digicust_types 1.7.521 → 1.7.523

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.
@@ -9,6 +9,7 @@ export interface PackingListModel extends DigicustDocumentModel, LineItemContain
9
9
  language?: LanguageModel & Meta<DocumentLanguage>;
10
10
  packingList?: Meta<string>;
11
11
  issueDate?: DateTimeModel;
12
+ invoiceDate?: DateTimeModel;
12
13
  invoiceNumber?: Meta<string>;
13
14
  sellerOrderNumber?: Meta<string>;
14
15
  buyerOrderNumber?: Meta<string>;
@@ -16,6 +16,7 @@ export interface TransitDeclaration extends DigicustDocumentModel, LineItemConta
16
16
  referenceNumber?: Meta<string>;
17
17
  exportingCountry?: AddressModel;
18
18
  destinationCountry?: AddressModel;
19
+ transitCountry?: AddressModel;
19
20
  meansOfTransportation?: MeanOfTransportation[];
20
21
  totalGrossWeight?: Weight;
21
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.7.521",
3
+ "version": "1.7.523",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",