From 8e3158d41881f1ee65bff61a3acfc7bf0a85bad1 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Wed, 22 Feb 2023 15:47:13 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/rdb/v1/types.gen.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 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..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 /**