@wix/stores 1.0.318 → 1.0.319
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/stores",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.319",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@wix/stores_inventory": "1.0.68",
|
|
30
30
|
"@wix/stores_inventory-items-v-3": "1.0.37",
|
|
31
31
|
"@wix/stores_products": "1.0.93",
|
|
32
|
-
"@wix/stores_products-v-3": "1.0.
|
|
32
|
+
"@wix/stores_products-v-3": "1.0.84",
|
|
33
33
|
"@wix/stores_ribbons-v-3": "1.0.26",
|
|
34
34
|
"@wix/stores_stores-locations-v-3": "1.0.32",
|
|
35
35
|
"@wix/stores_subscription-options": "1.0.50",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"fqdn": ""
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"falconPackageHash": "
|
|
61
|
+
"falconPackageHash": "74870092bf54dbc4e9c8f72ff7bb8c47b7b23c0d0c7fd42bb6cf5024"
|
|
62
62
|
}
|
|
@@ -14535,6 +14535,8 @@ interface SearchProductsRequest {
|
|
|
14535
14535
|
* For example, if you have 2 variants: one visible with price 10 and another one not visible with price 20, when inside $matchItems you specify `visible:true` and `price > 15` nothing will be returned because there are no variants which satisfy both conditions.
|
|
14536
14536
|
* You still can use `$isEmpty` and `$exists` operators for fields listed above.
|
|
14537
14537
|
* See examples to understand supported capabilities.
|
|
14538
|
+
* This endpoint does not return variants-info, even though it is part of the entity, as including it would result in overly large response objects.
|
|
14539
|
+
* If you need variants-info, you can retrieve it for a specific product using the getProduct endpoint.
|
|
14538
14540
|
*/
|
|
14539
14541
|
search?: CursorSearch;
|
|
14540
14542
|
/** A list of requested fields to be included in the response. */
|
|
@@ -14535,6 +14535,8 @@ interface SearchProductsRequest {
|
|
|
14535
14535
|
* For example, if you have 2 variants: one visible with price 10 and another one not visible with price 20, when inside $matchItems you specify `visible:true` and `price > 15` nothing will be returned because there are no variants which satisfy both conditions.
|
|
14536
14536
|
* You still can use `$isEmpty` and `$exists` operators for fields listed above.
|
|
14537
14537
|
* See examples to understand supported capabilities.
|
|
14538
|
+
* This endpoint does not return variants-info, even though it is part of the entity, as including it would result in overly large response objects.
|
|
14539
|
+
* If you need variants-info, you can retrieve it for a specific product using the getProduct endpoint.
|
|
14538
14540
|
*/
|
|
14539
14541
|
search?: CursorSearch;
|
|
14540
14542
|
/** A list of requested fields to be included in the response. */
|