@medusajs/types 1.12.0-snapshot-20240329212017 → 1.12.0-snapshot-20240401141452

Sign up to get free protection for your applications and to get access to all the features.
@@ -659,7 +659,7 @@ export interface ProductOptionValueDTO {
659
659
  * @prop handle - The handles to filter products by.
660
660
  * @prop id - The IDs to filter products by.
661
661
  * @prop tags - Filters on a product's tags.
662
- * @prop categories - Filters on a product's categories.
662
+ * @prop category_id - Filters on a product's category_id.
663
663
  * @prop collection_id - Filters a product by its associated collections.
664
664
  */
665
665
  export interface FilterableProductProps extends BaseFilterable<FilterableProductProps> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/types",
3
- "version": "1.12.0-snapshot-20240329212017",
3
+ "version": "1.12.0-snapshot-20240401141452",
4
4
  "description": "Medusa Types definition",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",