refactor: remove @unstable (#1264)

This commit is contained in:
Jiralite
2025-06-06 19:09:25 +01:00
committed by GitHub
parent ba70b0573c
commit 7a18245abf
4 changed files with 0 additions and 20 deletions

View File

@@ -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',
/**

View File

@@ -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',
/**

View File

@@ -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',
/**

View File

@@ -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',
/**