@wix/auto_sdk_ecom_payment-settings 1.0.95 → 1.0.96

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.
@@ -4199,11 +4199,15 @@ interface V1AppliedDiscount extends V1AppliedDiscountDiscountSourceOneOf {
4199
4199
  /** Discount type. */
4200
4200
  discountType?: AppliedDiscountDiscountType;
4201
4201
  /**
4202
+ * Deprecated. Use `lineItemDiscounts` instead.
4203
+ *
4202
4204
  * IDs of line items the discount applies to.
4203
4205
  * @format GUID
4204
- * @deprecated IDs of line items the discount applies to.
4206
+ * @deprecated Deprecated. Use `lineItemDiscounts` instead.
4207
+ *
4208
+ * IDs of line items the discount applies to.
4205
4209
  * @replacedBy line_items_discounts
4206
- * @targetRemovalDate 2025-12-31
4210
+ * @targetRemovalDate 2026-03-31
4207
4211
  */
4208
4212
  lineItemIds?: string[];
4209
4213
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_payment-settings",
3
- "version": "1.0.95",
3
+ "version": "1.0.96",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -50,5 +50,5 @@
50
50
  "fqdn": "wix.interfaces.ecommerce.v1.payment_settings_provider"
51
51
  }
52
52
  },
53
- "falconPackageHash": "c2b05dafbc22589e475219ec794a6cf8c6a340d550798555efaa9f62"
53
+ "falconPackageHash": "cd58a6e90dfc96c4c04141806eeddd9dbc9595ed5621a1ce06309377"
54
54
  }