openapi-generator-cli -g dart-dio. Генерируется, но коммитится: CI ловит дрейф openapi/openapi.json, а приложение собирается без запуска генератора. Пересобирается через just gen-client после любого изменения роутов.
746 B
746 B
fintracker_api.model.RuleOut
Load the model package
import 'package:fintracker_api/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| enabled | bool | ||
| id | int | ||
| kind | RuleKind | ||
| lastMatchedAt | DateTime | ||
| matchCount | int | ||
| matchType | RuleMatchType | ||
| note | String | ||
| pattern | String | ||
| priority | int | ||
| value | String |