Skip to content

Commit 53cbe2d

Browse files
authored
feat(webhosting): add a migrating status (#725)
1 parent 867a8e5 commit 53cbe2d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ import type { HostingStatus } from './types.gen'
66
export const HOSTING_TRANSIENT_STATUSES: HostingStatus[] = [
77
'delivering',
88
'deleting',
9+
'migrating',
910
]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export type HostingStatus =
2424
| 'deleting'
2525
| 'error'
2626
| 'locked'
27+
| 'migrating'
2728

2829
export type ListHostingsRequestOrderBy = 'created_at_asc' | 'created_at_desc'
2930

0 commit comments

Comments
 (0)