Skip to content

Commit 5cb7f6a

Browse files
committed
feat: update generated APIs
1 parent 39058d2 commit 5cb7f6a

File tree

10 files changed

+1990
-162
lines changed

10 files changed

+1990
-162
lines changed

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

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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 BackupItemType
4+
from .types import BackupStatus
5+
from .content import BACKUP_TRANSIENT_STATUSES
36
from .types import DnsRecordStatus
47
from .types import DnsRecordType
58
from .types import DnsRecordsStatus
@@ -13,6 +16,7 @@
1316
from .types import DomainZoneOwner
1417
from .types import HostingStatus
1518
from .content import HOSTING_TRANSIENT_STATUSES
19+
from .types import ListBackupsRequestOrderBy
1620
from .types import ListDatabaseUsersRequestOrderBy
1721
from .types import ListDatabasesRequestOrderBy
1822
from .types import ListFtpAccountsRequestOrderBy
@@ -24,11 +28,14 @@
2428
from .types import OfferOptionName
2529
from .types import OfferOptionWarning
2630
from .types import PlatformPlatformGroup
31+
from .types import AutoConfigDomainDns
2732
from .types import PlatformControlPanelUrls
33+
from .types import HostingDomainCustomDomain
2834
from .types import OfferOption
2935
from .types import PlatformControlPanel
36+
from .types import BackupItem
37+
from .types import HostingDomain
3038
from .types import CreateDatabaseRequestUser
31-
from .types import AutoConfigDomainDns
3239
from .types import CreateHostingRequestDomainConfiguration
3340
from .types import OfferOptionRequest
3441
from .types import SyncDomainDnsRecordsRequestRecord
@@ -37,6 +44,8 @@
3744
from .types import HostingUser
3845
from .types import Offer
3946
from .types import Platform
47+
from .types import BackupItemGroup
48+
from .types import Backup
4049
from .types import ControlPanel
4150
from .types import DatabaseUser
4251
from .types import Database
@@ -45,6 +54,11 @@
4554
from .types import MailAccount
4655
from .types import Website
4756
from .types import DomainAvailability
57+
from .types import BackupApiGetBackupRequest
58+
from .types import BackupApiListBackupItemsRequest
59+
from .types import BackupApiListBackupsRequest
60+
from .types import BackupApiRestoreBackupItemsRequest
61+
from .types import BackupApiRestoreBackupRequest
4862
from .types import CheckUserOwnsDomainResponse
4963
from .types import ControlPanelApiListControlPanelsRequest
5064
from .types import DatabaseApiAssignDatabaseUserRequest
@@ -78,6 +92,8 @@
7892
from .types import HostingApiListHostingsRequest
7993
from .types import HostingApiResetHostingPasswordRequest
8094
from .types import HostingApiUpdateHostingRequest
95+
from .types import ListBackupItemsResponse
96+
from .types import ListBackupsResponse
8197
from .types import ListControlPanelsResponse
8298
from .types import ListDatabaseUsersResponse
8399
from .types import ListDatabasesResponse
@@ -93,9 +109,12 @@
93109
from .types import OfferApiListOffersRequest
94110
from .types import ResetHostingPasswordResponse
95111
from .types import ResourceSummary
112+
from .types import RestoreBackupItemsResponse
113+
from .types import RestoreBackupResponse
96114
from .types import SearchDomainsResponse
97115
from .types import Session
98116
from .types import WebsiteApiListWebsitesRequest
117+
from .api import WebhostingV1BackupAPI
99118
from .api import WebhostingV1ControlPanelAPI
100119
from .api import WebhostingV1DatabaseAPI
101120
from .api import WebhostingV1DnsAPI
@@ -106,6 +125,9 @@
106125
from .api import WebhostingV1WebsiteAPI
107126

108127
__all__ = [
128+
"BackupItemType",
129+
"BackupStatus",
130+
"BACKUP_TRANSIENT_STATUSES",
109131
"DnsRecordStatus",
110132
"DnsRecordType",
111133
"DnsRecordsStatus",
@@ -119,6 +141,7 @@
119141
"DomainZoneOwner",
120142
"HostingStatus",
121143
"HOSTING_TRANSIENT_STATUSES",
144+
"ListBackupsRequestOrderBy",
122145
"ListDatabaseUsersRequestOrderBy",
123146
"ListDatabasesRequestOrderBy",
124147
"ListFtpAccountsRequestOrderBy",
@@ -130,11 +153,14 @@
130153
"OfferOptionName",
131154
"OfferOptionWarning",
132155
"PlatformPlatformGroup",
156+
"AutoConfigDomainDns",
133157
"PlatformControlPanelUrls",
158+
"HostingDomainCustomDomain",
134159
"OfferOption",
135160
"PlatformControlPanel",
161+
"BackupItem",
162+
"HostingDomain",
136163
"CreateDatabaseRequestUser",
137-
"AutoConfigDomainDns",
138164
"CreateHostingRequestDomainConfiguration",
139165
"OfferOptionRequest",
140166
"SyncDomainDnsRecordsRequestRecord",
@@ -143,6 +169,8 @@
143169
"HostingUser",
144170
"Offer",
145171
"Platform",
172+
"BackupItemGroup",
173+
"Backup",
146174
"ControlPanel",
147175
"DatabaseUser",
148176
"Database",
@@ -151,6 +179,11 @@
151179
"MailAccount",
152180
"Website",
153181
"DomainAvailability",
182+
"BackupApiGetBackupRequest",
183+
"BackupApiListBackupItemsRequest",
184+
"BackupApiListBackupsRequest",
185+
"BackupApiRestoreBackupItemsRequest",
186+
"BackupApiRestoreBackupRequest",
154187
"CheckUserOwnsDomainResponse",
155188
"ControlPanelApiListControlPanelsRequest",
156189
"DatabaseApiAssignDatabaseUserRequest",
@@ -184,6 +217,8 @@
184217
"HostingApiListHostingsRequest",
185218
"HostingApiResetHostingPasswordRequest",
186219
"HostingApiUpdateHostingRequest",
220+
"ListBackupItemsResponse",
221+
"ListBackupsResponse",
187222
"ListControlPanelsResponse",
188223
"ListDatabaseUsersResponse",
189224
"ListDatabasesResponse",
@@ -199,9 +234,12 @@
199234
"OfferApiListOffersRequest",
200235
"ResetHostingPasswordResponse",
201236
"ResourceSummary",
237+
"RestoreBackupItemsResponse",
238+
"RestoreBackupResponse",
202239
"SearchDomainsResponse",
203240
"Session",
204241
"WebsiteApiListWebsitesRequest",
242+
"WebhostingV1BackupAPI",
205243
"WebhostingV1ControlPanelAPI",
206244
"WebhostingV1DatabaseAPI",
207245
"WebhostingV1DnsAPI",

0 commit comments

Comments
 (0)