clerk-cookie
released this
24 Apr 14:39
·
1213 commits
to main
since this release
Patch Changes
-
Export all Webhook event types and related JSON types. The newly exported types are:
DeletedObjectJSON
,EmailJSON
,OrganizationInvitationJSON
,OrganizationJSON
,OrganizationMembershipJSON
,SessionJSON
,SMSMessageJSON
,UserJSON
,UserWebhookEvent
,EmailWebhookEvent
,SMSWebhookEvent
,SessionWebhookEvent
,OrganizationWebhookEvent
,OrganizationMembershipWebhookEvent
,OrganizationInvitationWebhookEvent
(#3248) by @nikosdouvlis -
Added missing 'organizationId' parameter to UserListParams (#3240) by @royanger
Moved last_active_at_since from UserCountParams to UserListParams