digicust_types 1.8.449 → 1.8.450

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.
@@ -50,6 +50,8 @@ export interface EmailDocument extends DigicustDocumentModel {
50
50
  presentationTimeStart?: Meta<string>;
51
51
  presentationTimeEnd?: Meta<string>;
52
52
  shippingDate?: DateTimeModel;
53
+ /** CT-1895 p2 field requested by HTS, it will be present on email or invoice, */
54
+ chassisNumber?: Meta<string>;
53
55
  packages?: Package[];
54
56
  containers?: Container[];
55
57
  items?: LineItemModel[];
@@ -1,3 +1,4 @@
1
+ /// <reference types="node" />
1
2
  /**
2
3
  * Information about an uploaded file. Used by multer package.
3
4
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.449",
3
+ "version": "1.8.450",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",