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 dd0c898404 - Show all commits
+1 -1
View File
@@ -145,6 +145,7 @@ message UserBNPLResp {
optional string updated_at = 12;
optional string created_at = 13;
Asset selected_asset = 14;
optional string rejection_reason = 15;
}
message UserBNPLReq {
@@ -179,7 +180,6 @@ message BNPLInfo {
string updated_at = 12;
string created_at = 13;
string expires_at = 14;
optional string rejection_reason = 15;
}
message BNPLList {
repeated BNPLInfo list = 1;