From c88f58707cd112000578cbcf103be07c8380051e Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Fri, 3 Oct 2025 15:05:08 +0000 Subject: [PATCH] feat: update generated APIs --- .../applesilicon/src/v1alpha1/marshalling.gen.ts | 4 ---- packages_generated/applesilicon/src/v1alpha1/types.gen.ts | 4 ---- 2 files changed, 8 deletions(-) diff --git a/packages_generated/applesilicon/src/v1alpha1/marshalling.gen.ts b/packages_generated/applesilicon/src/v1alpha1/marshalling.gen.ts index b2c569794..2a0ca5474 100644 --- a/packages_generated/applesilicon/src/v1alpha1/marshalling.gen.ts +++ b/packages_generated/applesilicon/src/v1alpha1/marshalling.gen.ts @@ -496,10 +496,6 @@ export const marshalReinstallServerRequest = ( defaults: DefaultValues, ): Record => ({ os_id: request.osId, - runner_configuration: - request.runnerConfiguration !== undefined - ? marshalRunnerConfiguration(request.runnerConfiguration, defaults) - : undefined, }) export const marshalStartConnectivityDiagnosticRequest = ( diff --git a/packages_generated/applesilicon/src/v1alpha1/types.gen.ts b/packages_generated/applesilicon/src/v1alpha1/types.gen.ts index f659a819d..5310b0b8d 100644 --- a/packages_generated/applesilicon/src/v1alpha1/types.gen.ts +++ b/packages_generated/applesilicon/src/v1alpha1/types.gen.ts @@ -712,10 +712,6 @@ export type ReinstallServerRequest = { * Reinstall the server with the target OS, when no os_id provided the default OS for the server type is used. */ osId?: string - /** - * Specify the configuration to install an optional CICD runner on the server during installation. - */ - runnerConfiguration?: RunnerConfiguration } export interface SetServerPrivateNetworksResponse {