Skip to content

Commit

Permalink
feat(ConnectionService): add Amazon Music connection (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnaiyar committed Sep 5, 2024
1 parent 0938b66 commit 011d439
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions deno/payloads/v10/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ export interface APIConnection {
}

export enum ConnectionService {
AmazonMusic = 'amazon-music',
BattleNet = 'battlenet',
BungieNet = 'bungie',
Domain = 'domain',
Expand Down
1 change: 1 addition & 0 deletions deno/payloads/v9/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ export interface APIConnection {
}

export enum ConnectionService {
AmazonMusic = 'amazon-music',
BattleNet = 'battlenet',
BungieNet = 'bungie',
Domain = 'domain',
Expand Down
1 change: 1 addition & 0 deletions payloads/v10/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ export interface APIConnection {
}

export enum ConnectionService {
AmazonMusic = 'amazon-music',
BattleNet = 'battlenet',
BungieNet = 'bungie',
Domain = 'domain',
Expand Down
1 change: 1 addition & 0 deletions payloads/v9/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ export interface APIConnection {
}

export enum ConnectionService {
AmazonMusic = 'amazon-music',
BattleNet = 'battlenet',
BungieNet = 'bungie',
Domain = 'domain',
Expand Down

0 comments on commit 011d439

Please sign in to comment.