Skip to content

Commit 898d9b5

Browse files
committed
feat: update generated APIs
1 parent a9fb14f commit 898d9b5

File tree

4 files changed

+1958
-5317
lines changed

4 files changed

+1958
-5317
lines changed

packages/sdk/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"@scaleway/sdk-ipam": "workspace:*",
5858
"@scaleway/sdk-jobs": "workspace:*",
5959
"@scaleway/sdk-k8s": "workspace:*",
60+
"@scaleway/sdk-kafka": "workspace:*",
6061
"@scaleway/sdk-key-manager": "workspace:*",
6162
"@scaleway/sdk-lb": "workspace:*",
6263
"@scaleway/sdk-marketplace": "workspace:*",

packages/sdk/src/index.gen.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import { Iotv1 } from '@scaleway/sdk-iot'
2727
import { Ipamv1 } from '@scaleway/sdk-ipam'
2828
import { Jobsv1alpha1 } from '@scaleway/sdk-jobs'
2929
import { K8Sv1 } from '@scaleway/sdk-k8s'
30+
import { Kafkav1alpha1 } from '@scaleway/sdk-kafka'
3031
import { KeyManagerv1alpha1 } from '@scaleway/sdk-key-manager'
3132
import { Lbv1 } from '@scaleway/sdk-lb'
3233
import { Marketplacev2 } from '@scaleway/sdk-marketplace'
@@ -250,6 +251,14 @@ export const K8s = {
250251
v1: K8Sv1,
251252
}
252253

254+
/**
255+
* @deprecated Direct version exports are deprecated. Use the 'Kafka' namespace instead (e.g., Kafka.v1).
256+
*/
257+
export { Kafkav1alpha1 }
258+
export const Kafka = {
259+
v1alpha1: Kafkav1alpha1,
260+
}
261+
253262
/**
254263
* @deprecated Direct version exports are deprecated. Use the 'KeyManager' namespace instead (e.g., KeyManager.v1).
255264
*/
@@ -395,3 +404,4 @@ export { Webhostingv1 }
395404
export const Webhosting = {
396405
v1: Webhostingv1,
397406
}
407+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,9 @@ export class API extends ParentAPI {
606606
})
607607

608608
/**
609-
* Get Database Instance metrics. Retrieve the time series metrics of a given Database Instance. You can define the period from which to retrieve metrics by specifying the `start_date` and `end_date`.
609+
* [deprecated] Get Database Instance metrics. Retrieve the time series metrics of a given Database Instance. You can define the period from which to retrieve metrics by specifying the `start_date` and `end_date`. This method is deprecated and will be removed in a future version.
610610
*
611+
* @deprecated
611612
* @param request - The request {@link GetInstanceMetricsRequest}
612613
* @returns A Promise of InstanceMetrics
613614
*/

0 commit comments

Comments
 (0)