@hey-api/openapi-ts 0.56.3 → 0.57.0

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 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%2Fservices.gen.ts,src%2Fclient%2Ftypes.gen.ts)
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, REST clients, and JSON Schemas
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