Skip to content

Commit 2a66af8

Browse files
committed
feat: update generated APIs
1 parent 367ce21 commit 2a66af8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// This file was automatically generated. DO NOT EDIT.
22
// If you have any remark or suggestion do not hesitate to open an issue.
33
export {
4+
BackupAPI,
45
ControlPanelAPI,
56
DatabaseAPI,
67
DnsAPI,
@@ -14,6 +15,16 @@ export * from './content.gen'
1415
export * from './marshalling.gen'
1516
export type {
1617
AutoConfigDomainDns,
18+
Backup,
19+
BackupApiGetBackupRequest,
20+
BackupApiListBackupItemsRequest,
21+
BackupApiListBackupsRequest,
22+
BackupApiRestoreBackupItemsRequest,
23+
BackupApiRestoreBackupRequest,
24+
BackupItem,
25+
BackupItemGroup,
26+
BackupItemType,
27+
BackupStatus,
1728
CheckUserOwnsDomainResponse,
1829
ControlPanel,
1930
ControlPanelApiListControlPanelsRequest,
@@ -69,6 +80,9 @@ export type {
6980
HostingStatus,
7081
HostingSummary,
7182
HostingUser,
83+
ListBackupItemsResponse,
84+
ListBackupsRequestOrderBy,
85+
ListBackupsResponse,
7286
ListControlPanelsResponse,
7387
ListDatabasesRequestOrderBy,
7488
ListDatabasesResponse,
@@ -103,6 +117,8 @@ export type {
103117
PlatformPlatformGroup,
104118
ResetHostingPasswordResponse,
105119
ResourceSummary,
120+
RestoreBackupItemsResponse,
121+
RestoreBackupResponse,
106122
SearchDomainsResponse,
107123
Session,
108124
SyncDomainDnsRecordsRequestRecord,

0 commit comments

Comments
 (0)