-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Description
EntityCollectionEntityIdDataDataIdGetResponse denfintion missing
use openapi_client::EntityCollectionEntityIdDataDataIdGetResponse;
use openapi_client::EntityCollectionEntityIdDataGetResponse;
use openapi_client::EntityCollectionEntityIdDataGroupsGetResponse;
use openapi_client::EntityCollectionEntityIdGetResponse;
However, these types are not found in the openapi_client crate.
The only available types I can see in the generated library (lib.rs) are:
V1ComponentsEntityIdDataDataIdGetResponse, and
EntityIdDataDataIdGet200Response.
It seems the OpenAPI code generator used the prefix V1Components... for all endpoint response enums (based on the path /v1/components/...), so the expected symbols like EntityCollectionEntityIdDataDataIdGetResponse don’t exist under those names.
A clear and concise description of what the bug is.
In the sovd-handler module, I’m trying to call the following imports from the OpenAPI client:
Steps to Reproduce
- Step 1
- Step n
Expected Behavior
A clear and concise description of what you expected to happen.
Actual Behavior
What actually happened when you followed the steps above?
Screenshots or Logs (if applicable)
Add logs, screenshots, or crash traces that help explain the problem.
Environment
- OS: [e.g. Ubuntu 22.04, Windows 11]
- Version: [e.g. v0.2.1, main]
Additional Context
Add any other context about the problem here.
Important
Link the pull request that addresses this bug once created.