|
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 HostingDnsStatus |
| 3 | +from .types import DnsRecordsStatus |
4 | 4 | from .types import HostingStatus |
5 | 5 | from .content import HOSTING_TRANSIENT_STATUSES |
6 | 6 | from .types import HostingSummaryStatus |
|
14 | 14 | from .types import ListWebsitesRequestOrderBy |
15 | 15 | from .types import OfferOptionName |
16 | 16 | from .types import OfferOptionWarning |
| 17 | +from .types import PlatformPlatformGroup |
| 18 | +from .types import PlatformControlPanelUrls |
17 | 19 | from .types import OfferOption |
| 20 | +from .types import PlatformControlPanel |
18 | 21 | from .types import CreateHostingRequestDomainConfiguration |
19 | 22 | 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 |
22 | 26 | from .types import ControlPanel |
23 | 27 | from .types import DatabaseUser |
24 | 28 | from .types import Database |
25 | 29 | from .types import FtpAccount |
26 | 30 | from .types import HostingSummary |
27 | 31 | from .types import MailAccount |
28 | | -from .types import Offer |
29 | 32 | from .types import Website |
30 | 33 | from .types import ControlPanelApiListControlPanelsRequest |
31 | 34 | from .types import DatabaseApiAssignDatabaseUserRequest |
|
78 | 81 | from .api import WebhostingV1WebsiteAPI |
79 | 82 |
|
80 | 83 | __all__ = [ |
81 | | - "HostingDnsStatus", |
| 84 | + "DnsRecordsStatus", |
82 | 85 | "HostingStatus", |
83 | 86 | "HOSTING_TRANSIENT_STATUSES", |
84 | 87 | "HostingSummaryStatus", |
|
92 | 95 | "ListWebsitesRequestOrderBy", |
93 | 96 | "OfferOptionName", |
94 | 97 | "OfferOptionWarning", |
| 98 | + "PlatformPlatformGroup", |
| 99 | + "PlatformControlPanelUrls", |
95 | 100 | "OfferOption", |
| 101 | + "PlatformControlPanel", |
96 | 102 | "CreateHostingRequestDomainConfiguration", |
97 | 103 | "OfferOptionRequest", |
98 | | - "HostingCpanelUrls", |
99 | | - "HostingOption", |
| 104 | + "HostingUser", |
| 105 | + "Offer", |
| 106 | + "Platform", |
100 | 107 | "ControlPanel", |
101 | 108 | "DatabaseUser", |
102 | 109 | "Database", |
103 | 110 | "FtpAccount", |
104 | 111 | "HostingSummary", |
105 | 112 | "MailAccount", |
106 | | - "Offer", |
107 | 113 | "Website", |
108 | 114 | "ControlPanelApiListControlPanelsRequest", |
109 | 115 | "DatabaseApiAssignDatabaseUserRequest", |
|
0 commit comments