Generator Changes at 10/13/2025 8:08:52 AM
This commit is contained in:
@@ -58,6 +58,10 @@ message CreateNewUserRequest
|
||||
google.protobuf.StringValue national_code = 4;
|
||||
google.protobuf.StringValue avatar_path = 5;
|
||||
google.protobuf.Int64Value parent_id = 6;
|
||||
bool email_notifications = 7;
|
||||
bool sms_notifications = 8;
|
||||
bool push_notifications = 9;
|
||||
google.protobuf.Timestamp birth_date = 10;
|
||||
}
|
||||
message CreateNewUserResponse
|
||||
{
|
||||
@@ -72,6 +76,10 @@ message UpdateUserRequest
|
||||
google.protobuf.StringValue avatar_path = 5;
|
||||
bool is_rules_accepted = 6;
|
||||
google.protobuf.Timestamp rules_accepted_at = 7;
|
||||
bool email_notifications = 8;
|
||||
bool sms_notifications = 9;
|
||||
bool push_notifications = 10;
|
||||
google.protobuf.Timestamp birth_date = 11;
|
||||
}
|
||||
message DeleteUserRequest
|
||||
{
|
||||
@@ -93,6 +101,10 @@ message GetUserResponse
|
||||
string referral_code = 8;
|
||||
bool is_mobile_verified = 9;
|
||||
google.protobuf.Timestamp mobile_verified_at = 10;
|
||||
bool email_notifications = 11;
|
||||
bool sms_notifications = 12;
|
||||
bool push_notifications = 13;
|
||||
google.protobuf.Timestamp birth_date = 14;
|
||||
}
|
||||
message GetAllUserByFilterRequest
|
||||
{
|
||||
@@ -112,6 +124,10 @@ message GetAllUserByFilterFilter
|
||||
google.protobuf.StringValue referral_code = 8;
|
||||
google.protobuf.BoolValue is_mobile_verified = 9;
|
||||
google.protobuf.Timestamp mobile_verified_at = 10;
|
||||
google.protobuf.BoolValue email_notifications = 11;
|
||||
google.protobuf.BoolValue sms_notifications = 12;
|
||||
google.protobuf.BoolValue push_notifications = 13;
|
||||
google.protobuf.Timestamp birth_date = 14;
|
||||
}
|
||||
message GetAllUserByFilterResponse
|
||||
{
|
||||
@@ -130,6 +146,10 @@ message GetAllUserByFilterResponseModel
|
||||
string referral_code = 8;
|
||||
bool is_mobile_verified = 9;
|
||||
google.protobuf.Timestamp mobile_verified_at = 10;
|
||||
bool email_notifications = 11;
|
||||
bool sms_notifications = 12;
|
||||
bool push_notifications = 13;
|
||||
google.protobuf.Timestamp birth_date = 14;
|
||||
}
|
||||
message GetJwtTokenRequest
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user