chore(app): сгенерированный Dart-клиент с методами аналитики

just gen-client после новых роутов.
This commit is contained in:
Dmitry
2026-09-18 14:20:50 +03:00
parent 3727419506
commit 28ff63bdfa
71 changed files with 8303 additions and 30 deletions
+28
View File
@@ -0,0 +1,28 @@
# fintracker_api.model.SummaryOut
## Load the model package
```dart
import 'package:fintracker_api/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**asOf** | [**DateTime**](DateTime.md) | |
**cashRub** | **String** | decimal as string |
**computedAt** | [**DateTime**](DateTime.md) | |
**holdingCount** | **int** | |
**incomeRub** | **String** | decimal as string |
**investedNetRub** | **String** | decimal as string |
**marketValueRub** | **String** | decimal as string |
**pnlTotalRub** | **String** | decimal as string |
**realizedPnlRub** | **String** | decimal as string |
**returns** | [**List<ReturnsOut>**](ReturnsOut.md) | |
**scope** | **String** | |
**staleCount** | **int** | |
**totalRub** | **String** | decimal as string |
**unpricedCount** | **int** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)