Tags: Yrrrrrf/prism-ts
Tags
Align types with OpenAPI, improve CRUD ops, and fix bugs This commit overhauls client-side type definitions to strictly align with the OpenAPI specification of prism-py v0.0.4. It also refactors CRUD operations for better type safety, fixes bugs in request/response handling (especially for PUT and findOne), and improves the robustness of the FilterOptions and type generation.
Align client types & generator with OpenAPI contract This commit significantly refactors prism-ts's core type definitions and type generation logic to ensure accurate alignment with the metadata API contract exposed by prism-py (as defined by its OpenAPI specification).