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 f9ef69113a - Show all commits
+3 -4
View File
@@ -268,10 +268,9 @@ enum TfaStateEnum {
REDEEM_TOKEN = 4;
MARKET_PLACE_MAKER = 5;
MARKET_PLACE_TAKER = 6;
MARKET_PLACE_ORDER_CREATE = 7;
MARKET_PLACE_ORDER_CANCEL = 8;
IRT_WITHDRAWAL = 9;
IRT_DEPOSIT = 10;
MARKET_PLACE_ORDER_CANCEL = 7;
IRT_WITHDRAWAL = 8;
IRT_DEPOSIT = 9;
}
message Recipient {