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
Look at the types generated. Names like ListOfActivitiesResponseAnyOfDataAnyOfItemAnyOfAttributesAnyOfDataAnyOfItemAnyOfTargetAnyOfId are pretty common. OpenAPI schema for the given example has NO anyOf conditions.
What were you expecting to happen?
If an OpenAPI spec has no anyOf condition I don't expect to see them on my types. So the expected type name would be: ListOfActivitiesResponseDataItemAttributesDataItemTargetId
Any logs, error output, etc?
Any other comments?
It's an issue because nearly every single generated file has a decent amount of AnyOf.
I know that the project is looking for contributors, so I would appreciate minimal guidance on where to start my search for a solution. Maybe it's a configuration issue? Please let me know.
What are the steps to reproduce this issue?
What happens?
Look at the types generated. Names like
ListOfActivitiesResponseAnyOfDataAnyOfItemAnyOfAttributesAnyOfDataAnyOfItemAnyOfTargetAnyOfId
are pretty common. OpenAPI schema for the given example has NOanyOf
conditions.What were you expecting to happen?
If an OpenAPI spec has no
anyOf
condition I don't expect to see them on my types. So the expected type name would be:ListOfActivitiesResponseDataItemAttributesDataItemTargetId
Any logs, error output, etc?
Any other comments?
It's an issue because nearly every single generated file has a decent amount of
AnyOf
.I know that the project is looking for contributors, so I would appreciate minimal guidance on where to start my search for a solution. Maybe it's a configuration issue? Please let me know.
What versions are you using?
[email protected]
Please execute
npx envinfo --system --npmPackages orval,zod,axios,msw,swr,@tanstack/react-query,@tanstack/vue-query,react,vue
and paste the results here.The text was updated successfully, but these errors were encountered: