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