@calcom/atoms 1.7.0 → 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.
Files changed (205) hide show
  1. package/dist/{AddressInput-xFwoBxsZ.js → AddressInput-E1ARKDg7.js} +5 -5
  2. package/dist/{AlbyPriceComponent-NnD6qUfW.js → AlbyPriceComponent-jBcuDvZa.js} +24 -24
  3. package/dist/{PhoneInput-uymiSRfv.js → PhoneInput-qXboae9k.js} +62 -62
  4. package/dist/cal-atoms.js +5 -36
  5. package/dist/index-GQl0OyJB.js +88695 -0
  6. package/dist/index-QBpbC_ZD.js +1957 -0
  7. package/dist/{index-WXyiFeKd.js → index-bGbS5CRI.js} +1 -1
  8. package/dist/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.d.ts.map +1 -1
  9. package/dist/packages/features/bookings/Booker/components/EventMeta.d.ts.map +1 -1
  10. package/dist/packages/features/bookings/Booker/components/Header.d.ts.map +1 -1
  11. package/dist/packages/features/bookings/Booker/components/OverlayCalendar/OverlayCalendar.d.ts.map +1 -1
  12. package/dist/packages/features/bookings/Booker/components/hooks/useBookings.d.ts +1 -1
  13. package/dist/packages/features/bookings/Booker/store.d.ts.map +1 -1
  14. package/dist/packages/features/bookings/Booker/utils/event.d.ts +39 -33
  15. package/dist/packages/features/bookings/Booker/utils/event.d.ts.map +1 -1
  16. package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.d.ts +83 -0
  17. package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.d.ts.map +1 -0
  18. package/dist/packages/features/bookings/lib/create-booking.d.ts +91 -91
  19. package/dist/packages/features/bookings/lib/create-recurring-booking.d.ts +91 -91
  20. package/dist/packages/features/bookings/lib/get-booking.d.ts +9 -9
  21. package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts +40 -38
  22. package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts.map +1 -1
  23. package/dist/packages/features/bookings/lib/getCalendarLinks.d.ts +41 -0
  24. package/dist/packages/features/bookings/lib/getCalendarLinks.d.ts.map +1 -0
  25. package/dist/packages/features/bookings/lib/getCalendarLinks.test.d.ts +2 -0
  26. package/dist/packages/features/bookings/lib/getCalendarLinks.test.d.ts.map +1 -0
  27. package/dist/packages/features/bookings/lib/handleBookingRequested.d.ts +16 -0
  28. package/dist/packages/features/bookings/lib/handleBookingRequested.d.ts.map +1 -1
  29. package/dist/packages/features/bookings/lib/handleCancelBooking.d.ts.map +1 -1
  30. package/dist/packages/features/bookings/lib/handleConfirmation.d.ts +1 -0
  31. package/dist/packages/features/bookings/lib/handleConfirmation.d.ts.map +1 -1
  32. package/dist/packages/features/bookings/lib/handleInternalNote.d.ts +2 -2
  33. package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.d.ts +33 -33
  34. package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.d.ts +57 -57
  35. package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.d.ts +60 -57
  36. package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.d.ts.map +1 -1
  37. package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts +57 -57
  38. package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts +46 -46
  39. package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.d.ts +45 -45
  40. package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.d.ts +1 -0
  41. package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.d.ts.map +1 -1
  42. package/dist/packages/features/bookings/lib/handleNewBooking.d.ts +364 -364
  43. package/dist/packages/features/bookings/lib/handleNewBooking.d.ts.map +1 -1
  44. package/dist/packages/features/bookings/lib/handlePayment.d.ts +49 -0
  45. package/dist/packages/features/bookings/lib/handlePayment.d.ts.map +1 -0
  46. package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.d.ts +33 -33
  47. package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.d.ts.map +1 -1
  48. package/dist/packages/features/bookings/lib/handleSeats/handleSeats.d.ts.map +1 -1
  49. package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.d.ts +33 -33
  50. package/dist/packages/features/bookings/lib/requiresConfirmation/getBookingRequest.d.ts +39 -39
  51. package/dist/packages/features/components/controlled-dialog/index.d.ts.map +1 -1
  52. package/dist/packages/features/components/phone-input/PhoneInput.d.ts.map +1 -1
  53. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.updated.d.ts +2 -1
  54. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.updated.d.ts.map +1 -1
  55. package/dist/packages/features/ee/billing/credit-service.d.ts +5 -1
  56. package/dist/packages/features/ee/billing/credit-service.d.ts.map +1 -1
  57. package/dist/packages/features/ee/billing/organizations/index.d.ts +1 -2
  58. package/dist/packages/features/ee/billing/organizations/index.d.ts.map +1 -1
  59. package/dist/packages/features/ee/billing/organizations/internal-organization-billing.d.ts +2 -2
  60. package/dist/packages/features/ee/billing/organizations/organization-billing.repository.d.ts +32 -4
  61. package/dist/packages/features/ee/billing/organizations/organization-billing.repository.d.ts.map +1 -1
  62. package/dist/packages/features/ee/payments/server/stripe-service.d.ts +23 -0
  63. package/dist/packages/features/ee/payments/server/stripe-service.d.ts.map +1 -0
  64. package/dist/packages/features/ee/round-robin/lib/bookingLocationService.d.ts +125 -0
  65. package/dist/packages/features/ee/round-robin/lib/bookingLocationService.d.ts.map +1 -0
  66. package/dist/packages/features/ee/round-robin/lib/bookingLocationService.test.d.ts +2 -0
  67. package/dist/packages/features/ee/round-robin/lib/bookingLocationService.test.d.ts.map +1 -0
  68. package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts +30 -30
  69. package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts.map +1 -1
  70. package/dist/packages/features/ee/round-robin/roundRobinReassignment.d.ts.map +1 -1
  71. package/dist/packages/features/ee/workflows/api/scheduleEmailReminders.d.ts.map +1 -1
  72. package/dist/packages/features/ee/workflows/lib/constants.d.ts +3 -1
  73. package/dist/packages/features/ee/workflows/lib/constants.d.ts.map +1 -1
  74. package/dist/packages/features/ee/workflows/lib/getOptions.d.ts +1 -1
  75. package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts +0 -3
  76. package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts.map +1 -1
  77. package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.d.ts +0 -3
  78. package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.d.ts.map +1 -1
  79. package/dist/packages/features/ee/workflows/lib/reminders/scheduleMandatoryReminder.d.ts.map +1 -1
  80. package/dist/packages/features/ee/workflows/lib/reminders/smsReminderManager.d.ts.map +1 -1
  81. package/dist/packages/features/ee/workflows/lib/reminders/utils.d.ts.map +1 -1
  82. package/dist/packages/features/ee/workflows/lib/reminders/whatsappReminderManager.d.ts.map +1 -1
  83. package/dist/packages/features/ee/workflows/lib/repository/workflowReminder.d.ts +6 -6
  84. package/dist/packages/features/ee/workflows/lib/schema.d.ts +7 -2
  85. package/dist/packages/features/ee/workflows/lib/schema.d.ts.map +1 -1
  86. package/dist/packages/features/eventtypes/components/AddVerifiedEmail.d.ts +7 -0
  87. package/dist/packages/features/eventtypes/components/AddVerifiedEmail.d.ts.map +1 -0
  88. package/dist/packages/features/eventtypes/components/tabs/advanced/CustomEventTypeModal.d.ts +1 -1
  89. package/dist/packages/features/eventtypes/components/tabs/advanced/CustomEventTypeModal.d.ts.map +1 -1
  90. package/dist/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.d.ts.map +1 -1
  91. package/dist/packages/features/eventtypes/lib/eventNaming.d.ts +28 -0
  92. package/dist/packages/features/eventtypes/lib/eventNaming.d.ts.map +1 -0
  93. package/dist/packages/features/eventtypes/lib/eventNaming.test.d.ts +2 -0
  94. package/dist/packages/features/eventtypes/lib/eventNaming.test.d.ts.map +1 -0
  95. package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts +42 -33
  96. package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts.map +1 -1
  97. package/dist/packages/features/eventtypes/lib/getTeamEventType.d.ts +12 -12
  98. package/dist/packages/features/eventtypes/lib/types.d.ts +1 -1
  99. package/dist/packages/features/eventtypes/lib/types.d.ts.map +1 -1
  100. package/dist/packages/features/shell/user-dropdown/UserDropdown.d.ts +2 -2
  101. package/dist/packages/features/shell/user-dropdown/UserDropdown.d.ts.map +1 -1
  102. package/dist/packages/platform/atoms/event-types/hooks/useAddVerifiedEmail.d.ts +15 -0
  103. package/dist/packages/platform/atoms/event-types/hooks/useAddVerifiedEmail.d.ts.map +1 -0
  104. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts +20 -17
  105. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts.map +1 -1
  106. package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.d.ts.map +1 -1
  107. package/dist/packages/platform/atoms/event-types/hooks/useGetVerifiedEmails.d.ts +3 -0
  108. package/dist/packages/platform/atoms/event-types/hooks/useGetVerifiedEmails.d.ts.map +1 -0
  109. package/dist/packages/platform/atoms/event-types/wrappers/EventAdvancedPlatformWrapper.d.ts.map +1 -1
  110. package/dist/packages/platform/atoms/event-types/wrappers/EventTypePlatformWrapper.d.ts.map +1 -1
  111. package/dist/packages/platform/atoms/hooks/bookings/useCreateBooking.d.ts +91 -91
  112. package/dist/packages/platform/atoms/hooks/bookings/useCreateInstantBooking.d.ts +91 -91
  113. package/dist/packages/platform/atoms/hooks/bookings/useCreateRecurringBooking.d.ts +91 -91
  114. package/dist/packages/platform/atoms/hooks/bookings/useGetBookingForReschedule.d.ts +3 -3
  115. package/dist/packages/platform/atoms/hooks/bookings/useHandleBookEvent.d.ts.map +1 -1
  116. package/dist/packages/platform/atoms/hooks/event-types/public/useAtomGetPublicEvent.d.ts +39 -33
  117. package/dist/packages/platform/atoms/hooks/event-types/public/useAtomGetPublicEvent.d.ts.map +1 -1
  118. package/dist/packages/platform/atoms/hooks/schedules/useAtomSchedule.d.ts +3 -3
  119. package/dist/packages/platform/atoms/hooks/schedules/useAtomUpdateSchedule.d.ts +3 -3
  120. package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts.map +1 -1
  121. package/dist/packages/platform/atoms/index.d.ts +0 -36
  122. package/dist/packages/platform/atoms/index.d.ts.map +1 -1
  123. package/dist/packages/platform/atoms/lib/appendClientIdToEmail.d.ts +2 -0
  124. package/dist/packages/platform/atoms/lib/appendClientIdToEmail.d.ts.map +1 -0
  125. package/dist/packages/platform/libraries/event-types.d.ts +5 -5
  126. package/dist/packages/platform/libraries/event-types.d.ts.map +1 -1
  127. package/dist/packages/platform/libraries/index.d.ts +4 -6
  128. package/dist/packages/platform/libraries/index.d.ts.map +1 -1
  129. package/dist/packages/prisma/zod/creditexpenselog.d.ts +6 -0
  130. package/dist/packages/prisma/zod/creditexpenselog.d.ts.map +1 -1
  131. package/dist/packages/prisma/zod/impersonations.d.ts +2 -2
  132. package/dist/packages/prisma/zod/ratelimit.d.ts +2 -2
  133. package/dist/packages/prisma/zod/task.d.ts +2 -2
  134. package/dist/packages/prisma/zod/teamfeatures.d.ts +2 -2
  135. package/dist/packages/prisma/zod/userfeatures.d.ts +2 -2
  136. package/dist/packages/prisma/zod/webhookscheduledtriggers.d.ts +2 -2
  137. package/dist/packages/prisma/zod/workflow.d.ts +7 -2
  138. package/dist/packages/prisma/zod/workflow.d.ts.map +1 -1
  139. package/dist/packages/prisma/zod-utils.d.ts +52 -0
  140. package/dist/packages/prisma/zod-utils.d.ts.map +1 -1
  141. package/dist/packages/prisma-client/index.d.ts +86 -1
  142. package/dist/packages/trpc/react/hooks/useMeQuery.d.ts +2 -2
  143. package/dist/packages/trpc/react/shared.d.ts +1 -1
  144. package/dist/packages/trpc/react/shared.d.ts.map +1 -1
  145. package/dist/packages/trpc/react/trpc.d.ts.map +1 -1
  146. package/dist/packages/trpc/server/routers/viewer/slots/util.d.ts.map +1 -1
  147. package/dist/style.css +1 -1
  148. package/package.json +1 -1
  149. package/dist/AppCard--JDiTUMU.js +0 -281
  150. package/dist/AppListCardPlatformWrapper-ncgLQL4r.js +0 -9
  151. package/dist/AppListCardWebWrapper-YnM7-ccd.js +0 -74
  152. package/dist/AppSettingsInterface-EvAriEj2.js +0 -23
  153. package/dist/AppSettingsInterface-OGwTTVN7.js +0 -29
  154. package/dist/AppSettingsInterface-_WywrNHs.js +0 -75
  155. package/dist/DateRangePicker-m_y_P8tk.js +0 -74
  156. package/dist/EventTypeAppCardInterface--74geeRF.js +0 -39
  157. package/dist/EventTypeAppCardInterface--UDAdk0r.js +0 -24
  158. package/dist/EventTypeAppCardInterface-2Q1qvV5K.js +0 -32
  159. package/dist/EventTypeAppCardInterface-2r4pxyRt.js +0 -34
  160. package/dist/EventTypeAppCardInterface-3T7Bcarm.js +0 -31
  161. package/dist/EventTypeAppCardInterface-EPHC3SF7.js +0 -24
  162. package/dist/EventTypeAppCardInterface-G3OAa6sU.js +0 -41
  163. package/dist/EventTypeAppCardInterface-JQgzokgl.js +0 -32
  164. package/dist/EventTypeAppCardInterface-KDalRazj.js +0 -34
  165. package/dist/EventTypeAppCardInterface-LvigpfyE.js +0 -49
  166. package/dist/EventTypeAppCardInterface-MIro_wur.js +0 -33
  167. package/dist/EventTypeAppCardInterface-Na5tUt6e.js +0 -34
  168. package/dist/EventTypeAppCardInterface-O0yLol5y.js +0 -34
  169. package/dist/EventTypeAppCardInterface-R8-Y-hSu.js +0 -39
  170. package/dist/EventTypeAppCardInterface-YlTC8St1.js +0 -51
  171. package/dist/EventTypeAppCardInterface-_x7wFmBk.js +0 -24
  172. package/dist/EventTypeAppCardInterface-bNGYsiB0.js +0 -86
  173. package/dist/EventTypeAppCardInterface-d-rOMdsH.js +0 -34
  174. package/dist/EventTypeAppCardInterface-iHpJPDlc.js +0 -34
  175. package/dist/EventTypeAppCardInterface-jBTRuVkO.js +0 -51
  176. package/dist/EventTypeAppCardInterface-lXddHFhd.js +0 -41
  177. package/dist/EventTypeAppCardInterface-li1GK953.js +0 -858
  178. package/dist/EventTypeAppCardInterface-qO1PKt6x.js +0 -42
  179. package/dist/EventTypeAppCardInterface-rKAjvg4x.js +0 -24
  180. package/dist/EventTypeAppCardInterface-rV1vgpRv.js +0 -42
  181. package/dist/EventTypeAppCardInterface-sIqZFcBV.js +0 -34
  182. package/dist/EventTypeAppCardInterface-safQ0enm.js +0 -24
  183. package/dist/EventTypeAppSettingsInterface-7e1qbHi8.js +0 -24
  184. package/dist/EventTypeAppSettingsInterface-CLwwrZv6.js +0 -48
  185. package/dist/EventTypeAppSettingsInterface-CPvfqJkx.js +0 -221
  186. package/dist/EventTypeAppSettingsInterface-EZZkJrLi.js +0 -106
  187. package/dist/EventTypeAppSettingsInterface-JBpWa3pz.js +0 -298
  188. package/dist/EventTypeAppSettingsInterface-J_c1VzIk.js +0 -23
  189. package/dist/EventTypeAppSettingsInterface-K4kVWoog.js +0 -23
  190. package/dist/EventTypeAppSettingsInterface-LIn3bMv4.js +0 -25
  191. package/dist/EventTypeAppSettingsInterface-cbkdr04f.js +0 -42
  192. package/dist/EventTypeAppSettingsInterface-eejB8RJX.js +0 -43
  193. package/dist/EventTypeAppSettingsInterface-mOdk6pDR.js +0 -78
  194. package/dist/EventTypeAppSettingsInterface-vNhCP6vQ.js +0 -72
  195. package/dist/EventTypeAppSettingsInterface-xYWyd_Dz.js +0 -120
  196. package/dist/InstallAppButton-6HzB5_Be.js +0 -14
  197. package/dist/InstallAppButton-9sn2Jtoz.js +0 -14
  198. package/dist/InstallAppButton-J51NRgMF.js +0 -58
  199. package/dist/InstallAppButton-JXhBVaYJ.js +0 -29
  200. package/dist/StripePaymentForm-cXAJjJV3.js +0 -493
  201. package/dist/currencyOptions-kannG2hu.js +0 -61
  202. package/dist/index--iR_feQQ.js +0 -165254
  203. package/dist/index-XoFQv1cd.js +0 -518
  204. package/dist/index-tEqQSBcP.js +0 -28
  205. package/dist/useIsAppEnabled-C_9eRB94.js +0 -18
