openapi-typescript-codegen
openapi-typescript-codegen copied to clipboard
NodeJS library that generates Typescript or Javascript clients based on the OpenAPI specification
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.2.3 to 16.0.1. Changelog Sourced from @rollup/plugin-node-resolve's changelog. v16.0.1 2025-03-11 Bugfixes fix: add ignoreSideEffectsForRoot to exported interface (#1841) v16.0.0 2024-12-15 Breaking Changes feat!: set development or production...
There is a problem with migration to [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) This solution provides a clean service/model generation **per-file** , while @hey-api/openapi-ts maintainer clearly degraded this solution back to generation of huge unmaintainable...
**Describe the bug** I have the following string enum schema for a query parameter with a default value: ``` OrderByDirection: description: The sort order for query results. type: string enum:...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 25.0.8 to 28.0.9. Changelog Sourced from @rollup/plugin-commonjs's changelog. v28.0.9 2025-10-24 Bugfixes fix: handle node: builtins with strictRequires: auto (#1930) v28.0.8 2025-10-16 Bugfixes fix: guard moduleSideEffects for wrapped...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.16.0 to 8.46.2. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v8.46.2 8.46.2 (2025-10-20) 🩹 Fixes eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702) typescript-estree:...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.2.3 to 16.0.3. Changelog Sourced from @rollup/plugin-node-resolve's changelog. v16.0.3 2025-10-13 Bugfixes fix: resolve bare targets of package "imports" using export maps; avoid fileURLToPath(null) (#1908) v16.0.2 2025-10-04 Bugfixes...
I used the following command to create a client with axios. `npx openapi-typescript-codegen --input src/swagger/v1.json --output ./src/apiClients/kineticLinkApi --client axios --name KineticLinkApiClient` I want to create a centralized instance of the...