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 */