@wix/auto_sdk_ecom_current-cart 1.0.166 → 1.0.167

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 {