@hey-api/openapi-ts 0.81.0 → 0.82.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
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <img alt="Hey API logo" height="150" src="https://heyapi.dev/images/logo-300w.png" width="150">
2
+ <img alt="Two people looking at the blueprint" height="214" src="https://heyapi.dev/images/blueprint-640w.png" width="320">
3
3
  <h1 align="center"><b>OpenAPI TypeScript</b></h1>
4
4
  <p align="center">🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.</p>
5
5
  </div>
@@ -91,7 +91,7 @@ Help Hey API stay around for the long haul by becoming a [sponsor](https://githu
91
91
  <a href="https://kutt.it/skQUVd" target="_blank">
92
92
  <picture height="40px">
93
93
  <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg">
94
- <img alt="Scalar logo" height="40px" src="https://heyapi.dev/images/scalar-logo-wordmark.svg">
94
+ <img alt="Scalar logo" height="40px" src="https://heyapi.dev/scalar-logo-wordmark.svg">
95
95
  </picture>
96
96
  </a>
97
97
  <br/>
@@ -102,7 +102,7 @@ Help Hey API stay around for the long haul by becoming a [sponsor](https://githu
102
102
  <td align="center">
103
103
  <a href="https://kutt.it/Dr9GuW" target="_blank">
104
104
  <picture height="40px">
105
- <img alt="FastAPI logo" height="40px" src="https://heyapi.dev/images/fastapi-logo-wordmark.svg">
105
+ <img alt="FastAPI logo" height="40px" src="https://heyapi.dev/fastapi-logo-wordmark.svg">
106
106
  </picture>
107
107
  </a>
108
108
  <br/>
@@ -131,7 +131,7 @@ Help Hey API stay around for the long haul by becoming a [sponsor](https://githu
131
131
  <a href="https://kutt.it/KkqSaw" target="_blank">
132
132
  <picture height="34px">
133
133
  <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/cella-logo-wordmark-480w.webp">
134
- <img alt="Cella logo" height="34px" src="https://heyapi.dev/images/cella-logo-wordmark.svg">
134
+ <img alt="Cella logo" height="34px" src="https://heyapi.dev/cella-logo-wordmark.svg">
135
135
  </picture>
136
136
  </a>
137
137
  </td>
@@ -297,16 +297,17 @@ Don't see your client? [Build your own](https://heyapi.dev/openapi-ts/clients/cu
297
297
 
298
298
  These plugins help reduce boilerplate associated with third-party dependencies. Hey API natively supports the most popular packages. Please open an issue on [GitHub](https://github.com/hey-api/openapi-ts/issues) if you'd like us to support your favorite package.
299
299
 
300
+ - [`@angular/common`](https://heyapi.dev/openapi-ts/plugins/angular)
300
301
  - [`@hey-api/schemas`](https://heyapi.dev/openapi-ts/output/json-schema)
301
302
  - [`@hey-api/sdk`](https://heyapi.dev/openapi-ts/output/sdk)
302
303
  - [`@hey-api/transformers`](https://heyapi.dev/openapi-ts/transformers)
303
304
  - [`@hey-api/typescript`](https://heyapi.dev/openapi-ts/output/typescript)
305
+ - [`@pinia/colada`](https://heyapi.dev/openapi-ts/plugins/pinia-colada)
304
306
  - [`@tanstack/angular-query-experimental`](https://heyapi.dev/openapi-ts/plugins/tanstack-query)
305
307
  - [`@tanstack/react-query`](https://heyapi.dev/openapi-ts/plugins/tanstack-query)
306
308
  - [`@tanstack/solid-query`](https://heyapi.dev/openapi-ts/plugins/tanstack-query)
307
309
  - [`@tanstack/svelte-query`](https://heyapi.dev/openapi-ts/plugins/tanstack-query)
308
310
  - [`@tanstack/vue-query`](https://heyapi.dev/openapi-ts/plugins/tanstack-query)
309
- - [`@angular/common`](https://heyapi.dev/openapi-ts/plugins/angular)
310
311
  - [`fastify`](https://heyapi.dev/openapi-ts/plugins/fastify)
311
312
  - [`valibot`](https://heyapi.dev/openapi-ts/plugins/valibot)
312
313
  - [`zod`](https://heyapi.dev/openapi-ts/plugins/zod)
@@ -328,7 +329,6 @@ The following plugins are planned but not in development yet. You can help us pr
328
329
  - [MSW](https://heyapi.dev/openapi-ts/plugins/msw)
329
330
  - [Nest](https://heyapi.dev/openapi-ts/plugins/nest)
330
331
  - [Nock](https://heyapi.dev/openapi-ts/plugins/nock)
331
- - [Pinia Colada](https://heyapi.dev/openapi-ts/plugins/pinia-colada)
332
332
  - [Superstruct](https://heyapi.dev/openapi-ts/plugins/superstruct)
333
333
  - [Supertest](https://heyapi.dev/openapi-ts/plugins/supertest)
334
334
  - [SWR](https://heyapi.dev/openapi-ts/plugins/swr)