chore(app): сгенерированный Dart-клиент с методами аналитики
just gen-client после новых роутов.
This commit is contained in:
@@ -6,6 +6,9 @@ doc/AccountOut.md
|
||||
doc/AccountPatch.md
|
||||
doc/AccountRole.md
|
||||
doc/AccountsApi.md
|
||||
doc/AllocationBucket.md
|
||||
doc/AllocationDimension.md
|
||||
doc/AnalyticsApi.md
|
||||
doc/AuthApi.md
|
||||
doc/Broker.md
|
||||
doc/CashFlowMonth.md
|
||||
@@ -13,19 +16,31 @@ doc/CashflowApi.md
|
||||
doc/CategoriesApi.md
|
||||
doc/CategoryOut.md
|
||||
doc/DataQualityRow.md
|
||||
doc/EventKind.md
|
||||
doc/EventOut.md
|
||||
doc/EventPage.md
|
||||
doc/EventSource.md
|
||||
doc/EventStatus.md
|
||||
doc/EventsApi.md
|
||||
doc/FlowType.md
|
||||
doc/Health.md
|
||||
doc/HealthApi.md
|
||||
doc/HoldingOut.md
|
||||
doc/InstrumentDetail.md
|
||||
doc/InstrumentOut.md
|
||||
doc/InstrumentsApi.md
|
||||
doc/JobStatus.md
|
||||
doc/LoginRequest.md
|
||||
doc/LotOut.md
|
||||
doc/MetricsApi.md
|
||||
doc/NetWorthBreakdown.md
|
||||
doc/NetWorthDay.md
|
||||
doc/NetworthApi.md
|
||||
doc/PricePoint.md
|
||||
doc/Problem.md
|
||||
doc/RefreshLogOut.md
|
||||
doc/RefreshRequest.md
|
||||
doc/ReturnsOut.md
|
||||
doc/RuleCreate.md
|
||||
doc/RuleKind.md
|
||||
doc/RuleMatchType.md
|
||||
@@ -34,8 +49,10 @@ doc/RulePatch.md
|
||||
doc/RulesApi.md
|
||||
doc/RunStatus.md
|
||||
doc/RunwayOut.md
|
||||
doc/ScopeOut.md
|
||||
doc/SourceStatus.md
|
||||
doc/SpendingRow.md
|
||||
doc/SummaryOut.md
|
||||
doc/SyncApi.md
|
||||
doc/SyncJobOut.md
|
||||
doc/SyncRunOut.md
|
||||
@@ -44,13 +61,17 @@ doc/TransactionOut.md
|
||||
doc/TransactionPage.md
|
||||
doc/TransactionsApi.md
|
||||
doc/UserOut.md
|
||||
doc/ValueDay.md
|
||||
lib/fintracker_api.dart
|
||||
lib/src/api.dart
|
||||
lib/src/api/accounts_api.dart
|
||||
lib/src/api/analytics_api.dart
|
||||
lib/src/api/auth_api.dart
|
||||
lib/src/api/cashflow_api.dart
|
||||
lib/src/api/categories_api.dart
|
||||
lib/src/api/events_api.dart
|
||||
lib/src/api/health_api.dart
|
||||
lib/src/api/instruments_api.dart
|
||||
lib/src/api/metrics_api.dart
|
||||
lib/src/api/networth_api.dart
|
||||
lib/src/api/rules_api.dart
|
||||
@@ -67,20 +88,32 @@ lib/src/model/account_kind.dart
|
||||
lib/src/model/account_out.dart
|
||||
lib/src/model/account_patch.dart
|
||||
lib/src/model/account_role.dart
|
||||
lib/src/model/allocation_bucket.dart
|
||||
lib/src/model/allocation_dimension.dart
|
||||
lib/src/model/broker.dart
|
||||
lib/src/model/cash_flow_month.dart
|
||||
lib/src/model/category_out.dart
|
||||
lib/src/model/data_quality_row.dart
|
||||
lib/src/model/event_kind.dart
|
||||
lib/src/model/event_out.dart
|
||||
lib/src/model/event_page.dart
|
||||
lib/src/model/event_source.dart
|
||||
lib/src/model/event_status.dart
|
||||
lib/src/model/flow_type.dart
|
||||
lib/src/model/health.dart
|
||||
lib/src/model/holding_out.dart
|
||||
lib/src/model/instrument_detail.dart
|
||||
lib/src/model/instrument_out.dart
|
||||
lib/src/model/job_status.dart
|
||||
lib/src/model/login_request.dart
|
||||
lib/src/model/lot_out.dart
|
||||
lib/src/model/net_worth_breakdown.dart
|
||||
lib/src/model/net_worth_day.dart
|
||||
lib/src/model/price_point.dart
|
||||
lib/src/model/problem.dart
|
||||
lib/src/model/refresh_log_out.dart
|
||||
lib/src/model/refresh_request.dart
|
||||
lib/src/model/returns_out.dart
|
||||
lib/src/model/rule_create.dart
|
||||
lib/src/model/rule_kind.dart
|
||||
lib/src/model/rule_match_type.dart
|
||||
@@ -88,42 +121,15 @@ lib/src/model/rule_out.dart
|
||||
lib/src/model/rule_patch.dart
|
||||
lib/src/model/run_status.dart
|
||||
lib/src/model/runway_out.dart
|
||||
lib/src/model/scope_out.dart
|
||||
lib/src/model/source_status.dart
|
||||
lib/src/model/spending_row.dart
|
||||
lib/src/model/summary_out.dart
|
||||
lib/src/model/sync_job_out.dart
|
||||
lib/src/model/sync_run_out.dart
|
||||
lib/src/model/token_pair.dart
|
||||
lib/src/model/transaction_out.dart
|
||||
lib/src/model/transaction_page.dart
|
||||
lib/src/model/user_out.dart
|
||||
lib/src/model/value_day.dart
|
||||
pubspec.yaml
|
||||
test/account_balance_test.dart
|
||||
test/account_kind_test.dart
|
||||
test/account_out_test.dart
|
||||
test/account_patch_test.dart
|
||||
test/account_role_test.dart
|
||||
test/accounts_api_test.dart
|
||||
test/broker_test.dart
|
||||
test/cash_flow_month_test.dart
|
||||
test/cashflow_api_test.dart
|
||||
test/categories_api_test.dart
|
||||
test/category_out_test.dart
|
||||
test/data_quality_row_test.dart
|
||||
test/event_source_test.dart
|
||||
test/flow_type_test.dart
|
||||
test/metrics_api_test.dart
|
||||
test/net_worth_breakdown_test.dart
|
||||
test/net_worth_day_test.dart
|
||||
test/networth_api_test.dart
|
||||
test/refresh_log_out_test.dart
|
||||
test/rule_create_test.dart
|
||||
test/rule_kind_test.dart
|
||||
test/rule_match_type_test.dart
|
||||
test/rule_out_test.dart
|
||||
test/rule_patch_test.dart
|
||||
test/rules_api_test.dart
|
||||
test/runway_out_test.dart
|
||||
test/spending_row_test.dart
|
||||
test/transaction_out_test.dart
|
||||
test/transaction_page_test.dart
|
||||
test/transactions_api_test.dart
|
||||
|
||||
Reference in New Issue
Block a user