Skip to content

Commit 0cb5bfc

Browse files
committed
feat: update generated APIs
1 parent d3f0ca3 commit 0cb5bfc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/clients/src/api/applesilicon/v1alpha1/content.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ export const SERVER_TRANSIENT_STATUSES: ServerStatus[] = [
1010
'locking',
1111
'unlocking',
1212
'reinstalling',
13+
'busy',
1314
]

packages/clients/src/api/applesilicon/v1alpha1/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export type ServerStatus =
2525
| 'locked'
2626
| 'unlocking'
2727
| 'reinstalling'
28+
| 'busy'
2829

2930
export type ServerTypeStock =
3031
| 'unknown_stock'

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
export { API } from './api.gen'
44
export * from './content.gen'
55
export type {
6+
CreateEndpointRequest,
67
CreateInstanceRequest,
78
CreateInstanceRequestVolumeDetails,
89
CreateSnapshotRequest,

0 commit comments

Comments
 (0)