feat: Refactor account service by integrating GetUsage method and removing Usage service

This commit is contained in:
2026-03-26 13:28:51 +00:00
parent a0ae2b681a
commit a910e6c624
7 changed files with 40 additions and 168 deletions

View File

@@ -14,9 +14,6 @@ service Account {
rpc GetUserById (google.protobuf.StringValue) returns (User) {}
rpc GetPreferences(GetPreferencesRequest) returns (GetPreferencesResponse);
rpc UpdatePreferences(UpdatePreferencesRequest) returns (UpdatePreferencesResponse);
}
service Usage {
rpc GetUsage(GetUsageRequest) returns (GetUsageResponse);
}