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 ba1d530984 - Show all commits
+3 -2
View File
@@ -675,10 +675,10 @@ message Accounting {
uint64 id = 1;
int64 user_id = 2;
int64 balance = 3;
auth.v1.User user = 4;
}
message IPGGenTokenPayload {
string ref_id = 1;
int64 amount = 2;
string payer_id = 3;
string mobile = 4;
@@ -702,7 +702,8 @@ message IPGLog {
}
message IPGLogReq {
string ref_id = 1;
auth.v1.InternalIAM iam = 1;
string ref_id = 2;
}
message IPGConfirmRes {