File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ export type {
77 AccountProjectInfo ,
88 AccountUserInfo ,
99 AppleSiliconServerInfo ,
10+ AuthenticationEvent ,
11+ AuthenticationEventFailureReason ,
12+ AuthenticationEventMethod ,
13+ AuthenticationEventMFAType ,
14+ AuthenticationEventOrigin ,
15+ AuthenticationEventResult ,
1016 BaremetalServerInfo ,
1117 BaremetalSettingInfo ,
1218 Event ,
@@ -19,6 +25,9 @@ export type {
1925 KubernetesClusterInfo ,
2026 KubernetesNodeInfo ,
2127 KubernetesPoolInfo ,
28+ ListAuthenticationEventsRequest ,
29+ ListAuthenticationEventsRequestOrderBy ,
30+ ListAuthenticationEventsResponse ,
2231 ListEventsRequest ,
2332 ListEventsRequestOrderBy ,
2433 ListEventsResponse ,
Original file line number Diff line number Diff line change 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- export type { LanguageCode } from './types.gen'
3+ export type {
4+ CountryCode ,
5+ LanguageCode ,
6+ } from './types.gen'
Original file line number Diff line number Diff line change 55 ControlPanelAPI ,
66 DatabaseAPI ,
77 DnsAPI ,
8+ FreeDomainAPI ,
89 FtpAccountAPI ,
910 HostingAPI ,
1011 MailAccountAPI ,
@@ -25,6 +26,8 @@ export type {
2526 BackupItemGroup ,
2627 BackupItemType ,
2728 BackupStatus ,
29+ CheckFreeDomainAvailabilityResponse ,
30+ CheckFreeDomainAvailabilityResponseUnavailableReason ,
2831 CheckUserOwnsDomainResponse ,
2932 ControlPanel ,
3033 ControlPanelApiListControlPanelsRequest ,
@@ -61,6 +64,9 @@ export type {
6164 DomainDnsAction ,
6265 DomainStatus ,
6366 DomainZoneOwner ,
67+ FreeDomain ,
68+ FreeDomainApiCheckFreeDomainAvailabilityRequest ,
69+ FreeDomainApiListFreeRootDomainsRequest ,
6470 FtpAccount ,
6571 FtpAccountApiChangeFtpAccountPasswordRequest ,
6672 FtpAccountApiCreateFtpAccountRequest ,
@@ -90,6 +96,7 @@ export type {
9096 ListDatabasesResponse ,
9197 ListDatabaseUsersRequestOrderBy ,
9298 ListDatabaseUsersResponse ,
99+ ListFreeRootDomainsResponse ,
93100 ListFtpAccountsRequestOrderBy ,
94101 ListFtpAccountsResponse ,
95102 ListHostingsRequestOrderBy ,
You can’t perform that action at this time.
0 commit comments