Skip to content

Commit

Permalink
fix: added organization events (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
panbanda authored Dec 6, 2024
1 parent add6d59 commit 097a259
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/events/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ const (
DirectoryGroupUserAdded = "dsync.group.user_added"
DirectoryGroupUserRemoved = "dsync.group.user_removed"
DirectroyGroupUserRemoved = "dsync.group.user_removed" // Deprecated: use DirectoryGroupUserRemoved instead
// Organization Events
OrganizationCreated = "organization.created"
OrganizationUpdated = "organization.updated"
OrganizationDeleted = "organization.deleted"
// User Management Events
AuthenticationEmailVerificationSucceeded = "authentication.email_verification_succeeded"
AuthenticationMagicAuthFailed = "authentication.magic_auth_failed"
Expand Down

0 comments on commit 097a259

Please sign in to comment.