@wix/auto_sdk_ecom_current-cart 1.0.166 → 1.0.168

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.
@@ -403,14 +403,6 @@ interface DescriptionLine extends DescriptionLineValueOneOf, DescriptionLineDesc
403
403
  colorInfo?: Color;
404
404
  /** Description line name. */
405
405
  name?: DescriptionLineName;
406
- /**
407
- * Whether the description line originates from a modifier.
408
- * @internal
409
- * @deprecated Whether the description line originates from a modifier.
410
- * @replacedBy none
411
- * @targetRemovalDate 2025-12-31
412
- */
413
- modifierDescriptionLine?: boolean;
414
406
  }
415
407
  /** @oneof */
416
408
  interface DescriptionLineValueOneOf {
@@ -2633,6 +2625,11 @@ interface AdditionalFee {
2633
2625
  * @maxLength 50
2634
2626
  */
2635
2627
  translatedName?: string | null;
2628
+ /**
2629
+ * Address type tax was calculated against for this fee.
2630
+ * @internal
2631
+ */
2632
+ taxableAddress?: TaxableAddress;
2636
2633
  }
2637
2634
  declare enum AdditionalFeeSource {
2638
2635
  UNKNOWN_ADDITIONAL_FEE_SOURCE = "UNKNOWN_ADDITIONAL_FEE_SOURCE",