@wix/auto_sdk_ecom_cart 1.0.157 → 1.0.158

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.
@@ -2625,6 +2625,11 @@ interface AdditionalFee {
2625
2625
  * @maxLength 50
2626
2626
  */
2627
2627
  translatedName?: string | null;
2628
+ /**
2629
+ * Address type tax was calculated against for this fee.
2630
+ * @internal
2631
+ */
2632
+ taxableAddress?: TaxableAddress;
2628
2633
  }
2629
2634
  declare enum AdditionalFeeSource {
2630
2635
  UNKNOWN_ADDITIONAL_FEE_SOURCE = "UNKNOWN_ADDITIONAL_FEE_SOURCE",