Hey thanks for the amazing work - I absolutely love this project,
I just saw that the zod schema generation has been dropped - really excited about that! Trying it out for our project already seemed great :) - However, while building the new client, I noticed that types.gen.ts seems to be missing unknown schemas:
Without the experimental parser it generates export type HealthcheckResponse = (unknown);. With the experimental parser, this export is removed, leading to failed imports in services.gen.ts.
Hey, I checked this with the latest on main and it seems to be working as expected. I will close this issue but please reopen when you update to the latest once it's released
Description
Hey thanks for the amazing work - I absolutely love this project,
I just saw that the zod schema generation has been dropped - really excited about that! Trying it out for our project already seemed great :) - However, while building the new client, I noticed that
types.gen.ts
seems to be missing unknown schemas:Without the experimental parser it generates
export type HealthcheckResponse = (unknown);
. With the experimental parser, this export is removed, leading to failed imports inservices.gen.ts
.Reproducible example or configuration
npx openapi-ts with "@hey-api/openapi-ts": "^0.57.0",
OpenAPI specification (optional)
System information (optional)
No response