digicust_types 1.8.390 → 1.8.391

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.
@@ -509,13 +509,13 @@ export interface ExecutionStrategy {
509
509
  doNotSendUploadNotification?: boolean;
510
510
  doNotSendProcessedNotification?: boolean;
511
511
  ruleSystem?: "default" | "chained";
512
- ruleSettings: {
512
+ ruleSettings?: {
513
513
  /**
514
514
  * Sort line items before applying line item rules with annotateOnlyFirstLineItem.
515
515
  * This influences which ones of these line items will be annotated.
516
516
  * Default value: position
517
517
  */
518
- sortLineItemsBeforeAnnotating: "position" | "customsTariffNumber";
518
+ sortLineItemsBeforeAnnotating?: "position" | "customsTariffNumber";
519
519
  };
520
520
  events?: Event[];
521
521
  rules?: Rule[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.390",
3
+ "version": "1.8.391",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",