@wix/auto_sdk_ecom_memberships 1.0.1 → 1.0.3
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.
|
@@ -65,7 +65,7 @@ export interface CatalogReference {
|
|
|
65
65
|
/**
|
|
66
66
|
* 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.
|
|
67
67
|
*
|
|
68
|
-
* For products and variants from a Wix Stores catalog, learn more about
|
|
68
|
+
* For products and variants from a Wix Stores catalog, learn more about eCommerce integration ([SDK](https://dev.wix.com/docs/sdk/backend-modules/stores/catalog-v3/e-commerce-integration) | [REST](https://dev.wix.com/docs/rest/business-solutions/stores/catalog/e-commerce-integration)).
|
|
69
69
|
*/
|
|
70
70
|
options?: Record<string, any> | null;
|
|
71
71
|
}
|
|
@@ -65,7 +65,7 @@ export interface CatalogReference {
|
|
|
65
65
|
/**
|
|
66
66
|
* 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.
|
|
67
67
|
*
|
|
68
|
-
* For products and variants from a Wix Stores catalog, learn more about
|
|
68
|
+
* For products and variants from a Wix Stores catalog, learn more about eCommerce integration ([SDK](https://dev.wix.com/docs/sdk/backend-modules/stores/catalog-v3/e-commerce-integration) | [REST](https://dev.wix.com/docs/rest/business-solutions/stores/catalog/e-commerce-integration)).
|
|
69
69
|
*/
|
|
70
70
|
options?: Record<string, any> | null;
|
|
71
71
|
}
|
|
@@ -65,7 +65,7 @@ export interface CatalogReference {
|
|
|
65
65
|
/**
|
|
66
66
|
* 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.
|
|
67
67
|
*
|
|
68
|
-
* For products and variants from a Wix Stores catalog, learn more about
|
|
68
|
+
* For products and variants from a Wix Stores catalog, learn more about eCommerce integration ([SDK](https://dev.wix.com/docs/sdk/backend-modules/stores/catalog-v3/e-commerce-integration) | [REST](https://dev.wix.com/docs/rest/business-solutions/stores/catalog/e-commerce-integration)).
|
|
69
69
|
*/
|
|
70
70
|
options?: Record<string, any> | null;
|
|
71
71
|
}
|
|
@@ -65,7 +65,7 @@ export interface CatalogReference {
|
|
|
65
65
|
/**
|
|
66
66
|
* 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.
|
|
67
67
|
*
|
|
68
|
-
* For products and variants from a Wix Stores catalog, learn more about
|
|
68
|
+
* For products and variants from a Wix Stores catalog, learn more about eCommerce integration ([SDK](https://dev.wix.com/docs/sdk/backend-modules/stores/catalog-v3/e-commerce-integration) | [REST](https://dev.wix.com/docs/rest/business-solutions/stores/catalog/e-commerce-integration)).
|
|
69
69
|
*/
|
|
70
70
|
options?: Record<string, any> | null;
|
|
71
71
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_ecom_memberships",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"service-plugins"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@wix/sdk-runtime": "^0.3.
|
|
32
|
-
"@wix/sdk-types": "^1.
|
|
31
|
+
"@wix/sdk-runtime": "^0.3.42",
|
|
32
|
+
"@wix/sdk-types": "^1.13.9"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"typescript": "^5.3.2"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.interfaces.ecom.v1.memberships_provider"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "5b816cdc86843c6b757c8c2de641d898947280ad4399718357b2d5e6"
|
|
52
52
|
}
|