@wix/subscription 1.0.24 → 1.0.25

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.24",
3
+ "version": "1.0.25",
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.24"
21
+ "@wix/subscription_subscriptions": "1.0.25"
22
22
  },
23
23
  "devDependencies": {
24
24
  "glob": "^10.4.1",
@@ -43,5 +43,5 @@
43
43
  "fqdn": ""
44
44
  }
45
45
  },
46
- "falconPackageHash": "0f81d2dd87e113bff08af996845a5705b11e991bab7c11428ec75e52"
46
+ "falconPackageHash": "f087ddbaf5f9687daba76f4b5b6bb66ee6ba0fbfd5b2fed8c223587d"
47
47
  }
@@ -1964,12 +1964,14 @@ interface ItemTaxData {
1964
1964
  taxBreakdowns?: TaxBreakdown[];
1965
1965
  }
1966
1966
  interface LineItemTaxSummary {
1967
- /** Aggregated from tax_breakdowns with exemptions excluded from amount */
1967
+ /** Calculated from external tax summary */
1968
1968
  aggregatedTaxAmount?: string;
1969
1969
  /** Aggregated from tax_breakdowns */
1970
1970
  aggregatedTaxRate?: string;
1971
1971
  /** Total taxable amount for this line item. */
1972
1972
  taxableAmount?: string;
1973
+ /** Aggregated from tax_breakdowns after applying exemptions */
1974
+ finalTaxAmount?: string | null;
1973
1975
  }
1974
1976
  interface TaxBreakdown {
1975
1977
  taxType?: string;
@@ -1964,12 +1964,14 @@ interface ItemTaxData {
1964
1964
  taxBreakdowns?: TaxBreakdown[];
1965
1965
  }
1966
1966
  interface LineItemTaxSummary {
1967
- /** Aggregated from tax_breakdowns with exemptions excluded from amount */
1967
+ /** Calculated from external tax summary */
1968
1968
  aggregatedTaxAmount?: string;
1969
1969
  /** Aggregated from tax_breakdowns */
1970
1970
  aggregatedTaxRate?: string;
1971
1971
  /** Total taxable amount for this line item. */
1972
1972
  taxableAmount?: string;
1973
+ /** Aggregated from tax_breakdowns after applying exemptions */
1974
+ finalTaxAmount?: string | null;
1973
1975
  }
1974
1976
  interface TaxBreakdown {
1975
1977
  taxType?: string;
@@ -1477,12 +1477,14 @@ interface ItemTaxData$1 {
1477
1477
  taxBreakdowns?: TaxBreakdown$1[];
1478
1478
  }
1479
1479
  interface LineItemTaxSummary$1 {
1480
- /** Aggregated from tax_breakdowns with exemptions excluded from amount */
1480
+ /** Calculated from external tax summary */
1481
1481
  aggregatedTaxAmount?: string;
1482
1482
  /** Aggregated from tax_breakdowns */
1483
1483
  aggregatedTaxRate?: string;
1484
1484
  /** Total taxable amount for this line item. */
1485
1485
  taxableAmount?: string;
1486
+ /** Aggregated from tax_breakdowns after applying exemptions */
1487
+ finalTaxAmount?: string | null;
1486
1488
  }
1487
1489
  interface TaxBreakdown$1 {
1488
1490
  taxType?: string;
@@ -3760,12 +3762,14 @@ interface ItemTaxData {
3760
3762
  taxBreakdowns?: TaxBreakdown[];
3761
3763
  }
3762
3764
  interface LineItemTaxSummary {
3763
- /** Aggregated from tax_breakdowns with exemptions excluded from amount */
3765
+ /** Calculated from external tax summary */
3764
3766
  aggregatedTaxAmount?: string;
3765
3767
  /** Aggregated from tax_breakdowns */
3766
3768
  aggregatedTaxRate?: string;
3767
3769
  /** Total taxable amount for this line item. */
3768
3770
  taxableAmount?: string;
3771
+ /** Aggregated from tax_breakdowns after applying exemptions */
3772
+ finalTaxAmount?: string | null;
3769
3773
  }
3770
3774
  interface TaxBreakdown {
3771
3775
  taxType?: string;