Se arreglo la actualizacion de clientes y proveedores, ademas de integrarlo en una misma ruta URL
This commit is contained in:
@@ -5,14 +5,17 @@
|
||||
import { api } from '$lib/api';
|
||||
|
||||
export interface ClientProviderAddress {
|
||||
id?: number;
|
||||
street?: string | null;
|
||||
neighborhood?: string | null;
|
||||
city?: string | null;
|
||||
state?: string | null;
|
||||
country?: string | null;
|
||||
zip_code?: string | null;
|
||||
client_id?: number;
|
||||
id?: number;
|
||||
streets?: string | null;
|
||||
neighborhood?: string | null;
|
||||
city?: string | null;
|
||||
state?: string | null;
|
||||
country?: string | null;
|
||||
zip_code?: string | null;
|
||||
client_id?: number;
|
||||
interior_number?: string | null;
|
||||
exterior_number?: string | null;
|
||||
municipality?: string | null;
|
||||
}
|
||||
|
||||
export interface ClientProviderPrograms {
|
||||
@@ -25,7 +28,7 @@ export interface ClientProviderPrograms {
|
||||
export interface ClientProvider {
|
||||
id: number;
|
||||
rfc: string;
|
||||
name: string;
|
||||
name: string;
|
||||
curp?: string | null;
|
||||
residence_country?: string | null;
|
||||
domicile_fiscal?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user