Added scan (station) apis feature/67-scan_apis #80

Merged
niggl merged 51 commits from feature/67-scan_apis into dev 2021-01-08 19:18:42 +00:00
Showing only changes of commit 2151b8502d - Show all commits

View File

@ -10,5 +10,6 @@ export enum PermissionTarget {
USERGROUP = 'USERGROUP',
PERMISSION = 'PERMISSION',
STATSCLIENT = 'STATSCLIENT',
DONOR = 'DONOR'
DONOR = 'DONOR',
SCAN = 'SCAN'
}