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