@hey-api/openapi-ts 0.84.0 → 0.84.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 +1 -0
- package/dist/chunk-WF7D2BDN.js +54 -0
- package/dist/chunk-WF7D2BDN.js.map +1 -0
- package/dist/clients/ofetch/client.ts +272 -0
- package/dist/clients/ofetch/index.ts +23 -0
- package/dist/clients/ofetch/types.ts +333 -0
- package/dist/clients/ofetch/utils.ts +540 -0
- package/dist/index.cjs +63 -63
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +293 -110
- package/dist/index.d.ts +293 -110
- package/dist/index.js +28 -28
- package/dist/index.js.map +1 -1
- package/dist/internal.cjs +19 -19
- 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-ClTVswi2.d.cts → types.d-fB2fiwrL.d.cts} +90 -34
- package/dist/{types.d-ClTVswi2.d.ts → types.d-fB2fiwrL.d.ts} +90 -34
- package/package.json +3 -1
- package/dist/chunk-ZXJLXXXN.js +0 -54
- package/dist/chunk-ZXJLXXXN.js.map +0 -1
package/README.md
CHANGED
|
@@ -322,6 +322,7 @@ The following plugins are planned but not in development yet. You can help us pr
|
|
|
322
322
|
- [Ajv](https://heyapi.dev/openapi-ts/plugins/ajv)
|
|
323
323
|
- [Arktype](https://heyapi.dev/openapi-ts/plugins/arktype)
|
|
324
324
|
- [Chance](https://heyapi.dev/openapi-ts/plugins/chance)
|
|
325
|
+
- [Elysia](https://heyapi.dev/openapi-ts/plugins/elysia)
|
|
325
326
|
- [Express](https://heyapi.dev/openapi-ts/plugins/express)
|
|
326
327
|
- [Faker](https://heyapi.dev/openapi-ts/plugins/faker)
|
|
327
328
|
- [Falso](https://heyapi.dev/openapi-ts/plugins/falso)
|