Compare commits

..

6 Commits

3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ message Identity {
string shenasname_number = 14;
string shenasname_seri = 15;
string shenasname_serial = 16;
int32 status = 17;
UserStatus status = 17;
string updated_at = 18;
string created_at = 19;
string email = 20;
+3
View File
@@ -51,6 +51,7 @@ enum ErrCode {
BANK_INFO_NOT_FOUND = 3007;
RECIPIENT_NOT_FOUND = 3008;
USER_NOT_FOUND = 3009;
MARKET_AGREEMENT_ALREADY_ACCEPTED = 3010;
// Resource state errors
ASSET_NOT_ACTIVE = 4000;
@@ -117,6 +118,8 @@ enum ErrCode {
NOT_ENOUGH_LOCKED_BALANCE = 7034;
NOT_ENOUGH_BALANCE_TO_LOCK = 7035;
IPG_GEN_TOKEN_FAILED = 7036;
USER_INFO_NATIONAL_ID_BIRTHDATE_MISS_MATCH = 7037;
// Server errors
SERVER_ERROR_FREEZED_BALANCE_NEGATIVE = 8000;
+2 -1
View File
@@ -192,6 +192,7 @@ message AssetPrice {
string updated_at = 1;
double market_price = 2;
double ico_price = 3;
double current_price = 4;
}
message GetAssetReq {
@@ -680,7 +681,7 @@ message Accounting {
uint64 id = 1;
int64 user_id = 2;
int64 balance = 3;
auth.v1.User user = 4;
auth.v1.UserIdentityBasic user = 4;
}
message IPGGenTokenPayload {