ebanuy mileardnuy commit
All checks were successful
Publish / Publish Job (push) Successful in 2m20s
All checks were successful
Publish / Publish Job (push) Successful in 2m20s
This commit is contained in:
@@ -9,6 +9,7 @@ service UsersService {
|
||||
rpc UpdateProfile (UpdateProfileRequest) returns (UpdateProfileResponse);
|
||||
// Для системного использования (вызывается из Auth/Admin)
|
||||
rpc CreateProfile (CreateProfileRequest) returns (CreateProfileResponse);
|
||||
rpc SoftDeleteProfile(SoftDeleteProfileRequest) returns (SoftDeleteProfileResponse);
|
||||
}
|
||||
|
||||
message GetProfileRequest {
|
||||
@@ -57,4 +58,12 @@ message CreateProfileRequest {
|
||||
|
||||
message CreateProfileResponse {
|
||||
bool success = 1;
|
||||
}
|
||||
|
||||
message SoftDeleteProfileRequest {
|
||||
string user_id = 1;
|
||||
}
|
||||
|
||||
message SoftDeleteProfileResponse {
|
||||
bool success = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user