@calcom/atoms 1.0.53 → 1.0.55

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 (403) hide show
  1. package/dist/{AddressInput-TPI6B-Kx.js → AddressInput-b5F7Vt_e.js} +6 -6
  2. package/dist/{AlbyPriceComponent-i-iklqwO.js → AlbyPriceComponent-A5tx29Bk.js} +1 -1
  3. package/dist/{Card-XD76yshJ.js → Card-LP6KcLv-.js} +1 -1
  4. package/dist/{PhoneInput-q1whWDcQ.js → PhoneInput-OW5-KxE6.js} +61 -61
  5. package/dist/cal-atoms.js +12 -12
  6. package/dist/cal-atoms.umd.cjs +1614 -1614
  7. package/dist/{framer-features-tav_Rzju.js → framer-features-9RcPlij5.js} +31 -31
  8. package/dist/index-KvnC-3DW.js +76 -0
  9. package/dist/index-LG9Fczp-.js +399 -0
  10. package/dist/{index-V78yThqj.js → index-SmarxM_S.js} +1 -1
  11. package/dist/{index-jo26k1pa.js → index-Ugg6609I.js} +20854 -20347
  12. package/dist/{index-Yn4SAkTh.js → index-wV1HxmG2.js} +2 -2
  13. package/dist/{isSupportedCountry-u_KCx9LD.js → isSupportedCountry-wULv2Vai.js} +1 -1
  14. package/dist/packages/app-store/_utils/getEventTypeAppData.d.ts +2 -2
  15. package/dist/packages/app-store/_utils/getEventTypeAppData.d.ts.map +1 -1
  16. package/dist/packages/app-store/_utils/installation.d.ts +2 -2
  17. package/dist/packages/app-store/_utils/installation.d.ts.map +1 -1
  18. package/dist/packages/app-store/_utils/oauth/createOAuthAppCredential.d.ts +1 -1
  19. package/dist/packages/app-store/dailyvideo/lib/VideoApiAdapter.d.ts +1 -0
  20. package/dist/packages/app-store/dailyvideo/lib/VideoApiAdapter.d.ts.map +1 -1
  21. package/dist/packages/app-store/dailyvideo/lib/types.d.ts +167 -0
  22. package/dist/packages/app-store/dailyvideo/lib/types.d.ts.map +1 -0
  23. package/dist/packages/app-store/googlecalendar/tests/testUtils.d.ts +2 -2
  24. package/dist/packages/app-store/routing-forms/components/getServerSidePropsSingleForm.d.ts +1 -0
  25. package/dist/packages/app-store/routing-forms/components/getServerSidePropsSingleForm.d.ts.map +1 -1
  26. package/dist/packages/app-store/routing-forms/enrichFormWithMigrationData.d.ts +1 -0
  27. package/dist/packages/app-store/routing-forms/enrichFormWithMigrationData.d.ts.map +1 -1
  28. package/dist/packages/app-store/routing-forms/pages/router/getServerSideProps.d.ts +2 -0
  29. package/dist/packages/app-store/routing-forms/pages/router/getServerSideProps.d.ts.map +1 -1
  30. package/dist/packages/app-store/routing-forms/pages/routing-link/getServerSideProps.d.ts +1 -0
  31. package/dist/packages/app-store/routing-forms/pages/routing-link/getServerSideProps.d.ts.map +1 -1
  32. package/dist/packages/app-store/routing-forms/trpc/_router.d.ts +6 -6
  33. package/dist/packages/app-store/routing-forms/trpc/forms.handler.d.ts +6 -6
  34. package/dist/packages/app-store/routing-forms/trpc/procedures/forms.d.ts +6 -6
  35. package/dist/packages/app-store/webex/api/callback.d.ts.map +1 -1
  36. package/dist/packages/app-store/zapier/lib/validateAccountOrApiKey.d.ts +1 -1
  37. package/dist/packages/features/auth/lib/next-auth-custom-adapter.d.ts +295 -295
  38. package/dist/packages/features/auth/lib/next-auth-options.d.ts.map +1 -1
  39. package/dist/packages/features/bookings/Booker/components/AvailableTimeSlots.d.ts +4 -2
  40. package/dist/packages/features/bookings/Booker/components/AvailableTimeSlots.d.ts.map +1 -1
  41. package/dist/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.d.ts +6 -2
  42. package/dist/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.d.ts.map +1 -1
  43. package/dist/packages/features/bookings/Booker/components/BookEventForm/BookFormAsModal.d.ts.map +1 -1
  44. package/dist/packages/features/bookings/Booker/components/DatePicker.d.ts +7 -2
  45. package/dist/packages/features/bookings/Booker/components/DatePicker.d.ts.map +1 -1
  46. package/dist/packages/features/bookings/Booker/components/EventMeta.d.ts +3 -3
  47. package/dist/packages/features/bookings/Booker/components/EventMeta.d.ts.map +1 -1
  48. package/dist/packages/features/bookings/Booker/components/InstantBooking.d.ts +7 -2
  49. package/dist/packages/features/bookings/Booker/components/InstantBooking.d.ts.map +1 -1
  50. package/dist/packages/features/bookings/Booker/components/LargeCalendar.d.ts +5 -2
  51. package/dist/packages/features/bookings/Booker/components/LargeCalendar.d.ts.map +1 -1
  52. package/dist/packages/features/bookings/Booker/components/hooks/useBookerLayout.d.ts +2 -2
  53. package/dist/packages/features/bookings/Booker/components/hooks/useBookerLayout.d.ts.map +1 -1
  54. package/dist/packages/features/bookings/Booker/components/hooks/useBookingForm.d.ts +2 -2
  55. package/dist/packages/features/bookings/Booker/components/hooks/useBookingForm.d.ts.map +1 -1
  56. package/dist/packages/features/bookings/Booker/components/hooks/useBookings.d.ts +6 -2
  57. package/dist/packages/features/bookings/Booker/components/hooks/useBookings.d.ts.map +1 -1
  58. package/dist/packages/features/bookings/Booker/components/hooks/useInitialFormValues.d.ts +2 -2
  59. package/dist/packages/features/bookings/Booker/components/hooks/useInitialFormValues.d.ts.map +1 -1
  60. package/dist/packages/features/bookings/Booker/components/hooks/useSlots.d.ts +4 -2
  61. package/dist/packages/features/bookings/Booker/components/hooks/useSlots.d.ts.map +1 -1
  62. package/dist/packages/features/bookings/Booker/types.d.ts +3 -2
  63. package/dist/packages/features/bookings/Booker/types.d.ts.map +1 -1
  64. package/dist/packages/features/bookings/Booker/utils/event.d.ts +26 -24
  65. package/dist/packages/features/bookings/Booker/utils/event.d.ts.map +1 -1
  66. package/dist/packages/features/bookings/components/AvailableTimes.d.ts +4 -2
  67. package/dist/packages/features/bookings/components/AvailableTimes.d.ts.map +1 -1
  68. package/dist/packages/features/bookings/components/event-meta/Details.d.ts +2 -2
  69. package/dist/packages/features/bookings/components/event-meta/Details.d.ts.map +1 -1
  70. package/dist/packages/features/bookings/components/event-meta/Duration.d.ts +3 -3
  71. package/dist/packages/features/bookings/components/event-meta/Duration.d.ts.map +1 -1
  72. package/dist/packages/features/bookings/components/event-meta/EventMeta.stories.d.ts.map +1 -1
  73. package/dist/packages/features/bookings/components/event-meta/Locations.d.ts +2 -2
  74. package/dist/packages/features/bookings/components/event-meta/Locations.d.ts.map +1 -1
  75. package/dist/packages/features/bookings/components/event-meta/Members.d.ts +5 -5
  76. package/dist/packages/features/bookings/components/event-meta/Members.d.ts.map +1 -1
  77. package/dist/packages/features/bookings/components/event-meta/Occurences.d.ts +2 -2
  78. package/dist/packages/features/bookings/components/event-meta/Occurences.d.ts.map +1 -1
  79. package/dist/packages/features/bookings/components/event-meta/event.mock.d.ts +2 -2
  80. package/dist/packages/features/bookings/components/event-meta/event.mock.d.ts.map +1 -1
  81. package/dist/packages/features/bookings/lib/book-event-form/booking-to-mutation-input-mapper.d.ts +2 -2
  82. package/dist/packages/features/bookings/lib/book-event-form/booking-to-mutation-input-mapper.d.ts.map +1 -1
  83. package/dist/packages/features/bookings/lib/create-booking.d.ts +4 -4
  84. package/dist/packages/features/bookings/lib/create-recurring-booking.d.ts +4 -4
  85. package/dist/packages/features/bookings/lib/getBookingInfo.d.ts +8 -8
  86. package/dist/packages/features/bookings/lib/getUserBooking.d.ts +4 -4
  87. package/dist/packages/features/bookings/lib/handleCancelBooking.d.ts +14 -14
  88. package/dist/packages/features/bookings/lib/handleNewBooking/checkIfBookerEmailIsBlocked.d.ts +5 -0
  89. package/dist/packages/features/bookings/lib/handleNewBooking/checkIfBookerEmailIsBlocked.d.ts.map +1 -0
  90. package/dist/packages/{platform/atoms/hooks/event-types/useEventTypesPublic.d.ts → features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts} +313 -7
  91. package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts.map +1 -0
  92. package/dist/packages/features/bookings/lib/handleNewBooking/getRequiresConfirmationFlags.d.ts +23 -0
  93. package/dist/packages/features/bookings/lib/handleNewBooking/getRequiresConfirmationFlags.d.ts.map +1 -0
  94. package/dist/packages/features/bookings/lib/handleNewBooking/handleAppsStatus.d.ts +7 -0
  95. package/dist/packages/features/bookings/lib/handleNewBooking/handleAppsStatus.d.ts.map +1 -0
  96. package/dist/packages/features/bookings/lib/handleNewBooking/handleCustomInputs.d.ts +8 -0
  97. package/dist/packages/features/bookings/lib/handleNewBooking/handleCustomInputs.d.ts.map +1 -0
  98. package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts +253 -0
  99. package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts.map +1 -0
  100. package/dist/packages/features/bookings/lib/handleNewBooking.d.ts +18 -869
  101. package/dist/packages/features/bookings/lib/handleNewBooking.d.ts.map +1 -1
  102. package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.d.ts +2 -2
  103. package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/moveSeatedBookingToNewTimeSlot.d.ts.map +1 -1
  104. package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.d.ts +2 -2
  105. package/dist/packages/features/bookings/types.d.ts +18 -0
  106. package/dist/packages/features/bookings/types.d.ts.map +1 -1
  107. package/dist/packages/features/ee/api-keys/lib/findValidApiKey.d.ts +1 -1
  108. package/dist/packages/features/ee/dsync/lib/handleGroupEvents.d.ts.map +1 -1
  109. package/dist/packages/features/ee/dsync/lib/removeUserFromOrg.d.ts +16 -16
  110. package/dist/packages/features/ee/dsync/lib/users/createUsersAndConnectToOrg.d.ts +3 -3
  111. package/dist/packages/features/ee/organizations/components/CreateANewOrganizationForm.d.ts.map +1 -1
  112. package/dist/packages/features/ee/teams/lib/__mocks__/payments.d.ts +8 -0
  113. package/dist/packages/features/ee/teams/lib/__mocks__/payments.d.ts.map +1 -0
  114. package/dist/packages/features/ee/teams/lib/payments.d.ts +5 -2
  115. package/dist/packages/features/ee/teams/lib/payments.d.ts.map +1 -1
  116. package/dist/packages/features/ee/teams/lib/removeMember.d.ts +16 -16
  117. package/dist/packages/features/ee/users/server/trpc-router.d.ts +45 -45
  118. package/dist/packages/features/ee/workflows/lib/reminders/scheduleMandatoryReminder.d.ts +2 -2
  119. package/dist/packages/features/ee/workflows/lib/reminders/scheduleMandatoryReminder.d.ts.map +1 -1
  120. package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts +26 -24
  121. package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts.map +1 -1
  122. package/dist/packages/features/eventtypes/lib/types.d.ts +1 -0
  123. package/dist/packages/features/eventtypes/lib/types.d.ts.map +1 -1
  124. package/dist/packages/features/insights/server/events.d.ts +44 -44
  125. package/dist/packages/features/instant-meeting/handleInstantMeeting.d.ts.map +1 -1
  126. package/dist/packages/features/schedules/components/Schedule.d.ts.map +1 -1
  127. package/dist/packages/features/tips/Tips.d.ts.map +1 -1
  128. package/dist/packages/features/webhooks/components/WebhookForm.d.ts.map +1 -1
  129. package/dist/packages/features/webhooks/lib/WebhookService.d.ts +17 -0
  130. package/dist/packages/features/webhooks/lib/WebhookService.d.ts.map +1 -0
  131. package/dist/packages/features/webhooks/lib/constants.d.ts +2 -2
  132. package/dist/packages/features/webhooks/lib/constants.d.ts.map +1 -1
  133. package/dist/packages/features/webhooks/lib/scheduleTrigger.d.ts +8 -8
  134. package/dist/packages/features/webhooks/lib/sendPayload.d.ts +8 -0
  135. package/dist/packages/features/webhooks/lib/sendPayload.d.ts.map +1 -1
  136. package/dist/packages/features/webhooks/lib/test/WebhookService.test.d.ts +2 -0
  137. package/dist/packages/features/webhooks/lib/test/WebhookService.test.d.ts.map +1 -0
  138. package/dist/packages/lib/__mocks__/constants.d.ts +4 -0
  139. package/dist/packages/lib/__mocks__/constants.d.ts.map +1 -0
  140. package/dist/packages/lib/bookings/getAllUserBookings.d.ts +2 -2
  141. package/dist/packages/lib/constants.d.ts +3 -0
  142. package/dist/packages/lib/constants.d.ts.map +1 -1
  143. package/dist/packages/lib/createAProfileForAnExistingUser.d.ts +1 -1
  144. package/dist/packages/lib/defaultEvents.d.ts +420 -9
  145. package/dist/packages/lib/defaultEvents.d.ts.map +1 -1
  146. package/dist/packages/lib/event-types/getEventTypeById.d.ts +20 -19
  147. package/dist/packages/lib/event-types/getEventTypeById.d.ts.map +1 -1
  148. package/dist/packages/lib/event-types/getEventTypesByViewer.d.ts +1 -0
  149. package/dist/packages/lib/event-types/getEventTypesByViewer.d.ts.map +1 -1
  150. package/dist/packages/lib/event-types/index.d.ts +2 -0
  151. package/dist/packages/lib/event-types/index.d.ts.map +1 -0
  152. package/dist/packages/lib/event-types/transformers/api-request.d.ts +445 -0
  153. package/dist/packages/lib/event-types/transformers/api-request.d.ts.map +1 -0
  154. package/dist/packages/lib/event-types/transformers/api-request.spec.d.ts +2 -0
  155. package/dist/packages/lib/event-types/transformers/api-request.spec.d.ts.map +1 -0
  156. package/dist/packages/lib/event-types/transformers/api-response.d.ts +97 -0
  157. package/dist/packages/lib/event-types/transformers/api-response.d.ts.map +1 -0
  158. package/dist/packages/lib/event-types/transformers/api-response.spec.d.ts +2 -0
  159. package/dist/packages/lib/event-types/transformers/api-response.spec.d.ts.map +1 -0
  160. package/dist/packages/lib/event-types/transformers/index.d.ts +3 -0
  161. package/dist/packages/lib/event-types/transformers/index.d.ts.map +1 -0
  162. package/dist/packages/lib/getPaymentAppData.d.ts +2 -2
  163. package/dist/packages/lib/getPaymentAppData.d.ts.map +1 -1
  164. package/dist/packages/lib/index.d.ts +1 -0
  165. package/dist/packages/lib/index.d.ts.map +1 -1
  166. package/dist/packages/lib/payment/getBooking.d.ts +2 -2
  167. package/dist/packages/lib/server/defaultResponder.d.ts.map +1 -1
  168. package/dist/packages/lib/server/eventTypeSelect.d.ts +1 -0
  169. package/dist/packages/lib/server/eventTypeSelect.d.ts.map +1 -1
  170. package/dist/packages/lib/server/getBrand.d.ts +1 -0
  171. package/dist/packages/lib/server/getBrand.d.ts.map +1 -1
  172. package/dist/packages/lib/server/queries/teams/index.d.ts +6 -5
  173. package/dist/packages/lib/server/queries/teams/index.d.ts.map +1 -1
  174. package/dist/packages/lib/server/repository/eventType.d.ts +1 -0
  175. package/dist/packages/lib/server/repository/eventType.d.ts.map +1 -1
  176. package/dist/packages/lib/server/repository/membership.d.ts +7 -6
  177. package/dist/packages/lib/server/repository/membership.d.ts.map +1 -1
  178. package/dist/packages/lib/server/repository/organization.d.ts +33 -30
  179. package/dist/packages/lib/server/repository/organization.d.ts.map +1 -1
  180. package/dist/packages/lib/server/repository/profile.d.ts +39 -30
  181. package/dist/packages/lib/server/repository/profile.d.ts.map +1 -1
  182. package/dist/packages/lib/server/repository/team.d.ts +3 -2
  183. package/dist/packages/lib/server/repository/team.d.ts.map +1 -1
  184. package/dist/packages/lib/server/repository/teamUtils.d.ts +1 -0
  185. package/dist/packages/lib/server/repository/teamUtils.d.ts.map +1 -1
  186. package/dist/packages/lib/server/repository/user.d.ts +74 -68
  187. package/dist/packages/lib/server/repository/user.d.ts.map +1 -1
  188. package/dist/packages/lib/test/builder.d.ts.map +1 -1
  189. package/dist/packages/platform/atoms/booker/BookerPlatformWrapper.d.ts.map +1 -1
  190. package/dist/packages/platform/atoms/cal-provider/CalProvider.d.ts.map +1 -1
  191. package/dist/packages/platform/atoms/connect/apple/AppleConnect.d.ts +4 -0
  192. package/dist/packages/platform/atoms/connect/apple/AppleConnect.d.ts.map +1 -0
  193. package/dist/packages/platform/atoms/connect/index.d.ts +1 -0
  194. package/dist/packages/platform/atoms/connect/index.d.ts.map +1 -1
  195. package/dist/packages/platform/atoms/event-types/atom-api-transformers/transformApiEventTypeForAtom.d.ts +191 -0
  196. package/dist/packages/platform/atoms/event-types/atom-api-transformers/transformApiEventTypeForAtom.d.ts.map +1 -0
  197. package/dist/packages/platform/atoms/hooks/connect/useCheck.d.ts +1 -0
  198. package/dist/packages/platform/atoms/hooks/connect/useCheck.d.ts.map +1 -1
  199. package/dist/packages/platform/atoms/hooks/connect/useConnect.d.ts +13 -0
  200. package/dist/packages/platform/atoms/hooks/connect/useConnect.d.ts.map +1 -1
  201. package/dist/packages/platform/atoms/hooks/event-types/private/useEventTypeById.d.ts +4 -0
  202. package/dist/packages/platform/atoms/hooks/event-types/private/useEventTypeById.d.ts.map +1 -0
  203. package/dist/packages/platform/atoms/hooks/event-types/public/useEventType.d.ts +5 -0
  204. package/dist/packages/platform/atoms/hooks/event-types/public/useEventType.d.ts.map +1 -0
  205. package/dist/packages/platform/atoms/hooks/event-types/public/useEventTypes.d.ts +4 -0
  206. package/dist/packages/platform/atoms/hooks/event-types/public/useEventTypes.d.ts.map +1 -0
  207. package/dist/packages/platform/atoms/hooks/useCreateBooking.d.ts +4 -4
  208. package/dist/packages/platform/atoms/hooks/useCreateInstantBooking.d.ts +4 -4
  209. package/dist/packages/platform/atoms/hooks/useCreateRecurringBooking.d.ts +4 -4
  210. package/dist/packages/platform/atoms/hooks/useGetBooking.d.ts +4 -4
  211. package/dist/packages/platform/atoms/hooks/useGetBookings.d.ts +2 -2
  212. package/dist/packages/platform/atoms/hooks/useHandleBookEvent.d.ts +4 -2
  213. package/dist/packages/platform/atoms/hooks/useHandleBookEvent.d.ts.map +1 -1
  214. package/dist/packages/platform/atoms/hooks/useMe.d.ts +1 -1
  215. package/dist/packages/platform/atoms/hooks/usePublicEvent.d.ts +26 -24
  216. package/dist/packages/platform/atoms/hooks/usePublicEvent.d.ts.map +1 -1
  217. package/dist/packages/platform/atoms/hooks/useSlots.d.ts +4 -2
  218. package/dist/packages/platform/atoms/hooks/useSlots.d.ts.map +1 -1
  219. package/dist/packages/platform/atoms/hooks/useUpdateUserTimezone.d.ts +1 -1
  220. package/dist/packages/platform/atoms/index.d.ts +4 -4
  221. package/dist/packages/platform/atoms/index.d.ts.map +1 -1
  222. package/dist/packages/platform/constants/api.d.ts +2 -1
  223. package/dist/packages/platform/constants/api.d.ts.map +1 -1
  224. package/dist/packages/platform/constants/apps.d.ts +4 -1
  225. package/dist/packages/platform/constants/apps.d.ts.map +1 -1
  226. package/dist/packages/platform/libraries/index.d.ts +8 -0
  227. package/dist/packages/platform/libraries/index.d.ts.map +1 -1
  228. package/dist/packages/platform/types/api.d.ts +4 -0
  229. package/dist/packages/platform/types/api.d.ts.map +1 -1
  230. package/dist/packages/platform/types/event-types/event-types_2024_06_14/index.d.ts +3 -0
  231. package/dist/packages/platform/types/event-types/event-types_2024_06_14/index.d.ts.map +1 -0
  232. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-fields.input.d.ts +95 -0
  233. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-fields.input.d.ts.map +1 -0
  234. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.d.ts +19 -0
  235. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.d.ts.map +1 -0
  236. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/enums/editable.d.ts +8 -0
  237. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/enums/editable.d.ts.map +1 -0
  238. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/enums/field-type.d.ts +18 -0
  239. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/enums/field-type.d.ts.map +1 -0
  240. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/enums/frequency.d.ts +10 -0
  241. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/enums/frequency.d.ts.map +1 -0
  242. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/enums/period-type.d.ts +6 -0
  243. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/enums/period-type.d.ts.map +1 -0
  244. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/enums/scheduling-type.d.ts +6 -0
  245. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/enums/scheduling-type.d.ts.map +1 -0
  246. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/get-event-types-query.input.d.ts +6 -0
  247. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/get-event-types-query.input.d.ts.map +1 -0
  248. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/index.d.ts +7 -0
  249. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/index.d.ts.map +1 -0
  250. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/locations.input.d.ts +26 -0
  251. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/locations.input.d.ts.map +1 -0
  252. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/recurring-event.input.d.ts +18 -0
  253. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/recurring-event.input.d.ts.map +1 -0
  254. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.d.ts +15 -0
  255. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.d.ts.map +1 -0
  256. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/event-type.output.d.ts +48 -0
  257. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/event-type.output.d.ts.map +1 -0
  258. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/index.d.ts +2 -0
  259. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/index.d.ts.map +1 -0
  260. package/dist/packages/platform/types/event-types/index.d.ts +2 -0
  261. package/dist/packages/platform/types/event-types/index.d.ts.map +1 -0
  262. package/dist/packages/platform/types/index.d.ts +1 -0
  263. package/dist/packages/platform/types/index.d.ts.map +1 -1
  264. package/dist/packages/platform/types/oauth-clients.d.ts +1 -1
  265. package/dist/packages/prisma/index.d.ts +368 -368
  266. package/dist/packages/prisma/seed-utils.d.ts +16 -16
  267. package/dist/packages/prisma/zod/platformoauthclient.d.ts +2 -2
  268. package/dist/packages/prisma/zod/profile.d.ts +2 -2
  269. package/dist/packages/prisma/zod/team.d.ts +12 -6
  270. package/dist/packages/prisma/zod/team.d.ts.map +1 -1
  271. package/dist/packages/prisma/zod/user.d.ts +6 -6
  272. package/dist/packages/prisma/zod/webhookscheduledtriggers.d.ts +2 -2
  273. package/dist/packages/prisma/zod-utils.d.ts +7 -0
  274. package/dist/packages/prisma/zod-utils.d.ts.map +1 -1
  275. package/dist/packages/trpc/react/hooks/useMeQuery.d.ts +11 -9
  276. package/dist/packages/trpc/react/hooks/useMeQuery.d.ts.map +1 -1
  277. package/dist/packages/trpc/server/middlewares/sessionMiddleware.d.ts +185 -170
  278. package/dist/packages/trpc/server/middlewares/sessionMiddleware.d.ts.map +1 -1
  279. package/dist/packages/trpc/server/procedures/authedProcedure.d.ts +111 -102
  280. package/dist/packages/trpc/server/procedures/authedProcedure.d.ts.map +1 -1
  281. package/dist/packages/trpc/server/routers/_app.d.ts +934 -802
  282. package/dist/packages/trpc/server/routers/_app.d.ts.map +1 -1
  283. package/dist/packages/trpc/server/routers/loggedInViewer/_router.d.ts +30 -28
  284. package/dist/packages/trpc/server/routers/loggedInViewer/_router.d.ts.map +1 -1
  285. package/dist/packages/trpc/server/routers/loggedInViewer/appCredentialsByType.handler.d.ts +1 -1
  286. package/dist/packages/trpc/server/routers/loggedInViewer/getUserTopBanners.handler.d.ts +18 -18
  287. package/dist/packages/trpc/server/routers/loggedInViewer/me.handler.d.ts +11 -9
  288. package/dist/packages/trpc/server/routers/loggedInViewer/me.handler.d.ts.map +1 -1
  289. package/dist/packages/trpc/server/routers/loggedInViewer/procedures/me.d.ts +11 -9
  290. package/dist/packages/trpc/server/routers/loggedInViewer/procedures/me.d.ts.map +1 -1
  291. package/dist/packages/trpc/server/routers/publicViewer/_router.d.ts +39 -25
  292. package/dist/packages/trpc/server/routers/publicViewer/_router.d.ts.map +1 -1
  293. package/dist/packages/trpc/server/routers/publicViewer/event.handler.d.ts +26 -24
  294. package/dist/packages/trpc/server/routers/publicViewer/event.handler.d.ts.map +1 -1
  295. package/dist/packages/trpc/server/routers/publicViewer/noShow.handler.d.ts +13 -1
  296. package/dist/packages/trpc/server/routers/publicViewer/noShow.handler.d.ts.map +1 -1
  297. package/dist/packages/trpc/server/routers/publicViewer/procedures/event.d.ts +26 -24
  298. package/dist/packages/trpc/server/routers/publicViewer/procedures/event.d.ts.map +1 -1
  299. package/dist/packages/trpc/server/routers/publicViewer/timezones/_router.d.ts +3 -1
  300. package/dist/packages/trpc/server/routers/publicViewer/timezones/_router.d.ts.map +1 -1
  301. package/dist/packages/trpc/server/routers/publicViewer/timezones/cityTimezones.schema.d.ts +9 -1
  302. package/dist/packages/trpc/server/routers/publicViewer/timezones/cityTimezones.schema.d.ts.map +1 -1
  303. package/dist/packages/trpc/server/routers/viewer/_router.d.ts +934 -802
  304. package/dist/packages/trpc/server/routers/viewer/_router.d.ts.map +1 -1
  305. package/dist/packages/trpc/server/routers/viewer/admin/_router.d.ts +5 -5
  306. package/dist/packages/trpc/server/routers/viewer/admin/createSelfHostedLicenseKey.schema.d.ts +2 -2
  307. package/dist/packages/trpc/server/routers/viewer/admin/getSMSLockStateTeamsUsers.handler.d.ts +4 -4
  308. package/dist/packages/trpc/server/routers/viewer/apiKeys/_router.d.ts +3 -3
  309. package/dist/packages/trpc/server/routers/viewer/apiKeys/edit.handler.d.ts +1 -1
  310. package/dist/packages/trpc/server/routers/viewer/apiKeys/findKeyOfType.handler.d.ts +1 -1
  311. package/dist/packages/trpc/server/routers/viewer/apiKeys/list.handler.d.ts +1 -1
  312. package/dist/packages/trpc/server/routers/viewer/availability/util.d.ts +10 -10
  313. package/dist/packages/trpc/server/routers/viewer/bookings/_router.d.ts +2 -2
  314. package/dist/packages/trpc/server/routers/viewer/bookings/get.handler.d.ts +4 -4
  315. package/dist/packages/trpc/server/routers/viewer/bookings/util.d.ts +50 -47
  316. package/dist/packages/trpc/server/routers/viewer/bookings/util.d.ts.map +1 -1
  317. package/dist/packages/trpc/server/routers/viewer/eventTypes/_router.d.ts +22 -19
  318. package/dist/packages/trpc/server/routers/viewer/eventTypes/_router.d.ts.map +1 -1
  319. package/dist/packages/trpc/server/routers/viewer/eventTypes/get.handler.d.ts +20 -19
  320. package/dist/packages/trpc/server/routers/viewer/eventTypes/get.handler.d.ts.map +1 -1
  321. package/dist/packages/trpc/server/routers/viewer/eventTypes/getByViewer.handler.d.ts +1 -0
  322. package/dist/packages/trpc/server/routers/viewer/eventTypes/getByViewer.handler.d.ts.map +1 -1
  323. package/dist/packages/trpc/server/routers/viewer/eventTypes/procedures/get.d.ts +20 -19
  324. package/dist/packages/trpc/server/routers/viewer/eventTypes/procedures/get.d.ts.map +1 -1
  325. package/dist/packages/trpc/server/routers/viewer/eventTypes/types.d.ts +3 -0
  326. package/dist/packages/trpc/server/routers/viewer/eventTypes/types.d.ts.map +1 -1
  327. package/dist/packages/trpc/server/routers/viewer/eventTypes/update.schema.d.ts +3 -0
  328. package/dist/packages/trpc/server/routers/viewer/eventTypes/update.schema.d.ts.map +1 -1
  329. package/dist/packages/trpc/server/routers/viewer/eventTypes/util.d.ts +37 -34
  330. package/dist/packages/trpc/server/routers/viewer/eventTypes/util.d.ts.map +1 -1
  331. package/dist/packages/trpc/server/routers/viewer/organizations/_router.d.ts +37 -31
  332. package/dist/packages/trpc/server/routers/viewer/organizations/_router.d.ts.map +1 -1
  333. package/dist/packages/trpc/server/routers/viewer/organizations/adminGet.handler.d.ts +2 -1
  334. package/dist/packages/trpc/server/routers/viewer/organizations/adminGet.handler.d.ts.map +1 -1
  335. package/dist/packages/trpc/server/routers/viewer/organizations/adminGetAll.handler.d.ts +1 -0
  336. package/dist/packages/trpc/server/routers/viewer/organizations/adminGetAll.handler.d.ts.map +1 -1
  337. package/dist/packages/trpc/server/routers/viewer/organizations/adminUpdate.handler.d.ts +6 -6
  338. package/dist/packages/trpc/server/routers/viewer/organizations/bulkDeleteUsers.handler.d.ts.map +1 -1
  339. package/dist/packages/trpc/server/routers/viewer/organizations/checkIfOrgNeedsUpgrade.handler.d.ts +6 -6
  340. package/dist/packages/trpc/server/routers/viewer/organizations/create.handler.d.ts.map +1 -1
  341. package/dist/packages/trpc/server/routers/viewer/organizations/create.schema.d.ts +7 -0
  342. package/dist/packages/trpc/server/routers/viewer/organizations/create.schema.d.ts.map +1 -1
  343. package/dist/packages/trpc/server/routers/viewer/organizations/createTeams.handler.d.ts.map +1 -1
  344. package/dist/packages/trpc/server/routers/viewer/organizations/getBrand.handler.d.ts +1 -0
  345. package/dist/packages/trpc/server/routers/viewer/organizations/getBrand.handler.d.ts.map +1 -1
  346. package/dist/packages/trpc/server/routers/viewer/organizations/list.handler.d.ts +7 -6
  347. package/dist/packages/trpc/server/routers/viewer/organizations/list.handler.d.ts.map +1 -1
  348. package/dist/packages/trpc/server/routers/viewer/organizations/listOtherTeams.handler.d.ts +6 -6
  349. package/dist/packages/trpc/server/routers/viewer/organizations/publish.handler.d.ts.map +1 -1
  350. package/dist/packages/trpc/server/routers/viewer/organizations/update.handler.d.ts +6 -6
  351. package/dist/packages/trpc/server/routers/viewer/organizations/update.schema.d.ts +5 -0
  352. package/dist/packages/trpc/server/routers/viewer/organizations/update.schema.d.ts.map +1 -1
  353. package/dist/packages/trpc/server/routers/viewer/slots/util.d.ts +76 -76
  354. package/dist/packages/trpc/server/routers/viewer/teams/_router.d.ts +54 -39
  355. package/dist/packages/trpc/server/routers/viewer/teams/_router.d.ts.map +1 -1
  356. package/dist/packages/trpc/server/routers/viewer/teams/create.handler.d.ts +6 -6
  357. package/dist/packages/trpc/server/routers/viewer/teams/get.handler.d.ts +6 -5
  358. package/dist/packages/trpc/server/routers/viewer/teams/get.handler.d.ts.map +1 -1
  359. package/dist/packages/trpc/server/routers/viewer/teams/getUpgradeable.handler.d.ts +12 -12
  360. package/dist/packages/trpc/server/routers/viewer/teams/inviteMember/__mocks__/inviteMemberUtils.d.ts +141 -0
  361. package/dist/packages/trpc/server/routers/viewer/teams/inviteMember/__mocks__/inviteMemberUtils.d.ts.map +1 -0
  362. package/dist/packages/trpc/server/routers/viewer/teams/inviteMember/inviteMember.handler.d.ts +8 -2
  363. package/dist/packages/trpc/server/routers/viewer/teams/inviteMember/inviteMember.handler.d.ts.map +1 -1
  364. package/dist/packages/trpc/server/routers/viewer/teams/inviteMember/inviteMember.handler.test.d.ts +2 -0
  365. package/dist/packages/trpc/server/routers/viewer/teams/inviteMember/inviteMember.handler.test.d.ts.map +1 -0
  366. package/dist/packages/trpc/server/routers/viewer/teams/inviteMember/inviteMember.schema.d.ts +50 -7
  367. package/dist/packages/trpc/server/routers/viewer/teams/inviteMember/inviteMember.schema.d.ts.map +1 -1
  368. package/dist/packages/trpc/server/routers/viewer/teams/inviteMember/utils.d.ts +102 -49
  369. package/dist/packages/trpc/server/routers/viewer/teams/inviteMember/utils.d.ts.map +1 -1
  370. package/dist/packages/trpc/server/routers/viewer/teams/list.handler.d.ts +7 -6
  371. package/dist/packages/trpc/server/routers/viewer/teams/list.handler.d.ts.map +1 -1
  372. package/dist/packages/trpc/server/routers/viewer/teams/listOwnedTeams.handler.d.ts +6 -6
  373. package/dist/packages/trpc/server/routers/viewer/webhook/_router.d.ts +5 -5
  374. package/dist/packages/trpc/server/routers/viewer/webhook/create.schema.d.ts +3 -3
  375. package/dist/packages/trpc/server/routers/viewer/webhook/edit.handler.d.ts +1 -1
  376. package/dist/packages/trpc/server/routers/viewer/webhook/edit.schema.d.ts +3 -3
  377. package/dist/packages/trpc/server/routers/viewer/webhook/list.handler.d.ts +1 -1
  378. package/dist/packages/trpc/server/routers/viewer/webhook/list.schema.d.ts +3 -3
  379. package/dist/packages/trpc/server/routers/viewer/webhook/util.d.ts +37 -34
  380. package/dist/packages/trpc/server/routers/viewer/webhook/util.d.ts.map +1 -1
  381. package/dist/packages/trpc/server/routers/viewer/workflows/_router.d.ts +30 -30
  382. package/dist/packages/trpc/server/routers/viewer/workflows/get.handler.d.ts +14 -14
  383. package/dist/packages/trpc/server/routers/viewer/workflows/update.handler.d.ts +14 -14
  384. package/dist/packages/trpc/server/routers/viewer/workflows/update.schema.d.ts +4 -4
  385. package/globals.min.css +1 -1
  386. package/package.json +1 -1
  387. package/dist/index-90ZdQIUd.js +0 -75
  388. package/dist/index-nvawlTGg.js +0 -219
  389. package/dist/packages/platform/atoms/booker/Booker.stories.d.ts +0 -7
  390. package/dist/packages/platform/atoms/booker/Booker.stories.d.ts.map +0 -1
  391. package/dist/packages/platform/atoms/booker/export.d.ts +0 -4
  392. package/dist/packages/platform/atoms/booker/export.d.ts.map +0 -1
  393. package/dist/packages/platform/atoms/booker/index.d.ts +0 -3
  394. package/dist/packages/platform/atoms/booker/index.d.ts.map +0 -1
  395. package/dist/packages/platform/atoms/hooks/event-types/useEventTypesPrivate.d.ts +0 -454
  396. package/dist/packages/platform/atoms/hooks/event-types/useEventTypesPrivate.d.ts.map +0 -1
  397. package/dist/packages/platform/atoms/hooks/event-types/useEventTypesPublic.d.ts.map +0 -1
  398. package/dist/packages/platform/atoms/hooks/event-types/useGetEventTypeById.d.ts +0 -635
  399. package/dist/packages/platform/atoms/hooks/event-types/useGetEventTypeById.d.ts.map +0 -1
  400. package/dist/packages/platform/atoms/monorepo.d.ts +0 -10
  401. package/dist/packages/platform/atoms/monorepo.d.ts.map +0 -1
  402. package/dist/packages/trpc/server/routers/publicViewer/cityTimezones.schema.d.ts +0 -2
  403. package/dist/packages/trpc/server/routers/publicViewer/cityTimezones.schema.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"handleInstantMeeting.d.ts","sourceRoot":"","sources":["../../../../../../features/instant-meeting/handleInstantMeeting.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,MAAM,CAAC;AAwF3C,iBAAe,OAAO,CAAC,GAAG,EAAE,cAAc;;;;;GAqJzC;AAED,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"handleInstantMeeting.d.ts","sourceRoot":"","sources":["../../../../../../features/instant-meeting/handleInstantMeeting.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,MAAM,CAAC;AAqF3C,iBAAe,OAAO,CAAC,GAAG,EAAE,cAAc;;;;;GAmKzC;AAED,eAAe,OAAO,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Schedule.d.ts","sourceRoot":"","sources":["../../../../../../../features/schedules/components/Schedule.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Schedule.d.ts","sourceRoot":"","sources":["../../../../../../../features/schedules/components/Schedule.tsx"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"Tips.d.ts","sourceRoot":"","sources":["../../../../../../features/tips/Tips.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,IAAI;;;;;;;GAyGhB,CAAC;AAIF,iBAAS,IAAI,gBA0EZ;;AAED,wBAA0B"}
1
+ {"version":3,"file":"Tips.d.ts","sourceRoot":"","sources":["../../../../../../features/tips/Tips.tsx"],"names":[],"mappings":"AAQA,eAAO,MAAM,IAAI;;;;;;;GAyGhB,CAAC;AAIF,iBAAS,IAAI,gBA0EZ;;AAED,wBAA0B"}
@@ -1 +1 @@
1
- {"version":3,"file":"WebhookForm.d.ts","sourceRoot":"","sources":["../../../../../../../features/webhooks/components/WebhookForm.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAOxD,MAAM,MAAM,QAAQ,GAAG,aAAa,CAAC,QAAQ,CAAC,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC;AAE1E,MAAM,MAAM,eAAe,GAAG;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,OAAO,CAAC;IAChB,aAAa,EAAE,oBAAoB,EAAE,CAAC;IACtC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,eAAe,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,CAAC;CAC5C,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,eAAe,GAAG;IACpD,YAAY,EAAE,OAAO,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,KAAK,0BAA0B,GAAG,SAAS;IAAE,KAAK,EAAE,oBAAoB,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,EAAE,CAAC;AAE5F,QAAA,MAAM,wCAAwC,EAAE,MAAM,CAAC,MAAM,EAAE,0BAA0B,CAe/E,CAAC;AAEX,QAAA,MAAM,WAAW,UAAW;IAC1B,OAAO,CAAC,EAAE,eAAe,CAAC;IAC1B,IAAI,CAAC,EAAE,CAAC,MAAM,OAAO,wCAAwC,CAAC,EAAE,CAAC;IACjE,QAAQ,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IACjD,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,8BAA8B,CAAC,EAAE,OAAO,CAAC;CAC1C,gBA+OA,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"WebhookForm.d.ts","sourceRoot":"","sources":["../../../../../../../features/webhooks/components/WebhookForm.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAOxD,MAAM,MAAM,QAAQ,GAAG,aAAa,CAAC,QAAQ,CAAC,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC;AAE1E,MAAM,MAAM,eAAe,GAAG;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,OAAO,CAAC;IAChB,aAAa,EAAE,oBAAoB,EAAE,CAAC;IACtC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,eAAe,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,CAAC;CAC5C,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,eAAe,GAAG;IACpD,YAAY,EAAE,OAAO,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,KAAK,0BAA0B,GAAG,SAAS;IAAE,KAAK,EAAE,oBAAoB,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,EAAE,CAAC;AAE5F,QAAA,MAAM,wCAAwC,EAAE,MAAM,CAAC,MAAM,EAAE,0BAA0B,CAgB/E,CAAC;AAEX,QAAA,MAAM,WAAW,UAAW;IAC1B,OAAO,CAAC,EAAE,eAAe,CAAC;IAC1B,IAAI,CAAC,EAAE,CAAC,MAAM,OAAO,wCAAwC,CAAC,EAAE,CAAC;IACjE,QAAQ,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IACjD,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,8BAA8B,CAAC,EAAE,OAAO,CAAC;CAC1C,gBA+OA,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,17 @@
1
+ import getWebhooks from "./getWebhooks";
2
+ import sendOrSchedulePayload from "./sendOrSchedulePayload";
3
+ /** This is a WIP. With minimal methods until the API matures and stabilizes */
4
+ export declare class WebhookService {
5
+ private options;
6
+ private webhooks;
7
+ constructor(options: Parameters<typeof getWebhooks>[0]);
8
+ getWebhooks(): Promise<{
9
+ secret: string | null;
10
+ id: string;
11
+ appId: string | null;
12
+ subscriberUrl: string;
13
+ payloadTemplate: string | null;
14
+ }[]>;
15
+ sendPayload(payload: Parameters<typeof sendOrSchedulePayload>[4]): Promise<void>;
16
+ }
17
+ //# sourceMappingURL=WebhookService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WebhookService.d.ts","sourceRoot":"","sources":["../../../../../../../features/webhooks/lib/WebhookService.ts"],"names":[],"mappings":"AAGA,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,qBAAqB,MAAM,yBAAyB,CAAC;AAI5D,+EAA+E;AAC/E,qBAAa,cAAc;IACzB,OAAO,CAAC,OAAO,CAA2C;IAC1D,OAAO,CAAC,QAAQ,CAA+C;gBACnD,OAAO,EAAE,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,CAAC;IAOhD,WAAW;;;;;;;IAGX,WAAW,CAAC,OAAO,EAAE,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC,CAAC,CAAC;CAiBvE"}
@@ -1,6 +1,6 @@
1
1
  export declare const WEBHOOK_TRIGGER_EVENTS_GROUPED_BY_APP: {
2
- core: readonly ["BOOKING_CANCELLED", "BOOKING_CREATED", "BOOKING_RESCHEDULED", "BOOKING_PAID", "BOOKING_PAYMENT_INITIATED", "MEETING_ENDED", "MEETING_STARTED", "BOOKING_REQUESTED", "BOOKING_REJECTED", "RECORDING_READY", "INSTANT_MEETING"];
2
+ core: readonly ["BOOKING_CANCELLED", "BOOKING_CREATED", "BOOKING_RESCHEDULED", "BOOKING_PAID", "BOOKING_PAYMENT_INITIATED", "MEETING_ENDED", "MEETING_STARTED", "BOOKING_REQUESTED", "BOOKING_REJECTED", "RECORDING_READY", "INSTANT_MEETING", any];
3
3
  "routing-forms": readonly ["FORM_SUBMITTED"];
4
4
  };
5
- export declare const WEBHOOK_TRIGGER_EVENTS: readonly ["BOOKING_CANCELLED", "BOOKING_CREATED", "BOOKING_RESCHEDULED", "BOOKING_PAID", "BOOKING_PAYMENT_INITIATED", "MEETING_ENDED", "MEETING_STARTED", "BOOKING_REQUESTED", "BOOKING_REJECTED", "RECORDING_READY", "INSTANT_MEETING", "FORM_SUBMITTED"];
5
+ export declare const WEBHOOK_TRIGGER_EVENTS: readonly ["BOOKING_CANCELLED", "BOOKING_CREATED", "BOOKING_RESCHEDULED", "BOOKING_PAID", "BOOKING_PAYMENT_INITIATED", "MEETING_ENDED", "MEETING_STARTED", "BOOKING_REQUESTED", "BOOKING_REJECTED", "RECORDING_READY", "INSTANT_MEETING", any, "FORM_SUBMITTED"];
6
6
  //# sourceMappingURL=constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../../features/webhooks/lib/constants.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,qCAAqC;;;CAejD,CAAC;AAEF,eAAO,MAAM,sBAAsB,4PAGzB,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../../features/webhooks/lib/constants.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,qCAAqC;;;CAgBjD,CAAC;AAEF,eAAO,MAAM,sBAAsB,iQAGzB,CAAC"}
@@ -18,8 +18,8 @@ export declare function addSubscription({ appApiKey, triggerEvent, subscriberUrl
18
18
  userId: number | null;
19
19
  teamId: number | null;
20
20
  eventTypeId: number | null;
21
- appId: string | null;
22
21
  createdAt: Date;
22
+ appId: string | null;
23
23
  subscriberUrl: string;
24
24
  payloadTemplate: string | null;
25
25
  eventTriggers: import('../../../prisma-client').$Enums.WebhookTriggerEvents[];
@@ -41,8 +41,8 @@ export declare function deleteSubscription({ appApiKey, webhookId, appId, accoun
41
41
  userId: number | null;
42
42
  teamId: number | null;
43
43
  eventTypeId: number | null;
44
- appId: string | null;
45
44
  createdAt: Date;
45
+ appId: string | null;
46
46
  subscriberUrl: string;
47
47
  payloadTemplate: string | null;
48
48
  eventTriggers: import('../../../prisma-client').$Enums.WebhookTriggerEvents[];
@@ -69,23 +69,23 @@ export declare function listBookings(appApiKey?: ApiKey, account?: {
69
69
  timeZone: string;
70
70
  slug: string | null;
71
71
  parentId: number | null;
72
- weekStart: string;
73
- hideBranding: boolean;
74
- timeFormat: number | null;
75
- brandColor: string | null;
76
- darkBrandColor: string | null;
77
- smsLockState: import('../../../prisma-client').$Enums.SMSLockState;
78
72
  createdAt: Date;
79
73
  logoUrl: string | null;
80
74
  calVideoLogo: string | null;
81
75
  appLogo: string | null;
82
76
  appIconLogo: string | null;
77
+ hideBranding: boolean;
83
78
  isPrivate: boolean;
84
79
  hideBookATeamMember: boolean;
80
+ brandColor: string | null;
81
+ darkBrandColor: string | null;
85
82
  bannerUrl: string | null;
83
+ timeFormat: number | null;
84
+ weekStart: string;
86
85
  isOrganization: boolean;
87
86
  pendingPayment: boolean;
88
87
  isPlatform: boolean;
88
+ smsLockState: import('../../../prisma-client').$Enums.SMSLockState;
89
89
  } | null;
90
90
  length: number;
91
91
  currency: string;
@@ -18,6 +18,14 @@ export type WithUTCOffsetType<T> = T & {
18
18
  } & {
19
19
  attendees?: (Person & UTCOffset)[];
20
20
  };
21
+ export type BookingNoShowUpdatedPayload = {
22
+ message: string;
23
+ bookingUid: string;
24
+ attendees: {
25
+ email: string;
26
+ noShow: boolean;
27
+ }[];
28
+ };
21
29
  export type WebhookDataType = CalendarEvent & EventTypeInfo & {
22
30
  metadata?: {
23
31
  [key: string]: string | number | boolean | null;
@@ -1 +1 @@
1
- {"version":3,"file":"sendPayload.d.ts","sourceRoot":"","sources":["../../../../../../../features/webhooks/lib/sendPayload.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAM9C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAIpE,MAAM,MAAM,aAAa,GAAG;IAC1B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,oBAAoB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACtC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG;IACtB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,iBAAiB,CAAC,CAAC,IAAI,CAAC,GAAG;IACrC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B,GAAG;IACF,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC,GAAG;IACF,SAAS,CAAC,EAAE,CAAC,MAAM,GAAG,SAAS,CAAC,EAAE,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,aAAa,GACzC,aAAa,GAAG;IACd,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAA;KAAE,CAAC;IAC/D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AA8EJ,wBAAgB,SAAS,CAAC,UAAU,EAAE,MAAM,OAO3C;AAED,QAAA,MAAM,WAAW,cACJ,MAAM,GAAG,IAAI,gBACV,MAAM,aACT,MAAM,WACR,IAAI,CAAC,OAAO,EAAE,eAAe,GAAG,OAAO,GAAG,iBAAiB,CAAC,QAC/D,IAAI,CAAC,eAAe,EAAE,WAAW,GAAG,cAAc,CAAC;;;;EA0B1D,CAAC;AAEF,eAAO,MAAM,yBAAyB,qEAOnC;IACD,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,eAAe,GAAG,OAAO,GAAG,iBAAiB,CAAC,CAAC;IACtE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACpC;;;;EAUA,CAAC;AAEF,eAAO,MAAM,sBAAsB,WAAY;IAAE,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,WAG7D,CAAC;AAoC3B,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"sendPayload.d.ts","sourceRoot":"","sources":["../../../../../../../features/webhooks/lib/sendPayload.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=WebhookService.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WebhookService.test.d.ts","sourceRoot":"","sources":["../../../../../../../../features/webhooks/lib/test/WebhookService.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export declare const constantsScenarios: {
2
+ enableTeamBilling: () => void;
3
+ };
4
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../lib/__mocks__/constants.ts"],"names":[],"mappings":"AAqBA,eAAO,MAAM,kBAAkB;;CAM9B,CAAC"}
@@ -343,8 +343,6 @@ declare const getAllUserBookings: ({ ctx, filters, bookingListingByStatus, take,
343
343
  customInputs: Prisma.JsonValue;
344
344
  recurringEventId: string | null;
345
345
  uid: string;
346
- userPrimaryEmail: string | null;
347
- isRecorded: boolean;
348
346
  references: {
349
347
  type: string;
350
348
  id: number;
@@ -364,6 +362,8 @@ declare const getAllUserBookings: ({ ctx, filters, bookingListingByStatus, take,
364
362
  };
365
363
  referenceUid: string;
366
364
  }[];
365
+ userPrimaryEmail: string | null;
366
+ isRecorded: boolean;
367
367
  }[];
368
368
  recurringInfo: {
369
369
  recurringEventId: string | null;
@@ -12,6 +12,7 @@ export declare const SUPPORT_MAIL_ADDRESS: string;
12
12
  export declare const COMPANY_NAME: string;
13
13
  export declare const SENDER_ID: string;
14
14
  export declare const SENDER_NAME: string;
15
+ export declare const EMAIL_FROM_NAME: string;
15
16
  export declare const CAL_URL: string;
16
17
  export declare const IS_CALCOM: boolean | "";
17
18
  export declare const CONSOLE_URL: string;
@@ -77,4 +78,6 @@ export declare const ORG_MINIMUM_PUBLISHED_TEAMS_SELF_SERVE = 0;
77
78
  export declare const ROLLING_WINDOW_PERIOD_MAX_DAYS_TO_CHECK: number;
78
79
  export declare const TRANSCRIPTION_STARTED_ICON: string;
79
80
  export declare const TRANSCRIPTION_STOPPED_ICON: string;
81
+ export declare const RECORDING_DEFAULT_ICON: string;
82
+ export declare const RECORDING_IN_PROGRESS_ICON: string;
80
83
  //# sourceMappingURL=constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../lib/constants.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../lib/constants.ts"],"names":[],"mappings":"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"}
@@ -10,8 +10,8 @@ export declare const createAProfileForAnExistingUser: ({ user, organizationId, }
10
10
  id: number;
11
11
  userId: number;
12
12
  uid: string;
13
- organizationId: number;
14
13
  createdAt: Date;
15
14
  updatedAt: Date;
15
+ organizationId: number;
16
16
  }>;
17
17
  //# sourceMappingURL=createAProfileForAnExistingUser.d.ts.map