Skip to content
Merged
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: 2 additions & 0 deletions scaleway-async/scaleway_async/partner/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This file was automatically generated. DO NOT EDIT.
# If you have any remark or suggestion do not hesitate to open an issue.
31 changes: 31 additions & 0 deletions scaleway-async/scaleway_async/partner/v1/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# This file was automatically generated. DO NOT EDIT.
# If you have any remark or suggestion do not hesitate to open an issue.
from .types import ListOrganizationsRequestOrderBy
from .types import OrganizationLockedBy
from .types import OrganizationStatus
from .types import Organization
from .types import CreateOrganizationRequest
from .types import GetOrganizationRequest
from .types import ListOrganizationsRequest
from .types import ListOrganizationsResponse
from .types import LockOrganizationRequest
from .types import RequestAdminRoleRequest
from .types import UnlockOrganizationRequest
from .types import UpdateOrganizationRequest
from .api import PartnerV1API

__all__ = [
"ListOrganizationsRequestOrderBy",
"OrganizationLockedBy",
"OrganizationStatus",
"Organization",
"CreateOrganizationRequest",
"GetOrganizationRequest",
"ListOrganizationsRequest",
"ListOrganizationsResponse",
"LockOrganizationRequest",
"RequestAdminRoleRequest",
"UnlockOrganizationRequest",
"UpdateOrganizationRequest",
"PartnerV1API",
]
Loading
Loading