digicust_types 1.8.330 → 1.8.332

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,6 +36,14 @@ export interface CustomsServiceInstructions extends DigicustDocumentModel, LineI
36
36
  numberOfUnloadingStops: number;
37
37
  stops: LoadingPlanStop[];
38
38
  };
39
+ /**
40
+ * Location codes specifying the exact receiving/unloading points at the destination
41
+ * German: Anlieferstelle (067), Abladestelle (953)
42
+ */
43
+ destinationDocks?: {
44
+ deliveryCode?: Meta<string>;
45
+ unloadingCode?: Meta<string>;
46
+ };
39
47
  /**
40
48
  * Transport disclaimer flags
41
49
  * German: SLVS-Verzichtskunde
@@ -49,7 +57,7 @@ export interface CustomsServiceInstructions extends DigicustDocumentModel, LineI
49
57
  forwardingNumber?: Meta<string>;
50
58
  shipper?: CompanyModel;
51
59
  consignee?: CompanyModel;
52
- forwarder?: CompanyModel;
60
+ carrier?: CompanyModel;
53
61
  referenceNumber?: Meta<string>;
54
62
  customerNumber?: Meta<string>;
55
63
  orderNumber?: Meta<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.330",
3
+ "version": "1.8.332",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",