diff --git a/packages/clients/src/api/cockpit/v1/types.gen.ts b/packages/clients/src/api/cockpit/v1/types.gen.ts index 75d2b12ac..4132bcd44 100644 --- a/packages/clients/src/api/cockpit/v1/types.gen.ts +++ b/packages/clients/src/api/cockpit/v1/types.gen.ts @@ -4,7 +4,12 @@ import type { Region } from '../../../bridge' export type DataSourceOrigin = 'unknown_origin' | 'scaleway' | 'external' -export type DataSourceType = 'unknown_type' | 'metrics' | 'logs' | 'traces' +export type DataSourceType = + | 'unknown_type' + | 'metrics' + | 'logs' + | 'traces' + | 'alerts' export type GrafanaUserRole = 'unknown_role' | 'editor' | 'viewer'