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;
|