File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 4848from workos .types .user_management .magic_auth import MagicAuthCommon
4949from workos .types .user_management .password_reset import PasswordResetCommon
5050
51+ # README
52+ # When adding a new webhook event type, ensure the new webhook class is
53+ # added to the Webhook union type at the bottom of this file.
54+
5155
5256class AuthenticationEmailVerificationSucceededWebhook (
5357 WebhookModel [AuthenticationEmailVerificationSucceededPayload ,]
@@ -270,6 +274,9 @@ class UserUpdatedWebhook(WebhookModel[User]):
270274 OrganizationUpdatedWebhook ,
271275 OrganizationDomainVerificationFailedWebhook ,
272276 OrganizationDomainVerifiedWebhook ,
277+ OrganizationMembershipCreatedWebhook ,
278+ OrganizationMembershipDeletedWebhook ,
279+ OrganizationMembershipUpdatedWebhook ,
273280 PasswordResetCreatedWebhook ,
274281 RoleCreatedWebhook ,
275282 RoleDeletedWebhook ,
You can’t perform that action at this time.
0 commit comments