digicust_types 1.7.529 → 1.7.530

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,6 +16,8 @@ export interface PackingListModel extends DigicustDocumentModel, LineItemContain
16
16
  referenceNumber?: Meta<string>;
17
17
  waybillNumber?: Meta<string>;
18
18
  deliveryNote?: Meta<string>;
19
+ taxDetails?: Meta<string>;
20
+ shippingCost?: Money;
19
21
  meansOfTransportation?: MeanOfTransportation[];
20
22
  substanceCharacteristics?: Meta<string>;
21
23
  incoterm?: IncotermModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.7.529",
3
+ "version": "1.7.530",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",