From a85675858343b132cb9c9e6855e3840fdfab4570 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Thu, 12 Jan 2023 09:32:55 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/instance/v1/types.gen.ts | 4 ++-- 1 file changed, 2 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 d5a2618ea..83b3ee45c 100644 --- a/packages/clients/src/api/instance/v1/types.gen.ts +++ b/packages/clients/src/api/instance/v1/types.gen.ts @@ -1043,7 +1043,7 @@ export type CreateImageRequest = { /** Architecture of the image */ arch: Arch /** Default bootscript of the image */ - defaultBootscript: string + defaultBootscript?: string /** Additional volumes of the image */ extraVolumes?: Record /** @@ -1063,7 +1063,7 @@ export type CreateImageRequest = { /** The tags of the image */ tags?: Array /** True to create a public image */ - public: boolean + public?: boolean } export type DeleteImageRequest = {