Commit Graph
2 Commits
Author SHA1 Message Date
Stevan Freeborn 1dd7e311e3 feat(api): return balance info to frontend 2026-02-14 06:19:19 -06:00
Stevan Freeborn 3321d2791d refactor(api): introduce DTOs for institutional account discovery
- Replace raw Plaid entity response with a dedicated Response wrapper
- Map Plaid accounts to AccountDto to decouple API from external SDK
models
- Update integration tests to assert against the new response structure
- Add JsonConstructors to DTO records for reliable deserialization
2026-02-13 21:32:49 -06:00