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