@wix/subscription 1.0.17 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/subscription",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/subscription_subscriptions": "1.0.
|
|
21
|
+
"@wix/subscription_subscriptions": "1.0.18"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"glob": "^10.4.1",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"fqdn": ""
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"falconPackageHash": "
|
|
46
|
+
"falconPackageHash": "ba2074d717450bf05d74b1491711ea81cbe8b8f76d1da02d461437b6"
|
|
47
47
|
}
|
|
@@ -2389,7 +2389,7 @@ interface InvoiceShippingCharges {
|
|
|
2389
2389
|
tax?: Tax;
|
|
2390
2390
|
/** Information about the shipping charges tax data */
|
|
2391
2391
|
taxData?: ItemTaxData;
|
|
2392
|
-
|
|
2392
|
+
discount?: Discount;
|
|
2393
2393
|
}
|
|
2394
2394
|
/** Tax data from all items */
|
|
2395
2395
|
interface TaxData {
|
|
@@ -2389,7 +2389,7 @@ interface InvoiceShippingCharges {
|
|
|
2389
2389
|
tax?: Tax;
|
|
2390
2390
|
/** Information about the shipping charges tax data */
|
|
2391
2391
|
taxData?: ItemTaxData;
|
|
2392
|
-
|
|
2392
|
+
discount?: Discount;
|
|
2393
2393
|
}
|
|
2394
2394
|
/** Tax data from all items */
|
|
2395
2395
|
interface TaxData {
|