@wix/stores 1.0.303 → 1.0.305

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.303",
3
+ "version": "1.0.305",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,17 +21,17 @@
21
21
  "type-bundles"
22
22
  ],
23
23
  "dependencies": {
24
- "@wix/stores_brands-v-3": "1.0.27",
24
+ "@wix/stores_brands-v-3": "1.0.28",
25
25
  "@wix/stores_catalog-versioning": "1.0.14",
26
26
  "@wix/stores_collections": "1.0.49",
27
- "@wix/stores_customizations-v-3": "1.0.28",
27
+ "@wix/stores_customizations-v-3": "1.0.29",
28
28
  "@wix/stores_info-sections-v-3": "1.0.30",
29
- "@wix/stores_inventory": "1.0.64",
30
- "@wix/stores_inventory-items-v-3": "1.0.32",
29
+ "@wix/stores_inventory": "1.0.65",
30
+ "@wix/stores_inventory-items-v-3": "1.0.33",
31
31
  "@wix/stores_products": "1.0.89",
32
- "@wix/stores_products-v-3": "1.0.77",
32
+ "@wix/stores_products-v-3": "1.0.78",
33
33
  "@wix/stores_ribbons-v-3": "1.0.25",
34
- "@wix/stores_stores-locations-v-3": "1.0.28",
34
+ "@wix/stores_stores-locations-v-3": "1.0.29",
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": "ee1054050314b38b46afa1d8a40afd2478f85d67f2edb0ab96f5900f"
61
+ "falconPackageHash": "8054072274a3a55e11aea32bfafde2d72c50f1929692115b23a16926"
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. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) */
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[];
@@ -13477,7 +13477,7 @@ interface SearchRelated {
13477
13477
  relatedToIds?: string[];
13478
13478
  /** Search details */
13479
13479
  search?: SearchRelatedDetails;
13480
- /** A filter object. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) */
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. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) */
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. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
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. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) */
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].(https://dev.wix.com/docs/rest/articles/getting-started/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 */
@@ -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. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) */
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[];
@@ -13477,7 +13477,7 @@ interface SearchRelated {
13477
13477
  relatedToIds?: string[];
13478
13478
  /** Search details */
13479
13479
  search?: SearchRelatedDetails;
13480
- /** A filter object. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) */
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. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) */
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. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
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. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) */
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].(https://dev.wix.com/docs/rest/articles/getting-started/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. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) */
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. Learn more about [API query language].(https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) */
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[];