**What** - Adds list page for reservations and inventory items - Adds new String filter type, that allows users to filter by a string, eg. "material === 'metal'" - Adds new Number filter type, that allows users to filter by a number or numerical comparator, eg. quantity === 10 / quantity is gt 10 and lt 50.
166 B
166 B
@medusajs/client-types, @medusajs/medusa
| @medusajs/client-types | @medusajs/medusa |
|---|---|
| patch | patch |
fix(medusa): Adds updated_at query param to list-reservations. Fixes OAS for list-inventory-items.