From 7a18245abfcd987e5b56e1a253c2ed9a91633a7b Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Fri, 6 Jun 2025 19:09:25 +0100 Subject: [PATCH] refactor: remove `@unstable` (#1264) --- deno/payloads/v10/webhook.ts | 5 ----- deno/payloads/v9/webhook.ts | 5 ----- payloads/v10/webhook.ts | 5 ----- payloads/v9/webhook.ts | 5 ----- 4 files changed, 20 deletions(-) diff --git a/deno/payloads/v10/webhook.ts b/deno/payloads/v10/webhook.ts index d3a27df1..d492c9f8 100644 --- a/deno/payloads/v10/webhook.ts +++ b/deno/payloads/v10/webhook.ts @@ -112,9 +112,6 @@ export interface APIWebhookEventApplicationAuthorizedData { guild?: APIGuild; } -/** - * @unstable - */ export interface APIWebhookEventApplicationDeauthorizedData { /** * User who deauthorized the app @@ -184,8 +181,6 @@ export enum ApplicationWebhookEventType { ApplicationAuthorized = 'APPLICATION_AUTHORIZED', /** * Sent when an app was deauthorized by a user - * - * @unstable */ ApplicationDeauthorized = 'APPLICATION_DEAUTHORIZED', /** diff --git a/deno/payloads/v9/webhook.ts b/deno/payloads/v9/webhook.ts index d3a27df1..d492c9f8 100644 --- a/deno/payloads/v9/webhook.ts +++ b/deno/payloads/v9/webhook.ts @@ -112,9 +112,6 @@ export interface APIWebhookEventApplicationAuthorizedData { guild?: APIGuild; } -/** - * @unstable - */ export interface APIWebhookEventApplicationDeauthorizedData { /** * User who deauthorized the app @@ -184,8 +181,6 @@ export enum ApplicationWebhookEventType { ApplicationAuthorized = 'APPLICATION_AUTHORIZED', /** * Sent when an app was deauthorized by a user - * - * @unstable */ ApplicationDeauthorized = 'APPLICATION_DEAUTHORIZED', /** diff --git a/payloads/v10/webhook.ts b/payloads/v10/webhook.ts index 26625c75..28ee033f 100644 --- a/payloads/v10/webhook.ts +++ b/payloads/v10/webhook.ts @@ -112,9 +112,6 @@ export interface APIWebhookEventApplicationAuthorizedData { guild?: APIGuild; } -/** - * @unstable - */ export interface APIWebhookEventApplicationDeauthorizedData { /** * User who deauthorized the app @@ -184,8 +181,6 @@ export enum ApplicationWebhookEventType { ApplicationAuthorized = 'APPLICATION_AUTHORIZED', /** * Sent when an app was deauthorized by a user - * - * @unstable */ ApplicationDeauthorized = 'APPLICATION_DEAUTHORIZED', /** diff --git a/payloads/v9/webhook.ts b/payloads/v9/webhook.ts index 26625c75..28ee033f 100644 --- a/payloads/v9/webhook.ts +++ b/payloads/v9/webhook.ts @@ -112,9 +112,6 @@ export interface APIWebhookEventApplicationAuthorizedData { guild?: APIGuild; } -/** - * @unstable - */ export interface APIWebhookEventApplicationDeauthorizedData { /** * User who deauthorized the app @@ -184,8 +181,6 @@ export enum ApplicationWebhookEventType { ApplicationAuthorized = 'APPLICATION_AUTHORIZED', /** * Sent when an app was deauthorized by a user - * - * @unstable */ ApplicationDeauthorized = 'APPLICATION_DEAUTHORIZED', /**