From 46fd50a6aa96ea75044892345ce199759167b0db Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Mon, 12 May 2025 15:08:48 +0000 Subject: [PATCH] feat: update generated APIs --- packages_generated/autoscaling/src/index.gen.ts | 2 +- packages_generated/file/src/v1alpha1/api.gen.ts | 8 +++----- packages_generated/file/src/v1alpha1/types.gen.ts | 2 +- packages_generated/key_manager/src/v1alpha1/index.gen.ts | 6 ++++++ .../product_catalog/src/v2alpha1/index.gen.ts | 1 + 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/packages_generated/autoscaling/src/index.gen.ts b/packages_generated/autoscaling/src/index.gen.ts index 8996d1513..c61fe2e8f 100644 --- a/packages_generated/autoscaling/src/index.gen.ts +++ b/packages_generated/autoscaling/src/index.gen.ts @@ -3,4 +3,4 @@ * PLEASE DO NOT EDIT HERE */ -export * as Autoscalingv1alpha1 from './v1alpha1/index.gen' \ No newline at end of file +export * as Autoscalingv1alpha1 from './v1alpha1/index.gen' diff --git a/packages_generated/file/src/v1alpha1/api.gen.ts b/packages_generated/file/src/v1alpha1/api.gen.ts index 3821b5382..220aaaf4e 100644 --- a/packages_generated/file/src/v1alpha1/api.gen.ts +++ b/packages_generated/file/src/v1alpha1/api.gen.ts @@ -101,8 +101,7 @@ export class API extends ParentAPI { ) /** - * List all filesystems. Retrieve all filesystems in the specified region. Results are ordered by creation date in ascending order by default. -Use the order_by parameter to modify the sorting behavior. + * List all filesystems. Retrieve all filesystems in the specified region. By default, the filesystems listed are ordered by creation date in ascending order. This can be modified using the `order_by` field. * * @param request - The request {@link ListFileSystemsRequest} * @returns A Promise of ListFileSystemsResponse @@ -134,8 +133,7 @@ Use the order_by parameter to modify the sorting behavior. /** * List filesystems attachments. List all existing attachments in a specified region. -By default, the attachments listed are ordered by creation date in ascending order. -This can be modified using the `order_by` field. +By default, the attachments listed are ordered by creation date in ascending order. This can be modified using the `order_by` field. * * @param request - The request {@link ListAttachmentsRequest} * @returns A Promise of ListAttachmentsResponse @@ -144,7 +142,7 @@ This can be modified using the `order_by` field. enrichForPagination('attachments', this.pageOfListAttachments, request) /** - * Create a new filesystem. To create a new filesystem, you need to provide a name, a size, and a project ID. + * Create a new filesystem. To create a new filesystem, you must specify a name, a size, and a project ID. * * @param request - The request {@link CreateFileSystemRequest} * @returns A Promise of FileSystem diff --git a/packages_generated/file/src/v1alpha1/types.gen.ts b/packages_generated/file/src/v1alpha1/types.gen.ts index 1b43d6dc7..988e0be4a 100644 --- a/packages_generated/file/src/v1alpha1/types.gen.ts +++ b/packages_generated/file/src/v1alpha1/types.gen.ts @@ -220,7 +220,7 @@ export type ListFileSystemsRequest = { */ pageSize?: number /** - * Filter the return filesystems by their names. + * Filter the returned filesystems by their names. */ name?: string /** diff --git a/packages_generated/key_manager/src/v1alpha1/index.gen.ts b/packages_generated/key_manager/src/v1alpha1/index.gen.ts index 18c5a8eb2..4cab830dc 100644 --- a/packages_generated/key_manager/src/v1alpha1/index.gen.ts +++ b/packages_generated/key_manager/src/v1alpha1/index.gen.ts @@ -19,6 +19,8 @@ export type { GetPublicKeyRequest, ImportKeyMaterialRequest, Key, + KeyAlgorithmAsymmetricEncryption, + KeyAlgorithmAsymmetricSigning, KeyAlgorithmSymmetricEncryption, KeyOrigin, KeyRotationPolicy, @@ -30,6 +32,10 @@ export type { ProtectKeyRequest, PublicKey, RotateKeyRequest, + SignRequest, + SignResponse, UnprotectKeyRequest, UpdateKeyRequest, + VerifyRequest, + VerifyResponse, } from './types.gen' diff --git a/packages_generated/product_catalog/src/v2alpha1/index.gen.ts b/packages_generated/product_catalog/src/v2alpha1/index.gen.ts index ae5d23a8e..c22bb7719 100644 --- a/packages_generated/product_catalog/src/v2alpha1/index.gen.ts +++ b/packages_generated/product_catalog/src/v2alpha1/index.gen.ts @@ -23,6 +23,7 @@ export type { PublicCatalogProductPropertiesHardwareRAM, PublicCatalogProductPropertiesHardwareStorage, PublicCatalogProductPropertiesInstance, + PublicCatalogProductStatus, PublicCatalogProductUnitOfMeasure, PublicCatalogProductUnitOfMeasureCountableUnit, } from './types.gen'