feat: secure penalty catalog management

This commit is contained in:
Bastian Wagner
2026-08-01 13:17:44 +02:00
parent 45658e42fa
commit 17228a52db
12 changed files with 629 additions and 98 deletions

View File

@@ -20,6 +20,9 @@ export type LOGEVENT =
| 'admin_user_status_update'
| 'admin_player_assign'
| 'admin_player_unlink'
| 'penalty_catalog_create'
| 'penalty_catalog_update'
| 'penalty_catalog_delete'
| 'team_create';
export type LOGLEVEL = 'FATAL' | 'ERROR' | 'WARN' | 'INFO' | 'DEBUG' | 'TRACE';