@wix/auto_sdk_ecom_payment-settings 1.0.94 → 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.
@@ -352,9 +352,12 @@ interface CatalogReference {
352
352
  */
353
353
  appId?: string;
354
354
  /**
355
- * Additional item details in key:value pairs. Use this optional field to provide more specificity with item selection. The `options` field values differ depending on which catalog is providing the items.
355
+ * Additional item details in `key:value` pairs.
356
356
  *
357
- * For products and variants from a Wix Stores catalog, learn more about [eCommerce integration](https://dev.wix.com/docs/rest/business-solutions/stores/catalog/e-commerce-integration).
357
+ * Use this optional field for more specificity with item selection. The values of the `options` field differ depending on which catalog is providing the items.
358
+ *
359
+ * For Wix Stores products, learn more about integrating with [Catalog V3](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/e-commerce-integration)
360
+ * or [Catalog V1](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v1/catalog/e-commerce-integration), depending on [the version the site uses](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-versioning/introduction).
358
361
  */
359
362
  options?: Record<string, any> | null;
360
363
  }
@@ -4196,11 +4199,15 @@ interface V1AppliedDiscount extends V1AppliedDiscountDiscountSourceOneOf {
4196
4199
  /** Discount type. */
4197
4200
  discountType?: AppliedDiscountDiscountType;
4198
4201
  /**
4202
+ * Deprecated. Use `lineItemDiscounts` instead.
4203
+ *
4199
4204
  * IDs of line items the discount applies to.
4200
4205
  * @format GUID
4201
- * @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.
4202
4209
  * @replacedBy line_items_discounts
4203
- * @targetRemovalDate 2025-12-31
4210
+ * @targetRemovalDate 2026-03-31
4204
4211
  */
4205
4212
  lineItemIds?: string[];
4206
4213
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_payment-settings",
3
- "version": "1.0.94",
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": "f83f004d87024b4a6e3c8ed49e0cd748eb29b14a5589872ade3fa8de"
53
+ "falconPackageHash": "cd58a6e90dfc96c4c04141806eeddd9dbc9595ed5621a1ce06309377"
54
54
  }