feat: Implement Ventanilla Única (VU) management for customs brokers, including API, UI, and data model updates, and add a new state selection dialog.

This commit is contained in:
Galindo97
2026-02-24 14:24:50 -06:00
parent f61bc4a42e
commit a52602dedf
9 changed files with 871 additions and 78 deletions

View File

@@ -22,6 +22,7 @@ export interface CustomsBroker {
contact?: string | null;
tenant_id: string;
company_id: string;
vu?: CustomsBrokerVU | null;
}
export interface CustomsBrokerVU {