Add new audit log types for operator actions and attachment uploads
This commit is contained in:
parent
f2ff7f1dc7
commit
ab6583d679
1 changed files with 4 additions and 0 deletions
|
@ -5,4 +5,8 @@
|
||||||
enum AuditLogType : string
|
enum AuditLogType : string
|
||||||
{
|
{
|
||||||
case OTHER = 'OTHER';
|
case OTHER = 'OTHER';
|
||||||
|
case OPERATOR_CREATED = 'OPERATOR_CREATED';
|
||||||
|
case OPERATOR_DELETED = 'OPERATOR_DELETED';
|
||||||
|
|
||||||
|
case ATTACHMENT_UPLOADED = 'ATTACHMENT_UPLOADED';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue