From f4a83a84a88422b42a5da361f99af3434ba02402 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Fri, 27 Jan 2023 09:50:41 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/container/v1beta1/types.gen.ts | 6 +++--- packages/clients/src/api/function/v1beta1/types.gen.ts | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/clients/src/api/container/v1beta1/types.gen.ts b/packages/clients/src/api/container/v1beta1/types.gen.ts index 88c975c89..82a7952e5 100644 --- a/packages/clients/src/api/container/v1beta1/types.gen.ts +++ b/packages/clients/src/api/container/v1beta1/types.gen.ts @@ -106,7 +106,7 @@ export interface Container { /** * Possible values: * - * - Redirected: Responds to HTTP request with a 302 redirect to ask the clients + * - Redirected: Responds to HTTP request with a 301 redirect to ask the clients * to use HTTPS. * - Enabled: Serve both HTTP and HTTPS traffic. */ @@ -303,7 +303,7 @@ export type CreateContainerRequest = { /** * Possible values: * - * - Redirected: Responds to HTTP request with a 302 redirect to ask the clients + * - Redirected: Responds to HTTP request with a 301 redirect to ask the clients * to use HTTPS. * - Enabled: Serve both HTTP and HTTPS traffic. */ @@ -330,7 +330,7 @@ export type UpdateContainerRequest = { /** * Possible values: * - * - Redirected: Responds to HTTP request with a 302 redirect to ask the clients + * - Redirected: Responds to HTTP request with a 301 redirect to ask the clients * to use HTTPS. * - Enabled: Serve both HTTP and HTTPS traffic. */ diff --git a/packages/clients/src/api/function/v1beta1/types.gen.ts b/packages/clients/src/api/function/v1beta1/types.gen.ts index bb5a25981..3dc32cb5c 100644 --- a/packages/clients/src/api/function/v1beta1/types.gen.ts +++ b/packages/clients/src/api/function/v1beta1/types.gen.ts @@ -222,7 +222,7 @@ export interface Function { /** * Possible values: * - * - Redirected: Responds to HTTP request with a 302 redirect to ask the clients + * - Redirected: Responds to HTTP request with a 301 redirect to ask the clients * to use HTTPS. * - Enabled: Serve both HTTP and HTTPS traffic. */ @@ -521,7 +521,7 @@ export type CreateFunctionRequest = { /** * Possible values: * - * - Redirected: Responds to HTTP request with a 302 redirect to ask the clients + * - Redirected: Responds to HTTP request with a 301 redirect to ask the clients * to use HTTPS. * - Enabled: Serve both HTTP and HTTPS traffic. */ @@ -546,7 +546,7 @@ export type UpdateFunctionRequest = { /** * Possible values: * - * - Redirected: Responds to HTTP request with a 302 redirect to ask the clients + * - Redirected: Responds to HTTP request with a 301 redirect to ask the clients * to use HTTPS. * - Enabled: Serve both HTTP and HTTPS traffic. */