Melloware
Melloware
if you run the above through the CLI does it error the same way?
No ETA from my end i would expect someone in the community needs to submit a PR to fix this issue.
@gcko i agree. Do you want to take this one?
@zi-gae as far as I know the Zod stuff is generated for all responses see this closed request as completed: https://github.com/orval-labs/orval/issues/1380
I submitted a PR to update the docs for zod but you should be able to do this. ```js module.exports = { petstore: { output: { ... override: { zod:...
don't you need the override on the zod client itself? ```js module.exports = { petstore: { output: { mode: 'tags-split', target: 'src/gen/endpoints', schemas: 'src/model', client: 'react-query', mock: true, }, input:...
You will have to look at the code and provide a PR to fix. Or ask one of the other devs who made zod fixes to see if they can...
@zi-gae can you check @ArnaudGathy suggestion? I am wondering if this is something we can handle with Orval?
I think this has already been reported.