openapi-generator-cli -g dart-dio. Генерируется, но коммитится: CI ловит дрейф openapi/openapi.json, а приложение собирается без запуска генератора. Пересобирается через just gen-client после любого изменения роутов.
1.1 KiB
1.1 KiB
fintracker_api.model.AccountOut
Load the model package
import 'package:fintracker_api/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| archived | bool | ||
| balance | String | decimal as string | |
| balanceAsOf | DateTime | ||
| broker | Broker | ||
| creditLimit | String | decimal as string | |
| currency | String | ||
| id | int | ||
| includeInNetWorth | bool | ||
| kind | AccountKind | ||
| mirrorOfAccountId | int | ||
| name | String | ||
| openedAt | DateTime | ||
| primaryEventSource | EventSource | ||
| role | AccountRole | ||
| source_ | String | ||
| sourceId | String | ||
| startBalance | String | decimal as string |