@hey-api/openapi-ts 0.56.3 → 0.57.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.cjs +59 -59
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +49 -18
- package/dist/index.d.ts +49 -18
- package/dist/index.js +55 -55
- package/dist/index.js.map +1 -1
- package/package.json +18 -18
package/README.md
CHANGED
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
<p align="center">🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.</p>
|
|
5
5
|
</div>
|
|
6
6
|
|
|
7
|
-
[Live demo](https://stackblitz.com/edit/hey-api-example?file=openapi-ts.config.ts,src%2Fclient%2Fschemas.gen.ts,src%2Fclient%
|
|
7
|
+
[Live demo](https://stackblitz.com/edit/hey-api-example?file=openapi-ts.config.ts,src%2Fclient%2Fschemas.gen.ts,src%2Fclient%2Fsdk.gen.ts,src%2Fclient%2Ftypes.gen.ts)
|
|
8
8
|
|
|
9
9
|
## Features
|
|
10
10
|
|
|
11
11
|
- works with CLI, Node.js 18+, or npx
|
|
12
12
|
- supports OpenAPI 2.0, 3.0, and 3.1 specifications
|
|
13
13
|
- supports both JSON and YAML input files
|
|
14
|
-
- generates TypeScript interfaces,
|
|
14
|
+
- generates TypeScript interfaces, SDKs, and JSON Schemas
|
|
15
15
|
- Fetch API, Axios, Angular, Node.js, and XHR clients available
|
|
16
16
|
- plugin ecosystem to reduce third-party boilerplate
|
|
17
17
|
|