Skip to content

Commit

Permalink
feat(ConnectionService): add domain
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Apr 24, 2024
1 parent 8de6d6b commit ace4d62
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 @@ -267,6 +267,7 @@ export interface APIConnection {
export enum ConnectionService {
BattleNet = 'battlenet',
BungieNet = 'bungie',
Domain = 'domain',
eBay = 'ebay',
EpicGames = 'epicgames',
Facebook = 'facebook',
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 @@ -267,6 +267,7 @@ export interface APIConnection {
export enum ConnectionService {
BattleNet = 'battlenet',
BungieNet = 'bungie',
Domain = 'domain',
eBay = 'ebay',
EpicGames = 'epicgames',
Facebook = 'facebook',
Expand Down
1 change: 1 addition & 0 deletions payloads/v10/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ export interface APIConnection {
export enum ConnectionService {
BattleNet = 'battlenet',
BungieNet = 'bungie',
Domain = 'domain',
eBay = 'ebay',
EpicGames = 'epicgames',
Facebook = 'facebook',
Expand Down
1 change: 1 addition & 0 deletions payloads/v9/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ export interface APIConnection {
export enum ConnectionService {
BattleNet = 'battlenet',
BungieNet = 'bungie',
Domain = 'domain',
eBay = 'ebay',
EpicGames = 'epicgames',
Facebook = 'facebook',
Expand Down

0 comments on commit ace4d62

Please sign in to comment.