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