Skip to content

Commit 7a18245

Browse files
authored
refactor: remove @unstable (#1264)
1 parent ba70b05 commit 7a18245

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

deno/payloads/v10/webhook.ts

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deno/payloads/v9/webhook.ts

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

payloads/v10/webhook.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ export interface APIWebhookEventApplicationAuthorizedData {
112112
guild?: APIGuild;
113113
}
114114

115-
/**
116-
* @unstable
117-
*/
118115
export interface APIWebhookEventApplicationDeauthorizedData {
119116
/**
120117
* User who deauthorized the app
@@ -184,8 +181,6 @@ export enum ApplicationWebhookEventType {
184181
ApplicationAuthorized = 'APPLICATION_AUTHORIZED',
185182
/**
186183
* Sent when an app was deauthorized by a user
187-
*
188-
* @unstable
189184
*/
190185
ApplicationDeauthorized = 'APPLICATION_DEAUTHORIZED',
191186
/**

payloads/v9/webhook.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ export interface APIWebhookEventApplicationAuthorizedData {
112112
guild?: APIGuild;
113113
}
114114

115-
/**
116-
* @unstable
117-
*/
118115
export interface APIWebhookEventApplicationDeauthorizedData {
119116
/**
120117
* User who deauthorized the app
@@ -184,8 +181,6 @@ export enum ApplicationWebhookEventType {
184181
ApplicationAuthorized = 'APPLICATION_AUTHORIZED',
185182
/**
186183
* Sent when an app was deauthorized by a user
187-
*
188-
* @unstable
189184
*/
190185
ApplicationDeauthorized = 'APPLICATION_DEAUTHORIZED',
191186
/**

0 commit comments

Comments
 (0)