@calcom/atoms 1.0.101-booker → 1.0.102-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 (522) hide show
  1. package/README.md +18 -1
  2. package/dist/{AddressInput-juYkbZV2.js → AddressInput-SsWYIER6.js} +1 -1
  3. package/dist/{AlbyPriceComponent-zPblWsmO.js → AlbyPriceComponent-ZTDUjSTR.js} +1 -1
  4. package/dist/{PhoneInput-lzIUvvEp.js → PhoneInput-OrfnJILr.js} +1 -1
  5. package/dist/cal-atoms.js +5 -3
  6. package/dist/{index-pxPagOVY.js → index-21QJFBtu.js} +1 -1
  7. package/dist/{index-4eiX6cBE.js → index-XAs7JDE6.js} +32 -33
  8. package/dist/{index-1iD3RAuF.js → index-iUtbhTr7.js} +47722 -48528
  9. package/dist/packages/features/bookings/Booker/Booker.d.ts.map +1 -1
  10. package/dist/packages/features/bookings/Booker/components/AvailableTimeSlots.d.ts.map +1 -1
  11. package/dist/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.d.ts.map +1 -1
  12. package/dist/packages/features/bookings/Booker/components/BookEventForm/BookFormAsModal.d.ts.map +1 -1
  13. package/dist/packages/features/bookings/Booker/components/BookEventForm/BookingFields.d.ts.map +1 -1
  14. package/dist/packages/features/bookings/Booker/components/DatePicker.d.ts.map +1 -1
  15. package/dist/packages/features/bookings/Booker/components/DryRunMessage.d.ts.map +1 -1
  16. package/dist/packages/features/bookings/Booker/components/EventMeta.d.ts.map +1 -1
  17. package/dist/packages/features/bookings/Booker/components/InstantBooking.d.ts.map +1 -1
  18. package/dist/packages/features/bookings/Booker/components/LargeCalendar.d.ts.map +1 -1
  19. package/dist/packages/features/bookings/Booker/components/OutOfOfficeInSlots.d.ts.map +1 -1
  20. package/dist/packages/features/bookings/Booker/components/OverlayCalendar/OverlayCalendar.d.ts.map +1 -1
  21. package/dist/packages/features/bookings/Booker/components/RedirectToInstantMeetingModal.d.ts.map +1 -1
  22. package/dist/packages/features/bookings/Booker/components/hooks/useBookerLayout.d.ts.map +1 -1
  23. package/dist/packages/features/bookings/Booker/components/hooks/useBookingForm.d.ts.map +1 -1
  24. package/dist/packages/features/bookings/Booker/components/hooks/useBookings.d.ts.map +1 -1
  25. package/dist/packages/features/bookings/Booker/components/hooks/useCalendars.d.ts +84 -6
  26. package/dist/packages/features/bookings/Booker/components/hooks/useCalendars.d.ts.map +1 -1
  27. package/dist/packages/features/bookings/Booker/components/hooks/useOverlayCalendar.d.ts.map +1 -1
  28. package/dist/packages/features/bookings/Booker/components/hooks/useSkipConfirmStep.d.ts.map +1 -1
  29. package/dist/packages/features/bookings/Booker/components/hooks/useSlots.d.ts.map +1 -1
  30. package/dist/packages/features/bookings/Booker/components/hooks/useVerifyCode.d.ts.map +1 -1
  31. package/dist/packages/features/bookings/Booker/components/hooks/useVerifyEmail.d.ts.map +1 -1
  32. package/dist/packages/features/bookings/Booker/config.d.ts.map +1 -1
  33. package/dist/packages/features/bookings/Booker/store.d.ts.map +1 -1
  34. package/dist/packages/features/bookings/Booker/types.d.ts +1 -0
  35. package/dist/packages/features/bookings/Booker/types.d.ts.map +1 -1
  36. package/dist/packages/features/bookings/Booker/utils/dates.d.ts.map +1 -1
  37. package/dist/packages/features/bookings/Booker/utils/event.d.ts +25 -3
  38. package/dist/packages/features/bookings/Booker/utils/event.d.ts.map +1 -1
  39. package/dist/packages/features/bookings/Booker/utils/getBookerTimezone.d.ts.map +1 -1
  40. package/dist/packages/features/bookings/Booker/utils/isBookingDryRun.d.ts.map +1 -1
  41. package/dist/packages/features/bookings/Booker/utils/isFeatureEnabledForVisitor.d.ts.map +1 -1
  42. package/dist/packages/features/bookings/Booker/utils/isSlotEquivalent.d.ts.map +1 -1
  43. package/dist/packages/features/bookings/Booker/utils/isTimeslotAvailable.d.ts.map +1 -1
  44. package/dist/packages/features/bookings/Booker/utils/lastBookingResponse.d.ts +1 -1
  45. package/dist/packages/features/bookings/Booker/utils/lastBookingResponse.d.ts.map +1 -1
  46. package/dist/packages/features/bookings/Booker/utils/layout.d.ts.map +1 -1
  47. package/dist/packages/features/bookings/Booker/utils/query-param.d.ts.map +1 -1
  48. package/dist/packages/features/bookings/Booker/utils/use-brand-colors.d.ts.map +1 -1
  49. package/dist/packages/features/bookings/lib/book-event-form/booking-to-mutation-input-mapper.d.ts.map +1 -1
  50. package/dist/packages/features/bookings/lib/create-booking.d.ts.map +1 -1
  51. package/dist/packages/features/bookings/lib/create-instant-booking.d.ts.map +1 -1
  52. package/dist/packages/features/bookings/lib/create-recurring-booking.d.ts.map +1 -1
  53. package/dist/packages/features/bookings/lib/doesBookingRequireConfirmation.d.ts.map +1 -1
  54. package/dist/packages/features/bookings/lib/get-booking.d.ts.map +1 -1
  55. package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/getAllCredentials.d.ts +1 -1
  56. package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/getAllCredentials.d.ts.map +1 -1
  57. package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/refreshCredentials.d.ts +1 -6
  58. package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/refreshCredentials.d.ts.map +1 -1
  59. package/dist/packages/features/bookings/lib/getBookingDataSchema.d.ts.map +1 -1
  60. package/dist/packages/features/bookings/lib/getBookingDataSchemaForApi.d.ts.map +1 -1
  61. package/dist/packages/features/bookings/lib/getBookingFields.d.ts.map +1 -1
  62. package/dist/packages/features/bookings/lib/getBookingInfo.d.ts +16 -0
  63. package/dist/packages/features/bookings/lib/getBookingInfo.d.ts.map +1 -1
  64. package/dist/packages/features/bookings/lib/getBookingResponsesSchema.d.ts.map +1 -1
  65. package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts +3 -0
  66. package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts.map +1 -1
  67. package/dist/packages/features/bookings/lib/getCalEventResponses.d.ts.map +1 -1
  68. package/dist/packages/features/bookings/lib/getLocationOptionsForSelect.d.ts +1 -1
  69. package/dist/packages/features/bookings/lib/getUserBooking.d.ts +8 -0
  70. package/dist/packages/features/bookings/lib/getUserBooking.d.ts.map +1 -1
  71. package/dist/packages/features/bookings/lib/getWebhookPayloadForBooking.d.ts.map +1 -1
  72. package/dist/packages/features/bookings/lib/handleCancelBooking.d.ts.map +1 -1
  73. package/dist/packages/features/bookings/lib/handleNewBooking/addVideoCallDataToEvent.d.ts.map +1 -1
  74. package/dist/packages/features/bookings/lib/handleNewBooking/checkBookingAndDurationLimits.d.ts +1 -1
  75. package/dist/packages/features/bookings/lib/handleNewBooking/checkBookingAndDurationLimits.d.ts.map +1 -1
  76. package/dist/packages/features/bookings/lib/handleNewBooking/checkIfBookerEmailIsBlocked.d.ts.map +1 -1
  77. package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.d.ts +2 -3
  78. package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.d.ts.map +1 -1
  79. package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.d.ts +611 -3
  80. package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.d.ts.map +1 -1
  81. package/dist/packages/features/bookings/lib/handleNewBooking/findBookingQuery.d.ts.map +1 -1
  82. package/dist/packages/features/bookings/lib/handleNewBooking/getBookingData.d.ts +180 -3
  83. package/dist/packages/features/bookings/lib/handleNewBooking/getBookingData.d.ts.map +1 -1
  84. package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.d.ts +1192 -0
  85. package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.d.ts.map +1 -0
  86. package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts +9 -0
  87. package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts.map +1 -1
  88. package/dist/packages/features/bookings/lib/handleNewBooking/getLocationValuesForDb.d.ts +1 -1
  89. package/dist/packages/features/bookings/lib/handleNewBooking/getLocationValuesForDb.d.ts.map +1 -1
  90. package/dist/packages/features/bookings/lib/handleNewBooking/getRequiresConfirmationFlags.d.ts +1 -0
  91. package/dist/packages/features/bookings/lib/handleNewBooking/getRequiresConfirmationFlags.d.ts.map +1 -1
  92. package/dist/packages/features/bookings/lib/handleNewBooking/getSeatedBooking.d.ts.map +1 -1
  93. package/dist/packages/features/bookings/lib/handleNewBooking/loadAndValidateUsers.d.ts +2 -2
  94. package/dist/packages/features/bookings/lib/handleNewBooking/loadAndValidateUsers.d.ts.map +1 -1
  95. package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts +2 -0
  96. package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts.map +1 -1
  97. package/dist/packages/features/bookings/lib/handleNewBooking/logger.d.ts.map +1 -1
  98. package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.d.ts.map +1 -1
  99. package/dist/packages/features/bookings/lib/handleNewBooking/test/buildDryRunBooking.test.d.ts +2 -0
  100. package/dist/packages/features/bookings/lib/handleNewBooking/test/buildDryRunBooking.test.d.ts.map +1 -0
  101. package/dist/packages/features/bookings/lib/handleNewBooking/test/buildEventForTeamEventType.test.d.ts +2 -0
  102. package/dist/packages/features/bookings/lib/handleNewBooking/test/buildEventForTeamEventType.test.d.ts.map +1 -0
  103. package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/seatedRoundRobin.test.d.ts +2 -0
  104. package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/seatedRoundRobin.test.d.ts.map +1 -0
  105. package/dist/packages/features/bookings/lib/handleNewBooking/validateBookingTimeIsNotOutOfBounds.d.ts.map +1 -1
  106. package/dist/packages/features/bookings/lib/handleNewBooking/validateEventLength.d.ts +1 -1
  107. package/dist/packages/features/bookings/lib/handleNewBooking/validateEventLength.d.ts.map +1 -1
  108. package/dist/packages/features/bookings/lib/handleNewBooking.d.ts +98 -1
  109. package/dist/packages/features/bookings/lib/handleNewBooking.d.ts.map +1 -1
  110. package/dist/packages/features/bookings/lib/handleNewRecurringBooking.d.ts.map +1 -1
  111. package/dist/packages/features/bookings/lib/handleSeats/cancel/cancelAttendeeSeat.d.ts.map +1 -1
  112. package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.d.ts.map +1 -1
  113. package/dist/packages/features/bookings/lib/handleSeats/handleSeats.d.ts.map +1 -1
  114. package/dist/packages/features/bookings/lib/handleSeats/lib/lastAttendeeDeleteBooking.d.ts.map +1 -1
  115. package/dist/packages/features/bookings/lib/handleSeats/reschedule/attendee/attendeeRescheduleSeatedBooking.d.ts.map +1 -1
  116. package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/combineTwoSeatedBookings.d.ts.map +1 -1
  117. package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/moveSeatedBookingToNewTimeSlot.d.ts.map +1 -1
  118. package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.d.ts.map +1 -1
  119. package/dist/packages/features/bookings/lib/handleSeats/reschedule/rescheduleSeatedBooking.d.ts.map +1 -1
  120. package/dist/packages/features/bookings/lib/handleWebhookTrigger.d.ts +2 -2
  121. package/dist/packages/features/bookings/lib/handleWebhookTrigger.d.ts.map +1 -1
  122. package/dist/packages/features/bookings/lib/requiresConfirmation/getBookingRequest.d.ts +122 -0
  123. package/dist/packages/features/bookings/lib/requiresConfirmation/getBookingRequest.d.ts.map +1 -0
  124. package/dist/packages/features/bookings/types.d.ts +1 -1
  125. package/dist/packages/features/bookings/types.d.ts.map +1 -1
  126. package/dist/packages/features/data-table/DataTableProvider.d.ts +1 -0
  127. package/dist/packages/features/data-table/DataTableProvider.d.ts.map +1 -1
  128. package/dist/packages/features/data-table/components/DataTable.d.ts +2 -1
  129. package/dist/packages/features/data-table/components/DataTable.d.ts.map +1 -1
  130. package/dist/packages/features/data-table/components/DataTableWrapper.d.ts +3 -1
  131. package/dist/packages/features/data-table/components/DataTableWrapper.d.ts.map +1 -1
  132. package/dist/packages/features/data-table/components/filters/ActiveFilters.d.ts.map +1 -1
  133. package/dist/packages/features/data-table/components/filters/ClearFiltersButton.d.ts.map +1 -1
  134. package/dist/packages/features/data-table/components/filters/DateRangeFilter.d.ts +2 -1
  135. package/dist/packages/features/data-table/components/filters/DateRangeFilter.d.ts.map +1 -1
  136. package/dist/packages/features/data-table/components/filters/FilterPopover.d.ts.map +1 -1
  137. package/dist/packages/features/data-table/components/filters/index.d.ts.map +1 -1
  138. package/dist/packages/features/data-table/components/filters/useFilterPopoverOpen.d.ts +5 -0
  139. package/dist/packages/features/data-table/components/filters/useFilterPopoverOpen.d.ts.map +1 -0
  140. package/dist/packages/features/data-table/components/filters/utils.d.ts.map +1 -1
  141. package/dist/packages/features/data-table/components/segment/DeleteSegmentDialog.d.ts.map +1 -1
  142. package/dist/packages/features/data-table/components/segment/FilterSegmentSelect.d.ts.map +1 -1
  143. package/dist/packages/features/data-table/components/segment/SaveFilterSegmentButton.d.ts.map +1 -1
  144. package/dist/packages/features/data-table/hooks/useColumnSizingVars.d.ts.map +1 -1
  145. package/dist/packages/features/data-table/hooks/useFetchMoreOnBottomReached.d.ts.map +1 -1
  146. package/dist/packages/features/data-table/index.d.ts +1 -0
  147. package/dist/packages/features/data-table/index.d.ts.map +1 -1
  148. package/dist/packages/features/data-table/lib/dateRange.d.ts.map +1 -1
  149. package/dist/packages/features/data-table/lib/parsers.d.ts +127 -0
  150. package/dist/packages/features/data-table/lib/parsers.d.ts.map +1 -0
  151. package/dist/packages/features/data-table/lib/serializers.d.ts +90 -0
  152. package/dist/packages/features/data-table/lib/serializers.d.ts.map +1 -0
  153. package/dist/packages/features/data-table/lib/server.d.ts +11 -0
  154. package/dist/packages/features/data-table/lib/server.d.ts.map +1 -1
  155. package/dist/packages/features/data-table/lib/types.d.ts +2 -1
  156. package/dist/packages/features/data-table/lib/types.d.ts.map +1 -1
  157. package/dist/packages/features/data-table/lib/utils.d.ts.map +1 -1
  158. package/dist/packages/features/ee/billing/api/webhook/__handler.d.ts.map +1 -1
  159. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.d.ts +6 -0
  160. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.d.ts.map +1 -0
  161. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.team-plan.d.ts.map +1 -1
  162. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.d.ts +2 -2
  163. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.d.ts.map +1 -1
  164. package/dist/packages/features/ee/billing/api/webhook/_payment_intent.succeeded.d.ts.map +1 -1
  165. package/dist/packages/features/ee/billing/api/webhook/index.d.ts.map +1 -1
  166. package/dist/packages/features/ee/billing/billing-service.d.ts +1 -0
  167. package/dist/packages/features/ee/billing/billing-service.d.ts.map +1 -1
  168. package/dist/packages/features/ee/billing/credit-service.d.ts +64 -0
  169. package/dist/packages/features/ee/billing/credit-service.d.ts.map +1 -0
  170. package/dist/packages/features/ee/billing/credit-service.test.d.ts +2 -0
  171. package/dist/packages/features/ee/billing/credit-service.test.d.ts.map +1 -0
  172. package/dist/packages/features/ee/billing/stripe-billling-service.d.ts +11 -0
  173. package/dist/packages/features/ee/billing/stripe-billling-service.d.ts.map +1 -1
  174. package/dist/packages/features/ee/billing/teams/internal-team-billing.d.ts +5 -0
  175. package/dist/packages/features/ee/billing/teams/internal-team-billing.d.ts.map +1 -1
  176. package/dist/packages/features/ee/payments/components/Payment.d.ts.map +1 -1
  177. package/dist/packages/features/ee/payments/pages/payment.d.ts +4 -0
  178. package/dist/packages/features/ee/payments/pages/payment.d.ts.map +1 -1
  179. package/dist/packages/features/ee/round-robin/assignmentReason/AssignmentReasonRecorder.d.ts +49 -6
  180. package/dist/packages/features/ee/round-robin/assignmentReason/AssignmentReasonRecorder.d.ts.map +1 -1
  181. package/dist/packages/features/ee/round-robin/handleRescheduleEventManager.d.ts +4 -1
  182. package/dist/packages/features/ee/round-robin/handleRescheduleEventManager.d.ts.map +1 -1
  183. package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts.map +1 -1
  184. package/dist/packages/features/ee/round-robin/roundRobinReassignment.d.ts.map +1 -1
  185. package/dist/packages/features/ee/workflows/api/handleSMSResponse.d.ts +7 -0
  186. package/dist/packages/features/ee/workflows/api/handleSMSResponse.d.ts.map +1 -0
  187. package/dist/packages/features/ee/workflows/api/scheduleEmailReminders.d.ts.map +1 -1
  188. package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.d.ts.map +1 -1
  189. package/dist/packages/features/ee/workflows/api/scheduleWhatsappReminders.d.ts.map +1 -1
  190. package/dist/packages/features/ee/workflows/components/AddActionDialog.d.ts.map +1 -1
  191. package/dist/packages/features/ee/workflows/components/DeleteDialog.d.ts.map +1 -1
  192. package/dist/packages/features/ee/workflows/components/TimeTimeUnitInput.d.ts.map +1 -1
  193. package/dist/packages/features/ee/workflows/components/WorkflowStepContainer.d.ts.map +1 -1
  194. package/dist/packages/features/ee/workflows/lib/compareReminderBodyToTemplate.d.ts.map +1 -1
  195. package/dist/packages/features/ee/workflows/lib/getAllWorkflows.d.ts.map +1 -1
  196. package/dist/packages/features/ee/workflows/lib/getOptions.d.ts +2 -2
  197. package/dist/packages/features/ee/workflows/lib/getOptions.d.ts.map +1 -1
  198. package/dist/packages/features/ee/workflows/lib/getWorkflowReminders.d.ts +4 -1
  199. package/dist/packages/features/ee/workflows/lib/getWorkflowReminders.d.ts.map +1 -1
  200. package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts +2 -0
  201. package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts.map +1 -1
  202. package/dist/packages/features/ee/workflows/lib/reminders/messageDispatcher.d.ts +42 -0
  203. package/dist/packages/features/ee/workflows/lib/reminders/messageDispatcher.d.ts.map +1 -0
  204. package/dist/packages/features/ee/workflows/lib/reminders/providers/twilioProvider.d.ts +35 -2
  205. package/dist/packages/features/ee/workflows/lib/reminders/providers/twilioProvider.d.ts.map +1 -1
  206. package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.d.ts +5 -1
  207. package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.d.ts.map +1 -1
  208. package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.test.d.ts +2 -0
  209. package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.test.d.ts.map +1 -0
  210. package/dist/packages/features/ee/workflows/lib/reminders/scheduleMandatoryReminder.d.ts +2 -2
  211. package/dist/packages/features/ee/workflows/lib/reminders/scheduleMandatoryReminder.d.ts.map +1 -1
  212. package/dist/packages/features/ee/workflows/lib/reminders/smsReminderManager.d.ts +2 -0
  213. package/dist/packages/features/ee/workflows/lib/reminders/smsReminderManager.d.ts.map +1 -1
  214. package/dist/packages/features/ee/workflows/lib/reminders/templates/customTemplate.d.ts.map +1 -1
  215. package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.d.ts.map +1 -1
  216. package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.d.ts.map +1 -1
  217. package/dist/packages/features/ee/workflows/lib/reminders/templates/smsReminderTemplate.d.ts.map +1 -1
  218. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCancelledTemplate.d.ts.map +1 -1
  219. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCompletedTemplate.d.ts.map +1 -1
  220. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventReminderTemplate.d.ts.map +1 -1
  221. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventRescheduledTemplate.d.ts.map +1 -1
  222. package/dist/packages/features/ee/workflows/lib/reminders/utils.d.ts.map +1 -1
  223. package/dist/packages/features/ee/workflows/lib/reminders/verifyPhoneNumber.d.ts.map +1 -1
  224. package/dist/packages/features/ee/workflows/lib/reminders/whatsappReminderManager.d.ts.map +1 -1
  225. package/dist/packages/features/ee/workflows/lib/repository/workflowOptOutContact.d.ts +6 -0
  226. package/dist/packages/features/ee/workflows/lib/repository/workflowOptOutContact.d.ts.map +1 -0
  227. package/dist/packages/features/ee/workflows/lib/repository/workflowReminder.d.ts +18 -0
  228. package/dist/packages/features/ee/workflows/lib/repository/workflowReminder.d.ts.map +1 -0
  229. package/dist/packages/features/ee/workflows/lib/service/workflowOptOutService.d.ts +5 -0
  230. package/dist/packages/features/ee/workflows/lib/service/workflowOptOutService.d.ts.map +1 -0
  231. package/dist/packages/features/eventtypes/components/AddMembersWithSwitch.d.ts.map +1 -1
  232. package/dist/packages/features/eventtypes/components/AssignAllTeamMembers.d.ts.map +1 -1
  233. package/dist/packages/features/eventtypes/components/CheckedTeamSelect.d.ts.map +1 -1
  234. package/dist/packages/features/eventtypes/components/CheckedUserSelect.d.ts.map +1 -1
  235. package/dist/packages/features/eventtypes/components/ChildrenEventTypeSelect.d.ts.map +1 -1
  236. package/dist/packages/features/eventtypes/components/DuplicateDialog.d.ts.map +1 -1
  237. package/dist/packages/features/eventtypes/components/EditWeightsForAllTeamMembers.d.ts.map +1 -1
  238. package/dist/packages/features/eventtypes/components/EventType.d.ts.map +1 -1
  239. package/dist/packages/features/eventtypes/components/EventTypeDescription.d.ts.map +1 -1
  240. package/dist/packages/features/eventtypes/components/HostEditDialogs.d.ts.map +1 -1
  241. package/dist/packages/features/eventtypes/components/MultiDropdownSelect.d.ts.map +1 -1
  242. package/dist/packages/features/eventtypes/components/MultiplePrivateLinksController.d.ts.map +1 -1
  243. package/dist/packages/features/eventtypes/components/SkeletonLoader.d.ts +0 -1
  244. package/dist/packages/features/eventtypes/components/SkeletonLoader.d.ts.map +1 -1
  245. package/dist/packages/features/eventtypes/components/dialogs/AssignmentWarningDialog.d.ts.map +1 -1
  246. package/dist/packages/features/eventtypes/components/tabs/advanced/DisableAllEmailsSetting.d.ts.map +1 -1
  247. package/dist/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.d.ts +4 -1
  248. package/dist/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.d.ts.map +1 -1
  249. package/dist/packages/features/eventtypes/components/tabs/ai/EventAITab.d.ts.map +1 -1
  250. package/dist/packages/features/eventtypes/components/tabs/apps/EventAppsTab.d.ts.map +1 -1
  251. package/dist/packages/features/eventtypes/components/tabs/assignment/EventTeamAssignmentTab.d.ts.map +1 -1
  252. package/dist/packages/features/eventtypes/components/tabs/availability/EventAvailabilityTab.d.ts.map +1 -1
  253. package/dist/packages/features/eventtypes/components/tabs/instant/EventInstantTab.d.ts.map +1 -1
  254. package/dist/packages/features/eventtypes/components/tabs/limits/EventLimitsTab.d.ts.map +1 -1
  255. package/dist/packages/features/eventtypes/components/tabs/recurring/EventRecurringTab.d.ts.map +1 -1
  256. package/dist/packages/features/eventtypes/components/tabs/setup/EventSetupTab.d.ts +4 -0
  257. package/dist/packages/features/eventtypes/components/tabs/setup/EventSetupTab.d.ts.map +1 -1
  258. package/dist/packages/features/eventtypes/components/tabs/webhooks/EventWebhooksTab.d.ts.map +1 -1
  259. package/dist/packages/features/eventtypes/components/tabs/workflows/EventWorkfowsTab.d.ts.map +1 -1
  260. package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts +21 -0
  261. package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts.map +1 -1
  262. package/dist/packages/features/eventtypes/lib/types.d.ts +2 -0
  263. package/dist/packages/features/eventtypes/lib/types.d.ts.map +1 -1
  264. package/dist/packages/features/form-builder/Components.d.ts.map +1 -1
  265. package/dist/packages/features/form-builder/FormBuilder.d.ts.map +1 -1
  266. package/dist/packages/features/form-builder/FormBuilderField.d.ts.map +1 -1
  267. package/dist/packages/features/form-builder/schema.d.ts.map +1 -1
  268. package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.d.ts.map +1 -1
  269. package/dist/packages/features/form-builder/utils/getFieldIdentifier.d.ts.map +1 -1
  270. package/dist/packages/features/form-builder/utils/variantsConfig.d.ts +1 -1
  271. package/dist/packages/features/form-builder/utils/variantsConfig.d.ts.map +1 -1
  272. package/dist/packages/features/form-builder/utils.d.ts.map +1 -1
  273. package/dist/packages/features/schedules/components/DateOverrideInputDialog.d.ts.map +1 -1
  274. package/dist/packages/features/schedules/components/DateOverrideList.d.ts.map +1 -1
  275. package/dist/packages/features/schedules/components/Schedule.d.ts.map +1 -1
  276. package/dist/packages/features/schedules/components/ScheduleListItem.d.ts.map +1 -1
  277. package/dist/packages/features/schedules/lib/use-schedule/useApiV2AvailableSlots.d.ts +6 -0
  278. package/dist/packages/features/schedules/lib/use-schedule/useApiV2AvailableSlots.d.ts.map +1 -0
  279. package/dist/packages/features/schedules/lib/use-schedule/useNonEmptyScheduleDays.d.ts.map +1 -1
  280. package/dist/packages/features/schedules/lib/use-schedule/useSchedule.d.ts +232 -84
  281. package/dist/packages/features/schedules/lib/use-schedule/useSchedule.d.ts.map +1 -1
  282. package/dist/packages/features/schedules/lib/use-schedule/useSlotsForDate.d.ts.map +1 -1
  283. package/dist/packages/features/schedules/lib/use-schedule/useTimesForSchedule.d.ts.map +1 -1
  284. package/dist/packages/features/shell/banners/useBanners.d.ts.map +1 -1
  285. package/dist/packages/features/shell/navigation/Navigation.d.ts.map +1 -1
  286. package/dist/packages/features/shell/useBottomNavItems.d.ts.map +1 -1
  287. package/dist/packages/platform/atoms/add-members-switch/AddMembersWithSwitchPlatformWrapper.d.ts.map +1 -1
  288. package/dist/packages/platform/atoms/availability/AvailabilitySettings.d.ts.map +1 -1
  289. package/dist/packages/platform/atoms/availability/wrappers/AvailabilitySettingsPlatformWrapper.d.ts.map +1 -1
  290. package/dist/packages/platform/atoms/booker/BookerPlatformWrapper.d.ts.map +1 -1
  291. package/dist/packages/platform/atoms/booker/types.d.ts +1 -0
  292. package/dist/packages/platform/atoms/booker/types.d.ts.map +1 -1
  293. package/dist/packages/platform/atoms/booker-embed/BookerEmbed.d.ts +1 -0
  294. package/dist/packages/platform/atoms/booker-embed/BookerEmbed.d.ts.map +1 -1
  295. package/dist/packages/platform/atoms/booker-embed/useGetRoutingFormUrlProps.d.ts.map +1 -1
  296. package/dist/packages/platform/atoms/calendar-settings/wrappers/CalendarSettingsPlatformWrapper.d.ts.map +1 -1
  297. package/dist/packages/platform/atoms/connect/OAuthConnect.d.ts.map +1 -1
  298. package/dist/packages/platform/atoms/connect/conferencing-apps/ConferencingAppsViewPlatformWrapper.d.ts.map +1 -1
  299. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomBulkUpdateEventTypesToDefaultLocation.d.ts +4 -0
  300. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomBulkUpdateEventTypesToDefaultLocation.d.ts.map +1 -1
  301. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomGetEventTypes.d.ts.map +1 -1
  302. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomsGetInstalledConferencingApps.d.ts.map +1 -1
  303. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useConnect.d.ts +3 -1
  304. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useConnect.d.ts.map +1 -1
  305. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useDeleteCredential.d.ts.map +1 -1
  306. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useGetDefaultConferencingApp.d.ts.map +1 -1
  307. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useUpdateUserDefaultConferencingApp.d.ts.map +1 -1
  308. package/dist/packages/platform/atoms/destination-calendar/DestinationCalendar.d.ts.map +1 -1
  309. package/dist/packages/platform/atoms/destination-calendar/DestinationCalendarSelector.d.ts.map +1 -1
  310. package/dist/packages/platform/atoms/destination-calendar/wrappers/DestinationCalendarSettingsPlatformWrapper.d.ts.map +1 -1
  311. package/dist/packages/platform/atoms/event-types/atom-api-transformers/transformApiEventTypeForAtom.d.ts +43 -23
  312. package/dist/packages/platform/atoms/event-types/atom-api-transformers/transformApiEventTypeForAtom.d.ts.map +1 -1
  313. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeAppIntegration.d.ts.map +1 -1
  314. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts +10 -0
  315. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts.map +1 -1
  316. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypePaymentInfo.d.ts +4 -0
  317. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypePaymentInfo.d.ts.map +1 -1
  318. package/dist/packages/platform/atoms/event-types/hooks/useAtomHostSchedules.d.ts.map +1 -1
  319. package/dist/packages/platform/atoms/event-types/hooks/useAtomUpdateEventType.d.ts +12 -0
  320. package/dist/packages/platform/atoms/event-types/hooks/useAtomUpdateEventType.d.ts.map +1 -1
  321. package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.d.ts.map +1 -1
  322. package/dist/packages/platform/atoms/event-types/hooks/useHandleRouteChange.d.ts.map +1 -1
  323. package/dist/packages/platform/atoms/event-types/hooks/usePlatformTabsNavigations.d.ts.map +1 -1
  324. package/dist/packages/platform/atoms/event-types/hooks/useTabsNavigations.d.ts.map +1 -1
  325. package/dist/packages/platform/atoms/event-types/hooks/useTeamMembersWithSegment.d.ts.map +1 -1
  326. package/dist/packages/platform/atoms/event-types/payments/PaymentForm.d.ts.map +1 -1
  327. package/dist/packages/platform/atoms/event-types/payments/StripePaymentForm.d.ts.map +1 -1
  328. package/dist/packages/platform/atoms/event-types/wrappers/CreateEventTypePlatformWrapper.d.ts.map +1 -1
  329. package/dist/packages/platform/atoms/event-types/wrappers/EventAdvancedPlatformWrapper.d.ts.map +1 -1
  330. package/dist/packages/platform/atoms/event-types/wrappers/EventAvailabilityTabPlatformWrapper.d.ts.map +1 -1
  331. package/dist/packages/platform/atoms/event-types/wrappers/EventLimitsTabPlatformWrapper.d.ts.map +1 -1
  332. package/dist/packages/platform/atoms/event-types/wrappers/EventPaymentsTabPlatformWrapper.d.ts.map +1 -1
  333. package/dist/packages/platform/atoms/event-types/wrappers/EventRecurringTabPlatformWrapper.d.ts.map +1 -1
  334. package/dist/packages/platform/atoms/event-types/wrappers/EventSetupTabPlatformWrapper.d.ts.map +1 -1
  335. package/dist/packages/platform/atoms/event-types/wrappers/EventTeamAssignmentTabPlatformWrapper.d.ts.map +1 -1
  336. package/dist/packages/platform/atoms/event-types/wrappers/EventTypePlatformWrapper.d.ts.map +1 -1
  337. package/dist/packages/platform/atoms/hooks/bookings/useBooking.d.ts.map +1 -1
  338. package/dist/packages/platform/atoms/hooks/bookings/useBookings.d.ts.map +1 -1
  339. package/dist/packages/platform/atoms/hooks/bookings/useCancelBooking.d.ts.map +1 -1
  340. package/dist/packages/platform/atoms/hooks/bookings/useCreateBooking.d.ts.map +1 -1
  341. package/dist/packages/platform/atoms/hooks/bookings/useCreateInstantBooking.d.ts.map +1 -1
  342. package/dist/packages/platform/atoms/hooks/bookings/useCreateRecurringBooking.d.ts.map +1 -1
  343. package/dist/packages/platform/atoms/hooks/bookings/useGetBookingForReschedule.d.ts.map +1 -1
  344. package/dist/packages/platform/atoms/hooks/bookings/useHandleBookEvent.d.ts.map +1 -1
  345. package/dist/packages/platform/atoms/hooks/calendars/useAddSelectedCalendar.d.ts.map +1 -1
  346. package/dist/packages/platform/atoms/hooks/calendars/useDeleteCalendarCredentials.d.ts.map +1 -1
  347. package/dist/packages/platform/atoms/hooks/calendars/useRemoveSelectedCalendar.d.ts.map +1 -1
  348. package/dist/packages/platform/atoms/hooks/calendars/useUpdateDestinationCalendars.d.ts.map +1 -1
  349. package/dist/packages/platform/atoms/hooks/connect/useCheck.d.ts.map +1 -1
  350. package/dist/packages/platform/atoms/hooks/connect/useConnect.d.ts +2 -4
  351. package/dist/packages/platform/atoms/hooks/connect/useConnect.d.ts.map +1 -1
  352. package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventType.d.ts +4 -0
  353. package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventType.d.ts.map +1 -1
  354. package/dist/packages/platform/atoms/hooks/event-types/private/useCreateTeamEventType.d.ts +4 -0
  355. package/dist/packages/platform/atoms/hooks/event-types/private/useCreateTeamEventType.d.ts.map +1 -1
  356. package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteEventTypeById.d.ts +4 -0
  357. package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteEventTypeById.d.ts.map +1 -1
  358. package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteTeamEventTypeById.d.ts.map +1 -1
  359. package/dist/packages/platform/atoms/hooks/event-types/private/useEventTypeById.d.ts.map +1 -1
  360. package/dist/packages/platform/atoms/hooks/event-types/public/useEventType.d.ts.map +1 -1
  361. package/dist/packages/platform/atoms/hooks/event-types/public/useEventTypes.d.ts.map +1 -1
  362. package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventType.d.ts.map +1 -1
  363. package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventTypes.d.ts.map +1 -1
  364. package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationBookings.d.ts.map +1 -1
  365. package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationUserBookings.d.ts.map +1 -1
  366. package/dist/packages/platform/atoms/hooks/schedules/useDeleteSchedule.d.ts.map +1 -1
  367. package/dist/packages/platform/atoms/hooks/schedules/useSchedule.d.ts.map +1 -1
  368. package/dist/packages/platform/atoms/hooks/schedules/useUpdateSchedule.d.ts.map +1 -1
  369. package/dist/packages/platform/atoms/hooks/stripe/useCheck.d.ts.map +1 -1
  370. package/dist/packages/platform/atoms/hooks/stripe/useConnect.d.ts.map +1 -1
  371. package/dist/packages/platform/atoms/hooks/teams/useTeamMembers.d.ts.map +1 -1
  372. package/dist/packages/platform/atoms/hooks/useAvailableSlots.d.ts +0 -2
  373. package/dist/packages/platform/atoms/hooks/useAvailableSlots.d.ts.map +1 -1
  374. package/dist/packages/platform/atoms/hooks/useCalendarsBusyTimes.d.ts.map +1 -1
  375. package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts +84 -6
  376. package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts.map +1 -1
  377. package/dist/packages/platform/atoms/hooks/useDeleteSelectedSlot.d.ts.map +1 -1
  378. package/dist/packages/platform/atoms/hooks/useOAuthClient.d.ts.map +1 -1
  379. package/dist/packages/platform/atoms/hooks/useOAuthFlow.d.ts.map +1 -1
  380. package/dist/packages/platform/atoms/hooks/usePublicEvent.d.ts +21 -0
  381. package/dist/packages/platform/atoms/hooks/usePublicEvent.d.ts.map +1 -1
  382. package/dist/packages/platform/atoms/hooks/useReserveSlot.d.ts +2 -2
  383. package/dist/packages/platform/atoms/hooks/useReserveSlot.d.ts.map +1 -1
  384. package/dist/packages/platform/atoms/hooks/useSlots.d.ts +2 -1
  385. package/dist/packages/platform/atoms/hooks/useSlots.d.ts.map +1 -1
  386. package/dist/packages/platform/atoms/hooks/useTimezone.d.ts.map +1 -1
  387. package/dist/packages/platform/atoms/index.d.ts +2 -0
  388. package/dist/packages/platform/atoms/index.d.ts.map +1 -1
  389. package/dist/packages/platform/atoms/lib/getPlaceholderContent.d.ts.map +1 -1
  390. package/dist/packages/platform/atoms/lib/getQueryParam.d.ts.map +1 -1
  391. package/dist/packages/platform/atoms/lib/setQueryParam.d.ts.map +1 -1
  392. package/dist/packages/platform/atoms/lib/useLocale.d.ts +10 -0
  393. package/dist/packages/platform/atoms/lib/useLocale.d.ts.map +1 -0
  394. package/dist/packages/platform/atoms/router/Router.d.ts +1 -1
  395. package/dist/packages/platform/atoms/router/Router.d.ts.map +1 -1
  396. package/dist/packages/platform/atoms/selected-calendars/SelectedCalendarsSettings.d.ts.map +1 -1
  397. package/dist/packages/platform/atoms/selected-calendars/wrappers/SelectedCalendarsSettingsPlatformWrapper.d.ts.map +1 -1
  398. package/dist/packages/platform/atoms/src/components/atoms-wrapper.d.ts.map +1 -1
  399. package/dist/packages/platform/atoms/src/components/ui/dialog.d.ts +4 -4
  400. package/dist/packages/platform/atoms/src/components/ui/dialog.d.ts.map +1 -1
  401. package/dist/packages/platform/atoms/src/components/ui/shell.d.ts.map +1 -1
  402. package/dist/packages/platform/atoms/src/components/ui/switch.d.ts +1 -1
  403. package/dist/packages/platform/atoms/src/components/ui/toast.d.ts +5 -5
  404. package/dist/packages/platform/atoms/src/components/ui/use-toast.d.ts.map +1 -1
  405. package/dist/packages/platform/atoms/src/lib/timeZones.d.ts.map +1 -1
  406. package/dist/packages/platform/atoms/vite.config.d.ts.map +1 -1
  407. package/dist/packages/platform/libraries/emails.d.ts +6 -0
  408. package/dist/packages/platform/libraries/emails.d.ts.map +1 -1
  409. package/dist/packages/platform/libraries/event-types.d.ts +1 -1
  410. package/dist/packages/platform/libraries/event-types.d.ts.map +1 -1
  411. package/dist/packages/platform/libraries/index.d.ts +4 -0
  412. package/dist/packages/platform/libraries/index.d.ts.map +1 -1
  413. package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.d.ts +3 -3
  414. package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.d.ts.map +1 -1
  415. package/dist/packages/platform/types/bookings/2024-08-13/inputs/location.input.d.ts +1 -1
  416. package/dist/packages/platform/types/bookings/2024-08-13/inputs/location.input.d.ts.map +1 -1
  417. package/dist/packages/platform/types/bookings/2024-08-13/inputs/validators/validate-metadata.d.ts.map +1 -1
  418. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-bookings.output.d.ts +10 -0
  419. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-bookings.output.d.ts.map +1 -1
  420. package/dist/packages/platform/types/calendars/index.d.ts +2 -0
  421. package/dist/packages/platform/types/calendars/index.d.ts.map +1 -0
  422. package/dist/packages/platform/types/{calendars.d.ts → calendars/inputs/busy-times.input.d.ts} +1 -1
  423. package/dist/packages/platform/types/calendars/inputs/busy-times.input.d.ts.map +1 -0
  424. package/dist/packages/platform/types/calendars/inputs/create-calendar-credentials.input.d.ts +5 -0
  425. package/dist/packages/platform/types/calendars/inputs/create-calendar-credentials.input.d.ts.map +1 -0
  426. package/dist/packages/platform/types/calendars/inputs/index.d.ts +3 -0
  427. package/dist/packages/platform/types/calendars/inputs/index.d.ts.map +1 -0
  428. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-layouts.input.d.ts +5 -1
  429. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-layouts.input.d.ts.map +1 -1
  430. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-fields.input.d.ts +5 -1
  431. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-fields.input.d.ts.map +1 -1
  432. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-count.input.d.ts.map +1 -1
  433. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-duration.input.d.ts.map +1 -1
  434. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-window.input.d.ts.map +1 -1
  435. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/confirmation-policy.input.d.ts.map +1 -1
  436. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.d.ts +1 -0
  437. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.d.ts.map +1 -1
  438. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/locations.input.d.ts.map +1 -1
  439. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.d.ts +1 -0
  440. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.d.ts.map +1 -1
  441. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booking-fields.output.d.ts +1 -0
  442. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booking-fields.output.d.ts.map +1 -1
  443. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/event-type.output.d.ts +1 -0
  444. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/event-type.output.d.ts.map +1 -1
  445. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/locations.output.d.ts +1 -1
  446. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/locations.output.d.ts.map +1 -1
  447. package/dist/packages/platform/types/routing-forms/responses/routing-form-response.output.d.ts +1 -1
  448. package/dist/packages/platform/types/slots/slots-2024-04-15/inputs/index.d.ts +8 -0
  449. package/dist/packages/platform/types/slots/slots-2024-04-15/inputs/index.d.ts.map +1 -1
  450. package/dist/packages/platform/utils/permissions.d.ts.map +1 -1
  451. package/dist/packages/prisma/zod/app_routingforms_formresponse.d.ts +3 -1
  452. package/dist/packages/prisma/zod/app_routingforms_formresponse.d.ts.map +1 -1
  453. package/dist/packages/prisma/zod/booking.d.ts +3 -1
  454. package/dist/packages/prisma/zod/booking.d.ts.map +1 -1
  455. package/dist/packages/prisma/zod/bookingdenormalized.d.ts +84 -0
  456. package/dist/packages/prisma/zod/bookingdenormalized.d.ts.map +1 -0
  457. package/dist/packages/prisma/zod/bookingtimestatusdenormalized.d.ts +87 -0
  458. package/dist/packages/prisma/zod/bookingtimestatusdenormalized.d.ts.map +1 -0
  459. package/dist/packages/prisma/zod/calendarcache.d.ts +3 -0
  460. package/dist/packages/prisma/zod/calendarcache.d.ts.map +1 -1
  461. package/dist/packages/prisma/zod/credential.d.ts +5 -1
  462. package/dist/packages/prisma/zod/credential.d.ts.map +1 -1
  463. package/dist/packages/prisma/zod/creditbalance.d.ts +36 -0
  464. package/dist/packages/prisma/zod/creditbalance.d.ts.map +1 -0
  465. package/dist/packages/prisma/zod/creditexpenselog.d.ts +41 -0
  466. package/dist/packages/prisma/zod/creditexpenselog.d.ts.map +1 -0
  467. package/dist/packages/prisma/zod/custom/eventtype.d.ts +40 -0
  468. package/dist/packages/prisma/zod/custom/eventtype.d.ts.map +1 -1
  469. package/dist/packages/prisma/zod/delegationcredential.d.ts +2 -1
  470. package/dist/packages/prisma/zod/delegationcredential.d.ts.map +1 -1
  471. package/dist/packages/prisma/zod/eventtype.d.ts +44 -0
  472. package/dist/packages/prisma/zod/eventtype.d.ts.map +1 -1
  473. package/dist/packages/prisma/zod/index.d.ts +7 -0
  474. package/dist/packages/prisma/zod/index.d.ts.map +1 -1
  475. package/dist/packages/prisma/zod/membership.d.ts +6 -0
  476. package/dist/packages/prisma/zod/membership.d.ts.map +1 -1
  477. package/dist/packages/prisma/zod/organizationsettings.d.ts +3 -0
  478. package/dist/packages/prisma/zod/organizationsettings.d.ts.map +1 -1
  479. package/dist/packages/prisma/zod/platformbilling.d.ts +3 -0
  480. package/dist/packages/prisma/zod/platformbilling.d.ts.map +1 -1
  481. package/dist/packages/prisma/zod/role.d.ts +41 -0
  482. package/dist/packages/prisma/zod/role.d.ts.map +1 -0
  483. package/dist/packages/prisma/zod/rolepermission.d.ts +31 -0
  484. package/dist/packages/prisma/zod/rolepermission.d.ts.map +1 -0
  485. package/dist/packages/prisma/zod/routingformresponse.d.ts +2 -2
  486. package/dist/packages/prisma/zod/routingformresponsedenormalized.d.ts +102 -0
  487. package/dist/packages/prisma/zod/routingformresponsedenormalized.d.ts.map +1 -0
  488. package/dist/packages/prisma/zod/routingformresponsefield.d.ts +35 -0
  489. package/dist/packages/prisma/zod/routingformresponsefield.d.ts.map +1 -0
  490. package/dist/packages/prisma/zod/team.d.ts +2 -1
  491. package/dist/packages/prisma/zod/team.d.ts.map +1 -1
  492. package/dist/packages/prisma/zod/user.d.ts +2 -1
  493. package/dist/packages/prisma/zod/user.d.ts.map +1 -1
  494. package/dist/packages/prisma/zod/workflowoptoutcontact.d.ts +27 -0
  495. package/dist/packages/prisma/zod/workflowoptoutcontact.d.ts.map +1 -0
  496. package/dist/packages/prisma/zod-utils.d.ts +96 -0
  497. package/dist/packages/prisma/zod-utils.d.ts.map +1 -1
  498. package/dist/packages/prisma-client/index.d.ts +26559 -11424
  499. package/dist/packages/trpc/react/hooks/useEmailVerifyCheck.d.ts +11 -2
  500. package/dist/packages/trpc/react/hooks/useEmailVerifyCheck.d.ts.map +1 -1
  501. package/dist/packages/trpc/react/hooks/useMeQuery.d.ts +11 -2
  502. package/dist/packages/trpc/react/hooks/useMeQuery.d.ts.map +1 -1
  503. package/dist/packages/trpc/react/shared.d.ts +1 -1
  504. package/dist/packages/trpc/react/shared.d.ts.map +1 -1
  505. package/dist/packages/trpc/server/routers/viewer/slots/_router.d.ts +15 -6
  506. package/dist/packages/trpc/server/routers/viewer/slots/_router.d.ts.map +1 -1
  507. package/dist/packages/trpc/server/routers/viewer/slots/getSchedule.handler.d.ts.map +1 -1
  508. package/dist/packages/trpc/server/routers/viewer/slots/handleNotificationWhenNoSlots.d.ts.map +1 -1
  509. package/dist/packages/trpc/server/routers/viewer/slots/isAvailable.handler.d.ts.map +1 -1
  510. package/dist/packages/trpc/server/routers/viewer/slots/reserveSlot.handler.d.ts.map +1 -1
  511. package/dist/packages/trpc/server/routers/viewer/slots/types.d.ts +2 -2
  512. package/dist/packages/trpc/server/routers/viewer/slots/types.d.ts.map +1 -1
  513. package/dist/packages/trpc/server/routers/viewer/slots/util.d.ts +303 -13
  514. package/dist/packages/trpc/server/routers/viewer/slots/util.d.ts.map +1 -1
  515. package/package.json +3 -3
  516. package/dist/packages/features/schedules/components/index.d.ts +0 -7
  517. package/dist/packages/features/schedules/components/index.d.ts.map +0 -1
  518. package/dist/packages/features/schedules/index.d.ts +0 -4
  519. package/dist/packages/features/schedules/index.d.ts.map +0 -1
  520. package/dist/packages/features/schedules/lib/use-schedule/index.d.ts +0 -5
  521. package/dist/packages/features/schedules/lib/use-schedule/index.d.ts.map +0 -1
  522. package/dist/packages/platform/types/calendars.d.ts.map +0 -1
