digicust_types 1.8.78 → 1.8.80

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