Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions packages/clients/src/api/applesilicon/v1alpha1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
Loading