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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.272",
3
+ "version": "1.8.273",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",