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 }