diff --git a/deno/payloads/v10/user.ts b/deno/payloads/v10/user.ts index cfa02cc0c..78ae6a256 100644 --- a/deno/payloads/v10/user.ts +++ b/deno/payloads/v10/user.ts @@ -214,13 +214,15 @@ export interface APIConnection { export enum ConnectionService { BattleNet = 'battlenet', + eBay = 'ebay', EpicGames = 'epicgames', Facebook = 'facebook', GitHub = 'github', LeagueOfLegends = 'leagueoflegends', + PayPal = 'paypal', PlayStationNetwork = 'playstation', Reddit = 'reddit', - SamsungGalaxy = 'samsunggalaxy', + RiotGames = 'riotgames', Spotify = 'spotify', Skype = 'skype', Steam = 'steam', diff --git a/deno/payloads/v9/user.ts b/deno/payloads/v9/user.ts index cfa02cc0c..d6d91211b 100644 --- a/deno/payloads/v9/user.ts +++ b/deno/payloads/v9/user.ts @@ -214,13 +214,15 @@ export interface APIConnection { export enum ConnectionService { BattleNet = 'battlenet', + eBay = 'ebay', EpicGames = 'epicgames', Facebook = 'facebook', GitHub = 'github', LeagueOfLegends = 'leagueoflegends', PlayStationNetwork = 'playstation', Reddit = 'reddit', - SamsungGalaxy = 'samsunggalaxy', + RiotGames = 'riotgames', + PayPal = 'paypal', Spotify = 'spotify', Skype = 'skype', Steam = 'steam', diff --git a/payloads/v10/user.ts b/payloads/v10/user.ts index b4546ce03..5aaf255bb 100644 --- a/payloads/v10/user.ts +++ b/payloads/v10/user.ts @@ -214,13 +214,15 @@ export interface APIConnection { export enum ConnectionService { BattleNet = 'battlenet', + eBay = 'ebay', EpicGames = 'epicgames', Facebook = 'facebook', GitHub = 'github', LeagueOfLegends = 'leagueoflegends', + PayPal = 'paypal', PlayStationNetwork = 'playstation', Reddit = 'reddit', - SamsungGalaxy = 'samsunggalaxy', + RiotGames = 'riotgames', Spotify = 'spotify', Skype = 'skype', Steam = 'steam', diff --git a/payloads/v9/user.ts b/payloads/v9/user.ts index b4546ce03..4f415c8d2 100644 --- a/payloads/v9/user.ts +++ b/payloads/v9/user.ts @@ -214,13 +214,15 @@ export interface APIConnection { export enum ConnectionService { BattleNet = 'battlenet', + eBay = 'ebay', EpicGames = 'epicgames', Facebook = 'facebook', GitHub = 'github', LeagueOfLegends = 'leagueoflegends', PlayStationNetwork = 'playstation', Reddit = 'reddit', - SamsungGalaxy = 'samsunggalaxy', + RiotGames = 'riotgames', + PayPal = 'paypal', Spotify = 'spotify', Skype = 'skype', Steam = 'steam',