@@ -36,82 +36,82 @@ export declare const useCreateBooking: ({ onSuccess, onError }?: IUseCreateBooki
36
36
  paymentRequired: boolean;
37
37
  isDryRun: boolean;
38
38
  payment?: {
39
- success: boolean;
40
- data: import('../../../../prisma-client').Prisma.JsonValue;
41
39
  id: number;
42
- refunded: boolean;
43
- currency: string;
44
40
  uid: string;
45
- paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
46
- bookingId: number;
47
- externalId: string;
48
41
  appId: string | null;
42
+ bookingId: number;
49
43
  amount: number;
50
44
  fee: number;
45
+ currency: string;
46
+ success: boolean;
47
+ refunded: boolean;
48
+ data: import('../../../../prisma-client').Prisma.JsonValue;
49
+ externalId: string;
50
+ paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
51
51
  }[] | undefined;
52
52
  attendees?: {
53
- name: string;
54
53
  id: number;
55
54
  email: string;
56
- locale: string | null;
55
+ name: string;
57
56
  timeZone: string;
58
- bookingId: number | null;
59
57
  phoneNumber: string | null;
58
+ locale: string | null;
59
+ bookingId: number | null;
60
60
  noShow: boolean | null;
61
61
  }[] | undefined;
62
62
  references?: {
63
63
  id: number;
64
64
  type: string;
65
65
  uid: string;
66
- credentialId: number | null;
67
- deleted: boolean | null;
68
- bookingId: number | null;
69
- thirdPartyRecurringEventId: string | null;
70
- delegationCredentialId: string | null;
71
- domainWideDelegationCredentialId: string | null;
72
66
  meetingId: string | null;
67
+ thirdPartyRecurringEventId: string | null;
73
68
  meetingPassword: string | null;
74
69
  meetingUrl: string | null;
70
+ bookingId: number | null;
75
71
  externalCalendarId: string | null;
72
+ deleted: boolean | null;
73
+ credentialId: number | null;
74
+ delegationCredentialId: string | null;
75
+ domainWideDelegationCredentialId: string | null;
76
76
  }[] | undefined;
77
77
  id?: number | undefined;
78
- title?: string | undefined;
79
- metadata?: import('../../../../prisma-client').Prisma.JsonValue | undefined;
80
- status?: import('../../../../prisma-client').$Enums.BookingStatus | undefined;
81
- description?: string | null | undefined;
82
- paid?: boolean | undefined;
83
- location?: string | null | undefined;
84
- rescheduled?: boolean | null | undefined;
85
- rating?: number | null | undefined;
86
78
  uid?: string | undefined;
79
+ idempotencyKey?: string | null | undefined;
87
80
  userId?: number | null | undefined;
81
+ userPrimaryEmail?: string | null | undefined;
88
82
  eventTypeId?: number | null | undefined;
83
+ title?: string | undefined;
84
+ description?: string | null | undefined;
89
85
  customInputs?: import('../../../../prisma-client').Prisma.JsonValue | undefined;
90
- smsReminderNumber?: string | null | undefined;
91
- recurringEventId?: string | null | undefined;
92
- cancellationReason?: string | null | undefined;
93
- cancelledBy?: string | null | undefined;
94
- iCalUID?: string | null | undefined;
95
86
  responses?: import('../../../../prisma-client').Prisma.JsonValue | undefined;
96
87
  startTime?: Date | undefined;
97
88
  endTime?: Date | undefined;
98
- idempotencyKey?: string | null | undefined;
99
- userPrimaryEmail?: string | null | undefined;
89
+ location?: string | null | undefined;
100
90
  createdAt?: Date | undefined;
101
91
  updatedAt?: Date | null | undefined;
92
+ status?: import('../../../../prisma-client').$Enums.BookingStatus | undefined;
93
+ paid?: boolean | undefined;
102
94
  destinationCalendarId?: number | null | undefined;
95
+ cancellationReason?: string | null | undefined;
103
96
  rejectionReason?: string | null | undefined;
104
97
  reassignReason?: string | null | undefined;
105
98
  reassignById?: number | null | undefined;
106
99
  dynamicEventSlugRef?: string | null | undefined;
107
100
  dynamicGroupSlugRef?: string | null | undefined;
101
+ rescheduled?: boolean | null | undefined;
108
102
  fromReschedule?: string | null | undefined;
103
+ recurringEventId?: string | null | undefined;
104
+ smsReminderNumber?: string | null | undefined;
109
105
  scheduledJobs?: string[] | undefined;
106
+ metadata?: import('../../../../prisma-client').Prisma.JsonValue | undefined;
110
107
  isRecorded?: boolean | undefined;
108
+ iCalUID?: string | null | undefined;
111
109
  iCalSequence?: number | undefined;
110
+ rating?: number | null | undefined;
112
111
  ratingFeedback?: string | null | undefined;
113
112
  noShowHost?: boolean | null | undefined;
114
113
  oneTimePassword?: string | null | undefined;
114
+ cancelledBy?: string | null | undefined;
115
115
  rescheduledBy?: string | null | undefined;
116
116
  creationSource?: import('../../../../prisma-client').$Enums.CreationSource | null | undefined;
117
117
  appsStatus?: import("@calcom/types/Calendar").AppsStatus[];
@@ -152,82 +152,82 @@ export declare const useCreateBooking: ({ onSuccess, onError }?: IUseCreateBooki
152
152
  videoCallUrl: any;
153
153
  seatReferenceUid: string | undefined;
154
154
  payment: {
155
- success: boolean;
156
- data: import('../../../../prisma-client').Prisma.JsonValue;
157
155
  id: number;
158
- refunded: boolean;
159
- currency: string;
160
156
  uid: string;
161
- paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
162
- bookingId: number;
163
- externalId: string;
164
157
  appId: string | null;
158
+ bookingId: number;
165
159
  amount: number;
166
160
  fee: number;
161
+ currency: string;
162
+ success: boolean;
163
+ refunded: boolean;
164
+ data: import('../../../../prisma-client').Prisma.JsonValue;
165
+ externalId: string;
166
+ paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
167
167
  }[];
168
168
  attendees: {
169
- name: string;
170
169
  id: number;
171
170
  email: string;
172
- locale: string | null;
171
+ name: string;
173
172
  timeZone: string;
174
- bookingId: number | null;
175
173
  phoneNumber: string | null;
174
+ locale: string | null;
175
+ bookingId: number | null;
176
176
  noShow: boolean | null;
177
177
  }[];
178
178
  references: {
179
179
  id: number;
180
180
  type: string;
181
181
  uid: string;
182
- credentialId: number | null;
183
- deleted: boolean | null;
184
- bookingId: number | null;
185
- thirdPartyRecurringEventId: string | null;
186
- delegationCredentialId: string | null;
187
- domainWideDelegationCredentialId: string | null;
188
182
  meetingId: string | null;
183
+ thirdPartyRecurringEventId: string | null;
189
184
  meetingPassword: string | null;
190
185
  meetingUrl: string | null;
186
+ bookingId: number | null;
191
187
  externalCalendarId: string | null;
188
+ deleted: boolean | null;
189
+ credentialId: number | null;
190
+ delegationCredentialId: string | null;
191
+ domainWideDelegationCredentialId: string | null;
192
192
  }[];
193
193
  id: number;
194
- title: string;
195
- metadata: import('../../../../prisma-client').Prisma.JsonValue;
196
- status: import('../../../../prisma-client').$Enums.BookingStatus;
197
- description: string | null;
198
- paid: boolean;
199
- location: string | null;
200
- rescheduled: boolean | null;
201
- rating: number | null;
202
194
  uid: string;
195
+ idempotencyKey: string | null;
203
196
  userId: number | null;
197
+ userPrimaryEmail: string | null;
204
198
  eventTypeId: number | null;
205
- customInputs: import('../../../../prisma-client').Prisma.JsonValue;
206
- smsReminderNumber: string | null;
207
- recurringEventId: string | null;
208
- cancellationReason: string | null;
209
- cancelledBy: string | null;
210
- iCalUID: string | null;
211
- responses: import('../../../../prisma-client').Prisma.JsonValue;
199
+ title: string;
200
+ description: string | null;
201
+ customInputs: import('../../../../prisma-client').Prisma.JsonValue | null;
202
+ responses: import('../../../../prisma-client').Prisma.JsonValue | null;
212
203
  startTime: Date;
213
204
  endTime: Date;
214
- idempotencyKey: string | null;
215
- userPrimaryEmail: string | null;
205
+ location: string | null;
216
206
  createdAt: Date;
217
207
  updatedAt: Date | null;
208
+ status: import('../../../../prisma-client').$Enums.BookingStatus;
209
+ paid: boolean;
218
210
  destinationCalendarId: number | null;
211
+ cancellationReason: string | null;
219
212
  rejectionReason: string | null;
220
213
  reassignReason: string | null;
221
214
  reassignById: number | null;
222
215
  dynamicEventSlugRef: string | null;
223
216
  dynamicGroupSlugRef: string | null;
217
+ rescheduled: boolean | null;
224
218
  fromReschedule: string | null;
219
+ recurringEventId: string | null;
220
+ smsReminderNumber: string | null;
225
221
  scheduledJobs: string[];
222
+ metadata: import('../../../../prisma-client').Prisma.JsonValue | null;
226
223
  isRecorded: boolean;
224
+ iCalUID: string | null;
227
225
  iCalSequence: number;
226
+ rating: number | null;
228
227
  ratingFeedback: string | null;
229
228
  noShowHost: boolean | null;
230
229
  oneTimePassword: string | null;
230
+ cancelledBy: string | null;
231
231
  rescheduledBy: string | null;
232
232
  creationSource: import('../../../../prisma-client').$Enums.CreationSource | null;
233
233
  appsStatus?: import("@calcom/types/Calendar").AppsStatus[];
@@ -262,67 +262,67 @@ export declare const useCreateBooking: ({ onSuccess, onError }?: IUseCreateBooki
262
262
  };
263
263
  paymentRequired: boolean;
264
264
  payment: {
265
- success: boolean;
266
- data: import('../../../../prisma-client').Prisma.JsonValue;
267
265
  id: number;
268
- refunded: boolean;
269
- currency: string;
270
266
  uid: string;
271
- paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
272
- bookingId: number;
273
- externalId: string;
274
267
  appId: string | null;
268
+ bookingId: number;
275
269
  amount: number;
276
270
  fee: number;
271
+ currency: string;
272
+ success: boolean;
273
+ refunded: boolean;
274
+ data: import('../../../../prisma-client').Prisma.JsonValue;
275
+ externalId: string;
276
+ paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
277
277
  }[];
278
278
  attendees: {
279
- name: string;
280
279
  id: number;
281
280
  email: string;
282
- locale: string | null;
281
+ name: string;
283
282
  timeZone: string;
284
- bookingId: number | null;
285
283
  phoneNumber: string | null;
284
+ locale: string | null;
285
+ bookingId: number | null;
286
286
  noShow: boolean | null;
287
287
  }[];
288
288
  id: number;
289
- title: string;
290
- metadata: import('../../../../prisma-client').Prisma.JsonValue;
291
- status: import('../../../../prisma-client').$Enums.BookingStatus;
292
- description: string | null;
293
- paid: boolean;
294
- location: string | null;
295
- rescheduled: boolean | null;
296
- rating: number | null;
297
289
  uid: string;
290
+ idempotencyKey: string | null;
298
291
  userId: number | null;
292
+ userPrimaryEmail: string | null;
299
293
  eventTypeId: number | null;
300
- customInputs: import('../../../../prisma-client').Prisma.JsonValue;
301
- smsReminderNumber: string | null;
302
- recurringEventId: string | null;
303
- cancellationReason: string | null;
304
- cancelledBy: string | null;
305
- iCalUID: string | null;
306
- responses: import('../../../../prisma-client').Prisma.JsonValue;
294
+ title: string;
295
+ description: string | null;
296
+ customInputs: import('../../../../prisma-client').Prisma.JsonValue | null;
297
+ responses: import('../../../../prisma-client').Prisma.JsonValue | null;
307
298
  startTime: Date;
308
299
  endTime: Date;
309
- idempotencyKey: string | null;
310
- userPrimaryEmail: string | null;
300
+ location: string | null;
311
301
  createdAt: Date;
312
302
  updatedAt: Date | null;
303
+ status: import('../../../../prisma-client').$Enums.BookingStatus;
304
+ paid: boolean;
313
305
  destinationCalendarId: number | null;
306
+ cancellationReason: string | null;
314
307
  rejectionReason: string | null;
315
308
  reassignReason: string | null;
316
309
  reassignById: number | null;
317
310
  dynamicEventSlugRef: string | null;
318
311
  dynamicGroupSlugRef: string | null;
312
+ rescheduled: boolean | null;
319
313
  fromReschedule: string | null;
314
+ recurringEventId: string | null;
315
+ smsReminderNumber: string | null;
320
316
  scheduledJobs: string[];
317
+ metadata: import('../../../../prisma-client').Prisma.JsonValue | null;
321
318
  isRecorded: boolean;
319
+ iCalUID: string | null;
322
320
  iCalSequence: number;
321
+ rating: number | null;
323
322
  ratingFeedback: string | null;
324
323
  noShowHost: boolean | null;
325
324
  oneTimePassword: string | null;
325
+ cancelledBy: string | null;
326
326
  rescheduledBy: string | null;
327
327
  creationSource: import('../../../../prisma-client').$Enums.CreationSource | null;
328
328
  appsStatus?: import("@calcom/types/Calendar").AppsStatus[];
@@ -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
- locale: string | null;
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
- idempotencyKey?: string | null | undefined;
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
- locale: string | null;
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
- customInputs: import('../../../../prisma-client').Prisma.JsonValue;
202
- smsReminderNumber: string | null;
203
- recurringEventId: string | null;
204
- cancellationReason: string | null;
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
- idempotencyKey: string | null;
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
- locale: string | null;
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
- customInputs: import('../../../../prisma-client').Prisma.JsonValue;
297
- smsReminderNumber: string | null;
298
- recurringEventId: string | null;
299
- cancellationReason: string | null;
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
- idempotencyKey: string | null;
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[];