chore(app): сгенерированный Dart-клиент из OpenAPI

openapi-generator-cli -g dart-dio. Генерируется, но коммитится: CI ловит дрейф
openapi/openapi.json, а приложение собирается без запуска генератора.
Пересобирается через just gen-client после любого изменения роутов.
This commit is contained in:
Dmitry
2026-09-18 13:44:09 +03:00
parent ce0966fca2
commit 90ba198c2a
176 changed files with 15733 additions and 0 deletions
@@ -0,0 +1,9 @@
# openapi-generator-cli config for `just gen-client` (generator: dart-dio)
pubName: fintracker_api
pubVersion: 0.1.0
pubDescription: Generated client for the fin-tracker backend
pubAuthor: fin-tracker
serializationLibrary: json_serializable
useEnumExtension: true
enumUnknownDefaultCase: true
# money arrives as decimal strings; the app wraps them in `Decimal` at the boundary