facturacionelectronicapy-ts-xmlgen
Version:
Genera el contenido del archivo XML del Documento electrónico exigido por la SET
514 lines (513 loc) • 34.6 kB
TypeScript
/** Data reference:
* @link https://www.dnit.gov.py/documents/20123/420592/Manual+T%C3%A9cnico+Versi%C3%B3n+150.pdf/e706f7c7-6d93-21d4-b45b-5d22d07b2d22?t=1687351495907 */
declare const _default: Readonly<{
exchangeRateConditions: import("../helpers/Table").default<{
0: ["_id", import("../types").GlobalAndPerItem];
1: ["description", string];
}, {
0: import("../types").GlobalAndPerItem;
1: string;
}, import("../types").GlobalAndPerItem, Required<{
description?: string | undefined;
_id?: import("../types").GlobalAndPerItem | undefined;
}>>;
advancePaymentConditions: import("../helpers/Table").default<{
0: ["_id", import("../types").GlobalAndPerItem];
1: ["description", string];
}, {
0: import("../types").GlobalAndPerItem;
1: string;
}, import("../types").GlobalAndPerItem, Required<{
description?: string | undefined;
_id?: import("../types").GlobalAndPerItem | undefined;
}>>;
idDocsUsers: import("../helpers/Table").default<{
0: ["_id", import("../data/idDocsUsers.table").IdentityDocumentUser];
1: ["description", string];
}, {
0: import("../data/idDocsUsers.table").IdentityDocumentUser;
1: string;
}, import("../data/idDocsUsers.table").IdentityDocumentUser, Required<{
description?: string | undefined;
_id?: import("../data/idDocsUsers.table").IdentityDocumentUser | undefined;
}>>;
idDocsCarriers: import("../helpers/Table").default<{
0: ["_id", import("../data/idDocsCarriers.table").IdentityDocumentCarrier];
1: ["description", string];
}, {
0: import("../data/idDocsCarriers.table").IdentityDocumentCarrier;
1: string;
}, import("../data/idDocsCarriers.table").IdentityDocumentCarrier, Required<{
description?: string | undefined;
_id?: import("../data/idDocsCarriers.table").IdentityDocumentCarrier | undefined;
}>>;
idDocsReceptors: import("../helpers/Table").default<{
0: ["_id", import("../data/idDocsReceptors.table").IdentityDocumentReceptor];
1: ["description", string];
}, {
0: import("../data/idDocsReceptors.table").IdentityDocumentReceptor;
1: string;
}, import("../data/idDocsReceptors.table").IdentityDocumentReceptor, Required<{
description?: string | undefined;
_id?: import("../data/idDocsReceptors.table").IdentityDocumentReceptor | undefined;
}>>;
idDocsInnominateReceptors: import("../helpers/Table").default<{
0: ["_id", import("../data/idDocsInnominateReceptors.table").IdentityDocumentInnominateReceptor];
1: ["description", string];
}, {
0: import("../data/idDocsInnominateReceptors.table").IdentityDocumentInnominateReceptor;
1: string;
}, import("../data/idDocsInnominateReceptors.table").IdentityDocumentInnominateReceptor, Required<{
description?: string | undefined;
_id?: import("../data/idDocsInnominateReceptors.table").IdentityDocumentInnominateReceptor | undefined;
}>>;
identityDocsForNominationEvent: import("../helpers/Table").default<{
0: ["_id", import("../data/idDocsForNominationEvent.table").IdentityDocForNominationEvent];
1: ["description", string];
}, {
0: import("../data/idDocsForNominationEvent.table").IdentityDocForNominationEvent;
1: string;
}, import("../data/idDocsForNominationEvent.table").IdentityDocForNominationEvent, Required<{
description?: string | undefined;
_id?: import("../data/idDocsForNominationEvent.table").IdentityDocForNominationEvent | undefined;
}>>;
eDocumentTypes: import("../helpers/Table").default<{
0: ["_id", import("../data/eDocumentTypes.table").EDocumentType];
1: ["description", string];
2: ["state", number];
}, {
0: import("../data/eDocumentTypes.table").EDocumentType;
1: string;
2: number;
}, import("../data/eDocumentTypes.table").EDocumentType, Required<{
description?: string | undefined;
_id?: import("../data/eDocumentTypes.table").EDocumentType | undefined;
state?: number | undefined;
}>>;
emissionTypes: import("../helpers/Table").default<{
0: ["_id", import("../data/emissionTypes.table").EmissionType];
1: ["description", string];
}, {
0: import("../data/emissionTypes.table").EmissionType;
1: string;
}, import("../data/emissionTypes.table").EmissionType, Required<{
description?: string | undefined;
_id?: import("../data/emissionTypes.table").EmissionType | undefined;
}>>;
transactionTypes: import("../helpers/Table").default<{
0: ["_id", import("../data/transactionTypes.table").TransactionType];
1: ["description", string];
2: ["state", number];
}, {
0: import("../data/transactionTypes.table").TransactionType;
1: string;
2: number;
}, import("../data/transactionTypes.table").TransactionType, Required<{
description?: string | undefined;
_id?: import("../data/transactionTypes.table").TransactionType | undefined;
state?: number | undefined;
}>>;
taxpayerTypes: import("../helpers/Table").default<{
0: ["_id", import("../data/taxpayerTypes.table").TaxpayerType];
1: ["description", string];
}, {
0: import("../data/taxpayerTypes.table").TaxpayerType;
1: string;
}, import("../data/taxpayerTypes.table").TaxpayerType, Required<{
description?: string | undefined;
_id?: import("../data/taxpayerTypes.table").TaxpayerType | undefined;
}>>;
taxTypes: import("../helpers/Table").default<{
0: ["_id", import("../data/taxTypes.table").TaxType];
1: ["description", string];
2: ["state", number];
}, {
0: import("../data/taxTypes.table").TaxType;
1: string;
2: number;
}, import("../data/taxTypes.table").TaxType, Required<{
description?: string | undefined;
_id?: import("../data/taxTypes.table").TaxType | undefined;
state?: number | undefined;
}>>;
obligations: import("../helpers/Table").default<{
0: ["_id", import("../data/obligations.table").Obligation];
1: ["description", string];
}, {
0: import("../data/obligations.table").Obligation;
1: string;
}, import("../data/obligations.table").Obligation, Required<{
description?: string | undefined;
_id?: import("../data/obligations.table").Obligation | undefined;
}>>;
currencies: import("../helpers/Table").default<{
0: ["_id", `${import("../data/currencies.table").Currency}`];
1: ["description", string];
}, {
0: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZM" | "BAM" | "BBD" | "BYN" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CHE" | "CHW" | "CLP" | "CLF" | "CNY" | "COP" | "COU" | "CRC" | "CUP" | "CUC" | "CVE" | "CYP" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EEK" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GHC" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MZN" | "MDL" | "MGF" | "MKD" | "MGA" | "MMK" | "MNT" | "MOP" | "MRO" | "MTL" | "MUR" | "XUA" | "MVR" | "MRU" | "MMW" | "MXN" | "MXV" | "MYR" | "MZM" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "ROL" | "RUB" | "RWF" | "SAR" | "RSD" | "SBD" | "SCR" | "SDD" | "SDG" | "SRD" | "SEK" | "SGD" | "SHP" | "SIT" | "SKK" | "SLL" | "SOS" | "SRG" | "SSP" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMM" | "TND" | "TRY" | "TMT" | "TOP" | "TRL" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYU" | "UYI" | "UYW" | "UZS" | "VEB" | "VND" | "VUV" | "VES" | "WST" | "STN" | "XAF" | "XAG" | "XAU" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XBA" | "XBB" | "XBC" | "XTS" | "XXX" | "YER" | "YUM" | "ZMW" | "ZWL" | "ZAR" | "ZMK" | "ZWD";
1: string;
}, "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZM" | "BAM" | "BBD" | "BYN" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CHE" | "CHW" | "CLP" | "CLF" | "CNY" | "COP" | "COU" | "CRC" | "CUP" | "CUC" | "CVE" | "CYP" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EEK" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GHC" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MZN" | "MDL" | "MGF" | "MKD" | "MGA" | "MMK" | "MNT" | "MOP" | "MRO" | "MTL" | "MUR" | "XUA" | "MVR" | "MRU" | "MMW" | "MXN" | "MXV" | "MYR" | "MZM" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "ROL" | "RUB" | "RWF" | "SAR" | "RSD" | "SBD" | "SCR" | "SDD" | "SDG" | "SRD" | "SEK" | "SGD" | "SHP" | "SIT" | "SKK" | "SLL" | "SOS" | "SRG" | "SSP" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMM" | "TND" | "TRY" | "TMT" | "TOP" | "TRL" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYU" | "UYI" | "UYW" | "UZS" | "VEB" | "VND" | "VUV" | "VES" | "WST" | "STN" | "XAF" | "XAG" | "XAU" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XBA" | "XBB" | "XBC" | "XTS" | "XXX" | "YER" | "YUM" | "ZMW" | "ZWL" | "ZAR" | "ZMK" | "ZWD", Required<{
_id?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZM" | "BAM" | "BBD" | "BYN" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CHE" | "CHW" | "CLP" | "CLF" | "CNY" | "COP" | "COU" | "CRC" | "CUP" | "CUC" | "CVE" | "CYP" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EEK" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GHC" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MZN" | "MDL" | "MGF" | "MKD" | "MGA" | "MMK" | "MNT" | "MOP" | "MRO" | "MTL" | "MUR" | "XUA" | "MVR" | "MRU" | "MMW" | "MXN" | "MXV" | "MYR" | "MZM" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "ROL" | "RUB" | "RWF" | "SAR" | "RSD" | "SBD" | "SCR" | "SDD" | "SDG" | "SRD" | "SEK" | "SGD" | "SHP" | "SIT" | "SKK" | "SLL" | "SOS" | "SRG" | "SSP" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMM" | "TND" | "TRY" | "TMT" | "TOP" | "TRL" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYU" | "UYI" | "UYW" | "UZS" | "VEB" | "VND" | "VUV" | "VES" | "WST" | "STN" | "XAF" | "XAG" | "XAU" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XBA" | "XBB" | "XBC" | "XTS" | "XXX" | "YER" | "YUM" | "ZMW" | "ZWL" | "ZAR" | "ZMK" | "ZWD" | undefined;
description?: string | undefined;
}>>;
regimeTypes: import("../helpers/Table").default<{
0: ["_id", import("../data/regimeTypes.table").RegimeType];
1: ["description", string];
}, {
0: import("../data/regimeTypes.table").RegimeType;
1: string;
}, import("../data/regimeTypes.table").RegimeType, Required<{
description?: string | undefined;
_id?: import("../data/regimeTypes.table").RegimeType | undefined;
}>>;
operationTypes: import("../helpers/Table").default<{
0: ["_id", import("../data/operationTypes.table").OperationType];
1: ["description", string];
}, {
0: import("../data/operationTypes.table").OperationType;
1: string;
}, import("../data/operationTypes.table").OperationType, Required<{
description?: string | undefined;
_id?: import("../data/operationTypes.table").OperationType | undefined;
}>>;
presenceIndicators: import("../helpers/Table").default<{
0: ["_id", import("../data/presenceIndicators.table").PresenceIndicator];
1: ["description", string];
}, {
0: import("../data/presenceIndicators.table").PresenceIndicator;
1: string;
}, import("../data/presenceIndicators.table").PresenceIndicator, Required<{
description?: string | undefined;
_id?: import("../data/presenceIndicators.table").PresenceIndicator | undefined;
}>>;
taxpayerNotTaxpayer: import("../helpers/Table").default<{
0: ["_id", import("../data/taxpayerNotTaxpayer.table").TaxpayerNotTaxpayer];
1: ["description", string];
}, {
0: import("../data/taxpayerNotTaxpayer.table").TaxpayerNotTaxpayer;
1: string;
}, import("../data/taxpayerNotTaxpayer.table").TaxpayerNotTaxpayer, Required<{
description?: string | undefined;
_id?: import("../data/taxpayerNotTaxpayer.table").TaxpayerNotTaxpayer | undefined;
}>>;
sellerNatureSelfInvoicingCases: import("../helpers/Table").default<{
0: ["_id", import("../data/sellerNatureSelfInvoicingCases.table").SellerNatureSelfInvoicing];
1: ["description", string];
}, {
0: import("../data/sellerNatureSelfInvoicingCases.table").SellerNatureSelfInvoicing;
1: string;
}, import("../data/sellerNatureSelfInvoicingCases.table").SellerNatureSelfInvoicing, Required<{
description?: string | undefined;
_id?: import("../data/sellerNatureSelfInvoicingCases.table").SellerNatureSelfInvoicing | undefined;
}>>;
creditNoteReasons: import("../helpers/Table").default<{
0: ["_id", import("../data/creditNoteReasons.table").CreditNoteReason];
1: ["description", string];
}, {
0: import("../data/creditNoteReasons.table").CreditNoteReason;
1: string;
}, import("../data/creditNoteReasons.table").CreditNoteReason, Required<{
description?: string | undefined;
_id?: import("../data/creditNoteReasons.table").CreditNoteReason | undefined;
}>>;
remissionReasons: import("../helpers/Table").default<{
0: ["_id", import("../data/remissionReasons.table").RemissionReason];
1: ["description", string];
}, {
0: import("../data/remissionReasons.table").RemissionReason;
1: string;
}, import("../data/remissionReasons.table").RemissionReason, Required<{
description?: string | undefined;
_id?: import("../data/remissionReasons.table").RemissionReason | undefined;
}>>;
remissionResponsibles: import("../helpers/Table").default<{
0: ["_id", import("../data/remissionResponsibles.table").RemissionResponsible];
1: ["description", string];
}, {
0: import("../data/remissionResponsibles.table").RemissionResponsible;
1: string;
}, import("../data/remissionResponsibles.table").RemissionResponsible, Required<{
description?: string | undefined;
_id?: import("../data/remissionResponsibles.table").RemissionResponsible | undefined;
}>>;
operatingConditions: import("../helpers/Table").default<{
0: ["_id", import("../data/operatingConditions.table").OperatingCondition];
1: ["description", string];
}, {
0: import("../data/operatingConditions.table").OperatingCondition;
1: string;
}, import("../data/operatingConditions.table").OperatingCondition, Required<{
description?: string | undefined;
_id?: import("../data/operatingConditions.table").OperatingCondition | undefined;
}>>;
paymentTypes: import("../helpers/Table").default<{
0: ["_id", import("../data/paymentTypes.table").PaymentType];
1: ["description", string];
}, {
0: import("../data/paymentTypes.table").PaymentType;
1: string;
}, import("../data/paymentTypes.table").PaymentType, Required<{
description?: string | undefined;
_id?: import("../data/paymentTypes.table").PaymentType | undefined;
}>>;
paymentConditions: import("../helpers/Table").default<{
0: ["_id", import("../data/paymentConditions.table").PaymentCondition];
1: ["description", string];
}, {
0: import("../data/paymentConditions.table").PaymentCondition;
1: string;
}, import("../data/paymentConditions.table").PaymentCondition, Required<{
description?: string | undefined;
_id?: import("../data/paymentConditions.table").PaymentCondition | undefined;
}>>;
creditTypes: import("../helpers/Table").default<{
0: ["_id", import("../data/creditTypes.table").CreditType];
1: ["description", string];
}, {
0: import("../data/creditTypes.table").CreditType;
1: string;
}, import("../data/creditTypes.table").CreditType, Required<{
description?: string | undefined;
_id?: import("../data/creditTypes.table").CreditType | undefined;
}>>;
creditCards: import("../helpers/Table").default<{
0: ["_id", import("../data/creditCards.table").CreditCard];
1: ["description", string];
}, {
0: import("../data/creditCards.table").CreditCard;
1: string;
}, import("../data/creditCards.table").CreditCard, Required<{
description?: string | undefined;
_id?: import("../data/creditCards.table").CreditCard | undefined;
}>>;
creditCardProcessingMethods: import("../helpers/Table").default<{
0: ["_id", import("../data/creditCardProcessingMethods.table").CreditCardProcessingMethod];
1: ["description", string];
}, {
0: import("../data/creditCardProcessingMethods.table").CreditCardProcessingMethod;
1: string;
}, import("../data/creditCardProcessingMethods.table").CreditCardProcessingMethod, Required<{
description?: string | undefined;
_id?: import("../data/creditCardProcessingMethods.table").CreditCardProcessingMethod | undefined;
}>>;
measurementUnits: import("../helpers/Table").default<{
0: ["_id", import("../data/measurementUnits.table").MeasurementUnit];
1: ["description", string];
2: ["representation", string];
}, {
0: import("../data/measurementUnits.table").MeasurementUnit;
1: string;
2: string;
}, import("../data/measurementUnits.table").MeasurementUnit, Required<{
description?: string | undefined;
_id?: import("../data/measurementUnits.table").MeasurementUnit | undefined;
representation?: string | undefined;
}>>;
taxTreatments: import("../helpers/Table").default<{
0: ["_id", import("../data/taxTreatments.table").TaxTreatment];
1: ["description", string];
}, {
0: import("../data/taxTreatments.table").TaxTreatment;
1: string;
}, import("../data/taxTreatments.table").TaxTreatment, Required<{
description?: string | undefined;
_id?: import("../data/taxTreatments.table").TaxTreatment | undefined;
}>>;
iscCategories: import("../helpers/Table").default<{
0: ["_id", import("../data/iscCategories.table").IscCategory];
1: ["description", string];
}, {
0: import("../data/iscCategories.table").IscCategory;
1: string;
}, import("../data/iscCategories.table").IscCategory, Required<{
description?: string | undefined;
_id?: import("../data/iscCategories.table").IscCategory | undefined;
}>>;
iscTaxes: import("../helpers/Table").default<{
0: ["_id", import("../data/iscTaxes.table").IscTax];
1: ["percentage", number];
}, {
0: import("../data/iscTaxes.table").IscTax;
1: number;
}, import("../data/iscTaxes.table").IscTax, Required<{
_id?: import("../data/iscTaxes.table").IscTax | undefined;
percentage?: number | undefined;
}>>;
tradingConditions: import("../helpers/Table").default<{
0: ["_id", `${import("../data/tradingConditions.table").TradingCondition}`];
1: ["description", string];
}, {
0: "CFR" | "CIF" | "CIP" | "CPT" | "DAP" | "DAT" | "DDP" | "EXW" | "FAS" | "FCA" | "FOB";
1: string;
}, "CFR" | "CIF" | "CIP" | "CPT" | "DAP" | "DAT" | "DDP" | "EXW" | "FAS" | "FCA" | "FOB", Required<{
description?: string | undefined;
_id?: "CFR" | "CIF" | "CIP" | "CPT" | "DAP" | "DAT" | "DDP" | "EXW" | "FAS" | "FCA" | "FOB" | undefined;
}>>;
merchandiseRelevances: import("../helpers/Table").default<{
0: ["_id", import("../data/merchandiseRelevances.table").MerchandiseRelevance];
1: ["description", string];
}, {
0: import("../data/merchandiseRelevances.table").MerchandiseRelevance;
1: string;
}, import("../data/merchandiseRelevances.table").MerchandiseRelevance, Required<{
description?: string | undefined;
_id?: import("../data/merchandiseRelevances.table").MerchandiseRelevance | undefined;
}>>;
vehicleOperationTypes: import("../helpers/Table").default<{
0: ["_id", import("../data/vehicleOperationTypes.table").VehicleOperationType];
1: ["description", string];
}, {
0: import("../data/vehicleOperationTypes.table").VehicleOperationType;
1: string;
}, import("../data/vehicleOperationTypes.table").VehicleOperationType, Required<{
description?: string | undefined;
_id?: import("../data/vehicleOperationTypes.table").VehicleOperationType | undefined;
}>>;
vehicleIdentifications: import("../helpers/Table").default<{
0: ["_id", import("../data/vehicleIdentifications.table").VehicleIdentification];
1: ["description", string];
}, {
0: import("../data/vehicleIdentifications.table").VehicleIdentification;
1: string;
}, import("../data/vehicleIdentifications.table").VehicleIdentification, Required<{
description?: string | undefined;
_id?: import("../data/vehicleIdentifications.table").VehicleIdentification | undefined;
}>>;
fuelTypes: import("../helpers/Table").default<{
0: ["_id", import("../data/fuelTypes.table").FuelType];
1: ["description", string];
}, {
0: import("../data/fuelTypes.table").FuelType;
1: string;
}, import("../data/fuelTypes.table").FuelType, Required<{
description?: string | undefined;
_id?: import("../data/fuelTypes.table").FuelType | undefined;
}>>;
transportTypes: import("../helpers/Table").default<{
0: ["_id", import("../data/transportTypes.table").TransportType];
1: ["description", string];
}, {
0: import("../data/transportTypes.table").TransportType;
1: string;
}, import("../data/transportTypes.table").TransportType, Required<{
description?: string | undefined;
_id?: import("../data/transportTypes.table").TransportType | undefined;
}>>;
transportModalities: import("../helpers/Table").default<{
0: ["_id", import("../data/transportModalities.table").TransportModality];
1: ["description", string];
}, {
0: import("../data/transportModalities.table").TransportModality;
1: string;
}, import("../data/transportModalities.table").TransportModality, Required<{
description?: string | undefined;
_id?: import("../data/transportModalities.table").TransportModality | undefined;
}>>;
freightResponsibles: import("../helpers/Table").default<{
0: ["_id", import("../data/freightResponsibles.table").FreightResponsible];
1: ["description", string];
}, {
0: import("../data/freightResponsibles.table").FreightResponsible;
1: string;
}, import("../data/freightResponsibles.table").FreightResponsible, Required<{
description?: string | undefined;
_id?: import("../data/freightResponsibles.table").FreightResponsible | undefined;
}>>;
associatedDocumentTypes: import("../helpers/Table").default<{
0: ["_id", import("../data/associatedDocumentTypes.table").AssociatedDocumentType];
1: ["description", string];
}, {
0: import("../data/associatedDocumentTypes.table").AssociatedDocumentType;
1: string;
}, import("../data/associatedDocumentTypes.table").AssociatedDocumentType, Required<{
description?: string | undefined;
_id?: import("../data/associatedDocumentTypes.table").AssociatedDocumentType | undefined;
}>>;
printedDocumentTypes: import("../helpers/Table").default<{
0: ["_id", import("../data/printedDocumentTypes.table").PrintedDocumentType];
1: ["description", string];
}, {
0: import("../data/printedDocumentTypes.table").PrintedDocumentType;
1: string;
}, import("../data/printedDocumentTypes.table").PrintedDocumentType, Required<{
description?: string | undefined;
_id?: import("../data/printedDocumentTypes.table").PrintedDocumentType | undefined;
}>>;
constancyTypes: import("../helpers/Table").default<{
0: ["_id", import("../data/constancyTypes.table").ConstancyType];
1: ["description", string];
}, {
0: import("../data/constancyTypes.table").ConstancyType;
1: string;
}, import("../data/constancyTypes.table").ConstancyType, Required<{
description?: string | undefined;
_id?: import("../data/constancyTypes.table").ConstancyType | undefined;
}>>;
cargoCharacteristics: import("../helpers/Table").default<{
0: ["_id", import("../data/cargoCharacteristics.table").CargoCharacteristic];
1: ["description", string];
}, {
0: import("../data/cargoCharacteristics.table").CargoCharacteristic;
1: string;
}, import("../data/cargoCharacteristics.table").CargoCharacteristic, Required<{
description?: string | undefined;
_id?: import("../data/cargoCharacteristics.table").CargoCharacteristic | undefined;
}>>;
complianceEventTypes: import("../helpers/Table").default<{
0: ["_id", import("../data/complianceEventTypes.table").ComplianceEventType];
1: ["description", string];
}, {
0: import("../data/complianceEventTypes.table").ComplianceEventType;
1: string;
}, import("../data/complianceEventTypes.table").ComplianceEventType, Required<{
description?: string | undefined;
_id?: import("../data/complianceEventTypes.table").ComplianceEventType | undefined;
}>>;
countries: import("../helpers/Table").default<{
0: ["_id", `${import("../data/countries.table").Country}`];
1: ["description", string];
}, {
0: "BTN" | "CHE" | "CYP" | "MKD" | "TWN" | "DZA" | "EGY" | "LBY" | "MAR" | "SDN" | "TUN" | "ESH" | "IOT" | "BDI" | "COM" | "DJI" | "ERI" | "ETH" | "ATF" | "KEN" | "MDG" | "MWI" | "MUS" | "MYT" | "MOZ" | "REU" | "RWA" | "SYC" | "SOM" | "SSD" | "UGA" | "TZA" | "ZMB" | "ZWE" | "AGO" | "CMR" | "CAF" | "TCD" | "COG" | "COD" | "GNQ" | "GAB" | "STP" | "BWA" | "LSO" | "NAM" | "ZAF" | "SWZ" | "BEN" | "BFA" | "CPV" | "CIV" | "GMB" | "GHA" | "GIN" | "GNB" | "LBR" | "MLI" | "MRT" | "NER" | "NGA" | "SHN" | "SEN" | "SLE" | "TGO" | "AIA" | "ATG" | "ABW" | "BHS" | "BRB" | "BES" | "VGB" | "CYM" | "CUB" | "CUW" | "DMA" | "DOM" | "GRD" | "GLP" | "HTI" | "JAM" | "MTQ" | "MSR" | "PRI" | "BLM" | "KNA" | "LCA" | "MAF" | "VCT" | "SXM" | "TTO" | "TCA" | "VIR" | "BLZ" | "CRI" | "SLV" | "GTM" | "HND" | "MEX" | "NIC" | "PAN" | "ARG" | "BOL" | "BRA" | "CHL" | "COL" | "ECU" | "FLK" | "GUF" | "GUY" | "PRY" | "PER" | "SGS" | "SUR" | "URY" | "VEN" | "BMU" | "CAN" | "GRL" | "SPM" | "USA" | "ATA" | "KAZ" | "KGZ" | "TJK" | "TKM" | "UZB" | "CHN" | "HKG" | "MAC" | "PRK" | "JPN" | "MNG" | "KOR" | "BRN" | "KHM" | "IDN" | "LAO" | "MYS" | "MMR" | "PHL" | "SGP" | "THA" | "TLS" | "VNM" | "AFG" | "BGD" | "IND" | "IRN" | "MDV" | "NPL" | "PAK" | "LKA" | "ARM" | "AZE" | "BHR" | "GEO" | "IRQ" | "ISR" | "JOR" | "KWT" | "LBN" | "OMN" | "QAT" | "SAU" | "PSE" | "SYR" | "TUR" | "ARE" | "YEM" | "BLR" | "BGR" | "CZE" | "HUN" | "POL" | "MDA" | "ROU" | "RUS" | "SVK" | "UKR" | "ALA" | "GGY" | "JEY" | "DNK" | "EST" | "FRO" | "FIN" | "ISL" | "IRL" | "IMN" | "LVA" | "LTU" | "NOR" | "SJM" | "SWE" | "GBR" | "ALB" | "AND" | "BIH" | "HRV" | "GIB" | "GRC" | "VAT" | "ITA" | "MLT" | "MNE" | "PRT" | "SMR" | "SRB" | "SVN" | "ESP" | "AUT" | "BEL" | "FRA" | "DEU" | "LIE" | "LUX" | "MCO" | "NLD" | "AUS" | "CXR" | "CCK" | "HMD" | "NZL" | "NFK" | "FJI" | "NCL" | "PNG" | "SLB" | "VUT" | "GUM" | "KIR" | "MHL" | "FSM" | "NRU" | "MNP" | "PLW" | "UMI" | "ASM" | "COK" | "PYF" | "NIU" | "PCN" | "WSM" | "TKL" | "TON" | "TUV" | "WLF" | "NN";
1: string;
}, "BTN" | "CHE" | "CYP" | "MKD" | "TWN" | "DZA" | "EGY" | "LBY" | "MAR" | "SDN" | "TUN" | "ESH" | "IOT" | "BDI" | "COM" | "DJI" | "ERI" | "ETH" | "ATF" | "KEN" | "MDG" | "MWI" | "MUS" | "MYT" | "MOZ" | "REU" | "RWA" | "SYC" | "SOM" | "SSD" | "UGA" | "TZA" | "ZMB" | "ZWE" | "AGO" | "CMR" | "CAF" | "TCD" | "COG" | "COD" | "GNQ" | "GAB" | "STP" | "BWA" | "LSO" | "NAM" | "ZAF" | "SWZ" | "BEN" | "BFA" | "CPV" | "CIV" | "GMB" | "GHA" | "GIN" | "GNB" | "LBR" | "MLI" | "MRT" | "NER" | "NGA" | "SHN" | "SEN" | "SLE" | "TGO" | "AIA" | "ATG" | "ABW" | "BHS" | "BRB" | "BES" | "VGB" | "CYM" | "CUB" | "CUW" | "DMA" | "DOM" | "GRD" | "GLP" | "HTI" | "JAM" | "MTQ" | "MSR" | "PRI" | "BLM" | "KNA" | "LCA" | "MAF" | "VCT" | "SXM" | "TTO" | "TCA" | "VIR" | "BLZ" | "CRI" | "SLV" | "GTM" | "HND" | "MEX" | "NIC" | "PAN" | "ARG" | "BOL" | "BRA" | "CHL" | "COL" | "ECU" | "FLK" | "GUF" | "GUY" | "PRY" | "PER" | "SGS" | "SUR" | "URY" | "VEN" | "BMU" | "CAN" | "GRL" | "SPM" | "USA" | "ATA" | "KAZ" | "KGZ" | "TJK" | "TKM" | "UZB" | "CHN" | "HKG" | "MAC" | "PRK" | "JPN" | "MNG" | "KOR" | "BRN" | "KHM" | "IDN" | "LAO" | "MYS" | "MMR" | "PHL" | "SGP" | "THA" | "TLS" | "VNM" | "AFG" | "BGD" | "IND" | "IRN" | "MDV" | "NPL" | "PAK" | "LKA" | "ARM" | "AZE" | "BHR" | "GEO" | "IRQ" | "ISR" | "JOR" | "KWT" | "LBN" | "OMN" | "QAT" | "SAU" | "PSE" | "SYR" | "TUR" | "ARE" | "YEM" | "BLR" | "BGR" | "CZE" | "HUN" | "POL" | "MDA" | "ROU" | "RUS" | "SVK" | "UKR" | "ALA" | "GGY" | "JEY" | "DNK" | "EST" | "FRO" | "FIN" | "ISL" | "IRL" | "IMN" | "LVA" | "LTU" | "NOR" | "SJM" | "SWE" | "GBR" | "ALB" | "AND" | "BIH" | "HRV" | "GIB" | "GRC" | "VAT" | "ITA" | "MLT" | "MNE" | "PRT" | "SMR" | "SRB" | "SVN" | "ESP" | "AUT" | "BEL" | "FRA" | "DEU" | "LIE" | "LUX" | "MCO" | "NLD" | "AUS" | "CXR" | "CCK" | "HMD" | "NZL" | "NFK" | "FJI" | "NCL" | "PNG" | "SLB" | "VUT" | "GUM" | "KIR" | "MHL" | "FSM" | "NRU" | "MNP" | "PLW" | "UMI" | "ASM" | "COK" | "PYF" | "NIU" | "PCN" | "WSM" | "TKL" | "TON" | "TUV" | "WLF" | "NN", Required<{
description?: string | undefined;
_id?: "BTN" | "CHE" | "CYP" | "MKD" | "TWN" | "DZA" | "EGY" | "LBY" | "MAR" | "SDN" | "TUN" | "ESH" | "IOT" | "BDI" | "COM" | "DJI" | "ERI" | "ETH" | "ATF" | "KEN" | "MDG" | "MWI" | "MUS" | "MYT" | "MOZ" | "REU" | "RWA" | "SYC" | "SOM" | "SSD" | "UGA" | "TZA" | "ZMB" | "ZWE" | "AGO" | "CMR" | "CAF" | "TCD" | "COG" | "COD" | "GNQ" | "GAB" | "STP" | "BWA" | "LSO" | "NAM" | "ZAF" | "SWZ" | "BEN" | "BFA" | "CPV" | "CIV" | "GMB" | "GHA" | "GIN" | "GNB" | "LBR" | "MLI" | "MRT" | "NER" | "NGA" | "SHN" | "SEN" | "SLE" | "TGO" | "AIA" | "ATG" | "ABW" | "BHS" | "BRB" | "BES" | "VGB" | "CYM" | "CUB" | "CUW" | "DMA" | "DOM" | "GRD" | "GLP" | "HTI" | "JAM" | "MTQ" | "MSR" | "PRI" | "BLM" | "KNA" | "LCA" | "MAF" | "VCT" | "SXM" | "TTO" | "TCA" | "VIR" | "BLZ" | "CRI" | "SLV" | "GTM" | "HND" | "MEX" | "NIC" | "PAN" | "ARG" | "BOL" | "BRA" | "CHL" | "COL" | "ECU" | "FLK" | "GUF" | "GUY" | "PRY" | "PER" | "SGS" | "SUR" | "URY" | "VEN" | "BMU" | "CAN" | "GRL" | "SPM" | "USA" | "ATA" | "KAZ" | "KGZ" | "TJK" | "TKM" | "UZB" | "CHN" | "HKG" | "MAC" | "PRK" | "JPN" | "MNG" | "KOR" | "BRN" | "KHM" | "IDN" | "LAO" | "MYS" | "MMR" | "PHL" | "SGP" | "THA" | "TLS" | "VNM" | "AFG" | "BGD" | "IND" | "IRN" | "MDV" | "NPL" | "PAK" | "LKA" | "ARM" | "AZE" | "BHR" | "GEO" | "IRQ" | "ISR" | "JOR" | "KWT" | "LBN" | "OMN" | "QAT" | "SAU" | "PSE" | "SYR" | "TUR" | "ARE" | "YEM" | "BLR" | "BGR" | "CZE" | "HUN" | "POL" | "MDA" | "ROU" | "RUS" | "SVK" | "UKR" | "ALA" | "GGY" | "JEY" | "DNK" | "EST" | "FRO" | "FIN" | "ISL" | "IRL" | "IMN" | "LVA" | "LTU" | "NOR" | "SJM" | "SWE" | "GBR" | "ALB" | "AND" | "BIH" | "HRV" | "GIB" | "GRC" | "VAT" | "ITA" | "MLT" | "MNE" | "PRT" | "SMR" | "SRB" | "SVN" | "ESP" | "AUT" | "BEL" | "FRA" | "DEU" | "LIE" | "LUX" | "MCO" | "NLD" | "AUS" | "CXR" | "CCK" | "HMD" | "NZL" | "NFK" | "FJI" | "NCL" | "PNG" | "SLB" | "VUT" | "GUM" | "KIR" | "MHL" | "FSM" | "NRU" | "MNP" | "PLW" | "UMI" | "ASM" | "COK" | "PYF" | "NIU" | "PCN" | "WSM" | "TKL" | "TON" | "TUV" | "WLF" | "NN" | undefined;
}>>;
departments: import("../helpers/Table").default<{
0: ["_id", import("../data/departments.table").Department];
1: ["description", string];
}, {
0: import("../data/departments.table").Department;
1: string;
}, import("../data/departments.table").Department, Required<{
description?: string | undefined;
_id?: import("../data/departments.table").Department | undefined;
}>>;
districts: import("../helpers/Table").default<{
0: ["_id", number];
1: ["description", string];
2: ["department", number];
}, {
0: number;
1: string;
2: number;
}, number, Required<{
description?: string | undefined;
_id?: number | undefined;
department?: number | undefined;
}>>;
cities: import("../helpers/Table").default<{
0: ["_id", number];
1: ["description", string];
2: ["distrito", number];
}, {
0: number;
1: string;
2: number;
}, number, Required<{
description?: string | undefined;
_id?: number | undefined;
distrito?: number | undefined;
}>>;
}>;
export default _default;