@wix/auto_sdk_ecom_payment-settings 1.0.106 → 1.0.108
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-lmiKRiGA.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-I68Qilb6.d.ts} +0 -7
- 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-lmiKRiGA.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-I68Qilb6.d.mts} +0 -7
- 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-lmiKRiGA.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-I68Qilb6.d.ts} +0 -7
- 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-lmiKRiGA.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-I68Qilb6.d.mts} +0 -7
- package/package.json +4 -4
|
@@ -4245,15 +4245,8 @@ interface V1AppliedDiscount extends V1AppliedDiscountDiscountSourceOneOf {
|
|
|
4245
4245
|
/** Discount type. */
|
|
4246
4246
|
discountType?: AppliedDiscountDiscountType;
|
|
4247
4247
|
/**
|
|
4248
|
-
* Deprecated. Use `lineItemDiscounts` instead.
|
|
4249
|
-
*
|
|
4250
4248
|
* IDs of line items the discount applies to.
|
|
4251
4249
|
* @format GUID
|
|
4252
|
-
* @deprecated Deprecated. Use `lineItemDiscounts` instead.
|
|
4253
|
-
*
|
|
4254
|
-
* IDs of line items the discount applies to.
|
|
4255
|
-
* @replacedBy line_items_discounts
|
|
4256
|
-
* @targetRemovalDate 2026-03-31
|
|
4257
4250
|
*/
|
|
4258
4251
|
lineItemIds?: string[];
|
|
4259
4252
|
}
|
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.108",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"service-plugins"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@wix/sdk-runtime": "^1.0.
|
|
33
|
-
"@wix/sdk-types": "^1.17.
|
|
32
|
+
"@wix/sdk-runtime": "^1.0.8",
|
|
33
|
+
"@wix/sdk-types": "^1.17.4"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"tsup": "^8.4.0",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"fqdn": "wix.interfaces.ecommerce.v1.payment_settings_provider"
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
-
"falconPackageHash": "
|
|
53
|
+
"falconPackageHash": "26444ae9e0912bc11c94bf10de83fbe5ead39f8c252d23de742b520b"
|
|
54
54
|
}
|