Skip to content

Commit 79c6726

Browse files
committed
feat: update generated APIs
1 parent 08c24a6 commit 79c6726

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

packages_generated/billing/src/index.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
* PLEASE DO NOT EDIT HERE
44
*/
55

6+
export * as Billingv1 from './v1/index.js'
67
export * as Billingv2beta1 from './v2beta1/index.gen.js'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/**
2+
* This file is automatically generated
3+
* PLEASE DO NOT EDIT HERE
4+
*/
5+
6+
export * as Paymentv1 from './v1/index.js'

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ export type {
1818
AutoConfigDomainDns,
1919
Backup,
2020
BackupApiGetBackupRequest,
21+
BackupApiGetProgressRequest,
2122
BackupApiListBackupItemsRequest,
2223
BackupApiListBackupsRequest,
24+
BackupApiListRecentProgressesRequest,
2325
BackupApiRestoreBackupItemsRequest,
2426
BackupApiRestoreBackupRequest,
2527
BackupItem,
@@ -105,6 +107,7 @@ export type {
105107
ListMailAccountsResponse,
106108
ListOffersRequestOrderBy,
107109
ListOffersResponse,
110+
ListRecentProgressesResponse,
108111
ListWebsitesRequestOrderBy,
109112
ListWebsitesResponse,
110113
MailAccount,
@@ -124,6 +127,9 @@ export type {
124127
PlatformControlPanel,
125128
PlatformControlPanelUrls,
126129
PlatformPlatformGroup,
130+
Progress,
131+
ProgressStatus,
132+
ProgressSummary,
127133
ResetHostingPasswordResponse,
128134
ResourceSummary,
129135
RestoreBackupItemsResponse,

0 commit comments

Comments
 (0)