budibase/packages/backend-core/src/events
melohagan 7dcdce2480
Gro 738 refactor code that returns the account holder from user (#14872)
* WIP

* WIP

* Remove tests

* Remove TenantInfo

* Remove unused export

* Remove TenantInfo type

* Remove unused export

* Remove unused routes

* Add getAccountHolder front-end endpoint

* Add endpoint to no tenancy list

* Get account holder via appId

* lint

* Update pro ref

* Use account email instead of budibaseUserId (#14876)

* Update account-portal ref

* Update account portal ref

* Correct import order

* Simplify boolean

* type fix

* Rename endpoint to accountholder

* Update account-portal ref

* Refactor

* Refactor to not use appId

* Update type

* appId not needed

* Unused import
2024-10-28 14:46:42 +00:00
..
asyncEvents Further PR comments. 2023-04-17 14:03:54 +01:00
processors Extract out processor and spy variables to reduce repetition. 2024-08-09 11:31:05 +01:00
publishers linting 2024-09-09 16:52:56 +01:00
analytics.ts Configs updates: remove circular deps, dedicated module, typing improvements, reduce db reads 2023-02-23 13:41:35 +00:00
backfill.ts Complete conversion of backend-core to Typescript. 2022-11-24 18:48:51 +00:00
documentId.ts Main body of PR comments, switching event handling to be a publisher of async events, a generic event; then adding a new async document update processor, which can later be converted to be part of the event processing pipeline. 2023-04-15 00:37:22 +01:00
events.ts Override identity for events sent from dispatcher 2024-03-22 10:41:27 +01:00
identification.ts Gro 738 refactor code that returns the account holder from user (#14872) 2024-10-28 14:46:42 +00:00
index.ts Export publishEvent (#14560) 2024-09-11 14:02:42 +00:00