openapi-typescript icon indicating copy to clipboard operation
openapi-typescript copied to clipboard

Generate TypeScript types from OpenAPI 3 specs

Results 247 openapi-typescript issues
Sort by recently updated
recently updated
newest added

### openapi-typescript version 7.6.1 ### Node.js version 22.11.0 ### OS + version macOS 14.6.1 ### Description the generated JSDoc comment does not include the descriptions from the nested schemas with...

bug
openapi-ts

To my understanding, if one has multiple protected routes, say `/auth/*`, which are specified in the schema and require an Authorization header, currently it is required to set the header...

enhancement
openapi-fetch
openapi-fetch-codegen

### openapi-typescript version 7.6.1 ### Node.js version v20.17.0 ### OS + version Arch Linux ### Description ![Image](https://github.com/user-attachments/assets/13aa0f22-05ae-4f9b-a996-ad30e0766302) ![Image](https://github.com/user-attachments/assets/407c3d18-e7ef-4a48-93b8-df98cb9188fc) ``` export interface components { schemas: { BatchMappingItemRequest: { data: { /**...

bug
openapi-ts

### openapi-typescript version 7.6.1 ### Node.js version v20.17.0 ### OS + version Arch Linux ### Description ![Image](https://github.com/user-attachments/assets/6adf1e51-6690-465e-afe8-ab8e53b869d1) ![Image](https://github.com/user-attachments/assets/8026eac6-605e-4287-ab7c-2bc0e7146012) ```ts export interface operations { "mapping.configurations.index": { parameters: { query?: { sort_key?:...

bug
openapi-ts

### Description Currently when you generate the types with the below configuration, you'll also generate the accompanying enums. However, when some of the enums are marked as deprecated in the...

enhancement
openapi-ts

**Description** Typescript with `"moduleResolution": "node16"` will generate an error when trying to import the module from a cjs file. ``` Could not find a declaration file for module 'openapi-typescript'. '/node_modules/openapi-typescript/dist/index.cjs'...

bug
openapi-ts

### Description Hey, I would like to make a request to the community here to officially support a typed axios along side fetch, I actually prefer fetch over axios in...

enhancement
openapi-ts

### openapi-typescript version 7.6.0 ### Node.js version 20.17.0 ### OS + version Arch Linux ### Description openapi 3.1 json: ``` { "name": "metrics", "in": "query", "required": true, "schema": { "type":...

bug
openapi-ts

### openapi-typescript version 7.5.2 ### Node.js version 20.11.0 ### OS + version Fedora Linux 41 ### Description after executing the tool with `--root-types --root-types-no-schema-prefix --enum` flags (since types are required...

bug
openapi-ts

### openapi-typescript version 7.5.2 ### Node.js version 22.12.0 ### OS + version Debian GNU/Linux 12 (bookworm) ### Description If I have multiple `$ref` in my operations schema like this: ```yaml...

bug
openapi-ts