digicust_types 1.8.530 → 1.8.531

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -335,6 +335,10 @@ export interface ExecutionStrategy {
335
335
  * Safe to add to existing JSON without breaking old clients.
336
336
  */
337
337
  lineItemMergeSettings?: LineItemMergeSettings;
338
+ /**
339
+ * If true, the line items will be sorted according to the order of the packing list, if a packing list exists in a case.
340
+ */
341
+ sortPositionsByPackingListOrder?: boolean;
338
342
  };
339
343
  dataValidation?: {
340
344
  active?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.530",
3
+ "version": "1.8.531",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",