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 fe1f8ca568 - Show all commits
+4 -1
View File
@@ -225,6 +225,8 @@ enum TransactionType {
SELL = 2;
TRANSFER = 3;
REDEEM = 4;
TRUST_LINE = 5;
WAGE = 6;
}
enum TransactionStatus {
UNDETERMINED = 0;
@@ -384,7 +386,8 @@ message RedeemTokenResList {
}
message GetPublicKeyByNationalIDReq {
string national_id = 1;
auth.v1.InternalIAM iam = 1;
string national_id = 2;
}
message GetPublicKeyByNationalIDRes {