Skip to content

Tags: Yrrrrrf/prism-ts

Tags

v0.0.4

Toggle v0.0.4's commit message
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.

v0.0.3

Toggle v0.0.3's commit message
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).

v0.0.2

Toggle v0.0.2's commit message
Remove 'slow types'

v0.0.1

Toggle v0.0.1's commit message
Impl prism api handler (&self)

v0.0.1-rc1

Toggle v0.0.1-rc1's commit message
Impl logger mirror from 'prism-py' logger script