digicust_types 1.8.272 → 1.8.274
Sign up to get free protection for your applications and to get access to all the features.
@@ -127,6 +127,8 @@ export interface ExecutionStrategy {
|
|
127
127
|
enforcePackageType?: PackageType;
|
128
128
|
preferPackagesFromHead?: boolean;
|
129
129
|
preferWeightFromHead?: boolean;
|
130
|
+
ignoreTotalValueFromProformaInvoices?: boolean;
|
131
|
+
aggregateGrossWeightFromFinalInvoice?: boolean;
|
130
132
|
documentCodeEnrichment?: {
|
131
133
|
addNegativeCodings?: boolean;
|
132
134
|
add3LNAQualifiers?: boolean;
|