V2: updating to new proto schema. domain seperated packages #36

Merged
nfel merged 327 commits from v2 into dev 2026-07-21 10:59:54 +00:00
Showing only changes of commit 3e699c2082 - Show all commits
+2 -1
View File
@@ -223,9 +223,10 @@ enum TfaStateEnum {
}
message Recipient {
string id = 1;
string key = 1;
optional string first_name = 2;
optional string last_name = 3;
optional string public_key = 4;
}
message LookUpNameReq {