@medusajs/types
Advanced tools
Comparing version
@@ -28,2 +28,3 @@ import { BaseFilterable } from "../../dal"; | ||
id?: string[]; | ||
currency_code?: string | string[]; | ||
} |
@@ -153,3 +153,4 @@ import { BaseFilterable } from "../dal"; | ||
}; | ||
category_ids?: string | string[] | OperatorMap<string>; | ||
category_id?: string | string[] | OperatorMap<string>; | ||
collection_id?: string | string[] | OperatorMap<string>; | ||
} | ||
@@ -156,0 +157,0 @@ export interface FilterableProductTagProps extends BaseFilterable<FilterableProductTagProps> { |
{ | ||
"name": "@medusajs/types", | ||
"version": "1.11.0-snapshot-20230906162558", | ||
"version": "1.11.0-snapshot-20230907143114", | ||
"description": "Medusa Types definition", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
112055
0.09%2671
0.07%