From 4088f15ee6ba834dd97257023612bac3017c2c45 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Mon, 10 Mar 2025 15:09:10 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/applesilicon/v1alpha1/types.gen.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/clients/src/api/applesilicon/v1alpha1/types.gen.ts b/packages/clients/src/api/applesilicon/v1alpha1/types.gen.ts index b627c54bc..b8a74b3a6 100644 --- a/packages/clients/src/api/applesilicon/v1alpha1/types.gen.ts +++ b/packages/clients/src/api/applesilicon/v1alpha1/types.gen.ts @@ -250,8 +250,9 @@ export type CreateServerRequest = { enableVpc: boolean /** * Activate commitment for this server. If not specified, there is a 24h - * commitment due to Apple licensing. It can be updated with the Update Server - * request. Available commitment depends on server type. + * commitment due to Apple licensing (commitment_type `duration_24h`). It can + * be updated with the Update Server request. Available commitment depends on + * server type. */ commitmentType?: CommitmentType }