From afd3b55c08b0cf75cc4f5a06d3574b6cf532cb6c Mon Sep 17 00:00:00 2001 From: Vitor Date: Fri, 9 Sep 2022 19:36:17 +0100 Subject: [PATCH] feat(ConnectionService): add new connections (#548) --- deno/payloads/v10/user.ts | 4 +++- deno/payloads/v9/user.ts | 4 +++- payloads/v10/user.ts | 4 +++- payloads/v9/user.ts | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) 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',