@wix/stores 1.0.301 → 1.0.302
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.302",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"@wix/stores_customizations-v-3": "1.0.28",
|
|
28
28
|
"@wix/stores_info-sections-v-3": "1.0.30",
|
|
29
29
|
"@wix/stores_inventory": "1.0.64",
|
|
30
|
-
"@wix/stores_inventory-items-v-3": "1.0.
|
|
30
|
+
"@wix/stores_inventory-items-v-3": "1.0.31",
|
|
31
31
|
"@wix/stores_products": "1.0.89",
|
|
32
32
|
"@wix/stores_products-v-3": "1.0.76",
|
|
33
33
|
"@wix/stores_ribbons-v-3": "1.0.25",
|
|
34
|
-
"@wix/stores_stores-locations-v-3": "1.0.
|
|
34
|
+
"@wix/stores_stores-locations-v-3": "1.0.28",
|
|
35
35
|
"@wix/stores_subscription-options": "1.0.49",
|
|
36
36
|
"@wix/stores_wishlist": "1.0.42"
|
|
37
37
|
},
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"fqdn": ""
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"falconPackageHash": "
|
|
61
|
+
"falconPackageHash": "d412b963fb2992eb00e03e07dcbaefecdf9af11b32679afde0187b93"
|
|
62
62
|
}
|
|
@@ -9250,7 +9250,7 @@ interface SearchInventoryItemsWithOffsetRequest {
|
|
|
9250
9250
|
interface PlatformOffsetSearch$1 extends PlatformOffsetSearchPagingMethodOneOf$1 {
|
|
9251
9251
|
/** Pointer to page of results using offset. Can not be used together with 'cursor_paging' */
|
|
9252
9252
|
paging?: PlatformPaging$1;
|
|
9253
|
-
/** A filter object.
|
|
9253
|
+
/** A filter object. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) */
|
|
9254
9254
|
filter?: Record<string, any> | null;
|
|
9255
9255
|
/** Sort object in the form [{"fieldName":"sortField1"},{"fieldName":"sortField2","direction":"DESC"}] */
|
|
9256
9256
|
sort?: Sorting$3[];
|
|
@@ -9250,7 +9250,7 @@ interface SearchInventoryItemsWithOffsetRequest {
|
|
|
9250
9250
|
interface PlatformOffsetSearch$1 extends PlatformOffsetSearchPagingMethodOneOf$1 {
|
|
9251
9251
|
/** Pointer to page of results using offset. Can not be used together with 'cursor_paging' */
|
|
9252
9252
|
paging?: PlatformPaging$1;
|
|
9253
|
-
/** A filter object.
|
|
9253
|
+
/** A filter object. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) */
|
|
9254
9254
|
filter?: Record<string, any> | null;
|
|
9255
9255
|
/** Sort object in the form [{"fieldName":"sortField1"},{"fieldName":"sortField2","direction":"DESC"}] */
|
|
9256
9256
|
sort?: Sorting$3[];
|