diff --git a/deno/payloads/v10/user.ts b/deno/payloads/v10/user.ts index dabefa49..743ed825 100644 --- a/deno/payloads/v10/user.ts +++ b/deno/payloads/v10/user.ts @@ -231,6 +231,7 @@ export enum ConnectionService { EpicGames = 'epicgames', Facebook = 'facebook', GitHub = 'github', + Instagram = 'instagram', LeagueOfLegends = 'leagueoflegends', PayPal = 'paypal', PlayStationNetwork = 'playstation', diff --git a/deno/payloads/v9/user.ts b/deno/payloads/v9/user.ts index 34462af6..972308ff 100644 --- a/deno/payloads/v9/user.ts +++ b/deno/payloads/v9/user.ts @@ -231,6 +231,7 @@ export enum ConnectionService { EpicGames = 'epicgames', Facebook = 'facebook', GitHub = 'github', + Instagram = 'instagram', LeagueOfLegends = 'leagueoflegends', PlayStationNetwork = 'playstation', Reddit = 'reddit', diff --git a/payloads/v10/user.ts b/payloads/v10/user.ts index 5b997229..8fcd2a58 100644 --- a/payloads/v10/user.ts +++ b/payloads/v10/user.ts @@ -231,6 +231,7 @@ export enum ConnectionService { EpicGames = 'epicgames', Facebook = 'facebook', GitHub = 'github', + Instagram = 'instagram', LeagueOfLegends = 'leagueoflegends', PayPal = 'paypal', PlayStationNetwork = 'playstation', diff --git a/payloads/v9/user.ts b/payloads/v9/user.ts index 4be5fcb2..4918702b 100644 --- a/payloads/v9/user.ts +++ b/payloads/v9/user.ts @@ -231,6 +231,7 @@ export enum ConnectionService { EpicGames = 'epicgames', Facebook = 'facebook', GitHub = 'github', + Instagram = 'instagram', LeagueOfLegends = 'leagueoflegends', PlayStationNetwork = 'playstation', Reddit = 'reddit',