@wix/auto_sdk_ecom_payment-settings 1.0.93 → 1.0.95
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-PBma_onj.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-CXHtHGe3.d.ts} +9 -6
- 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-PBma_onj.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-CXHtHGe3.d.mts} +9 -6
- 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-PBma_onj.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-CXHtHGe3.d.ts} +9 -6
- 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-PBma_onj.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-CXHtHGe3.d.mts} +9 -6
- package/package.json +2 -2
|
@@ -352,9 +352,12 @@ interface CatalogReference {
|
|
|
352
352
|
*/
|
|
353
353
|
appId?: string;
|
|
354
354
|
/**
|
|
355
|
-
* Additional item details in key:value pairs.
|
|
355
|
+
* Additional item details in `key:value` pairs.
|
|
356
356
|
*
|
|
357
|
-
*
|
|
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
|
}
|
|
@@ -2919,9 +2922,9 @@ interface PlatformFee {
|
|
|
2919
2922
|
chargeType?: ChargeType;
|
|
2920
2923
|
/**
|
|
2921
2924
|
* Percentage rate charged as platform fee.
|
|
2922
|
-
* The fee rate expressed as a decimal fraction between 0 and 1. For example, `0.05` for 5%.
|
|
2925
|
+
* The fee rate percentage expressed as a decimal fraction between 0 and 1. For example, `0.05` for 5%.
|
|
2923
2926
|
* @format DECIMAL_VALUE
|
|
2924
|
-
* @decimalValue options {
|
|
2927
|
+
* @decimalValue options { gt:0, lte:1, maxScale:4 }
|
|
2925
2928
|
*/
|
|
2926
2929
|
percentageRate?: string;
|
|
2927
2930
|
}
|
|
@@ -3723,9 +3726,9 @@ interface V1PlatformFee {
|
|
|
3723
3726
|
/**
|
|
3724
3727
|
* Percentage rate charged as platform fee.
|
|
3725
3728
|
*
|
|
3726
|
-
* The fee rate expressed as a decimal fraction between 0 and 1. For example, `0.05` for 5%.
|
|
3729
|
+
* The fee rate percentage expressed as a decimal fraction between 0 and 1. For example, `0.05` for 5%.
|
|
3727
3730
|
* @format DECIMAL_VALUE
|
|
3728
|
-
* @decimalValue options {
|
|
3731
|
+
* @decimalValue options { gt:0, lte:1, maxScale:4 }
|
|
3729
3732
|
*/
|
|
3730
3733
|
percentageRate?: string;
|
|
3731
3734
|
}
|
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.95",
|
|
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": "c2b05dafbc22589e475219ec794a6cf8c6a340d550798555efaa9f62"
|
|
54
54
|
}
|