@wix/stores 1.0.302 → 1.0.304
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.304",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"type-bundles"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@wix/stores_brands-v-3": "1.0.
|
|
24
|
+
"@wix/stores_brands-v-3": "1.0.27",
|
|
25
25
|
"@wix/stores_catalog-versioning": "1.0.14",
|
|
26
26
|
"@wix/stores_collections": "1.0.49",
|
|
27
27
|
"@wix/stores_customizations-v-3": "1.0.28",
|
|
28
28
|
"@wix/stores_info-sections-v-3": "1.0.30",
|
|
29
|
-
"@wix/stores_inventory": "1.0.
|
|
30
|
-
"@wix/stores_inventory-items-v-3": "1.0.
|
|
29
|
+
"@wix/stores_inventory": "1.0.65",
|
|
30
|
+
"@wix/stores_inventory-items-v-3": "1.0.32",
|
|
31
31
|
"@wix/stores_products": "1.0.89",
|
|
32
|
-
"@wix/stores_products-v-3": "1.0.
|
|
32
|
+
"@wix/stores_products-v-3": "1.0.77",
|
|
33
33
|
"@wix/stores_ribbons-v-3": "1.0.25",
|
|
34
34
|
"@wix/stores_stores-locations-v-3": "1.0.28",
|
|
35
35
|
"@wix/stores_subscription-options": "1.0.49",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"fqdn": ""
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"falconPackageHash": "
|
|
61
|
+
"falconPackageHash": "6d6e8c911382f422d99bff2ad1d7f9b0d1826d7620d57b8247be48ce"
|
|
62
62
|
}
|
|
@@ -13477,7 +13477,7 @@ interface SearchRelated {
|
|
|
13477
13477
|
relatedToIds?: string[];
|
|
13478
13478
|
/** Search details */
|
|
13479
13479
|
search?: SearchRelatedDetails;
|
|
13480
|
-
/** A filter object.
|
|
13480
|
+
/** A filter object. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) */
|
|
13481
13481
|
filter?: Record<string, any> | null;
|
|
13482
13482
|
/** Sort object in the form [{"fieldName":"sortField1"},{"fieldName":"sortField2","direction":"DESC"}] */
|
|
13483
13483
|
sort?: Sorting$2[];
|
|
@@ -13562,7 +13562,7 @@ interface DeprecatedSearchProductsWithOffsetRequest {
|
|
|
13562
13562
|
interface PlatformOffsetSearch extends PlatformOffsetSearchPagingMethodOneOf {
|
|
13563
13563
|
/** Pointer to page of results using offset. Can not be used together with 'cursor_paging' */
|
|
13564
13564
|
paging?: PlatformPaging;
|
|
13565
|
-
/** A filter object.
|
|
13565
|
+
/** A filter object. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) */
|
|
13566
13566
|
filter?: Record<string, any> | null;
|
|
13567
13567
|
/** Sort object in the form [{"fieldName":"sortField1"},{"fieldName":"sortField2","direction":"DESC"}] */
|
|
13568
13568
|
sort?: CommonSorting[];
|
|
@@ -13872,7 +13872,7 @@ interface ProductVariants {
|
|
|
13872
13872
|
}
|
|
13873
13873
|
interface CountProductsRequest {
|
|
13874
13874
|
/**
|
|
13875
|
-
* A filter object.
|
|
13875
|
+
* A filter object. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
|
|
13876
13876
|
* To understand supported filters and limitations see `SearchProducts` method.
|
|
13877
13877
|
*/
|
|
13878
13878
|
filter?: Record<string, any> | null;
|
|
@@ -14910,7 +14910,7 @@ interface CommonCursorSearch extends CommonCursorSearchPagingMethodOneOf {
|
|
|
14910
14910
|
* When requesting 'cursor_paging.cursor', no `filter`, `sort` or `search` can be provided.
|
|
14911
14911
|
*/
|
|
14912
14912
|
cursorPaging?: CommonCursorPaging;
|
|
14913
|
-
/** A filter object.
|
|
14913
|
+
/** A filter object. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) */
|
|
14914
14914
|
filter?: Record<string, any> | null;
|
|
14915
14915
|
/** Sort object in the form [{"fieldName":"sortField1"},{"fieldName":"sortField2","direction":"DESC"}] */
|
|
14916
14916
|
sort?: WixCommonSorting[];
|
|
@@ -20486,7 +20486,7 @@ interface BulkUpdateInventoryVariantsRequest extends BulkUpdateInventoryVariants
|
|
|
20486
20486
|
incrementBy?: number | null;
|
|
20487
20487
|
/** Number to decrement inventory by. */
|
|
20488
20488
|
decrementBy?: number | null;
|
|
20489
|
-
/** Variants filter. Learn more about [API query language]
|
|
20489
|
+
/** Variants filter. Learn more about [API query language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language). */
|
|
20490
20490
|
filter?: Record<string, any> | null;
|
|
20491
20491
|
}
|
|
20492
20492
|
/** @oneof */
|
|
@@ -13477,7 +13477,7 @@ interface SearchRelated {
|
|
|
13477
13477
|
relatedToIds?: string[];
|
|
13478
13478
|
/** Search details */
|
|
13479
13479
|
search?: SearchRelatedDetails;
|
|
13480
|
-
/** A filter object.
|
|
13480
|
+
/** A filter object. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) */
|
|
13481
13481
|
filter?: Record<string, any> | null;
|
|
13482
13482
|
/** Sort object in the form [{"fieldName":"sortField1"},{"fieldName":"sortField2","direction":"DESC"}] */
|
|
13483
13483
|
sort?: Sorting$2[];
|
|
@@ -13562,7 +13562,7 @@ interface DeprecatedSearchProductsWithOffsetRequest {
|
|
|
13562
13562
|
interface PlatformOffsetSearch extends PlatformOffsetSearchPagingMethodOneOf {
|
|
13563
13563
|
/** Pointer to page of results using offset. Can not be used together with 'cursor_paging' */
|
|
13564
13564
|
paging?: PlatformPaging;
|
|
13565
|
-
/** A filter object.
|
|
13565
|
+
/** A filter object. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) */
|
|
13566
13566
|
filter?: Record<string, any> | null;
|
|
13567
13567
|
/** Sort object in the form [{"fieldName":"sortField1"},{"fieldName":"sortField2","direction":"DESC"}] */
|
|
13568
13568
|
sort?: CommonSorting[];
|
|
@@ -13872,7 +13872,7 @@ interface ProductVariants {
|
|
|
13872
13872
|
}
|
|
13873
13873
|
interface CountProductsRequest {
|
|
13874
13874
|
/**
|
|
13875
|
-
* A filter object.
|
|
13875
|
+
* A filter object. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
|
|
13876
13876
|
* To understand supported filters and limitations see `SearchProducts` method.
|
|
13877
13877
|
*/
|
|
13878
13878
|
filter?: Record<string, any> | null;
|
|
@@ -14910,7 +14910,7 @@ interface CommonCursorSearch extends CommonCursorSearchPagingMethodOneOf {
|
|
|
14910
14910
|
* When requesting 'cursor_paging.cursor', no `filter`, `sort` or `search` can be provided.
|
|
14911
14911
|
*/
|
|
14912
14912
|
cursorPaging?: CommonCursorPaging;
|
|
14913
|
-
/** A filter object.
|
|
14913
|
+
/** A filter object. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) */
|
|
14914
14914
|
filter?: Record<string, any> | null;
|
|
14915
14915
|
/** Sort object in the form [{"fieldName":"sortField1"},{"fieldName":"sortField2","direction":"DESC"}] */
|
|
14916
14916
|
sort?: WixCommonSorting[];
|
|
@@ -20486,7 +20486,7 @@ interface BulkUpdateInventoryVariantsRequest extends BulkUpdateInventoryVariants
|
|
|
20486
20486
|
incrementBy?: number | null;
|
|
20487
20487
|
/** Number to decrement inventory by. */
|
|
20488
20488
|
decrementBy?: number | null;
|
|
20489
|
-
/** Variants filter. Learn more about [API query language]
|
|
20489
|
+
/** Variants filter. Learn more about [API query language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language). */
|
|
20490
20490
|
filter?: Record<string, any> | null;
|
|
20491
20491
|
}
|
|
20492
20492
|
/** @oneof */
|
|
@@ -14257,7 +14257,7 @@ interface CommonCursorSearch$1 extends CommonCursorSearchPagingMethodOneOf$1 {
|
|
|
14257
14257
|
* When requesting 'cursor_paging.cursor', no `filter`, `sort` or `search` can be provided.
|
|
14258
14258
|
*/
|
|
14259
14259
|
cursorPaging?: CommonCursorPaging$1;
|
|
14260
|
-
/** A filter object.
|
|
14260
|
+
/** A filter object. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) */
|
|
14261
14261
|
filter?: Record<string, any> | null;
|
|
14262
14262
|
/** Sort object in the form [{"fieldName":"sortField1"},{"fieldName":"sortField2","direction":"DESC"}] */
|
|
14263
14263
|
sort?: WixCommonSorting$1[];
|
|
@@ -18640,7 +18640,7 @@ interface CommonCursorSearch extends CommonCursorSearchPagingMethodOneOf {
|
|
|
18640
18640
|
* When requesting 'cursor_paging.cursor', no `filter`, `sort` or `search` can be provided.
|
|
18641
18641
|
*/
|
|
18642
18642
|
cursorPaging?: CommonCursorPaging;
|
|
18643
|
-
/** A filter object.
|
|
18643
|
+
/** A filter object. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) */
|
|
18644
18644
|
filter?: Record<string, any> | null;
|
|
18645
18645
|
/** Sort object in the form [{"fieldName":"sortField1"},{"fieldName":"sortField2","direction":"DESC"}] */
|
|
18646
18646
|
sort?: WixCommonSorting[];
|