|
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 DnsRecordStatus |
| 4 | +from .types import DnsRecordType |
| 5 | +from .types import DnsRecordsStatus |
4 | 6 | from .types import HostingStatus |
5 | 7 | from .content import HOSTING_TRANSIENT_STATUSES |
6 | 8 | from .types import HostingSummaryStatus |
|
12 | 14 | from .types import ListMailAccountsRequestOrderBy |
13 | 15 | from .types import ListOffersRequestOrderBy |
14 | 16 | from .types import ListWebsitesRequestOrderBy |
| 17 | +from .types import NameserverStatus |
15 | 18 | from .types import OfferOptionName |
16 | 19 | from .types import OfferOptionWarning |
| 20 | +from .types import PlatformPlatformGroup |
| 21 | +from .types import PlatformControlPanelUrls |
17 | 22 | from .types import OfferOption |
| 23 | +from .types import PlatformControlPanel |
18 | 24 | from .types import CreateHostingRequestDomainConfiguration |
19 | 25 | from .types import OfferOptionRequest |
20 | | -from .types import HostingCpanelUrls |
21 | | -from .types import HostingOption |
| 26 | +from .types import DnsRecord |
| 27 | +from .types import Nameserver |
| 28 | +from .types import HostingUser |
| 29 | +from .types import Offer |
| 30 | +from .types import Platform |
22 | 31 | from .types import ControlPanel |
23 | 32 | from .types import DatabaseUser |
24 | 33 | from .types import Database |
25 | 34 | from .types import FtpAccount |
26 | 35 | from .types import HostingSummary |
27 | 36 | from .types import MailAccount |
28 | | -from .types import Offer |
29 | 37 | from .types import Website |
| 38 | +from .types import CheckUserOwnsDomainResponse |
30 | 39 | from .types import ControlPanelApiListControlPanelsRequest |
31 | 40 | from .types import DatabaseApiAssignDatabaseUserRequest |
32 | 41 | from .types import DatabaseApiChangeDatabaseUserPasswordRequest |
|
39 | 48 | from .types import DatabaseApiListDatabaseUsersRequest |
40 | 49 | from .types import DatabaseApiListDatabasesRequest |
41 | 50 | from .types import DatabaseApiUnassignDatabaseUserRequest |
| 51 | +from .types import DnsApiCheckUserOwnsDomainRequest |
| 52 | +from .types import DnsApiGetDomainDnsRecordsRequest |
| 53 | +from .types import DnsRecords |
42 | 54 | from .types import FtpAccountApiChangeFtpAccountPasswordRequest |
43 | 55 | from .types import FtpAccountApiCreateFtpAccountRequest |
44 | 56 | from .types import FtpAccountApiListFtpAccountsRequest |
|
71 | 83 | from .types import WebsiteApiListWebsitesRequest |
72 | 84 | from .api import WebhostingV1ControlPanelAPI |
73 | 85 | from .api import WebhostingV1DatabaseAPI |
| 86 | +from .api import WebhostingV1DnsAPI |
74 | 87 | from .api import WebhostingV1OfferAPI |
75 | 88 | from .api import WebhostingV1HostingAPI |
76 | 89 | from .api import WebhostingV1FtpAccountAPI |
77 | 90 | from .api import WebhostingV1MailAccountAPI |
78 | 91 | from .api import WebhostingV1WebsiteAPI |
79 | 92 |
|
80 | 93 | __all__ = [ |
81 | | - "HostingDnsStatus", |
| 94 | + "DnsRecordStatus", |
| 95 | + "DnsRecordType", |
| 96 | + "DnsRecordsStatus", |
82 | 97 | "HostingStatus", |
83 | 98 | "HOSTING_TRANSIENT_STATUSES", |
84 | 99 | "HostingSummaryStatus", |
|
90 | 105 | "ListMailAccountsRequestOrderBy", |
91 | 106 | "ListOffersRequestOrderBy", |
92 | 107 | "ListWebsitesRequestOrderBy", |
| 108 | + "NameserverStatus", |
93 | 109 | "OfferOptionName", |
94 | 110 | "OfferOptionWarning", |
| 111 | + "PlatformPlatformGroup", |
| 112 | + "PlatformControlPanelUrls", |
95 | 113 | "OfferOption", |
| 114 | + "PlatformControlPanel", |
96 | 115 | "CreateHostingRequestDomainConfiguration", |
97 | 116 | "OfferOptionRequest", |
98 | | - "HostingCpanelUrls", |
99 | | - "HostingOption", |
| 117 | + "DnsRecord", |
| 118 | + "Nameserver", |
| 119 | + "HostingUser", |
| 120 | + "Offer", |
| 121 | + "Platform", |
100 | 122 | "ControlPanel", |
101 | 123 | "DatabaseUser", |
102 | 124 | "Database", |
103 | 125 | "FtpAccount", |
104 | 126 | "HostingSummary", |
105 | 127 | "MailAccount", |
106 | | - "Offer", |
107 | 128 | "Website", |
| 129 | + "CheckUserOwnsDomainResponse", |
108 | 130 | "ControlPanelApiListControlPanelsRequest", |
109 | 131 | "DatabaseApiAssignDatabaseUserRequest", |
110 | 132 | "DatabaseApiChangeDatabaseUserPasswordRequest", |
|
117 | 139 | "DatabaseApiListDatabaseUsersRequest", |
118 | 140 | "DatabaseApiListDatabasesRequest", |
119 | 141 | "DatabaseApiUnassignDatabaseUserRequest", |
| 142 | + "DnsApiCheckUserOwnsDomainRequest", |
| 143 | + "DnsApiGetDomainDnsRecordsRequest", |
| 144 | + "DnsRecords", |
120 | 145 | "FtpAccountApiChangeFtpAccountPasswordRequest", |
121 | 146 | "FtpAccountApiCreateFtpAccountRequest", |
122 | 147 | "FtpAccountApiListFtpAccountsRequest", |
|
149 | 174 | "WebsiteApiListWebsitesRequest", |
150 | 175 | "WebhostingV1ControlPanelAPI", |
151 | 176 | "WebhostingV1DatabaseAPI", |
| 177 | + "WebhostingV1DnsAPI", |
152 | 178 | "WebhostingV1OfferAPI", |
153 | 179 | "WebhostingV1HostingAPI", |
154 | 180 | "WebhostingV1FtpAccountAPI", |
|
0 commit comments