| ... | @@ -76,7 +76,7 @@ Contains seven functions |
... | @@ -76,7 +76,7 @@ Contains seven functions |
|
|
|
|
|
|
|
- Deletes the gameperson entry from the database
|
|
- Deletes the gameperson entry from the database
|
|
|
|
|
|
|
|
### promotePlayer(data: promotePlayer)
|
|
### promotePlayer(data: [promotePlayerDTO](./dtos#))
|
|
|
|
|
|
|
|
- Throws and exception if the player does not exist
|
|
- Throws and exception if the player does not exist
|
|
|
|
|
|
| ... | @@ -101,3 +101,7 @@ Contains seven functions |
... | @@ -101,3 +101,7 @@ Contains seven functions |
|
|
### verifyUser(data: person, game)
|
|
### verifyUser(data: person, game)
|
|
|
|
|
|
|
|
- Returns information about the user's faction
|
|
- Returns information about the user's faction
|
|
|
|
|
|
|
|
## faction.entity.ts
|
|
|
|
|
|
|
|
Reflects the datababse table for faction and group. |