RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
digicust_types
Versions diffs
1.8.264 → 1.8.265
digicust_types 1.8.264 → 1.8.265
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/lib/models/digicust/documents/document-types/eur1.model.d.ts
+3
-0
package/package.json
+1
-1
package/lib/models/digicust/documents/document-types/eur1.model.d.ts
CHANGED
Viewed
@@ -7,4 +7,7 @@ import { DigicustDocumentModel } from "./digicust-document.model";
7
7
export interface EUR1Document extends DigicustDocumentModel {
8
8
EUR1Number?: Meta<string>;
9
9
totalGrossWeight?: Weight;
10
+
beforeNormalization?: {
11
+
totalGrossWeight?: Weight;
12
+
};
10
13
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "digicust_types",
3
-
"version": "1.8.
264
",
3
+
"version": "1.8.
265
",
4
4
"description": "",
5
5
"main": "lib/index.js",
6
6
"types": "lib/index.d.ts",