pull/9078/head
Syed Ali Shahbaz 2022-05-26 12:28:38 +05:30 committed by Agusti Fernandez Pardo
parent c185883e5a
commit c47329c292
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { z } from "zod";
import { _WebhookModel as Webhook } from "@calcom/prisma/zod";
export const WebhookTriggerEvents: {
export const WebhookTriggerEvents = {
BOOKING_CREATED: 'BOOKING_CREATED',
BOOKING_RESCHEDULED: 'BOOKING_RESCHEDULED',
BOOKING_CANCELLED: 'BOOKING_CANCELLED'