feat: add Mapster mapping and update network tree request
All checks were successful
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 2m11s

This commit is contained in:
masoodafar-web
2025-12-08 04:10:46 +03:30
parent 69d5ecf0d7
commit aa66ca10c8
5 changed files with 71 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ message GetUserNetworkResponse
// GetNetworkTree Query
message GetNetworkTreeRequest
{
int64 root_user_id = 1;
int64 user_id = 1;
google.protobuf.Int32Value max_depth = 2;
google.protobuf.BoolValue only_active = 3;
}