@wix/auto_sdk_ecom_subscription-contracts 1.0.114 → 1.0.115

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.
@@ -454,14 +454,6 @@ interface DescriptionLine extends DescriptionLineValueOneOf, DescriptionLineDesc
454
454
  colorInfo?: Color;
455
455
  /** Description line name. */
456
456
  name?: DescriptionLineName;
457
- /**
458
- * Whether the description line originates from a modifier.
459
- * @internal
460
- * @deprecated Whether the description line originates from a modifier.
461
- * @replacedBy none
462
- * @targetRemovalDate 2025-12-31
463
- */
464
- modifierDescriptionLine?: boolean;
465
457
  }
466
458
  /** @oneof */
467
459
  interface DescriptionLineValueOneOf {