digicust_types 1.8.494 → 1.8.496

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.
@@ -105,6 +105,7 @@ export interface ExecutionStrategy {
105
105
  prioritizeCustomsTariffNumberFromEmail?: boolean;
106
106
  prioritizeGoodsDescriptionFromEmail?: boolean;
107
107
  };
108
+ preferConsigneeFromEmail?: boolean;
108
109
  /** Determines whether trade preference shall be invalidated if wording or spelling is wrong */
109
110
  checkTradePreferenceForWording?: boolean;
110
111
  /** Default: Assume origin from preference. Set to true to mitigate this behavior */
@@ -132,6 +133,7 @@ export interface ExecutionStrategy {
132
133
  };
133
134
  statisticalValueRounding?: "noRounding" | "roundOff" | "roundUp" | "roundToNearest";
134
135
  forceTotalValueToStatisticalValue?: boolean;
136
+ statisticalValueAdditionDeductionOnlyToFirstLineItem?: boolean;
135
137
  defaultInvoiceType?: "tax_invoice" | "proforma";
136
138
  /** Between 0 and 1 */
137
139
  foreignFreightCostRate?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.494",
3
+ "version": "1.8.496",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",