Skip to content

Commit fade868

Browse files
feat(webhosting): update public v1 hosting message (#783)
Co-authored-by: Jonathan R. <[email protected]>
1 parent be9f5be commit fade868

File tree

6 files changed

+614
-532
lines changed

6 files changed

+614
-532
lines changed

scaleway-async/scaleway_async/webhosting/v1/__init__.py

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was automatically generated. DO NOT EDIT.
22
# If you have any remark or suggestion do not hesitate to open an issue.
3-
from .types import HostingDnsStatus
3+
from .types import DnsRecordsStatus
44
from .types import HostingStatus
55
from .content import HOSTING_TRANSIENT_STATUSES
66
from .types import HostingSummaryStatus
@@ -14,18 +14,21 @@
1414
from .types import ListWebsitesRequestOrderBy
1515
from .types import OfferOptionName
1616
from .types import OfferOptionWarning
17+
from .types import PlatformPlatformGroup
18+
from .types import PlatformControlPanelUrls
1719
from .types import OfferOption
20+
from .types import PlatformControlPanel
1821
from .types import CreateHostingRequestDomainConfiguration
1922
from .types import OfferOptionRequest
20-
from .types import HostingCpanelUrls
21-
from .types import HostingOption
23+
from .types import HostingUser
24+
from .types import Offer
25+
from .types import Platform
2226
from .types import ControlPanel
2327
from .types import DatabaseUser
2428
from .types import Database
2529
from .types import FtpAccount
2630
from .types import HostingSummary
2731
from .types import MailAccount
28-
from .types import Offer
2932
from .types import Website
3033
from .types import ControlPanelApiListControlPanelsRequest
3134
from .types import DatabaseApiAssignDatabaseUserRequest
@@ -78,7 +81,7 @@
7881
from .api import WebhostingV1WebsiteAPI
7982

8083
__all__ = [
81-
"HostingDnsStatus",
84+
"DnsRecordsStatus",
8285
"HostingStatus",
8386
"HOSTING_TRANSIENT_STATUSES",
8487
"HostingSummaryStatus",
@@ -92,18 +95,21 @@
9295
"ListWebsitesRequestOrderBy",
9396
"OfferOptionName",
9497
"OfferOptionWarning",
98+
"PlatformPlatformGroup",
99+
"PlatformControlPanelUrls",
95100
"OfferOption",
101+
"PlatformControlPanel",
96102
"CreateHostingRequestDomainConfiguration",
97103
"OfferOptionRequest",
98-
"HostingCpanelUrls",
99-
"HostingOption",
104+
"HostingUser",
105+
"Offer",
106+
"Platform",
100107
"ControlPanel",
101108
"DatabaseUser",
102109
"Database",
103110
"FtpAccount",
104111
"HostingSummary",
105112
"MailAccount",
106-
"Offer",
107113
"Website",
108114
"ControlPanelApiListControlPanelsRequest",
109115
"DatabaseApiAssignDatabaseUserRequest",

0 commit comments

Comments
 (0)