|
| 1 | +# This file was automatically generated. DO NOT EDIT. |
| 2 | +# If you have any remark or suggestion do not hesitate to open an issue. |
| 3 | +from .types import HostingDnsStatus |
| 4 | +from .types import HostingStatus |
| 5 | +from .content import HOSTING_TRANSIENT_STATUSES |
| 6 | +from .types import HostingSummaryStatus |
| 7 | +from .content import HOSTING_SUMMARY_TRANSIENT_STATUSES |
| 8 | +from .types import ListDatabaseUsersRequestOrderBy |
| 9 | +from .types import ListDatabasesRequestOrderBy |
| 10 | +from .types import ListFtpAccountsRequestOrderBy |
| 11 | +from .types import ListHostingsRequestOrderBy |
| 12 | +from .types import ListMailAccountsRequestOrderBy |
| 13 | +from .types import ListOffersRequestOrderBy |
| 14 | +from .types import ListWebsitesRequestOrderBy |
| 15 | +from .types import OfferOptionName |
| 16 | +from .types import OfferOptionWarning |
| 17 | +from .types import OfferOption |
| 18 | +from .types import CreateHostingRequestDomainConfiguration |
| 19 | +from .types import OfferOptionRequest |
| 20 | +from .types import HostingCpanelUrls |
| 21 | +from .types import HostingOption |
| 22 | +from .types import ControlPanel |
| 23 | +from .types import DatabaseUser |
| 24 | +from .types import Database |
| 25 | +from .types import FtpAccount |
| 26 | +from .types import HostingSummary |
| 27 | +from .types import MailAccount |
| 28 | +from .types import Offer |
| 29 | +from .types import Website |
| 30 | +from .types import ControlPanelApiListControlPanelsRequest |
| 31 | +from .types import DatabaseApiAssignDatabaseUserRequest |
| 32 | +from .types import DatabaseApiChangeDatabaseUserPasswordRequest |
| 33 | +from .types import DatabaseApiCreateDatabaseRequest |
| 34 | +from .types import DatabaseApiCreateDatabaseUserRequest |
| 35 | +from .types import DatabaseApiDeleteDatabaseRequest |
| 36 | +from .types import DatabaseApiDeleteDatabaseUserRequest |
| 37 | +from .types import DatabaseApiGetDatabaseRequest |
| 38 | +from .types import DatabaseApiGetDatabaseUserRequest |
| 39 | +from .types import DatabaseApiListDatabaseUsersRequest |
| 40 | +from .types import DatabaseApiListDatabasesRequest |
| 41 | +from .types import DatabaseApiUnassignDatabaseUserRequest |
| 42 | +from .types import FtpAccountApiChangeFtpAccountPasswordRequest |
| 43 | +from .types import FtpAccountApiCreateFtpAccountRequest |
| 44 | +from .types import FtpAccountApiListFtpAccountsRequest |
| 45 | +from .types import FtpAccountApiRemoveFtpAccountRequest |
| 46 | +from .types import Hosting |
| 47 | +from .types import HostingApiCreateHostingRequest |
| 48 | +from .types import HostingApiCreateSessionRequest |
| 49 | +from .types import HostingApiDeleteHostingRequest |
| 50 | +from .types import HostingApiGetHostingRequest |
| 51 | +from .types import HostingApiListHostingsRequest |
| 52 | +from .types import HostingApiResetHostingPasswordRequest |
| 53 | +from .types import HostingApiUpdateHostingRequest |
| 54 | +from .types import ListControlPanelsResponse |
| 55 | +from .types import ListDatabaseUsersResponse |
| 56 | +from .types import ListDatabasesResponse |
| 57 | +from .types import ListFtpAccountsResponse |
| 58 | +from .types import ListHostingsResponse |
| 59 | +from .types import ListMailAccountsResponse |
| 60 | +from .types import ListOffersResponse |
| 61 | +from .types import ListWebsitesResponse |
| 62 | +from .types import MailAccountApiChangeMailAccountPasswordRequest |
| 63 | +from .types import MailAccountApiCreateMailAccountRequest |
| 64 | +from .types import MailAccountApiListMailAccountsRequest |
| 65 | +from .types import MailAccountApiRemoveMailAccountRequest |
| 66 | +from .types import OfferApiListOffersRequest |
| 67 | +from .types import ResetHostingPasswordResponse |
| 68 | +from .types import Session |
| 69 | +from .types import WebsiteApiListWebsitesRequest |
| 70 | +from .api import WebhostingV1ControlPanelAPI |
| 71 | +from .api import WebhostingV1DatabaseAPI |
| 72 | +from .api import WebhostingV1OfferAPI |
| 73 | +from .api import WebhostingV1HostingAPI |
| 74 | +from .api import WebhostingV1FtpAccountAPI |
| 75 | +from .api import WebhostingV1MailAccountAPI |
| 76 | +from .api import WebhostingV1WebsiteAPI |
| 77 | + |
| 78 | +__all__ = [ |
| 79 | + "HostingDnsStatus", |
| 80 | + "HostingStatus", |
| 81 | + "HOSTING_TRANSIENT_STATUSES", |
| 82 | + "HostingSummaryStatus", |
| 83 | + "HOSTING_SUMMARY_TRANSIENT_STATUSES", |
| 84 | + "ListDatabaseUsersRequestOrderBy", |
| 85 | + "ListDatabasesRequestOrderBy", |
| 86 | + "ListFtpAccountsRequestOrderBy", |
| 87 | + "ListHostingsRequestOrderBy", |
| 88 | + "ListMailAccountsRequestOrderBy", |
| 89 | + "ListOffersRequestOrderBy", |
| 90 | + "ListWebsitesRequestOrderBy", |
| 91 | + "OfferOptionName", |
| 92 | + "OfferOptionWarning", |
| 93 | + "OfferOption", |
| 94 | + "CreateHostingRequestDomainConfiguration", |
| 95 | + "OfferOptionRequest", |
| 96 | + "HostingCpanelUrls", |
| 97 | + "HostingOption", |
| 98 | + "ControlPanel", |
| 99 | + "DatabaseUser", |
| 100 | + "Database", |
| 101 | + "FtpAccount", |
| 102 | + "HostingSummary", |
| 103 | + "MailAccount", |
| 104 | + "Offer", |
| 105 | + "Website", |
| 106 | + "ControlPanelApiListControlPanelsRequest", |
| 107 | + "DatabaseApiAssignDatabaseUserRequest", |
| 108 | + "DatabaseApiChangeDatabaseUserPasswordRequest", |
| 109 | + "DatabaseApiCreateDatabaseRequest", |
| 110 | + "DatabaseApiCreateDatabaseUserRequest", |
| 111 | + "DatabaseApiDeleteDatabaseRequest", |
| 112 | + "DatabaseApiDeleteDatabaseUserRequest", |
| 113 | + "DatabaseApiGetDatabaseRequest", |
| 114 | + "DatabaseApiGetDatabaseUserRequest", |
| 115 | + "DatabaseApiListDatabaseUsersRequest", |
| 116 | + "DatabaseApiListDatabasesRequest", |
| 117 | + "DatabaseApiUnassignDatabaseUserRequest", |
| 118 | + "FtpAccountApiChangeFtpAccountPasswordRequest", |
| 119 | + "FtpAccountApiCreateFtpAccountRequest", |
| 120 | + "FtpAccountApiListFtpAccountsRequest", |
| 121 | + "FtpAccountApiRemoveFtpAccountRequest", |
| 122 | + "Hosting", |
| 123 | + "HostingApiCreateHostingRequest", |
| 124 | + "HostingApiCreateSessionRequest", |
| 125 | + "HostingApiDeleteHostingRequest", |
| 126 | + "HostingApiGetHostingRequest", |
| 127 | + "HostingApiListHostingsRequest", |
| 128 | + "HostingApiResetHostingPasswordRequest", |
| 129 | + "HostingApiUpdateHostingRequest", |
| 130 | + "ListControlPanelsResponse", |
| 131 | + "ListDatabaseUsersResponse", |
| 132 | + "ListDatabasesResponse", |
| 133 | + "ListFtpAccountsResponse", |
| 134 | + "ListHostingsResponse", |
| 135 | + "ListMailAccountsResponse", |
| 136 | + "ListOffersResponse", |
| 137 | + "ListWebsitesResponse", |
| 138 | + "MailAccountApiChangeMailAccountPasswordRequest", |
| 139 | + "MailAccountApiCreateMailAccountRequest", |
| 140 | + "MailAccountApiListMailAccountsRequest", |
| 141 | + "MailAccountApiRemoveMailAccountRequest", |
| 142 | + "OfferApiListOffersRequest", |
| 143 | + "ResetHostingPasswordResponse", |
| 144 | + "Session", |
| 145 | + "WebsiteApiListWebsitesRequest", |
| 146 | + "WebhostingV1ControlPanelAPI", |
| 147 | + "WebhostingV1DatabaseAPI", |
| 148 | + "WebhostingV1OfferAPI", |
| 149 | + "WebhostingV1HostingAPI", |
| 150 | + "WebhostingV1FtpAccountAPI", |
| 151 | + "WebhostingV1MailAccountAPI", |
| 152 | + "WebhostingV1WebsiteAPI", |
| 153 | +] |
0 commit comments