Skip to content

[Bug] <short summary> #12

@zib0001

Description

@zib0001

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

  1. Step 1
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions