digicust_types 1.8.172 → 1.8.173

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ export interface EmailDocument extends DigicustDocumentModel {
14
14
  belongsTo: string;
15
15
  })[];
16
16
  shipments?: {
17
- invoiceNumber?: Meta<string>;
17
+ invoiceNumbers?: Meta<string>[];
18
18
  reference?: Meta<string>;
19
19
  }[];
20
20
  preliminaryDocuments?: PreliminaryDocument[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.172",
3
+ "version": "1.8.173",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",