digicust_types 1.8.328 → 1.8.329

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.
@@ -42,11 +42,10 @@ export interface CustomsServiceInstructions extends DigicustDocumentModel, LineI
42
42
  */
43
43
  slvsWaiver?: Meta<boolean>;
44
44
  /**
45
- * NEW: Departure and arrival information
45
+ * Departure and arrival information
46
46
  */
47
47
  departureDate?: DateTimeModel;
48
48
  arrivalDate?: DateTimeModel;
49
- originLocation?: Meta<string>;
50
49
  forwardingNumber?: Meta<string>;
51
50
  shipper?: CompanyModel;
52
51
  recipient?: CompanyModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.328",
3
+ "version": "1.8.329",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",