Skip to content

Commit 61592d6

Browse files
authored
feat(ConnectionService): Bluesky and Mastodon (#1174)
1 parent b3e818f commit 61592d6

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

deno/payloads/v10/user.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ export interface APIConnection {
275275
export enum ConnectionService {
276276
AmazonMusic = 'amazon-music',
277277
BattleNet = 'battlenet',
278+
Bluesky = 'bluesky',
278279
BungieNet = 'bungie',
279280
Crunchyroll = 'crunchyroll',
280281
Domain = 'domain',
@@ -284,6 +285,7 @@ export enum ConnectionService {
284285
GitHub = 'github',
285286
Instagram = 'instagram',
286287
LeagueOfLegends = 'leagueoflegends',
288+
Mastodon = 'mastodon',
287289
PayPal = 'paypal',
288290
PlayStationNetwork = 'playstation',
289291
Reddit = 'reddit',

deno/payloads/v9/user.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ export interface APIConnection {
275275
export enum ConnectionService {
276276
AmazonMusic = 'amazon-music',
277277
BattleNet = 'battlenet',
278+
Bluesky = 'bluesky',
278279
BungieNet = 'bungie',
279280
Crunchyroll = 'crunchyroll',
280281
Domain = 'domain',
@@ -284,6 +285,7 @@ export enum ConnectionService {
284285
GitHub = 'github',
285286
Instagram = 'instagram',
286287
LeagueOfLegends = 'leagueoflegends',
288+
Mastodon = 'mastodon',
287289
PayPal = 'paypal',
288290
PlayStationNetwork = 'playstation',
289291
Reddit = 'reddit',

payloads/v10/user.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ export interface APIConnection {
275275
export enum ConnectionService {
276276
AmazonMusic = 'amazon-music',
277277
BattleNet = 'battlenet',
278+
Bluesky = 'bluesky',
278279
BungieNet = 'bungie',
279280
Crunchyroll = 'crunchyroll',
280281
Domain = 'domain',
@@ -284,6 +285,7 @@ export enum ConnectionService {
284285
GitHub = 'github',
285286
Instagram = 'instagram',
286287
LeagueOfLegends = 'leagueoflegends',
288+
Mastodon = 'mastodon',
287289
PayPal = 'paypal',
288290
PlayStationNetwork = 'playstation',
289291
Reddit = 'reddit',

payloads/v9/user.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ export interface APIConnection {
275275
export enum ConnectionService {
276276
AmazonMusic = 'amazon-music',
277277
BattleNet = 'battlenet',
278+
Bluesky = 'bluesky',
278279
BungieNet = 'bungie',
279280
Crunchyroll = 'crunchyroll',
280281
Domain = 'domain',
@@ -284,6 +285,7 @@ export enum ConnectionService {
284285
GitHub = 'github',
285286
Instagram = 'instagram',
286287
LeagueOfLegends = 'leagueoflegends',
288+
Mastodon = 'mastodon',
287289
PayPal = 'paypal',
288290
PlayStationNetwork = 'playstation',
289291
Reddit = 'reddit',

0 commit comments

Comments
 (0)