Skip to content

Commit

Permalink
feat(ConnectionService): support twitter rebrand update (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdanialraza authored Sep 19, 2023
1 parent 1598baf commit 32ba5ce
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
6 changes: 5 additions & 1 deletion deno/payloads/v10/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,11 @@ export enum ConnectionService {
Steam = 'steam',
TikTok = 'tiktok',
Twitch = 'twitch',
Twitter = 'twitter',
X = 'twitter',
/**
* @deprecated This is the old name for {@apilink ConnectionService#X}
*/
Twitter = X,
Xbox = 'xbox',
YouTube = 'youtube',
}
Expand Down
6 changes: 5 additions & 1 deletion deno/payloads/v9/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,11 @@ export enum ConnectionService {
Steam = 'steam',
TikTok = 'tiktok',
Twitch = 'twitch',
Twitter = 'twitter',
X = 'twitter',
/**
* @deprecated This is the old name for {@apilink ConnectionService#X}
*/
Twitter = X,
Xbox = 'xbox',
YouTube = 'youtube',
}
Expand Down
6 changes: 5 additions & 1 deletion payloads/v10/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,11 @@ export enum ConnectionService {
Steam = 'steam',
TikTok = 'tiktok',
Twitch = 'twitch',
Twitter = 'twitter',
X = 'twitter',
/**
* @deprecated This is the old name for {@apilink ConnectionService#X}
*/
Twitter = X,
Xbox = 'xbox',
YouTube = 'youtube',
}
Expand Down
6 changes: 5 additions & 1 deletion payloads/v9/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,11 @@ export enum ConnectionService {
Steam = 'steam',
TikTok = 'tiktok',
Twitch = 'twitch',
Twitter = 'twitter',
X = 'twitter',
/**
* @deprecated This is the old name for {@apilink ConnectionService#X}
*/
Twitter = X,
Xbox = 'xbox',
YouTube = 'youtube',
}
Expand Down

1 comment on commit 32ba5ce

@vercel
Copy link

@vercel vercel bot commented on 32ba5ce Sep 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.