chore(app): перегенерировать Dart-клиент

Портфели, создание счетов, ручные события, PATCH инструмента, ScopeCardOut, MetricsStatusOut, логотипы в HoldingOut.
This commit is contained in:
Dmitry
2026-09-19 22:14:07 +03:00
parent f1f336f94f
commit bfe74ca47c
73 changed files with 4615 additions and 22 deletions
+6 -6
View File
@@ -54,11 +54,11 @@ This endpoint does not need any parameter.
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
# **metricsRefresh**
> RefreshLogOut metricsRefresh()
> SyncJobOut metricsRefresh()
Refresh
Rebuild every metric_* table inline (seconds at personal volumes).
Queue a rebuild of every metric_* table; the worker runs it. Poll `/metrics/status` until `refreshing` is false. A request while one is already waiting shares it. One that arrives while a rebuild is RUNNING queues another, because the running one may have read the data before the change that prompted this call.
### Example
```dart
@@ -79,7 +79,7 @@ This endpoint does not need any parameter.
### Return type
[**RefreshLogOut**](RefreshLogOut.md)
[**SyncJobOut**](SyncJobOut.md)
### Authorization
@@ -93,11 +93,11 @@ This endpoint does not need any parameter.
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
# **metricsStatus**
> RefreshLogOut metricsStatus()
> MetricsStatusOut metricsStatus()
Status
When the metric tables were last rebuilt, and whether it failed.
When the metric tables were last rebuilt, whether they are one consistent snapshot, and whether another rebuild is on its way.
### Example
```dart
@@ -118,7 +118,7 @@ This endpoint does not need any parameter.
### Return type
[**RefreshLogOut**](RefreshLogOut.md)
[**MetricsStatusOut**](MetricsStatusOut.md)
### Authorization