digicust_types 1.8.275 → 1.8.277

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,7 @@ export interface EmailDocument extends DigicustDocumentModel {
10
10
  sender?: string;
11
11
  body?: string;
12
12
  transitCountries?: AddressModel[];
13
+ countryOfOrigin?: AddressModel[];
13
14
  documents?: (DigicustDocumentModel & {
14
15
  belongsTo: string;
15
16
  })[];
@@ -17,6 +18,7 @@ export interface EmailDocument extends DigicustDocumentModel {
17
18
  invoiceNumbers?: Meta<string>[];
18
19
  reference?: Meta<string>;
19
20
  }[];
21
+ invoiceNumbers?: Meta<string>[];
20
22
  requestedReference?: Meta<string>;
21
23
  preliminaryDocuments?: PreliminaryDocument[];
22
24
  customsOffice?: CustomsOffice;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.275",
3
+ "version": "1.8.277",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",