From e9d16e067c4df06abb7567d07294d2f7f6e65f1a Mon Sep 17 00:00:00 2001 From: Baikov Dmitrii <44803026+D-Baykov@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:03:52 +0300 Subject: [PATCH] Add TRUST ResultStatus (#13) --- proto/fraudbusters.thrift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proto/fraudbusters.thrift b/proto/fraudbusters.thrift index fb699c3..dbfd176 100644 --- a/proto/fraudbusters.thrift +++ b/proto/fraudbusters.thrift @@ -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