Skip to content

Commit

Permalink
replace ms-institution openapi and align mappers and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
giulia-tremolada committed Oct 3, 2024
1 parent e9a9730 commit bc93936
Show file tree
Hide file tree
Showing 5 changed files with 173 additions and 241 deletions.
14 changes: 7 additions & 7 deletions app/src/main/resources/swagger/api-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3278,7 +3278,7 @@
"type" : {
"type" : "string",
"description" : "Delegation type",
"enum" : [ "AOO", "PT", "UO" ]
"enum" : [ "AOO", "EA", "PT", "UO" ]
}
}
},
Expand Down Expand Up @@ -3309,7 +3309,7 @@
},
"type" : {
"type" : "string",
"enum" : [ "AOO", "PT", "UO" ]
"enum" : [ "AOO", "EA", "PT", "UO" ]
}
}
},
Expand Down Expand Up @@ -3359,7 +3359,7 @@
},
"type" : {
"type" : "string",
"enum" : [ "AOO", "PT", "UO" ]
"enum" : [ "AOO", "EA", "PT", "UO" ]
},
"updatedAt" : {
"type" : "string",
Expand Down Expand Up @@ -3720,7 +3720,7 @@
"role" : {
"type" : "string",
"description" : "User's role",
"enum" : [ "ADMIN", "LIMITED" ]
"enum" : [ "ADMIN", "ADMIN_EA", "LIMITED" ]
},
"status" : {
"type" : "string",
Expand Down Expand Up @@ -3972,7 +3972,7 @@
"selcRole" : {
"type" : "string",
"description" : "User's role",
"enum" : [ "ADMIN", "LIMITED" ]
"enum" : [ "ADMIN", "ADMIN_EA", "LIMITED" ]
},
"status" : {
"type" : "string",
Expand Down Expand Up @@ -4010,7 +4010,7 @@
"selcRole" : {
"type" : "string",
"description" : "Self Care role",
"enum" : [ "ADMIN", "LIMITED" ]
"enum" : [ "ADMIN", "ADMIN_EA", "LIMITED" ]
}
}
},
Expand Down Expand Up @@ -4056,7 +4056,7 @@
"role" : {
"type" : "string",
"description" : "User's role",
"enum" : [ "ADMIN", "LIMITED" ]
"enum" : [ "ADMIN", "ADMIN_EA", "LIMITED" ]
},
"status" : {
"type" : "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ public enum DelegationType {

PT,
AOO,
UO;
UO,
EA;
}
Loading

0 comments on commit bc93936

Please sign in to comment.