@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
|
@@ -32,82 +32,82 @@ export declare const useCreateInstantBooking: ({ onSuccess, onError }?: IUseCrea
|
|
|
32
32
|
paymentRequired: boolean;
|
|
33
33
|
isDryRun: boolean;
|
|
34
34
|
payment?: {
|
|
35
|
-
success: boolean;
|
|
36
|
-
data: import('../../../../prisma-client').Prisma.JsonValue;
|
|
37
35
|
id: number;
|
|
38
|
-
refunded: boolean;
|
|
39
|
-
currency: string;
|
|
40
36
|
uid: string;
|
|
41
|
-
paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
|
|
42
|
-
bookingId: number;
|
|
43
|
-
externalId: string;
|
|
44
37
|
appId: string | null;
|
|
38
|
+
bookingId: number;
|
|
45
39
|
amount: number;
|
|
46
40
|
fee: number;
|
|
41
|
+
currency: string;
|
|
42
|
+
success: boolean;
|
|
43
|
+
refunded: boolean;
|
|
44
|
+
data: import('../../../../prisma-client').Prisma.JsonValue;
|
|
45
|
+
externalId: string;
|
|
46
|
+
paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
|
|
47
47
|
}[] | undefined;
|
|
48
48
|
attendees?: {
|
|
49
|
-
name: string;
|
|
50
49
|
id: number;
|
|
51
50
|
email: string;
|
|
52
|
-
|
|
51
|
+
name: string;
|
|
53
52
|
timeZone: string;
|
|
54
|
-
bookingId: number | null;
|
|
55
53
|
phoneNumber: string | null;
|
|
54
|
+
locale: string | null;
|
|
55
|
+
bookingId: number | null;
|
|
56
56
|
noShow: boolean | null;
|
|
57
57
|
}[] | undefined;
|
|
58
58
|
references?: {
|
|
59
59
|
id: number;
|
|
60
60
|
type: string;
|
|
61
61
|
uid: string;
|
|
62
|
-
credentialId: number | null;
|
|
63
|
-
deleted: boolean | null;
|
|
64
|
-
bookingId: number | null;
|
|
65
|
-
thirdPartyRecurringEventId: string | null;
|
|
66
|
-
delegationCredentialId: string | null;
|
|
67
|
-
domainWideDelegationCredentialId: string | null;
|
|
68
62
|
meetingId: string | null;
|
|
63
|
+
thirdPartyRecurringEventId: string | null;
|
|
69
64
|
meetingPassword: string | null;
|
|
70
65
|
meetingUrl: string | null;
|
|
66
|
+
bookingId: number | null;
|
|
71
67
|
externalCalendarId: string | null;
|
|
68
|
+
deleted: boolean | null;
|
|
69
|
+
credentialId: number | null;
|
|
70
|
+
delegationCredentialId: string | null;
|
|
71
|
+
domainWideDelegationCredentialId: string | null;
|
|
72
72
|
}[] | undefined;
|
|
73
73
|
id?: number | undefined;
|
|
74
|
-
title?: string | undefined;
|
|
75
|
-
metadata?: import('../../../../prisma-client').Prisma.JsonValue | undefined;
|
|
76
|
-
status?: import('../../../../prisma-client').$Enums.BookingStatus | undefined;
|
|
77
|
-
description?: string | null | undefined;
|
|
78
|
-
paid?: boolean | undefined;
|
|
79
|
-
location?: string | null | undefined;
|
|
80
|
-
rescheduled?: boolean | null | undefined;
|
|
81
|
-
rating?: number | null | undefined;
|
|
82
74
|
uid?: string | undefined;
|
|
75
|
+
idempotencyKey?: string | null | undefined;
|
|
83
76
|
userId?: number | null | undefined;
|
|
77
|
+
userPrimaryEmail?: string | null | undefined;
|
|
84
78
|
eventTypeId?: number | null | undefined;
|
|
79
|
+
title?: string | undefined;
|
|
80
|
+
description?: string | null | undefined;
|
|
85
81
|
customInputs?: import('../../../../prisma-client').Prisma.JsonValue | undefined;
|
|
86
|
-
smsReminderNumber?: string | null | undefined;
|
|
87
|
-
recurringEventId?: string | null | undefined;
|
|
88
|
-
cancellationReason?: string | null | undefined;
|
|
89
|
-
cancelledBy?: string | null | undefined;
|
|
90
|
-
iCalUID?: string | null | undefined;
|
|
91
82
|
responses?: import('../../../../prisma-client').Prisma.JsonValue | undefined;
|
|
92
83
|
startTime?: Date | undefined;
|
|
93
84
|
endTime?: Date | undefined;
|
|
94
|
-
|
|
95
|
-
userPrimaryEmail?: string | null | undefined;
|
|
85
|
+
location?: string | null | undefined;
|
|
96
86
|
createdAt?: Date | undefined;
|
|
97
87
|
updatedAt?: Date | null | undefined;
|
|
88
|
+
status?: import('../../../../prisma-client').$Enums.BookingStatus | undefined;
|
|
89
|
+
paid?: boolean | undefined;
|
|
98
90
|
destinationCalendarId?: number | null | undefined;
|
|
91
|
+
cancellationReason?: string | null | undefined;
|
|
99
92
|
rejectionReason?: string | null | undefined;
|
|
100
93
|
reassignReason?: string | null | undefined;
|
|
101
94
|
reassignById?: number | null | undefined;
|
|
102
95
|
dynamicEventSlugRef?: string | null | undefined;
|
|
103
96
|
dynamicGroupSlugRef?: string | null | undefined;
|
|
97
|
+
rescheduled?: boolean | null | undefined;
|
|
104
98
|
fromReschedule?: string | null | undefined;
|
|
99
|
+
recurringEventId?: string | null | undefined;
|
|
100
|
+
smsReminderNumber?: string | null | undefined;
|
|
105
101
|
scheduledJobs?: string[] | undefined;
|
|
102
|
+
metadata?: import('../../../../prisma-client').Prisma.JsonValue | undefined;
|
|
106
103
|
isRecorded?: boolean | undefined;
|
|
104
|
+
iCalUID?: string | null | undefined;
|
|
107
105
|
iCalSequence?: number | undefined;
|
|
106
|
+
rating?: number | null | undefined;
|
|
108
107
|
ratingFeedback?: string | null | undefined;
|
|
109
108
|
noShowHost?: boolean | null | undefined;
|
|
110
109
|
oneTimePassword?: string | null | undefined;
|
|
110
|
+
cancelledBy?: string | null | undefined;
|
|
111
111
|
rescheduledBy?: string | null | undefined;
|
|
112
112
|
creationSource?: import('../../../../prisma-client').$Enums.CreationSource | null | undefined;
|
|
113
113
|
appsStatus?: import("@calcom/types/Calendar").AppsStatus[];
|
|
@@ -148,82 +148,82 @@ export declare const useCreateInstantBooking: ({ onSuccess, onError }?: IUseCrea
|
|
|
148
148
|
videoCallUrl: any;
|
|
149
149
|
seatReferenceUid: string | undefined;
|
|
150
150
|
payment: {
|
|
151
|
-
success: boolean;
|
|
152
|
-
data: import('../../../../prisma-client').Prisma.JsonValue;
|
|
153
151
|
id: number;
|
|
154
|
-
refunded: boolean;
|
|
155
|
-
currency: string;
|
|
156
152
|
uid: string;
|
|
157
|
-
paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
|
|
158
|
-
bookingId: number;
|
|
159
|
-
externalId: string;
|
|
160
153
|
appId: string | null;
|
|
154
|
+
bookingId: number;
|
|
161
155
|
amount: number;
|
|
162
156
|
fee: number;
|
|
157
|
+
currency: string;
|
|
158
|
+
success: boolean;
|
|
159
|
+
refunded: boolean;
|
|
160
|
+
data: import('../../../../prisma-client').Prisma.JsonValue;
|
|
161
|
+
externalId: string;
|
|
162
|
+
paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
|
|
163
163
|
}[];
|
|
164
164
|
attendees: {
|
|
165
|
-
name: string;
|
|
166
165
|
id: number;
|
|
167
166
|
email: string;
|
|
168
|
-
|
|
167
|
+
name: string;
|
|
169
168
|
timeZone: string;
|
|
170
|
-
bookingId: number | null;
|
|
171
169
|
phoneNumber: string | null;
|
|
170
|
+
locale: string | null;
|
|
171
|
+
bookingId: number | null;
|
|
172
172
|
noShow: boolean | null;
|
|
173
173
|
}[];
|
|
174
174
|
references: {
|
|
175
175
|
id: number;
|
|
176
176
|
type: string;
|
|
177
177
|
uid: string;
|
|
178
|
-
credentialId: number | null;
|
|
179
|
-
deleted: boolean | null;
|
|
180
|
-
bookingId: number | null;
|
|
181
|
-
thirdPartyRecurringEventId: string | null;
|
|
182
|
-
delegationCredentialId: string | null;
|
|
183
|
-
domainWideDelegationCredentialId: string | null;
|
|
184
178
|
meetingId: string | null;
|
|
179
|
+
thirdPartyRecurringEventId: string | null;
|
|
185
180
|
meetingPassword: string | null;
|
|
186
181
|
meetingUrl: string | null;
|
|
182
|
+
bookingId: number | null;
|
|
187
183
|
externalCalendarId: string | null;
|
|
184
|
+
deleted: boolean | null;
|
|
185
|
+
credentialId: number | null;
|
|
186
|
+
delegationCredentialId: string | null;
|
|
187
|
+
domainWideDelegationCredentialId: string | null;
|
|
188
188
|
}[];
|
|
189
189
|
id: number;
|
|
190
|
-
title: string;
|
|
191
|
-
metadata: import('../../../../prisma-client').Prisma.JsonValue;
|
|
192
|
-
status: import('../../../../prisma-client').$Enums.BookingStatus;
|
|
193
|
-
description: string | null;
|
|
194
|
-
paid: boolean;
|
|
195
|
-
location: string | null;
|
|
196
|
-
rescheduled: boolean | null;
|
|
197
|
-
rating: number | null;
|
|
198
190
|
uid: string;
|
|
191
|
+
idempotencyKey: string | null;
|
|
199
192
|
userId: number | null;
|
|
193
|
+
userPrimaryEmail: string | null;
|
|
200
194
|
eventTypeId: number | null;
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
cancelledBy: string | null;
|
|
206
|
-
iCalUID: string | null;
|
|
207
|
-
responses: import('../../../../prisma-client').Prisma.JsonValue;
|
|
195
|
+
title: string;
|
|
196
|
+
description: string | null;
|
|
197
|
+
customInputs: import('../../../../prisma-client').Prisma.JsonValue | null;
|
|
198
|
+
responses: import('../../../../prisma-client').Prisma.JsonValue | null;
|
|
208
199
|
startTime: Date;
|
|
209
200
|
endTime: Date;
|
|
210
|
-
|
|
211
|
-
userPrimaryEmail: string | null;
|
|
201
|
+
location: string | null;
|
|
212
202
|
createdAt: Date;
|
|
213
203
|
updatedAt: Date | null;
|
|
204
|
+
status: import('../../../../prisma-client').$Enums.BookingStatus;
|
|
205
|
+
paid: boolean;
|
|
214
206
|
destinationCalendarId: number | null;
|
|
207
|
+
cancellationReason: string | null;
|
|
215
208
|
rejectionReason: string | null;
|
|
216
209
|
reassignReason: string | null;
|
|
217
210
|
reassignById: number | null;
|
|
218
211
|
dynamicEventSlugRef: string | null;
|
|
219
212
|
dynamicGroupSlugRef: string | null;
|
|
213
|
+
rescheduled: boolean | null;
|
|
220
214
|
fromReschedule: string | null;
|
|
215
|
+
recurringEventId: string | null;
|
|
216
|
+
smsReminderNumber: string | null;
|
|
221
217
|
scheduledJobs: string[];
|
|
218
|
+
metadata: import('../../../../prisma-client').Prisma.JsonValue | null;
|
|
222
219
|
isRecorded: boolean;
|
|
220
|
+
iCalUID: string | null;
|
|
223
221
|
iCalSequence: number;
|
|
222
|
+
rating: number | null;
|
|
224
223
|
ratingFeedback: string | null;
|
|
225
224
|
noShowHost: boolean | null;
|
|
226
225
|
oneTimePassword: string | null;
|
|
226
|
+
cancelledBy: string | null;
|
|
227
227
|
rescheduledBy: string | null;
|
|
228
228
|
creationSource: import('../../../../prisma-client').$Enums.CreationSource | null;
|
|
229
229
|
appsStatus?: import("@calcom/types/Calendar").AppsStatus[];
|
|
@@ -258,67 +258,67 @@ export declare const useCreateInstantBooking: ({ onSuccess, onError }?: IUseCrea
|
|
|
258
258
|
};
|
|
259
259
|
paymentRequired: boolean;
|
|
260
260
|
payment: {
|
|
261
|
-
success: boolean;
|
|
262
|
-
data: import('../../../../prisma-client').Prisma.JsonValue;
|
|
263
261
|
id: number;
|
|
264
|
-
refunded: boolean;
|
|
265
|
-
currency: string;
|
|
266
262
|
uid: string;
|
|
267
|
-
paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
|
|
268
|
-
bookingId: number;
|
|
269
|
-
externalId: string;
|
|
270
263
|
appId: string | null;
|
|
264
|
+
bookingId: number;
|
|
271
265
|
amount: number;
|
|
272
266
|
fee: number;
|
|
267
|
+
currency: string;
|
|
268
|
+
success: boolean;
|
|
269
|
+
refunded: boolean;
|
|
270
|
+
data: import('../../../../prisma-client').Prisma.JsonValue;
|
|
271
|
+
externalId: string;
|
|
272
|
+
paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
|
|
273
273
|
}[];
|
|
274
274
|
attendees: {
|
|
275
|
-
name: string;
|
|
276
275
|
id: number;
|
|
277
276
|
email: string;
|
|
278
|
-
|
|
277
|
+
name: string;
|
|
279
278
|
timeZone: string;
|
|
280
|
-
bookingId: number | null;
|
|
281
279
|
phoneNumber: string | null;
|
|
280
|
+
locale: string | null;
|
|
281
|
+
bookingId: number | null;
|
|
282
282
|
noShow: boolean | null;
|
|
283
283
|
}[];
|
|
284
284
|
id: number;
|
|
285
|
-
title: string;
|
|
286
|
-
metadata: import('../../../../prisma-client').Prisma.JsonValue;
|
|
287
|
-
status: import('../../../../prisma-client').$Enums.BookingStatus;
|
|
288
|
-
description: string | null;
|
|
289
|
-
paid: boolean;
|
|
290
|
-
location: string | null;
|
|
291
|
-
rescheduled: boolean | null;
|
|
292
|
-
rating: number | null;
|
|
293
285
|
uid: string;
|
|
286
|
+
idempotencyKey: string | null;
|
|
294
287
|
userId: number | null;
|
|
288
|
+
userPrimaryEmail: string | null;
|
|
295
289
|
eventTypeId: number | null;
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
cancelledBy: string | null;
|
|
301
|
-
iCalUID: string | null;
|
|
302
|
-
responses: import('../../../../prisma-client').Prisma.JsonValue;
|
|
290
|
+
title: string;
|
|
291
|
+
description: string | null;
|
|
292
|
+
customInputs: import('../../../../prisma-client').Prisma.JsonValue | null;
|
|
293
|
+
responses: import('../../../../prisma-client').Prisma.JsonValue | null;
|
|
303
294
|
startTime: Date;
|
|
304
295
|
endTime: Date;
|
|
305
|
-
|
|
306
|
-
userPrimaryEmail: string | null;
|
|
296
|
+
location: string | null;
|
|
307
297
|
createdAt: Date;
|
|
308
298
|
updatedAt: Date | null;
|
|
299
|
+
status: import('../../../../prisma-client').$Enums.BookingStatus;
|
|
300
|
+
paid: boolean;
|
|
309
301
|
destinationCalendarId: number | null;
|
|
302
|
+
cancellationReason: string | null;
|
|
310
303
|
rejectionReason: string | null;
|
|
311
304
|
reassignReason: string | null;
|
|
312
305
|
reassignById: number | null;
|
|
313
306
|
dynamicEventSlugRef: string | null;
|
|
314
307
|
dynamicGroupSlugRef: string | null;
|
|
308
|
+
rescheduled: boolean | null;
|
|
315
309
|
fromReschedule: string | null;
|
|
310
|
+
recurringEventId: string | null;
|
|
311
|
+
smsReminderNumber: string | null;
|
|
316
312
|
scheduledJobs: string[];
|
|
313
|
+
metadata: import('../../../../prisma-client').Prisma.JsonValue | null;
|
|
317
314
|
isRecorded: boolean;
|
|
315
|
+
iCalUID: string | null;
|
|
318
316
|
iCalSequence: number;
|
|
317
|
+
rating: number | null;
|
|
319
318
|
ratingFeedback: string | null;
|
|
320
319
|
noShowHost: boolean | null;
|
|
321
320
|
oneTimePassword: string | null;
|
|
321
|
+
cancelledBy: string | null;
|
|
322
322
|
rescheduledBy: string | null;
|
|
323
323
|
creationSource: import('../../../../prisma-client').$Enums.CreationSource | null;
|
|
324
324
|
appsStatus?: import("@calcom/types/Calendar").AppsStatus[];
|
|
@@ -32,82 +32,82 @@ export declare const useCreateRecurringBooking: ({ onSuccess, onError }?: IUseCr
|
|
|
32
32
|
paymentRequired: boolean;
|
|
33
33
|
isDryRun: boolean;
|
|
34
34
|
payment?: {
|
|
35
|
-
success: boolean;
|
|
36
|
-
data: import('../../../../prisma-client').Prisma.JsonValue;
|
|
37
35
|
id: number;
|
|
38
|
-
refunded: boolean;
|
|
39
|
-
currency: string;
|
|
40
36
|
uid: string;
|
|
41
|
-
paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
|
|
42
|
-
bookingId: number;
|
|
43
|
-
externalId: string;
|
|
44
37
|
appId: string | null;
|
|
38
|
+
bookingId: number;
|
|
45
39
|
amount: number;
|
|
46
40
|
fee: number;
|
|
41
|
+
currency: string;
|
|
42
|
+
success: boolean;
|
|
43
|
+
refunded: boolean;
|
|
44
|
+
data: import('../../../../prisma-client').Prisma.JsonValue;
|
|
45
|
+
externalId: string;
|
|
46
|
+
paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
|
|
47
47
|
}[] | undefined;
|
|
48
48
|
attendees?: {
|
|
49
|
-
name: string;
|
|
50
49
|
id: number;
|
|
51
50
|
email: string;
|
|
52
|
-
|
|
51
|
+
name: string;
|
|
53
52
|
timeZone: string;
|
|
54
|
-
bookingId: number | null;
|
|
55
53
|
phoneNumber: string | null;
|
|
54
|
+
locale: string | null;
|
|
55
|
+
bookingId: number | null;
|
|
56
56
|
noShow: boolean | null;
|
|
57
57
|
}[] | undefined;
|
|
58
58
|
references?: {
|
|
59
59
|
id: number;
|
|
60
60
|
type: string;
|
|
61
61
|
uid: string;
|
|
62
|
-
credentialId: number | null;
|
|
63
|
-
deleted: boolean | null;
|
|
64
|
-
bookingId: number | null;
|
|
65
|
-
thirdPartyRecurringEventId: string | null;
|
|
66
|
-
delegationCredentialId: string | null;
|
|
67
|
-
domainWideDelegationCredentialId: string | null;
|
|
68
62
|
meetingId: string | null;
|
|
63
|
+
thirdPartyRecurringEventId: string | null;
|
|
69
64
|
meetingPassword: string | null;
|
|
70
65
|
meetingUrl: string | null;
|
|
66
|
+
bookingId: number | null;
|
|
71
67
|
externalCalendarId: string | null;
|
|
68
|
+
deleted: boolean | null;
|
|
69
|
+
credentialId: number | null;
|
|
70
|
+
delegationCredentialId: string | null;
|
|
71
|
+
domainWideDelegationCredentialId: string | null;
|
|
72
72
|
}[] | undefined;
|
|
73
73
|
id?: number | undefined;
|
|
74
|
-
title?: string | undefined;
|
|
75
|
-
metadata?: import('../../../../prisma-client').Prisma.JsonValue | undefined;
|
|
76
|
-
status?: import('../../../../prisma-client').$Enums.BookingStatus | undefined;
|
|
77
|
-
description?: string | null | undefined;
|
|
78
|
-
paid?: boolean | undefined;
|
|
79
|
-
location?: string | null | undefined;
|
|
80
|
-
rescheduled?: boolean | null | undefined;
|
|
81
|
-
rating?: number | null | undefined;
|
|
82
74
|
uid?: string | undefined;
|
|
75
|
+
idempotencyKey?: string | null | undefined;
|
|
83
76
|
userId?: number | null | undefined;
|
|
77
|
+
userPrimaryEmail?: string | null | undefined;
|
|
84
78
|
eventTypeId?: number | null | undefined;
|
|
79
|
+
title?: string | undefined;
|
|
80
|
+
description?: string | null | undefined;
|
|
85
81
|
customInputs?: import('../../../../prisma-client').Prisma.JsonValue | undefined;
|
|
86
|
-
smsReminderNumber?: string | null | undefined;
|
|
87
|
-
recurringEventId?: string | null | undefined;
|
|
88
|
-
cancellationReason?: string | null | undefined;
|
|
89
|
-
cancelledBy?: string | null | undefined;
|
|
90
|
-
iCalUID?: string | null | undefined;
|
|
91
82
|
responses?: import('../../../../prisma-client').Prisma.JsonValue | undefined;
|
|
92
83
|
startTime?: Date | undefined;
|
|
93
84
|
endTime?: Date | undefined;
|
|
94
|
-
|
|
95
|
-
userPrimaryEmail?: string | null | undefined;
|
|
85
|
+
location?: string | null | undefined;
|
|
96
86
|
createdAt?: Date | undefined;
|
|
97
87
|
updatedAt?: Date | null | undefined;
|
|
88
|
+
status?: import('../../../../prisma-client').$Enums.BookingStatus | undefined;
|
|
89
|
+
paid?: boolean | undefined;
|
|
98
90
|
destinationCalendarId?: number | null | undefined;
|
|
91
|
+
cancellationReason?: string | null | undefined;
|
|
99
92
|
rejectionReason?: string | null | undefined;
|
|
100
93
|
reassignReason?: string | null | undefined;
|
|
101
94
|
reassignById?: number | null | undefined;
|
|
102
95
|
dynamicEventSlugRef?: string | null | undefined;
|
|
103
96
|
dynamicGroupSlugRef?: string | null | undefined;
|
|
97
|
+
rescheduled?: boolean | null | undefined;
|
|
104
98
|
fromReschedule?: string | null | undefined;
|
|
99
|
+
recurringEventId?: string | null | undefined;
|
|
100
|
+
smsReminderNumber?: string | null | undefined;
|
|
105
101
|
scheduledJobs?: string[] | undefined;
|
|
102
|
+
metadata?: import('../../../../prisma-client').Prisma.JsonValue | undefined;
|
|
106
103
|
isRecorded?: boolean | undefined;
|
|
104
|
+
iCalUID?: string | null | undefined;
|
|
107
105
|
iCalSequence?: number | undefined;
|
|
106
|
+
rating?: number | null | undefined;
|
|
108
107
|
ratingFeedback?: string | null | undefined;
|
|
109
108
|
noShowHost?: boolean | null | undefined;
|
|
110
109
|
oneTimePassword?: string | null | undefined;
|
|
110
|
+
cancelledBy?: string | null | undefined;
|
|
111
111
|
rescheduledBy?: string | null | undefined;
|
|
112
112
|
creationSource?: import('../../../../prisma-client').$Enums.CreationSource | null | undefined;
|
|
113
113
|
appsStatus?: import("@calcom/types/Calendar").AppsStatus[];
|
|
@@ -148,82 +148,82 @@ export declare const useCreateRecurringBooking: ({ onSuccess, onError }?: IUseCr
|
|
|
148
148
|
videoCallUrl: any;
|
|
149
149
|
seatReferenceUid: string | undefined;
|
|
150
150
|
payment: {
|
|
151
|
-
success: boolean;
|
|
152
|
-
data: import('../../../../prisma-client').Prisma.JsonValue;
|
|
153
151
|
id: number;
|
|
154
|
-
refunded: boolean;
|
|
155
|
-
currency: string;
|
|
156
152
|
uid: string;
|
|
157
|
-
paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
|
|
158
|
-
bookingId: number;
|
|
159
|
-
externalId: string;
|
|
160
153
|
appId: string | null;
|
|
154
|
+
bookingId: number;
|
|
161
155
|
amount: number;
|
|
162
156
|
fee: number;
|
|
157
|
+
currency: string;
|
|
158
|
+
success: boolean;
|
|
159
|
+
refunded: boolean;
|
|
160
|
+
data: import('../../../../prisma-client').Prisma.JsonValue;
|
|
161
|
+
externalId: string;
|
|
162
|
+
paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
|
|
163
163
|
}[];
|
|
164
164
|
attendees: {
|
|
165
|
-
name: string;
|
|
166
165
|
id: number;
|
|
167
166
|
email: string;
|
|
168
|
-
|
|
167
|
+
name: string;
|
|
169
168
|
timeZone: string;
|
|
170
|
-
bookingId: number | null;
|
|
171
169
|
phoneNumber: string | null;
|
|
170
|
+
locale: string | null;
|
|
171
|
+
bookingId: number | null;
|
|
172
172
|
noShow: boolean | null;
|
|
173
173
|
}[];
|
|
174
174
|
references: {
|
|
175
175
|
id: number;
|
|
176
176
|
type: string;
|
|
177
177
|
uid: string;
|
|
178
|
-
credentialId: number | null;
|
|
179
|
-
deleted: boolean | null;
|
|
180
|
-
bookingId: number | null;
|
|
181
|
-
thirdPartyRecurringEventId: string | null;
|
|
182
|
-
delegationCredentialId: string | null;
|
|
183
|
-
domainWideDelegationCredentialId: string | null;
|
|
184
178
|
meetingId: string | null;
|
|
179
|
+
thirdPartyRecurringEventId: string | null;
|
|
185
180
|
meetingPassword: string | null;
|
|
186
181
|
meetingUrl: string | null;
|
|
182
|
+
bookingId: number | null;
|
|
187
183
|
externalCalendarId: string | null;
|
|
184
|
+
deleted: boolean | null;
|
|
185
|
+
credentialId: number | null;
|
|
186
|
+
delegationCredentialId: string | null;
|
|
187
|
+
domainWideDelegationCredentialId: string | null;
|
|
188
188
|
}[];
|
|
189
189
|
id: number;
|
|
190
|
-
title: string;
|
|
191
|
-
metadata: import('../../../../prisma-client').Prisma.JsonValue;
|
|
192
|
-
status: import('../../../../prisma-client').$Enums.BookingStatus;
|
|
193
|
-
description: string | null;
|
|
194
|
-
paid: boolean;
|
|
195
|
-
location: string | null;
|
|
196
|
-
rescheduled: boolean | null;
|
|
197
|
-
rating: number | null;
|
|
198
190
|
uid: string;
|
|
191
|
+
idempotencyKey: string | null;
|
|
199
192
|
userId: number | null;
|
|
193
|
+
userPrimaryEmail: string | null;
|
|
200
194
|
eventTypeId: number | null;
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
cancelledBy: string | null;
|
|
206
|
-
iCalUID: string | null;
|
|
207
|
-
responses: import('../../../../prisma-client').Prisma.JsonValue;
|
|
195
|
+
title: string;
|
|
196
|
+
description: string | null;
|
|
197
|
+
customInputs: import('../../../../prisma-client').Prisma.JsonValue | null;
|
|
198
|
+
responses: import('../../../../prisma-client').Prisma.JsonValue | null;
|
|
208
199
|
startTime: Date;
|
|
209
200
|
endTime: Date;
|
|
210
|
-
|
|
211
|
-
userPrimaryEmail: string | null;
|
|
201
|
+
location: string | null;
|
|
212
202
|
createdAt: Date;
|
|
213
203
|
updatedAt: Date | null;
|
|
204
|
+
status: import('../../../../prisma-client').$Enums.BookingStatus;
|
|
205
|
+
paid: boolean;
|
|
214
206
|
destinationCalendarId: number | null;
|
|
207
|
+
cancellationReason: string | null;
|
|
215
208
|
rejectionReason: string | null;
|
|
216
209
|
reassignReason: string | null;
|
|
217
210
|
reassignById: number | null;
|
|
218
211
|
dynamicEventSlugRef: string | null;
|
|
219
212
|
dynamicGroupSlugRef: string | null;
|
|
213
|
+
rescheduled: boolean | null;
|
|
220
214
|
fromReschedule: string | null;
|
|
215
|
+
recurringEventId: string | null;
|
|
216
|
+
smsReminderNumber: string | null;
|
|
221
217
|
scheduledJobs: string[];
|
|
218
|
+
metadata: import('../../../../prisma-client').Prisma.JsonValue | null;
|
|
222
219
|
isRecorded: boolean;
|
|
220
|
+
iCalUID: string | null;
|
|
223
221
|
iCalSequence: number;
|
|
222
|
+
rating: number | null;
|
|
224
223
|
ratingFeedback: string | null;
|
|
225
224
|
noShowHost: boolean | null;
|
|
226
225
|
oneTimePassword: string | null;
|
|
226
|
+
cancelledBy: string | null;
|
|
227
227
|
rescheduledBy: string | null;
|
|
228
228
|
creationSource: import('../../../../prisma-client').$Enums.CreationSource | null;
|
|
229
229
|
appsStatus?: import("@calcom/types/Calendar").AppsStatus[];
|
|
@@ -258,67 +258,67 @@ export declare const useCreateRecurringBooking: ({ onSuccess, onError }?: IUseCr
|
|
|
258
258
|
};
|
|
259
259
|
paymentRequired: boolean;
|
|
260
260
|
payment: {
|
|
261
|
-
success: boolean;
|
|
262
|
-
data: import('../../../../prisma-client').Prisma.JsonValue;
|
|
263
261
|
id: number;
|
|
264
|
-
refunded: boolean;
|
|
265
|
-
currency: string;
|
|
266
262
|
uid: string;
|
|
267
|
-
paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
|
|
268
|
-
bookingId: number;
|
|
269
|
-
externalId: string;
|
|
270
263
|
appId: string | null;
|
|
264
|
+
bookingId: number;
|
|
271
265
|
amount: number;
|
|
272
266
|
fee: number;
|
|
267
|
+
currency: string;
|
|
268
|
+
success: boolean;
|
|
269
|
+
refunded: boolean;
|
|
270
|
+
data: import('../../../../prisma-client').Prisma.JsonValue;
|
|
271
|
+
externalId: string;
|
|
272
|
+
paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
|
|
273
273
|
}[];
|
|
274
274
|
attendees: {
|
|
275
|
-
name: string;
|
|
276
275
|
id: number;
|
|
277
276
|
email: string;
|
|
278
|
-
|
|
277
|
+
name: string;
|
|
279
278
|
timeZone: string;
|
|
280
|
-
bookingId: number | null;
|
|
281
279
|
phoneNumber: string | null;
|
|
280
|
+
locale: string | null;
|
|
281
|
+
bookingId: number | null;
|
|
282
282
|
noShow: boolean | null;
|
|
283
283
|
}[];
|
|
284
284
|
id: number;
|
|
285
|
-
title: string;
|
|
286
|
-
metadata: import('../../../../prisma-client').Prisma.JsonValue;
|
|
287
|
-
status: import('../../../../prisma-client').$Enums.BookingStatus;
|
|
288
|
-
description: string | null;
|
|
289
|
-
paid: boolean;
|
|
290
|
-
location: string | null;
|
|
291
|
-
rescheduled: boolean | null;
|
|
292
|
-
rating: number | null;
|
|
293
285
|
uid: string;
|
|
286
|
+
idempotencyKey: string | null;
|
|
294
287
|
userId: number | null;
|
|
288
|
+
userPrimaryEmail: string | null;
|
|
295
289
|
eventTypeId: number | null;
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
cancelledBy: string | null;
|
|
301
|
-
iCalUID: string | null;
|
|
302
|
-
responses: import('../../../../prisma-client').Prisma.JsonValue;
|
|
290
|
+
title: string;
|
|
291
|
+
description: string | null;
|
|
292
|
+
customInputs: import('../../../../prisma-client').Prisma.JsonValue | null;
|
|
293
|
+
responses: import('../../../../prisma-client').Prisma.JsonValue | null;
|
|
303
294
|
startTime: Date;
|
|
304
295
|
endTime: Date;
|
|
305
|
-
|
|
306
|
-
userPrimaryEmail: string | null;
|
|
296
|
+
location: string | null;
|
|
307
297
|
createdAt: Date;
|
|
308
298
|
updatedAt: Date | null;
|
|
299
|
+
status: import('../../../../prisma-client').$Enums.BookingStatus;
|
|
300
|
+
paid: boolean;
|
|
309
301
|
destinationCalendarId: number | null;
|
|
302
|
+
cancellationReason: string | null;
|
|
310
303
|
rejectionReason: string | null;
|
|
311
304
|
reassignReason: string | null;
|
|
312
305
|
reassignById: number | null;
|
|
313
306
|
dynamicEventSlugRef: string | null;
|
|
314
307
|
dynamicGroupSlugRef: string | null;
|
|
308
|
+
rescheduled: boolean | null;
|
|
315
309
|
fromReschedule: string | null;
|
|
310
|
+
recurringEventId: string | null;
|
|
311
|
+
smsReminderNumber: string | null;
|
|
316
312
|
scheduledJobs: string[];
|
|
313
|
+
metadata: import('../../../../prisma-client').Prisma.JsonValue | null;
|
|
317
314
|
isRecorded: boolean;
|
|
315
|
+
iCalUID: string | null;
|
|
318
316
|
iCalSequence: number;
|
|
317
|
+
rating: number | null;
|
|
319
318
|
ratingFeedback: string | null;
|
|
320
319
|
noShowHost: boolean | null;
|
|
321
320
|
oneTimePassword: string | null;
|
|
321
|
+
cancelledBy: string | null;
|
|
322
322
|
rescheduledBy: string | null;
|
|
323
323
|
creationSource: import('../../../../prisma-client').$Enums.CreationSource | null;
|
|
324
324
|
appsStatus?: import("@calcom/types/Calendar").AppsStatus[];
|
|
@@ -11,12 +11,12 @@ export declare const useGetBookingForReschedule: (props?: IUseGetBookingForResch
|
|
|
11
11
|
name: string;
|
|
12
12
|
email: string;
|
|
13
13
|
bookingSeat: {
|
|
14
|
-
data: import('../../../../prisma-client').Prisma.JsonValue;
|
|
15
14
|
id: number;
|
|
16
|
-
metadata: import('../../../../prisma-client').Prisma.JsonValue;
|
|
17
|
-
bookingId: number;
|
|
18
15
|
referenceUid: string;
|
|
16
|
+
bookingId: number;
|
|
19
17
|
attendeeId: number;
|
|
18
|
+
data: import('../../../../prisma-client').Prisma.JsonValue | null;
|
|
19
|
+
metadata: import('../../../../prisma-client').Prisma.JsonValue | null;
|
|
20
20
|
} | null;
|
|
21
21
|
}[];
|
|
22
22
|
eventType: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useHandleBookEvent.d.ts","sourceRoot":"","sources":["../../../../../../hooks/bookings/useHandleBookEvent.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useHandleBookEvent.d.ts","sourceRoot":"","sources":["../../../../../../hooks/bookings/useHandleBookEvent.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,kEAAkE,CAAC;AAEjH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAEnE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AACtE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAK3E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,KAAK,SAAS,GAAG;IAAE,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IAAC,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAA;CAAE,CAAC;AAC1E,KAAK,qBAAqB,GAAG;IAC3B,WAAW,EAAE,wBAAwB,CAAC,aAAa,CAAC,CAAC;IACrD,KAAK,CAAC,EAAE;QACN,IAAI,CAAC,EAAE,IAAI,CACT,WAAW,EACX,IAAI,GAAG,WAAW,GAAG,UAAU,GAAG,gBAAgB,GAAG,QAAQ,GAAG,MAAM,GAAG,gBAAgB,CAC1F,GAAG,IAAI,CAAC;KACV,CAAC;IACF,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,aAAa,EAAE,CAAC,KAAK,EAAE,qBAAqB,EAAE,SAAS,CAAC,EAAE,SAAS,KAAK,IAAI,CAAC;IAC7E,oBAAoB,EAAE,CAAC,KAAK,EAAE,iBAAiB,EAAE,SAAS,CAAC,EAAE,SAAS,KAAK,IAAI,CAAC;IAChF,gBAAgB,EAAE,CAAC,KAAK,EAAE,iBAAiB,EAAE,EAAE,SAAS,CAAC,EAAE,SAAS,KAAK,IAAI,CAAC;IAC9E,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,uBAAuB,CAAC,EAAE,uBAAuB,CAAC;IAClD,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,6JAWhC,qBAAqB,sBAyBmB,MAAM,SAiEhD,CAAC"}
|