@wix/auto_sdk_ecom_checkout 1.0.151 → 1.0.152

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.
@@ -636,14 +636,6 @@ interface DescriptionLine extends DescriptionLineValueOneOf, DescriptionLineDesc
636
636
  colorInfo?: Color;
637
637
  /** Description line name. */
638
638
  name?: DescriptionLineName;
639
- /**
640
- * Whether the description line originates from a modifier.
641
- * @internal
642
- * @deprecated Whether the description line originates from a modifier.
643
- * @replacedBy none
644
- * @targetRemovalDate 2025-12-31
645
- */
646
- modifierDescriptionLine?: boolean;
647
639
  }
648
640
  /** @oneof */
649
641
  interface DescriptionLineValueOneOf {