chore(core-flows): Add invite resent event (#8986)

This commit is contained in:
Oli Juhl
2024-09-04 19:53:29 +02:00
committed by GitHub
parent 4b1827ed48
commit f063a69632
2 changed files with 18 additions and 1 deletions
@@ -44,6 +44,7 @@ export const InviteWorkflowEvents = {
ACCEPTED: "invite.accepted",
CREATED: "invite.created",
DELETED: "invite.deleted",
RESENT: "invite.resent",
}
export const RegionWorkflowEvents = {