digicust_types 1.8.274 → 1.8.276
Sign up to get free protection for your applications and to get access to all the features.
@@ -17,6 +17,7 @@ export interface EmailDocument extends DigicustDocumentModel {
|
|
17
17
|
invoiceNumbers?: Meta<string>[];
|
18
18
|
reference?: Meta<string>;
|
19
19
|
}[];
|
20
|
+
invoiceNumbers?: Meta<string>[];
|
20
21
|
requestedReference?: Meta<string>;
|
21
22
|
preliminaryDocuments?: PreliminaryDocument[];
|
22
23
|
customsOffice?: CustomsOffice;
|
@@ -128,7 +128,7 @@ export interface ExecutionStrategy {
|
|
128
128
|
preferPackagesFromHead?: boolean;
|
129
129
|
preferWeightFromHead?: boolean;
|
130
130
|
ignoreTotalValueFromProformaInvoices?: boolean;
|
131
|
-
|
131
|
+
aggregateGrossWeightFromInvoicesWithPackageInformationOnly?: boolean;
|
132
132
|
documentCodeEnrichment?: {
|
133
133
|
addNegativeCodings?: boolean;
|
134
134
|
add3LNAQualifiers?: boolean;
|