feat: enhance invoice validation and logistics handling for improved data integrity

This commit is contained in:
2026-01-11 18:58:43 -06:00
parent 8bf0ac8969
commit 6e4e14285d
4 changed files with 83 additions and 27 deletions

View File

@@ -228,7 +228,7 @@ export interface Invoice {
enajenation_goods?: boolean | null;
compliance_mx?: InvoiceComplianceMx | null;
financials?: InvoiceFinancials | null;
logistics?: InvoiceLogistics[];
logistics?: InvoiceLogistics;
details?: InvoiceSalesDetails[];
collections?: InvoiceCollections[];
}