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
22 changes: 14 additions & 8 deletions scaleway-async/scaleway_async/webhosting/v1/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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 HostingDnsStatus
from .types import DnsRecordsStatus
from .types import HostingStatus
from .content import HOSTING_TRANSIENT_STATUSES
from .types import HostingSummaryStatus
Expand All @@ -14,18 +14,21 @@
from .types import ListWebsitesRequestOrderBy
from .types import OfferOptionName
from .types import OfferOptionWarning
from .types import PlatformPlatformGroup
from .types import PlatformControlPanelUrls
from .types import OfferOption
from .types import PlatformControlPanel
from .types import CreateHostingRequestDomainConfiguration
from .types import OfferOptionRequest
from .types import HostingCpanelUrls
from .types import HostingOption
from .types import HostingUser
from .types import Offer
from .types import Platform
from .types import ControlPanel
from .types import DatabaseUser
from .types import Database
from .types import FtpAccount
from .types import HostingSummary
from .types import MailAccount
from .types import Offer
from .types import Website
from .types import ControlPanelApiListControlPanelsRequest
from .types import DatabaseApiAssignDatabaseUserRequest
Expand Down Expand Up @@ -78,7 +81,7 @@
from .api import WebhostingV1WebsiteAPI

__all__ = [
"HostingDnsStatus",
"DnsRecordsStatus",
"HostingStatus",
"HOSTING_TRANSIENT_STATUSES",
"HostingSummaryStatus",
Expand All @@ -92,18 +95,21 @@
"ListWebsitesRequestOrderBy",
"OfferOptionName",
"OfferOptionWarning",
"PlatformPlatformGroup",
"PlatformControlPanelUrls",
"OfferOption",
"PlatformControlPanel",
"CreateHostingRequestDomainConfiguration",
"OfferOptionRequest",
"HostingCpanelUrls",
"HostingOption",
"HostingUser",
"Offer",
"Platform",
"ControlPanel",
"DatabaseUser",
"Database",
"FtpAccount",
"HostingSummary",
"MailAccount",
"Offer",
"Website",
"ControlPanelApiListControlPanelsRequest",
"DatabaseApiAssignDatabaseUserRequest",
Expand Down
Loading
Loading