Skip to content

Commit

Permalink
chore(develop): sync types to dmgincs/nestjs-api
Browse files Browse the repository at this point in the history
  • Loading branch information
damageinc-bot[bot] committed Feb 14, 2024
1 parent 7f2c134 commit 4e54257
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/types/admin/PermissionObjectNames.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ export enum PermissionObjectNames {
INITIATE_COHORT_MESSAGE = 'initiate.cohort.message',
INITIATE_GRADUATION = 'initiate.graduation',
INITIATE_VOTING = 'initiate.voting',
RECRUIT_LOGS = 'recruit_logs',
REP = 'rep', // remember DELETE will only work for Dev, even if you give it to more
DAILY_ACTIVITY_LOGS = 'logs.daily_activity',
RECRUIT_LOGS = 'recruit_logs', // todo: rename to logs.recruits
REP = 'rep', // remember DELETE will only work for Dev, even if you give the permission out to non-Dev
REPORTS_AGE = 'reports.age',
REPORTS_COHORT = 'reports.cohort',
REPORTS_CSV = 'reports.csv',
Expand Down

0 comments on commit 4e54257

Please sign in to comment.