RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
digicust_types
Versions diffs
1.8.296 → 1.8.297
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.
Files changed (3)
hide
show
package/lib/models/digicust/documents/document-types/email-document.model.d.ts
+1
-0
package/lib/models/digicust/multerfile.model.d.ts
+1
-0
package/package.json
+1
-1
package/lib/models/digicust/documents/document-types/email-document.model.d.ts
CHANGED
Viewed
@@ -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>;
package/lib/models/digicust/multerfile.model.d.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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",