You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The full openapi.json file was too large to include in the issue text. You can find it here instead.
What version of external packages are you using(@tanstack-query, MSW, React, Vue, ...)
No response
What steps can reproduce the bug?
Generate kubb.
Notice how the MessageAPIResponse schema has been renamed to MessageApiResponse in the generated types. Why does this happen? Is this behavior configurable? Or can we fix the PascalCase converter used by Kubb to respect the MessageAPIResponse casing?
How often does this bug happen?
None
What is the expected behavior?
The generated type name should be MessageAPIResponse instead of MessageApiResponse.
What version of
kubb
is running?3.3.3
What kind of platform do you use?
None
How does your
kubb.config.ts
config look likeSwagger/OpenAPI file?
The full openapi.json file was too large to include in the issue text. You can find it here instead.
What version of external packages are you using(
@tanstack-query
,MSW
,React
,Vue
, ...)No response
What steps can reproduce the bug?
MessageAPIResponse
schema has been renamed toMessageApiResponse
in the generated types. Why does this happen? Is this behavior configurable? Or can we fix the PascalCase converter used by Kubb to respect theMessageAPIResponse
casing?How often does this bug happen?
None
What is the expected behavior?
The generated type name should be
MessageAPIResponse
instead ofMessageApiResponse
.Additional information
Potentially related to #1395.
The text was updated successfully, but these errors were encountered: