@calcom/atoms 1.7.1 → 1.8.0-booker
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{AddressInput-DR3jIl7N.js → AddressInput-E1ARKDg7.js} +5 -5
- package/dist/{AlbyPriceComponent-2k8JXx0O.js → AlbyPriceComponent-jBcuDvZa.js} +24 -24
- package/dist/{PhoneInput-Nhiv23jS.js → PhoneInput-qXboae9k.js} +62 -62
- package/dist/cal-atoms.js +5 -36
- package/dist/index-GQl0OyJB.js +88695 -0
- package/dist/index-QBpbC_ZD.js +1957 -0
- package/dist/{index-QG3p1fzr.js → index-bGbS5CRI.js} +1 -1
- package/dist/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/EventMeta.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/Header.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/OverlayCalendar/OverlayCalendar.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/hooks/useBookings.d.ts +1 -1
- package/dist/packages/features/bookings/Booker/utils/event.d.ts +33 -33
- package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.d.ts +1 -1
- package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/create-booking.d.ts +91 -91
- package/dist/packages/features/bookings/lib/create-recurring-booking.d.ts +91 -91
- package/dist/packages/features/bookings/lib/get-booking.d.ts +9 -9
- package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts +38 -38
- package/dist/packages/features/bookings/lib/getCalendarLinks.d.ts +41 -0
- package/dist/packages/features/bookings/lib/getCalendarLinks.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/getCalendarLinks.test.d.ts +2 -0
- package/dist/packages/features/bookings/lib/getCalendarLinks.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleInternalNote.d.ts +2 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.d.ts +33 -33
- package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.d.ts +57 -57
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.d.ts +57 -57
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts +57 -57
- package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts +46 -46
- package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.d.ts +45 -45
- package/dist/packages/features/bookings/lib/handleNewBooking.d.ts +364 -364
- package/dist/packages/features/bookings/lib/handleNewBooking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handlePayment.d.ts +49 -0
- package/dist/packages/features/bookings/lib/handlePayment.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.d.ts +33 -33
- package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.d.ts +33 -33
- package/dist/packages/features/bookings/lib/requiresConfirmation/getBookingRequest.d.ts +39 -39
- package/dist/packages/features/components/controlled-dialog/index.d.ts.map +1 -1
- package/dist/packages/features/components/phone-input/PhoneInput.d.ts.map +1 -1
- package/dist/packages/features/ee/billing/organizations/index.d.ts +1 -2
- package/dist/packages/features/ee/billing/organizations/index.d.ts.map +1 -1
- package/dist/packages/features/ee/billing/organizations/internal-organization-billing.d.ts +2 -2
- package/dist/packages/features/ee/billing/organizations/organization-billing.repository.d.ts +32 -4
- package/dist/packages/features/ee/billing/organizations/organization-billing.repository.d.ts.map +1 -1
- package/dist/packages/features/ee/payments/server/stripe-service.d.ts +23 -0
- package/dist/packages/features/ee/payments/server/stripe-service.d.ts.map +1 -0
- package/dist/packages/features/ee/round-robin/lib/bookingLocationService.d.ts +125 -0
- package/dist/packages/features/ee/round-robin/lib/bookingLocationService.d.ts.map +1 -0
- package/dist/packages/features/ee/round-robin/lib/bookingLocationService.test.d.ts +2 -0
- package/dist/packages/features/ee/round-robin/lib/bookingLocationService.test.d.ts.map +1 -0
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts +30 -30
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts.map +1 -1
- package/dist/packages/features/ee/round-robin/roundRobinReassignment.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/api/scheduleEmailReminders.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/repository/workflowReminder.d.ts +6 -6
- package/dist/packages/features/eventtypes/components/AddVerifiedEmail.d.ts +7 -0
- package/dist/packages/features/eventtypes/components/AddVerifiedEmail.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/tabs/advanced/CustomEventTypeModal.d.ts +1 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/CustomEventTypeModal.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/lib/eventNaming.d.ts +28 -0
- package/dist/packages/features/eventtypes/lib/eventNaming.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/lib/eventNaming.test.d.ts +2 -0
- package/dist/packages/features/eventtypes/lib/eventNaming.test.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts +33 -33
- package/dist/packages/features/eventtypes/lib/getTeamEventType.d.ts +12 -12
- package/dist/packages/features/eventtypes/lib/types.d.ts +1 -1
- package/dist/packages/features/eventtypes/lib/types.d.ts.map +1 -1
- package/dist/packages/features/shell/user-dropdown/UserDropdown.d.ts +2 -2
- package/dist/packages/features/shell/user-dropdown/UserDropdown.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAddVerifiedEmail.d.ts +15 -0
- package/dist/packages/platform/atoms/event-types/hooks/useAddVerifiedEmail.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts +17 -17
- package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/hooks/useGetVerifiedEmails.d.ts +3 -0
- package/dist/packages/platform/atoms/event-types/hooks/useGetVerifiedEmails.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/wrappers/EventAdvancedPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/bookings/useCreateBooking.d.ts +91 -91
- package/dist/packages/platform/atoms/hooks/bookings/useCreateInstantBooking.d.ts +91 -91
- package/dist/packages/platform/atoms/hooks/bookings/useCreateRecurringBooking.d.ts +91 -91
- package/dist/packages/platform/atoms/hooks/bookings/useGetBookingForReschedule.d.ts +3 -3
- package/dist/packages/platform/atoms/hooks/bookings/useHandleBookEvent.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/event-types/public/useAtomGetPublicEvent.d.ts +33 -33
- package/dist/packages/platform/atoms/hooks/schedules/useAtomSchedule.d.ts +3 -3
- package/dist/packages/platform/atoms/hooks/schedules/useAtomUpdateSchedule.d.ts +3 -3
- package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts.map +1 -1
- package/dist/packages/platform/atoms/index.d.ts +0 -36
- package/dist/packages/platform/atoms/index.d.ts.map +1 -1
- package/dist/packages/platform/atoms/lib/appendClientIdToEmail.d.ts +2 -0
- package/dist/packages/platform/atoms/lib/appendClientIdToEmail.d.ts.map +1 -0
- package/dist/packages/platform/libraries/event-types.d.ts +5 -5
- package/dist/packages/platform/libraries/event-types.d.ts.map +1 -1
- package/dist/packages/platform/libraries/index.d.ts +3 -3
- package/dist/packages/platform/libraries/index.d.ts.map +1 -1
- package/dist/packages/prisma/zod/impersonations.d.ts +2 -2
- package/dist/packages/prisma/zod/ratelimit.d.ts +2 -2
- package/dist/packages/prisma/zod/task.d.ts +2 -2
- package/dist/packages/prisma/zod/teamfeatures.d.ts +2 -2
- package/dist/packages/prisma/zod/userfeatures.d.ts +2 -2
- package/dist/packages/prisma/zod/webhookscheduledtriggers.d.ts +2 -2
- package/dist/packages/prisma/zod-utils.d.ts +1 -0
- package/dist/packages/prisma/zod-utils.d.ts.map +1 -1
- package/dist/packages/trpc/react/hooks/useMeQuery.d.ts +2 -2
- package/dist/packages/trpc/react/shared.d.ts +1 -1
- package/dist/packages/trpc/react/shared.d.ts.map +1 -1
- package/dist/packages/trpc/react/trpc.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/AppCard-bt7zv8gh.js +0 -281
- package/dist/AppListCardPlatformWrapper-VhYhJs_R.js +0 -9
- package/dist/AppListCardWebWrapper-NUv3j3xt.js +0 -74
- package/dist/AppSettingsInterface-buo7m9T8.js +0 -75
- package/dist/AppSettingsInterface-pSKkGg41.js +0 -23
- package/dist/AppSettingsInterface-zXTKl0m5.js +0 -29
- package/dist/DateRangePicker-bTMo0QHP.js +0 -74
- package/dist/EventTypeAppCardInterface-09iYOcZc.js +0 -39
- package/dist/EventTypeAppCardInterface-22oySUhU.js +0 -42
- package/dist/EventTypeAppCardInterface-4J2r0kDm.js +0 -34
- package/dist/EventTypeAppCardInterface-6ARDh1hB.js +0 -34
- package/dist/EventTypeAppCardInterface-6N-ocotc.js +0 -34
- package/dist/EventTypeAppCardInterface-ALjgH4W_.js +0 -34
- package/dist/EventTypeAppCardInterface-Ayfx5tRN.js +0 -39
- package/dist/EventTypeAppCardInterface-DcTMtSbr.js +0 -24
- package/dist/EventTypeAppCardInterface-DqaD8qmA.js +0 -34
- package/dist/EventTypeAppCardInterface-KjJnnhe2.js +0 -51
- package/dist/EventTypeAppCardInterface-SS33HaLT.js +0 -24
- package/dist/EventTypeAppCardInterface-TIEM8D8u.js +0 -41
- package/dist/EventTypeAppCardInterface-UIXAwi3z.js +0 -32
- package/dist/EventTypeAppCardInterface-UhZiYpC_.js +0 -858
- package/dist/EventTypeAppCardInterface-Uv0b0YwY.js +0 -34
- package/dist/EventTypeAppCardInterface-WvWtKyzR.js +0 -32
- package/dist/EventTypeAppCardInterface-ZTWUUx-j.js +0 -31
- package/dist/EventTypeAppCardInterface-Zce0NZR5.js +0 -33
- package/dist/EventTypeAppCardInterface-bj9lQhmN.js +0 -24
- package/dist/EventTypeAppCardInterface-cWLQDtAR.js +0 -86
- package/dist/EventTypeAppCardInterface-fwF9ZNE1.js +0 -42
- package/dist/EventTypeAppCardInterface-lLtnjlZW.js +0 -34
- package/dist/EventTypeAppCardInterface-oHgBXT0z.js +0 -24
- package/dist/EventTypeAppCardInterface-uSw2xD2a.js +0 -41
- package/dist/EventTypeAppCardInterface-uaT7p9un.js +0 -24
- package/dist/EventTypeAppCardInterface-vmdHhgZV.js +0 -51
- package/dist/EventTypeAppCardInterface-zkJKrgZb.js +0 -49
- package/dist/EventTypeAppSettingsInterface-108_BODL.js +0 -78
- package/dist/EventTypeAppSettingsInterface-Q0ZDtoUj.js +0 -25
- package/dist/EventTypeAppSettingsInterface-Qnr0HCO0.js +0 -43
- package/dist/EventTypeAppSettingsInterface-VeVCHNBB.js +0 -24
- package/dist/EventTypeAppSettingsInterface-_Yc814Cl.js +0 -221
- package/dist/EventTypeAppSettingsInterface-gg2Ef5DU.js +0 -48
- package/dist/EventTypeAppSettingsInterface-gkHBitj8.js +0 -106
- package/dist/EventTypeAppSettingsInterface-jJT8-1ML.js +0 -120
- package/dist/EventTypeAppSettingsInterface-lUvYXuGl.js +0 -72
- package/dist/EventTypeAppSettingsInterface-mfeygayG.js +0 -343
- package/dist/EventTypeAppSettingsInterface-siyUmyxC.js +0 -23
- package/dist/EventTypeAppSettingsInterface-u1frTGTk.js +0 -23
- package/dist/EventTypeAppSettingsInterface-ykuyZiXU.js +0 -42
- package/dist/InstallAppButton-JXhBVaYJ.js +0 -29
- package/dist/InstallAppButton-UL42QGKr.js +0 -14
- package/dist/InstallAppButton-c2chNE6g.js +0 -14
- package/dist/InstallAppButton-rvYPqvGJ.js +0 -58
- package/dist/StripePaymentForm-1yTkAicU.js +0 -493
- package/dist/currencyOptions-kannG2hu.js +0 -61
- package/dist/index-6aqrxRA8.js +0 -166397
- package/dist/index-heZJ0K97.js +0 -28
- package/dist/index-miF5qVsp.js +0 -518
- package/dist/useIsAppEnabled-aAe8QNQ3.js +0 -18
package/dist/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BookEventForm.d.ts","sourceRoot":"","sources":["../../../../../../../../../features/bookings/Booker/components/BookEventForm/BookEventForm.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BookEventForm.d.ts","sourceRoot":"","sources":["../../../../../../../../../features/bookings/Booker/components/BookEventForm/BookEventForm.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAenE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AACxE,OAAO,KAAK,EAAE,iBAAiB,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAIxF,KAAK,kBAAkB,GAAG;IACxB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAC1C,MAAM,EAAE,wBAAwB,CAAC,QAAQ,CAAC,GAAG,iBAAiB,CAAC;IAC/D,aAAa,EAAE,wBAAwB,CAAC;IACxC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,WAAW,EAAE,wBAAwB,CAAC,aAAa,CAAC,CAAC;IACrD,qCAAqC,EAAE,OAAO,CAAC;IAC/C,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC,CAAC;IAChD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,yBAAyB,EAAE,OAAO,CAAC;IACnC,qBAAqB,EAAE,OAAO,CAAC;IAC/B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,UAAU,CAAC,EAAE;QACX,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,kRAkB3B,IAAI,CAAC,kBAAkB,EAAE,OAAO,CAAC,GAAG;IACrC,UAAU,EAAE;QACV,OAAO,EAAE,OAAO,CAAC;QACjB,SAAS,EAAE,OAAO,CAAC;QACnB,IAAI,CAAC,EAAE,IAAI,CAAC,WAAW,EAAE,OAAO,GAAG,UAAU,GAAG,UAAU,GAAG,eAAe,GAAG,WAAW,CAAC,GAAG,IAAI,CAAC;KACpG,CAAC;CACH,gBAoMA,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventMeta.d.ts","sourceRoot":"","sources":["../../../../../../../../features/bookings/Booker/components/EventMeta.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"EventMeta.d.ts","sourceRoot":"","sources":["../../../../../../../../features/bookings/Booker/components/EventMeta.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAIvE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAmCnE,eAAO,MAAM,SAAS,GAAI,uIAWvB;IACD,KAAK,CAAC,EAAE,IAAI,CACV,WAAW,EACT,iCAAiC,GACjC,gBAAgB,GAChB,UAAU,GACV,kBAAkB,GAClB,eAAe,GACf,QAAQ,GACR,gBAAgB,GAChB,SAAS,GACT,QAAQ,GACR,aAAa,GACb,OAAO,GACP,UAAU,GACV,WAAW,GACX,UAAU,GACV,sBAAsB,GACtB,gBAAgB,GAChB,OAAO,GACP,WAAW,GACX,mBAAmB,GACnB,iCAAiC,CACpC,GAAG,IAAI,CAAC;IACT,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,OAAO,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE;QACX,kBAAkB,CAAC,EAAE,MAAM,CAAC;QAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,uBAAuB,CAAC,EAAE,MAAM,CAAC;QACjC,iBAAiB,CAAC,EAAE,MAAM,CAAC;KAC5B,CAAC;IACF,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,wBAAwB,CAAC,EAAE,OAAO,CAAC;CACpC,uBAmLA,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../../../../../features/bookings/Booker/components/Header.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../../../../../features/bookings/Booker/components/Header.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAWzD,wBAAgB,MAAM,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,cAAc,EACd,SAAS,EACT,SAAS,EACT,QAAQ,EACR,aAAa,GACd,EAAE;IACD,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,cAAc,EAAE,aAAa,EAAE,CAAC;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,GAAG,CAAC,OAAO,GAAG,IAAI,CAAC;CAC1C,sBAkIA"}
|
package/dist/packages/features/bookings/Booker/components/OverlayCalendar/OverlayCalendar.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OverlayCalendar.d.ts","sourceRoot":"","sources":["../../../../../../../../../features/bookings/Booker/components/OverlayCalendar/OverlayCalendar.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"OverlayCalendar.d.ts","sourceRoot":"","sources":["../../../../../../../../../features/bookings/Booker/components/OverlayCalendar/OverlayCalendar.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAMpE,KAAK,oBAAoB,GAAG,IAAI,CAC9B,sBAAsB,EACpB,oBAAoB,GACpB,kBAAkB,GAClB,kBAAkB,GAClB,0BAA0B,GAC1B,0BAA0B,CAC7B,GAAG;IACF,qBAAqB,EAAE,MAAM,IAAI,CAAC;IAClC,UAAU,EAAE,OAAO,CAAC;IACpB,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAChC,uBAAuB,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CACnD,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,kMAU7B,oBAAoB,uBAkDtB,CAAC"}
|
|
@@ -62,7 +62,7 @@ export interface IUseBookingErrors {
|
|
|
62
62
|
}
|
|
63
63
|
export type UseBookingsReturnType = ReturnType<typeof useBookings>;
|
|
64
64
|
export declare const useBookings: ({ event, hashedLink, bookingForm, metadata, teamMemberEmail, isBookingDryRun, }: IUseBookings) => {
|
|
65
|
-
handleBookEvent:
|
|
65
|
+
handleBookEvent: any;
|
|
66
66
|
expiryTime: Date | undefined;
|
|
67
67
|
bookingForm: import("react-hook-form").UseFormReturn<{
|
|
68
68
|
locationType?: import('../../../../../app-store/locations').EventLocationType["type"];
|
|
@@ -80,14 +80,14 @@ export declare const useEvent: (props?: {
|
|
|
80
80
|
email: string;
|
|
81
81
|
teams: {
|
|
82
82
|
id: number;
|
|
83
|
-
role: import('../../../../prisma-client').$Enums.MembershipRole;
|
|
84
|
-
userId: number;
|
|
85
83
|
teamId: number;
|
|
86
|
-
|
|
87
|
-
updatedAt: Date | null;
|
|
88
|
-
disableImpersonation: boolean;
|
|
84
|
+
userId: number;
|
|
89
85
|
accepted: boolean;
|
|
86
|
+
role: import('../../../../prisma-client').$Enums.MembershipRole;
|
|
90
87
|
customRoleId: string | null;
|
|
88
|
+
disableImpersonation: boolean;
|
|
89
|
+
createdAt: Date | null;
|
|
90
|
+
updatedAt: Date | null;
|
|
91
91
|
}[];
|
|
92
92
|
bio: string | null;
|
|
93
93
|
theme: string | null;
|
|
@@ -215,10 +215,10 @@ export declare const useEvent: (props?: {
|
|
|
215
215
|
};
|
|
216
216
|
};
|
|
217
217
|
id: number;
|
|
218
|
-
username: string;
|
|
219
218
|
uid: string;
|
|
220
|
-
organizationId: number;
|
|
221
219
|
userId: number;
|
|
220
|
+
organizationId: number;
|
|
221
|
+
username: string;
|
|
222
222
|
createdAt: Date & string;
|
|
223
223
|
updatedAt: Date & string;
|
|
224
224
|
upId: string;
|
|
@@ -229,14 +229,14 @@ export declare const useEvent: (props?: {
|
|
|
229
229
|
email: string;
|
|
230
230
|
teams: {
|
|
231
231
|
id: number;
|
|
232
|
-
role: import('../../../../prisma-client').$Enums.MembershipRole;
|
|
233
|
-
userId: number;
|
|
234
232
|
teamId: number;
|
|
235
|
-
|
|
236
|
-
updatedAt: Date | null;
|
|
237
|
-
disableImpersonation: boolean;
|
|
233
|
+
userId: number;
|
|
238
234
|
accepted: boolean;
|
|
235
|
+
role: import('../../../../prisma-client').$Enums.MembershipRole;
|
|
239
236
|
customRoleId: string | null;
|
|
237
|
+
disableImpersonation: boolean;
|
|
238
|
+
createdAt: Date | null;
|
|
239
|
+
updatedAt: Date | null;
|
|
240
240
|
}[];
|
|
241
241
|
bio: string | null;
|
|
242
242
|
theme: string | null;
|
|
@@ -281,14 +281,14 @@ export declare const useEvent: (props?: {
|
|
|
281
281
|
email: string;
|
|
282
282
|
teams: {
|
|
283
283
|
id: number;
|
|
284
|
-
role: import('../../../../prisma-client').$Enums.MembershipRole;
|
|
285
|
-
userId: number;
|
|
286
284
|
teamId: number;
|
|
287
|
-
|
|
288
|
-
updatedAt: Date | null;
|
|
289
|
-
disableImpersonation: boolean;
|
|
285
|
+
userId: number;
|
|
290
286
|
accepted: boolean;
|
|
287
|
+
role: import('../../../../prisma-client').$Enums.MembershipRole;
|
|
291
288
|
customRoleId: string | null;
|
|
289
|
+
disableImpersonation: boolean;
|
|
290
|
+
createdAt: Date | null;
|
|
291
|
+
updatedAt: Date | null;
|
|
292
292
|
}[];
|
|
293
293
|
bio: string | null;
|
|
294
294
|
theme: string | null;
|
|
@@ -416,10 +416,10 @@ export declare const useEvent: (props?: {
|
|
|
416
416
|
};
|
|
417
417
|
};
|
|
418
418
|
id: number;
|
|
419
|
-
username: string;
|
|
420
419
|
uid: string;
|
|
421
|
-
organizationId: number;
|
|
422
420
|
userId: number;
|
|
421
|
+
organizationId: number;
|
|
422
|
+
username: string;
|
|
423
423
|
createdAt: Date & string;
|
|
424
424
|
updatedAt: Date & string;
|
|
425
425
|
upId: string;
|
|
@@ -430,14 +430,14 @@ export declare const useEvent: (props?: {
|
|
|
430
430
|
email: string;
|
|
431
431
|
teams: {
|
|
432
432
|
id: number;
|
|
433
|
-
role: import('../../../../prisma-client').$Enums.MembershipRole;
|
|
434
|
-
userId: number;
|
|
435
433
|
teamId: number;
|
|
436
|
-
|
|
437
|
-
updatedAt: Date | null;
|
|
438
|
-
disableImpersonation: boolean;
|
|
434
|
+
userId: number;
|
|
439
435
|
accepted: boolean;
|
|
436
|
+
role: import('../../../../prisma-client').$Enums.MembershipRole;
|
|
440
437
|
customRoleId: string | null;
|
|
438
|
+
disableImpersonation: boolean;
|
|
439
|
+
createdAt: Date | null;
|
|
440
|
+
updatedAt: Date | null;
|
|
441
441
|
}[];
|
|
442
442
|
bio: string | null;
|
|
443
443
|
theme: string | null;
|
|
@@ -1471,7 +1471,6 @@ export declare const useEvent: (props?: {
|
|
|
1471
1471
|
instantMeetingParameters: string[];
|
|
1472
1472
|
aiPhoneCallConfig: {
|
|
1473
1473
|
id: number;
|
|
1474
|
-
enabled: boolean;
|
|
1475
1474
|
eventTypeId: number;
|
|
1476
1475
|
templateType: string;
|
|
1477
1476
|
schedulerName: string | null;
|
|
@@ -1481,6 +1480,7 @@ export declare const useEvent: (props?: {
|
|
|
1481
1480
|
guestName: string | null;
|
|
1482
1481
|
guestEmail: string | null;
|
|
1483
1482
|
guestCompany: string | null;
|
|
1483
|
+
enabled: boolean;
|
|
1484
1484
|
beginMessage: string | null;
|
|
1485
1485
|
llmId: string | null;
|
|
1486
1486
|
} | null;
|
|
@@ -1587,13 +1587,13 @@ export declare const useEvent: (props?: {
|
|
|
1587
1587
|
workflow: {
|
|
1588
1588
|
steps: {
|
|
1589
1589
|
id: number;
|
|
1590
|
-
template: import('../../../../prisma-client').$Enums.WorkflowTemplates;
|
|
1591
|
-
action: import('../../../../prisma-client').$Enums.WorkflowActions;
|
|
1592
1590
|
stepNumber: number;
|
|
1591
|
+
action: import('../../../../prisma-client').$Enums.WorkflowActions;
|
|
1593
1592
|
workflowId: number;
|
|
1594
1593
|
sendTo: string | null;
|
|
1595
1594
|
reminderBody: string | null;
|
|
1596
1595
|
emailSubject: string | null;
|
|
1596
|
+
template: import('../../../../prisma-client').$Enums.WorkflowTemplates;
|
|
1597
1597
|
numberRequired: boolean | null;
|
|
1598
1598
|
sender: string | null;
|
|
1599
1599
|
numberVerificationPending: boolean;
|
|
@@ -1602,20 +1602,20 @@ export declare const useEvent: (props?: {
|
|
|
1602
1602
|
agentId: string | null;
|
|
1603
1603
|
}[];
|
|
1604
1604
|
} & {
|
|
1605
|
-
name: string;
|
|
1606
1605
|
id: number;
|
|
1607
|
-
time: number | null;
|
|
1608
|
-
trigger: import('../../../../prisma-client').$Enums.WorkflowTriggerEvents;
|
|
1609
|
-
userId: number | null;
|
|
1610
1606
|
position: number;
|
|
1607
|
+
name: string;
|
|
1608
|
+
userId: number | null;
|
|
1611
1609
|
teamId: number | null;
|
|
1612
|
-
timeUnit: import('../../../../prisma-client').$Enums.TimeUnit | null;
|
|
1613
1610
|
isActiveOnAll: boolean;
|
|
1611
|
+
trigger: import('../../../../prisma-client').$Enums.WorkflowTriggerEvents;
|
|
1612
|
+
time: number | null;
|
|
1613
|
+
timeUnit: import('../../../../prisma-client').$Enums.TimeUnit | null;
|
|
1614
1614
|
};
|
|
1615
1615
|
} & {
|
|
1616
1616
|
id: number;
|
|
1617
|
-
eventTypeId: number;
|
|
1618
1617
|
workflowId: number;
|
|
1618
|
+
eventTypeId: number;
|
|
1619
1619
|
})[];
|
|
1620
1620
|
currency: string;
|
|
1621
1621
|
slug: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Logger } from "tslog";
|
|
2
2
|
import type { Workflow as WorkflowType } from "@calcom/ee/workflows/lib/types";
|
|
3
3
|
import type { BookingType } from './handleNewBooking/originalRescheduledBookingUtils';
|
|
4
|
-
import type { EventNameObjectType } from '
|
|
4
|
+
import type { EventNameObjectType } from '../../eventtypes/lib/eventNaming';
|
|
5
5
|
import type { DestinationCalendar, Prisma, User } from '../../../prisma-client';
|
|
6
6
|
import type { SchedulingType } from '../../../prisma/enums';
|
|
7
7
|
import type { EventTypeMetadata } from '../../../prisma/zod-utils';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BookingEmailSmsHandler.d.ts","sourceRoot":"","sources":["../../../../../../../features/bookings/lib/BookingEmailSmsHandler.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AAOpC,OAAO,KAAK,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAU/E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gFAAgF,CAAC;AAClH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"BookingEmailSmsHandler.d.ts","sourceRoot":"","sources":["../../../../../../../features/bookings/lib/BookingEmailSmsHandler.ts"],"names":[],"mappings":"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"}
|
|
@@ -27,82 +27,82 @@ export declare const createBooking: (data: BookingCreateBody) => Promise<Omit<{
|
|
|
27
27
|
paymentRequired: boolean;
|
|
28
28
|
isDryRun: boolean;
|
|
29
29
|
payment?: {
|
|
30
|
-
success: boolean;
|
|
31
|
-
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
32
30
|
id: number;
|
|
33
|
-
refunded: boolean;
|
|
34
|
-
currency: string;
|
|
35
31
|
uid: string;
|
|
36
|
-
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
37
|
-
bookingId: number;
|
|
38
|
-
externalId: string;
|
|
39
32
|
appId: string | null;
|
|
33
|
+
bookingId: number;
|
|
40
34
|
amount: number;
|
|
41
35
|
fee: number;
|
|
36
|
+
currency: string;
|
|
37
|
+
success: boolean;
|
|
38
|
+
refunded: boolean;
|
|
39
|
+
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
40
|
+
externalId: string;
|
|
41
|
+
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
42
42
|
}[] | undefined;
|
|
43
43
|
attendees?: {
|
|
44
|
-
name: string;
|
|
45
44
|
id: number;
|
|
46
45
|
email: string;
|
|
47
|
-
|
|
46
|
+
name: string;
|
|
48
47
|
timeZone: string;
|
|
49
|
-
bookingId: number | null;
|
|
50
48
|
phoneNumber: string | null;
|
|
49
|
+
locale: string | null;
|
|
50
|
+
bookingId: number | null;
|
|
51
51
|
noShow: boolean | null;
|
|
52
52
|
}[] | undefined;
|
|
53
53
|
references?: {
|
|
54
54
|
id: number;
|
|
55
55
|
type: string;
|
|
56
56
|
uid: string;
|
|
57
|
-
credentialId: number | null;
|
|
58
|
-
deleted: boolean | null;
|
|
59
|
-
bookingId: number | null;
|
|
60
|
-
thirdPartyRecurringEventId: string | null;
|
|
61
|
-
delegationCredentialId: string | null;
|
|
62
|
-
domainWideDelegationCredentialId: string | null;
|
|
63
57
|
meetingId: string | null;
|
|
58
|
+
thirdPartyRecurringEventId: string | null;
|
|
64
59
|
meetingPassword: string | null;
|
|
65
60
|
meetingUrl: string | null;
|
|
61
|
+
bookingId: number | null;
|
|
66
62
|
externalCalendarId: string | null;
|
|
63
|
+
deleted: boolean | null;
|
|
64
|
+
credentialId: number | null;
|
|
65
|
+
delegationCredentialId: string | null;
|
|
66
|
+
domainWideDelegationCredentialId: string | null;
|
|
67
67
|
}[] | undefined;
|
|
68
68
|
id?: number | undefined;
|
|
69
|
-
title?: string | undefined;
|
|
70
|
-
metadata?: import('../../../prisma-client').Prisma.JsonValue | undefined;
|
|
71
|
-
status?: import('../../../prisma-client').$Enums.BookingStatus | undefined;
|
|
72
|
-
description?: string | null | undefined;
|
|
73
|
-
paid?: boolean | undefined;
|
|
74
|
-
location?: string | null | undefined;
|
|
75
|
-
rescheduled?: boolean | null | undefined;
|
|
76
|
-
rating?: number | null | undefined;
|
|
77
69
|
uid?: string | undefined;
|
|
70
|
+
idempotencyKey?: string | null | undefined;
|
|
78
71
|
userId?: number | null | undefined;
|
|
72
|
+
userPrimaryEmail?: string | null | undefined;
|
|
79
73
|
eventTypeId?: number | null | undefined;
|
|
74
|
+
title?: string | undefined;
|
|
75
|
+
description?: string | null | undefined;
|
|
80
76
|
customInputs?: import('../../../prisma-client').Prisma.JsonValue | undefined;
|
|
81
|
-
smsReminderNumber?: string | null | undefined;
|
|
82
|
-
recurringEventId?: string | null | undefined;
|
|
83
|
-
cancellationReason?: string | null | undefined;
|
|
84
|
-
cancelledBy?: string | null | undefined;
|
|
85
|
-
iCalUID?: string | null | undefined;
|
|
86
77
|
responses?: import('../../../prisma-client').Prisma.JsonValue | undefined;
|
|
87
78
|
startTime?: Date | undefined;
|
|
88
79
|
endTime?: Date | undefined;
|
|
89
|
-
|
|
90
|
-
userPrimaryEmail?: string | null | undefined;
|
|
80
|
+
location?: string | null | undefined;
|
|
91
81
|
createdAt?: Date | undefined;
|
|
92
82
|
updatedAt?: Date | null | undefined;
|
|
83
|
+
status?: import('../../../prisma-client').$Enums.BookingStatus | undefined;
|
|
84
|
+
paid?: boolean | undefined;
|
|
93
85
|
destinationCalendarId?: number | null | undefined;
|
|
86
|
+
cancellationReason?: string | null | undefined;
|
|
94
87
|
rejectionReason?: string | null | undefined;
|
|
95
88
|
reassignReason?: string | null | undefined;
|
|
96
89
|
reassignById?: number | null | undefined;
|
|
97
90
|
dynamicEventSlugRef?: string | null | undefined;
|
|
98
91
|
dynamicGroupSlugRef?: string | null | undefined;
|
|
92
|
+
rescheduled?: boolean | null | undefined;
|
|
99
93
|
fromReschedule?: string | null | undefined;
|
|
94
|
+
recurringEventId?: string | null | undefined;
|
|
95
|
+
smsReminderNumber?: string | null | undefined;
|
|
100
96
|
scheduledJobs?: string[] | undefined;
|
|
97
|
+
metadata?: import('../../../prisma-client').Prisma.JsonValue | undefined;
|
|
101
98
|
isRecorded?: boolean | undefined;
|
|
99
|
+
iCalUID?: string | null | undefined;
|
|
102
100
|
iCalSequence?: number | undefined;
|
|
101
|
+
rating?: number | null | undefined;
|
|
103
102
|
ratingFeedback?: string | null | undefined;
|
|
104
103
|
noShowHost?: boolean | null | undefined;
|
|
105
104
|
oneTimePassword?: string | null | undefined;
|
|
105
|
+
cancelledBy?: string | null | undefined;
|
|
106
106
|
rescheduledBy?: string | null | undefined;
|
|
107
107
|
creationSource?: import('../../../prisma-client').$Enums.CreationSource | null | undefined;
|
|
108
108
|
appsStatus?: import("@calcom/types/Calendar").AppsStatus[];
|
|
@@ -143,82 +143,82 @@ export declare const createBooking: (data: BookingCreateBody) => Promise<Omit<{
|
|
|
143
143
|
videoCallUrl: any;
|
|
144
144
|
seatReferenceUid: string | undefined;
|
|
145
145
|
payment: {
|
|
146
|
-
success: boolean;
|
|
147
|
-
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
148
146
|
id: number;
|
|
149
|
-
refunded: boolean;
|
|
150
|
-
currency: string;
|
|
151
147
|
uid: string;
|
|
152
|
-
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
153
|
-
bookingId: number;
|
|
154
|
-
externalId: string;
|
|
155
148
|
appId: string | null;
|
|
149
|
+
bookingId: number;
|
|
156
150
|
amount: number;
|
|
157
151
|
fee: number;
|
|
152
|
+
currency: string;
|
|
153
|
+
success: boolean;
|
|
154
|
+
refunded: boolean;
|
|
155
|
+
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
156
|
+
externalId: string;
|
|
157
|
+
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
158
158
|
}[];
|
|
159
159
|
attendees: {
|
|
160
|
-
name: string;
|
|
161
160
|
id: number;
|
|
162
161
|
email: string;
|
|
163
|
-
|
|
162
|
+
name: string;
|
|
164
163
|
timeZone: string;
|
|
165
|
-
bookingId: number | null;
|
|
166
164
|
phoneNumber: string | null;
|
|
165
|
+
locale: string | null;
|
|
166
|
+
bookingId: number | null;
|
|
167
167
|
noShow: boolean | null;
|
|
168
168
|
}[];
|
|
169
169
|
references: {
|
|
170
170
|
id: number;
|
|
171
171
|
type: string;
|
|
172
172
|
uid: string;
|
|
173
|
-
credentialId: number | null;
|
|
174
|
-
deleted: boolean | null;
|
|
175
|
-
bookingId: number | null;
|
|
176
|
-
thirdPartyRecurringEventId: string | null;
|
|
177
|
-
delegationCredentialId: string | null;
|
|
178
|
-
domainWideDelegationCredentialId: string | null;
|
|
179
173
|
meetingId: string | null;
|
|
174
|
+
thirdPartyRecurringEventId: string | null;
|
|
180
175
|
meetingPassword: string | null;
|
|
181
176
|
meetingUrl: string | null;
|
|
177
|
+
bookingId: number | null;
|
|
182
178
|
externalCalendarId: string | null;
|
|
179
|
+
deleted: boolean | null;
|
|
180
|
+
credentialId: number | null;
|
|
181
|
+
delegationCredentialId: string | null;
|
|
182
|
+
domainWideDelegationCredentialId: string | null;
|
|
183
183
|
}[];
|
|
184
184
|
id: number;
|
|
185
|
-
title: string;
|
|
186
|
-
metadata: import('../../../prisma-client').Prisma.JsonValue;
|
|
187
|
-
status: import('../../../prisma-client').$Enums.BookingStatus;
|
|
188
|
-
description: string | null;
|
|
189
|
-
paid: boolean;
|
|
190
|
-
location: string | null;
|
|
191
|
-
rescheduled: boolean | null;
|
|
192
|
-
rating: number | null;
|
|
193
185
|
uid: string;
|
|
186
|
+
idempotencyKey: string | null;
|
|
194
187
|
userId: number | null;
|
|
188
|
+
userPrimaryEmail: string | null;
|
|
195
189
|
eventTypeId: number | null;
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
cancelledBy: string | null;
|
|
201
|
-
iCalUID: string | null;
|
|
202
|
-
responses: import('../../../prisma-client').Prisma.JsonValue;
|
|
190
|
+
title: string;
|
|
191
|
+
description: string | null;
|
|
192
|
+
customInputs: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
193
|
+
responses: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
203
194
|
startTime: Date;
|
|
204
195
|
endTime: Date;
|
|
205
|
-
|
|
206
|
-
userPrimaryEmail: string | null;
|
|
196
|
+
location: string | null;
|
|
207
197
|
createdAt: Date;
|
|
208
198
|
updatedAt: Date | null;
|
|
199
|
+
status: import('../../../prisma-client').$Enums.BookingStatus;
|
|
200
|
+
paid: boolean;
|
|
209
201
|
destinationCalendarId: number | null;
|
|
202
|
+
cancellationReason: string | null;
|
|
210
203
|
rejectionReason: string | null;
|
|
211
204
|
reassignReason: string | null;
|
|
212
205
|
reassignById: number | null;
|
|
213
206
|
dynamicEventSlugRef: string | null;
|
|
214
207
|
dynamicGroupSlugRef: string | null;
|
|
208
|
+
rescheduled: boolean | null;
|
|
215
209
|
fromReschedule: string | null;
|
|
210
|
+
recurringEventId: string | null;
|
|
211
|
+
smsReminderNumber: string | null;
|
|
216
212
|
scheduledJobs: string[];
|
|
213
|
+
metadata: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
217
214
|
isRecorded: boolean;
|
|
215
|
+
iCalUID: string | null;
|
|
218
216
|
iCalSequence: number;
|
|
217
|
+
rating: number | null;
|
|
219
218
|
ratingFeedback: string | null;
|
|
220
219
|
noShowHost: boolean | null;
|
|
221
220
|
oneTimePassword: string | null;
|
|
221
|
+
cancelledBy: string | null;
|
|
222
222
|
rescheduledBy: string | null;
|
|
223
223
|
creationSource: import('../../../prisma-client').$Enums.CreationSource | null;
|
|
224
224
|
appsStatus?: import("@calcom/types/Calendar").AppsStatus[];
|
|
@@ -253,67 +253,67 @@ export declare const createBooking: (data: BookingCreateBody) => Promise<Omit<{
|
|
|
253
253
|
};
|
|
254
254
|
paymentRequired: boolean;
|
|
255
255
|
payment: {
|
|
256
|
-
success: boolean;
|
|
257
|
-
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
258
256
|
id: number;
|
|
259
|
-
refunded: boolean;
|
|
260
|
-
currency: string;
|
|
261
257
|
uid: string;
|
|
262
|
-
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
263
|
-
bookingId: number;
|
|
264
|
-
externalId: string;
|
|
265
258
|
appId: string | null;
|
|
259
|
+
bookingId: number;
|
|
266
260
|
amount: number;
|
|
267
261
|
fee: number;
|
|
262
|
+
currency: string;
|
|
263
|
+
success: boolean;
|
|
264
|
+
refunded: boolean;
|
|
265
|
+
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
266
|
+
externalId: string;
|
|
267
|
+
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
268
268
|
}[];
|
|
269
269
|
attendees: {
|
|
270
|
-
name: string;
|
|
271
270
|
id: number;
|
|
272
271
|
email: string;
|
|
273
|
-
|
|
272
|
+
name: string;
|
|
274
273
|
timeZone: string;
|
|
275
|
-
bookingId: number | null;
|
|
276
274
|
phoneNumber: string | null;
|
|
275
|
+
locale: string | null;
|
|
276
|
+
bookingId: number | null;
|
|
277
277
|
noShow: boolean | null;
|
|
278
278
|
}[];
|
|
279
279
|
id: number;
|
|
280
|
-
title: string;
|
|
281
|
-
metadata: import('../../../prisma-client').Prisma.JsonValue;
|
|
282
|
-
status: import('../../../prisma-client').$Enums.BookingStatus;
|
|
283
|
-
description: string | null;
|
|
284
|
-
paid: boolean;
|
|
285
|
-
location: string | null;
|
|
286
|
-
rescheduled: boolean | null;
|
|
287
|
-
rating: number | null;
|
|
288
280
|
uid: string;
|
|
281
|
+
idempotencyKey: string | null;
|
|
289
282
|
userId: number | null;
|
|
283
|
+
userPrimaryEmail: string | null;
|
|
290
284
|
eventTypeId: number | null;
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
cancelledBy: string | null;
|
|
296
|
-
iCalUID: string | null;
|
|
297
|
-
responses: import('../../../prisma-client').Prisma.JsonValue;
|
|
285
|
+
title: string;
|
|
286
|
+
description: string | null;
|
|
287
|
+
customInputs: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
288
|
+
responses: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
298
289
|
startTime: Date;
|
|
299
290
|
endTime: Date;
|
|
300
|
-
|
|
301
|
-
userPrimaryEmail: string | null;
|
|
291
|
+
location: string | null;
|
|
302
292
|
createdAt: Date;
|
|
303
293
|
updatedAt: Date | null;
|
|
294
|
+
status: import('../../../prisma-client').$Enums.BookingStatus;
|
|
295
|
+
paid: boolean;
|
|
304
296
|
destinationCalendarId: number | null;
|
|
297
|
+
cancellationReason: string | null;
|
|
305
298
|
rejectionReason: string | null;
|
|
306
299
|
reassignReason: string | null;
|
|
307
300
|
reassignById: number | null;
|
|
308
301
|
dynamicEventSlugRef: string | null;
|
|
309
302
|
dynamicGroupSlugRef: string | null;
|
|
303
|
+
rescheduled: boolean | null;
|
|
310
304
|
fromReschedule: string | null;
|
|
305
|
+
recurringEventId: string | null;
|
|
306
|
+
smsReminderNumber: string | null;
|
|
311
307
|
scheduledJobs: string[];
|
|
308
|
+
metadata: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
312
309
|
isRecorded: boolean;
|
|
310
|
+
iCalUID: string | null;
|
|
313
311
|
iCalSequence: number;
|
|
312
|
+
rating: number | null;
|
|
314
313
|
ratingFeedback: string | null;
|
|
315
314
|
noShowHost: boolean | null;
|
|
316
315
|
oneTimePassword: string | null;
|
|
316
|
+
cancelledBy: string | null;
|
|
317
317
|
rescheduledBy: string | null;
|
|
318
318
|
creationSource: import('../../../prisma-client').$Enums.CreationSource | null;
|
|
319
319
|
appsStatus?: import("@calcom/types/Calendar").AppsStatus[];
|