diff --git a/deno/payloads/v10/application.ts b/deno/payloads/v10/application.ts index 64221b52..58a3f13b 100644 --- a/deno/payloads/v10/application.ts +++ b/deno/payloads/v10/application.ts @@ -64,6 +64,7 @@ export interface APIApplication { * An empty string * * @deprecated This field will be removed in v11 + * @unstable This field is no longer documented by Discord and will be removed in v11 */ summary: ''; /** diff --git a/deno/payloads/v10/sticker.ts b/deno/payloads/v10/sticker.ts index 4bcd3636..61b23138 100644 --- a/deno/payloads/v10/sticker.ts +++ b/deno/payloads/v10/sticker.ts @@ -33,6 +33,7 @@ export interface APISticker { * Previously the sticker asset hash, now an empty string * * @deprecated + * @unstable This field is no longer documented by Discord and will be removed in v11 */ asset?: ''; /** diff --git a/deno/payloads/v9/application.ts b/deno/payloads/v9/application.ts index 64221b52..58a3f13b 100644 --- a/deno/payloads/v9/application.ts +++ b/deno/payloads/v9/application.ts @@ -64,6 +64,7 @@ export interface APIApplication { * An empty string * * @deprecated This field will be removed in v11 + * @unstable This field is no longer documented by Discord and will be removed in v11 */ summary: ''; /** diff --git a/deno/payloads/v9/sticker.ts b/deno/payloads/v9/sticker.ts index 4bcd3636..61b23138 100644 --- a/deno/payloads/v9/sticker.ts +++ b/deno/payloads/v9/sticker.ts @@ -33,6 +33,7 @@ export interface APISticker { * Previously the sticker asset hash, now an empty string * * @deprecated + * @unstable This field is no longer documented by Discord and will be removed in v11 */ asset?: ''; /** diff --git a/payloads/v10/application.ts b/payloads/v10/application.ts index b1761be9..d1a9ab80 100644 --- a/payloads/v10/application.ts +++ b/payloads/v10/application.ts @@ -64,6 +64,7 @@ export interface APIApplication { * An empty string * * @deprecated This field will be removed in v11 + * @unstable This field is no longer documented by Discord and will be removed in v11 */ summary: ''; /** diff --git a/payloads/v10/sticker.ts b/payloads/v10/sticker.ts index ca87c7e2..72feb032 100644 --- a/payloads/v10/sticker.ts +++ b/payloads/v10/sticker.ts @@ -33,6 +33,7 @@ export interface APISticker { * Previously the sticker asset hash, now an empty string * * @deprecated + * @unstable This field is no longer documented by Discord and will be removed in v11 */ asset?: ''; /** diff --git a/payloads/v9/application.ts b/payloads/v9/application.ts index b1761be9..d1a9ab80 100644 --- a/payloads/v9/application.ts +++ b/payloads/v9/application.ts @@ -64,6 +64,7 @@ export interface APIApplication { * An empty string * * @deprecated This field will be removed in v11 + * @unstable This field is no longer documented by Discord and will be removed in v11 */ summary: ''; /** diff --git a/payloads/v9/sticker.ts b/payloads/v9/sticker.ts index ca87c7e2..72feb032 100644 --- a/payloads/v9/sticker.ts +++ b/payloads/v9/sticker.ts @@ -33,6 +33,7 @@ export interface APISticker { * Previously the sticker asset hash, now an empty string * * @deprecated + * @unstable This field is no longer documented by Discord and will be removed in v11 */ asset?: ''; /**