digicust_types 1.7.527 → 1.7.528

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,6 +16,7 @@ export interface WaybillModel extends DigicustDocumentModel {
16
16
  weightUnit?: Meta<WeightUnit>;
17
17
  weight?: Weight;
18
18
  netWeight?: Weight;
19
+ shippingDate?: DateTimeModel;
19
20
  totalValue?: Money;
20
21
  totalValueExcludingCharges?: Money;
21
22
  shippingCost?: Money;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.7.527",
3
+ "version": "1.7.528",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",