7nohe / openapi-react-query-codegen

OpenAPI React Query Codegen is a code generator for creating React Query (also known as TanStack Query) hooks based on your OpenAPI schema.
https://openapi-react-query-codegen.vercel.app
MIT License
298 stars 30 forks source link

fix(deps): Update @hey-api/openapi-ts to 0.43.0 #109

Closed seriouslag closed 6 months ago

seriouslag commented 6 months ago

In this PR,

closes #89

A note: we are in need of an example/test for enums.

github-actions[bot] commented 6 months ago

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 99.07% (🎯 95%) 1817 / 1834
🟢 Statements 99.07% (🎯 95%) 1817 / 1834
🟢 Functions 100% (🎯 95%) 40 / 40
🟢 Branches 94.51% (🎯 85%) 155 / 164
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/generate.mts 100% 100% 100% 100%
Generated in workflow #264