digicust_types 1.8.296 → 1.8.297

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,6 +36,7 @@ export interface EmailDocument extends DigicustDocumentModel {
36
36
  route?: Meta<string[]>;
37
37
  placeOfLoading?: AddressModel;
38
38
  pointOfEntry?: AddressModel;
39
+ totalValue?: Money;
39
40
  weight?: Weight;
40
41
  netWeight?: Weight;
41
42
  weightUnit?: Meta<WeightUnit>;
@@ -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.296",
3
+ "version": "1.8.297",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",