diff --git a/packages/clients/src/api/rdb/v1/types.gen.ts b/packages/clients/src/api/rdb/v1/types.gen.ts index 6c0f64f1b..75573d294 100644 --- a/packages/clients/src/api/rdb/v1/types.gen.ts +++ b/packages/clients/src/api/rdb/v1/types.gen.ts @@ -120,7 +120,7 @@ export type SnapshotStatus = | 'error' | 'locked' -export type VolumeType = 'lssd' | 'bssd' +export type VolumeType = 'lssd' | 'bssd' | 'sbs' export interface ACLRule { ip: string