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.
@@ -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
@@ -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",