digicust_types 1.8.79 → 1.8.80

Sign up to get free protection for your applications and to get access to all the features.
@@ -94,7 +94,7 @@ export interface ExecutionStrategy {
94
94
  enforcePackageType?: PackageType;
95
95
  preferWeightFromHead?: boolean;
96
96
  documentCodeEnrichment?: {
97
- addRequiredCertificatesForMeasures?: boolean;
97
+ addNegativeCodings?: boolean;
98
98
  };
99
99
  lineItemGrossWeightStrategy?: "default" | "forceToFirstLineItem";
100
100
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.79",
3
+ "version": "1.8.80",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",