Add new audit log types for operator and entity actions
Some checks are pending
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
Some checks are pending
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
This commit is contained in:
parent
51dfc1e9a5
commit
bf36bb6847
1 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,16 @@
|
||||||
case OTHER = 'OTHER';
|
case OTHER = 'OTHER';
|
||||||
case OPERATOR_CREATED = 'OPERATOR_CREATED';
|
case OPERATOR_CREATED = 'OPERATOR_CREATED';
|
||||||
case OPERATOR_DELETED = 'OPERATOR_DELETED';
|
case OPERATOR_DELETED = 'OPERATOR_DELETED';
|
||||||
|
case OPERATOR_DISABLED = 'OPERATOR_DISABLED';
|
||||||
|
case OPERATOR_ENABLED = 'OPERATOR_ENABLED';
|
||||||
|
|
||||||
case ATTACHMENT_UPLOADED = 'ATTACHMENT_UPLOADED';
|
case ATTACHMENT_UPLOADED = 'ATTACHMENT_UPLOADED';
|
||||||
|
case ATTACHMENT_DELETED = 'ATTACHMENT_DELETED';
|
||||||
|
|
||||||
|
case EVIDENCE_CREATED = 'EVIDENCE_CREATED';
|
||||||
|
case EVIDENCE_DELETED = 'EVIDENCE_DELETED';
|
||||||
|
|
||||||
|
case ENTITY_DISCOVERED = 'ENTITY_DISCOVERED';
|
||||||
|
case ENTITY_BLACKLISTED = 'ENTITY_BLACKLISTED';
|
||||||
|
case ENTITY_UNBLACKLISTED = 'ENTITY_UNBLACKLISTED';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue