Added USER_REGISTERED webhook purpose + updated Typescript dependency
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 33s
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 33s
This commit is contained in:
parent
a09c0a167e
commit
cc8d69555a
3 changed files with 53 additions and 7 deletions
|
|
@ -49,6 +49,9 @@ export enum WebhookPurpose {
|
|||
*/
|
||||
PERMISSION_CHANGED = 'PERMISSION_CHANGED',
|
||||
|
||||
/** When a new user registers. */
|
||||
USER_REGISTERED = 'USER_REGISTERED',
|
||||
|
||||
/** When a user is deleted. */
|
||||
USER_DELETED = 'USER_DELETED'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue