@wix/auto_sdk_ecom_cart 1.0.79 → 1.0.80

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.
@@ -391,6 +391,9 @@ interface DescriptionLine extends DescriptionLineValueOneOf, DescriptionLineDesc
391
391
  /**
392
392
  * Whether the description line originates from a modifier.
393
393
  * @internal
394
+ * @deprecated Whether the description line originates from a modifier.
395
+ * @replacedBy none
396
+ * @targetRemovalDate 2025-12-31
394
397
  */
395
398
  modifierDescriptionLine?: boolean;
396
399
  }