Skip to content

Commit 5e9905a

Browse files
authored
feat(block): add new reference status not-ready-yet (#1168)
1 parent b3a9ed9 commit 5e9905a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { ReferenceStatus, SnapshotStatus, VolumeStatus } from './types.gen'
66
export const REFERENCE_TRANSIENT_STATUSES: ReferenceStatus[] = [
77
'attaching',
88
'detaching',
9-
'snapshotting',
9+
'creating',
1010
]
1111

1212
/** Lists transient statutes of the enum {@link SnapshotStatus}. */

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export type ReferenceStatus =
2020
| 'attached'
2121
| 'detaching'
2222
| 'detached'
23-
| 'snapshotting'
23+
| 'creating'
2424
| 'error'
2525

2626
export type ReferenceType = 'unknown_type' | 'link' | 'exclusive' | 'read_only'

0 commit comments

Comments
 (0)