digicust_types 1.8.492 → 1.8.494

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -77,6 +77,7 @@ export interface AggregatedCaseDataModel {
77
77
  phoneNr?: Meta<string>;
78
78
  email?: Meta<string>;
79
79
  };
80
+ placeOfUnloading?: AddressModel;
80
81
  portOfExport?: Port;
81
82
  portOfImport?: Port;
82
83
  typeofBusiness?: TypeOfBusiness;
@@ -65,5 +65,6 @@ export interface CustomsServiceInstructions extends DigicustDocumentModel, LineI
65
65
  orderNumber?: Meta<string>;
66
66
  incoterm?: IncotermModel;
67
67
  placeIncoterm?: AddressModel;
68
+ placeOfUnloading?: AddressModel;
68
69
  }
69
70
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.492",
3
+ "version": "1.8.494",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",