From b8f68115b53b1a2540888bbd42057825d1933371 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Fri, 30 May 2025 15:19:23 +0000 Subject: [PATCH] feat: update generated APIs --- packages_generated/cockpit/src/v1/api.gen.ts | 2 +- packages_generated/cockpit/src/v1/types.gen.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages_generated/cockpit/src/v1/api.gen.ts b/packages_generated/cockpit/src/v1/api.gen.ts index b62f2f67a..61624b2a8 100644 --- a/packages_generated/cockpit/src/v1/api.gen.ts +++ b/packages_generated/cockpit/src/v1/api.gen.ts @@ -790,7 +790,7 @@ If you need to receive alerts for other receivers, you can create additional con }) /** - * List alerts. List preconfigured and/or custom alerts for the specified Project. + * List alerts. List preconfigured and/or custom alerts for the specified Project and data source. * * @param request - The request {@link RegionalApiListAlertsRequest} * @returns A Promise of ListAlertsResponse diff --git a/packages_generated/cockpit/src/v1/types.gen.ts b/packages_generated/cockpit/src/v1/types.gen.ts index 0dc569e66..703df72d6 100644 --- a/packages_generated/cockpit/src/v1/types.gen.ts +++ b/packages_generated/cockpit/src/v1/types.gen.ts @@ -977,7 +977,7 @@ export type RegionalApiListAlertsRequest = { */ state?: AlertState /** - * If omitted, only alerts from the default scaleway data source will be listed. + * If omitted, only alerts from the default Scaleway metrics data source will be listed. */ dataSourceId?: string }