@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.17",
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.17"
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": "e5d70f84b44b24229fb3156e2d3f793f2d0ec43bd7078c78a089d44f"
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
- discounts?: Discount[];
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
- discounts?: Discount[];
2392
+ discount?: Discount;
2393
2393
  }
2394
2394
  /** Tax data from all items */
2395
2395
  interface TaxData {