From 38af2918f076cb5799aa68f4a3a0cdb59b066f7b Mon Sep 17 00:00:00 2001 From: Scaleway Bot Date: Wed, 20 Sep 2023 17:06:14 +0200 Subject: [PATCH] feat(rdb): add sbs volume type (#881) --- packages/clients/src/api/rdb/v1/types.gen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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