@wix/stores 1.0.300 → 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.300",
3
+ "version": "1.0.302",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -26,12 +26,12 @@
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.63",
30
- "@wix/stores_inventory-items-v-3": "1.0.30",
29
+ "@wix/stores_inventory": "1.0.64",
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.26",
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": "467d1edf8f29bbe3d8ad95130a3286911f75aa7df6a7a265cf19e9f8"
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. See documentation [here](https://bo.wix.com/wix-docs/rnd/platformization-guidelines/api-query-language#platformization-guidelines_api-query-language_defining-in-protobuf) */
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[];
@@ -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. See documentation [here](https://bo.wix.com/wix-docs/rnd/platformization-guidelines/api-query-language#platformization-guidelines_api-query-language_defining-in-protobuf) */
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. See documentation [here](https://bo.wix.com/wix-docs/rnd/platformization-guidelines/api-query-language#platformization-guidelines_api-query-language_defining-in-protobuf) */
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[];
@@ -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. See documentation [here](https://bo.wix.com/wix-docs/rnd/platformization-guidelines/api-query-language#platformization-guidelines_api-query-language_defining-in-protobuf) */
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 */