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 434f74756f - Show all commits
+7 -1
View File
@@ -210,7 +210,13 @@ message CheckTFAReq {
}
message TFA {
string key = 1;
OtpStateEnum state = 1;
int64 code = 2;
string transaction_id = 3;
}
enum OtpStateEnum {
OPT_STATE_ENUM_UNSPECIFIED = 0;
LOGIN = 1;
PAYMENT = 2;
}