-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] [typescript-fetch] initOverrides added in 5.2.1 breaking change #10258
Comments
@mikkovor thanks for reporting the issue. Can you please reply directly to the PR with the details? |
I added more information there. Looks like in the 5.2.1 tag the request should include the new initOverrides parameter but for some reason it generates the old one |
I'm happy to take a look at this. I'm responding in the original PR. |
Yeah, looks like the script file had an innocent looking line at the end |
Description
The new initOverrides? optional parameter added in 5.2.1 is not working for us at least
openapi-generator version
5.2.1
Script that we use is simply:
All of the generated Raw methods have this:
but the actual request looks like this:
and the interface like this:
So I don't know where initOverrides should fit in there exactly?
Related issues/PRs
I guess this is where it was added?
#10050
The text was updated successfully, but these errors were encountered: