mirror of
https://github.com/valitydev/fraudbusters-proto.git
synced 2024-11-06 02:25:16 +00:00
Add TRUST ResultStatus (#13)
Some checks are pending
Java deploy / deploy (push) Waiting to run
Some checks are pending
Java deploy / deploy (push) Waiting to run
This commit is contained in:
parent
913e8790ff
commit
e9d16e067c
@ -371,6 +371,7 @@ union ResultStatus {
|
||||
6: HighRisk high_risk
|
||||
7: Normal normal
|
||||
8: Notify notify
|
||||
9: Trust trust
|
||||
}
|
||||
|
||||
struct Accept {}
|
||||
@ -381,6 +382,7 @@ struct DeclineAndNotify {}
|
||||
struct HighRisk {}
|
||||
struct Normal {}
|
||||
struct Notify {}
|
||||
struct Trust {}
|
||||
|
||||
struct ConcreteCheckResult {
|
||||
1: required ResultStatus result_status
|
||||
|
Loading…
Reference in New Issue
Block a user