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 = {