Skip to content

Commit cfecc38

Browse files
authored
Merge branch 'main' into v1.6552.0
2 parents 976460c + 95e87c9 commit cfecc38

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

packages_generated/cockpit/src/v1/marshalling.gen.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ const unmarshalPreconfiguredAlertData = (
282282
displayDescription: data.display_description,
283283
displayName: data.display_name,
284284
preconfiguredRuleId: data.preconfigured_rule_id,
285+
productFamily: data.product_family,
286+
productName: data.product_name,
285287
} as PreconfiguredAlertData
286288
}
287289

packages_generated/cockpit/src/v1/types.gen.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ export interface PreconfiguredAlertData {
6464
* Human readable description of the alert.
6565
*/
6666
displayDescription: string
67+
/**
68+
* Product associated with the alert.
69+
*/
70+
productName: string
71+
/**
72+
* Family of the product associated with the alert.
73+
*/
74+
productFamily: string
6775
}
6876

6977
export interface ContactPointEmail {

0 commit comments

Comments
 (0)