Merge branch 'feat/errors-add-entity-bank-types' into 'main'

feat(errors): add new entity types for bank connections and transactions

See merge request unboundsoftware/shiny/presenter!87
This commit was merged in pull request #88.
This commit is contained in:
2025-11-05 21:10:08 +01:00
+2
View File
@@ -36,6 +36,8 @@ const (
EntityTag = Entity("TAG")
EntityEntry = Entity("ENTRY")
EntityEntryBasis = Entity("ENTRY_BASIS")
EntityBankConnection = Entity("BANK_CONNECTION")
EntityBankTransaction = Entity("BANK_TRANSACTION")
)
type CodedError struct {