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