Add PROCESSING to Tool.ReviewType
This commit is contained in:
@@ -21,7 +21,7 @@ class Tool {
|
|||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
enum class ReviewType(@field:EnumValue @field:JsonValue val code: String) {
|
enum class ReviewType(@field:EnumValue @field:JsonValue val code: String) {
|
||||||
NONE("NONE"), PASS("PASS"), REJECT("REJECT")
|
NONE("NONE"), PROCESSING("PROCESSING"), PASS("PASS"), REJECT("REJECT")
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user