digicust_types 1.7.379 → 1.7.381

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.
@@ -19,6 +19,7 @@ export interface EmailDocument extends DigicustDocumentModel {
19
19
  mrnNumber?: Meta<string>;
20
20
  meanOfTransportation?: MeanOfTransportation;
21
21
  incoterm?: Meta<Incoterm>;
22
+ pointOfEntry?: AddressModel;
22
23
  weight?: Weight;
23
24
  weightUnit?: Meta<WeightUnit>;
24
25
  packages?: Package[];
@@ -93,6 +93,7 @@ export interface ExecutionStrategy {
93
93
  "sftp-inbound"?: string;
94
94
  "sftp-outbound"?: string;
95
95
  "partner-id"?: string;
96
+ division?: string;
96
97
  };
97
98
  } | {
98
99
  active?: boolean;
@@ -110,6 +111,7 @@ export interface ExecutionStrategy {
110
111
  active?: boolean;
111
112
  vendor?: "dbh";
112
113
  config?: {
114
+ "client-code"?: string;
113
115
  "user-name"?: string;
114
116
  password?: string;
115
117
  endpoint?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.7.379",
3
+ "version": "1.7.381",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",