Skip to content

Commit 2e3c2e4

Browse files
committed
feat: update generated APIs
1 parent f04a200 commit 2e3c2e4

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed
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 from /scripts/generate.js PLEASE DO NOT
3+
* EDIT HERE
4+
*/
5+
6+
export * as v1alpha1 from './v1alpha1/index.gen'
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
export { API } from './api.gen'
4+
export type {
5+
Event,
6+
EventPrincipal,
7+
KubernetesClusterInfo,
8+
KubernetesNodeInfo,
9+
KubernetesPoolInfo,
10+
ListEventsRequest,
11+
ListEventsRequestOrderBy,
12+
ListEventsResponse,
13+
ListProductsRequest,
14+
ListProductsResponse,
15+
Product,
16+
Resource,
17+
ResourceType,
18+
SecretManagerSecretInfo,
19+
SecretManagerSecretVersionInfo,
20+
} from './types.gen'
21+
export * as ValidationRules from './validation-rules.gen'

packages/clients/src/api/index.gen.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
import * as Account from './account/index.gen'
77
import * as Applesilicon from './applesilicon/index.gen'
8+
import * as AuditTrail from './audit_trail/index.gen'
89
import * as Baremetal from './baremetal/index.gen'
910
import * as Billing from './billing/index.gen'
1011
import * as Block from './block/index.gen'
@@ -46,6 +47,7 @@ import * as Webhosting from './webhosting/index.gen'
4647
export {
4748
Account,
4849
Applesilicon,
50+
AuditTrail,
4951
Baremetal,
5052
Billing,
5153
Block,

packages/clients/src/api/instance/v1/index.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export type {
1010
AttachServerVolumeResponse,
1111
BootType,
1212
Bootscript,
13+
CheckBlockMigrationOrganizationQuotasRequest,
1314
CreateImageRequest,
1415
CreateImageResponse,
1516
CreateIpRequest,

0 commit comments

Comments
 (0)