@wix/auto_sdk_ecom_cart 1.0.74 → 1.0.75

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.
@@ -1706,6 +1706,8 @@ interface AggregatedTaxBreakdown {
1706
1706
  rate?: string;
1707
1707
  /** The sum of all the tax from line items that calculated by the tax identifiers. */
1708
1708
  aggregatedTaxAmount?: MultiCurrencyPrice;
1709
+ /** The sum of all the taxable amount from line items for tax identifiers. */
1710
+ aggregatedTaxableAmount?: MultiCurrencyPrice;
1709
1711
  }
1710
1712
  interface ShippingInformation {
1711
1713
  /** Shipping region. */