@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
|
@@ -148,82 +148,82 @@ declare function handler(input: BookingHandlerInput, bookingDataSchemaGetter?: B
|
|
|
148
148
|
paymentRequired: boolean;
|
|
149
149
|
isDryRun: boolean;
|
|
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
|
}[] | undefined;
|
|
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
|
}[] | undefined;
|
|
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
|
}[] | undefined;
|
|
189
189
|
id?: number | undefined;
|
|
190
|
-
title?: string | undefined;
|
|
191
|
-
metadata?: import('../../../prisma-client').Prisma.JsonValue | undefined;
|
|
192
|
-
status?: import('../../../prisma-client').$Enums.BookingStatus | undefined;
|
|
193
|
-
description?: string | null | undefined;
|
|
194
|
-
paid?: boolean | undefined;
|
|
195
|
-
location?: string | null | undefined;
|
|
196
|
-
rescheduled?: boolean | null | undefined;
|
|
197
|
-
rating?: number | null | undefined;
|
|
198
190
|
uid?: string | undefined;
|
|
191
|
+
idempotencyKey?: string | null | undefined;
|
|
199
192
|
userId?: number | null | undefined;
|
|
193
|
+
userPrimaryEmail?: string | null | undefined;
|
|
200
194
|
eventTypeId?: number | null | undefined;
|
|
195
|
+
title?: string | undefined;
|
|
196
|
+
description?: string | null | undefined;
|
|
201
197
|
customInputs?: import('../../../prisma-client').Prisma.JsonValue | undefined;
|
|
202
|
-
smsReminderNumber?: string | null | undefined;
|
|
203
|
-
recurringEventId?: string | null | undefined;
|
|
204
|
-
cancellationReason?: string | null | undefined;
|
|
205
|
-
cancelledBy?: string | null | undefined;
|
|
206
|
-
iCalUID?: string | null | undefined;
|
|
207
198
|
responses?: import('../../../prisma-client').Prisma.JsonValue | undefined;
|
|
208
199
|
startTime?: Date | undefined;
|
|
209
200
|
endTime?: Date | undefined;
|
|
210
|
-
|
|
211
|
-
userPrimaryEmail?: string | null | undefined;
|
|
201
|
+
location?: string | null | undefined;
|
|
212
202
|
createdAt?: Date | undefined;
|
|
213
203
|
updatedAt?: Date | null | undefined;
|
|
204
|
+
status?: import('../../../prisma-client').$Enums.BookingStatus | undefined;
|
|
205
|
+
paid?: boolean | undefined;
|
|
214
206
|
destinationCalendarId?: number | null | undefined;
|
|
207
|
+
cancellationReason?: string | null | undefined;
|
|
215
208
|
rejectionReason?: string | null | undefined;
|
|
216
209
|
reassignReason?: string | null | undefined;
|
|
217
210
|
reassignById?: number | null | undefined;
|
|
218
211
|
dynamicEventSlugRef?: string | null | undefined;
|
|
219
212
|
dynamicGroupSlugRef?: string | null | undefined;
|
|
213
|
+
rescheduled?: boolean | null | undefined;
|
|
220
214
|
fromReschedule?: string | null | undefined;
|
|
215
|
+
recurringEventId?: string | null | undefined;
|
|
216
|
+
smsReminderNumber?: string | null | undefined;
|
|
221
217
|
scheduledJobs?: string[] | undefined;
|
|
218
|
+
metadata?: import('../../../prisma-client').Prisma.JsonValue | undefined;
|
|
222
219
|
isRecorded?: boolean | undefined;
|
|
220
|
+
iCalUID?: string | null | undefined;
|
|
223
221
|
iCalSequence?: number | undefined;
|
|
222
|
+
rating?: number | null | undefined;
|
|
224
223
|
ratingFeedback?: string | null | undefined;
|
|
225
224
|
noShowHost?: boolean | null | undefined;
|
|
226
225
|
oneTimePassword?: string | null | undefined;
|
|
226
|
+
cancelledBy?: string | null | undefined;
|
|
227
227
|
rescheduledBy?: string | null | undefined;
|
|
228
228
|
creationSource?: import('../../../prisma-client').$Enums.CreationSource | null | undefined;
|
|
229
229
|
appsStatus?: AppsStatus[];
|
|
@@ -264,82 +264,82 @@ declare function handler(input: BookingHandlerInput, bookingDataSchemaGetter?: B
|
|
|
264
264
|
videoCallUrl: any;
|
|
265
265
|
seatReferenceUid: string | undefined;
|
|
266
266
|
payment: {
|
|
267
|
-
success: boolean;
|
|
268
|
-
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
269
267
|
id: number;
|
|
270
|
-
refunded: boolean;
|
|
271
|
-
currency: string;
|
|
272
268
|
uid: string;
|
|
273
|
-
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
274
|
-
bookingId: number;
|
|
275
|
-
externalId: string;
|
|
276
269
|
appId: string | null;
|
|
270
|
+
bookingId: number;
|
|
277
271
|
amount: number;
|
|
278
272
|
fee: number;
|
|
273
|
+
currency: string;
|
|
274
|
+
success: boolean;
|
|
275
|
+
refunded: boolean;
|
|
276
|
+
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
277
|
+
externalId: string;
|
|
278
|
+
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
279
279
|
}[];
|
|
280
280
|
attendees: {
|
|
281
|
-
name: string;
|
|
282
281
|
id: number;
|
|
283
282
|
email: string;
|
|
284
|
-
|
|
283
|
+
name: string;
|
|
285
284
|
timeZone: string;
|
|
286
|
-
bookingId: number | null;
|
|
287
285
|
phoneNumber: string | null;
|
|
286
|
+
locale: string | null;
|
|
287
|
+
bookingId: number | null;
|
|
288
288
|
noShow: boolean | null;
|
|
289
289
|
}[];
|
|
290
290
|
references: {
|
|
291
291
|
id: number;
|
|
292
292
|
type: string;
|
|
293
293
|
uid: string;
|
|
294
|
-
credentialId: number | null;
|
|
295
|
-
deleted: boolean | null;
|
|
296
|
-
bookingId: number | null;
|
|
297
|
-
thirdPartyRecurringEventId: string | null;
|
|
298
|
-
delegationCredentialId: string | null;
|
|
299
|
-
domainWideDelegationCredentialId: string | null;
|
|
300
294
|
meetingId: string | null;
|
|
295
|
+
thirdPartyRecurringEventId: string | null;
|
|
301
296
|
meetingPassword: string | null;
|
|
302
297
|
meetingUrl: string | null;
|
|
298
|
+
bookingId: number | null;
|
|
303
299
|
externalCalendarId: string | null;
|
|
300
|
+
deleted: boolean | null;
|
|
301
|
+
credentialId: number | null;
|
|
302
|
+
delegationCredentialId: string | null;
|
|
303
|
+
domainWideDelegationCredentialId: string | null;
|
|
304
304
|
}[];
|
|
305
305
|
id: number;
|
|
306
|
-
title: string;
|
|
307
|
-
metadata: import('../../../prisma-client').Prisma.JsonValue;
|
|
308
|
-
status: import('../../../prisma-client').$Enums.BookingStatus;
|
|
309
|
-
description: string | null;
|
|
310
|
-
paid: boolean;
|
|
311
|
-
location: string | null;
|
|
312
|
-
rescheduled: boolean | null;
|
|
313
|
-
rating: number | null;
|
|
314
306
|
uid: string;
|
|
307
|
+
idempotencyKey: string | null;
|
|
315
308
|
userId: number | null;
|
|
309
|
+
userPrimaryEmail: string | null;
|
|
316
310
|
eventTypeId: number | null;
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
cancelledBy: string | null;
|
|
322
|
-
iCalUID: string | null;
|
|
323
|
-
responses: import('../../../prisma-client').Prisma.JsonValue;
|
|
311
|
+
title: string;
|
|
312
|
+
description: string | null;
|
|
313
|
+
customInputs: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
314
|
+
responses: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
324
315
|
startTime: Date;
|
|
325
316
|
endTime: Date;
|
|
326
|
-
|
|
327
|
-
userPrimaryEmail: string | null;
|
|
317
|
+
location: string | null;
|
|
328
318
|
createdAt: Date;
|
|
329
319
|
updatedAt: Date | null;
|
|
320
|
+
status: import('../../../prisma-client').$Enums.BookingStatus;
|
|
321
|
+
paid: boolean;
|
|
330
322
|
destinationCalendarId: number | null;
|
|
323
|
+
cancellationReason: string | null;
|
|
331
324
|
rejectionReason: string | null;
|
|
332
325
|
reassignReason: string | null;
|
|
333
326
|
reassignById: number | null;
|
|
334
327
|
dynamicEventSlugRef: string | null;
|
|
335
328
|
dynamicGroupSlugRef: string | null;
|
|
329
|
+
rescheduled: boolean | null;
|
|
336
330
|
fromReschedule: string | null;
|
|
331
|
+
recurringEventId: string | null;
|
|
332
|
+
smsReminderNumber: string | null;
|
|
337
333
|
scheduledJobs: string[];
|
|
334
|
+
metadata: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
338
335
|
isRecorded: boolean;
|
|
336
|
+
iCalUID: string | null;
|
|
339
337
|
iCalSequence: number;
|
|
338
|
+
rating: number | null;
|
|
340
339
|
ratingFeedback: string | null;
|
|
341
340
|
noShowHost: boolean | null;
|
|
342
341
|
oneTimePassword: string | null;
|
|
342
|
+
cancelledBy: string | null;
|
|
343
343
|
rescheduledBy: string | null;
|
|
344
344
|
creationSource: import('../../../prisma-client').$Enums.CreationSource | null;
|
|
345
345
|
appsStatus?: AppsStatus[];
|
|
@@ -374,67 +374,67 @@ declare function handler(input: BookingHandlerInput, bookingDataSchemaGetter?: B
|
|
|
374
374
|
};
|
|
375
375
|
paymentRequired: boolean;
|
|
376
376
|
payment: {
|
|
377
|
-
success: boolean;
|
|
378
|
-
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
379
377
|
id: number;
|
|
380
|
-
refunded: boolean;
|
|
381
|
-
currency: string;
|
|
382
378
|
uid: string;
|
|
383
|
-
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
384
|
-
bookingId: number;
|
|
385
|
-
externalId: string;
|
|
386
379
|
appId: string | null;
|
|
380
|
+
bookingId: number;
|
|
387
381
|
amount: number;
|
|
388
382
|
fee: number;
|
|
383
|
+
currency: string;
|
|
384
|
+
success: boolean;
|
|
385
|
+
refunded: boolean;
|
|
386
|
+
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
387
|
+
externalId: string;
|
|
388
|
+
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
389
389
|
}[];
|
|
390
390
|
attendees: {
|
|
391
|
-
name: string;
|
|
392
391
|
id: number;
|
|
393
392
|
email: string;
|
|
394
|
-
|
|
393
|
+
name: string;
|
|
395
394
|
timeZone: string;
|
|
396
|
-
bookingId: number | null;
|
|
397
395
|
phoneNumber: string | null;
|
|
396
|
+
locale: string | null;
|
|
397
|
+
bookingId: number | null;
|
|
398
398
|
noShow: boolean | null;
|
|
399
399
|
}[];
|
|
400
400
|
id: number;
|
|
401
|
-
title: string;
|
|
402
|
-
metadata: import('../../../prisma-client').Prisma.JsonValue;
|
|
403
|
-
status: import('../../../prisma-client').$Enums.BookingStatus;
|
|
404
|
-
description: string | null;
|
|
405
|
-
paid: boolean;
|
|
406
|
-
location: string | null;
|
|
407
|
-
rescheduled: boolean | null;
|
|
408
|
-
rating: number | null;
|
|
409
401
|
uid: string;
|
|
402
|
+
idempotencyKey: string | null;
|
|
410
403
|
userId: number | null;
|
|
404
|
+
userPrimaryEmail: string | null;
|
|
411
405
|
eventTypeId: number | null;
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
cancelledBy: string | null;
|
|
417
|
-
iCalUID: string | null;
|
|
418
|
-
responses: import('../../../prisma-client').Prisma.JsonValue;
|
|
406
|
+
title: string;
|
|
407
|
+
description: string | null;
|
|
408
|
+
customInputs: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
409
|
+
responses: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
419
410
|
startTime: Date;
|
|
420
411
|
endTime: Date;
|
|
421
|
-
|
|
422
|
-
userPrimaryEmail: string | null;
|
|
412
|
+
location: string | null;
|
|
423
413
|
createdAt: Date;
|
|
424
414
|
updatedAt: Date | null;
|
|
415
|
+
status: import('../../../prisma-client').$Enums.BookingStatus;
|
|
416
|
+
paid: boolean;
|
|
425
417
|
destinationCalendarId: number | null;
|
|
418
|
+
cancellationReason: string | null;
|
|
426
419
|
rejectionReason: string | null;
|
|
427
420
|
reassignReason: string | null;
|
|
428
421
|
reassignById: number | null;
|
|
429
422
|
dynamicEventSlugRef: string | null;
|
|
430
423
|
dynamicGroupSlugRef: string | null;
|
|
424
|
+
rescheduled: boolean | null;
|
|
431
425
|
fromReschedule: string | null;
|
|
426
|
+
recurringEventId: string | null;
|
|
427
|
+
smsReminderNumber: string | null;
|
|
432
428
|
scheduledJobs: string[];
|
|
429
|
+
metadata: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
433
430
|
isRecorded: boolean;
|
|
431
|
+
iCalUID: string | null;
|
|
434
432
|
iCalSequence: number;
|
|
433
|
+
rating: number | null;
|
|
435
434
|
ratingFeedback: string | null;
|
|
436
435
|
noShowHost: boolean | null;
|
|
437
436
|
oneTimePassword: string | null;
|
|
437
|
+
cancelledBy: string | null;
|
|
438
438
|
rescheduledBy: string | null;
|
|
439
439
|
creationSource: import('../../../prisma-client').$Enums.CreationSource | null;
|
|
440
440
|
appsStatus?: AppsStatus[];
|
|
@@ -489,82 +489,82 @@ export declare class RegularBookingService implements IBookingService {
|
|
|
489
489
|
paymentRequired: boolean;
|
|
490
490
|
isDryRun: boolean;
|
|
491
491
|
payment?: {
|
|
492
|
-
success: boolean;
|
|
493
|
-
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
494
492
|
id: number;
|
|
495
|
-
refunded: boolean;
|
|
496
|
-
currency: string;
|
|
497
493
|
uid: string;
|
|
498
|
-
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
499
|
-
bookingId: number;
|
|
500
|
-
externalId: string;
|
|
501
494
|
appId: string | null;
|
|
495
|
+
bookingId: number;
|
|
502
496
|
amount: number;
|
|
503
497
|
fee: number;
|
|
498
|
+
currency: string;
|
|
499
|
+
success: boolean;
|
|
500
|
+
refunded: boolean;
|
|
501
|
+
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
502
|
+
externalId: string;
|
|
503
|
+
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
504
504
|
}[] | undefined;
|
|
505
505
|
attendees?: {
|
|
506
|
-
name: string;
|
|
507
506
|
id: number;
|
|
508
507
|
email: string;
|
|
509
|
-
|
|
508
|
+
name: string;
|
|
510
509
|
timeZone: string;
|
|
511
|
-
bookingId: number | null;
|
|
512
510
|
phoneNumber: string | null;
|
|
511
|
+
locale: string | null;
|
|
512
|
+
bookingId: number | null;
|
|
513
513
|
noShow: boolean | null;
|
|
514
514
|
}[] | undefined;
|
|
515
515
|
references?: {
|
|
516
516
|
id: number;
|
|
517
517
|
type: string;
|
|
518
518
|
uid: string;
|
|
519
|
-
credentialId: number | null;
|
|
520
|
-
deleted: boolean | null;
|
|
521
|
-
bookingId: number | null;
|
|
522
|
-
thirdPartyRecurringEventId: string | null;
|
|
523
|
-
delegationCredentialId: string | null;
|
|
524
|
-
domainWideDelegationCredentialId: string | null;
|
|
525
519
|
meetingId: string | null;
|
|
520
|
+
thirdPartyRecurringEventId: string | null;
|
|
526
521
|
meetingPassword: string | null;
|
|
527
522
|
meetingUrl: string | null;
|
|
523
|
+
bookingId: number | null;
|
|
528
524
|
externalCalendarId: string | null;
|
|
525
|
+
deleted: boolean | null;
|
|
526
|
+
credentialId: number | null;
|
|
527
|
+
delegationCredentialId: string | null;
|
|
528
|
+
domainWideDelegationCredentialId: string | null;
|
|
529
529
|
}[] | undefined;
|
|
530
530
|
id?: number | undefined;
|
|
531
|
-
title?: string | undefined;
|
|
532
|
-
metadata?: import('../../../prisma-client').Prisma.JsonValue | undefined;
|
|
533
|
-
status?: import('../../../prisma-client').$Enums.BookingStatus | undefined;
|
|
534
|
-
description?: string | null | undefined;
|
|
535
|
-
paid?: boolean | undefined;
|
|
536
|
-
location?: string | null | undefined;
|
|
537
|
-
rescheduled?: boolean | null | undefined;
|
|
538
|
-
rating?: number | null | undefined;
|
|
539
531
|
uid?: string | undefined;
|
|
532
|
+
idempotencyKey?: string | null | undefined;
|
|
540
533
|
userId?: number | null | undefined;
|
|
534
|
+
userPrimaryEmail?: string | null | undefined;
|
|
541
535
|
eventTypeId?: number | null | undefined;
|
|
536
|
+
title?: string | undefined;
|
|
537
|
+
description?: string | null | undefined;
|
|
542
538
|
customInputs?: import('../../../prisma-client').Prisma.JsonValue | undefined;
|
|
543
|
-
smsReminderNumber?: string | null | undefined;
|
|
544
|
-
recurringEventId?: string | null | undefined;
|
|
545
|
-
cancellationReason?: string | null | undefined;
|
|
546
|
-
cancelledBy?: string | null | undefined;
|
|
547
|
-
iCalUID?: string | null | undefined;
|
|
548
539
|
responses?: import('../../../prisma-client').Prisma.JsonValue | undefined;
|
|
549
540
|
startTime?: Date | undefined;
|
|
550
541
|
endTime?: Date | undefined;
|
|
551
|
-
|
|
552
|
-
userPrimaryEmail?: string | null | undefined;
|
|
542
|
+
location?: string | null | undefined;
|
|
553
543
|
createdAt?: Date | undefined;
|
|
554
544
|
updatedAt?: Date | null | undefined;
|
|
545
|
+
status?: import('../../../prisma-client').$Enums.BookingStatus | undefined;
|
|
546
|
+
paid?: boolean | undefined;
|
|
555
547
|
destinationCalendarId?: number | null | undefined;
|
|
548
|
+
cancellationReason?: string | null | undefined;
|
|
556
549
|
rejectionReason?: string | null | undefined;
|
|
557
550
|
reassignReason?: string | null | undefined;
|
|
558
551
|
reassignById?: number | null | undefined;
|
|
559
552
|
dynamicEventSlugRef?: string | null | undefined;
|
|
560
553
|
dynamicGroupSlugRef?: string | null | undefined;
|
|
554
|
+
rescheduled?: boolean | null | undefined;
|
|
561
555
|
fromReschedule?: string | null | undefined;
|
|
556
|
+
recurringEventId?: string | null | undefined;
|
|
557
|
+
smsReminderNumber?: string | null | undefined;
|
|
562
558
|
scheduledJobs?: string[] | undefined;
|
|
559
|
+
metadata?: import('../../../prisma-client').Prisma.JsonValue | undefined;
|
|
563
560
|
isRecorded?: boolean | undefined;
|
|
561
|
+
iCalUID?: string | null | undefined;
|
|
564
562
|
iCalSequence?: number | undefined;
|
|
563
|
+
rating?: number | null | undefined;
|
|
565
564
|
ratingFeedback?: string | null | undefined;
|
|
566
565
|
noShowHost?: boolean | null | undefined;
|
|
567
566
|
oneTimePassword?: string | null | undefined;
|
|
567
|
+
cancelledBy?: string | null | undefined;
|
|
568
568
|
rescheduledBy?: string | null | undefined;
|
|
569
569
|
creationSource?: import('../../../prisma-client').$Enums.CreationSource | null | undefined;
|
|
570
570
|
appsStatus?: AppsStatus[];
|
|
@@ -605,82 +605,82 @@ export declare class RegularBookingService implements IBookingService {
|
|
|
605
605
|
videoCallUrl: any;
|
|
606
606
|
seatReferenceUid: string | undefined;
|
|
607
607
|
payment: {
|
|
608
|
-
success: boolean;
|
|
609
|
-
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
610
608
|
id: number;
|
|
611
|
-
refunded: boolean;
|
|
612
|
-
currency: string;
|
|
613
609
|
uid: string;
|
|
614
|
-
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
615
|
-
bookingId: number;
|
|
616
|
-
externalId: string;
|
|
617
610
|
appId: string | null;
|
|
611
|
+
bookingId: number;
|
|
618
612
|
amount: number;
|
|
619
613
|
fee: number;
|
|
614
|
+
currency: string;
|
|
615
|
+
success: boolean;
|
|
616
|
+
refunded: boolean;
|
|
617
|
+
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
618
|
+
externalId: string;
|
|
619
|
+
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
620
620
|
}[];
|
|
621
621
|
attendees: {
|
|
622
|
-
name: string;
|
|
623
622
|
id: number;
|
|
624
623
|
email: string;
|
|
625
|
-
|
|
624
|
+
name: string;
|
|
626
625
|
timeZone: string;
|
|
627
|
-
bookingId: number | null;
|
|
628
626
|
phoneNumber: string | null;
|
|
627
|
+
locale: string | null;
|
|
628
|
+
bookingId: number | null;
|
|
629
629
|
noShow: boolean | null;
|
|
630
630
|
}[];
|
|
631
631
|
references: {
|
|
632
632
|
id: number;
|
|
633
633
|
type: string;
|
|
634
634
|
uid: string;
|
|
635
|
-
|
|
636
|
-
deleted: boolean | null;
|
|
637
|
-
bookingId: number | null;
|
|
635
|
+
meetingId: string | null;
|
|
638
636
|
thirdPartyRecurringEventId: string | null;
|
|
639
|
-
delegationCredentialId: string | null;
|
|
640
|
-
domainWideDelegationCredentialId: string | null;
|
|
641
|
-
meetingId: string | null;
|
|
642
637
|
meetingPassword: string | null;
|
|
643
638
|
meetingUrl: string | null;
|
|
639
|
+
bookingId: number | null;
|
|
644
640
|
externalCalendarId: string | null;
|
|
641
|
+
deleted: boolean | null;
|
|
642
|
+
credentialId: number | null;
|
|
643
|
+
delegationCredentialId: string | null;
|
|
644
|
+
domainWideDelegationCredentialId: string | null;
|
|
645
645
|
}[];
|
|
646
646
|
id: number;
|
|
647
|
-
title: string;
|
|
648
|
-
metadata: import('../../../prisma-client').Prisma.JsonValue;
|
|
649
|
-
status: import('../../../prisma-client').$Enums.BookingStatus;
|
|
650
|
-
description: string | null;
|
|
651
|
-
paid: boolean;
|
|
652
|
-
location: string | null;
|
|
653
|
-
rescheduled: boolean | null;
|
|
654
|
-
rating: number | null;
|
|
655
647
|
uid: string;
|
|
648
|
+
idempotencyKey: string | null;
|
|
656
649
|
userId: number | null;
|
|
650
|
+
userPrimaryEmail: string | null;
|
|
657
651
|
eventTypeId: number | null;
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
cancelledBy: string | null;
|
|
663
|
-
iCalUID: string | null;
|
|
664
|
-
responses: import('../../../prisma-client').Prisma.JsonValue;
|
|
652
|
+
title: string;
|
|
653
|
+
description: string | null;
|
|
654
|
+
customInputs: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
655
|
+
responses: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
665
656
|
startTime: Date;
|
|
666
657
|
endTime: Date;
|
|
667
|
-
|
|
668
|
-
userPrimaryEmail: string | null;
|
|
658
|
+
location: string | null;
|
|
669
659
|
createdAt: Date;
|
|
670
660
|
updatedAt: Date | null;
|
|
661
|
+
status: import('../../../prisma-client').$Enums.BookingStatus;
|
|
662
|
+
paid: boolean;
|
|
671
663
|
destinationCalendarId: number | null;
|
|
664
|
+
cancellationReason: string | null;
|
|
672
665
|
rejectionReason: string | null;
|
|
673
666
|
reassignReason: string | null;
|
|
674
667
|
reassignById: number | null;
|
|
675
668
|
dynamicEventSlugRef: string | null;
|
|
676
669
|
dynamicGroupSlugRef: string | null;
|
|
670
|
+
rescheduled: boolean | null;
|
|
677
671
|
fromReschedule: string | null;
|
|
672
|
+
recurringEventId: string | null;
|
|
673
|
+
smsReminderNumber: string | null;
|
|
678
674
|
scheduledJobs: string[];
|
|
675
|
+
metadata: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
679
676
|
isRecorded: boolean;
|
|
677
|
+
iCalUID: string | null;
|
|
680
678
|
iCalSequence: number;
|
|
679
|
+
rating: number | null;
|
|
681
680
|
ratingFeedback: string | null;
|
|
682
681
|
noShowHost: boolean | null;
|
|
683
682
|
oneTimePassword: string | null;
|
|
683
|
+
cancelledBy: string | null;
|
|
684
684
|
rescheduledBy: string | null;
|
|
685
685
|
creationSource: import('../../../prisma-client').$Enums.CreationSource | null;
|
|
686
686
|
appsStatus?: AppsStatus[];
|
|
@@ -715,67 +715,67 @@ export declare class RegularBookingService implements IBookingService {
|
|
|
715
715
|
};
|
|
716
716
|
paymentRequired: boolean;
|
|
717
717
|
payment: {
|
|
718
|
-
success: boolean;
|
|
719
|
-
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
720
718
|
id: number;
|
|
721
|
-
refunded: boolean;
|
|
722
|
-
currency: string;
|
|
723
719
|
uid: string;
|
|
724
|
-
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
725
|
-
bookingId: number;
|
|
726
|
-
externalId: string;
|
|
727
720
|
appId: string | null;
|
|
721
|
+
bookingId: number;
|
|
728
722
|
amount: number;
|
|
729
723
|
fee: number;
|
|
724
|
+
currency: string;
|
|
725
|
+
success: boolean;
|
|
726
|
+
refunded: boolean;
|
|
727
|
+
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
728
|
+
externalId: string;
|
|
729
|
+
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
730
730
|
}[];
|
|
731
731
|
attendees: {
|
|
732
|
-
name: string;
|
|
733
732
|
id: number;
|
|
734
733
|
email: string;
|
|
735
|
-
|
|
734
|
+
name: string;
|
|
736
735
|
timeZone: string;
|
|
737
|
-
bookingId: number | null;
|
|
738
736
|
phoneNumber: string | null;
|
|
737
|
+
locale: string | null;
|
|
738
|
+
bookingId: number | null;
|
|
739
739
|
noShow: boolean | null;
|
|
740
740
|
}[];
|
|
741
741
|
id: number;
|
|
742
|
-
title: string;
|
|
743
|
-
metadata: import('../../../prisma-client').Prisma.JsonValue;
|
|
744
|
-
status: import('../../../prisma-client').$Enums.BookingStatus;
|
|
745
|
-
description: string | null;
|
|
746
|
-
paid: boolean;
|
|
747
|
-
location: string | null;
|
|
748
|
-
rescheduled: boolean | null;
|
|
749
|
-
rating: number | null;
|
|
750
742
|
uid: string;
|
|
743
|
+
idempotencyKey: string | null;
|
|
751
744
|
userId: number | null;
|
|
745
|
+
userPrimaryEmail: string | null;
|
|
752
746
|
eventTypeId: number | null;
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
cancelledBy: string | null;
|
|
758
|
-
iCalUID: string | null;
|
|
759
|
-
responses: import('../../../prisma-client').Prisma.JsonValue;
|
|
747
|
+
title: string;
|
|
748
|
+
description: string | null;
|
|
749
|
+
customInputs: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
750
|
+
responses: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
760
751
|
startTime: Date;
|
|
761
752
|
endTime: Date;
|
|
762
|
-
|
|
763
|
-
userPrimaryEmail: string | null;
|
|
753
|
+
location: string | null;
|
|
764
754
|
createdAt: Date;
|
|
765
755
|
updatedAt: Date | null;
|
|
756
|
+
status: import('../../../prisma-client').$Enums.BookingStatus;
|
|
757
|
+
paid: boolean;
|
|
766
758
|
destinationCalendarId: number | null;
|
|
759
|
+
cancellationReason: string | null;
|
|
767
760
|
rejectionReason: string | null;
|
|
768
761
|
reassignReason: string | null;
|
|
769
762
|
reassignById: number | null;
|
|
770
763
|
dynamicEventSlugRef: string | null;
|
|
771
764
|
dynamicGroupSlugRef: string | null;
|
|
765
|
+
rescheduled: boolean | null;
|
|
772
766
|
fromReschedule: string | null;
|
|
767
|
+
recurringEventId: string | null;
|
|
768
|
+
smsReminderNumber: string | null;
|
|
773
769
|
scheduledJobs: string[];
|
|
770
|
+
metadata: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
774
771
|
isRecorded: boolean;
|
|
772
|
+
iCalUID: string | null;
|
|
775
773
|
iCalSequence: number;
|
|
774
|
+
rating: number | null;
|
|
776
775
|
ratingFeedback: string | null;
|
|
777
776
|
noShowHost: boolean | null;
|
|
778
777
|
oneTimePassword: string | null;
|
|
778
|
+
cancelledBy: string | null;
|
|
779
779
|
rescheduledBy: string | null;
|
|
780
780
|
creationSource: import('../../../prisma-client').$Enums.CreationSource | null;
|
|
781
781
|
appsStatus?: AppsStatus[];
|
|
@@ -813,82 +813,82 @@ export declare class RegularBookingService implements IBookingService {
|
|
|
813
813
|
paymentRequired: boolean;
|
|
814
814
|
isDryRun: boolean;
|
|
815
815
|
payment?: {
|
|
816
|
-
success: boolean;
|
|
817
|
-
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
818
816
|
id: number;
|
|
819
|
-
refunded: boolean;
|
|
820
|
-
currency: string;
|
|
821
817
|
uid: string;
|
|
822
|
-
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
823
|
-
bookingId: number;
|
|
824
|
-
externalId: string;
|
|
825
818
|
appId: string | null;
|
|
819
|
+
bookingId: number;
|
|
826
820
|
amount: number;
|
|
827
821
|
fee: number;
|
|
822
|
+
currency: string;
|
|
823
|
+
success: boolean;
|
|
824
|
+
refunded: boolean;
|
|
825
|
+
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
826
|
+
externalId: string;
|
|
827
|
+
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
828
828
|
}[] | undefined;
|
|
829
829
|
attendees?: {
|
|
830
|
-
name: string;
|
|
831
830
|
id: number;
|
|
832
831
|
email: string;
|
|
833
|
-
|
|
832
|
+
name: string;
|
|
834
833
|
timeZone: string;
|
|
835
|
-
bookingId: number | null;
|
|
836
834
|
phoneNumber: string | null;
|
|
835
|
+
locale: string | null;
|
|
836
|
+
bookingId: number | null;
|
|
837
837
|
noShow: boolean | null;
|
|
838
838
|
}[] | undefined;
|
|
839
839
|
references?: {
|
|
840
840
|
id: number;
|
|
841
841
|
type: string;
|
|
842
842
|
uid: string;
|
|
843
|
-
credentialId: number | null;
|
|
844
|
-
deleted: boolean | null;
|
|
845
|
-
bookingId: number | null;
|
|
846
|
-
thirdPartyRecurringEventId: string | null;
|
|
847
|
-
delegationCredentialId: string | null;
|
|
848
|
-
domainWideDelegationCredentialId: string | null;
|
|
849
843
|
meetingId: string | null;
|
|
844
|
+
thirdPartyRecurringEventId: string | null;
|
|
850
845
|
meetingPassword: string | null;
|
|
851
846
|
meetingUrl: string | null;
|
|
847
|
+
bookingId: number | null;
|
|
852
848
|
externalCalendarId: string | null;
|
|
849
|
+
deleted: boolean | null;
|
|
850
|
+
credentialId: number | null;
|
|
851
|
+
delegationCredentialId: string | null;
|
|
852
|
+
domainWideDelegationCredentialId: string | null;
|
|
853
853
|
}[] | undefined;
|
|
854
854
|
id?: number | undefined;
|
|
855
|
-
title?: string | undefined;
|
|
856
|
-
metadata?: import('../../../prisma-client').Prisma.JsonValue | undefined;
|
|
857
|
-
status?: import('../../../prisma-client').$Enums.BookingStatus | undefined;
|
|
858
|
-
description?: string | null | undefined;
|
|
859
|
-
paid?: boolean | undefined;
|
|
860
|
-
location?: string | null | undefined;
|
|
861
|
-
rescheduled?: boolean | null | undefined;
|
|
862
|
-
rating?: number | null | undefined;
|
|
863
855
|
uid?: string | undefined;
|
|
856
|
+
idempotencyKey?: string | null | undefined;
|
|
864
857
|
userId?: number | null | undefined;
|
|
858
|
+
userPrimaryEmail?: string | null | undefined;
|
|
865
859
|
eventTypeId?: number | null | undefined;
|
|
860
|
+
title?: string | undefined;
|
|
861
|
+
description?: string | null | undefined;
|
|
866
862
|
customInputs?: import('../../../prisma-client').Prisma.JsonValue | undefined;
|
|
867
|
-
smsReminderNumber?: string | null | undefined;
|
|
868
|
-
recurringEventId?: string | null | undefined;
|
|
869
|
-
cancellationReason?: string | null | undefined;
|
|
870
|
-
cancelledBy?: string | null | undefined;
|
|
871
|
-
iCalUID?: string | null | undefined;
|
|
872
863
|
responses?: import('../../../prisma-client').Prisma.JsonValue | undefined;
|
|
873
864
|
startTime?: Date | undefined;
|
|
874
865
|
endTime?: Date | undefined;
|
|
875
|
-
|
|
876
|
-
userPrimaryEmail?: string | null | undefined;
|
|
866
|
+
location?: string | null | undefined;
|
|
877
867
|
createdAt?: Date | undefined;
|
|
878
868
|
updatedAt?: Date | null | undefined;
|
|
869
|
+
status?: import('../../../prisma-client').$Enums.BookingStatus | undefined;
|
|
870
|
+
paid?: boolean | undefined;
|
|
879
871
|
destinationCalendarId?: number | null | undefined;
|
|
872
|
+
cancellationReason?: string | null | undefined;
|
|
880
873
|
rejectionReason?: string | null | undefined;
|
|
881
874
|
reassignReason?: string | null | undefined;
|
|
882
875
|
reassignById?: number | null | undefined;
|
|
883
876
|
dynamicEventSlugRef?: string | null | undefined;
|
|
884
877
|
dynamicGroupSlugRef?: string | null | undefined;
|
|
878
|
+
rescheduled?: boolean | null | undefined;
|
|
885
879
|
fromReschedule?: string | null | undefined;
|
|
880
|
+
recurringEventId?: string | null | undefined;
|
|
881
|
+
smsReminderNumber?: string | null | undefined;
|
|
886
882
|
scheduledJobs?: string[] | undefined;
|
|
883
|
+
metadata?: import('../../../prisma-client').Prisma.JsonValue | undefined;
|
|
887
884
|
isRecorded?: boolean | undefined;
|
|
885
|
+
iCalUID?: string | null | undefined;
|
|
888
886
|
iCalSequence?: number | undefined;
|
|
887
|
+
rating?: number | null | undefined;
|
|
889
888
|
ratingFeedback?: string | null | undefined;
|
|
890
889
|
noShowHost?: boolean | null | undefined;
|
|
891
890
|
oneTimePassword?: string | null | undefined;
|
|
891
|
+
cancelledBy?: string | null | undefined;
|
|
892
892
|
rescheduledBy?: string | null | undefined;
|
|
893
893
|
creationSource?: import('../../../prisma-client').$Enums.CreationSource | null | undefined;
|
|
894
894
|
appsStatus?: AppsStatus[];
|
|
@@ -929,82 +929,82 @@ export declare class RegularBookingService implements IBookingService {
|
|
|
929
929
|
videoCallUrl: any;
|
|
930
930
|
seatReferenceUid: string | undefined;
|
|
931
931
|
payment: {
|
|
932
|
-
success: boolean;
|
|
933
|
-
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
934
932
|
id: number;
|
|
935
|
-
refunded: boolean;
|
|
936
|
-
currency: string;
|
|
937
933
|
uid: string;
|
|
938
|
-
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
939
|
-
bookingId: number;
|
|
940
|
-
externalId: string;
|
|
941
934
|
appId: string | null;
|
|
935
|
+
bookingId: number;
|
|
942
936
|
amount: number;
|
|
943
937
|
fee: number;
|
|
938
|
+
currency: string;
|
|
939
|
+
success: boolean;
|
|
940
|
+
refunded: boolean;
|
|
941
|
+
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
942
|
+
externalId: string;
|
|
943
|
+
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
944
944
|
}[];
|
|
945
945
|
attendees: {
|
|
946
|
-
name: string;
|
|
947
946
|
id: number;
|
|
948
947
|
email: string;
|
|
949
|
-
|
|
948
|
+
name: string;
|
|
950
949
|
timeZone: string;
|
|
951
|
-
bookingId: number | null;
|
|
952
950
|
phoneNumber: string | null;
|
|
951
|
+
locale: string | null;
|
|
952
|
+
bookingId: number | null;
|
|
953
953
|
noShow: boolean | null;
|
|
954
954
|
}[];
|
|
955
955
|
references: {
|
|
956
956
|
id: number;
|
|
957
957
|
type: string;
|
|
958
958
|
uid: string;
|
|
959
|
-
credentialId: number | null;
|
|
960
|
-
deleted: boolean | null;
|
|
961
|
-
bookingId: number | null;
|
|
962
|
-
thirdPartyRecurringEventId: string | null;
|
|
963
|
-
delegationCredentialId: string | null;
|
|
964
|
-
domainWideDelegationCredentialId: string | null;
|
|
965
959
|
meetingId: string | null;
|
|
960
|
+
thirdPartyRecurringEventId: string | null;
|
|
966
961
|
meetingPassword: string | null;
|
|
967
962
|
meetingUrl: string | null;
|
|
963
|
+
bookingId: number | null;
|
|
968
964
|
externalCalendarId: string | null;
|
|
965
|
+
deleted: boolean | null;
|
|
966
|
+
credentialId: number | null;
|
|
967
|
+
delegationCredentialId: string | null;
|
|
968
|
+
domainWideDelegationCredentialId: string | null;
|
|
969
969
|
}[];
|
|
970
970
|
id: number;
|
|
971
|
-
title: string;
|
|
972
|
-
metadata: import('../../../prisma-client').Prisma.JsonValue;
|
|
973
|
-
status: import('../../../prisma-client').$Enums.BookingStatus;
|
|
974
|
-
description: string | null;
|
|
975
|
-
paid: boolean;
|
|
976
|
-
location: string | null;
|
|
977
|
-
rescheduled: boolean | null;
|
|
978
|
-
rating: number | null;
|
|
979
971
|
uid: string;
|
|
972
|
+
idempotencyKey: string | null;
|
|
980
973
|
userId: number | null;
|
|
974
|
+
userPrimaryEmail: string | null;
|
|
981
975
|
eventTypeId: number | null;
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
cancelledBy: string | null;
|
|
987
|
-
iCalUID: string | null;
|
|
988
|
-
responses: import('../../../prisma-client').Prisma.JsonValue;
|
|
976
|
+
title: string;
|
|
977
|
+
description: string | null;
|
|
978
|
+
customInputs: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
979
|
+
responses: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
989
980
|
startTime: Date;
|
|
990
981
|
endTime: Date;
|
|
991
|
-
|
|
992
|
-
userPrimaryEmail: string | null;
|
|
982
|
+
location: string | null;
|
|
993
983
|
createdAt: Date;
|
|
994
984
|
updatedAt: Date | null;
|
|
985
|
+
status: import('../../../prisma-client').$Enums.BookingStatus;
|
|
986
|
+
paid: boolean;
|
|
995
987
|
destinationCalendarId: number | null;
|
|
988
|
+
cancellationReason: string | null;
|
|
996
989
|
rejectionReason: string | null;
|
|
997
990
|
reassignReason: string | null;
|
|
998
991
|
reassignById: number | null;
|
|
999
992
|
dynamicEventSlugRef: string | null;
|
|
1000
993
|
dynamicGroupSlugRef: string | null;
|
|
994
|
+
rescheduled: boolean | null;
|
|
1001
995
|
fromReschedule: string | null;
|
|
996
|
+
recurringEventId: string | null;
|
|
997
|
+
smsReminderNumber: string | null;
|
|
1002
998
|
scheduledJobs: string[];
|
|
999
|
+
metadata: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
1003
1000
|
isRecorded: boolean;
|
|
1001
|
+
iCalUID: string | null;
|
|
1004
1002
|
iCalSequence: number;
|
|
1003
|
+
rating: number | null;
|
|
1005
1004
|
ratingFeedback: string | null;
|
|
1006
1005
|
noShowHost: boolean | null;
|
|
1007
1006
|
oneTimePassword: string | null;
|
|
1007
|
+
cancelledBy: string | null;
|
|
1008
1008
|
rescheduledBy: string | null;
|
|
1009
1009
|
creationSource: import('../../../prisma-client').$Enums.CreationSource | null;
|
|
1010
1010
|
appsStatus?: AppsStatus[];
|
|
@@ -1039,67 +1039,67 @@ export declare class RegularBookingService implements IBookingService {
|
|
|
1039
1039
|
};
|
|
1040
1040
|
paymentRequired: boolean;
|
|
1041
1041
|
payment: {
|
|
1042
|
-
success: boolean;
|
|
1043
|
-
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
1044
1042
|
id: number;
|
|
1045
|
-
refunded: boolean;
|
|
1046
|
-
currency: string;
|
|
1047
1043
|
uid: string;
|
|
1048
|
-
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
1049
|
-
bookingId: number;
|
|
1050
|
-
externalId: string;
|
|
1051
1044
|
appId: string | null;
|
|
1045
|
+
bookingId: number;
|
|
1052
1046
|
amount: number;
|
|
1053
1047
|
fee: number;
|
|
1048
|
+
currency: string;
|
|
1049
|
+
success: boolean;
|
|
1050
|
+
refunded: boolean;
|
|
1051
|
+
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
1052
|
+
externalId: string;
|
|
1053
|
+
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
1054
1054
|
}[];
|
|
1055
1055
|
attendees: {
|
|
1056
|
-
name: string;
|
|
1057
1056
|
id: number;
|
|
1058
1057
|
email: string;
|
|
1059
|
-
|
|
1058
|
+
name: string;
|
|
1060
1059
|
timeZone: string;
|
|
1061
|
-
bookingId: number | null;
|
|
1062
1060
|
phoneNumber: string | null;
|
|
1061
|
+
locale: string | null;
|
|
1062
|
+
bookingId: number | null;
|
|
1063
1063
|
noShow: boolean | null;
|
|
1064
1064
|
}[];
|
|
1065
1065
|
id: number;
|
|
1066
|
-
title: string;
|
|
1067
|
-
metadata: import('../../../prisma-client').Prisma.JsonValue;
|
|
1068
|
-
status: import('../../../prisma-client').$Enums.BookingStatus;
|
|
1069
|
-
description: string | null;
|
|
1070
|
-
paid: boolean;
|
|
1071
|
-
location: string | null;
|
|
1072
|
-
rescheduled: boolean | null;
|
|
1073
|
-
rating: number | null;
|
|
1074
1066
|
uid: string;
|
|
1067
|
+
idempotencyKey: string | null;
|
|
1075
1068
|
userId: number | null;
|
|
1069
|
+
userPrimaryEmail: string | null;
|
|
1076
1070
|
eventTypeId: number | null;
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
cancelledBy: string | null;
|
|
1082
|
-
iCalUID: string | null;
|
|
1083
|
-
responses: import('../../../prisma-client').Prisma.JsonValue;
|
|
1071
|
+
title: string;
|
|
1072
|
+
description: string | null;
|
|
1073
|
+
customInputs: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
1074
|
+
responses: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
1084
1075
|
startTime: Date;
|
|
1085
1076
|
endTime: Date;
|
|
1086
|
-
|
|
1087
|
-
userPrimaryEmail: string | null;
|
|
1077
|
+
location: string | null;
|
|
1088
1078
|
createdAt: Date;
|
|
1089
1079
|
updatedAt: Date | null;
|
|
1080
|
+
status: import('../../../prisma-client').$Enums.BookingStatus;
|
|
1081
|
+
paid: boolean;
|
|
1090
1082
|
destinationCalendarId: number | null;
|
|
1083
|
+
cancellationReason: string | null;
|
|
1091
1084
|
rejectionReason: string | null;
|
|
1092
1085
|
reassignReason: string | null;
|
|
1093
1086
|
reassignById: number | null;
|
|
1094
1087
|
dynamicEventSlugRef: string | null;
|
|
1095
1088
|
dynamicGroupSlugRef: string | null;
|
|
1089
|
+
rescheduled: boolean | null;
|
|
1096
1090
|
fromReschedule: string | null;
|
|
1091
|
+
recurringEventId: string | null;
|
|
1092
|
+
smsReminderNumber: string | null;
|
|
1097
1093
|
scheduledJobs: string[];
|
|
1094
|
+
metadata: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
1098
1095
|
isRecorded: boolean;
|
|
1096
|
+
iCalUID: string | null;
|
|
1099
1097
|
iCalSequence: number;
|
|
1098
|
+
rating: number | null;
|
|
1100
1099
|
ratingFeedback: string | null;
|
|
1101
1100
|
noShowHost: boolean | null;
|
|
1102
1101
|
oneTimePassword: string | null;
|
|
1102
|
+
cancelledBy: string | null;
|
|
1103
1103
|
rescheduledBy: string | null;
|
|
1104
1104
|
creationSource: import('../../../prisma-client').$Enums.CreationSource | null;
|
|
1105
1105
|
appsStatus?: AppsStatus[];
|
|
@@ -1138,82 +1138,82 @@ export declare class RegularBookingService implements IBookingService {
|
|
|
1138
1138
|
paymentRequired: boolean;
|
|
1139
1139
|
isDryRun: boolean;
|
|
1140
1140
|
payment?: {
|
|
1141
|
-
success: boolean;
|
|
1142
|
-
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
1143
1141
|
id: number;
|
|
1144
|
-
refunded: boolean;
|
|
1145
|
-
currency: string;
|
|
1146
1142
|
uid: string;
|
|
1147
|
-
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
1148
|
-
bookingId: number;
|
|
1149
|
-
externalId: string;
|
|
1150
1143
|
appId: string | null;
|
|
1144
|
+
bookingId: number;
|
|
1151
1145
|
amount: number;
|
|
1152
1146
|
fee: number;
|
|
1147
|
+
currency: string;
|
|
1148
|
+
success: boolean;
|
|
1149
|
+
refunded: boolean;
|
|
1150
|
+
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
1151
|
+
externalId: string;
|
|
1152
|
+
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
1153
1153
|
}[] | undefined;
|
|
1154
1154
|
attendees?: {
|
|
1155
|
-
name: string;
|
|
1156
1155
|
id: number;
|
|
1157
1156
|
email: string;
|
|
1158
|
-
|
|
1157
|
+
name: string;
|
|
1159
1158
|
timeZone: string;
|
|
1160
|
-
bookingId: number | null;
|
|
1161
1159
|
phoneNumber: string | null;
|
|
1160
|
+
locale: string | null;
|
|
1161
|
+
bookingId: number | null;
|
|
1162
1162
|
noShow: boolean | null;
|
|
1163
1163
|
}[] | undefined;
|
|
1164
1164
|
references?: {
|
|
1165
1165
|
id: number;
|
|
1166
1166
|
type: string;
|
|
1167
1167
|
uid: string;
|
|
1168
|
-
credentialId: number | null;
|
|
1169
|
-
deleted: boolean | null;
|
|
1170
|
-
bookingId: number | null;
|
|
1171
|
-
thirdPartyRecurringEventId: string | null;
|
|
1172
|
-
delegationCredentialId: string | null;
|
|
1173
|
-
domainWideDelegationCredentialId: string | null;
|
|
1174
1168
|
meetingId: string | null;
|
|
1169
|
+
thirdPartyRecurringEventId: string | null;
|
|
1175
1170
|
meetingPassword: string | null;
|
|
1176
1171
|
meetingUrl: string | null;
|
|
1172
|
+
bookingId: number | null;
|
|
1177
1173
|
externalCalendarId: string | null;
|
|
1174
|
+
deleted: boolean | null;
|
|
1175
|
+
credentialId: number | null;
|
|
1176
|
+
delegationCredentialId: string | null;
|
|
1177
|
+
domainWideDelegationCredentialId: string | null;
|
|
1178
1178
|
}[] | undefined;
|
|
1179
1179
|
id?: number | undefined;
|
|
1180
|
-
title?: string | undefined;
|
|
1181
|
-
metadata?: import('../../../prisma-client').Prisma.JsonValue | undefined;
|
|
1182
|
-
status?: import('../../../prisma-client').$Enums.BookingStatus | undefined;
|
|
1183
|
-
description?: string | null | undefined;
|
|
1184
|
-
paid?: boolean | undefined;
|
|
1185
|
-
location?: string | null | undefined;
|
|
1186
|
-
rescheduled?: boolean | null | undefined;
|
|
1187
|
-
rating?: number | null | undefined;
|
|
1188
1180
|
uid?: string | undefined;
|
|
1181
|
+
idempotencyKey?: string | null | undefined;
|
|
1189
1182
|
userId?: number | null | undefined;
|
|
1183
|
+
userPrimaryEmail?: string | null | undefined;
|
|
1190
1184
|
eventTypeId?: number | null | undefined;
|
|
1185
|
+
title?: string | undefined;
|
|
1186
|
+
description?: string | null | undefined;
|
|
1191
1187
|
customInputs?: import('../../../prisma-client').Prisma.JsonValue | undefined;
|
|
1192
|
-
smsReminderNumber?: string | null | undefined;
|
|
1193
|
-
recurringEventId?: string | null | undefined;
|
|
1194
|
-
cancellationReason?: string | null | undefined;
|
|
1195
|
-
cancelledBy?: string | null | undefined;
|
|
1196
|
-
iCalUID?: string | null | undefined;
|
|
1197
1188
|
responses?: import('../../../prisma-client').Prisma.JsonValue | undefined;
|
|
1198
1189
|
startTime?: Date | undefined;
|
|
1199
1190
|
endTime?: Date | undefined;
|
|
1200
|
-
|
|
1201
|
-
userPrimaryEmail?: string | null | undefined;
|
|
1191
|
+
location?: string | null | undefined;
|
|
1202
1192
|
createdAt?: Date | undefined;
|
|
1203
1193
|
updatedAt?: Date | null | undefined;
|
|
1194
|
+
status?: import('../../../prisma-client').$Enums.BookingStatus | undefined;
|
|
1195
|
+
paid?: boolean | undefined;
|
|
1204
1196
|
destinationCalendarId?: number | null | undefined;
|
|
1197
|
+
cancellationReason?: string | null | undefined;
|
|
1205
1198
|
rejectionReason?: string | null | undefined;
|
|
1206
1199
|
reassignReason?: string | null | undefined;
|
|
1207
1200
|
reassignById?: number | null | undefined;
|
|
1208
1201
|
dynamicEventSlugRef?: string | null | undefined;
|
|
1209
1202
|
dynamicGroupSlugRef?: string | null | undefined;
|
|
1203
|
+
rescheduled?: boolean | null | undefined;
|
|
1210
1204
|
fromReschedule?: string | null | undefined;
|
|
1205
|
+
recurringEventId?: string | null | undefined;
|
|
1206
|
+
smsReminderNumber?: string | null | undefined;
|
|
1211
1207
|
scheduledJobs?: string[] | undefined;
|
|
1208
|
+
metadata?: import('../../../prisma-client').Prisma.JsonValue | undefined;
|
|
1212
1209
|
isRecorded?: boolean | undefined;
|
|
1210
|
+
iCalUID?: string | null | undefined;
|
|
1213
1211
|
iCalSequence?: number | undefined;
|
|
1212
|
+
rating?: number | null | undefined;
|
|
1214
1213
|
ratingFeedback?: string | null | undefined;
|
|
1215
1214
|
noShowHost?: boolean | null | undefined;
|
|
1216
1215
|
oneTimePassword?: string | null | undefined;
|
|
1216
|
+
cancelledBy?: string | null | undefined;
|
|
1217
1217
|
rescheduledBy?: string | null | undefined;
|
|
1218
1218
|
creationSource?: import('../../../prisma-client').$Enums.CreationSource | null | undefined;
|
|
1219
1219
|
appsStatus?: AppsStatus[];
|
|
@@ -1254,82 +1254,82 @@ export declare class RegularBookingService implements IBookingService {
|
|
|
1254
1254
|
videoCallUrl: any;
|
|
1255
1255
|
seatReferenceUid: string | undefined;
|
|
1256
1256
|
payment: {
|
|
1257
|
-
success: boolean;
|
|
1258
|
-
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
1259
1257
|
id: number;
|
|
1260
|
-
refunded: boolean;
|
|
1261
|
-
currency: string;
|
|
1262
1258
|
uid: string;
|
|
1263
|
-
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
1264
|
-
bookingId: number;
|
|
1265
|
-
externalId: string;
|
|
1266
1259
|
appId: string | null;
|
|
1260
|
+
bookingId: number;
|
|
1267
1261
|
amount: number;
|
|
1268
1262
|
fee: number;
|
|
1263
|
+
currency: string;
|
|
1264
|
+
success: boolean;
|
|
1265
|
+
refunded: boolean;
|
|
1266
|
+
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
1267
|
+
externalId: string;
|
|
1268
|
+
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
1269
1269
|
}[];
|
|
1270
1270
|
attendees: {
|
|
1271
|
-
name: string;
|
|
1272
1271
|
id: number;
|
|
1273
1272
|
email: string;
|
|
1274
|
-
|
|
1273
|
+
name: string;
|
|
1275
1274
|
timeZone: string;
|
|
1276
|
-
bookingId: number | null;
|
|
1277
1275
|
phoneNumber: string | null;
|
|
1276
|
+
locale: string | null;
|
|
1277
|
+
bookingId: number | null;
|
|
1278
1278
|
noShow: boolean | null;
|
|
1279
1279
|
}[];
|
|
1280
1280
|
references: {
|
|
1281
1281
|
id: number;
|
|
1282
1282
|
type: string;
|
|
1283
1283
|
uid: string;
|
|
1284
|
-
credentialId: number | null;
|
|
1285
|
-
deleted: boolean | null;
|
|
1286
|
-
bookingId: number | null;
|
|
1287
|
-
thirdPartyRecurringEventId: string | null;
|
|
1288
|
-
delegationCredentialId: string | null;
|
|
1289
|
-
domainWideDelegationCredentialId: string | null;
|
|
1290
1284
|
meetingId: string | null;
|
|
1285
|
+
thirdPartyRecurringEventId: string | null;
|
|
1291
1286
|
meetingPassword: string | null;
|
|
1292
1287
|
meetingUrl: string | null;
|
|
1288
|
+
bookingId: number | null;
|
|
1293
1289
|
externalCalendarId: string | null;
|
|
1290
|
+
deleted: boolean | null;
|
|
1291
|
+
credentialId: number | null;
|
|
1292
|
+
delegationCredentialId: string | null;
|
|
1293
|
+
domainWideDelegationCredentialId: string | null;
|
|
1294
1294
|
}[];
|
|
1295
1295
|
id: number;
|
|
1296
|
-
title: string;
|
|
1297
|
-
metadata: import('../../../prisma-client').Prisma.JsonValue;
|
|
1298
|
-
status: import('../../../prisma-client').$Enums.BookingStatus;
|
|
1299
|
-
description: string | null;
|
|
1300
|
-
paid: boolean;
|
|
1301
|
-
location: string | null;
|
|
1302
|
-
rescheduled: boolean | null;
|
|
1303
|
-
rating: number | null;
|
|
1304
1296
|
uid: string;
|
|
1297
|
+
idempotencyKey: string | null;
|
|
1305
1298
|
userId: number | null;
|
|
1299
|
+
userPrimaryEmail: string | null;
|
|
1306
1300
|
eventTypeId: number | null;
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
cancelledBy: string | null;
|
|
1312
|
-
iCalUID: string | null;
|
|
1313
|
-
responses: import('../../../prisma-client').Prisma.JsonValue;
|
|
1301
|
+
title: string;
|
|
1302
|
+
description: string | null;
|
|
1303
|
+
customInputs: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
1304
|
+
responses: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
1314
1305
|
startTime: Date;
|
|
1315
1306
|
endTime: Date;
|
|
1316
|
-
|
|
1317
|
-
userPrimaryEmail: string | null;
|
|
1307
|
+
location: string | null;
|
|
1318
1308
|
createdAt: Date;
|
|
1319
1309
|
updatedAt: Date | null;
|
|
1310
|
+
status: import('../../../prisma-client').$Enums.BookingStatus;
|
|
1311
|
+
paid: boolean;
|
|
1320
1312
|
destinationCalendarId: number | null;
|
|
1313
|
+
cancellationReason: string | null;
|
|
1321
1314
|
rejectionReason: string | null;
|
|
1322
1315
|
reassignReason: string | null;
|
|
1323
1316
|
reassignById: number | null;
|
|
1324
1317
|
dynamicEventSlugRef: string | null;
|
|
1325
1318
|
dynamicGroupSlugRef: string | null;
|
|
1319
|
+
rescheduled: boolean | null;
|
|
1326
1320
|
fromReschedule: string | null;
|
|
1321
|
+
recurringEventId: string | null;
|
|
1322
|
+
smsReminderNumber: string | null;
|
|
1327
1323
|
scheduledJobs: string[];
|
|
1324
|
+
metadata: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
1328
1325
|
isRecorded: boolean;
|
|
1326
|
+
iCalUID: string | null;
|
|
1329
1327
|
iCalSequence: number;
|
|
1328
|
+
rating: number | null;
|
|
1330
1329
|
ratingFeedback: string | null;
|
|
1331
1330
|
noShowHost: boolean | null;
|
|
1332
1331
|
oneTimePassword: string | null;
|
|
1332
|
+
cancelledBy: string | null;
|
|
1333
1333
|
rescheduledBy: string | null;
|
|
1334
1334
|
creationSource: import('../../../prisma-client').$Enums.CreationSource | null;
|
|
1335
1335
|
appsStatus?: AppsStatus[];
|
|
@@ -1364,67 +1364,67 @@ export declare class RegularBookingService implements IBookingService {
|
|
|
1364
1364
|
};
|
|
1365
1365
|
paymentRequired: boolean;
|
|
1366
1366
|
payment: {
|
|
1367
|
-
success: boolean;
|
|
1368
|
-
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
1369
1367
|
id: number;
|
|
1370
|
-
refunded: boolean;
|
|
1371
|
-
currency: string;
|
|
1372
1368
|
uid: string;
|
|
1373
|
-
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
1374
|
-
bookingId: number;
|
|
1375
|
-
externalId: string;
|
|
1376
1369
|
appId: string | null;
|
|
1370
|
+
bookingId: number;
|
|
1377
1371
|
amount: number;
|
|
1378
1372
|
fee: number;
|
|
1373
|
+
currency: string;
|
|
1374
|
+
success: boolean;
|
|
1375
|
+
refunded: boolean;
|
|
1376
|
+
data: import('../../../prisma-client').Prisma.JsonValue;
|
|
1377
|
+
externalId: string;
|
|
1378
|
+
paymentOption: import('../../../prisma-client').$Enums.PaymentOption | null;
|
|
1379
1379
|
}[];
|
|
1380
1380
|
attendees: {
|
|
1381
|
-
name: string;
|
|
1382
1381
|
id: number;
|
|
1383
1382
|
email: string;
|
|
1384
|
-
|
|
1383
|
+
name: string;
|
|
1385
1384
|
timeZone: string;
|
|
1386
|
-
bookingId: number | null;
|
|
1387
1385
|
phoneNumber: string | null;
|
|
1386
|
+
locale: string | null;
|
|
1387
|
+
bookingId: number | null;
|
|
1388
1388
|
noShow: boolean | null;
|
|
1389
1389
|
}[];
|
|
1390
1390
|
id: number;
|
|
1391
|
-
title: string;
|
|
1392
|
-
metadata: import('../../../prisma-client').Prisma.JsonValue;
|
|
1393
|
-
status: import('../../../prisma-client').$Enums.BookingStatus;
|
|
1394
|
-
description: string | null;
|
|
1395
|
-
paid: boolean;
|
|
1396
|
-
location: string | null;
|
|
1397
|
-
rescheduled: boolean | null;
|
|
1398
|
-
rating: number | null;
|
|
1399
1391
|
uid: string;
|
|
1392
|
+
idempotencyKey: string | null;
|
|
1400
1393
|
userId: number | null;
|
|
1394
|
+
userPrimaryEmail: string | null;
|
|
1401
1395
|
eventTypeId: number | null;
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
cancelledBy: string | null;
|
|
1407
|
-
iCalUID: string | null;
|
|
1408
|
-
responses: import('../../../prisma-client').Prisma.JsonValue;
|
|
1396
|
+
title: string;
|
|
1397
|
+
description: string | null;
|
|
1398
|
+
customInputs: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
1399
|
+
responses: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
1409
1400
|
startTime: Date;
|
|
1410
1401
|
endTime: Date;
|
|
1411
|
-
|
|
1412
|
-
userPrimaryEmail: string | null;
|
|
1402
|
+
location: string | null;
|
|
1413
1403
|
createdAt: Date;
|
|
1414
1404
|
updatedAt: Date | null;
|
|
1405
|
+
status: import('../../../prisma-client').$Enums.BookingStatus;
|
|
1406
|
+
paid: boolean;
|
|
1415
1407
|
destinationCalendarId: number | null;
|
|
1408
|
+
cancellationReason: string | null;
|
|
1416
1409
|
rejectionReason: string | null;
|
|
1417
1410
|
reassignReason: string | null;
|
|
1418
1411
|
reassignById: number | null;
|
|
1419
1412
|
dynamicEventSlugRef: string | null;
|
|
1420
1413
|
dynamicGroupSlugRef: string | null;
|
|
1414
|
+
rescheduled: boolean | null;
|
|
1421
1415
|
fromReschedule: string | null;
|
|
1416
|
+
recurringEventId: string | null;
|
|
1417
|
+
smsReminderNumber: string | null;
|
|
1422
1418
|
scheduledJobs: string[];
|
|
1419
|
+
metadata: import('../../../prisma-client').Prisma.JsonValue | null;
|
|
1423
1420
|
isRecorded: boolean;
|
|
1421
|
+
iCalUID: string | null;
|
|
1424
1422
|
iCalSequence: number;
|
|
1423
|
+
rating: number | null;
|
|
1425
1424
|
ratingFeedback: string | null;
|
|
1426
1425
|
noShowHost: boolean | null;
|
|
1427
1426
|
oneTimePassword: string | null;
|
|
1427
|
+
cancelledBy: string | null;
|
|
1428
1428
|
rescheduledBy: string | null;
|
|
1429
1429
|
creationSource: import('../../../prisma-client').$Enums.CreationSource | null;
|
|
1430
1430
|
appsStatus?: AppsStatus[];
|