From af06df6cae224a60e7a35e356028677e8736ed89 Mon Sep 17 00:00:00 2001 From: advaith Date: Tue, 10 Jan 2023 13:11:05 -0800 Subject: [PATCH] feat(ConnectionService): add TikTok (#632) --- deno/payloads/v10/user.ts | 1 + deno/payloads/v9/user.ts | 1 + payloads/v10/user.ts | 1 + payloads/v9/user.ts | 1 + 4 files changed, 4 insertions(+) diff --git a/deno/payloads/v10/user.ts b/deno/payloads/v10/user.ts index 3ad424a6b..dabefa494 100644 --- a/deno/payloads/v10/user.ts +++ b/deno/payloads/v10/user.ts @@ -239,6 +239,7 @@ export enum ConnectionService { Spotify = 'spotify', Skype = 'skype', Steam = 'steam', + TikTok = 'tiktok', Twitch = 'twitch', Twitter = 'twitter', Xbox = 'xbox', diff --git a/deno/payloads/v9/user.ts b/deno/payloads/v9/user.ts index 5ab49e4b7..34462af67 100644 --- a/deno/payloads/v9/user.ts +++ b/deno/payloads/v9/user.ts @@ -239,6 +239,7 @@ export enum ConnectionService { Spotify = 'spotify', Skype = 'skype', Steam = 'steam', + TikTok = 'tiktok', Twitch = 'twitch', Twitter = 'twitter', Xbox = 'xbox', diff --git a/payloads/v10/user.ts b/payloads/v10/user.ts index ad76f3d13..5b997229c 100644 --- a/payloads/v10/user.ts +++ b/payloads/v10/user.ts @@ -239,6 +239,7 @@ export enum ConnectionService { Spotify = 'spotify', Skype = 'skype', Steam = 'steam', + TikTok = 'tiktok', Twitch = 'twitch', Twitter = 'twitter', Xbox = 'xbox', diff --git a/payloads/v9/user.ts b/payloads/v9/user.ts index cad9c3a5d..4be5fcb23 100644 --- a/payloads/v9/user.ts +++ b/payloads/v9/user.ts @@ -239,6 +239,7 @@ export enum ConnectionService { Spotify = 'spotify', Skype = 'skype', Steam = 'steam', + TikTok = 'tiktok', Twitch = 'twitch', Twitter = 'twitter', Xbox = 'xbox',