From 2682dd5ec89743653b869113ee546af01ad290a2 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Fri, 9 Feb 2024 16:12:52 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/container/v1beta1/api.gen.ts | 8 ++++++-- packages/clients/src/api/function/v1beta1/api.gen.ts | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/packages/clients/src/api/container/v1beta1/api.gen.ts b/packages/clients/src/api/container/v1beta1/api.gen.ts index 60c27e56e..51252d3a3 100644 --- a/packages/clients/src/api/container/v1beta1/api.gen.ts +++ b/packages/clients/src/api/container/v1beta1/api.gen.ts @@ -544,9 +544,13 @@ export class API extends ParentAPI { ) /** - * List your container logs. List the logs of the container with the specified - * ID. + * Deprecated (replaced by + * [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List your + * container logs. Deprecated (replaced by + * [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List the + * logs of the container with the specified ID. * + * @deprecated * @param request - The request {@link ListLogsRequest} * @returns A Promise of ListLogsResponse */ diff --git a/packages/clients/src/api/function/v1beta1/api.gen.ts b/packages/clients/src/api/function/v1beta1/api.gen.ts index 6d70d9579..808588426 100644 --- a/packages/clients/src/api/function/v1beta1/api.gen.ts +++ b/packages/clients/src/api/function/v1beta1/api.gen.ts @@ -622,9 +622,13 @@ export class API extends ParentAPI { ) /** - * List application logs. List the application logs of the function with the - * specified ID. + * Deprecated (replaced by + * [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List + * application logs. Deprecated (replaced by + * [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List the + * application logs of the function with the specified ID. * + * @deprecated * @param request - The request {@link ListLogsRequest} * @returns A Promise of ListLogsResponse */