@wix/subscription 1.0.8 → 1.0.9

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.8",
3
+ "version": "1.0.9",
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.8"
21
+ "@wix/subscription_subscriptions": "1.0.9"
22
22
  },
23
23
  "devDependencies": {
24
24
  "glob": "^10.4.1",
@@ -42,5 +42,5 @@
42
42
  "fqdn": ""
43
43
  }
44
44
  },
45
- "falconPackageHash": "990ce0556e5452a2b591efe055dedc42c26624d0a13486da8a5cdf85"
45
+ "falconPackageHash": "225a3a0c6c9cd04547a1602ea66836935f90607dcade716b0c829172"
46
46
  }
@@ -1469,6 +1469,7 @@ interface ItemTaxData {
1469
1469
  taxBreakdowns?: TaxBreakdown[];
1470
1470
  }
1471
1471
  interface TaxSummary {
1472
+ /** aggregated from tax_breakdowns with exemptions excluded from amount */
1472
1473
  aggregatedTaxAmount?: string;
1473
1474
  aggregatedTaxRate?: string;
1474
1475
  }
@@ -1469,6 +1469,7 @@ interface ItemTaxData {
1469
1469
  taxBreakdowns?: TaxBreakdown[];
1470
1470
  }
1471
1471
  interface TaxSummary {
1472
+ /** aggregated from tax_breakdowns with exemptions excluded from amount */
1472
1473
  aggregatedTaxAmount?: string;
1473
1474
  aggregatedTaxRate?: string;
1474
1475
  }
@@ -1175,6 +1175,7 @@ interface ItemTaxData$1 {
1175
1175
  taxBreakdowns?: TaxBreakdown$1[];
1176
1176
  }
1177
1177
  interface TaxSummary$1 {
1178
+ /** aggregated from tax_breakdowns with exemptions excluded from amount */
1178
1179
  aggregatedTaxAmount?: string;
1179
1180
  aggregatedTaxRate?: string;
1180
1181
  }
@@ -2982,6 +2983,7 @@ interface ItemTaxData {
2982
2983
  taxBreakdowns?: TaxBreakdown[];
2983
2984
  }
2984
2985
  interface TaxSummary {
2986
+ /** aggregated from tax_breakdowns with exemptions excluded from amount */
2985
2987
  aggregatedTaxAmount?: string;
2986
2988
  aggregatedTaxRate?: string;
2987
2989
  }