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

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

Home / @hey-api_openapi-ts@0.82.0
Name Modified Size InfoDownloads / Week
Parent folder
@hey-api_openapi-ts@0.82.0 source code.tar.gz 2025-08-28 17.6 MB
@hey-api_openapi-ts@0.82.0 source code.zip 2025-08-28 20.6 MB
README.md 2025-08-28 3.2 kB
Totals: 3 Items   38.3 MB 0

Minor Changes

  • #2505 97c57f6 Thanks @SebastiaanWouters! - feat(parser): add Hooks API

    Added Hooks API

    This release adds the Hooks API, giving you granular control over which operations generate queries and mutations. As a result, we tightened the previous behavior and POST operations no longer generate queries by default. To preserve the old behavior, add a custom matcher.

    js export default { input: 'hey-api/backend', // sign up at app.heyapi.dev output: 'src/client', parser: { hooks: { operations: { isQuery: (op) => (op.method === 'post' ? true : undefined), }, }, }, };

Patch Changes

Source: README.md, updated 2025-08-28