digicust_types 1.8.331 → 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.331",
3
+ "version": "1.8.332",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",