digicust_types 1.8.43 → 1.8.45

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.
@@ -61,7 +61,7 @@ export interface ExecutionStrategy {
61
61
  dataNormalization?: {
62
62
  active?: boolean;
63
63
  /** Determines how to deal with additional costs like shipping costs, packing, ... */
64
- additionalCostsStrategy?: "addToFirstItem" | "splitToAllItems";
64
+ additionalCostsStrategy?: "addToFirstItem" | "splitToAllItems" | "splitToAllItemsByNetWeight" | "splitToAllItemsByTotalValue";
65
65
  allowDateInOrderNumber?: boolean;
66
66
  eliminateArticleNumberFromDescription?: boolean;
67
67
  /** Determines whether or not data from incoming emails are extracted and normalized.
@@ -106,6 +106,7 @@ export interface ExecutionStrategy {
106
106
  disabled?: boolean;
107
107
  disableTariffNumberMatching?: boolean;
108
108
  disableMaterialNumberMatching?: boolean;
109
+ sendMasterDataOnly?: boolean;
109
110
  tariffNumberMatchingConfiguration?: {
110
111
  stakeholderFilters?: ("shipper" | "consignee" | "recipient" | "beneficiary" | "applicant" | "declarant" | "importer" | "exporter" | "buyer" | "agent" | "broker" | "carrier" | "warehouse" | "obligater")[];
111
112
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.43",
3
+ "version": "1.8.45",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",