digicust_types 1.8.239 → 1.8.240

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,6 +20,7 @@ export interface EmailDocument extends DigicustDocumentModel {
20
20
  requestedReference?: Meta<string>;
21
21
  preliminaryDocuments?: PreliminaryDocument[];
22
22
  customsOffice?: CustomsOffice;
23
+ exportCustomsOffice?: CustomsOffice;
23
24
  entryCustomsOffice?: CustomsOffice;
24
25
  exitCustomsOffice?: CustomsOffice;
25
26
  freightCosts?: Money;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.239",
3
+ "version": "1.8.240",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",