packages/openapi-ts/README.md
Clone this repository
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gzfix(shared): support non-string discriminator property types
refactor: zod plugin nullish
refactor: valibot plugin nullish
OpenAPI discriminator mappings use string keys, but the actual discriminator
property may be boolean, integer, or number. Previously, all discriminator
values were hardcoded as type 'string'. This change detects the actual
property type from the schema and converts mapping values accordingly.
Expose onRequest in RequestOptions for SSE request interception
Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>