chore: add cancelled webhook event (#1608)

This commit is contained in:
Catalin Pit
2025-01-28 06:34:22 +02:00
committed by David Nguyen
parent c9e8a32471
commit b0f8c83134
4 changed files with 108 additions and 2 deletions

View File

@ -176,6 +176,7 @@ enum WebhookTriggerEvents {
DOCUMENT_SIGNED
DOCUMENT_COMPLETED
DOCUMENT_REJECTED
DOCUMENT_CANCELLED
}
model Webhook {