Download Latest Version @hey-api_openapi-ts@0.80.1 source code.tar.gz (13.6 MB)
Email in envelope

Get an email when there's a new version of OpenAPI-TS

Home / @hey-api_openapi-ts@0.80.0
Name Modified Size InfoDownloads / Week
Parent folder
@hey-api_openapi-ts@0.80.0 source code.tar.gz 2025-07-23 13.6 MB
@hey-api_openapi-ts@0.80.0 source code.zip 2025-07-23 15.9 MB
README.md 2025-07-23 1.1 kB
Totals: 3 Items   29.5 MB 0

Minor Changes

  • #2341 9954bcf Thanks @mrlubos! - feat(zod): add support for Zod 4 and Zod Mini

    Added Zod 4 and Zod Mini

    This release adds support for Zod 4 and Zod Mini. By default, the zod plugin will generate output for Zod 4. If you want to preserve the previous output for Zod 3 or use Zod Mini, set compatibilityVersion to 3 or mini.

    js export default { input: 'https://get.heyapi.dev/hey-api/backend', output: 'src/client', plugins: [ // ...other plugins { name: 'zod', compatibilityVersion: 3, }, ], };

    js export default { input: 'https://get.heyapi.dev/hey-api/backend', output: 'src/client', plugins: [ // ...other plugins { name: 'zod', compatibilityVersion: 'mini', }, ], };

Source: README.md, updated 2025-07-23