@wix/auto_sdk_ecom_cart-v-2 1.0.82 → 1.0.83

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