@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.
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/{interfaces-ecommerce-v1-payment-settings-provider.public-DrEMRp0m.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-BnC402Ql.d.ts} +5 -0
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/{interfaces-ecommerce-v1-payment-settings-provider.public-DrEMRp0m.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-BnC402Ql.d.mts} +5 -0
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/{interfaces-ecommerce-v1-payment-settings-provider.public-DrEMRp0m.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-BnC402Ql.d.ts} +5 -0
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/{interfaces-ecommerce-v1-payment-settings-provider.public-DrEMRp0m.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-BnC402Ql.d.mts} +5 -0
- package/package.json +2 -2
|
@@ -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.
|
|
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": "
|
|
53
|
+
"falconPackageHash": "5662447e7b40cad9c8f8e1b42cd35762e6b9b72ef886224465783db4"
|
|
54
54
|
}
|