Skip to content

Commit

Permalink
new webhook type for list of available hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal-Delange committed Sep 16, 2024
1 parent 2f0f2f5 commit 1aefb46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app-builder/src/models/webhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const eventTypes = [
'case.comment_created',
'case.file_created',
'case.rule_snooze_created',
'case.decision_reviewed',
'decision.created',
] as const;
type EventType = (typeof eventTypes)[number];
Expand Down

0 comments on commit 1aefb46

Please sign in to comment.