Skip to content

Commit

Permalink
Merge pull request #127 from hmcts/PUB-2458
Browse files Browse the repository at this point in the history
PUB-2458 Add audit log actions for third party user
  • Loading branch information
ChrisS1512 authored May 23, 2024
2 parents ce66ad2 + a07d56e commit ac63e6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ publishing {
}

group = 'com.github.hmcts'
version = '2.1.22'
version = '2.1.23'

java {
toolchain {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ public enum AuditAction {
VIEW_THIRD_PARTY_USERS,
MANAGE_THIRD_PARTY_USER_VIEW,
MANAGE_THIRD_PARTY_USER_SUBSCRIPTIONS,
THIRD_PARTY_USER_CREATION,
DELETE_THIRD_PARTY_USER,
USER_MANAGEMENT_VIEW,
MANAGE_USER,
UPDATE_USER,
Expand Down

0 comments on commit ac63e6f

Please sign in to comment.