From cf827a652c3db1f90608714725ede6f1911a9322 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Thu, 22 Sep 2022 14:57:53 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/redis/v1alpha1/api.gen.ts | 3 ++- packages/clients/src/api/redis/v1alpha1/content.gen.ts | 1 + packages/clients/src/api/redis/v1alpha1/types.gen.ts | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/clients/src/api/redis/v1alpha1/api.gen.ts b/packages/clients/src/api/redis/v1alpha1/api.gen.ts index b12492212..31249d78b 100644 --- a/packages/clients/src/api/redis/v1alpha1/api.gen.ts +++ b/packages/clients/src/api/redis/v1alpha1/api.gen.ts @@ -212,7 +212,8 @@ export class RedisV1Alpha1GenAPI extends API { /** * Upgrade your Database for Redis® cluster to a new version or scale it * vertically / horizontally. Please note: scaling horizontally your Database - * for Redis® cluster will renew its TLS certificate. + * for Redis® cluster won't renew its TLS certificate. In order to refresh the + * SSL certificate, you have to use the dedicated api route. * * @param request - The request {@link MigrateClusterRequest} * @returns A Promise of Cluster diff --git a/packages/clients/src/api/redis/v1alpha1/content.gen.ts b/packages/clients/src/api/redis/v1alpha1/content.gen.ts index 27636f807..ed8bec2a0 100644 --- a/packages/clients/src/api/redis/v1alpha1/content.gen.ts +++ b/packages/clients/src/api/redis/v1alpha1/content.gen.ts @@ -8,4 +8,5 @@ export const CLUSTER_TRANSIENT_STATUSES: ClusterStatus[] = [ 'configuring', 'destroying', 'autohealing', + 'initializing', ] diff --git a/packages/clients/src/api/redis/v1alpha1/types.gen.ts b/packages/clients/src/api/redis/v1alpha1/types.gen.ts index a78538bfd..3606f426a 100644 --- a/packages/clients/src/api/redis/v1alpha1/types.gen.ts +++ b/packages/clients/src/api/redis/v1alpha1/types.gen.ts @@ -14,6 +14,7 @@ export type ClusterStatus = | 'autohealing' | 'locked' | 'suspended' + | 'initializing' export type ListClustersRequestOrderBy = | 'created_at_asc'