@wix/stores 1.0.303 → 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.303",
3
+ "version": "1.0.304",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -26,7 +26,7 @@
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.64",
29
+ "@wix/stores_inventory": "1.0.65",
30
30
  "@wix/stores_inventory-items-v-3": "1.0.32",
31
31
  "@wix/stores_products": "1.0.89",
32
32
  "@wix/stores_products-v-3": "1.0.77",
@@ -58,5 +58,5 @@
58
58
  "fqdn": ""
59
59
  }
60
60
  },
61
- "falconPackageHash": "ee1054050314b38b46afa1d8a40afd2478f85d67f2edb0ab96f5900f"
61
+ "falconPackageHash": "6d6e8c911382f422d99bff2ad1d7f9b0d1826d7620d57b8247be48ce"
62
62
  }
@@ -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 */
@@ -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 */