digicust_types 1.8.373 → 1.8.374

Sign up to get free protection for your applications and to get access to all the features.
@@ -63,6 +63,7 @@ export interface LineItemModel {
63
63
  /** index of the position this item is included in */
64
64
  includedWithPosition?: Meta<string>;
65
65
  shipper?: CompanyModel;
66
+ consignee?: CompanyModel;
66
67
  preliminaryDocument?: Meta<string>;
67
68
  customsProcedure?: Procedure;
68
69
  exportingCountry?: AddressModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.373",
3
+ "version": "1.8.374",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",