Skip to content

Commit 224597f

Browse files
authored
Merge branch 'main' into v1.6580.0
2 parents a1027a2 + 2bb877f commit 224597f

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

packages/sdk/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.76.4](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2025-06-02)
7+
8+
**Note:** Version bump only for package @scaleway/sdk
9+
610
## [2.76.3](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2025-05-26)
711

812
**Note:** Version bump only for package @scaleway/sdk

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/sdk",
3-
"version": "2.76.3",
3+
"version": "2.76.4",
44
"description": "Scaleway SDK TS.",
55
"license": "Apache-2.0",
66
"files": [

packages_generated/cockpit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.1](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2025-06-02)
7+
8+
### Bug Fixes
9+
10+
- **cockpit:** add small precisions in documentation ([#2159](https://github.com/scaleway/scaleway-sdk-js/issues/2159)) ([6b1f723](https://github.com/scaleway/scaleway-sdk-js/commit/6b1f723bb4b6d157b3c8365055ef46c1006c8041))
11+
612
# [1.3.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2025-05-26)
713

814
### Features

packages_generated/cockpit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/sdk-cockpit",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Scaleway SDK cockpit",
55
"license": "Apache-2.0",
66
"files": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ If you need to receive alerts for other receivers, you can create additional con
790790
})
791791

792792
/**
793-
* List alerts. List preconfigured and/or custom alerts for the specified Project.
793+
* List alerts. List preconfigured and/or custom alerts for the specified Project and data source.
794794
*
795795
* @param request - The request {@link RegionalApiListAlertsRequest}
796796
* @returns A Promise of ListAlertsResponse

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ export type RegionalApiListAlertsRequest = {
977977
*/
978978
state?: AlertState
979979
/**
980-
* If omitted, only alerts from the default scaleway data source will be listed.
980+
* If omitted, only alerts from the default Scaleway metrics data source will be listed.
981981
*/
982982
dataSourceId?: string
983983
}

0 commit comments

Comments
 (0)