|
1 | 1 | # This file was automatically generated. DO NOT EDIT. |
2 | 2 | # 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 |
3 | 6 | from .types import DnsRecordStatus |
4 | 7 | from .types import DnsRecordType |
5 | 8 | from .types import DnsRecordsStatus |
|
13 | 16 | from .types import DomainZoneOwner |
14 | 17 | from .types import HostingStatus |
15 | 18 | from .content import HOSTING_TRANSIENT_STATUSES |
| 19 | +from .types import ListBackupsRequestOrderBy |
16 | 20 | from .types import ListDatabaseUsersRequestOrderBy |
17 | 21 | from .types import ListDatabasesRequestOrderBy |
18 | 22 | from .types import ListFtpAccountsRequestOrderBy |
|
24 | 28 | from .types import OfferOptionName |
25 | 29 | from .types import OfferOptionWarning |
26 | 30 | from .types import PlatformPlatformGroup |
| 31 | +from .types import AutoConfigDomainDns |
27 | 32 | from .types import PlatformControlPanelUrls |
| 33 | +from .types import HostingDomainCustomDomain |
28 | 34 | from .types import OfferOption |
29 | 35 | from .types import PlatformControlPanel |
| 36 | +from .types import BackupItem |
| 37 | +from .types import HostingDomain |
30 | 38 | from .types import CreateDatabaseRequestUser |
31 | | -from .types import AutoConfigDomainDns |
32 | 39 | from .types import CreateHostingRequestDomainConfiguration |
33 | 40 | from .types import OfferOptionRequest |
34 | 41 | from .types import SyncDomainDnsRecordsRequestRecord |
|
37 | 44 | from .types import HostingUser |
38 | 45 | from .types import Offer |
39 | 46 | from .types import Platform |
| 47 | +from .types import BackupItemGroup |
| 48 | +from .types import Backup |
40 | 49 | from .types import ControlPanel |
41 | 50 | from .types import DatabaseUser |
42 | 51 | from .types import Database |
|
45 | 54 | from .types import MailAccount |
46 | 55 | from .types import Website |
47 | 56 | 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 |
48 | 62 | from .types import CheckUserOwnsDomainResponse |
49 | 63 | from .types import ControlPanelApiListControlPanelsRequest |
50 | 64 | from .types import DatabaseApiAssignDatabaseUserRequest |
|
78 | 92 | from .types import HostingApiListHostingsRequest |
79 | 93 | from .types import HostingApiResetHostingPasswordRequest |
80 | 94 | from .types import HostingApiUpdateHostingRequest |
| 95 | +from .types import ListBackupItemsResponse |
| 96 | +from .types import ListBackupsResponse |
81 | 97 | from .types import ListControlPanelsResponse |
82 | 98 | from .types import ListDatabaseUsersResponse |
83 | 99 | from .types import ListDatabasesResponse |
|
93 | 109 | from .types import OfferApiListOffersRequest |
94 | 110 | from .types import ResetHostingPasswordResponse |
95 | 111 | from .types import ResourceSummary |
| 112 | +from .types import RestoreBackupItemsResponse |
| 113 | +from .types import RestoreBackupResponse |
96 | 114 | from .types import SearchDomainsResponse |
97 | 115 | from .types import Session |
98 | 116 | from .types import WebsiteApiListWebsitesRequest |
| 117 | +from .api import WebhostingV1BackupAPI |
99 | 118 | from .api import WebhostingV1ControlPanelAPI |
100 | 119 | from .api import WebhostingV1DatabaseAPI |
101 | 120 | from .api import WebhostingV1DnsAPI |
|
106 | 125 | from .api import WebhostingV1WebsiteAPI |
107 | 126 |
|
108 | 127 | __all__ = [ |
| 128 | + "BackupItemType", |
| 129 | + "BackupStatus", |
| 130 | + "BACKUP_TRANSIENT_STATUSES", |
109 | 131 | "DnsRecordStatus", |
110 | 132 | "DnsRecordType", |
111 | 133 | "DnsRecordsStatus", |
|
119 | 141 | "DomainZoneOwner", |
120 | 142 | "HostingStatus", |
121 | 143 | "HOSTING_TRANSIENT_STATUSES", |
| 144 | + "ListBackupsRequestOrderBy", |
122 | 145 | "ListDatabaseUsersRequestOrderBy", |
123 | 146 | "ListDatabasesRequestOrderBy", |
124 | 147 | "ListFtpAccountsRequestOrderBy", |
|
130 | 153 | "OfferOptionName", |
131 | 154 | "OfferOptionWarning", |
132 | 155 | "PlatformPlatformGroup", |
| 156 | + "AutoConfigDomainDns", |
133 | 157 | "PlatformControlPanelUrls", |
| 158 | + "HostingDomainCustomDomain", |
134 | 159 | "OfferOption", |
135 | 160 | "PlatformControlPanel", |
| 161 | + "BackupItem", |
| 162 | + "HostingDomain", |
136 | 163 | "CreateDatabaseRequestUser", |
137 | | - "AutoConfigDomainDns", |
138 | 164 | "CreateHostingRequestDomainConfiguration", |
139 | 165 | "OfferOptionRequest", |
140 | 166 | "SyncDomainDnsRecordsRequestRecord", |
|
143 | 169 | "HostingUser", |
144 | 170 | "Offer", |
145 | 171 | "Platform", |
| 172 | + "BackupItemGroup", |
| 173 | + "Backup", |
146 | 174 | "ControlPanel", |
147 | 175 | "DatabaseUser", |
148 | 176 | "Database", |
|
151 | 179 | "MailAccount", |
152 | 180 | "Website", |
153 | 181 | "DomainAvailability", |
| 182 | + "BackupApiGetBackupRequest", |
| 183 | + "BackupApiListBackupItemsRequest", |
| 184 | + "BackupApiListBackupsRequest", |
| 185 | + "BackupApiRestoreBackupItemsRequest", |
| 186 | + "BackupApiRestoreBackupRequest", |
154 | 187 | "CheckUserOwnsDomainResponse", |
155 | 188 | "ControlPanelApiListControlPanelsRequest", |
156 | 189 | "DatabaseApiAssignDatabaseUserRequest", |
|
184 | 217 | "HostingApiListHostingsRequest", |
185 | 218 | "HostingApiResetHostingPasswordRequest", |
186 | 219 | "HostingApiUpdateHostingRequest", |
| 220 | + "ListBackupItemsResponse", |
| 221 | + "ListBackupsResponse", |
187 | 222 | "ListControlPanelsResponse", |
188 | 223 | "ListDatabaseUsersResponse", |
189 | 224 | "ListDatabasesResponse", |
|
199 | 234 | "OfferApiListOffersRequest", |
200 | 235 | "ResetHostingPasswordResponse", |
201 | 236 | "ResourceSummary", |
| 237 | + "RestoreBackupItemsResponse", |
| 238 | + "RestoreBackupResponse", |
202 | 239 | "SearchDomainsResponse", |
203 | 240 | "Session", |
204 | 241 | "WebsiteApiListWebsitesRequest", |
| 242 | + "WebhostingV1BackupAPI", |
205 | 243 | "WebhostingV1ControlPanelAPI", |
206 | 244 | "WebhostingV1DatabaseAPI", |
207 | 245 | "WebhostingV1DnsAPI", |
|
0 commit comments