@wix/auto_sdk_ecom_payment-settings 1.0.109 → 1.0.110

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.
@@ -1387,6 +1387,11 @@ interface AppliedDiscount extends AppliedDiscountDiscountSourceOneOf {
1387
1387
  * @immutable
1388
1388
  */
1389
1389
  _id?: string | null;
1390
+ /**
1391
+ * Line items the discount applies to, including the discount amount for each.
1392
+ * @maxSize 300
1393
+ */
1394
+ lineItemDiscounts?: LineItemDiscount[];
1390
1395
  }
1391
1396
  /** @oneof */
1392
1397
  interface AppliedDiscountDiscountSourceOneOf {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_payment-settings",
3
- "version": "1.0.109",
3
+ "version": "1.0.110",
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": "42a316f1127aa91dfebf6dccfc20ad6b3abf7cf2376c6f206c7d7f70"
53
+ "falconPackageHash": "5662447e7b40cad9c8f8e1b42cd35762e6b9b72ef886224465783db4"
54
54
  }