From 30d7da76a01cb13334138ee15e3a5bc983b030cf Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Wed, 22 Feb 2023 15:25:13 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/rdb/v1/types.gen.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/clients/src/api/rdb/v1/types.gen.ts b/packages/clients/src/api/rdb/v1/types.gen.ts index 1cd6f7141..ab607a8ff 100644 --- a/packages/clients/src/api/rdb/v1/types.gen.ts +++ b/packages/clients/src/api/rdb/v1/types.gen.ts @@ -709,9 +709,10 @@ export interface UpgradableVersion { /** User */ export interface User { /** - * Name of the user (Length must be between 1 and 63 characters, First - * character must be an alphabet character (a-zA-Z), Your Username cannot - * start with '_rdb', Only a-zA-Z0-9_$- characters are accepted) + * Name of the user (Length must be between 1 and 63 characters, The max + * Length is 32 for MySQL engines, First character must be an alphabet + * character (a-zA-Z), Your Username cannot start with '_rdb', Only + * a-zA-Z0-9_$- characters are accepted) */ name: string /**