From 2ebc071c4baae6e2a913b7cebae0ed983f4c03fe Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Mon, 12 May 2025 16:10:46 +0000 Subject: [PATCH] feat: update generated APIs --- packages_generated/autoscaling/src/index.gen.ts | 2 +- packages_generated/key_manager/src/v1alpha1/index.gen.ts | 6 ++++++ .../product_catalog/src/v2alpha1/index.gen.ts | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) 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/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'