digicust_types 1.8.493 → 1.8.495

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.
@@ -65,5 +65,6 @@ export interface CustomsServiceInstructions extends DigicustDocumentModel, LineI
65
65
  orderNumber?: Meta<string>;
66
66
  incoterm?: IncotermModel;
67
67
  placeIncoterm?: AddressModel;
68
+ placeOfUnloading?: AddressModel;
68
69
  }
69
70
  export {};
@@ -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 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.493",
3
+ "version": "1.8.495",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",