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?: {
|