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
|
-
|
97
|
+
addNegativeCodings?: boolean;
|
98
98
|
};
|
99
99
|
lineItemGrossWeightStrategy?: "default" | "forceToFirstLineItem";
|
100
100
|
};
|