fork of hey-api/openapi-ts because I need some additional things

Version Packages

+122 -49
-9
.changeset/cyan-buckets-protect.md
··· 1 - --- 2 - '@hey-api/client-custom': patch 3 - '@hey-api/client-axios': patch 4 - '@hey-api/client-fetch': patch 5 - '@hey-api/client-core': patch 6 - '@hey-api/client-next': patch 7 - --- 8 - 9 - fix(client): do not serialize path param name in url
-5
.changeset/few-apples-yawn.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix(zod): add `metadata` option to generate additional metadata for documentation, code generation, AI structured outputs, form validation, and other purposes
-5
.changeset/hip-chefs-drop.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix(tanstack-query): add name builder options for all generated artifacts
-5
.changeset/hot-wolves-wait.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix(parser): filter orphans only when there are some operations
-5
.changeset/spicy-wombats-allow.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix(zod): support tuple types
-5
.changeset/unlucky-kiwis-smile.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix(parser): set correct subscription context for plugins
+7
examples/openapi-ts-axios/CHANGELOG.md
··· 1 1 # @example/openapi-ts-axios 2 2 3 + ## 0.0.35 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40)]: 8 + - @hey-api/client-axios@0.9.1 9 + 3 10 ## 0.0.34 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-axios/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-axios", 3 3 "private": true, 4 - "version": "0.0.34", 4 + "version": "0.0.35", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "tsc && vite build",
+7
examples/openapi-ts-fastify/CHANGELOG.md
··· 1 1 # @example/openapi-ts-fastify 2 2 3 + ## 0.1.16 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40)]: 8 + - @hey-api/client-fetch@0.13.1 9 + 3 10 ## 0.1.15 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-fastify/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-fastify", 3 3 "private": true, 4 - "version": "0.1.15", 4 + "version": "0.1.16", 5 5 "type": "module", 6 6 "scripts": { 7 7 "openapi-ts": "openapi-ts",
+7
examples/openapi-ts-fetch/CHANGELOG.md
··· 1 1 # @example/openapi-ts-fetch 2 2 3 + ## 0.0.57 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40)]: 8 + - @hey-api/client-fetch@0.13.1 9 + 3 10 ## 0.0.56 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-fetch/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-fetch", 3 3 "private": true, 4 - "version": "0.0.56", 4 + "version": "0.0.57", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "tsc && vite build",
+7
examples/openapi-ts-next/CHANGELOG.md
··· 1 1 # @example/openapi-ts-next 2 2 3 + ## 0.1.13 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40)]: 8 + - @hey-api/client-next@0.5.1 9 + 3 10 ## 0.1.12 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-next/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-next", 3 3 "private": true, 4 - "version": "0.1.12", 4 + "version": "0.1.13", 5 5 "scripts": { 6 6 "build": "next build", 7 7 "dev": "next dev",
+7
examples/openapi-ts-sample/CHANGELOG.md
··· 1 1 # @example/openapi-ts-sample 2 2 3 + ## 0.0.17 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40)]: 8 + - @hey-api/client-fetch@0.13.1 9 + 3 10 ## 0.0.16 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-sample/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-sample", 3 3 "private": true, 4 - "version": "0.0.16", 4 + "version": "0.0.17", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "tsc && vite build",
+7
examples/openapi-ts-tanstack-angular-query-experimental/CHANGELOG.md
··· 1 1 # @example/openapi-ts-tanstack-angular-query-experimental 2 2 3 + ## 0.0.28 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40)]: 8 + - @hey-api/client-fetch@0.13.1 9 + 3 10 ## 0.0.27 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-tanstack-angular-query-experimental/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-tanstack-angular-query-experimental", 3 - "version": "0.0.27", 3 + "version": "0.0.28", 4 4 "scripts": { 5 5 "ng": "ng", 6 6 "start": "ng serve",
+7
examples/openapi-ts-tanstack-react-query/CHANGELOG.md
··· 1 1 # @example/openapi-ts-tanstack-react-query 2 2 3 + ## 0.0.39 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40)]: 8 + - @hey-api/client-fetch@0.13.1 9 + 3 10 ## 0.0.38 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-tanstack-react-query/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-tanstack-react-query", 3 3 "private": true, 4 - "version": "0.0.38", 4 + "version": "0.0.39", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "tsc && vite build",
+7
examples/openapi-ts-tanstack-svelte-query/CHANGELOG.md
··· 1 1 # @example/openapi-ts-tanstack-svelte-query 2 2 3 + ## 0.0.39 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40)]: 8 + - @hey-api/client-fetch@0.13.1 9 + 3 10 ## 0.0.38 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-tanstack-svelte-query/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-tanstack-svelte-query", 3 3 "private": true, 4 - "version": "0.0.38", 4 + "version": "0.0.39", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "vite build",
+7
examples/openapi-ts-tanstack-vue-query/CHANGELOG.md
··· 1 1 # @example/openapi-ts-tanstack-vue-query 2 2 3 + ## 0.0.39 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40)]: 8 + - @hey-api/client-fetch@0.13.1 9 + 3 10 ## 0.0.38 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-tanstack-vue-query/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-tanstack-vue-query", 3 3 "private": true, 4 - "version": "0.0.38", 4 + "version": "0.0.39", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build-only": "vite build",
+6
packages/client-axios/CHANGELOG.md
··· 1 1 # @hey-api/client-axios 2 2 3 + ## 0.9.1 4 + 5 + ### Patch Changes 6 + 7 + - [#2165](https://github.com/hey-api/openapi-ts/pull/2165) [`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(client): do not serialize path param name in url 8 + 3 9 ## 0.9.0 4 10 5 11 ### Minor Changes
+1 -1
packages/client-axios/package.json
··· 1 1 { 2 2 "name": "@hey-api/client-axios", 3 - "version": "0.9.0", 3 + "version": "0.9.1", 4 4 "description": "🚀 Axios client for `@hey-api/openapi-ts` codegen.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {
+6
packages/client-core/CHANGELOG.md
··· 1 1 # @hey-api/client-core 2 2 3 + ## 0.2.1 4 + 5 + ### Patch Changes 6 + 7 + - [#2165](https://github.com/hey-api/openapi-ts/pull/2165) [`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(client): do not serialize path param name in url 8 + 3 9 ## 0.2.0 4 10 5 11 ### Minor Changes
+1 -1
packages/client-core/package.json
··· 1 1 { 2 2 "name": "@hey-api/client-core", 3 - "version": "0.2.0", 3 + "version": "0.2.1", 4 4 "private": true, 5 5 "description": "Core utilities for type-safe @hey-api/openapi-ts clients", 6 6 "homepage": "https://heyapi.dev/",
+6
packages/client-custom/CHANGELOG.md
··· 1 1 # @hey-api/client-custom 2 2 3 + ## 0.1.1 4 + 5 + ### Patch Changes 6 + 7 + - [#2165](https://github.com/hey-api/openapi-ts/pull/2165) [`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(client): do not serialize path param name in url 8 + 3 9 ## 0.1.0 4 10 5 11 ### Minor Changes
+1 -1
packages/client-custom/package.json
··· 1 1 { 2 2 "name": "@hey-api/client-custom", 3 - "version": "0.1.0", 3 + "version": "0.1.1", 4 4 "description": "Custom client for `@hey-api/openapi-ts` codegen. Used for testing.", 5 5 "private": true, 6 6 "homepage": "https://heyapi.dev/",
+6
packages/client-fetch/CHANGELOG.md
··· 1 1 # @hey-api/client-fetch 2 2 3 + ## 0.13.1 4 + 5 + ### Patch Changes 6 + 7 + - [#2165](https://github.com/hey-api/openapi-ts/pull/2165) [`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(client): do not serialize path param name in url 8 + 3 9 ## 0.13.0 4 10 5 11 ### Minor Changes
+1 -1
packages/client-fetch/package.json
··· 1 1 { 2 2 "name": "@hey-api/client-fetch", 3 - "version": "0.13.0", 3 + "version": "0.13.1", 4 4 "description": "🚀 Fetch API client for `@hey-api/openapi-ts` codegen.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {
+6
packages/client-next/CHANGELOG.md
··· 1 1 # @hey-api/client-next 2 2 3 + ## 0.5.1 4 + 5 + ### Patch Changes 6 + 7 + - [#2165](https://github.com/hey-api/openapi-ts/pull/2165) [`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(client): do not serialize path param name in url 8 + 3 9 ## 0.5.0 4 10 5 11 ### Minor Changes
+1 -1
packages/client-next/package.json
··· 1 1 { 2 2 "name": "@hey-api/client-next", 3 - "version": "0.5.0", 3 + "version": "0.5.1", 4 4 "description": "🚀 Next.js client for `@hey-api/openapi-ts` codegen.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {
+14
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.72.2 4 + 5 + ### Patch Changes 6 + 7 + - [#2163](https://github.com/hey-api/openapi-ts/pull/2163) [`9769998`](https://github.com/hey-api/openapi-ts/commit/9769998550b1cb77f838827a9617b9dbbfa54537) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(zod): add `metadata` option to generate additional metadata for documentation, code generation, AI structured outputs, form validation, and other purposes 8 + 9 + - [#2167](https://github.com/hey-api/openapi-ts/pull/2167) [`a46259e`](https://github.com/hey-api/openapi-ts/commit/a46259eb4d2ed1c95908a5ad3d69b0495a8aacb4) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(tanstack-query): add name builder options for all generated artifacts 10 + 11 + - [#2166](https://github.com/hey-api/openapi-ts/pull/2166) [`594f3a6`](https://github.com/hey-api/openapi-ts/commit/594f3a6c7a154294fd99f5f76f2b0a9589a1e7f3) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(parser): filter orphans only when there are some operations 12 + 13 + - [#2166](https://github.com/hey-api/openapi-ts/pull/2166) [`594f3a6`](https://github.com/hey-api/openapi-ts/commit/594f3a6c7a154294fd99f5f76f2b0a9589a1e7f3) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(zod): support tuple types 14 + 15 + - [#2167](https://github.com/hey-api/openapi-ts/pull/2167) [`a46259e`](https://github.com/hey-api/openapi-ts/commit/a46259eb4d2ed1c95908a5ad3d69b0495a8aacb4) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(parser): set correct subscription context for plugins 16 + 3 17 ## 0.72.1 4 18 5 19 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.72.1", 3 + "version": "0.72.2", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {