digicust_types 1.8.171 → 1.8.172

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.
@@ -13,6 +13,10 @@ export interface EmailDocument extends DigicustDocumentModel {
13
13
  documents?: (DigicustDocumentModel & {
14
14
  belongsTo: string;
15
15
  })[];
16
+ shipments?: {
17
+ invoiceNumber?: Meta<string>;
18
+ reference?: Meta<string>;
19
+ }[];
16
20
  preliminaryDocuments?: PreliminaryDocument[];
17
21
  customsOffice?: CustomsOffice;
18
22
  entryCustomsOffice?: CustomsOffice;
@@ -252,6 +252,9 @@ export interface ExecutionStrategy {
252
252
  createNewCustomsCaseForInvoice?: {
253
253
  active?: boolean;
254
254
  };
255
+ createNewCustomsCasesAsMentionedInEmail?: {
256
+ active?: boolean;
257
+ };
255
258
  };
256
259
  matchingEngine?: {
257
260
  materialMatching?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.171",
3
+ "version": "1.8.172",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",