@wix/ecom 1.0.826 → 1.0.827

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ecom",
3
- "version": "1.0.826",
3
+ "version": "1.0.827",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -53,7 +53,7 @@
53
53
  "@wix/ecom_payment-settings": "1.0.73",
54
54
  "@wix/ecom_pickup-locations": "1.0.18",
55
55
  "@wix/ecom_recommendations": "1.0.52",
56
- "@wix/ecom_recommendations-provider": "1.0.10",
56
+ "@wix/ecom_recommendations-provider": "1.0.11",
57
57
  "@wix/ecom_shipping-options": "1.0.16",
58
58
  "@wix/ecom_shipping-rates": "1.0.53",
59
59
  "@wix/ecom_shippo-configurations": "1.0.23",
@@ -87,5 +87,5 @@
87
87
  "fqdn": ""
88
88
  }
89
89
  },
90
- "falconPackageHash": "380348eb642ac8170e30b6045e45eef2e79a4e59d48b2f84762762a1"
90
+ "falconPackageHash": "0c5deb7811ffd6290be9779a075be280779b8cf6d301b9c6e096f0b7"
91
91
  }
@@ -1121,10 +1121,10 @@ interface GetRecommendationsEnvelope {
1121
1121
  declare const provideHandlers$d: ServicePluginDefinition<{
1122
1122
  /**
1123
1123
  *
1124
- * Returns lists of items recommended by each requested algorithm.
1124
+ * This method retrieves an array containing the lists of recommended items returned by each algorithm. Items must be selected from catalogs in Wix apps installed on the site.
1125
1125
  *
1126
- * If the algorithm's type is `RELATED_ITEMS` then the `items` field is required in the request, and the response will contain items related to those submitted.
1127
- * How the related items are selected based on the requested items depends on the algorithm. Some examples include items related by category or those frequently bought or watched together. */
1126
+ * If a requested recommendation algorithm's type is `RELATED_ITEMS` then the `items` field is included in the request. The response should contain items related to those submitted.
1127
+ * How the related items are selected depends on the recommendation algorithms used. For example, items can be in the same category, or can be frequently bought or watched together. */
1128
1128
  getRecommendations(payload: GetRecommendationsEnvelope): GetRecommendationsResponse | Promise<GetRecommendationsResponse>;
1129
1129
  }>;
1130
1130
 
@@ -1080,10 +1080,10 @@ interface GetRecommendationsEnvelope {
1080
1080
  declare const provideHandlers$d: ServicePluginDefinition<{
1081
1081
  /**
1082
1082
  *
1083
- * Returns lists of items recommended by each requested algorithm.
1083
+ * This method retrieves an array containing the lists of recommended items returned by each algorithm. Items must be selected from catalogs in Wix apps installed on the site.
1084
1084
  *
1085
- * If the algorithm's type is `RELATED_ITEMS` then the `items` field is required in the request, and the response will contain items related to those submitted.
1086
- * How the related items are selected based on the requested items depends on the algorithm. Some examples include items related by category or those frequently bought or watched together. */
1085
+ * If a requested recommendation algorithm's type is `RELATED_ITEMS` then the `items` field is included in the request. The response should contain items related to those submitted.
1086
+ * How the related items are selected depends on the recommendation algorithms used. For example, items can be in the same category, or can be frequently bought or watched together. */
1087
1087
  getRecommendations(payload: GetRecommendationsEnvelope): GetRecommendationsResponse | Promise<GetRecommendationsResponse>;
1088
1088
  }>;
1089
1089