Se agregaron datos del ticker 2025-08-046
This commit is contained in:
@@ -24,16 +24,35 @@ const API_URL = import.meta.env.VITE_EFC_API_URL;
|
||||
// Obtiene la lista de documentos (pedimentos)
|
||||
export interface PedimentosFilters {
|
||||
search?: string;
|
||||
id?: string;
|
||||
documentos_count?: number;
|
||||
documentos_peso_total?: number;
|
||||
pedimento?: string;
|
||||
existe_expediente?: string | boolean;
|
||||
alerta?: string | boolean;
|
||||
contribuyente?: string;
|
||||
curp_apoderado?: string;
|
||||
fecha_pago?: string;
|
||||
pedimento_app?: string;
|
||||
patente?: string;
|
||||
aduana?: string;
|
||||
tipo_operacion?: string;
|
||||
regimen?: string;
|
||||
clave_pedimento?: string;
|
||||
fecha_inicio?: string;
|
||||
fecha_fin?: string;
|
||||
fecha_pago?: string;
|
||||
alerta?: string | boolean;
|
||||
agente_aduanal?: string;
|
||||
curp_apoderado?: string;
|
||||
importe_total?: string;
|
||||
saldo_disponible?: string;
|
||||
importe_pedimento?: string;
|
||||
existe_expediente?: string | boolean;
|
||||
remesas?: string | boolean;
|
||||
numero_partidas?: number;
|
||||
numero_operacion?: string;
|
||||
created_at?: string;
|
||||
updated_at?: string;
|
||||
organizacion?: string;
|
||||
tipo_operacion?: string | number;
|
||||
contribuyente?: string;
|
||||
numero_edocs?: number;
|
||||
numero_coves?: number;
|
||||
}
|
||||
|
||||
export async function fetchDocuments(
|
||||
|
||||
Reference in New Issue
Block a user