@wix/auto_sdk_ecom_current-cart-v-2 1.0.14 → 1.0.15

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.
@@ -373,6 +373,9 @@ interface DescriptionLine extends DescriptionLineValueOneOf, DescriptionLineDesc
373
373
  /**
374
374
  * Whether the description line originates from a modifier.
375
375
  * @internal
376
+ * @deprecated Whether the description line originates from a modifier.
377
+ * @replacedBy none
378
+ * @targetRemovalDate 2025-12-31
376
379
  */
377
380
  modifierDescriptionLine?: boolean;
378
381
  }