update: webhooks

This commit is contained in:
anik-ghosh-au7
2022-07-17 14:42:46 +05:30
parent 1c61fcc17a
commit 94066d4408
2 changed files with 33 additions and 27 deletions

View File

@@ -173,3 +173,12 @@ export enum UpdateWebhookModalViews {
}
export const pageLimits: number[] = [5, 10, 15];
export const webhookEventNames = {
USER_SIGNUP: 'user.signup',
USER_CREATED: 'user.created',
USER_LOGIN: 'user.login',
USER_DELETED: 'user.deleted',
USER_ACCESS_ENABLED: 'user.access_enabled',
USER_ACCESS_REVOKED: 'user.access_revoked',
};