Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/resourcemanager/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
79a99bf8bc8175f2f384c7636da1fae5f6a9bd60
f385f3b154cb566b3c9e5156c29b28150f2af4a2
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"ApiKeyError",
"ApiAttributeError",
"ApiException",
"ContainerSearchResult",
"CreateFolderPayload",
"CreateProjectPayload",
"ErrorResponse",
Expand Down Expand Up @@ -65,9 +64,6 @@
from stackit.resourcemanager.exceptions import OpenApiException as OpenApiException

# import models into sdk package
from stackit.resourcemanager.models.container_search_result import (
ContainerSearchResult as ContainerSearchResult,
)
from stackit.resourcemanager.models.create_folder_payload import (
CreateFolderPayload as CreateFolderPayload,
)
Expand Down
Loading
Loading