Skip to content

Commit 3006f07

Browse files
feat(apple_silicon): add busy server status (#1584)
Co-authored-by: Jules Castéran <[email protected]>
1 parent 300c837 commit 3006f07

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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'

0 commit comments

Comments
 (0)