digicust_types 1.8.171 → 1.8.172
Sign up to get free protection for your applications and to get access to all the features.
@@ -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;
|