From 7ceeb54a824475ada0dd83d038d8ff39e99c064a Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Wed, 21 May 2025 14:18:47 +0000 Subject: [PATCH] feat: update generated APIs --- packages_generated/cockpit/src/v1/marshalling.gen.ts | 2 ++ packages_generated/cockpit/src/v1/types.gen.ts | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/packages_generated/cockpit/src/v1/marshalling.gen.ts b/packages_generated/cockpit/src/v1/marshalling.gen.ts index 5567a1127..2c3ab908d 100644 --- a/packages_generated/cockpit/src/v1/marshalling.gen.ts +++ b/packages_generated/cockpit/src/v1/marshalling.gen.ts @@ -282,6 +282,8 @@ const unmarshalPreconfiguredAlertData = ( displayDescription: data.display_description, displayName: data.display_name, preconfiguredRuleId: data.preconfigured_rule_id, + productFamily: data.product_family, + productName: data.product_name, } as PreconfiguredAlertData } diff --git a/packages_generated/cockpit/src/v1/types.gen.ts b/packages_generated/cockpit/src/v1/types.gen.ts index b710c117f..0dc569e66 100644 --- a/packages_generated/cockpit/src/v1/types.gen.ts +++ b/packages_generated/cockpit/src/v1/types.gen.ts @@ -64,6 +64,14 @@ export interface PreconfiguredAlertData { * Human readable description of the alert. */ displayDescription: string + /** + * Product associated with the alert. + */ + productName: string + /** + * Family of the product associated with the alert. + */ + productFamily: string } export interface ContactPointEmail {