diff --git a/proto/analytics.thrift b/proto/analytics.thrift index a3ebc5a..a2241da 100644 --- a/proto/analytics.thrift +++ b/proto/analytics.thrift @@ -215,4 +215,9 @@ service AnalyticsService { **/ AmountResponse GetRefundsAmount(1: FilterRequest request) + /** + * Получение балансов с группировкой по валютам для ЛК. + **/ + AmountResponse GetCurrentBalances(1: FilterRequest request) + } \ No newline at end of file