Skip to content

Commit 2f69cad

Browse files
authored
feat: update generated APIs (#2568)
1 parent 43e896e commit 2f69cad

File tree

14 files changed

+20
-18
lines changed

14 files changed

+20
-18
lines changed

packages_generated/applesilicon/src/v1alpha1/api.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export class API extends ParentAPI {
309309
)
310310

311311
/**
312-
* Reinstall a server. Reinstall an existing Apple silicon server (specified by its server ID) from a new image (OS). All the data on the disk is deleted and all configuration is reset to the defailt configuration values of the image (OS).
312+
* Reinstall a server. Reinstall an existing Apple silicon server (specified by its server ID) from a new image (OS). All the data on the disk is deleted and all configuration is reset to the default configuration values of the image (OS).
313313
*
314314
* @param request - The request {@link ReinstallServerRequest}
315315
* @returns A Promise of Server

packages_generated/applesilicon/src/v1alpha1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export interface OS {
108108
*/
109109
compatibleServerTypes?: string[]
110110
/**
111-
* Url of the release notes for the OS image or softwares pre-installed.
111+
* Url of the release notes for the OS image or software pre-installed.
112112
*/
113113
releaseNotesUrl: string
114114
/**

packages_generated/audit_trail/src/v1alpha1/types.gen.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ export type ResourceType =
6060
| 'iam_rule'
6161
| 'iam_saml'
6262
| 'iam_saml_certificate'
63+
| 'iam_scim'
64+
| 'iam_scim_token'
6365
| 'secret_manager_secret'
6466
| 'secret_manager_version'
6567
| 'key_manager_key'

packages_generated/baremetal/src/v1/types.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -935,11 +935,11 @@ export interface BMCAccess {
935935
*/
936936
url: string
937937
/**
938-
* The login to use for the BMC (Baseboard Management Controller) access authentification.
938+
* The login to use for the BMC (Baseboard Management Controller) access authentication.
939939
*/
940940
login: string
941941
/**
942-
* The password to use for the BMC (Baseboard Management Controller) access authentification.
942+
* The password to use for the BMC (Baseboard Management Controller) access authentication.
943943
*/
944944
password: string
945945
/**

packages_generated/block/src/v1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ export interface ListSnapshotsResponse {
463463
*/
464464
snapshots: Snapshot[]
465465
/**
466-
* Total number of snpashots in the project.
466+
* Total number of snapshots in the project.
467467
*/
468468
totalCount: number
469469
}

packages_generated/block/src/v1alpha1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ export interface ListSnapshotsResponse {
490490
*/
491491
snapshots: Snapshot[]
492492
/**
493-
* Total number of snpashots in the project.
493+
* Total number of snapshots in the project.
494494
*/
495495
totalCount: number
496496
}

packages_generated/cockpit/src/v1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ export interface ListGrafanaProductDashboardsResponse {
705705
}
706706

707707
/**
708-
* Ouptut returned when listing Grafana users.
708+
* Output returned when listing Grafana users.
709709
*/
710710
export interface ListGrafanaUsersResponse {
711711
/**

packages_generated/container/src/v1beta1/types.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ export interface Cron {
392392
*/
393393
containerId: string
394394
/**
395-
* UNIX cron shedule.
395+
* UNIX cron schedule.
396396
*/
397397
schedule: string
398398
/**
@@ -714,7 +714,7 @@ export type CreateCronRequest = {
714714
*/
715715
containerId: string
716716
/**
717-
* UNIX cron shedule.
717+
* UNIX cron schedule.
718718
*/
719719
schedule: string
720720
/**

packages_generated/domain/src/v2beta1/api.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ The maximum version count is 100. If the count reaches this limit, the oldest ve
564564
)
565565

566566
/**
567-
* Get a DNS zone's TLS certificate. Get the DNS zone's TLS certificate. If you do not have a certificate, the ouptut returns `no certificate found`.
567+
* Get a DNS zone's TLS certificate. Get the DNS zone's TLS certificate. If you do not have a certificate, the output returns `no certificate found`.
568568
*
569569
* @param request - The request {@link GetSSLCertificateRequest}
570570
* @returns A Promise of SSLCertificate
@@ -1209,7 +1209,7 @@ If you add the same contact for multiple roles (owner, administrative, technical
12091209
)
12101210

12111211
/**
1212-
* Get a domain's authorization code. Retrieve the authorization code to tranfer an unlocked domain. The output returns an error if the domain is locked.
1212+
* Get a domain's authorization code. Retrieve the authorization code to transfer an unlocked domain. The output returns an error if the domain is locked.
12131213
Some TLDs may have a different procedure to retrieve the authorization code. In that case, the information displays in the message field.
12141214
*
12151215
* @param request - The request {@link RegistrarApiGetDomainAuthCodeRequest}

packages_generated/function/src/v1beta1/types.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ export interface Domain {
283283
*/
284284
url: string
285285
/**
286-
* State of the doamin.
286+
* State of the domain.
287287
*/
288288
status: DomainStatus
289289
/**
@@ -604,7 +604,7 @@ export type CreateDomainRequest = {
604604
*/
605605
region?: ScwRegion
606606
/**
607-
* Hostame to create.
607+
* Hostname to create.
608608
*/
609609
hostname: string
610610
/**

0 commit comments

Comments
 (0)