commits
Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>
Add `patch.input` and shorthand `patch()` option for full specification transformations
Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>
Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>
Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>
Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>
chore(deps): update dependency dotenv to v17.3.1
chore(deps): update dependency turbo to v2.8.8
fix(shared): support non-string discriminator property types
refactor: zod plugin nullish
refactor: valibot plugin nullish
OpenAPI discriminator mappings use string keys, but the actual discriminator
property may be boolean, integer, or number. Previously, all discriminator
values were hardcoded as type 'string'. This change detects the actual
property type from the schema and converts mapping values accordingly.
Expose onRequest in RequestOptions for SSE request interception
Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>
Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>
Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>
Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>
refactor: allow path in top-level detect function
test: split typecheck step into two
fix: maximum call stack exceeded
test: use references in test packages
feature(angular/common): generate meaningful generics for HttpRequests instead of unknown
fix(client-nuxt): forward asyncDataOptions to useFetch/useLazyFetch
feat: bring json-schema-ref-parser in-house