RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
digicust_types
Versions diffs
1.7.527 → 1.7.528
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.
Files changed (2)
hide
show
package/lib/models/digicust/documents/document-types/waybill.model.d.ts
+1
-0
package/package.json
+1
-1
package/lib/models/digicust/documents/document-types/waybill.model.d.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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",