From 4edcd6a8dddb600bc3e615da6031d854e08bd2bc Mon Sep 17 00:00:00 2001 From: Almeida Date: Sun, 22 Jan 2023 19:55:51 +0000 Subject: [PATCH] docs(APIApplicationRoleConnectionMetadata): specify lower bound of fields (#694) * docs(APIApplicationRoleConnectionMetadata): specify lower bound of fields * docs: requested changes --- deno/payloads/v10/application.ts | 6 +++--- deno/payloads/v9/application.ts | 6 +++--- payloads/v10/application.ts | 6 +++--- payloads/v9/application.ts | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/deno/payloads/v10/application.ts b/deno/payloads/v10/application.ts index 7b431269..07c40c30 100644 --- a/deno/payloads/v10/application.ts +++ b/deno/payloads/v10/application.ts @@ -192,11 +192,11 @@ export interface APIApplicationRoleConnectionMetadata { */ type: ApplicationRoleConnectionMetadataType; /** - * Dictionary key for the metadata field (must be `a-z`, `0-9`, or `_` characters; max 50 characters) + * Dictionary key for the metadata field (must be `a-z`, `0-9`, or `_` characters; 1-50 characters) */ key: string; /** - * Name of the metadata field (max 100 characters) + * Name of the metadata field (1-100 characters) */ name: string; /** @@ -204,7 +204,7 @@ export interface APIApplicationRoleConnectionMetadata { */ name_localizations?: LocalizationMap; /** - * Description of the metadata field (max 200 characters) + * Description of the metadata field (1-200 characters) */ description: string; /** diff --git a/deno/payloads/v9/application.ts b/deno/payloads/v9/application.ts index 7b431269..07c40c30 100644 --- a/deno/payloads/v9/application.ts +++ b/deno/payloads/v9/application.ts @@ -192,11 +192,11 @@ export interface APIApplicationRoleConnectionMetadata { */ type: ApplicationRoleConnectionMetadataType; /** - * Dictionary key for the metadata field (must be `a-z`, `0-9`, or `_` characters; max 50 characters) + * Dictionary key for the metadata field (must be `a-z`, `0-9`, or `_` characters; 1-50 characters) */ key: string; /** - * Name of the metadata field (max 100 characters) + * Name of the metadata field (1-100 characters) */ name: string; /** @@ -204,7 +204,7 @@ export interface APIApplicationRoleConnectionMetadata { */ name_localizations?: LocalizationMap; /** - * Description of the metadata field (max 200 characters) + * Description of the metadata field (1-200 characters) */ description: string; /** diff --git a/payloads/v10/application.ts b/payloads/v10/application.ts index 1c8a2e25..c37ff5e9 100644 --- a/payloads/v10/application.ts +++ b/payloads/v10/application.ts @@ -192,11 +192,11 @@ export interface APIApplicationRoleConnectionMetadata { */ type: ApplicationRoleConnectionMetadataType; /** - * Dictionary key for the metadata field (must be `a-z`, `0-9`, or `_` characters; max 50 characters) + * Dictionary key for the metadata field (must be `a-z`, `0-9`, or `_` characters; 1-50 characters) */ key: string; /** - * Name of the metadata field (max 100 characters) + * Name of the metadata field (1-100 characters) */ name: string; /** @@ -204,7 +204,7 @@ export interface APIApplicationRoleConnectionMetadata { */ name_localizations?: LocalizationMap; /** - * Description of the metadata field (max 200 characters) + * Description of the metadata field (1-200 characters) */ description: string; /** diff --git a/payloads/v9/application.ts b/payloads/v9/application.ts index 1c8a2e25..c37ff5e9 100644 --- a/payloads/v9/application.ts +++ b/payloads/v9/application.ts @@ -192,11 +192,11 @@ export interface APIApplicationRoleConnectionMetadata { */ type: ApplicationRoleConnectionMetadataType; /** - * Dictionary key for the metadata field (must be `a-z`, `0-9`, or `_` characters; max 50 characters) + * Dictionary key for the metadata field (must be `a-z`, `0-9`, or `_` characters; 1-50 characters) */ key: string; /** - * Name of the metadata field (max 100 characters) + * Name of the metadata field (1-100 characters) */ name: string; /** @@ -204,7 +204,7 @@ export interface APIApplicationRoleConnectionMetadata { */ name_localizations?: LocalizationMap; /** - * Description of the metadata field (max 200 characters) + * Description of the metadata field (1-200 characters) */ description: string; /**