From e3c45327c9c80bd5e833c04859e8f8bacd4e5888 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Wed, 13 Sep 2023 15:44:50 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/instance/v1/types.gen.ts | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/clients/src/api/instance/v1/types.gen.ts b/packages/clients/src/api/instance/v1/types.gen.ts index 6046e2a9d..4cfbb4281 100644 --- a/packages/clients/src/api/instance/v1/types.gen.ts +++ b/packages/clients/src/api/instance/v1/types.gen.ts @@ -87,7 +87,11 @@ export type VolumeServerState = | 'saving' | 'hotsyncing' -export type VolumeServerVolumeType = 'l_ssd' | 'b_ssd' +export type VolumeServerVolumeType = + | 'l_ssd' + | 'b_ssd' + | 'sbs_volume' + | 'scratch' export type VolumeState = | 'available' @@ -98,7 +102,12 @@ export type VolumeState = | 'saving' | 'hotsyncing' -export type VolumeVolumeType = 'l_ssd' | 'b_ssd' | 'unified' | 'scratch' +export type VolumeVolumeType = + | 'l_ssd' + | 'b_ssd' + | 'unified' + | 'scratch' + | 'sbs_volume' /** Bootscript. */ export interface Bootscript {