chore: update identity status type to UserStatus #34

Open
mapoofano wants to merge 370 commits from chore-identity-user-status into main
Showing only changes of commit c90a1a068e - Show all commits
+2 -1
View File
@@ -192,11 +192,12 @@ message BankInfoList {
repeated BankInfo list = 1;
}
// Status 0: Fail Verify, 1: Verified, 2: Does not Match user's credential
// Status 0: Fail Verify, 1: Verified, 2: Does not Match user's credential , 3: Closed for potential fraud
enum BankInfoStatusEnum {
FAIL_VERIFY = 0;
VERIFIED = 1;
DOES_NOT_MATCH = 2;
CLOSED = 3;
}
message BankInfo {