Releases: astahmer/typed-openapi
Releases · astahmer/typed-openapi
typed-openapi@1.1.2
Patch Changes
- 4846bc4: fix mutationOptions parameters typings
typed-openapi@1.1.1
Patch Changes
- 73c1ef1: feat: mutationOptions + .mutation (if input is not available before)
typed-openapi@1.1.0
typed-openapi@1.0.1
Patch Changes
- 4a909eb: Fix CLI & package.json by removing CJS usage
typed-openapi@1.0.0
typed-openapi@0.10.1
Patch Changes
- dd91027: Move changesets to devDeps
typed-openapi@0.10.0
typed-openapi@0.9.0
Minor Changes
-
b122616: Add requestFormat property to endpoint schema.
- json
- form-data
- form-url
- binary
- text
typed-openapi@0.8.0
Minor Changes
- d260cd4: Fix zod and yup runtime generated endpoint schema type errors due to long operationId
typed-openapi@0.7.0
Minor Changes
- cf83e52: Add type cast in ApiClient methods to match the desired type