openapi-generator-cli -g dart-dio. Генерируется, но коммитится: CI ловит дрейф openapi/openapi.json, а приложение собирается без запуска генератора. Пересобирается через just gen-client после любого изменения роутов.
23 lines
773 B
Markdown
23 lines
773 B
Markdown
# fintracker_api.model.NetWorthDay
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:fintracker_api/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**byCurrency** | **Map<String, String>** | |
|
|
**d** | [**DateTime**](DateTime.md) | |
|
|
**debtRub** | **String** | decimal as string |
|
|
**investmentRub** | **String** | decimal as string |
|
|
**liquidRub** | **String** | decimal as string |
|
|
**missingFxCount** | **int** | |
|
|
**savingsRub** | **String** | decimal as string |
|
|
**totalRub** | **String** | decimal as string |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|