package/README.md CHANGED
@@ -1 +1,18 @@
1
- Atoms - customizable UI components to integrate scheduling into products.
1
+ Customizable UI components to integrate scheduling into your services.
2
+
3
+ ### Support
4
+ Currently supports React 18 and Next 14 while Next 15 is experimental.
5
+
6
+ ### Changelog
7
+ 1. Changelog can be viewed [here](https://github.com/calcom/cal.com/blob/main/packages/platform/atoms/CHANGELOG.md).
8
+ 2. For upcoming changes in the next release click [here](https://github.com/calcom/cal.com/pulls?q=is%3Apr+is%3Aopen+%22chore%3A+version+packages%22+in%3Atitle) to see a pull request titled `chore: version packages` containing next release changes.
9
+
10
+ ### Versioning
11
+ 1. We use semantic versioning meaning that all updates except major should be safe to update.
12
+ 2. If there are breaking changes within a specific version it will be marked as `❗️Breaking change` in the changelog, so please check it out before updating.
13
+ 3. Some of the versions are suffixed e.g. `1.0.102-framer` and are intended for isolated use cases, so you most probably
14
+ want to use version without any suffix e.g. `1.0.103`.
15
+
16
+ ### Documentation
17
+ Documentation on how to get started with platform solution is [here](https://cal.com/docs/platform/quickstart) and list of atoms can be viewed
18
+ [here](https://cal.com/docs/platform/atoms/cal-provider)
@@ -1,5 +1,5 @@
1
1
  import { jsxs as m, jsx as e } from "react/jsx-runtime";
2
- import { I as n, b as c, c as o } from "./index-1iD3RAuF.js";
2
+ import { I as n, b as c, c as o } from "./index-iUtbhTr7.js";
3
3
  function r({ value: s, onChange: t, ...a }) {
4
4
  return /* @__PURE__ */ m("div", { className: "relative flex items-center", children: [
5
5
  /* @__PURE__ */ e(
@@ -1,6 +1,6 @@
1
1
  import { jsx as z, jsxs as er } from "react/jsx-runtime";
2
2
  import J from "react";
3
- import { d as tr, S as nr } from "./index-1iD3RAuF.js";
3
+ import { d as tr, S as nr } from "./index-iUtbhTr7.js";
4
4
  const K = function(s, r = !0) {
5
5
  if (s.destroyed)
6
6
  throw new Error("Hash instance has been destroyed");
@@ -1,6 +1,6 @@
1
1
  import { jsx as vt } from "react/jsx-runtime";
2
2
  import Bt, { useState as $t, useEffect as Gt } from "react";
3
- import { w as Vt, i as qt, g as Kt, u as Ut, c as It, t as Wt } from "./index-1iD3RAuF.js";
3
+ import { w as Vt, i as qt, g as Kt, u as Ut, c as It, t as Wt } from "./index-iUtbhTr7.js";
4
4
  function Ht() {
5
5
  return Vt(qt, arguments);
6
6
  }
package/dist/cal-atoms.js CHANGED
@@ -1,5 +1,7 @@
1
- import { al as r, ak as e } from "./index-1iD3RAuF.js";
1
+ import { al as s, ak as e, am as r, u as t } from "./index-iUtbhTr7.js";
2
2
  export {
3
- r as Booker,
4
- e as CalProvider
3
+ s as Booker,
4
+ e as CalProvider,
5
+ r as useAtomsContext,
6
+ t as useIsPlatform
5
7
  };
@@ -1,4 +1,4 @@
1
- import { T as m, a as n } from "./index-1iD3RAuF.js";
1
+ import { T as m, a as n } from "./index-iUtbhTr7.js";
2
2
  export {
3
3
  m as TimezoneSelect,
4
4
  n as TimezoneSelectComponent
@@ -1,19 +1,19 @@
1
- import { _ as Ze, e as ae, f as D, h as Ke, j as qe, k as et, l as ve, m as tt, n as nt, o as Ie, s as Ce, v as ne, p as ut, q as ot, r as at, x as Ee, y as it, z as Ae, A, B as st, M as rt, C as Z, D as lt, E as ct, F as dt, G as pt, H as ft, J as bt, K as gt, L as ht, N as mt, O as vt, P as It, Q as Ct, R as Et, U as At, V as Ft, W as Vt, X as xt, Y as Ot, Z as St, $ as yt, a0 as Dt, a1 as Mt, a2 as Bt, a3 as Lt, a4 as Rt, a5 as Gt, c as G, a6 as Zt, a7 as Wt } from "./index-1iD3RAuF.js";
2
- import { a8 as Yn, a9 as Un, ab as _n, ag as zn, aa as jn, b as Qn, af as $n, ad as Kn, ah as qn, aj as eu, ac as tu, ae as nu, ai as uu } from "./index-1iD3RAuF.js";
1
+ import { _ as Ze, e as ae, f as D, h as Ke, j as qe, k as et, l as ve, m as tt, n as nt, o as Ie, s as Ce, v as ne, p as ut, q as ot, r as at, x as Ee, y as it, z as Ae, A, B as st, M as rt, C as Z, D as lt, E as ct, F as dt, G as pt, H as ft, J as bt, K as gt, L as ht, N as mt, O as vt, P as It, Q as Ct, R as Et, U as At, V as Ft, W as Vt, X as xt, Y as Ot, Z as St, $ as yt, a0 as Dt, a1 as Mt, a2 as Bt, a3 as Lt, a4 as Rt, a5 as Gt, c as R, a6 as Zt, a7 as Wt } from "./index-iUtbhTr7.js";
2
+ import { a8 as Yn, a9 as Un, ab as _n, ag as zn, aa as jn, b as Qn, af as $n, ad as Kn, ah as qn, aj as eu, ac as tu, ae as nu, ai as uu } from "./index-iUtbhTr7.js";
3
3
  import { jsxs as wt, jsx as de } from "react/jsx-runtime";
4
4
  import * as m from "react";
5
- import { useState as ie, useCallback as R, Component as Tt, useMemo as q, Fragment as pe, useRef as $, useEffect as We, forwardRef as Xt } from "react";
5
+ import { useState as ie, useCallback as G, Component as Tt, useMemo as q, Fragment as pe, useRef as $, useEffect as We, forwardRef as Xt } from "react";
6
6
  import "react-dom";
7
7
  var Ht = ["defaultInputValue", "defaultMenuIsOpen", "defaultValue", "inputValue", "menuIsOpen", "onChange", "onInputChange", "onMenuClose", "onMenuOpen", "value"];
8
8
  function kt(o) {
9
- var n = o.defaultInputValue, i = n === void 0 ? "" : n, l = o.defaultMenuIsOpen, e = l === void 0 ? !1 : l, a = o.defaultValue, r = a === void 0 ? null : a, t = o.inputValue, u = o.menuIsOpen, s = o.onChange, c = o.onInputChange, d = o.onMenuClose, f = o.onMenuOpen, h = o.value, b = Ze(o, Ht), g = ie(t !== void 0 ? t : i), p = ae(g, 2), v = p[0], V = p[1], E = ie(u !== void 0 ? u : e), I = ae(E, 2), M = I[0], C = I[1], x = ie(h !== void 0 ? h : r), F = ae(x, 2), L = F[0], k = F[1], z = R(function(w, J) {
9
+ var n = o.defaultInputValue, i = n === void 0 ? "" : n, l = o.defaultMenuIsOpen, e = l === void 0 ? !1 : l, a = o.defaultValue, r = a === void 0 ? null : a, t = o.inputValue, u = o.menuIsOpen, s = o.onChange, c = o.onInputChange, d = o.onMenuClose, f = o.onMenuOpen, h = o.value, b = Ze(o, Ht), g = ie(t !== void 0 ? t : i), p = ae(g, 2), v = p[0], V = p[1], E = ie(u !== void 0 ? u : e), I = ae(E, 2), M = I[0], C = I[1], x = ie(h !== void 0 ? h : r), F = ae(x, 2), L = F[0], k = F[1], z = G(function(w, J) {
10
10
  typeof s == "function" && s(w, J), k(w);
11
- }, [s]), H = R(function(w, J) {
11
+ }, [s]), H = G(function(w, J) {
12
12
  var Y;
13
13
  typeof c == "function" && (Y = c(w, J)), V(Y !== void 0 ? Y : w);
14
- }, [c]), N = R(function() {
14
+ }, [c]), N = G(function() {
15
15
  typeof f == "function" && f(), C(!0);
16
- }, [f]), S = R(function() {
16
+ }, [f]), S = G(function() {
17
17
  typeof d == "function" && d(), C(!1);
18
18
  }, [d]), y = t !== void 0 ? t : v, P = u !== void 0 ? u : M, W = h !== void 0 ? h : L;
19
19
  return D(D({}, b), {}, {
@@ -578,26 +578,26 @@ var cn = function(n) {
578
578
  n.preventDefault(), n.stopPropagation();
579
579
  };
580
580
  function dn(o) {
581
- var n = o.isEnabled, i = o.onBottomArrive, l = o.onBottomLeave, e = o.onTopArrive, a = o.onTopLeave, r = $(!1), t = $(!1), u = $(0), s = $(null), c = R(function(p, v) {
581
+ var n = o.isEnabled, i = o.onBottomArrive, l = o.onBottomLeave, e = o.onTopArrive, a = o.onTopLeave, r = $(!1), t = $(!1), u = $(0), s = $(null), c = G(function(p, v) {
582
582
  if (s.current !== null) {
583
583
  var V = s.current, E = V.scrollTop, I = V.scrollHeight, M = V.clientHeight, C = s.current, x = v > 0, F = I - M - E, L = !1;
584
584
  F > v && r.current && (l && l(p), r.current = !1), x && t.current && (a && a(p), t.current = !1), x && v > F ? (i && !r.current && i(p), C.scrollTop = I, L = !0, r.current = !0) : !x && -v > E && (e && !t.current && e(p), C.scrollTop = 0, L = !0, t.current = !0), L && cn(p);
585
585
  }
586
- }, [i, l, e, a]), d = R(function(p) {
586
+ }, [i, l, e, a]), d = G(function(p) {
587
587
  c(p, p.deltaY);
588
- }, [c]), f = R(function(p) {
588
+ }, [c]), f = G(function(p) {
589
589
  u.current = p.changedTouches[0].clientY;
590
- }, []), h = R(function(p) {
590
+ }, []), h = G(function(p) {
591
591
  var v = u.current - p.changedTouches[0].clientY;
592
592
  c(p, v);
593
- }, [c]), b = R(function(p) {
593
+ }, [c]), b = G(function(p) {
594
594
  if (p) {
595
595
  var v = Gt ? {
596
596
  passive: !1
597
597
  } : !1;
598
598
  p.addEventListener("wheel", d, v), p.addEventListener("touchstart", f, v), p.addEventListener("touchmove", h, v);
599
599
  }
600
- }, [h, f, d]), g = R(function(p) {
600
+ }, [h, f, d]), g = G(function(p) {
601
601
  p && (p.removeEventListener("wheel", d, !1), p.removeEventListener("touchstart", f, !1), p.removeEventListener("touchmove", h, !1));
602
602
  }, [h, f, d]);
603
603
  return We(function() {
@@ -636,7 +636,7 @@ var Le = !!(typeof window < "u" && window.document && window.document.createElem
636
636
  passive: !1
637
637
  };
638
638
  function pn(o) {
639
- var n = o.isEnabled, i = o.accountForScrollbars, l = i === void 0 ? !0 : i, e = $({}), a = $(null), r = R(function(u) {
639
+ var n = o.isEnabled, i = o.accountForScrollbars, l = i === void 0 ? !0 : i, e = $({}), a = $(null), r = G(function(u) {
640
640
  if (Le) {
641
641
  var s = document.body, c = s && s.style;
642
642
  if (l && Oe.forEach(function(b) {
@@ -651,7 +651,7 @@ function pn(o) {
651
651
  }
652
652
  s && Be() && (s.addEventListener("touchmove", ye, Q), u && (u.addEventListener("touchstart", Me, Q), u.addEventListener("touchmove", De, Q))), ee += 1;
653
653
  }
654
- }, [l]), t = R(function(u) {
654
+ }, [l]), t = G(function(u) {
655
655
  if (Le) {
656
656
  var s = document.body, c = s && s.style;
657
657
  ee = Math.max(ee - 1, 0), l && ee < 1 && Oe.forEach(function(d) {
@@ -1845,47 +1845,46 @@ const Wn = Zn, wn = ({
1845
1845
  styles: {
1846
1846
  control: (d) => ({
1847
1847
  ...d,
1848
- minHeight: i === "sm" ? "28px" : "36px",
1849
- height: l ? "auto" : i === "sm" ? "28px" : "36px"
1848
+ minHeight: i === "sm" ? "28px" : "32px",
1849
+ height: l ? "auto" : i === "sm" ? "28px" : "32px"
1850
1850
  })
1851
1851
  },
1852
1852
  classNames: {
1853
- input: () => G("text-emphasis", r == null ? void 0 : r.input),
1854
- option: (d) => G(
1853
+ input: () => R("text-emphasis", r == null ? void 0 : r.input),
1854
+ option: (d) => R(
1855
1855
  "bg-default flex cursor-pointer justify-between py-1.5 px-2 rounded-md text-default items-center",
1856
1856
  d.isFocused && "bg-subtle",
1857
1857
  d.isDisabled && "bg-muted",
1858
1858
  d.isSelected && "bg-emphasis text-default",
1859
1859
  r == null ? void 0 : r.option
1860
1860
  ),
1861
- placeholder: (d) => G("text-muted", d.isFocused && n !== "checkbox" && "hidden"),
1862
- dropdownIndicator: () => "text-default",
1863
- control: (d) => G(
1861
+ placeholder: (d) => R("text-muted", d.isFocused && n !== "checkbox" && "hidden"),
1862
+ dropdownIndicator: () => R("text-default w-4 h-4"),
1863
+ control: (d) => R(
1864
1864
  Wt({ size: i }),
1865
- d.isMulti ? n === "checkbox" ? "px-3 h-fit" : d.hasValue ? "p-1 h-fit" : "px-3 h-fit" : i === "sm" ? "h-7 px-2" : "h-9 px-3",
1865
+ d.isMulti ? n === "checkbox" ? "px-3 h-fit" : d.hasValue ? "p-1 h-fit" : "px-3 h-fit" : i === "sm" ? "h-7 px-2 py-1" : "h-8 px-3 py-2",
1866
1866
  e.isDisabled && "bg-subtle",
1867
- i === "sm" ? "rounded-md" : "rounded-[10px]",
1867
+ "rounded-[10px]",
1868
1868
  "[&:focus-within]:border-emphasis [&:focus-within]:shadow-outline-gray-focused [&:focus-within]:ring-0 !flex",
1869
1869
  r == null ? void 0 : r.control
1870
1870
  ),
1871
- singleValue: () => G("text-default placeholder:text-muted", r == null ? void 0 : r.singleValue),
1872
- valueContainer: () => G("text-default placeholder:text-muted flex gap-1", r == null ? void 0 : r.valueContainer),
1873
- multiValue: () => G(
1871
+ singleValue: () => R("text-default placeholder:text-muted", r == null ? void 0 : r.singleValue),
1872
+ valueContainer: () => R("text-default placeholder:text-muted flex gap-1", r == null ? void 0 : r.valueContainer),
1873
+ multiValue: () => R(
1874
1874
  "font-medium inline-flex items-center justify-center rounded bg-emphasis text-emphasis leading-none text-xs",
1875
1875
  i == "sm" ? "px-1.5 py-[1px] rounded-md" : "py-1 px-1.5 leading-none rounded-lg"
1876
1876
  ),
1877
- menu: () => G(
1877
+ menu: () => R(
1878
1878
  "rounded-lg bg-default text-sm leading-4 text-default mt-1 border border-subtle shadow-dropdown p-1",
1879
1879
  r == null ? void 0 : r.menu
1880
1880
  ),
1881
1881
  groupHeading: () => "leading-none text-xs text-muted p-2 font-medium ml-1",
1882
- menuList: () => G(
1882
+ menuList: () => R(
1883
1883
  "scroll-bar scrollbar-track-w-20 rounded-md flex flex-col space-y-[1px]",
1884
1884
  r == null ? void 0 : r.menuList
1885
1885
  ),
1886
- indicatorsContainer: (d) => G(
1887
- d.selectProps.menuIsOpen ? c ? "[&>*:last-child]:rotate-180 [&>*:last-child]:transition-transform" : "rotate-180 transition-transform" : "text-default"
1888
- // Woo it adds another SVG here on multi for some reason
1886
+ indicatorsContainer: (d) => R(
1887
+ d.selectProps.menuIsOpen ? c ? "[&>*:last-child]:rotate-180 [&>*:last-child]:transition-transform [&>*:last-child]:w-4 [&>*:last-child]:h-4" : "rotate-180 transition-transform w-4 h-4" : "text-default w-4 h-4"
1889
1888
  ),
1890
1889
  multiValueRemove: () => "text-default py-auto",
1891
1890
  ...a
@@ -1906,7 +1905,7 @@ function Nn({
1906
1905
  }, []);
1907
1906
  return m.useEffect(() => {
1908
1907
  i && r(i);
1909
- }, [i, r]), /* @__PURE__ */ wt("div", { className: G("relative", l.className), children: [
1908
+ }, [i, r]), /* @__PURE__ */ wt("div", { className: R("relative", l.className), children: [
1910
1909
  /* @__PURE__ */ de(
1911
1910
  wn,
1912
1911
  {