@wix/auto_sdk_ecom_draft-orders 1.0.155 → 1.0.156

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.
@@ -241,14 +241,6 @@ interface DescriptionLine extends DescriptionLineValueOneOf, DescriptionLineDesc
241
241
  colorInfo?: Color;
242
242
  /** Description line name. */
243
243
  name?: DescriptionLineName;
244
- /**
245
- * Whether the description line originates from a modifier.
246
- * @internal
247
- * @deprecated Whether the description line originates from a modifier.
248
- * @replacedBy none
249
- * @targetRemovalDate 2025-12-31
250
- */
251
- modifierDescriptionLine?: boolean;
252
244
  }
253
245
  /** @oneof */
254
246
  interface DescriptionLineValueOneOf {