-
-
Notifications
You must be signed in to change notification settings - Fork 161
Missing types in client gen #36
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
Comments
So looking at the templating:
We're using |
@Stono oops, sorry for that. Can you share the full command you're using to generate the client? It seems you're not using |
@Stono got it, thanks! I will fix it today if you can give me one more pointer. I see this is because you use |
@mrlubos just to maintain a well known name for the client, because our apps then do:
It doesn't matter if it's called |
@Stono this is fixed in v0.27.19 🚀 Thanks for catching it! I want to ask, however, more about the use of |
Hellooo,
Firstly, thanks for forking and implementing ferdikoomen/openapi-typescript-codegen#2044.
I'm happy to try and chip in where I can too.
I've just switched the library out for the fork, but the code generated in the client appears to be invalid.
Types of
TResult
,TConfig
,TApiResponse
are all missing in the generated files.They seem to exist in
core/types.ts
, they're just not being templated into this file.The text was updated successfully, but these errors were encountered: