@hey-api/openapi-ts 0.80.1 → 0.80.2
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 +8 -0
- package/dist/chunk-K4TMWMUE.js +39 -0
- package/dist/chunk-K4TMWMUE.js.map +1 -0
- package/dist/clients/axios/client.ts +10 -4
- package/dist/clients/axios/types.ts +3 -3
- package/dist/index.cjs +53 -53
- 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
|
@@ -275,6 +275,13 @@ Clients are responsible for sending the actual HTTP requests. Using clients is n
|
|
|
275
275
|
- [`@hey-api/client-next`](https://heyapi.dev/openapi-ts/clients/next-js)
|
|
276
276
|
- [`@hey-api/client-nuxt`](https://heyapi.dev/openapi-ts/clients/nuxt)
|
|
277
277
|
|
|
278
|
+
### Planned Clients
|
|
279
|
+
|
|
280
|
+
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).
|
|
281
|
+
|
|
282
|
+
- [`@hey-api/client-angular`](https://heyapi.dev/openapi-ts/clients/angular)
|
|
283
|
+
- [`@hey-api/client-effect`](https://heyapi.dev/openapi-ts/clients/effect)
|
|
284
|
+
|
|
278
285
|
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
286
|
|
|
280
287
|
### Native Plugins
|
|
@@ -298,6 +305,7 @@ These plugins help reduce boilerplate associated with third-party dependencies.
|
|
|
298
305
|
|
|
299
306
|
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
307
|
|
|
308
|
+
- [Adonis](https://heyapi.dev/openapi-ts/plugins/adonis)
|
|
301
309
|
- [Ajv](https://heyapi.dev/openapi-ts/plugins/ajv)
|
|
302
310
|
- [Arktype](https://heyapi.dev/openapi-ts/plugins/arktype)
|
|
303
311
|
- [Express](https://heyapi.dev/openapi-ts/plugins/express)
|