@hey-api/openapi-ts 0.80.1 → 0.80.3
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 +19 -0
- package/dist/chunk-LPOHZ24X.js +39 -0
- package/dist/chunk-LPOHZ24X.js.map +1 -0
- package/dist/clients/axios/client.ts +10 -4
- package/dist/clients/axios/types.ts +3 -3
- package/dist/index.cjs +56 -56
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +503 -200
- package/dist/index.d.ts +503 -200
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/internal.cjs +9 -9
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.d.cts +1 -1
- package/dist/internal.d.ts +1 -1
- package/dist/internal.js +1 -1
- package/dist/{types.d-CXdSuWix.d.cts → types.d-CCdoSF-L.d.cts} +31 -20
- package/dist/{types.d-CXdSuWix.d.ts → types.d-CCdoSF-L.d.ts} +31 -20
- package/package.json +1 -1
- package/dist/chunk-RLV6NJ5Q.js +0 -39
- package/dist/chunk-RLV6NJ5Q.js.map +0 -1
package/README.md
CHANGED
|
@@ -99,6 +99,17 @@ Help Hey API stay around for the long haul by becoming a [sponsor](https://githu
|
|
|
99
99
|
scalar.com
|
|
100
100
|
</a>
|
|
101
101
|
</td>
|
|
102
|
+
<td align="center">
|
|
103
|
+
<a href="https://kutt.it/Dr9GuW" target="_blank">
|
|
104
|
+
<picture height="40px">
|
|
105
|
+
<img alt="FastAPI logo" height="40px" src="https://heyapi.dev/images/fastapi-logo-wordmark.svg">
|
|
106
|
+
</picture>
|
|
107
|
+
</a>
|
|
108
|
+
<br/>
|
|
109
|
+
<a href="https://kutt.it/Dr9GuW" style="text-decoration:none;" target="_blank">
|
|
110
|
+
fastapi.tiangolo.com
|
|
111
|
+
</a>
|
|
112
|
+
</td>
|
|
102
113
|
</tr>
|
|
103
114
|
</tbody>
|
|
104
115
|
</table>
|
|
@@ -275,6 +286,13 @@ Clients are responsible for sending the actual HTTP requests. Using clients is n
|
|
|
275
286
|
- [`@hey-api/client-next`](https://heyapi.dev/openapi-ts/clients/next-js)
|
|
276
287
|
- [`@hey-api/client-nuxt`](https://heyapi.dev/openapi-ts/clients/nuxt)
|
|
277
288
|
|
|
289
|
+
### Planned Clients
|
|
290
|
+
|
|
291
|
+
The following clients are planned but not in development yet. You can help us prioritize them by voting on [GitHub](https://github.com/hey-api/openapi-ts/labels/RSVP%20%F0%9F%91%8D%F0%9F%91%8E).
|
|
292
|
+
|
|
293
|
+
- [`@hey-api/client-angular`](https://heyapi.dev/openapi-ts/clients/angular)
|
|
294
|
+
- [`@hey-api/client-effect`](https://heyapi.dev/openapi-ts/clients/effect)
|
|
295
|
+
|
|
278
296
|
Don't see your client? [Build your own](https://heyapi.dev/openapi-ts/clients/custom) or let us know your interest by [opening an issue](https://github.com/hey-api/openapi-ts/issues).
|
|
279
297
|
|
|
280
298
|
### Native Plugins
|
|
@@ -298,6 +316,7 @@ These plugins help reduce boilerplate associated with third-party dependencies.
|
|
|
298
316
|
|
|
299
317
|
The following plugins are planned but not in development yet. You can help us prioritize them by voting on [GitHub](https://github.com/hey-api/openapi-ts/labels/RSVP%20%F0%9F%91%8D%F0%9F%91%8E).
|
|
300
318
|
|
|
319
|
+
- [Adonis](https://heyapi.dev/openapi-ts/plugins/adonis)
|
|
301
320
|
- [Ajv](https://heyapi.dev/openapi-ts/plugins/ajv)
|
|
302
321
|
- [Arktype](https://heyapi.dev/openapi-ts/plugins/arktype)
|
|
303
322
|
- [Express](https://heyapi.dev/openapi-ts/plugins/express)
|