@scaleway/sdk-cockpit 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -570,7 +570,7 @@ class RegionalAPI extends sdkClient.API {
570
570
  path: `/cockpit/v1/regions/${sdkClient.validatePathParam("region", request.region ?? this.client.settings.defaultRegion)}/alert-manager/contact-points/delete`
571
571
  });
572
572
  /**
573
- * List alerts. List preconfigured and/or custom alerts for the specified Project.
573
+ * List alerts. List preconfigured and/or custom alerts for the specified Project and data source.
574
574
  *
575
575
  * @param request - The request {@link RegionalApiListAlertsRequest}
576
576
  * @returns A Promise of ListAlertsResponse
@@ -252,7 +252,7 @@ export declare class RegionalAPI extends ParentAPI {
252
252
  */
253
253
  deleteContactPoint: (request?: Readonly<RegionalApiDeleteContactPointRequest>) => Promise<void>;
254
254
  /**
255
- * List alerts. List preconfigured and/or custom alerts for the specified Project.
255
+ * List alerts. List preconfigured and/or custom alerts for the specified Project and data source.
256
256
  *
257
257
  * @param request - The request {@link RegionalApiListAlertsRequest}
258
258
  * @returns A Promise of ListAlertsResponse
@@ -568,7 +568,7 @@ class RegionalAPI extends API {
568
568
  path: `/cockpit/v1/regions/${validatePathParam("region", request.region ?? this.client.settings.defaultRegion)}/alert-manager/contact-points/delete`
569
569
  });
570
570
  /**
571
- * List alerts. List preconfigured and/or custom alerts for the specified Project.
571
+ * List alerts. List preconfigured and/or custom alerts for the specified Project and data source.
572
572
  *
573
573
  * @param request - The request {@link RegionalApiListAlertsRequest}
574
574
  * @returns A Promise of ListAlertsResponse
@@ -888,7 +888,7 @@ export type RegionalApiListAlertsRequest = {
888
888
  */
889
889
  state?: AlertState;
890
890
  /**
891
- * If omitted, only alerts from the default scaleway data source will be listed.
891
+ * If omitted, only alerts from the default Scaleway metrics data source will be listed.
892
892
  */
893
893
  dataSourceId?: string;
894
894
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/sdk-cockpit",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Scaleway SDK cockpit",
5
5
  "license": "Apache-2.0",
6
6
  "files": [