New Feature: Donor endpoints feature/65-donor_controllers #69

Merged
niggl merged 30 commits from feature/65-donor_controllers into dev 2021-01-02 21:06:11 +00:00
Showing only changes of commit 9d9549cdd4 - Show all commits

View File

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