@wix/auto_sdk_ecom_current-cart-v-2 1.0.84 → 1.0.85

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.
@@ -3951,15 +3951,11 @@ interface AppliedDiscount extends AppliedDiscountDiscountSourceOneOf {
3951
3951
  /** Discount type. */
3952
3952
  discountType?: DiscountTypeWithLiterals;
3953
3953
  /**
3954
- * Deprecated. Use `lineItemDiscounts` instead.
3955
- *
3956
3954
  * IDs of line items the discount applies to.
3957
3955
  * @format GUID
3958
- * @deprecated Deprecated. Use `lineItemDiscounts` instead.
3959
- *
3960
- * IDs of line items the discount applies to.
3956
+ * @deprecated IDs of line items the discount applies to.
3961
3957
  * @replacedBy line_items_discounts
3962
- * @targetRemovalDate 2026-03-31
3958
+ * @targetRemovalDate 2025-12-31
3963
3959
  */
3964
3960
  lineItemIds?: string[];
3965
3961
  /**