Releases: openapi-ts/openapi-typescript
Releases · openapi-ts/openapi-typescript
Patch Changes
- #1833
cec023d
Thanks @ngraef! - Fix identification of required properties when strictNullChecks
is disabled
Patch Changes
-
#1831 091e71a
Thanks @SebastienGllmt! - Add MethodResponse utility type to easily get the return type of an endpoint on a client
-
#1833 cec023d
Thanks @ngraef! - Fix identification of required properties when strictNullChecks
is disabled
-
Updated dependencies [cec023d
]:
Minor Changes
- #1814
2a044d0
Thanks @yoshi2no! - feat: Allow passing a queryClient as an argument to the useQuery
, useMutation
, and useSuspenseQuery
methods
Patch Changes