From 1fb39b9bd3805b80d617867b3c4a859a32d00c61 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Wed, 23 Apr 2025 14:23:02 +0000 Subject: [PATCH] feat: update generated APIs --- packages_generated/cockpit/src/v1/index.gen.ts | 2 ++ packages_generated/instance/src/v1/index.gen.ts | 4 ++++ packages_generated/product_catalog/src/v2alpha1/index.gen.ts | 4 +++- packages_generated/std/src/index.gen.ts | 5 +---- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/packages_generated/cockpit/src/v1/index.gen.ts b/packages_generated/cockpit/src/v1/index.gen.ts index 85759b6bb..34fb919b0 100644 --- a/packages_generated/cockpit/src/v1/index.gen.ts +++ b/packages_generated/cockpit/src/v1/index.gen.ts @@ -14,6 +14,8 @@ export type { DataSource, DataSourceOrigin, DataSourceType, + DisableAlertRulesResponse, + EnableAlertRulesResponse, GetConfigResponse, GetConfigResponseRetention, GlobalApiCreateGrafanaUserRequest, diff --git a/packages_generated/instance/src/v1/index.gen.ts b/packages_generated/instance/src/v1/index.gen.ts index 3ad26c047..63c831f0d 100644 --- a/packages_generated/instance/src/v1/index.gen.ts +++ b/packages_generated/instance/src/v1/index.gen.ts @@ -6,6 +6,8 @@ export * from './marshalling.gen' export type { ApplyBlockMigrationRequest, Arch, + AttachServerFileSystemRequest, + AttachServerFileSystemResponse, AttachServerVolumeRequest, AttachServerVolumeRequestVolumeType, AttachServerVolumeResponse, @@ -41,6 +43,8 @@ export type { DeleteServerUserDataRequest, DeleteSnapshotRequest, DeleteVolumeRequest, + DetachServerFileSystemRequest, + DetachServerFileSystemResponse, DetachServerVolumeRequest, DetachServerVolumeResponse, ExportSnapshotRequest, diff --git a/packages_generated/product_catalog/src/v2alpha1/index.gen.ts b/packages_generated/product_catalog/src/v2alpha1/index.gen.ts index cd7869df4..7cd37d023 100644 --- a/packages_generated/product_catalog/src/v2alpha1/index.gen.ts +++ b/packages_generated/product_catalog/src/v2alpha1/index.gen.ts @@ -6,7 +6,7 @@ export type { ListPublicCatalogProductsResponse, PublicCatalogApiListPublicCatalogProductsRequest, PublicCatalogProduct, - PublicCatalogProductEnvironmentalImpact, + PublicCatalogProductEnvironmentalImpactEstimation, PublicCatalogProductLocality, PublicCatalogProductPrice, PublicCatalogProductPriceUnitOfMeasure, @@ -25,5 +25,7 @@ export type { PublicCatalogProductPropertiesHardwareRAM, PublicCatalogProductPropertiesHardwareStorage, PublicCatalogProductPropertiesInstance, + PublicCatalogProductUnitOfMeasure, + PublicCatalogProductUnitOfMeasureCountableUnit, } from './types.gen' export * as ValidationRules from './validation-rules.gen' diff --git a/packages_generated/std/src/index.gen.ts b/packages_generated/std/src/index.gen.ts index 63c6940eb..156220bde 100644 --- a/packages_generated/std/src/index.gen.ts +++ b/packages_generated/std/src/index.gen.ts @@ -1,6 +1,3 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export type { - CountryCode, - LanguageCode, -} from './types.gen' +export type { LanguageCode } from './types.gen'