digicust_types 1.8.328 → 1.8.329

Sign up to get free protection for your applications and to get access to all the features.
@@ -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",