From e5cb83a3fcfaa68496ec775efd5493f43b585aa9 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Thu, 4 Sep 2025 16:53:28 +0000 Subject: [PATCH] feat: update generated APIs --- packages_generated/baremetal/src/v1/marshalling.gen.ts | 2 ++ packages_generated/baremetal/src/v1/types.gen.ts | 8 ++++++++ packages_generated/domain/src/v2beta1/index.gen.ts | 4 ++++ packages_generated/iam/src/v1alpha1/index.gen.ts | 10 +++++----- 4 files changed, 19 insertions(+), 5 deletions(-) diff --git a/packages_generated/baremetal/src/v1/marshalling.gen.ts b/packages_generated/baremetal/src/v1/marshalling.gen.ts index 1e950a142..e6853688b 100644 --- a/packages_generated/baremetal/src/v1/marshalling.gen.ts +++ b/packages_generated/baremetal/src/v1/marshalling.gen.ts @@ -935,6 +935,7 @@ export const marshalRebootServerRequest = ( defaults: DefaultValues, ): Record => ({ boot_type: request.bootType, + ssh_key_ids: request.sshKeyIds, }) export const marshalStartBMCAccessRequest = ( @@ -949,6 +950,7 @@ export const marshalStartServerRequest = ( defaults: DefaultValues, ): Record => ({ boot_type: request.bootType, + ssh_key_ids: request.sshKeyIds, }) export const marshalUpdateIPRequest = ( diff --git a/packages_generated/baremetal/src/v1/types.gen.ts b/packages_generated/baremetal/src/v1/types.gen.ts index b403e9c6b..8d10e6277 100644 --- a/packages_generated/baremetal/src/v1/types.gen.ts +++ b/packages_generated/baremetal/src/v1/types.gen.ts @@ -1410,6 +1410,10 @@ export type RebootServerRequest = { * The type of boot. */ bootType?: ServerBootType + /** + * Additional SSH public key IDs to configure on rescue image. + */ + sshKeyIds?: string[] } export interface SetServerPrivateNetworksResponse { @@ -1444,6 +1448,10 @@ export type StartServerRequest = { * The type of boot. */ bootType?: ServerBootType + /** + * Additional SSH public key IDs to configure on rescue image. + */ + sshKeyIds?: string[] } export type StopBMCAccessRequest = { diff --git a/packages_generated/domain/src/v2beta1/index.gen.ts b/packages_generated/domain/src/v2beta1/index.gen.ts index 8f6a86224..8d01f0a51 100644 --- a/packages_generated/domain/src/v2beta1/index.gen.ts +++ b/packages_generated/domain/src/v2beta1/index.gen.ts @@ -81,6 +81,8 @@ export type { ImportRawDNSZoneRequestBindSource, ImportRawDNSZoneRequestTsigKey, ImportRawDNSZoneResponse, + InboundTransfer, + InboundTransferStatus, LinkedProduct, ListContactsRequestRole, ListContactsResponse, @@ -99,6 +101,7 @@ export type { ListDomainHostsResponse, ListDomainsRequestOrderBy, ListDomainsResponse, + ListInboundTransfersResponse, ListRenewableDomainsRequestOrderBy, ListRenewableDomainsResponse, ListSSLCertificatesRequest, @@ -135,6 +138,7 @@ export type { RegistrarApiListContactsRequest, RegistrarApiListDomainHostsRequest, RegistrarApiListDomainsRequest, + RegistrarApiListInboundTransfersRequest, RegistrarApiListRenewableDomainsRequest, RegistrarApiListTasksRequest, RegistrarApiListTldsRequest, diff --git a/packages_generated/iam/src/v1alpha1/index.gen.ts b/packages_generated/iam/src/v1alpha1/index.gen.ts index a9d05e61c..a68e58893 100644 --- a/packages_generated/iam/src/v1alpha1/index.gen.ts +++ b/packages_generated/iam/src/v1alpha1/index.gen.ts @@ -17,7 +17,6 @@ export type { CreateApplicationRequest, CreateGroupRequest, CreateJWTRequest, - CreateOrganizationSamlRequest, CreatePolicyRequest, CreateSSHKeyRequest, CreateUserMFAOTPRequest, @@ -27,12 +26,13 @@ export type { DeleteApplicationRequest, DeleteGroupRequest, DeleteJWTRequest, - DeleteOrganizationSamlRequest, DeletePolicyRequest, DeleteSamlCertificateRequest, + DeleteSamlRequest, DeleteSSHKeyRequest, DeleteUserMFAOTPRequest, DeleteUserRequest, + EnableOrganizationSamlRequest, EncodedJWT, GetAPIKeyRequest, GetApplicationRequest, @@ -44,7 +44,6 @@ export type { GetOrganizationSecuritySettingsRequest, GetPolicyRequest, GetQuotumRequest, - GetSamlInformationRequest, GetSSHKeyRequest, GetUserConnectionsRequest, GetUserConnectionsResponse, @@ -114,7 +113,8 @@ export type { SamlCertificate, SamlCertificateOrigin, SamlCertificateType, - SamlInformation, + SamlServiceProvider, + SamlStatus, SetGroupMembersRequest, SetOrganizationAliasRequest, SetRulesRequest, @@ -124,9 +124,9 @@ export type { UpdateAPIKeyRequest, UpdateApplicationRequest, UpdateGroupRequest, - UpdateOrganizationSamlRequest, UpdateOrganizationSecuritySettingsRequest, UpdatePolicyRequest, + UpdateSamlRequest, UpdateSSHKeyRequest, UpdateUserPasswordRequest, UpdateUserRequest,