Skip to content

Commit

Permalink
refactor: remove summary from applications (#386)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The deprecated `summary` field has been removed
  • Loading branch information
almeidx committed Mar 29, 2022
1 parent 9c12718 commit f0ab4e8
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 52 deletions.
7 changes: 0 additions & 7 deletions deno/payloads/v10/application.ts
Expand Up @@ -53,13 +53,6 @@ export interface APIApplication {
* See https://discord.com/developers/docs/resources/user#user-object
*/
owner?: APIUser;
/**
* If this application is a game sold on Discord, this field will be the summary field for the store page
* of its primary sku
*
* @deprecated Always an empty string, will be removed in v11
*/
summary: '';
/**
* The hexadecimal encoded key for verification in interactions and the GameSDK's GetTicket function
*
Expand Down
6 changes: 0 additions & 6 deletions deno/payloads/v10/guild.ts
Expand Up @@ -810,12 +810,6 @@ export interface APIGuildIntegrationApplication {
* The description of the app
*/
description: string;
/**
* The summary of the app
*
* @deprecated Always an empty string, will be removed in v11
*/
summary: '';
/**
* The bot associated with this application
*
Expand Down
7 changes: 0 additions & 7 deletions deno/payloads/v9/application.ts
Expand Up @@ -53,13 +53,6 @@ export interface APIApplication {
* See https://discord.com/developers/docs/resources/user#user-object
*/
owner?: APIUser;
/**
* If this application is a game sold on Discord, this field will be the summary field for the store page
* of its primary sku
*
* @deprecated Always an empty string, will be removed in v11
*/
summary: '';
/**
* The hexadecimal encoded key for verification in interactions and the GameSDK's GetTicket function
*
Expand Down
6 changes: 0 additions & 6 deletions deno/payloads/v9/guild.ts
Expand Up @@ -810,12 +810,6 @@ export interface APIGuildIntegrationApplication {
* The description of the app
*/
description: string;
/**
* The summary of the app
*
* @deprecated Always an empty string, will be removed in v11
*/
summary: '';
/**
* The bot associated with this application
*
Expand Down
7 changes: 0 additions & 7 deletions payloads/v10/application.ts
Expand Up @@ -53,13 +53,6 @@ export interface APIApplication {
* See https://discord.com/developers/docs/resources/user#user-object
*/
owner?: APIUser;
/**
* If this application is a game sold on Discord, this field will be the summary field for the store page
* of its primary sku
*
* @deprecated Always an empty string, will be removed in v11
*/
summary: '';
/**
* The hexadecimal encoded key for verification in interactions and the GameSDK's GetTicket function
*
Expand Down
6 changes: 0 additions & 6 deletions payloads/v10/guild.ts
Expand Up @@ -810,12 +810,6 @@ export interface APIGuildIntegrationApplication {
* The description of the app
*/
description: string;
/**
* The summary of the app
*
* @deprecated Always an empty string, will be removed in v11
*/
summary: '';
/**
* The bot associated with this application
*
Expand Down
7 changes: 0 additions & 7 deletions payloads/v9/application.ts
Expand Up @@ -53,13 +53,6 @@ export interface APIApplication {
* See https://discord.com/developers/docs/resources/user#user-object
*/
owner?: APIUser;
/**
* If this application is a game sold on Discord, this field will be the summary field for the store page
* of its primary sku
*
* @deprecated Always an empty string, will be removed in v11
*/
summary: '';
/**
* The hexadecimal encoded key for verification in interactions and the GameSDK's GetTicket function
*
Expand Down
6 changes: 0 additions & 6 deletions payloads/v9/guild.ts
Expand Up @@ -810,12 +810,6 @@ export interface APIGuildIntegrationApplication {
* The description of the app
*/
description: string;
/**
* The summary of the app
*
* @deprecated Always an empty string, will be removed in v11
*/
summary: '';
/**
* The bot associated with this application
*
Expand Down

0 comments on commit f0ab4e8

Please sign in to comment.