diff --git a/packages/clients/src/api/rdb/v1/types.gen.ts b/packages/clients/src/api/rdb/v1/types.gen.ts index 1cd6f7141..963ebb682 100644 --- a/packages/clients/src/api/rdb/v1/types.gen.ts +++ b/packages/clients/src/api/rdb/v1/types.gen.ts @@ -123,7 +123,8 @@ export type VolumeType = 'lssd' | 'bssd' export interface ACLRule { ip: string - port: number + /** @deprecated */ + port?: number protocol: ACLRuleProtocol direction: ACLRuleDirection action: ACLRuleAction @@ -709,9 +710,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 /**