Skip to content

Commit

Permalink
Expose bank sync account data in AQL. (#3022)
Browse files Browse the repository at this point in the history
* Expose bank sync account data in AQL.

* add release note
  • Loading branch information
psybers authored Jul 10, 2024
1 parent f9014f0 commit 259e84c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/loot-core/src/server/aql/schema/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ export const schema = {
closed: f('boolean'),
sort_order: f('float'),
tombstone: f('boolean'),
account_id: f('string'),
official_name: f('string'),
account_sync_source: f('string'),
},
categories: {
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/3022.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Enhancements
authors: [psybers]
---

Expose bank sync account data ('account_id' and 'official_name') in AQL.

0 comments on commit 259e84c

Please sign in to comment.