Skip to content

Commit bd4bd63

Browse files
committed
feat: update generated APIs
1 parent 282fd41 commit bd4bd63

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

packages_generated/audit_trail/src/v1alpha1/index.gen.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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,
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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'

packages_generated/webhosting/src/v1/index.gen.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export {
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,

0 commit comments

Comments
 (0)