@calcom/atoms 2.5.0 → 2.7.0

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 (4431) hide show
  1. package/README.md +63 -51
  2. package/dist/cal-atoms.css +1 -1
  3. package/dist/cal-atoms.js +30 -30
  4. package/dist/index-D_xjDzPo.js +67473 -0
  5. package/dist/index.d.ts +1 -1
  6. package/dist/src/add-members-switch/add-members-with-switch-platform-wrapper.d.ts +3 -0
  7. package/dist/src/add-members-switch/add-members-with-switch-platform-wrapper.d.ts.map +1 -0
  8. package/dist/src/add-members-switch/add-members-with-switch.d.ts +41 -0
  9. package/dist/src/add-members-switch/add-members-with-switch.d.ts.map +1 -0
  10. package/dist/src/availability/availability-settings.d.ts +88 -0
  11. package/dist/src/availability/availability-settings.d.ts.map +1 -0
  12. package/dist/src/availability/components/date-override-input-dialog.d.ts +17 -0
  13. package/dist/src/availability/components/date-override-input-dialog.d.ts.map +1 -0
  14. package/dist/src/availability/components/date-override-list.d.ts +20 -0
  15. package/dist/src/availability/components/date-override-list.d.ts.map +1 -0
  16. package/dist/src/availability/components/schedule-component.d.ts +49 -0
  17. package/dist/src/availability/components/schedule-component.d.ts.map +1 -0
  18. package/dist/src/availability/index.d.ts +4 -0
  19. package/dist/src/availability/index.d.ts.map +1 -0
  20. package/dist/src/availability/types.d.ts +36 -0
  21. package/dist/src/availability/types.d.ts.map +1 -0
  22. package/dist/src/availability/wrappers/availability-settings-platform-wrapper.d.ts +28 -0
  23. package/dist/src/availability/wrappers/availability-settings-platform-wrapper.d.ts.map +1 -0
  24. package/dist/src/booker/booker-platform-wrapper.d.ts +5 -0
  25. package/dist/src/booker/booker-platform-wrapper.d.ts.map +1 -0
  26. package/dist/src/booker/booker-store-provider.d.ts +11 -0
  27. package/dist/src/booker/booker-store-provider.d.ts.map +1 -0
  28. package/dist/src/booker/components/available-time-slots.d.ts +46 -0
  29. package/dist/src/booker/components/available-time-slots.d.ts.map +1 -0
  30. package/dist/src/booker/components/available-times-header.d.ts +14 -0
  31. package/dist/src/booker/components/available-times-header.d.ts.map +1 -0
  32. package/dist/src/booker/components/available-times.d.ts +46 -0
  33. package/dist/src/booker/components/available-times.d.ts.map +1 -0
  34. package/dist/src/booker/components/book-event-form/book-event-form.d.ts +34 -0
  35. package/dist/src/booker/components/book-event-form/book-event-form.d.ts.map +1 -0
  36. package/dist/src/booker/components/book-event-form/book-form-as-modal.d.ts +14 -0
  37. package/dist/src/booker/components/book-event-form/book-form-as-modal.d.ts.map +1 -0
  38. package/dist/src/booker/components/book-event-form/booking-fields.d.ts +35 -0
  39. package/dist/src/booker/components/book-event-form/booking-fields.d.ts.map +1 -0
  40. package/dist/src/booker/components/book-event-form/index.d.ts +5 -0
  41. package/dist/src/booker/components/book-event-form/index.d.ts.map +1 -0
  42. package/dist/src/booker/components/book-event-form/skeleton.d.ts +2 -0
  43. package/dist/src/booker/components/book-event-form/skeleton.d.ts.map +1 -0
  44. package/dist/src/booker/components/booker-component.d.ts +2 -0
  45. package/dist/src/booker/components/booker-component.d.ts.map +1 -0
  46. package/dist/src/booker/components/booker-section.d.ts +15 -0
  47. package/dist/src/booker/components/booker-section.d.ts.map +1 -0
  48. package/dist/src/booker/components/dry-run-message.d.ts +4 -0
  49. package/dist/src/booker/components/dry-run-message.d.ts.map +1 -0
  50. package/dist/src/booker/components/event-meta/available-event-locations.d.ts +6 -0
  51. package/dist/src/booker/components/event-meta/available-event-locations.d.ts.map +1 -0
  52. package/dist/src/booker/components/event-meta/details.d.ts +34 -0
  53. package/dist/src/booker/components/event-meta/details.d.ts.map +1 -0
  54. package/dist/src/booker/components/event-meta/duration.d.ts +9 -0
  55. package/dist/src/booker/components/event-meta/duration.d.ts.map +1 -0
  56. package/dist/src/booker/components/event-meta/index.d.ts +7 -0
  57. package/dist/src/booker/components/event-meta/index.d.ts.map +1 -0
  58. package/dist/src/booker/components/event-meta/locations.d.ts +5 -0
  59. package/dist/src/booker/components/event-meta/locations.d.ts.map +1 -0
  60. package/dist/src/booker/components/event-meta/members.d.ts +13 -0
  61. package/dist/src/booker/components/event-meta/members.d.ts.map +1 -0
  62. package/dist/src/booker/components/event-meta/occurences.d.ts +5 -0
  63. package/dist/src/booker/components/event-meta/occurences.d.ts.map +1 -0
  64. package/dist/src/booker/components/event-meta/price-icon.d.ts +5 -0
  65. package/dist/src/booker/components/event-meta/price-icon.d.ts.map +1 -0
  66. package/dist/src/booker/components/event-meta/price.d.ts +7 -0
  67. package/dist/src/booker/components/event-meta/price.d.ts.map +1 -0
  68. package/dist/src/booker/components/event-meta/skeleton.d.ts +2 -0
  69. package/dist/src/booker/components/event-meta/skeleton.d.ts.map +1 -0
  70. package/dist/src/booker/components/event-meta/title.d.ts +9 -0
  71. package/dist/src/booker/components/event-meta/title.d.ts.map +1 -0
  72. package/dist/src/booker/components/event-meta.d.ts +25 -0
  73. package/dist/src/booker/components/event-meta.d.ts.map +1 -0
  74. package/dist/src/booker/components/external-redirect-interstitial.d.ts +9 -0
  75. package/dist/src/booker/components/external-redirect-interstitial.d.ts.map +1 -0
  76. package/dist/src/booker/components/form-builder/components.d.ts +48 -0
  77. package/dist/src/booker/components/form-builder/components.d.ts.map +1 -0
  78. package/dist/src/booker/components/form-builder/form-builder-field.d.ts +46 -0
  79. package/dist/src/booker/components/form-builder/form-builder-field.d.ts.map +1 -0
  80. package/dist/src/booker/components/having-trouble-finding-time.d.ts +9 -0
  81. package/dist/src/booker/components/having-trouble-finding-time.d.ts.map +1 -0
  82. package/dist/src/booker/components/header.d.ts +18 -0
  83. package/dist/src/booker/components/header.d.ts.map +1 -0
  84. package/dist/src/booker/components/instant-booking.d.ts +16 -0
  85. package/dist/src/booker/components/instant-booking.d.ts.map +1 -0
  86. package/dist/src/booker/components/out-of-office-in-slots.d.ts +19 -0
  87. package/dist/src/booker/components/out-of-office-in-slots.d.ts.map +1 -0
  88. package/dist/src/booker/components/overlay-calendar/overlay-calendar-continue-modal.d.ts +8 -0
  89. package/dist/src/booker/components/overlay-calendar/overlay-calendar-continue-modal.d.ts.map +1 -0
  90. package/dist/src/booker/components/overlay-calendar/overlay-calendar-settings-modal.d.ts +11 -0
  91. package/dist/src/booker/components/overlay-calendar/overlay-calendar-settings-modal.d.ts.map +1 -0
  92. package/dist/src/booker/components/overlay-calendar/overlay-calendar-switch.d.ts +8 -0
  93. package/dist/src/booker/components/overlay-calendar/overlay-calendar-switch.d.ts.map +1 -0
  94. package/dist/src/booker/components/overlay-calendar/overlay-calendar.d.ts +28 -0
  95. package/dist/src/booker/components/overlay-calendar/overlay-calendar.d.ts.map +1 -0
  96. package/dist/src/booker/components/overlay-calendar/store.d.ts +12 -0
  97. package/dist/src/booker/components/overlay-calendar/store.d.ts.map +1 -0
  98. package/dist/src/booker/components/pay-icon.d.ts +5 -0
  99. package/dist/src/booker/components/pay-icon.d.ts.map +1 -0
  100. package/dist/src/booker/components/price.d.ts +9 -0
  101. package/dist/src/booker/components/price.d.ts.map +1 -0
  102. package/dist/src/booker/components/redirect-to-instant-meeting-modal.d.ts +8 -0
  103. package/dist/src/booker/components/redirect-to-instant-meeting-modal.d.ts.map +1 -0
  104. package/dist/src/booker/components/scrollable-with-gradients.d.ts +9 -0
  105. package/dist/src/booker/components/scrollable-with-gradients.d.ts.map +1 -0
  106. package/dist/src/booker/components/seats-availability-text.d.ts +18 -0
  107. package/dist/src/booker/components/seats-availability-text.d.ts.map +1 -0
  108. package/dist/src/booker/components/section.d.ts +17 -0
  109. package/dist/src/booker/components/section.d.ts.map +1 -0
  110. package/dist/src/booker/components/slot-selection-modal-header.d.ts +14 -0
  111. package/dist/src/booker/components/slot-selection-modal-header.d.ts.map +1 -0
  112. package/dist/src/booker/components/time-format-toggle.d.ts +4 -0
  113. package/dist/src/booker/components/time-format-toggle.d.ts.map +1 -0
  114. package/dist/src/booker/components/unavailable.d.ts +3 -0
  115. package/dist/src/booker/components/unavailable.d.ts.map +1 -0
  116. package/dist/src/booker/components/unpublished-entity.d.ts +8 -0
  117. package/dist/src/booker/components/unpublished-entity.d.ts.map +1 -0
  118. package/dist/src/booker/components/verify-code-dialog.d.ts +15 -0
  119. package/dist/src/booker/components/verify-code-dialog.d.ts.map +1 -0
  120. package/dist/src/booker/config.d.ts +86 -0
  121. package/dist/src/booker/config.d.ts.map +1 -0
  122. package/dist/src/booker/framer-features.d.ts.map +1 -0
  123. package/dist/src/booker/hooks/embed-stubs.d.ts +20 -0
  124. package/dist/src/booker/hooks/embed-stubs.d.ts.map +1 -0
  125. package/dist/src/booker/hooks/use-available-time-slots.d.ts +23 -0
  126. package/dist/src/booker/hooks/use-available-time-slots.d.ts.map +1 -0
  127. package/dist/src/booker/hooks/use-booker-layout.d.ts +51 -0
  128. package/dist/src/booker/hooks/use-booker-layout.d.ts.map +1 -0
  129. package/dist/src/booker/hooks/use-booker-time.d.ts +7 -0
  130. package/dist/src/booker/hooks/use-booker-time.d.ts.map +1 -0
  131. package/dist/src/booker/hooks/use-booking-form.d.ts +65 -0
  132. package/dist/src/booker/hooks/use-booking-form.d.ts.map +1 -0
  133. package/dist/src/booker/hooks/use-bookings-types.d.ts +10 -0
  134. package/dist/src/booker/hooks/use-bookings-types.d.ts.map +1 -0
  135. package/dist/src/booker/hooks/use-check-overlap-with-overlay.d.ts +11 -0
  136. package/dist/src/booker/hooks/use-check-overlap-with-overlay.d.ts.map +1 -0
  137. package/dist/src/booker/hooks/use-initialize-week-start.d.ts +2 -0
  138. package/dist/src/booker/hooks/use-initialize-week-start.d.ts.map +1 -0
  139. package/dist/src/booker/hooks/use-is-quick-availability-check-feature-enabled.d.ts +15 -0
  140. package/dist/src/booker/hooks/use-is-quick-availability-check-feature-enabled.d.ts.map +1 -0
  141. package/dist/src/booker/hooks/use-local-set.d.ts +12 -0
  142. package/dist/src/booker/hooks/use-local-set.d.ts.map +1 -0
  143. package/dist/src/booker/hooks/use-non-empty-schedule-days.d.ts +3 -0
  144. package/dist/src/booker/hooks/use-non-empty-schedule-days.d.ts.map +1 -0
  145. package/dist/src/booker/hooks/use-overlay-calendar.d.ts +23 -0
  146. package/dist/src/booker/hooks/use-overlay-calendar.d.ts.map +1 -0
  147. package/dist/src/booker/hooks/use-should-show-arrows.d.ts +8 -0
  148. package/dist/src/booker/hooks/use-should-show-arrows.d.ts.map +1 -0
  149. package/dist/src/booker/hooks/use-skip-confirm-step.d.ts +21 -0
  150. package/dist/src/booker/hooks/use-skip-confirm-step.d.ts.map +1 -0
  151. package/dist/src/booker/hooks/use-slots-for-date.d.ts +21 -0
  152. package/dist/src/booker/hooks/use-slots-for-date.d.ts.map +1 -0
  153. package/dist/src/booker/hooks/use-stable-timezone.d.ts +5 -0
  154. package/dist/src/booker/hooks/use-stable-timezone.d.ts.map +1 -0
  155. package/dist/src/booker/hooks/use-times-for-schedule.d.ts +27 -0
  156. package/dist/src/booker/hooks/use-times-for-schedule.d.ts.map +1 -0
  157. package/dist/src/booker/store.d.ts +200 -0
  158. package/dist/src/booker/store.d.ts.map +1 -0
  159. package/dist/src/booker/types.d.ts +118 -0
  160. package/dist/src/booker/types.d.ts.map +1 -0
  161. package/dist/src/booker/use-slot-reservation-id.d.ts +2 -0
  162. package/dist/src/booker/use-slot-reservation-id.d.ts.map +1 -0
  163. package/dist/src/booker/utils/are-different-valid-months.d.ts +2 -0
  164. package/dist/src/booker/utils/are-different-valid-months.d.ts.map +1 -0
  165. package/dist/src/booker/utils/dates.d.ts +26 -0
  166. package/dist/src/booker/utils/dates.d.ts.map +1 -0
  167. package/dist/src/booker/utils/get-booker-timezone.d.ts +5 -0
  168. package/dist/src/booker/utils/get-booker-timezone.d.ts.map +1 -0
  169. package/dist/src/booker/utils/get-booking-duration.d.ts +6 -0
  170. package/dist/src/booker/utils/get-booking-duration.d.ts.map +1 -0
  171. package/dist/src/booker/utils/get-prefetch-month-count.d.ts +3 -0
  172. package/dist/src/booker/utils/get-prefetch-month-count.d.ts.map +1 -0
  173. package/dist/src/booker/utils/is-booking-dry-run.d.ts +3 -0
  174. package/dist/src/booker/utils/is-booking-dry-run.d.ts.map +1 -0
  175. package/dist/src/booker/utils/is-month-change.d.ts +2 -0
  176. package/dist/src/booker/utils/is-month-change.d.ts.map +1 -0
  177. package/dist/src/booker/utils/is-month-view-prefetch-enabled.d.ts +2 -0
  178. package/dist/src/booker/utils/is-month-view-prefetch-enabled.d.ts.map +1 -0
  179. package/dist/src/booker/utils/is-prefetch-next-month-enabled.d.ts +2 -0
  180. package/dist/src/booker/utils/is-prefetch-next-month-enabled.d.ts.map +1 -0
  181. package/dist/src/booker/utils/is-timeslot-available.d.ts +19 -0
  182. package/dist/src/booker/utils/is-timeslot-available.d.ts.map +1 -0
  183. package/dist/src/booker/utils/layout.d.ts +2 -0
  184. package/dist/src/booker/utils/layout.d.ts.map +1 -0
  185. package/dist/src/booker-embed/booker-embed.d.ts +31 -0
  186. package/dist/src/booker-embed/booker-embed.d.ts.map +1 -0
  187. package/dist/src/booker-embed/index.d.ts +2 -0
  188. package/dist/src/booker-embed/index.d.ts.map +1 -0
  189. package/dist/src/booker-embed/use-get-routing-form-url-props.d.ts +29 -0
  190. package/dist/src/booker-embed/use-get-routing-form-url-props.d.ts.map +1 -0
  191. package/dist/src/cal-provider/base-cal-provider.d.ts +24 -0
  192. package/dist/src/cal-provider/base-cal-provider.d.ts.map +1 -0
  193. package/dist/src/cal-provider/cal-o-auth-provider.d.ts +19 -0
  194. package/dist/src/cal-provider/cal-o-auth-provider.d.ts.map +1 -0
  195. package/dist/src/cal-provider/cal-provider.d.ts +22 -0
  196. package/dist/src/cal-provider/cal-provider.d.ts.map +1 -0
  197. package/dist/src/cal-provider/index.d.ts +3 -0
  198. package/dist/src/cal-provider/index.d.ts.map +1 -0
  199. package/dist/src/cal-provider/languages.d.ts +55 -0
  200. package/dist/src/cal-provider/languages.d.ts.map +1 -0
  201. package/dist/src/calendar-settings/index.d.ts +2 -0
  202. package/dist/src/calendar-settings/index.d.ts.map +1 -0
  203. package/dist/src/calendar-settings/wrappers/calendar-settings-platform-wrapper.d.ts +17 -0
  204. package/dist/src/calendar-settings/wrappers/calendar-settings-platform-wrapper.d.ts.map +1 -0
  205. package/dist/src/calendar-view/calendar-view-component.d.ts +2 -0
  206. package/dist/src/calendar-view/calendar-view-component.d.ts.map +1 -0
  207. package/dist/src/calendar-view/components/calendar.d.ts +2 -0
  208. package/dist/src/calendar-view/components/calendar.d.ts.map +1 -0
  209. package/dist/src/calendar-view/components/date-picker.d.ts +82 -0
  210. package/dist/src/calendar-view/components/date-picker.d.ts.map +1 -0
  211. package/dist/src/calendar-view/components/large-calendar.d.ts +19 -0
  212. package/dist/src/calendar-view/components/large-calendar.d.ts.map +1 -0
  213. package/dist/src/calendar-view/components/no-availability-dialog.d.ts +19 -0
  214. package/dist/src/calendar-view/components/no-availability-dialog.d.ts.map +1 -0
  215. package/dist/src/calendar-view/event-type-calendar-view-component.d.ts +7 -0
  216. package/dist/src/calendar-view/event-type-calendar-view-component.d.ts.map +1 -0
  217. package/dist/src/calendar-view/index.d.ts +2 -0
  218. package/dist/src/calendar-view/index.d.ts.map +1 -0
  219. package/dist/src/calendar-view/scheduler/components/calendar.d.ts +4 -0
  220. package/dist/src/calendar-view/scheduler/components/calendar.d.ts.map +1 -0
  221. package/dist/src/calendar-view/scheduler/components/current-time/index.d.ts +6 -0
  222. package/dist/src/calendar-view/scheduler/components/current-time/index.d.ts.map +1 -0
  223. package/dist/src/calendar-view/scheduler/components/date-values/index.d.ts +12 -0
  224. package/dist/src/calendar-view/scheduler/components/date-values/index.d.ts.map +1 -0
  225. package/dist/src/calendar-view/scheduler/components/default-out-of-office-slot.d.ts +3 -0
  226. package/dist/src/calendar-view/scheduler/components/default-out-of-office-slot.d.ts.map +1 -0
  227. package/dist/src/calendar-view/scheduler/components/event/all-day-events.d.ts +108 -0
  228. package/dist/src/calendar-view/scheduler/components/event/all-day-events.d.ts.map +1 -0
  229. package/dist/src/calendar-view/scheduler/components/event/empty.d.ts +18 -0
  230. package/dist/src/calendar-view/scheduler/components/event/empty.d.ts.map +1 -0
  231. package/dist/src/calendar-view/scheduler/components/event/event-list.d.ts +7 -0
  232. package/dist/src/calendar-view/scheduler/components/event/event-list.d.ts.map +1 -0
  233. package/dist/src/calendar-view/scheduler/components/event/event.d.ts +14 -0
  234. package/dist/src/calendar-view/scheduler/components/event/event.d.ts.map +1 -0
  235. package/dist/src/calendar-view/scheduler/components/event/index.d.ts +5 -0
  236. package/dist/src/calendar-view/scheduler/components/event/index.d.ts.map +1 -0
  237. package/dist/src/calendar-view/scheduler/components/grid/index.d.ts +10 -0
  238. package/dist/src/calendar-view/scheduler/components/grid/index.d.ts.map +1 -0
  239. package/dist/src/calendar-view/scheduler/components/heading/index.d.ts +2 -0
  240. package/dist/src/calendar-view/scheduler/components/heading/index.d.ts.map +1 -0
  241. package/dist/src/calendar-view/scheduler/components/heading/scheduler-heading.d.ts +2 -0
  242. package/dist/src/calendar-view/scheduler/components/heading/scheduler-heading.d.ts.map +1 -0
  243. package/dist/src/calendar-view/scheduler/components/horizontal-lines/index.d.ts +9 -0
  244. package/dist/src/calendar-view/scheduler/components/horizontal-lines/index.d.ts.map +1 -0
  245. package/dist/src/calendar-view/scheduler/components/spinner/spinner.d.ts +4 -0
  246. package/dist/src/calendar-view/scheduler/components/spinner/spinner.d.ts.map +1 -0
  247. package/dist/src/calendar-view/scheduler/components/vertical-lines/index.d.ts +7 -0
  248. package/dist/src/calendar-view/scheduler/components/vertical-lines/index.d.ts.map +1 -0
  249. package/dist/src/calendar-view/scheduler/state/store.d.ts +7 -0
  250. package/dist/src/calendar-view/scheduler/state/store.d.ts.map +1 -0
  251. package/dist/src/calendar-view/scheduler/types/common.d.ts +2 -0
  252. package/dist/src/calendar-view/scheduler/types/common.d.ts.map +1 -0
  253. package/dist/src/calendar-view/scheduler/types/events.d.ts +20 -0
  254. package/dist/src/calendar-view/scheduler/types/events.d.ts.map +1 -0
  255. package/dist/src/calendar-view/scheduler/types/state.d.ts +93 -0
  256. package/dist/src/calendar-view/scheduler/types/state.d.ts.map +1 -0
  257. package/dist/src/calendar-view/scheduler/utils/index.d.ts +20 -0
  258. package/dist/src/calendar-view/scheduler/utils/index.d.ts.map +1 -0
  259. package/dist/src/calendar-view/scheduler/utils/overlap.d.ts +20 -0
  260. package/dist/src/calendar-view/scheduler/utils/overlap.d.ts.map +1 -0
  261. package/dist/src/calendar-view/wrappers/calendar-view-platform-wrapper.d.ts +22 -0
  262. package/dist/src/calendar-view/wrappers/calendar-view-platform-wrapper.d.ts.map +1 -0
  263. package/dist/src/components/atoms-wrapper.d.ts.map +1 -0
  264. package/dist/src/components/ui/address-input.d.ts +11 -0
  265. package/dist/src/components/ui/address-input.d.ts.map +1 -0
  266. package/dist/src/components/ui/alert.d.ts +16 -0
  267. package/dist/src/components/ui/alert.d.ts.map +1 -0
  268. package/dist/src/components/ui/app-list-card.d.ts +30 -0
  269. package/dist/src/components/ui/app-list-card.d.ts.map +1 -0
  270. package/dist/src/components/ui/avatar-group.d.ts +14 -0
  271. package/dist/src/components/ui/avatar-group.d.ts.map +1 -0
  272. package/dist/src/components/ui/avatar.d.ts +18 -0
  273. package/dist/src/components/ui/avatar.d.ts.map +1 -0
  274. package/dist/src/components/ui/badge.d.ts +553 -0
  275. package/dist/src/components/ui/badge.d.ts.map +1 -0
  276. package/dist/src/components/ui/button-group.d.ts +9 -0
  277. package/dist/src/components/ui/button-group.d.ts.map +1 -0
  278. package/dist/src/components/ui/button.d.ts +37 -0
  279. package/dist/src/components/ui/button.d.ts.map +1 -0
  280. package/dist/src/components/ui/calendar-switch.d.ts +22 -0
  281. package/dist/src/components/ui/calendar-switch.d.ts.map +1 -0
  282. package/dist/src/components/ui/checkbox.d.ts +15 -0
  283. package/dist/src/components/ui/checkbox.d.ts.map +1 -0
  284. package/dist/src/components/ui/checked-team-select.d.ts +43 -0
  285. package/dist/src/components/ui/checked-team-select.d.ts.map +1 -0
  286. package/dist/src/components/ui/confirmation-dialog-content.d.ts +20 -0
  287. package/dist/src/components/ui/confirmation-dialog-content.d.ts.map +1 -0
  288. package/dist/src/components/ui/controlled-dialog.d.ts +17 -0
  289. package/dist/src/components/ui/controlled-dialog.d.ts.map +1 -0
  290. package/dist/src/components/ui/dialog.d.ts +38 -0
  291. package/dist/src/components/ui/dialog.d.ts.map +1 -0
  292. package/dist/src/components/ui/disconnect-calendar-integration.d.ts +12 -0
  293. package/dist/src/components/ui/disconnect-calendar-integration.d.ts.map +1 -0
  294. package/dist/src/components/ui/divider.d.ts +3 -0
  295. package/dist/src/components/ui/divider.d.ts.map +1 -0
  296. package/dist/src/components/ui/dropdown.d.ts +40 -0
  297. package/dist/src/components/ui/dropdown.d.ts.map +1 -0
  298. package/dist/src/components/ui/editable-heading.d.ts +6 -0
  299. package/dist/src/components/ui/editable-heading.d.ts.map +1 -0
  300. package/dist/src/components/ui/empty-screen.d.ts +18 -0
  301. package/dist/src/components/ui/empty-screen.d.ts.map +1 -0
  302. package/dist/src/components/ui/form.d.ts +11 -0
  303. package/dist/src/components/ui/form.d.ts.map +1 -0
  304. package/dist/src/components/ui/icon.d.ts +42 -0
  305. package/dist/src/components/ui/icon.d.ts.map +1 -0
  306. package/dist/src/components/ui/icons.d.ts +21 -0
  307. package/dist/src/components/ui/icons.d.ts.map +1 -0
  308. package/dist/src/components/ui/info-badge.d.ts +4 -0
  309. package/dist/src/components/ui/info-badge.d.ts.map +1 -0
  310. package/dist/src/components/ui/label.d.ts +2 -0
  311. package/dist/src/components/ui/label.d.ts.map +1 -0
  312. package/dist/src/components/ui/navigation.d.ts +37 -0
  313. package/dist/src/components/ui/navigation.d.ts.map +1 -0
  314. package/dist/src/components/ui/popover.d.ts.map +1 -0
  315. package/dist/src/components/ui/radio-area-group.d.ts +20 -0
  316. package/dist/src/components/ui/radio-area-group.d.ts.map +1 -0
  317. package/dist/src/components/ui/radio.d.ts +24 -0
  318. package/dist/src/components/ui/radio.d.ts.map +1 -0
  319. package/dist/src/components/ui/react-select-components.d.ts +29 -0
  320. package/dist/src/components/ui/react-select-components.d.ts.map +1 -0
  321. package/dist/src/components/ui/select.d.ts +26 -0
  322. package/dist/src/components/ui/select.d.ts.map +1 -0
  323. package/dist/src/components/ui/settings-header.d.ts +21 -0
  324. package/dist/src/components/ui/settings-header.d.ts.map +1 -0
  325. package/dist/src/components/ui/settings-toggle.d.ts +23 -0
  326. package/dist/src/components/ui/settings-toggle.d.ts.map +1 -0
  327. package/dist/src/components/ui/shell.d.ts +31 -0
  328. package/dist/src/components/ui/shell.d.ts.map +1 -0
  329. package/dist/src/components/ui/show-toast.d.ts +13 -0
  330. package/dist/src/components/ui/show-toast.d.ts.map +1 -0
  331. package/dist/src/components/ui/skeleton.d.ts +31 -0
  332. package/dist/src/components/ui/skeleton.d.ts.map +1 -0
  333. package/dist/src/components/ui/switch.d.ts +5 -0
  334. package/dist/src/components/ui/switch.d.ts.map +1 -0
  335. package/dist/src/components/ui/text-field.d.ts +99 -0
  336. package/dist/src/components/ui/text-field.d.ts.map +1 -0
  337. package/dist/src/components/ui/toast.d.ts +13 -0
  338. package/dist/src/components/ui/toast.d.ts.map +1 -0
  339. package/dist/src/components/ui/toaster.d.ts.map +1 -0
  340. package/dist/src/components/ui/toggle-group.d.ts +20 -0
  341. package/dist/src/components/ui/toggle-group.d.ts.map +1 -0
  342. package/dist/src/components/ui/tooltip.d.ts +29 -0
  343. package/dist/src/components/ui/tooltip.d.ts.map +1 -0
  344. package/dist/src/components/ui/use-toast.d.ts.map +1 -0
  345. package/dist/src/components/ui/user-avatar-group-with-org.d.ts +18 -0
  346. package/dist/src/components/ui/user-avatar-group-with-org.d.ts.map +1 -0
  347. package/dist/src/connect/apple/apple-connect.d.ts +4 -0
  348. package/dist/src/connect/apple/apple-connect.d.ts.map +1 -0
  349. package/dist/src/connect/components/disconnect-integration-modal.d.ts +19 -0
  350. package/dist/src/connect/components/disconnect-integration-modal.d.ts.map +1 -0
  351. package/dist/src/connect/components/office365-account-dialog.d.ts +12 -0
  352. package/dist/src/connect/components/office365-account-dialog.d.ts.map +1 -0
  353. package/dist/src/connect/conferencing-apps/components/app-list.d.ts +65 -0
  354. package/dist/src/connect/conferencing-apps/components/app-list.d.ts.map +1 -0
  355. package/dist/src/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.d.ts +29 -0
  356. package/dist/src/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.d.ts.map +1 -0
  357. package/dist/src/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.d.ts +10 -0
  358. package/dist/src/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.d.ts.map +1 -0
  359. package/dist/src/connect/conferencing-apps/hooks/use-atom-get-event-types.d.ts +10 -0
  360. package/dist/src/connect/conferencing-apps/hooks/use-atom-get-event-types.d.ts.map +1 -0
  361. package/dist/src/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.d.ts +4 -0
  362. package/dist/src/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.d.ts.map +1 -0
  363. package/dist/src/connect/conferencing-apps/hooks/use-connect.d.ts +22 -0
  364. package/dist/src/connect/conferencing-apps/hooks/use-connect.d.ts.map +1 -0
  365. package/dist/src/connect/conferencing-apps/hooks/use-delete-credential.d.ts +9 -0
  366. package/dist/src/connect/conferencing-apps/hooks/use-delete-credential.d.ts.map +1 -0
  367. package/dist/src/connect/conferencing-apps/hooks/use-get-default-conferencing-app.d.ts +6 -0
  368. package/dist/src/connect/conferencing-apps/hooks/use-get-default-conferencing-app.d.ts.map +1 -0
  369. package/dist/src/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.d.ts +9 -0
  370. package/dist/src/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.d.ts.map +1 -0
  371. package/dist/src/connect/google/gcal-connect.d.ts +4 -0
  372. package/dist/src/connect/google/gcal-connect.d.ts.map +1 -0
  373. package/dist/src/connect/index.d.ts +4 -0
  374. package/dist/src/connect/index.d.ts.map +1 -0
  375. package/dist/src/connect/o-auth-connect.d.ts +25 -0
  376. package/dist/src/connect/o-auth-connect.d.ts.map +1 -0
  377. package/dist/src/connect/outlook/outlook-connect.d.ts +4 -0
  378. package/dist/src/connect/outlook/outlook-connect.d.ts.map +1 -0
  379. package/dist/src/connect/stripe/stripe-connect.d.ts +22 -0
  380. package/dist/src/connect/stripe/stripe-connect.d.ts.map +1 -0
  381. package/dist/src/constants/api.d.ts +44 -0
  382. package/dist/src/constants/api.d.ts.map +1 -0
  383. package/dist/src/constants/app.d.ts +19 -0
  384. package/dist/src/constants/app.d.ts.map +1 -0
  385. package/dist/src/constants/apps.d.ts +32 -0
  386. package/dist/src/constants/apps.d.ts.map +1 -0
  387. package/dist/src/constants/index.d.ts +4 -0
  388. package/dist/src/constants/index.d.ts.map +1 -0
  389. package/dist/src/constants/styles.d.ts.map +1 -0
  390. package/dist/src/contracts/api.d.ts +27 -0
  391. package/dist/src/contracts/api.d.ts.map +1 -0
  392. package/dist/src/contracts/apps.d.ts +21 -0
  393. package/dist/src/contracts/apps.d.ts.map +1 -0
  394. package/dist/src/contracts/booker.d.ts +255 -0
  395. package/dist/src/contracts/booker.d.ts.map +1 -0
  396. package/dist/src/contracts/bookings.d.ts +154 -0
  397. package/dist/src/contracts/bookings.d.ts.map +1 -0
  398. package/dist/src/contracts/calendars.d.ts +82 -0
  399. package/dist/src/contracts/calendars.d.ts.map +1 -0
  400. package/dist/src/contracts/event-types.d.ts +225 -0
  401. package/dist/src/contracts/event-types.d.ts.map +1 -0
  402. package/dist/src/contracts/index.d.ts +13 -0
  403. package/dist/src/contracts/index.d.ts.map +1 -0
  404. package/dist/src/contracts/oauth.d.ts +2 -0
  405. package/dist/src/contracts/oauth.d.ts.map +1 -0
  406. package/dist/src/contracts/organizations.d.ts +15 -0
  407. package/dist/src/contracts/organizations.d.ts.map +1 -0
  408. package/dist/src/contracts/schedules.d.ts +92 -0
  409. package/dist/src/contracts/schedules.d.ts.map +1 -0
  410. package/dist/src/contracts/slots.d.ts +57 -0
  411. package/dist/src/contracts/slots.d.ts.map +1 -0
  412. package/dist/src/contracts/teams.d.ts +31 -0
  413. package/dist/src/contracts/teams.d.ts.map +1 -0
  414. package/dist/src/contracts/user.d.ts +25 -0
  415. package/dist/src/contracts/user.d.ts.map +1 -0
  416. package/dist/src/create-schedule/create-schedule-form.d.ts +18 -0
  417. package/dist/src/create-schedule/create-schedule-form.d.ts.map +1 -0
  418. package/dist/src/create-schedule/index.d.ts +2 -0
  419. package/dist/src/create-schedule/index.d.ts.map +1 -0
  420. package/dist/src/create-schedule/wrappers/create-schedule-platform-wrapper.d.ts +15 -0
  421. package/dist/src/create-schedule/wrappers/create-schedule-platform-wrapper.d.ts.map +1 -0
  422. package/dist/src/destination-calendar/components/destination-calendar-selector.d.ts +10 -0
  423. package/dist/src/destination-calendar/components/destination-calendar-selector.d.ts.map +1 -0
  424. package/dist/src/destination-calendar/destination-calendar-selector.d.ts +17 -0
  425. package/dist/src/destination-calendar/destination-calendar-selector.d.ts.map +1 -0
  426. package/dist/src/destination-calendar/destination-calendar.d.ts +21 -0
  427. package/dist/src/destination-calendar/destination-calendar.d.ts.map +1 -0
  428. package/dist/src/destination-calendar/destination-reminder-selector.d.ts +9 -0
  429. package/dist/src/destination-calendar/destination-reminder-selector.d.ts.map +1 -0
  430. package/dist/src/destination-calendar/index.d.ts +2 -0
  431. package/dist/src/destination-calendar/index.d.ts.map +1 -0
  432. package/dist/src/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.d.ts +8 -0
  433. package/dist/src/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.d.ts.map +1 -0
  434. package/dist/src/event-types/components/assign-all-team-members.d.ts +14 -0
  435. package/dist/src/event-types/components/assign-all-team-members.d.ts.map +1 -0
  436. package/dist/src/event-types/components/bulk-edit-default-for-events-modal.d.ts +29 -0
  437. package/dist/src/event-types/components/bulk-edit-default-for-events-modal.d.ts.map +1 -0
  438. package/dist/src/event-types/components/children-event-type-select.d.ts +34 -0
  439. package/dist/src/event-types/components/children-event-type-select.d.ts.map +1 -0
  440. package/dist/src/event-types/components/create-event-type-form.d.ts +29 -0
  441. package/dist/src/event-types/components/create-event-type-form.d.ts.map +1 -0
  442. package/dist/src/event-types/components/event-team-assignment-tab.d.ts +2 -0
  443. package/dist/src/event-types/components/event-team-assignment-tab.d.ts.map +1 -0
  444. package/dist/src/event-types/components/event-type-list-item.d.ts +12 -0
  445. package/dist/src/event-types/components/event-type-list-item.d.ts.map +1 -0
  446. package/dist/src/event-types/components/host-edit-dialogs.d.ts +40 -0
  447. package/dist/src/event-types/components/host-edit-dialogs.d.ts.map +1 -0
  448. package/dist/src/event-types/components/learn-more-link.d.ts +15 -0
  449. package/dist/src/event-types/components/learn-more-link.d.ts.map +1 -0
  450. package/dist/src/event-types/components/managed-event-dialog.d.ts +13 -0
  451. package/dist/src/event-types/components/managed-event-dialog.d.ts.map +1 -0
  452. package/dist/src/event-types/components/recurring-event-controller.d.ts +34 -0
  453. package/dist/src/event-types/components/recurring-event-controller.d.ts.map +1 -0
  454. package/dist/src/event-types/components/tabs/event-recurring-tab.d.ts +14 -0
  455. package/dist/src/event-types/components/tabs/event-recurring-tab.d.ts.map +1 -0
  456. package/dist/src/event-types/components/team-assignment/assign-all-managed-warning-dialog.d.ts +9 -0
  457. package/dist/src/event-types/components/team-assignment/assign-all-managed-warning-dialog.d.ts.map +1 -0
  458. package/dist/src/event-types/components/team-assignment/children-event-types-list.d.ts +11 -0
  459. package/dist/src/event-types/components/team-assignment/children-event-types-list.d.ts.map +1 -0
  460. package/dist/src/event-types/components/team-assignment/children-event-types.d.ts +18 -0
  461. package/dist/src/event-types/components/team-assignment/children-event-types.d.ts.map +1 -0
  462. package/dist/src/event-types/components/team-assignment/event-team-assignment-tab.d.ts +58 -0
  463. package/dist/src/event-types/components/team-assignment/event-team-assignment-tab.d.ts.map +1 -0
  464. package/dist/src/event-types/components/team-assignment/fixed-hosts.d.ts +20 -0
  465. package/dist/src/event-types/components/team-assignment/fixed-hosts.d.ts.map +1 -0
  466. package/dist/src/event-types/components/team-assignment/hosts.d.ts +19 -0
  467. package/dist/src/event-types/components/team-assignment/hosts.d.ts.map +1 -0
  468. package/dist/src/event-types/components/team-assignment/round-robin-hosts.d.ts +26 -0
  469. package/dist/src/event-types/components/team-assignment/round-robin-hosts.d.ts.map +1 -0
  470. package/dist/src/event-types/components/team-event-type-form.d.ts +27 -0
  471. package/dist/src/event-types/components/team-event-type-form.d.ts.map +1 -0
  472. package/dist/src/event-types/components/weight-description.d.ts +6 -0
  473. package/dist/src/event-types/components/weight-description.d.ts.map +1 -0
  474. package/dist/src/event-types/hooks/use-add-verified-email.d.ts +15 -0
  475. package/dist/src/event-types/hooks/use-add-verified-email.d.ts.map +1 -0
  476. package/dist/src/event-types/hooks/use-apps-data-stub.d.ts +15 -0
  477. package/dist/src/event-types/hooks/use-apps-data-stub.d.ts.map +1 -0
  478. package/dist/src/event-types/hooks/use-assign-all-managed-warning.d.ts +17 -0
  479. package/dist/src/event-types/hooks/use-assign-all-managed-warning.d.ts.map +1 -0
  480. package/dist/src/event-types/hooks/use-atom-event-type-app-integration.d.ts +21 -0
  481. package/dist/src/event-types/hooks/use-atom-event-type-app-integration.d.ts.map +1 -0
  482. package/dist/src/event-types/hooks/use-atom-event-type-by-id.d.ts +4 -0
  483. package/dist/src/event-types/hooks/use-atom-event-type-by-id.d.ts.map +1 -0
  484. package/dist/src/event-types/hooks/use-atom-event-type-payment-info.d.ts +7 -0
  485. package/dist/src/event-types/hooks/use-atom-event-type-payment-info.d.ts.map +1 -0
  486. package/dist/src/event-types/hooks/use-atom-get-all-event-types.d.ts +9 -0
  487. package/dist/src/event-types/hooks/use-atom-get-all-event-types.d.ts.map +1 -0
  488. package/dist/src/event-types/hooks/use-atom-host-schedules.d.ts +14 -0
  489. package/dist/src/event-types/hooks/use-atom-host-schedules.d.ts.map +1 -0
  490. package/dist/src/event-types/hooks/use-atom-update-event-type.d.ts +10 -0
  491. package/dist/src/event-types/hooks/use-atom-update-event-type.d.ts.map +1 -0
  492. package/dist/src/event-types/hooks/use-event-type-form.d.ts +15 -0
  493. package/dist/src/event-types/hooks/use-event-type-form.d.ts.map +1 -0
  494. package/dist/src/event-types/hooks/use-get-verified-emails.d.ts +3 -0
  495. package/dist/src/event-types/hooks/use-get-verified-emails.d.ts.map +1 -0
  496. package/dist/src/event-types/hooks/use-handle-route-change.d.ts +15 -0
  497. package/dist/src/event-types/hooks/use-handle-route-change.d.ts.map +1 -0
  498. package/dist/src/event-types/hooks/use-locked-fields-manager-stub.d.ts +29 -0
  499. package/dist/src/event-types/hooks/use-locked-fields-manager-stub.d.ts.map +1 -0
  500. package/dist/src/event-types/hooks/use-platform-tabs-navigations.d.ts +16 -0
  501. package/dist/src/event-types/hooks/use-platform-tabs-navigations.d.ts.map +1 -0
  502. package/dist/src/event-types/hooks/use-tabs-navigations.d.ts +40 -0
  503. package/dist/src/event-types/hooks/use-tabs-navigations.d.ts.map +1 -0
  504. package/dist/src/event-types/hooks/use-team-event-assignment.d.ts +65 -0
  505. package/dist/src/event-types/hooks/use-team-event-assignment.d.ts.map +1 -0
  506. package/dist/src/event-types/hooks/use-team-members-with-segment-platform.d.ts +36 -0
  507. package/dist/src/event-types/hooks/use-team-members-with-segment-platform.d.ts.map +1 -0
  508. package/dist/src/event-types/index.d.ts +2 -0
  509. package/dist/src/event-types/index.d.ts.map +1 -0
  510. package/dist/src/event-types/lib/format-event-type-duration.d.ts +13 -0
  511. package/dist/src/event-types/lib/format-event-type-duration.d.ts.map +1 -0
  512. package/dist/src/event-types/payments/payment-form.d.ts +9 -0
  513. package/dist/src/event-types/payments/payment-form.d.ts.map +1 -0
  514. package/dist/src/event-types/payments/payment-page-types.d.ts +48 -0
  515. package/dist/src/event-types/payments/payment-page-types.d.ts.map +1 -0
  516. package/dist/src/event-types/payments/payment.d.ts +39 -0
  517. package/dist/src/event-types/payments/payment.d.ts.map +1 -0
  518. package/dist/src/event-types/payments/stripe-payment-form.d.ts +9 -0
  519. package/dist/src/event-types/payments/stripe-payment-form.d.ts.map +1 -0
  520. package/dist/src/event-types/types.d.ts.map +1 -0
  521. package/dist/src/event-types/wrappers/create-event-type-platform-wrapper.d.ts +20 -0
  522. package/dist/src/event-types/wrappers/create-event-type-platform-wrapper.d.ts.map +1 -0
  523. package/dist/src/event-types/wrappers/event-recurring-tab-platform-wrapper.d.ts +4 -0
  524. package/dist/src/event-types/wrappers/event-recurring-tab-platform-wrapper.d.ts.map +1 -0
  525. package/dist/src/event-types/wrappers/event-team-assignment-tab-platform-wrapper.d.ts +4 -0
  526. package/dist/src/event-types/wrappers/event-team-assignment-tab-platform-wrapper.d.ts.map +1 -0
  527. package/dist/src/event-types/wrappers/event-type-platform-wrapper.d.ts +28 -0
  528. package/dist/src/event-types/wrappers/event-type-platform-wrapper.d.ts.map +1 -0
  529. package/dist/src/event-types/wrappers/list-event-types-platform-wrapper.d.ts +6 -0
  530. package/dist/src/event-types/wrappers/list-event-types-platform-wrapper.d.ts.map +1 -0
  531. package/dist/src/event-types/wrappers/types.d.ts +4 -0
  532. package/dist/src/event-types/wrappers/types.d.ts.map +1 -0
  533. package/dist/src/hooks/bookings/use-booking.d.ts +2 -0
  534. package/dist/src/hooks/bookings/use-booking.d.ts.map +1 -0
  535. package/dist/src/hooks/bookings/use-bookings.d.ts +6 -0
  536. package/dist/src/hooks/bookings/use-bookings.d.ts.map +1 -0
  537. package/dist/src/hooks/bookings/use-cancel-booking.d.ts +23 -0
  538. package/dist/src/hooks/bookings/use-cancel-booking.d.ts.map +1 -0
  539. package/dist/src/hooks/bookings/use-create-booking.d.ts +11 -0
  540. package/dist/src/hooks/bookings/use-create-booking.d.ts.map +1 -0
  541. package/dist/src/hooks/bookings/use-create-instant-booking.d.ts +10 -0
  542. package/dist/src/hooks/bookings/use-create-instant-booking.d.ts.map +1 -0
  543. package/dist/src/hooks/bookings/use-create-recurring-booking.d.ts +10 -0
  544. package/dist/src/hooks/bookings/use-create-recurring-booking.d.ts.map +1 -0
  545. package/dist/src/hooks/bookings/use-get-booking-for-reschedule.d.ts +10 -0
  546. package/dist/src/hooks/bookings/use-get-booking-for-reschedule.d.ts.map +1 -0
  547. package/dist/src/hooks/bookings/use-handle-book-event.d.ts +26 -0
  548. package/dist/src/hooks/bookings/use-handle-book-event.d.ts.map +1 -0
  549. package/dist/src/hooks/calendars/use-add-selected-calendar.d.ts +21 -0
  550. package/dist/src/hooks/calendars/use-add-selected-calendar.d.ts.map +1 -0
  551. package/dist/src/hooks/calendars/use-delete-calendar-credentials.d.ts +22 -0
  552. package/dist/src/hooks/calendars/use-delete-calendar-credentials.d.ts.map +1 -0
  553. package/dist/src/hooks/calendars/use-remove-selected-calendar.d.ts +21 -0
  554. package/dist/src/hooks/calendars/use-remove-selected-calendar.d.ts.map +1 -0
  555. package/dist/src/hooks/calendars/use-update-destination-calendars.d.ts +21 -0
  556. package/dist/src/hooks/calendars/use-update-destination-calendars.d.ts.map +1 -0
  557. package/dist/src/hooks/connect/use-check.d.ts +21 -0
  558. package/dist/src/hooks/connect/use-check.d.ts.map +1 -0
  559. package/dist/src/hooks/connect/use-connect.d.ts +18 -0
  560. package/dist/src/hooks/connect/use-connect.d.ts.map +1 -0
  561. package/dist/src/hooks/event-types/private/use-create-event-type-form.d.ts +8 -0
  562. package/dist/src/hooks/event-types/private/use-create-event-type-form.d.ts.map +1 -0
  563. package/dist/src/hooks/event-types/private/use-create-event-type.d.ts +9 -0
  564. package/dist/src/hooks/event-types/private/use-create-event-type.d.ts.map +1 -0
  565. package/dist/src/hooks/event-types/private/use-create-team-event-type.d.ts +13 -0
  566. package/dist/src/hooks/event-types/private/use-create-team-event-type.d.ts.map +1 -0
  567. package/dist/src/hooks/event-types/private/use-delete-event-type-by-id.d.ts +9 -0
  568. package/dist/src/hooks/event-types/private/use-delete-event-type-by-id.d.ts.map +1 -0
  569. package/dist/src/hooks/event-types/private/use-delete-team-event-type-by-id.d.ts +15 -0
  570. package/dist/src/hooks/event-types/private/use-delete-team-event-type-by-id.d.ts.map +1 -0
  571. package/dist/src/hooks/event-types/private/use-event-type-by-id.d.ts +4 -0
  572. package/dist/src/hooks/event-types/private/use-event-type-by-id.d.ts.map +1 -0
  573. package/dist/src/hooks/event-types/public/use-atom-get-public-event.d.ts +13 -0
  574. package/dist/src/hooks/event-types/public/use-atom-get-public-event.d.ts.map +1 -0
  575. package/dist/src/hooks/event-types/public/use-event-type.d.ts +5 -0
  576. package/dist/src/hooks/event-types/public/use-event-type.d.ts.map +1 -0
  577. package/dist/src/hooks/event-types/public/use-event-types.d.ts +4 -0
  578. package/dist/src/hooks/event-types/public/use-event-types.d.ts.map +1 -0
  579. package/dist/src/hooks/event-types/public/use-team-event-type.d.ts +4 -0
  580. package/dist/src/hooks/event-types/public/use-team-event-type.d.ts.map +1 -0
  581. package/dist/src/hooks/event-types/public/use-team-event-types.d.ts +4 -0
  582. package/dist/src/hooks/event-types/public/use-team-event-types.d.ts.map +1 -0
  583. package/dist/src/hooks/organizations/bookings/use-organization-bookings.d.ts +4 -0
  584. package/dist/src/hooks/organizations/bookings/use-organization-bookings.d.ts.map +1 -0
  585. package/dist/src/hooks/organizations/bookings/use-organization-user-bookings.d.ts +4 -0
  586. package/dist/src/hooks/organizations/bookings/use-organization-user-bookings.d.ts.map +1 -0
  587. package/dist/src/hooks/schedules/types.d.ts.map +1 -0
  588. package/dist/src/hooks/schedules/use-atom-create-schedule.d.ts +9 -0
  589. package/dist/src/hooks/schedules/use-atom-create-schedule.d.ts.map +1 -0
  590. package/dist/src/hooks/schedules/use-atom-duplicate-schedule.d.ts +11 -0
  591. package/dist/src/hooks/schedules/use-atom-duplicate-schedule.d.ts.map +1 -0
  592. package/dist/src/hooks/schedules/use-atom-get-all-schedules.d.ts +9 -0
  593. package/dist/src/hooks/schedules/use-atom-get-all-schedules.d.ts.map +1 -0
  594. package/dist/src/hooks/schedules/use-atom-schedule.d.ts +8 -0
  595. package/dist/src/hooks/schedules/use-atom-schedule.d.ts.map +1 -0
  596. package/dist/src/hooks/schedules/use-atom-update-schedule.d.ts +11 -0
  597. package/dist/src/hooks/schedules/use-atom-update-schedule.d.ts.map +1 -0
  598. package/dist/src/hooks/schedules/use-delete-schedule.d.ts +11 -0
  599. package/dist/src/hooks/schedules/use-delete-schedule.d.ts.map +1 -0
  600. package/dist/src/hooks/schedules/use-ensure-default-schedule.d.ts +3 -0
  601. package/dist/src/hooks/schedules/use-ensure-default-schedule.d.ts.map +1 -0
  602. package/dist/src/hooks/schedules/use-schedule.d.ts +7 -0
  603. package/dist/src/hooks/schedules/use-schedule.d.ts.map +1 -0
  604. package/dist/src/hooks/schedules/use-schedules.d.ts +7 -0
  605. package/dist/src/hooks/schedules/use-schedules.d.ts.map +1 -0
  606. package/dist/src/hooks/schedules/use-update-schedule.d.ts +10 -0
  607. package/dist/src/hooks/schedules/use-update-schedule.d.ts.map +1 -0
  608. package/dist/src/hooks/stripe/use-check.d.ts +22 -0
  609. package/dist/src/hooks/stripe/use-check.d.ts.map +1 -0
  610. package/dist/src/hooks/stripe/use-connect.d.ts +5 -0
  611. package/dist/src/hooks/stripe/use-connect.d.ts.map +1 -0
  612. package/dist/src/hooks/teams/use-team-members.d.ts +10 -0
  613. package/dist/src/hooks/teams/use-team-members.d.ts.map +1 -0
  614. package/dist/src/hooks/teams/use-teams.d.ts +7 -0
  615. package/dist/src/hooks/teams/use-teams.d.ts.map +1 -0
  616. package/dist/src/hooks/use-api-keys.d.ts +9 -0
  617. package/dist/src/hooks/use-api-keys.d.ts.map +1 -0
  618. package/dist/src/hooks/use-atoms-context.d.ts +32 -0
  619. package/dist/src/hooks/use-atoms-context.d.ts.map +1 -0
  620. package/dist/src/hooks/use-atoms-locale.d.ts +3 -0
  621. package/dist/src/hooks/use-atoms-locale.d.ts.map +1 -0
  622. package/dist/src/hooks/use-available-slots.d.ts +7 -0
  623. package/dist/src/hooks/use-available-slots.d.ts.map +1 -0
  624. package/dist/src/hooks/use-calendars-busy-times.d.ts +12 -0
  625. package/dist/src/hooks/use-calendars-busy-times.d.ts.map +1 -0
  626. package/dist/src/hooks/use-connected-calendars.d.ts +6 -0
  627. package/dist/src/hooks/use-connected-calendars.d.ts.map +1 -0
  628. package/dist/src/hooks/use-delete-selected-slot.d.ts +8 -0
  629. package/dist/src/hooks/use-delete-selected-slot.d.ts.map +1 -0
  630. package/dist/src/hooks/use-event-types-list.d.ts +18 -0
  631. package/dist/src/hooks/use-event-types-list.d.ts.map +1 -0
  632. package/dist/src/hooks/use-get-city-timezones.d.ts +10 -0
  633. package/dist/src/hooks/use-get-city-timezones.d.ts.map +1 -0
  634. package/dist/src/hooks/use-is-platform-booker-embed.d.ts +2 -0
  635. package/dist/src/hooks/use-is-platform-booker-embed.d.ts.map +1 -0
  636. package/dist/src/hooks/use-is-platform.d.ts +2 -0
  637. package/dist/src/hooks/use-is-platform.d.ts.map +1 -0
  638. package/dist/src/hooks/use-me.d.ts +9 -0
  639. package/dist/src/hooks/use-me.d.ts.map +1 -0
  640. package/dist/src/hooks/use-o-auth-client.d.ts +18 -0
  641. package/dist/src/hooks/use-o-auth-client.d.ts.map +1 -0
  642. package/dist/src/hooks/use-o-auth-flow.d.ts +15 -0
  643. package/dist/src/hooks/use-o-auth-flow.d.ts.map +1 -0
  644. package/dist/src/hooks/use-reserve-slot.d.ts +8 -0
  645. package/dist/src/hooks/use-reserve-slot.d.ts.map +1 -0
  646. package/dist/src/hooks/use-schedule-by-event-slug.d.ts +16 -0
  647. package/dist/src/hooks/use-schedule-by-event-slug.d.ts.map +1 -0
  648. package/dist/src/hooks/use-slots.d.ts +24 -0
  649. package/dist/src/hooks/use-slots.d.ts.map +1 -0
  650. package/dist/src/hooks/use-timezone.d.ts +2 -0
  651. package/dist/src/hooks/use-timezone.d.ts.map +1 -0
  652. package/dist/src/hooks/use-update-user-timezone.d.ts +7 -0
  653. package/dist/src/hooks/use-update-user-timezone.d.ts.map +1 -0
  654. package/dist/src/hooks/use-verify-code.d.ts +18 -0
  655. package/dist/src/hooks/use-verify-code.d.ts.map +1 -0
  656. package/dist/src/hooks/use-verify-email.d.ts +20 -0
  657. package/dist/src/hooks/use-verify-email.d.ts.map +1 -0
  658. package/dist/src/index.d.ts +51 -0
  659. package/dist/src/index.d.ts.map +1 -0
  660. package/dist/src/lib/append-client-id-to-email.d.ts +2 -0
  661. package/dist/src/lib/append-client-id-to-email.d.ts.map +1 -0
  662. package/dist/src/lib/get-placeholder-content.d.ts +16 -0
  663. package/dist/src/lib/get-placeholder-content.d.ts.map +1 -0
  664. package/dist/src/lib/get-query-param.d.ts +3 -0
  665. package/dist/src/lib/get-query-param.d.ts.map +1 -0
  666. package/dist/src/lib/get-utm-tracking-parameters.d.ts +5 -0
  667. package/dist/src/lib/get-utm-tracking-parameters.d.ts.map +1 -0
  668. package/dist/src/lib/http.d.ts.map +1 -0
  669. package/dist/src/lib/markdown-to-safe-html-client.d.ts +8 -0
  670. package/dist/src/lib/markdown-to-safe-html-client.d.ts.map +1 -0
  671. package/dist/src/lib/markdown-to-safe-html.d.ts +2 -0
  672. package/dist/src/lib/markdown-to-safe-html.d.ts.map +1 -0
  673. package/dist/src/lib/set-query-param.d.ts +3 -0
  674. package/dist/src/lib/set-query-param.d.ts.map +1 -0
  675. package/dist/src/lib/time-zones.d.ts +15 -0
  676. package/dist/src/lib/time-zones.d.ts.map +1 -0
  677. package/dist/src/lib/use-locale.d.ts +9 -0
  678. package/dist/src/lib/use-locale.d.ts.map +1 -0
  679. package/dist/src/lib/utils.d.ts.map +1 -0
  680. package/dist/src/list-schedules/components/schedule-list-item.d.ts +39 -0
  681. package/dist/src/list-schedules/components/schedule-list-item.d.ts.map +1 -0
  682. package/dist/src/list-schedules/index.d.ts +2 -0
  683. package/dist/src/list-schedules/index.d.ts.map +1 -0
  684. package/dist/src/list-schedules/wrappers/list-schedules-platform-wrapper.d.ts +6 -0
  685. package/dist/src/list-schedules/wrappers/list-schedules-platform-wrapper.d.ts.map +1 -0
  686. package/dist/src/onboarding/continue-with-calcom.d.ts.map +1 -0
  687. package/dist/src/onboarding/export.d.ts +3 -0
  688. package/dist/src/onboarding/export.d.ts.map +1 -0
  689. package/dist/src/onboarding/onboarding-embed.d.ts.map +1 -0
  690. package/dist/src/onboarding/types.d.ts +31 -0
  691. package/dist/src/onboarding/types.d.ts.map +1 -0
  692. package/dist/src/router/index.d.ts +2 -0
  693. package/dist/src/router/index.d.ts.map +1 -0
  694. package/dist/src/router/router.d.ts +30 -0
  695. package/dist/src/router/router.d.ts.map +1 -0
  696. package/dist/src/selected-calendars/index.d.ts +2 -0
  697. package/dist/src/selected-calendars/index.d.ts.map +1 -0
  698. package/dist/src/selected-calendars/selected-calendars-settings.d.ts +6 -0
  699. package/dist/src/selected-calendars/selected-calendars-settings.d.ts.map +1 -0
  700. package/dist/src/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.d.ts +38 -0
  701. package/dist/src/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.d.ts.map +1 -0
  702. package/dist/src/timezone/index.d.ts +6 -0
  703. package/dist/src/timezone/index.d.ts.map +1 -0
  704. package/dist/src/timezone/timezone-select-component.d.ts +15 -0
  705. package/dist/src/timezone/timezone-select-component.d.ts.map +1 -0
  706. package/dist/src/troubleshooter/components/calendar-toggle-container-component.d.ts +31 -0
  707. package/dist/src/troubleshooter/components/calendar-toggle-container-component.d.ts.map +1 -0
  708. package/dist/src/troubleshooter/components/event-schedule-item-component.d.ts +12 -0
  709. package/dist/src/troubleshooter/components/event-schedule-item-component.d.ts.map +1 -0
  710. package/dist/src/troubleshooter/components/event-type-select-component.d.ts +18 -0
  711. package/dist/src/troubleshooter/components/event-type-select-component.d.ts.map +1 -0
  712. package/dist/src/troubleshooter/components/troubleshooter-list-item-container.d.ts +12 -0
  713. package/dist/src/troubleshooter/components/troubleshooter-list-item-container.d.ts.map +1 -0
  714. package/dist/src/troubleshooter/index.d.ts +2 -0
  715. package/dist/src/troubleshooter/index.d.ts.map +1 -0
  716. package/dist/src/troubleshooter/large-calendar/large-calendar.d.ts +6 -0
  717. package/dist/src/troubleshooter/large-calendar/large-calendar.d.ts.map +1 -0
  718. package/dist/src/troubleshooter/sidebar/calendar-toggle-container.d.ts +7 -0
  719. package/dist/src/troubleshooter/sidebar/calendar-toggle-container.d.ts.map +1 -0
  720. package/dist/src/troubleshooter/sidebar/event-schedule-item.d.ts +2 -0
  721. package/dist/src/troubleshooter/sidebar/event-schedule-item.d.ts.map +1 -0
  722. package/dist/src/troubleshooter/sidebar/event-type-select.d.ts +2 -0
  723. package/dist/src/troubleshooter/sidebar/event-type-select.d.ts.map +1 -0
  724. package/dist/src/troubleshooter/sidebar/troubleshooter-sidebar.d.ts +17 -0
  725. package/dist/src/troubleshooter/sidebar/troubleshooter-sidebar.d.ts.map +1 -0
  726. package/dist/src/troubleshooter/store.d.ts +30 -0
  727. package/dist/src/troubleshooter/store.d.ts.map +1 -0
  728. package/dist/src/troubleshooter/types.d.ts +11 -0
  729. package/dist/src/troubleshooter/types.d.ts.map +1 -0
  730. package/dist/src/troubleshooter/wrappers/troubleshooter-platform-wrapper.d.ts +14 -0
  731. package/dist/src/troubleshooter/wrappers/troubleshooter-platform-wrapper.d.ts.map +1 -0
  732. package/dist/src/types.d.ts.map +1 -0
  733. package/dist/src/vendor/analytics.d.ts +17 -0
  734. package/dist/src/vendor/analytics.d.ts.map +1 -0
  735. package/dist/src/vendor/availability.d.ts +15 -0
  736. package/dist/src/vendor/availability.d.ts.map +1 -0
  737. package/dist/src/vendor/avatar-url.d.ts +23 -0
  738. package/dist/src/vendor/avatar-url.d.ts.map +1 -0
  739. package/dist/src/vendor/booker-url.d.ts +13 -0
  740. package/dist/src/vendor/booker-url.d.ts.map +1 -0
  741. package/dist/src/vendor/booking-to-mutation-input.d.ts +96 -0
  742. package/dist/src/vendor/booking-to-mutation-input.d.ts.map +1 -0
  743. package/dist/src/vendor/cal-ai-phone.d.ts +4 -0
  744. package/dist/src/vendor/cal-ai-phone.d.ts.map +1 -0
  745. package/dist/src/vendor/check-for-empty-assignment.d.ts +16 -0
  746. package/dist/src/vendor/check-for-empty-assignment.d.ts.map +1 -0
  747. package/dist/src/vendor/children-event-type.d.ts +44 -0
  748. package/dist/src/vendor/children-event-type.d.ts.map +1 -0
  749. package/dist/src/vendor/currency.d.ts +3 -0
  750. package/dist/src/vendor/currency.d.ts.map +1 -0
  751. package/dist/src/vendor/dayjs/index.d.ts.map +1 -0
  752. package/dist/src/vendor/dayjs/plugins/business-days-plugin.d.ts.map +1 -0
  753. package/dist/src/vendor/dayjs-utils.d.ts +4 -0
  754. package/dist/src/vendor/dayjs-utils.d.ts.map +1 -0
  755. package/dist/src/vendor/error-codes.d.ts +40 -0
  756. package/dist/src/vendor/error-codes.d.ts.map +1 -0
  757. package/dist/src/vendor/event-naming.d.ts +33 -0
  758. package/dist/src/vendor/event-naming.d.ts.map +1 -0
  759. package/dist/src/vendor/form-builder/base-schema.d.ts +917 -0
  760. package/dist/src/vendor/form-builder/base-schema.d.ts.map +1 -0
  761. package/dist/src/vendor/form-builder/field-type-enum.d.ts +4 -0
  762. package/dist/src/vendor/form-builder/field-type-enum.d.ts.map +1 -0
  763. package/dist/src/vendor/form-builder/field-types.d.ts +5 -0
  764. package/dist/src/vendor/form-builder/field-types.d.ts.map +1 -0
  765. package/dist/src/vendor/form-builder/fields-that-support-label-as-safe-html.d.ts +3 -0
  766. package/dist/src/vendor/form-builder/fields-that-support-label-as-safe-html.d.ts.map +1 -0
  767. package/dist/src/vendor/form-builder/props-types.d.ts +18 -0
  768. package/dist/src/vendor/form-builder/props-types.d.ts.map +1 -0
  769. package/dist/src/vendor/form-builder/schema.d.ts +761 -0
  770. package/dist/src/vendor/form-builder/schema.d.ts.map +1 -0
  771. package/dist/src/vendor/form-builder/system-field.d.ts +9 -0
  772. package/dist/src/vendor/form-builder/system-field.d.ts.map +1 -0
  773. package/dist/src/vendor/form-builder/use-should-be-disabled-due-to-prefill.d.ts +12 -0
  774. package/dist/src/vendor/form-builder/use-should-be-disabled-due-to-prefill.d.ts.map +1 -0
  775. package/dist/src/vendor/form-builder/utils/get-field-identifier.d.ts +2 -0
  776. package/dist/src/vendor/form-builder/utils/get-field-identifier.d.ts.map +1 -0
  777. package/dist/src/vendor/form-builder/utils/variants-config.d.ts +40 -0
  778. package/dist/src/vendor/form-builder/utils/variants-config.d.ts.map +1 -0
  779. package/dist/src/vendor/form-builder/utils.d.ts +7 -0
  780. package/dist/src/vendor/form-builder/utils.d.ts.map +1 -0
  781. package/dist/src/vendor/form-builder-widgets/index.d.ts +49 -0
  782. package/dist/src/vendor/form-builder-widgets/index.d.ts.map +1 -0
  783. package/dist/src/vendor/format-date-time.d.ts +15 -0
  784. package/dist/src/vendor/format-date-time.d.ts.map +1 -0
  785. package/dist/src/vendor/get-available-dates-in-month.d.ts +12 -0
  786. package/dist/src/vendor/get-available-dates-in-month.d.ts.map +1 -0
  787. package/dist/src/vendor/get-avatar-url.d.ts +5 -0
  788. package/dist/src/vendor/get-avatar-url.d.ts.map +1 -0
  789. package/dist/src/vendor/get-routed-team-member-ids.d.ts +2 -0
  790. package/dist/src/vendor/get-routed-team-member-ids.d.ts.map +1 -0
  791. package/dist/src/vendor/get-stripe.d.ts +7 -0
  792. package/dist/src/vendor/get-stripe.d.ts.map +1 -0
  793. package/dist/src/vendor/get-username-list.d.ts +2 -0
  794. package/dist/src/vendor/get-username-list.d.ts.map +1 -0
  795. package/dist/src/vendor/hooks/use-debounce.d.ts +2 -0
  796. package/dist/src/vendor/hooks/use-debounce.d.ts.map +1 -0
  797. package/dist/src/vendor/hooks/use-media-query.d.ts +3 -0
  798. package/dist/src/vendor/hooks/use-media-query.d.ts.map +1 -0
  799. package/dist/src/vendor/hooks/use-router-query.d.ts +2 -0
  800. package/dist/src/vendor/hooks/use-router-query.d.ts.map +1 -0
  801. package/dist/src/vendor/host-group-utils.d.ts +19 -0
  802. package/dist/src/vendor/host-group-utils.d.ts.map +1 -0
  803. package/dist/src/vendor/interval-limit.d.ts +6 -0
  804. package/dist/src/vendor/interval-limit.d.ts.map +1 -0
  805. package/dist/src/vendor/invert-logo-on-dark.d.ts +2 -0
  806. package/dist/src/vendor/invert-logo-on-dark.d.ts.map +1 -0
  807. package/dist/src/vendor/locales/de/common.json.d.ts +319 -0
  808. package/dist/src/vendor/locales/en/common.json.d.ts +319 -0
  809. package/dist/src/vendor/locales/es/common.json.d.ts +319 -0
  810. package/dist/src/vendor/locales/fr/common.json.d.ts +319 -0
  811. package/dist/src/vendor/locales/it/common.json.d.ts +319 -0
  812. package/dist/src/vendor/locales/nl/common.json.d.ts +319 -0
  813. package/dist/src/vendor/locales/pt-BR/common.json.d.ts +319 -0
  814. package/dist/src/vendor/locations-resolver.d.ts +38 -0
  815. package/dist/src/vendor/locations-resolver.d.ts.map +1 -0
  816. package/dist/src/vendor/locations.d.ts +58 -0
  817. package/dist/src/vendor/locations.d.ts.map +1 -0
  818. package/dist/src/vendor/parse-dates.d.ts +18 -0
  819. package/dist/src/vendor/parse-dates.d.ts.map +1 -0
  820. package/dist/src/vendor/payments.d.ts +50 -0
  821. package/dist/src/vendor/payments.d.ts.map +1 -0
  822. package/dist/src/vendor/phone-input/phone-input.d.ts +17 -0
  823. package/dist/src/vendor/phone-input/phone-input.d.ts.map +1 -0
  824. package/dist/src/vendor/phone-input/phone-masks.d.ts +8 -0
  825. package/dist/src/vendor/phone-input/phone-masks.d.ts.map +1 -0
  826. package/dist/src/vendor/query-param.d.ts.map +1 -0
  827. package/dist/src/vendor/recurring.d.ts +27 -0
  828. package/dist/src/vendor/recurring.d.ts.map +1 -0
  829. package/dist/src/vendor/schedule-list-item.d.ts +55 -0
  830. package/dist/src/vendor/schedule-list-item.d.ts.map +1 -0
  831. package/dist/src/vendor/scroll.d.ts +2 -0
  832. package/dist/src/vendor/scroll.d.ts.map +1 -0
  833. package/dist/src/vendor/server-trans.d.ts +25 -0
  834. package/dist/src/vendor/server-trans.d.ts.map +1 -0
  835. package/dist/src/vendor/slugify.d.ts +3 -0
  836. package/dist/src/vendor/slugify.d.ts.map +1 -0
  837. package/dist/src/vendor/time-format.d.ts +10 -0
  838. package/dist/src/vendor/time-format.d.ts.map +1 -0
  839. package/dist/src/vendor/time-preferences.d.ts +14 -0
  840. package/dist/src/vendor/time-preferences.d.ts.map +1 -0
  841. package/dist/src/vendor/time-shift.d.ts +6 -0
  842. package/dist/src/vendor/time-shift.d.ts.map +1 -0
  843. package/dist/src/vendor/timezone-constants.d.ts +3 -0
  844. package/dist/src/vendor/timezone-constants.d.ts.map +1 -0
  845. package/dist/src/vendor/timezone.d.ts +10 -0
  846. package/dist/src/vendor/timezone.d.ts.map +1 -0
  847. package/dist/src/vendor/validate-booker-layouts.d.ts +8 -0
  848. package/dist/src/vendor/validate-booker-layouts.d.ts.map +1 -0
  849. package/dist/src/vendor/webstorage.d.ts +18 -0
  850. package/dist/src/vendor/webstorage.d.ts.map +1 -0
  851. package/dist/src/vendor/weekday.d.ts +5 -0
  852. package/dist/src/vendor/weekday.d.ts.map +1 -0
  853. package/dist/src/vendor/weekstart.d.ts +3 -0
  854. package/dist/src/vendor/weekstart.d.ts.map +1 -0
  855. package/dist/stripe-payment-form-B8jt-Dp0.js +544 -0
  856. package/dist/vite.config.d.ts.map +1 -0
  857. package/dist/vitest.config.d.ts +12 -0
  858. package/dist/vitest.config.d.ts.map +1 -0
  859. package/globals.tw3.min.css +21 -0
  860. package/package.json +101 -38
  861. package/src/add-members-switch/add-members-with-switch-platform-wrapper.tsx +9 -0
  862. package/src/add-members-switch/add-members-with-switch.tsx +321 -0
  863. package/src/availability/availability-settings.tsx +806 -0
  864. package/src/availability/components/date-override-input-dialog.tsx +254 -0
  865. package/src/availability/components/date-override-list.tsx +167 -0
  866. package/src/availability/components/schedule-component.tsx +790 -0
  867. package/src/availability/index.ts +3 -0
  868. package/src/availability/types.ts +40 -0
  869. package/src/availability/wrappers/availability-settings-platform-wrapper.tsx +224 -0
  870. package/src/booker/Booker.docs.mdx +12 -0
  871. package/src/booker/__tests__/config.test.ts +58 -0
  872. package/src/booker/__tests__/store-extended.test.ts +349 -0
  873. package/src/booker/__tests__/store.test.ts +230 -0
  874. package/src/booker/booker-platform-wrapper.tsx +625 -0
  875. package/src/booker/booker-store-provider.tsx +117 -0
  876. package/src/booker/components/available-time-slots.tsx +245 -0
  877. package/src/booker/components/available-times-header.tsx +79 -0
  878. package/src/booker/components/available-times.tsx +359 -0
  879. package/src/booker/components/book-event-form/book-event-form.tsx +344 -0
  880. package/src/booker/components/book-event-form/book-form-as-modal.tsx +85 -0
  881. package/src/booker/components/book-event-form/booking-fields.tsx +257 -0
  882. package/src/booker/components/book-event-form/index.ts +4 -0
  883. package/src/booker/components/book-event-form/skeleton.tsx +29 -0
  884. package/src/booker/components/booker-component.tsx +699 -0
  885. package/src/booker/components/booker-section.tsx +49 -0
  886. package/src/booker/components/dry-run-message.tsx +31 -0
  887. package/src/booker/components/event-meta/available-event-locations.tsx +121 -0
  888. package/src/booker/components/event-meta/details.tsx +187 -0
  889. package/src/booker/components/event-meta/duration.tsx +141 -0
  890. package/src/booker/components/event-meta/index.ts +6 -0
  891. package/src/booker/components/event-meta/locations.tsx +71 -0
  892. package/src/booker/components/event-meta/members.tsx +99 -0
  893. package/src/booker/components/event-meta/occurences.tsx +142 -0
  894. package/src/booker/components/event-meta/price-icon.tsx +65 -0
  895. package/src/booker/components/event-meta/price.tsx +103 -0
  896. package/src/booker/components/event-meta/skeleton.tsx +19 -0
  897. package/src/booker/components/event-meta/title.tsx +18 -0
  898. package/src/booker/components/event-meta.tsx +292 -0
  899. package/src/booker/components/external-redirect-interstitial.tsx +78 -0
  900. package/src/booker/components/form-builder/components.tsx +541 -0
  901. package/src/booker/components/form-builder/form-builder-field.tsx +390 -0
  902. package/src/booker/components/having-trouble-finding-time.tsx +49 -0
  903. package/src/booker/components/header.tsx +261 -0
  904. package/src/booker/components/instant-booking.tsx +74 -0
  905. package/src/booker/components/out-of-office-in-slots.tsx +116 -0
  906. package/src/booker/components/overlay-calendar/overlay-calendar-continue-modal.tsx +47 -0
  907. package/src/booker/components/overlay-calendar/overlay-calendar-settings-modal.tsx +129 -0
  908. package/src/booker/components/overlay-calendar/overlay-calendar-switch.tsx +73 -0
  909. package/src/booker/components/overlay-calendar/overlay-calendar.tsx +80 -0
  910. package/src/booker/components/overlay-calendar/store.ts +27 -0
  911. package/src/booker/components/pay-icon.tsx +6 -0
  912. package/src/booker/components/price.tsx +13 -0
  913. package/src/booker/components/redirect-to-instant-meeting-modal.tsx +121 -0
  914. package/src/booker/components/scrollable-with-gradients.tsx +77 -0
  915. package/src/booker/components/seats-availability-text.tsx +43 -0
  916. package/src/booker/components/section.tsx +51 -0
  917. package/src/booker/components/slot-selection-modal-header.tsx +116 -0
  918. package/src/booker/components/time-format-toggle.tsx +28 -0
  919. package/src/booker/components/unavailable.tsx +30 -0
  920. package/src/booker/components/unpublished-entity.tsx +30 -0
  921. package/src/booker/components/verify-code-dialog.tsx +131 -0
  922. package/src/booker/config.ts +206 -0
  923. package/src/booker/export.ts +5 -0
  924. package/src/booker/framer-features.ts +3 -0
  925. package/src/booker/hooks/__tests__/use-booker-layout.test.tsx +98 -0
  926. package/src/booker/hooks/__tests__/use-check-overlap-with-overlay.test.ts +95 -0
  927. package/src/booker/hooks/__tests__/use-local-set.test.tsx +72 -0
  928. package/src/booker/hooks/__tests__/use-non-empty-schedule-days.test.tsx +37 -0
  929. package/src/booker/hooks/__tests__/use-overlay-calendar.test.tsx +122 -0
  930. package/src/booker/hooks/__tests__/use-should-show-arrows.test.tsx +45 -0
  931. package/src/booker/hooks/__tests__/use-skip-confirm-step.test.ts +54 -0
  932. package/src/booker/hooks/__tests__/use-slots-for-date.test.tsx +65 -0
  933. package/src/booker/hooks/__tests__/use-stable-timezone.test.ts +74 -0
  934. package/src/booker/hooks/__tests__/use-times-for-schedule.test.tsx +132 -0
  935. package/src/booker/hooks/embed-stubs.ts +30 -0
  936. package/src/booker/hooks/use-available-time-slots.ts +48 -0
  937. package/src/booker/hooks/use-booker-layout.ts +131 -0
  938. package/src/booker/hooks/use-booker-time.ts +21 -0
  939. package/src/booker/hooks/use-booking-form.ts +108 -0
  940. package/src/booker/hooks/use-bookings-types.ts +10 -0
  941. package/src/booker/hooks/use-check-overlap-with-overlay.ts +49 -0
  942. package/src/booker/hooks/use-initialize-week-start.ts +20 -0
  943. package/src/booker/hooks/use-is-quick-availability-check-feature-enabled.ts +45 -0
  944. package/src/booker/hooks/use-local-set.tsx +70 -0
  945. package/src/booker/hooks/use-non-empty-schedule-days.ts +23 -0
  946. package/src/booker/hooks/use-overlay-calendar.ts +94 -0
  947. package/src/booker/hooks/use-should-show-arrows.ts +33 -0
  948. package/src/booker/hooks/use-skip-confirm-step.ts +79 -0
  949. package/src/booker/hooks/use-slots-for-date.ts +51 -0
  950. package/src/booker/hooks/use-stable-timezone.ts +13 -0
  951. package/src/booker/hooks/use-times-for-schedule.ts +123 -0
  952. package/src/booker/store.ts +831 -0
  953. package/src/booker/types.ts +142 -0
  954. package/src/booker/use-slot-reservation-id.ts +14 -0
  955. package/src/booker/utils/__tests__/booker-utils.test.ts +159 -0
  956. package/src/booker/utils/__tests__/is-timeslot-available.test.ts +224 -0
  957. package/src/booker/utils/are-different-valid-months.ts +5 -0
  958. package/src/booker/utils/dates.tsx +90 -0
  959. package/src/booker/utils/get-booker-timezone.ts +9 -0
  960. package/src/booker/utils/get-booking-duration.ts +19 -0
  961. package/src/booker/utils/get-prefetch-month-count.ts +24 -0
  962. package/src/booker/utils/is-booking-dry-run.ts +5 -0
  963. package/src/booker/utils/is-month-change.ts +5 -0
  964. package/src/booker/utils/is-month-view-prefetch-enabled.ts +14 -0
  965. package/src/booker/utils/is-prefetch-next-month-enabled.ts +27 -0
  966. package/src/booker/utils/is-timeslot-available.ts +78 -0
  967. package/src/booker/utils/layout.ts +5 -0
  968. package/src/booker-embed/__tests__/use-get-routing-form-url-props.test.tsx +133 -0
  969. package/src/booker-embed/booker-embed.tsx +117 -0
  970. package/src/booker-embed/index.ts +1 -0
  971. package/src/booker-embed/use-get-routing-form-url-props.tsx +95 -0
  972. package/src/cal-provider/base-cal-provider.tsx +248 -0
  973. package/src/cal-provider/cal-o-auth-provider.tsx +77 -0
  974. package/src/cal-provider/cal-provider.tsx +112 -0
  975. package/src/cal-provider/index.ts +2 -0
  976. package/src/cal-provider/languages.ts +78 -0
  977. package/src/calendar-settings/index.ts +1 -0
  978. package/src/calendar-settings/wrappers/calendar-settings-platform-wrapper.tsx +45 -0
  979. package/src/calendar-view/calendar-view-component.tsx +35 -0
  980. package/src/calendar-view/components/calendar.tsx +1 -0
  981. package/src/calendar-view/components/date-picker.tsx +498 -0
  982. package/src/calendar-view/components/large-calendar.tsx +201 -0
  983. package/src/calendar-view/components/no-availability-dialog.tsx +74 -0
  984. package/src/calendar-view/event-type-calendar-view-component.tsx +152 -0
  985. package/src/calendar-view/index.ts +1 -0
  986. package/src/calendar-view/scheduler/components/calendar.tsx +231 -0
  987. package/src/calendar-view/scheduler/components/current-time/index.tsx +87 -0
  988. package/src/calendar-view/scheduler/components/date-values/index.tsx +114 -0
  989. package/src/calendar-view/scheduler/components/default-out-of-office-slot.tsx +68 -0
  990. package/src/calendar-view/scheduler/components/event/all-day-events.test.tsx +799 -0
  991. package/src/calendar-view/scheduler/components/event/all-day-events.tsx +360 -0
  992. package/src/calendar-view/scheduler/components/event/empty.tsx +229 -0
  993. package/src/calendar-view/scheduler/components/event/event-list.tsx +137 -0
  994. package/src/calendar-view/scheduler/components/event/event.tsx +165 -0
  995. package/src/calendar-view/scheduler/components/event/index.tsx +4 -0
  996. package/src/calendar-view/scheduler/components/grid/index.tsx +24 -0
  997. package/src/calendar-view/scheduler/components/heading/index.tsx +1 -0
  998. package/src/calendar-view/scheduler/components/heading/scheduler-heading.tsx +40 -0
  999. package/src/calendar-view/scheduler/components/horizontal-lines/index.tsx +48 -0
  1000. package/src/calendar-view/scheduler/components/spinner/spinner.tsx +23 -0
  1001. package/src/calendar-view/scheduler/components/vertical-lines/index.tsx +40 -0
  1002. package/src/calendar-view/scheduler/state/__tests__/store.test.ts +147 -0
  1003. package/src/calendar-view/scheduler/state/store.ts +93 -0
  1004. package/src/calendar-view/scheduler/styles/styles.css +20 -0
  1005. package/src/calendar-view/scheduler/types/common.ts +1 -0
  1006. package/src/calendar-view/scheduler/types/events.ts +20 -0
  1007. package/src/calendar-view/scheduler/types/state.ts +126 -0
  1008. package/src/calendar-view/scheduler/utils/__tests__/overlap.test.ts +650 -0
  1009. package/src/calendar-view/scheduler/utils/__tests__/utils.test.ts +133 -0
  1010. package/src/calendar-view/scheduler/utils/index.ts +100 -0
  1011. package/src/calendar-view/scheduler/utils/overlap.ts +175 -0
  1012. package/src/calendar-view/wrappers/calendar-view-platform-wrapper.tsx +41 -0
  1013. package/src/components/atoms-wrapper.tsx +22 -0
  1014. package/src/components/ui/address-input.tsx +36 -0
  1015. package/src/components/ui/alert.tsx +67 -0
  1016. package/src/components/ui/app-list-card.tsx +94 -0
  1017. package/src/components/ui/avatar-group.tsx +59 -0
  1018. package/src/components/ui/avatar.tsx +94 -0
  1019. package/src/components/ui/badge.tsx +93 -0
  1020. package/src/components/ui/button-group.tsx +40 -0
  1021. package/src/components/ui/button.tsx +177 -0
  1022. package/src/components/ui/calendar-switch.tsx +56 -0
  1023. package/src/components/ui/checkbox.tsx +126 -0
  1024. package/src/components/ui/checked-team-select.tsx +225 -0
  1025. package/src/components/ui/confirmation-dialog-content.tsx +82 -0
  1026. package/src/components/ui/controlled-dialog.tsx +30 -0
  1027. package/src/components/ui/dialog.tsx +165 -0
  1028. package/src/components/ui/disconnect-calendar-integration.tsx +52 -0
  1029. package/src/components/ui/divider.tsx +22 -0
  1030. package/src/components/ui/dropdown.tsx +240 -0
  1031. package/src/components/ui/editable-heading.tsx +64 -0
  1032. package/src/components/ui/empty-screen.tsx +86 -0
  1033. package/src/components/ui/form.tsx +46 -0
  1034. package/src/components/ui/icon.tsx +249 -0
  1035. package/src/components/ui/icons.tsx +313 -0
  1036. package/src/components/ui/info-badge.tsx +12 -0
  1037. package/src/components/ui/label.tsx +13 -0
  1038. package/src/components/ui/navigation.tsx +38 -0
  1039. package/src/components/ui/popover.tsx +31 -0
  1040. package/src/components/ui/radio-area-group.tsx +67 -0
  1041. package/src/components/ui/radio.tsx +72 -0
  1042. package/src/components/ui/react-select-components.tsx +86 -0
  1043. package/src/components/ui/select.tsx +123 -0
  1044. package/src/components/ui/settings-header.tsx +87 -0
  1045. package/src/components/ui/settings-toggle.tsx +123 -0
  1046. package/src/components/ui/shell.tsx +47 -0
  1047. package/src/components/ui/show-toast.tsx +11 -0
  1048. package/src/components/ui/skeleton.tsx +112 -0
  1049. package/src/components/ui/switch.tsx +28 -0
  1050. package/src/components/ui/text-field.tsx +241 -0
  1051. package/src/components/ui/toast.tsx +121 -0
  1052. package/src/components/ui/toaster.tsx +28 -0
  1053. package/src/components/ui/toggle-group.tsx +109 -0
  1054. package/src/components/ui/tooltip.tsx +84 -0
  1055. package/src/components/ui/use-toast.ts +187 -0
  1056. package/src/components/ui/user-avatar-group-with-org.tsx +45 -0
  1057. package/src/connect/apple/apple-connect.tsx +197 -0
  1058. package/src/connect/components/disconnect-integration-modal.tsx +51 -0
  1059. package/src/connect/components/office365-account-dialog.tsx +48 -0
  1060. package/src/connect/conferencing-apps/components/app-list.tsx +238 -0
  1061. package/src/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.tsx +358 -0
  1062. package/src/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.ts +50 -0
  1063. package/src/connect/conferencing-apps/hooks/use-atom-get-event-types.ts +34 -0
  1064. package/src/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.ts +38 -0
  1065. package/src/connect/conferencing-apps/hooks/use-connect.ts +157 -0
  1066. package/src/connect/conferencing-apps/hooks/use-delete-credential.ts +38 -0
  1067. package/src/connect/conferencing-apps/hooks/use-get-default-conferencing-app.ts +38 -0
  1068. package/src/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.ts +43 -0
  1069. package/src/connect/google/gcal-connect.tsx +42 -0
  1070. package/src/connect/index.ts +3 -0
  1071. package/src/connect/o-auth-connect.tsx +148 -0
  1072. package/src/connect/outlook/outlook-connect.tsx +42 -0
  1073. package/src/connect/stripe/stripe-connect.tsx +81 -0
  1074. package/src/constants/api.ts +114 -0
  1075. package/src/constants/app.ts +44 -0
  1076. package/src/constants/apps.ts +37 -0
  1077. package/src/constants/index.ts +3 -0
  1078. package/src/constants/styles.ts +1 -0
  1079. package/src/contracts/api.ts +30 -0
  1080. package/src/contracts/apps.ts +24 -0
  1081. package/src/contracts/booker.ts +287 -0
  1082. package/src/contracts/bookings.ts +141 -0
  1083. package/src/contracts/calendars.ts +87 -0
  1084. package/src/contracts/event-types.ts +252 -0
  1085. package/src/contracts/index.ts +12 -0
  1086. package/src/contracts/oauth.ts +47 -0
  1087. package/src/contracts/organizations.ts +14 -0
  1088. package/src/contracts/schedules.ts +100 -0
  1089. package/src/contracts/slots.ts +63 -0
  1090. package/src/contracts/teams.ts +35 -0
  1091. package/src/contracts/user.ts +25 -0
  1092. package/src/create-schedule/create-schedule-form.tsx +110 -0
  1093. package/src/create-schedule/index.tsx +1 -0
  1094. package/src/create-schedule/wrappers/create-schedule-platform-wrapper.tsx +69 -0
  1095. package/src/destination-calendar/components/destination-calendar-selector.tsx +34 -0
  1096. package/src/destination-calendar/destination-calendar-selector.tsx +149 -0
  1097. package/src/destination-calendar/destination-calendar.tsx +82 -0
  1098. package/src/destination-calendar/destination-reminder-selector.tsx +51 -0
  1099. package/src/destination-calendar/index.ts +1 -0
  1100. package/src/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.tsx +62 -0
  1101. package/src/event-types/__tests__/event-type-list-item.test.tsx +196 -0
  1102. package/src/event-types/__tests__/format-event-type-duration.test.ts +47 -0
  1103. package/src/event-types/components/__tests__/children-event-type-select.test.tsx +291 -0
  1104. package/src/event-types/components/assign-all-team-members.tsx +46 -0
  1105. package/src/event-types/components/bulk-edit-default-for-events-modal.tsx +129 -0
  1106. package/src/event-types/components/children-event-type-select.tsx +223 -0
  1107. package/src/event-types/components/create-event-type-form.tsx +160 -0
  1108. package/src/event-types/components/event-team-assignment-tab.tsx +9 -0
  1109. package/src/event-types/components/event-type-list-item.tsx +153 -0
  1110. package/src/event-types/components/host-edit-dialogs.tsx +277 -0
  1111. package/src/event-types/components/learn-more-link.tsx +41 -0
  1112. package/src/event-types/components/managed-event-dialog.tsx +62 -0
  1113. package/src/event-types/components/recurring-event-controller.tsx +247 -0
  1114. package/src/event-types/components/tabs/event-recurring-tab.tsx +34 -0
  1115. package/src/event-types/components/team-assignment/assign-all-managed-warning-dialog.tsx +43 -0
  1116. package/src/event-types/components/team-assignment/children-event-types-list.tsx +43 -0
  1117. package/src/event-types/components/team-assignment/children-event-types.tsx +62 -0
  1118. package/src/event-types/components/team-assignment/event-team-assignment-tab.tsx +300 -0
  1119. package/src/event-types/components/team-assignment/fixed-hosts.tsx +170 -0
  1120. package/src/event-types/components/team-assignment/hosts.tsx +125 -0
  1121. package/src/event-types/components/team-assignment/round-robin-hosts.tsx +266 -0
  1122. package/src/event-types/components/team-event-type-form.tsx +183 -0
  1123. package/src/event-types/components/weight-description.tsx +24 -0
  1124. package/src/event-types/hooks/__tests__/use-assign-all-managed-warning.test.ts +78 -0
  1125. package/src/event-types/hooks/__tests__/use-team-event-assignment.test.tsx +218 -0
  1126. package/src/event-types/hooks/use-add-verified-email.ts +64 -0
  1127. package/src/event-types/hooks/use-apps-data-stub.ts +19 -0
  1128. package/src/event-types/hooks/use-assign-all-managed-warning.ts +45 -0
  1129. package/src/event-types/hooks/use-atom-event-type-app-integration.ts +49 -0
  1130. package/src/event-types/hooks/use-atom-event-type-by-id.ts +25 -0
  1131. package/src/event-types/hooks/use-atom-event-type-payment-info.ts +36 -0
  1132. package/src/event-types/hooks/use-atom-get-all-event-types.ts +30 -0
  1133. package/src/event-types/hooks/use-atom-host-schedules.ts +36 -0
  1134. package/src/event-types/hooks/use-atom-update-event-type.ts +61 -0
  1135. package/src/event-types/hooks/use-event-type-form.test.ts +192 -0
  1136. package/src/event-types/hooks/use-event-type-form.ts +501 -0
  1137. package/src/event-types/hooks/use-get-verified-emails.ts +27 -0
  1138. package/src/event-types/hooks/use-handle-route-change.ts +57 -0
  1139. package/src/event-types/hooks/use-locked-fields-manager-stub.ts +30 -0
  1140. package/src/event-types/hooks/use-platform-tabs-navigations.tsx +138 -0
  1141. package/src/event-types/hooks/use-tabs-navigations.test.ts +31 -0
  1142. package/src/event-types/hooks/use-tabs-navigations.tsx +266 -0
  1143. package/src/event-types/hooks/use-team-event-assignment.ts +127 -0
  1144. package/src/event-types/hooks/use-team-members-with-segment-platform.tsx +107 -0
  1145. package/src/event-types/index.ts +1 -0
  1146. package/src/event-types/lib/format-event-type-duration.ts +25 -0
  1147. package/src/event-types/payments/payment-form.tsx +150 -0
  1148. package/src/event-types/payments/payment-page-types.ts +47 -0
  1149. package/src/event-types/payments/payment.tsx +115 -0
  1150. package/src/event-types/payments/stripe-payment-form.tsx +136 -0
  1151. package/src/event-types/types.ts +16 -0
  1152. package/src/event-types/wrappers/create-event-type-platform-wrapper.tsx +148 -0
  1153. package/src/event-types/wrappers/event-recurring-tab-platform-wrapper.tsx +8 -0
  1154. package/src/event-types/wrappers/event-team-assignment-tab-platform-wrapper.tsx +15 -0
  1155. package/src/event-types/wrappers/event-type-platform-wrapper.tsx +399 -0
  1156. package/src/event-types/wrappers/list-event-types-platform-wrapper.tsx +85 -0
  1157. package/src/event-types/wrappers/types.ts +5 -0
  1158. package/src/hooks/__tests__/use-is-platform.test.tsx +58 -0
  1159. package/src/hooks/__tests__/use-slot-mutations.test.tsx +113 -0
  1160. package/src/hooks/__tests__/use-timezone-hooks.test.tsx +67 -0
  1161. package/src/hooks/__tests__/use-verify-code.test.tsx +120 -0
  1162. package/src/hooks/bookings/__tests__/use-booking-mutations.test.tsx +123 -0
  1163. package/src/hooks/bookings/__tests__/use-booking-queries.test.tsx +108 -0
  1164. package/src/hooks/bookings/use-booking.ts +28 -0
  1165. package/src/hooks/bookings/use-bookings.ts +61 -0
  1166. package/src/hooks/bookings/use-cancel-booking.ts +47 -0
  1167. package/src/hooks/bookings/use-create-booking.ts +43 -0
  1168. package/src/hooks/bookings/use-create-instant-booking.ts +39 -0
  1169. package/src/hooks/bookings/use-create-recurring-booking.ts +42 -0
  1170. package/src/hooks/bookings/use-get-booking-for-reschedule.ts +51 -0
  1171. package/src/hooks/bookings/use-handle-book-event.ts +156 -0
  1172. package/src/hooks/calendars/__tests__/use-calendar-mutations.test.tsx +225 -0
  1173. package/src/hooks/calendars/use-add-selected-calendar.ts +65 -0
  1174. package/src/hooks/calendars/use-delete-calendar-credentials.ts +67 -0
  1175. package/src/hooks/calendars/use-remove-selected-calendar.ts +67 -0
  1176. package/src/hooks/calendars/use-update-destination-calendars.ts +60 -0
  1177. package/src/hooks/connect/__tests__/use-connect.test.tsx +109 -0
  1178. package/src/hooks/connect/use-check.ts +61 -0
  1179. package/src/hooks/connect/use-connect.ts +106 -0
  1180. package/src/hooks/event-types/private/__tests__/event-type-mutations.test.tsx +160 -0
  1181. package/src/hooks/event-types/private/use-create-event-type-form.ts +30 -0
  1182. package/src/hooks/event-types/private/use-create-event-type.ts +38 -0
  1183. package/src/hooks/event-types/private/use-create-team-event-type.ts +42 -0
  1184. package/src/hooks/event-types/private/use-delete-event-type-by-id.ts +30 -0
  1185. package/src/hooks/event-types/private/use-delete-team-event-type-by-id.ts +45 -0
  1186. package/src/hooks/event-types/private/use-event-type-by-id.ts +23 -0
  1187. package/src/hooks/event-types/public/__tests__/public-event-type-hooks.test.tsx +128 -0
  1188. package/src/hooks/event-types/public/use-atom-get-public-event.tsx +80 -0
  1189. package/src/hooks/event-types/public/use-event-type.ts +53 -0
  1190. package/src/hooks/event-types/public/use-event-types.ts +23 -0
  1191. package/src/hooks/event-types/public/use-team-event-type.ts +46 -0
  1192. package/src/hooks/event-types/public/use-team-event-types.ts +26 -0
  1193. package/src/hooks/organizations/bookings/use-organization-bookings.ts +38 -0
  1194. package/src/hooks/organizations/bookings/use-organization-user-bookings.ts +34 -0
  1195. package/src/hooks/schedules/__tests__/use-schedules.test.tsx +168 -0
  1196. package/src/hooks/schedules/types.ts +36 -0
  1197. package/src/hooks/schedules/use-atom-create-schedule.ts +47 -0
  1198. package/src/hooks/schedules/use-atom-duplicate-schedule.ts +45 -0
  1199. package/src/hooks/schedules/use-atom-get-all-schedules.ts +30 -0
  1200. package/src/hooks/schedules/use-atom-schedule.ts +33 -0
  1201. package/src/hooks/schedules/use-atom-update-schedule.ts +54 -0
  1202. package/src/hooks/schedules/use-delete-schedule.ts +54 -0
  1203. package/src/hooks/schedules/use-ensure-default-schedule.ts +23 -0
  1204. package/src/hooks/schedules/use-schedule.ts +34 -0
  1205. package/src/hooks/schedules/use-schedules.ts +34 -0
  1206. package/src/hooks/schedules/use-update-schedule.ts +58 -0
  1207. package/src/hooks/stripe/__tests__/use-check.test.tsx +99 -0
  1208. package/src/hooks/stripe/use-check.ts +73 -0
  1209. package/src/hooks/stripe/use-connect.ts +54 -0
  1210. package/src/hooks/teams/__tests__/use-team-queries.test.tsx +94 -0
  1211. package/src/hooks/teams/use-team-members.ts +32 -0
  1212. package/src/hooks/teams/use-teams.ts +34 -0
  1213. package/src/hooks/use-api-keys.ts +5 -0
  1214. package/src/hooks/use-atoms-context.ts +49 -0
  1215. package/src/hooks/use-atoms-locale.ts +11 -0
  1216. package/src/hooks/use-available-slots.ts +43 -0
  1217. package/src/hooks/use-calendars-busy-times.ts +64 -0
  1218. package/src/hooks/use-connected-calendars.tsx +27 -0
  1219. package/src/hooks/use-delete-selected-slot.ts +52 -0
  1220. package/src/hooks/use-event-types-list.tsx +39 -0
  1221. package/src/hooks/use-get-city-timezones.ts +27 -0
  1222. package/src/hooks/use-is-platform-booker-embed.ts +6 -0
  1223. package/src/hooks/use-is-platform.ts +6 -0
  1224. package/src/hooks/use-me.ts +30 -0
  1225. package/src/hooks/use-o-auth-client.ts +72 -0
  1226. package/src/hooks/use-o-auth-flow.ts +120 -0
  1227. package/src/hooks/use-reserve-slot.ts +48 -0
  1228. package/src/hooks/use-schedule-by-event-slug.tsx +40 -0
  1229. package/src/hooks/use-slots.ts +115 -0
  1230. package/src/hooks/use-timezone.ts +19 -0
  1231. package/src/hooks/use-update-user-timezone.ts +28 -0
  1232. package/src/hooks/use-verify-code.ts +115 -0
  1233. package/src/hooks/use-verify-email.ts +107 -0
  1234. package/src/index.ts +50 -0
  1235. package/src/lib/__tests__/http.test.ts +79 -0
  1236. package/src/lib/append-client-id-to-email.ts +4 -0
  1237. package/src/lib/get-placeholder-content.ts +16 -0
  1238. package/src/lib/get-query-param.ts +14 -0
  1239. package/src/lib/get-utm-tracking-parameters.ts +13 -0
  1240. package/src/lib/http.ts +75 -0
  1241. package/src/lib/markdown-to-safe-html-client.ts +43 -0
  1242. package/src/lib/markdown-to-safe-html.ts +9 -0
  1243. package/src/lib/set-query-param.ts +13 -0
  1244. package/src/lib/time-zones.ts +20 -0
  1245. package/src/lib/use-locale.ts +26 -0
  1246. package/src/lib/utils.ts +6 -0
  1247. package/src/list-schedules/components/schedule-list-item.tsx +183 -0
  1248. package/src/list-schedules/index.ts +1 -0
  1249. package/src/list-schedules/wrappers/list-schedules-platform-wrapper.tsx +130 -0
  1250. package/src/onboarding/continue-with-calcom.tsx +284 -0
  1251. package/src/onboarding/export.ts +2 -0
  1252. package/src/onboarding/onboarding-embed.tsx +266 -0
  1253. package/src/onboarding/types.ts +38 -0
  1254. package/src/router/index.ts +1 -0
  1255. package/src/router/router.tsx +164 -0
  1256. package/src/selected-calendars/index.ts +1 -0
  1257. package/src/selected-calendars/selected-calendars-settings.tsx +7 -0
  1258. package/src/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.tsx +462 -0
  1259. package/src/timezone/index.tsx +37 -0
  1260. package/src/timezone/timezone-select-component.tsx +193 -0
  1261. package/src/troubleshooter/__tests__/store.test.ts +80 -0
  1262. package/src/troubleshooter/components/calendar-toggle-container-component.tsx +148 -0
  1263. package/src/troubleshooter/components/event-schedule-item-component.tsx +33 -0
  1264. package/src/troubleshooter/components/event-type-select-component.tsx +105 -0
  1265. package/src/troubleshooter/components/troubleshooter-list-item-container.tsx +42 -0
  1266. package/src/troubleshooter/index.ts +1 -0
  1267. package/src/troubleshooter/large-calendar/large-calendar.tsx +30 -0
  1268. package/src/troubleshooter/sidebar/calendar-toggle-container.tsx +25 -0
  1269. package/src/troubleshooter/sidebar/event-schedule-item.tsx +13 -0
  1270. package/src/troubleshooter/sidebar/event-type-select.tsx +8 -0
  1271. package/src/troubleshooter/sidebar/troubleshooter-sidebar.tsx +48 -0
  1272. package/src/troubleshooter/store.ts +110 -0
  1273. package/src/troubleshooter/types.ts +10 -0
  1274. package/src/troubleshooter/wrappers/troubleshooter-platform-wrapper.tsx +89 -0
  1275. package/src/types.ts +7 -0
  1276. package/src/vendor/__tests__/availability.test.ts +60 -0
  1277. package/src/vendor/__tests__/avatar-url.test.ts +75 -0
  1278. package/src/vendor/__tests__/booker-url.test.ts +26 -0
  1279. package/src/vendor/__tests__/booking-to-mutation-input.test.ts +232 -0
  1280. package/src/vendor/__tests__/check-for-empty-assignment.test.ts +59 -0
  1281. package/src/vendor/__tests__/children-event-type.test.ts +64 -0
  1282. package/src/vendor/__tests__/currency.test.ts +48 -0
  1283. package/src/vendor/__tests__/dayjs-utils.test.ts +37 -0
  1284. package/src/vendor/__tests__/error-codes.test.ts +69 -0
  1285. package/src/vendor/__tests__/event-naming.test.ts +32 -0
  1286. package/src/vendor/__tests__/format-date-time.test.ts +90 -0
  1287. package/src/vendor/__tests__/get-available-dates-in-month.test.ts +51 -0
  1288. package/src/vendor/__tests__/host-group-utils.test.ts +117 -0
  1289. package/src/vendor/__tests__/interval-limit.test.ts +42 -0
  1290. package/src/vendor/__tests__/locations-resolver.test.ts +48 -0
  1291. package/src/vendor/__tests__/locations.test.ts +109 -0
  1292. package/src/vendor/__tests__/misc-utils.test.ts +219 -0
  1293. package/src/vendor/__tests__/parse-dates.test.ts +67 -0
  1294. package/src/vendor/__tests__/payments.test.ts +126 -0
  1295. package/src/vendor/__tests__/query-param.test.ts +70 -0
  1296. package/src/vendor/__tests__/recurring.test.ts +104 -0
  1297. package/src/vendor/__tests__/slugify.test.ts +48 -0
  1298. package/src/vendor/__tests__/time-shift.test.ts +48 -0
  1299. package/src/vendor/__tests__/timezone.test.ts +77 -0
  1300. package/src/vendor/__tests__/validate-booker-layouts.test.ts +40 -0
  1301. package/src/vendor/__tests__/webstorage.test.ts +148 -0
  1302. package/src/vendor/__tests__/weekday.test.ts +61 -0
  1303. package/src/vendor/__tests__/weekstart.test.ts +45 -0
  1304. package/src/vendor/analytics.ts +23 -0
  1305. package/src/vendor/availability.ts +52 -0
  1306. package/src/vendor/avatar-url.ts +39 -0
  1307. package/src/vendor/booker-url.ts +23 -0
  1308. package/src/vendor/booking-to-mutation-input.ts +166 -0
  1309. package/src/vendor/cal-ai-phone.ts +31 -0
  1310. package/src/vendor/check-for-empty-assignment.ts +24 -0
  1311. package/src/vendor/children-event-type.ts +50 -0
  1312. package/src/vendor/currency.ts +39 -0
  1313. package/src/vendor/dayjs/index.ts +30 -0
  1314. package/src/vendor/dayjs/plugins/__tests__/business-days-plugin.test.ts +168 -0
  1315. package/src/vendor/dayjs/plugins/business-days-plugin.ts +189 -0
  1316. package/src/vendor/dayjs-utils.ts +13 -0
  1317. package/src/vendor/error-codes.ts +39 -0
  1318. package/src/vendor/event-naming.ts +34 -0
  1319. package/src/vendor/form-builder/__tests__/base-schema.test.ts +109 -0
  1320. package/src/vendor/form-builder/__tests__/schema.test.ts +245 -0
  1321. package/src/vendor/form-builder/__tests__/system-field.test.ts +57 -0
  1322. package/src/vendor/form-builder/__tests__/use-should-be-disabled-due-to-prefill.test.ts +24 -0
  1323. package/src/vendor/form-builder/__tests__/utils.test.ts +83 -0
  1324. package/src/vendor/form-builder/base-schema.ts +127 -0
  1325. package/src/vendor/form-builder/field-type-enum.ts +21 -0
  1326. package/src/vendor/form-builder/field-types.ts +161 -0
  1327. package/src/vendor/form-builder/fields-that-support-label-as-safe-html.ts +3 -0
  1328. package/src/vendor/form-builder/props-types.ts +17 -0
  1329. package/src/vendor/form-builder/schema.ts +269 -0
  1330. package/src/vendor/form-builder/system-field.ts +33 -0
  1331. package/src/vendor/form-builder/use-should-be-disabled-due-to-prefill.tsx +107 -0
  1332. package/src/vendor/form-builder/utils/__tests__/get-field-identifier.test.ts +14 -0
  1333. package/src/vendor/form-builder/utils/__tests__/variants-config.test.ts +98 -0
  1334. package/src/vendor/form-builder/utils/get-field-identifier.ts +5 -0
  1335. package/src/vendor/form-builder/utils/variants-config.ts +71 -0
  1336. package/src/vendor/form-builder/utils.ts +48 -0
  1337. package/src/vendor/form-builder-widgets/index.tsx +213 -0
  1338. package/src/vendor/format-date-time.ts +138 -0
  1339. package/src/vendor/get-available-dates-in-month.ts +36 -0
  1340. package/src/vendor/get-avatar-url.ts +15 -0
  1341. package/src/vendor/get-routed-team-member-ids.ts +9 -0
  1342. package/src/vendor/get-stripe.ts +17 -0
  1343. package/src/vendor/get-username-list.ts +14 -0
  1344. package/src/vendor/hooks/__tests__/use-router-query.test.ts +37 -0
  1345. package/src/vendor/hooks/use-debounce.ts +17 -0
  1346. package/src/vendor/hooks/use-media-query.ts +24 -0
  1347. package/src/vendor/hooks/use-router-query.ts +34 -0
  1348. package/src/vendor/host-group-utils.ts +57 -0
  1349. package/src/vendor/interval-limit.ts +17 -0
  1350. package/src/vendor/invert-logo-on-dark.ts +7 -0
  1351. package/src/vendor/locales/de/common.json +316 -0
  1352. package/src/vendor/locales/en/common.json +316 -0
  1353. package/src/vendor/locales/es/common.json +316 -0
  1354. package/src/vendor/locales/fr/common.json +316 -0
  1355. package/src/vendor/locales/it/common.json +316 -0
  1356. package/src/vendor/locales/nl/common.json +316 -0
  1357. package/src/vendor/locales/pt-BR/common.json +316 -0
  1358. package/src/vendor/locations-resolver.ts +28 -0
  1359. package/src/vendor/locations.ts +250 -0
  1360. package/src/vendor/parse-dates.ts +107 -0
  1361. package/src/vendor/payments.ts +107 -0
  1362. package/src/vendor/phone-input/phone-input.tsx +121 -0
  1363. package/src/vendor/phone-input/phone-masks.ts +7 -0
  1364. package/src/vendor/query-param.ts +37 -0
  1365. package/src/vendor/recurring.ts +58 -0
  1366. package/src/vendor/schedule-list-item.ts +47 -0
  1367. package/src/vendor/scroll.ts +4 -0
  1368. package/src/vendor/server-trans.tsx +88 -0
  1369. package/src/vendor/slugify.ts +28 -0
  1370. package/src/vendor/theme/tokens.css +474 -0
  1371. package/src/vendor/time-format.ts +43 -0
  1372. package/src/vendor/time-preferences.ts +32 -0
  1373. package/src/vendor/time-shift.ts +28 -0
  1374. package/src/vendor/timezone-constants.ts +4 -0
  1375. package/src/vendor/timezone.ts +78 -0
  1376. package/src/vendor/validate-booker-layouts.ts +27 -0
  1377. package/src/vendor/webstorage.ts +78 -0
  1378. package/src/vendor/weekday.ts +35 -0
  1379. package/src/vendor/weekstart.ts +20 -0
  1380. package/dist/AddressInput-SzlQAlC_.js +0 -29
  1381. package/dist/AlbyPriceComponent-C1NgEImf.js +0 -372
  1382. package/dist/AppCard-BWKYRAGD.js +0 -232
  1383. package/dist/AppListCardPlatformWrapper-BeErum54.js +0 -9
  1384. package/dist/AppListCardWebWrapper-CUxj2uOV.js +0 -97
  1385. package/dist/AppSettingsInterface-CQ0w0tHu.js +0 -23
  1386. package/dist/AppSettingsInterface-CeIgTiQ1.js +0 -29
  1387. package/dist/AppSettingsInterface-CvA2IPl2.js +0 -75
  1388. package/dist/DateRangePicker-07dsMk8U.js +0 -1432
  1389. package/dist/EventTypeAppCardInterface-3Kwg6TEe.js +0 -43
  1390. package/dist/EventTypeAppCardInterface-B5ja1_Vg.js +0 -25
  1391. package/dist/EventTypeAppCardInterface-BE9bv-RR.js +0 -29
  1392. package/dist/EventTypeAppCardInterface-BeRFdmfK.js +0 -54
  1393. package/dist/EventTypeAppCardInterface-BkbsbnCt.js +0 -43
  1394. package/dist/EventTypeAppCardInterface-C48fsqfF.js +0 -44
  1395. package/dist/EventTypeAppCardInterface-CSO8LyTO.js +0 -35
  1396. package/dist/EventTypeAppCardInterface-C_KgiSgu.js +0 -35
  1397. package/dist/EventTypeAppCardInterface-Cv38EzOq.js +0 -35
  1398. package/dist/EventTypeAppCardInterface-D-hCC4-t.js +0 -52
  1399. package/dist/EventTypeAppCardInterface-D5kt0uP7.js +0 -29
  1400. package/dist/EventTypeAppCardInterface-D6pOcMLG.js +0 -87
  1401. package/dist/EventTypeAppCardInterface-D6vNtBPD.js +0 -36
  1402. package/dist/EventTypeAppCardInterface-D6xO3ww6.js +0 -1139
  1403. package/dist/EventTypeAppCardInterface-DZdzlcpQ.js +0 -44
  1404. package/dist/EventTypeAppCardInterface-Daj0r2ku.js +0 -34
  1405. package/dist/EventTypeAppCardInterface-DeC4kAir.js +0 -41
  1406. package/dist/EventTypeAppCardInterface-DonbLPSE.js +0 -39
  1407. package/dist/EventTypeAppCardInterface-DsKcwP-F.js +0 -44
  1408. package/dist/EventTypeAppCardInterface-DvGAyBhN.js +0 -35
  1409. package/dist/EventTypeAppCardInterface-FjY_JuGe.js +0 -56
  1410. package/dist/EventTypeAppCardInterface-Gx6ePtKZ.js +0 -29
  1411. package/dist/EventTypeAppCardInterface-Vabmi70A.js +0 -616
  1412. package/dist/EventTypeAppCardInterface-ZF3LnJsb.js +0 -39
  1413. package/dist/EventTypeAppCardInterface-b3jzwNwv.js +0 -33
  1414. package/dist/EventTypeAppCardInterface-d7vcgrD9.js +0 -35
  1415. package/dist/EventTypeAppCardInterface-giaoJZoV.js +0 -39
  1416. package/dist/EventTypeAppCardInterface-kHv--Cpv.js +0 -33
  1417. package/dist/EventTypeAppSettingsInterface-3zsxRl7y.js +0 -221
  1418. package/dist/EventTypeAppSettingsInterface-4Hj3lMzG.js +0 -343
  1419. package/dist/EventTypeAppSettingsInterface-4d9Xebgk.js +0 -56
  1420. package/dist/EventTypeAppSettingsInterface-B2kvyWp2.js +0 -106
  1421. package/dist/EventTypeAppSettingsInterface-B5Yf0xfo.js +0 -25
  1422. package/dist/EventTypeAppSettingsInterface-BDhPoDnq.js +0 -78
  1423. package/dist/EventTypeAppSettingsInterface-CRXqHbN6.js +0 -23
  1424. package/dist/EventTypeAppSettingsInterface-Ckkgk7Q7.js +0 -72
  1425. package/dist/EventTypeAppSettingsInterface-CoYcsvnV.js +0 -43
  1426. package/dist/EventTypeAppSettingsInterface-D5NT9ODg.js +0 -42
  1427. package/dist/EventTypeAppSettingsInterface-DCoA8H5X.js +0 -103
  1428. package/dist/EventTypeAppSettingsInterface-DQsdtp-n.js +0 -48
  1429. package/dist/EventTypeAppSettingsInterface-DWkk8IKD.js +0 -24
  1430. package/dist/EventTypeAppSettingsInterface-VCy8eKJk.js +0 -55
  1431. package/dist/InstallAppButton--g7q2vS4.js +0 -14
  1432. package/dist/InstallAppButton-BdAHg4Ly.js +0 -29
  1433. package/dist/InstallAppButton-D-eJ9IoT.js +0 -14
  1434. package/dist/InstallAppButton-DRVYiUad.js +0 -93
  1435. package/dist/PhoneInput-uLF7Y3ez.js +0 -1402
  1436. package/dist/StripePaymentForm-DlIVTm9l.js +0 -492
  1437. package/dist/currencyOptions-r01lKGBF.js +0 -61
  1438. package/dist/index-BKVtYsaK.js +0 -26
  1439. package/dist/index-D6p17Vap.js +0 -177611
  1440. package/dist/packages/dayjs/__mocks__/index.d.ts +0 -11
  1441. package/dist/packages/dayjs/__mocks__/index.d.ts.map +0 -1
  1442. package/dist/packages/dayjs/index.d.ts.map +0 -1
  1443. package/dist/packages/dayjs/locales.d.ts +0 -1
  1444. package/dist/packages/dayjs/locales.d.ts.map +0 -1
  1445. package/dist/packages/dayjs/plugins/business-days-plugin.d.ts.map +0 -1
  1446. package/dist/packages/dayjs/plugins/business-days-plugin.test.d.ts +0 -2
  1447. package/dist/packages/dayjs/plugins/business-days-plugin.test.d.ts.map +0 -1
  1448. package/dist/packages/features/bookings/Booker/BookerStoreProvider.d.ts +0 -11
  1449. package/dist/packages/features/bookings/Booker/BookerStoreProvider.d.ts.map +0 -1
  1450. package/dist/packages/features/bookings/Booker/__mocks__/config.d.ts +0 -2
  1451. package/dist/packages/features/bookings/Booker/__mocks__/config.d.ts.map +0 -1
  1452. package/dist/packages/features/bookings/Booker/__tests__/test-utils.d.ts +0 -10
  1453. package/dist/packages/features/bookings/Booker/__tests__/test-utils.d.ts.map +0 -1
  1454. package/dist/packages/features/bookings/Booker/__tests__/utils/isSlotEquivalent.test.d.ts +0 -2
  1455. package/dist/packages/features/bookings/Booker/__tests__/utils/isSlotEquivalent.test.d.ts.map +0 -1
  1456. package/dist/packages/features/bookings/Booker/components/DryRunMessage.d.ts +0 -4
  1457. package/dist/packages/features/bookings/Booker/components/DryRunMessage.d.ts.map +0 -1
  1458. package/dist/packages/features/bookings/Booker/components/OverlayCalendar/store.d.ts +0 -12
  1459. package/dist/packages/features/bookings/Booker/components/OverlayCalendar/store.d.ts.map +0 -1
  1460. package/dist/packages/features/bookings/Booker/components/Unavailable.d.ts +0 -3
  1461. package/dist/packages/features/bookings/Booker/components/Unavailable.d.ts.map +0 -1
  1462. package/dist/packages/features/bookings/Booker/components/VerifyCodeDialog.d.ts +0 -15
  1463. package/dist/packages/features/bookings/Booker/components/VerifyCodeDialog.d.ts.map +0 -1
  1464. package/dist/packages/features/bookings/Booker/config.d.ts +0 -105
  1465. package/dist/packages/features/bookings/Booker/config.d.ts.map +0 -1
  1466. package/dist/packages/features/bookings/Booker/framer-features.d.ts.map +0 -1
  1467. package/dist/packages/features/bookings/Booker/hooks/useAvailableTimeSlots.d.ts +0 -23
  1468. package/dist/packages/features/bookings/Booker/hooks/useAvailableTimeSlots.d.ts.map +0 -1
  1469. package/dist/packages/features/bookings/Booker/hooks/useBookerLayout.d.ts +0 -22
  1470. package/dist/packages/features/bookings/Booker/hooks/useBookerLayout.d.ts.map +0 -1
  1471. package/dist/packages/features/bookings/Booker/hooks/useBookerTime.d.ts +0 -7
  1472. package/dist/packages/features/bookings/Booker/hooks/useBookerTime.d.ts.map +0 -1
  1473. package/dist/packages/features/bookings/Booker/hooks/useBookingForm.d.ts +0 -183
  1474. package/dist/packages/features/bookings/Booker/hooks/useBookingForm.d.ts.map +0 -1
  1475. package/dist/packages/features/bookings/Booker/hooks/useInitialFormValues.d.ts +0 -28
  1476. package/dist/packages/features/bookings/Booker/hooks/useInitialFormValues.d.ts.map +0 -1
  1477. package/dist/packages/features/bookings/Booker/hooks/useInitialFormValues.test.d.ts +0 -2
  1478. package/dist/packages/features/bookings/Booker/hooks/useInitialFormValues.test.d.ts.map +0 -1
  1479. package/dist/packages/features/bookings/Booker/hooks/useIsQuickAvailabilityCheckFeatureEnabled.d.ts +0 -2
  1480. package/dist/packages/features/bookings/Booker/hooks/useIsQuickAvailabilityCheckFeatureEnabled.d.ts.map +0 -1
  1481. package/dist/packages/features/bookings/Booker/hooks/useLocalSet.d.ts +0 -12
  1482. package/dist/packages/features/bookings/Booker/hooks/useLocalSet.d.ts.map +0 -1
  1483. package/dist/packages/features/bookings/Booker/hooks/useNonEmptyScheduleDays.d.ts +0 -3
  1484. package/dist/packages/features/bookings/Booker/hooks/useNonEmptyScheduleDays.d.ts.map +0 -1
  1485. package/dist/packages/features/bookings/Booker/hooks/useOverlayCalendar.d.ts +0 -23
  1486. package/dist/packages/features/bookings/Booker/hooks/useOverlayCalendar.d.ts.map +0 -1
  1487. package/dist/packages/features/bookings/Booker/hooks/useShouldShowArrows.d.ts +0 -8
  1488. package/dist/packages/features/bookings/Booker/hooks/useShouldShowArrows.d.ts.map +0 -1
  1489. package/dist/packages/features/bookings/Booker/hooks/useSkipConfirmStep.d.ts +0 -5
  1490. package/dist/packages/features/bookings/Booker/hooks/useSkipConfirmStep.d.ts.map +0 -1
  1491. package/dist/packages/features/bookings/Booker/hooks/useSlotsForDate.d.ts +0 -23
  1492. package/dist/packages/features/bookings/Booker/hooks/useSlotsForDate.d.ts.map +0 -1
  1493. package/dist/packages/features/bookings/Booker/hooks/useStableTimezone.d.ts +0 -5
  1494. package/dist/packages/features/bookings/Booker/hooks/useStableTimezone.d.ts.map +0 -1
  1495. package/dist/packages/features/bookings/Booker/hooks/useStableTimezone.test.d.ts +0 -2
  1496. package/dist/packages/features/bookings/Booker/hooks/useStableTimezone.test.d.ts.map +0 -1
  1497. package/dist/packages/features/bookings/Booker/index.d.ts +0 -2
  1498. package/dist/packages/features/bookings/Booker/index.d.ts.map +0 -1
  1499. package/dist/packages/features/bookings/Booker/store.d.ts +0 -192
  1500. package/dist/packages/features/bookings/Booker/store.d.ts.map +0 -1
  1501. package/dist/packages/features/bookings/Booker/types.d.ts +0 -134
  1502. package/dist/packages/features/bookings/Booker/types.d.ts.map +0 -1
  1503. package/dist/packages/features/bookings/Booker/useSlotReservationId.d.ts +0 -2
  1504. package/dist/packages/features/bookings/Booker/useSlotReservationId.d.ts.map +0 -1
  1505. package/dist/packages/features/bookings/Booker/utils/areDifferentValidMonths.d.ts +0 -2
  1506. package/dist/packages/features/bookings/Booker/utils/areDifferentValidMonths.d.ts.map +0 -1
  1507. package/dist/packages/features/bookings/Booker/utils/areDifferentValidMonths.test.d.ts +0 -2
  1508. package/dist/packages/features/bookings/Booker/utils/areDifferentValidMonths.test.d.ts.map +0 -1
  1509. package/dist/packages/features/bookings/Booker/utils/dates.d.ts +0 -26
  1510. package/dist/packages/features/bookings/Booker/utils/dates.d.ts.map +0 -1
  1511. package/dist/packages/features/bookings/Booker/utils/getBookerTimezone.d.ts +0 -8
  1512. package/dist/packages/features/bookings/Booker/utils/getBookerTimezone.d.ts.map +0 -1
  1513. package/dist/packages/features/bookings/Booker/utils/getBookerWrapperClasses.d.ts +0 -4
  1514. package/dist/packages/features/bookings/Booker/utils/getBookerWrapperClasses.d.ts.map +0 -1
  1515. package/dist/packages/features/bookings/Booker/utils/getBookingDuration.d.ts +0 -8
  1516. package/dist/packages/features/bookings/Booker/utils/getBookingDuration.d.ts.map +0 -1
  1517. package/dist/packages/features/bookings/Booker/utils/getBookingDuration.test.d.ts +0 -2
  1518. package/dist/packages/features/bookings/Booker/utils/getBookingDuration.test.d.ts.map +0 -1
  1519. package/dist/packages/features/bookings/Booker/utils/getPrefetchMonthCount.d.ts +0 -3
  1520. package/dist/packages/features/bookings/Booker/utils/getPrefetchMonthCount.d.ts.map +0 -1
  1521. package/dist/packages/features/bookings/Booker/utils/getPrefetchMonthCount.test.d.ts +0 -2
  1522. package/dist/packages/features/bookings/Booker/utils/getPrefetchMonthCount.test.d.ts.map +0 -1
  1523. package/dist/packages/features/bookings/Booker/utils/isBookingDryRun.d.ts +0 -3
  1524. package/dist/packages/features/bookings/Booker/utils/isBookingDryRun.d.ts.map +0 -1
  1525. package/dist/packages/features/bookings/Booker/utils/isFeatureEnabledForVisitor.d.ts +0 -7
  1526. package/dist/packages/features/bookings/Booker/utils/isFeatureEnabledForVisitor.d.ts.map +0 -1
  1527. package/dist/packages/features/bookings/Booker/utils/isFeatureEnabledForVisitor.test.d.ts +0 -2
  1528. package/dist/packages/features/bookings/Booker/utils/isFeatureEnabledForVisitor.test.d.ts.map +0 -1
  1529. package/dist/packages/features/bookings/Booker/utils/isMonthChange.d.ts +0 -2
  1530. package/dist/packages/features/bookings/Booker/utils/isMonthChange.d.ts.map +0 -1
  1531. package/dist/packages/features/bookings/Booker/utils/isMonthChange.test.d.ts +0 -2
  1532. package/dist/packages/features/bookings/Booker/utils/isMonthChange.test.d.ts.map +0 -1
  1533. package/dist/packages/features/bookings/Booker/utils/isMonthViewPrefetchEnabled.d.ts +0 -2
  1534. package/dist/packages/features/bookings/Booker/utils/isMonthViewPrefetchEnabled.d.ts.map +0 -1
  1535. package/dist/packages/features/bookings/Booker/utils/isMonthViewPrefetchEnabled.test.d.ts +0 -2
  1536. package/dist/packages/features/bookings/Booker/utils/isMonthViewPrefetchEnabled.test.d.ts.map +0 -1
  1537. package/dist/packages/features/bookings/Booker/utils/isPrefetchNextMonthEnabled.d.ts +0 -2
  1538. package/dist/packages/features/bookings/Booker/utils/isPrefetchNextMonthEnabled.d.ts.map +0 -1
  1539. package/dist/packages/features/bookings/Booker/utils/isPrefetchNextMonthEnabled.test.d.ts +0 -2
  1540. package/dist/packages/features/bookings/Booker/utils/isPrefetchNextMonthEnabled.test.d.ts.map +0 -1
  1541. package/dist/packages/features/bookings/Booker/utils/isSlotEquivalent.d.ts +0 -12
  1542. package/dist/packages/features/bookings/Booker/utils/isSlotEquivalent.d.ts.map +0 -1
  1543. package/dist/packages/features/bookings/Booker/utils/isTimeslotAvailable.d.ts +0 -27
  1544. package/dist/packages/features/bookings/Booker/utils/isTimeslotAvailable.d.ts.map +0 -1
  1545. package/dist/packages/features/bookings/Booker/utils/isTimeslotAvailable.test.d.ts +0 -2
  1546. package/dist/packages/features/bookings/Booker/utils/isTimeslotAvailable.test.d.ts.map +0 -1
  1547. package/dist/packages/features/bookings/Booker/utils/layout.d.ts +0 -2
  1548. package/dist/packages/features/bookings/Booker/utils/layout.d.ts.map +0 -1
  1549. package/dist/packages/features/bookings/Booker/utils/query-param.d.ts.map +0 -1
  1550. package/dist/packages/features/bookings/Booker/utils/use-brand-colors.d.ts +0 -6
  1551. package/dist/packages/features/bookings/Booker/utils/use-brand-colors.d.ts.map +0 -1
  1552. package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.d.ts +0 -91
  1553. package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.d.ts.map +0 -1
  1554. package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.test.d.ts +0 -2
  1555. package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.test.d.ts.map +0 -1
  1556. package/dist/packages/features/bookings/lib/EventManager.createRescheduleDelete.test.d.ts +0 -2
  1557. package/dist/packages/features/bookings/lib/EventManager.createRescheduleDelete.test.d.ts.map +0 -1
  1558. package/dist/packages/features/bookings/lib/EventManager.d.ts +0 -131
  1559. package/dist/packages/features/bookings/lib/EventManager.d.ts.map +0 -1
  1560. package/dist/packages/features/bookings/lib/EventManager.test.d.ts +0 -2
  1561. package/dist/packages/features/bookings/lib/EventManager.test.d.ts.map +0 -1
  1562. package/dist/packages/features/bookings/lib/bookingCreateBodySchema.d.ts +0 -705
  1563. package/dist/packages/features/bookings/lib/bookingCreateBodySchema.d.ts.map +0 -1
  1564. package/dist/packages/features/bookings/lib/bookingSuccessRedirect.d.ts +0 -28
  1565. package/dist/packages/features/bookings/lib/bookingSuccessRedirect.d.ts.map +0 -1
  1566. package/dist/packages/features/bookings/lib/bookingSuccessRedirect.test.d.ts +0 -2
  1567. package/dist/packages/features/bookings/lib/bookingSuccessRedirect.test.d.ts.map +0 -1
  1568. package/dist/packages/features/bookings/lib/buildEventUrlFromBooking.d.ts +0 -27
  1569. package/dist/packages/features/bookings/lib/buildEventUrlFromBooking.d.ts.map +0 -1
  1570. package/dist/packages/features/bookings/lib/buildEventUrlFromBooking.test.d.ts +0 -2
  1571. package/dist/packages/features/bookings/lib/buildEventUrlFromBooking.test.d.ts.map +0 -1
  1572. package/dist/packages/features/bookings/lib/cancellationReason.d.ts +0 -3
  1573. package/dist/packages/features/bookings/lib/cancellationReason.d.ts.map +0 -1
  1574. package/dist/packages/features/bookings/lib/cancellationReason.test.d.ts +0 -2
  1575. package/dist/packages/features/bookings/lib/cancellationReason.test.d.ts.map +0 -1
  1576. package/dist/packages/features/bookings/lib/checkBookingLimits.d.ts +0 -27
  1577. package/dist/packages/features/bookings/lib/checkBookingLimits.d.ts.map +0 -1
  1578. package/dist/packages/features/bookings/lib/checkBookingLimits.test.d.ts +0 -2
  1579. package/dist/packages/features/bookings/lib/checkBookingLimits.test.d.ts.map +0 -1
  1580. package/dist/packages/features/bookings/lib/checkDurationLimits.d.ts +0 -11
  1581. package/dist/packages/features/bookings/lib/checkDurationLimits.d.ts.map +0 -1
  1582. package/dist/packages/features/bookings/lib/checkDurationLimits.test.d.ts +0 -2
  1583. package/dist/packages/features/bookings/lib/checkDurationLimits.test.d.ts.map +0 -1
  1584. package/dist/packages/features/bookings/lib/client/booking-event-form/booking-to-mutation-input-mapper.d.ts +0 -31
  1585. package/dist/packages/features/bookings/lib/client/booking-event-form/booking-to-mutation-input-mapper.d.ts.map +0 -1
  1586. package/dist/packages/features/bookings/lib/client/decoyBookingStore.d.ts +0 -40
  1587. package/dist/packages/features/bookings/lib/client/decoyBookingStore.d.ts.map +0 -1
  1588. package/dist/packages/features/bookings/lib/conflictChecker/checkForConflicts.d.ts +0 -12
  1589. package/dist/packages/features/bookings/lib/conflictChecker/checkForConflicts.d.ts.map +0 -1
  1590. package/dist/packages/features/bookings/lib/conflictChecker/checkForConflicts.test.d.ts +0 -2
  1591. package/dist/packages/features/bookings/lib/conflictChecker/checkForConflicts.test.d.ts.map +0 -1
  1592. package/dist/packages/features/bookings/lib/create-booking.d.ts +0 -554
  1593. package/dist/packages/features/bookings/lib/create-booking.d.ts.map +0 -1
  1594. package/dist/packages/features/bookings/lib/create-booking.test.d.ts +0 -2
  1595. package/dist/packages/features/bookings/lib/create-booking.test.d.ts.map +0 -1
  1596. package/dist/packages/features/bookings/lib/create-instant-booking.d.ts +0 -4
  1597. package/dist/packages/features/bookings/lib/create-instant-booking.d.ts.map +0 -1
  1598. package/dist/packages/features/bookings/lib/create-instant-booking.test.d.ts +0 -2
  1599. package/dist/packages/features/bookings/lib/create-instant-booking.test.d.ts.map +0 -1
  1600. package/dist/packages/features/bookings/lib/create-recurring-booking.d.ts +0 -554
  1601. package/dist/packages/features/bookings/lib/create-recurring-booking.d.ts.map +0 -1
  1602. package/dist/packages/features/bookings/lib/create-recurring-booking.test.d.ts +0 -2
  1603. package/dist/packages/features/bookings/lib/create-recurring-booking.test.d.ts.map +0 -1
  1604. package/dist/packages/features/bookings/lib/doesBookingRequireConfirmation.d.ts +0 -15
  1605. package/dist/packages/features/bookings/lib/doesBookingRequireConfirmation.d.ts.map +0 -1
  1606. package/dist/packages/features/bookings/lib/doesBookingRequireConfirmation.test.d.ts +0 -2
  1607. package/dist/packages/features/bookings/lib/doesBookingRequireConfirmation.test.d.ts.map +0 -1
  1608. package/dist/packages/features/bookings/lib/dto/IBookingAttendeeRepository.d.ts +0 -4
  1609. package/dist/packages/features/bookings/lib/dto/IBookingAttendeeRepository.d.ts.map +0 -1
  1610. package/dist/packages/features/bookings/lib/dto/schema.d.ts +0 -30
  1611. package/dist/packages/features/bookings/lib/dto/schema.d.ts.map +0 -1
  1612. package/dist/packages/features/bookings/lib/get-booking.d.ts +0 -138
  1613. package/dist/packages/features/bookings/lib/get-booking.d.ts.map +0 -1
  1614. package/dist/packages/features/bookings/lib/get-booking.test.d.ts +0 -2
  1615. package/dist/packages/features/bookings/lib/get-booking.test.d.ts.map +0 -1
  1616. package/dist/packages/features/bookings/lib/get-location-options-for-select.test.d.ts +0 -2
  1617. package/dist/packages/features/bookings/lib/get-location-options-for-select.test.d.ts.map +0 -1
  1618. package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/getAllCredentials.d.ts +0 -23
  1619. package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/getAllCredentials.d.ts.map +0 -1
  1620. package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/getAllCredentials.test.d.ts +0 -2
  1621. package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/getAllCredentials.test.d.ts.map +0 -1
  1622. package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/refreshCredential.d.ts +0 -8
  1623. package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/refreshCredential.d.ts.map +0 -1
  1624. package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/refreshCredentials.d.ts +0 -3
  1625. package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/refreshCredentials.d.ts.map +0 -1
  1626. package/dist/packages/features/bookings/lib/getAllUserBookings.d.ts +0 -522
  1627. package/dist/packages/features/bookings/lib/getAllUserBookings.d.ts.map +0 -1
  1628. package/dist/packages/features/bookings/lib/getAllUserBookings.test.d.ts +0 -2
  1629. package/dist/packages/features/bookings/lib/getAllUserBookings.test.d.ts.map +0 -1
  1630. package/dist/packages/features/bookings/lib/getAssignmentReasonCategory.d.ts +0 -8
  1631. package/dist/packages/features/bookings/lib/getAssignmentReasonCategory.d.ts.map +0 -1
  1632. package/dist/packages/features/bookings/lib/getAssignmentReasonCategory.test.d.ts +0 -2
  1633. package/dist/packages/features/bookings/lib/getAssignmentReasonCategory.test.d.ts.map +0 -1
  1634. package/dist/packages/features/bookings/lib/getBookingDataSchema.d.ts +0 -318
  1635. package/dist/packages/features/bookings/lib/getBookingDataSchema.d.ts.map +0 -1
  1636. package/dist/packages/features/bookings/lib/getBookingDataSchema.test.d.ts +0 -2
  1637. package/dist/packages/features/bookings/lib/getBookingDataSchema.test.d.ts.map +0 -1
  1638. package/dist/packages/features/bookings/lib/getBookingDataSchemaForApi.d.ts +0 -528
  1639. package/dist/packages/features/bookings/lib/getBookingDataSchemaForApi.d.ts.map +0 -1
  1640. package/dist/packages/features/bookings/lib/getBookingFields.d.ts +0 -225
  1641. package/dist/packages/features/bookings/lib/getBookingFields.d.ts.map +0 -1
  1642. package/dist/packages/features/bookings/lib/getBookingFields.test.d.ts +0 -2
  1643. package/dist/packages/features/bookings/lib/getBookingFields.test.d.ts.map +0 -1
  1644. package/dist/packages/features/bookings/lib/getBookingInfo.d.ts +0 -125
  1645. package/dist/packages/features/bookings/lib/getBookingInfo.d.ts.map +0 -1
  1646. package/dist/packages/features/bookings/lib/getBookingInfo.test.d.ts +0 -2
  1647. package/dist/packages/features/bookings/lib/getBookingInfo.test.d.ts.map +0 -1
  1648. package/dist/packages/features/bookings/lib/getBookingResponses/get-booking-responses-prefill.test.d.ts +0 -2
  1649. package/dist/packages/features/bookings/lib/getBookingResponses/get-booking-responses-prefill.test.d.ts.map +0 -1
  1650. package/dist/packages/features/bookings/lib/getBookingResponsesSchema.d.ts +0 -204
  1651. package/dist/packages/features/bookings/lib/getBookingResponsesSchema.d.ts.map +0 -1
  1652. package/dist/packages/features/bookings/lib/getBookingResponsesSchema.test.d.ts +0 -2
  1653. package/dist/packages/features/bookings/lib/getBookingResponsesSchema.test.d.ts.map +0 -1
  1654. package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts +0 -259
  1655. package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts.map +0 -1
  1656. package/dist/packages/features/bookings/lib/getBookingToDelete.test.d.ts +0 -2
  1657. package/dist/packages/features/bookings/lib/getBookingToDelete.test.d.ts.map +0 -1
  1658. package/dist/packages/features/bookings/lib/getCalEventResponses.d.ts +0 -27
  1659. package/dist/packages/features/bookings/lib/getCalEventResponses.d.ts.map +0 -1
  1660. package/dist/packages/features/bookings/lib/getCalEventResponses.test.d.ts +0 -2
  1661. package/dist/packages/features/bookings/lib/getCalEventResponses.test.d.ts.map +0 -1
  1662. package/dist/packages/features/bookings/lib/getCalendarLinks.d.ts +0 -41
  1663. package/dist/packages/features/bookings/lib/getCalendarLinks.d.ts.map +0 -1
  1664. package/dist/packages/features/bookings/lib/getCalendarLinks.test.d.ts +0 -2
  1665. package/dist/packages/features/bookings/lib/getCalendarLinks.test.d.ts.map +0 -1
  1666. package/dist/packages/features/bookings/lib/getHostsAndGuests.d.ts +0 -36
  1667. package/dist/packages/features/bookings/lib/getHostsAndGuests.d.ts.map +0 -1
  1668. package/dist/packages/features/bookings/lib/getHostsAndGuests.test.d.ts +0 -2
  1669. package/dist/packages/features/bookings/lib/getHostsAndGuests.test.d.ts.map +0 -1
  1670. package/dist/packages/features/bookings/lib/getLocationOptionsForSelect.d.ts +0 -8
  1671. package/dist/packages/features/bookings/lib/getLocationOptionsForSelect.d.ts.map +0 -1
  1672. package/dist/packages/features/bookings/lib/getLuckyUser.d.ts +0 -162
  1673. package/dist/packages/features/bookings/lib/getLuckyUser.d.ts.map +0 -1
  1674. package/dist/packages/features/bookings/lib/getLuckyUser.integration-test.d.ts +0 -2
  1675. package/dist/packages/features/bookings/lib/getLuckyUser.integration-test.d.ts.map +0 -1
  1676. package/dist/packages/features/bookings/lib/getLuckyUser.test.d.ts +0 -2
  1677. package/dist/packages/features/bookings/lib/getLuckyUser.test.d.ts.map +0 -1
  1678. package/dist/packages/features/bookings/lib/getUserBooking.d.ts +0 -60
  1679. package/dist/packages/features/bookings/lib/getUserBooking.d.ts.map +0 -1
  1680. package/dist/packages/features/bookings/lib/getWebhookPayloadForBooking.d.ts +0 -20
  1681. package/dist/packages/features/bookings/lib/getWebhookPayloadForBooking.d.ts.map +0 -1
  1682. package/dist/packages/features/bookings/lib/getWebhookPayloadForBooking.test.d.ts +0 -2
  1683. package/dist/packages/features/bookings/lib/getWebhookPayloadForBooking.test.d.ts.map +0 -1
  1684. package/dist/packages/features/bookings/lib/handleBookingRequested.d.ts +0 -48
  1685. package/dist/packages/features/bookings/lib/handleBookingRequested.d.ts.map +0 -1
  1686. package/dist/packages/features/bookings/lib/handleBookingRequested.test.d.ts +0 -2
  1687. package/dist/packages/features/bookings/lib/handleBookingRequested.test.d.ts.map +0 -1
  1688. package/dist/packages/features/bookings/lib/handleCancelBooking/test/handleCancelBooking.test.d.ts +0 -2
  1689. package/dist/packages/features/bookings/lib/handleCancelBooking/test/handleCancelBooking.test.d.ts.map +0 -1
  1690. package/dist/packages/features/bookings/lib/handleCancelBooking/types.d.ts +0 -15
  1691. package/dist/packages/features/bookings/lib/handleCancelBooking/types.d.ts.map +0 -1
  1692. package/dist/packages/features/bookings/lib/handleCancelBooking.d.ts +0 -87
  1693. package/dist/packages/features/bookings/lib/handleCancelBooking.d.ts.map +0 -1
  1694. package/dist/packages/features/bookings/lib/handleCancelBooking.integration-test.d.ts +0 -2
  1695. package/dist/packages/features/bookings/lib/handleCancelBooking.integration-test.d.ts.map +0 -1
  1696. package/dist/packages/features/bookings/lib/handleConfirmation.d.ts +0 -60
  1697. package/dist/packages/features/bookings/lib/handleConfirmation.d.ts.map +0 -1
  1698. package/dist/packages/features/bookings/lib/handleConfirmation.test.d.ts +0 -2
  1699. package/dist/packages/features/bookings/lib/handleConfirmation.test.d.ts.map +0 -1
  1700. package/dist/packages/features/bookings/lib/handleInternalNote.d.ts +0 -21
  1701. package/dist/packages/features/bookings/lib/handleInternalNote.d.ts.map +0 -1
  1702. package/dist/packages/features/bookings/lib/handleInternalNote.test.d.ts +0 -2
  1703. package/dist/packages/features/bookings/lib/handleInternalNote.test.d.ts.map +0 -1
  1704. package/dist/packages/features/bookings/lib/handleNewBooking/buildBookingEventAuditData.d.ts +0 -41
  1705. package/dist/packages/features/bookings/lib/handleNewBooking/buildBookingEventAuditData.d.ts.map +0 -1
  1706. package/dist/packages/features/bookings/lib/handleNewBooking/buildBookingEventAuditData.test.d.ts +0 -2
  1707. package/dist/packages/features/bookings/lib/handleNewBooking/buildBookingEventAuditData.test.d.ts.map +0 -1
  1708. package/dist/packages/features/bookings/lib/handleNewBooking/checkActiveBookingsLimitForBooker.d.ts +0 -9
  1709. package/dist/packages/features/bookings/lib/handleNewBooking/checkActiveBookingsLimitForBooker.d.ts.map +0 -1
  1710. package/dist/packages/features/bookings/lib/handleNewBooking/checkActiveBookingsLimitForBooker.test.d.ts +0 -2
  1711. package/dist/packages/features/bookings/lib/handleNewBooking/checkActiveBookingsLimitForBooker.test.d.ts.map +0 -1
  1712. package/dist/packages/features/bookings/lib/handleNewBooking/checkBookingAndDurationLimits.d.ts +0 -19
  1713. package/dist/packages/features/bookings/lib/handleNewBooking/checkBookingAndDurationLimits.d.ts.map +0 -1
  1714. package/dist/packages/features/bookings/lib/handleNewBooking/checkBookingAndDurationLimits.test.d.ts +0 -2
  1715. package/dist/packages/features/bookings/lib/handleNewBooking/checkBookingAndDurationLimits.test.d.ts.map +0 -1
  1716. package/dist/packages/features/bookings/lib/handleNewBooking/checkIfBookerEmailIsBlocked.d.ts +0 -9
  1717. package/dist/packages/features/bookings/lib/handleNewBooking/checkIfBookerEmailIsBlocked.d.ts.map +0 -1
  1718. package/dist/packages/features/bookings/lib/handleNewBooking/checkIfBookerEmailIsBlocked.test.d.ts +0 -2
  1719. package/dist/packages/features/bookings/lib/handleNewBooking/checkIfBookerEmailIsBlocked.test.d.ts.map +0 -1
  1720. package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.d.ts +0 -144
  1721. package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.d.ts.map +0 -1
  1722. package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.test.d.ts +0 -2
  1723. package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.test.d.ts.map +0 -1
  1724. package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.d.ts +0 -830
  1725. package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.d.ts.map +0 -1
  1726. package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.test.d.ts +0 -2
  1727. package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.test.d.ts.map +0 -1
  1728. package/dist/packages/features/bookings/lib/handleNewBooking/findBookingQuery.d.ts +0 -30
  1729. package/dist/packages/features/bookings/lib/handleNewBooking/findBookingQuery.d.ts.map +0 -1
  1730. package/dist/packages/features/bookings/lib/handleNewBooking/findBookingQuery.test.d.ts +0 -2
  1731. package/dist/packages/features/bookings/lib/handleNewBooking/findBookingQuery.test.d.ts.map +0 -1
  1732. package/dist/packages/features/bookings/lib/handleNewBooking/getAuditActionSource.d.ts +0 -8
  1733. package/dist/packages/features/bookings/lib/handleNewBooking/getAuditActionSource.d.ts.map +0 -1
  1734. package/dist/packages/features/bookings/lib/handleNewBooking/getBookingAuditActorForNewBooking.d.ts +0 -29
  1735. package/dist/packages/features/bookings/lib/handleNewBooking/getBookingAuditActorForNewBooking.d.ts.map +0 -1
  1736. package/dist/packages/features/bookings/lib/handleNewBooking/getBookingData.d.ts +0 -384
  1737. package/dist/packages/features/bookings/lib/handleNewBooking/getBookingData.d.ts.map +0 -1
  1738. package/dist/packages/features/bookings/lib/handleNewBooking/getBookingData.test.d.ts +0 -2
  1739. package/dist/packages/features/bookings/lib/handleNewBooking/getBookingData.test.d.ts.map +0 -1
  1740. package/dist/packages/features/bookings/lib/handleNewBooking/getCustomInputsResponses.d.ts +0 -12
  1741. package/dist/packages/features/bookings/lib/handleNewBooking/getCustomInputsResponses.d.ts.map +0 -1
  1742. package/dist/packages/features/bookings/lib/handleNewBooking/getCustomInputsResponses.test.d.ts +0 -2
  1743. package/dist/packages/features/bookings/lib/handleNewBooking/getCustomInputsResponses.test.d.ts.map +0 -1
  1744. package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.d.ts +0 -1547
  1745. package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.d.ts.map +0 -1
  1746. package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.test.d.ts +0 -2
  1747. package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.test.d.ts.map +0 -1
  1748. package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts +0 -822
  1749. package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts.map +0 -1
  1750. package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.test.d.ts +0 -2
  1751. package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.test.d.ts.map +0 -1
  1752. package/dist/packages/features/bookings/lib/handleNewBooking/getLocationValuesForDb.d.ts +0 -27
  1753. package/dist/packages/features/bookings/lib/handleNewBooking/getLocationValuesForDb.d.ts.map +0 -1
  1754. package/dist/packages/features/bookings/lib/handleNewBooking/getRequiresConfirmationFlags.d.ts +0 -25
  1755. package/dist/packages/features/bookings/lib/handleNewBooking/getRequiresConfirmationFlags.d.ts.map +0 -1
  1756. package/dist/packages/features/bookings/lib/handleNewBooking/getRequiresConfirmationFlags.test.d.ts +0 -2
  1757. package/dist/packages/features/bookings/lib/handleNewBooking/getRequiresConfirmationFlags.test.d.ts.map +0 -1
  1758. package/dist/packages/features/bookings/lib/handleNewBooking/getSeatedBooking.d.ts +0 -3
  1759. package/dist/packages/features/bookings/lib/handleNewBooking/getSeatedBooking.d.ts.map +0 -1
  1760. package/dist/packages/features/bookings/lib/handleNewBooking/getSeatedBooking.test.d.ts +0 -2
  1761. package/dist/packages/features/bookings/lib/handleNewBooking/getSeatedBooking.test.d.ts.map +0 -1
  1762. package/dist/packages/features/bookings/lib/handleNewBooking/getVideoCallDetails.d.ts +0 -16
  1763. package/dist/packages/features/bookings/lib/handleNewBooking/getVideoCallDetails.d.ts.map +0 -1
  1764. package/dist/packages/features/bookings/lib/handleNewBooking/getVideoCallDetails.test.d.ts +0 -2
  1765. package/dist/packages/features/bookings/lib/handleNewBooking/getVideoCallDetails.test.d.ts.map +0 -1
  1766. package/dist/packages/features/bookings/lib/handleNewBooking/global-booking-limits.test.d.ts +0 -2
  1767. package/dist/packages/features/bookings/lib/handleNewBooking/global-booking-limits.test.d.ts.map +0 -1
  1768. package/dist/packages/features/bookings/lib/handleNewBooking/handleAppsStatus.d.ts +0 -8
  1769. package/dist/packages/features/bookings/lib/handleNewBooking/handleAppsStatus.d.ts.map +0 -1
  1770. package/dist/packages/features/bookings/lib/handleNewBooking/handleAppsStatus.test.d.ts +0 -2
  1771. package/dist/packages/features/bookings/lib/handleNewBooking/handleAppsStatus.test.d.ts.map +0 -1
  1772. package/dist/packages/features/bookings/lib/handleNewBooking/handleCustomInputs.d.ts +0 -8
  1773. package/dist/packages/features/bookings/lib/handleNewBooking/handleCustomInputs.d.ts.map +0 -1
  1774. package/dist/packages/features/bookings/lib/handleNewBooking/handleCustomInputs.test.d.ts +0 -2
  1775. package/dist/packages/features/bookings/lib/handleNewBooking/handleCustomInputs.test.d.ts.map +0 -1
  1776. package/dist/packages/features/bookings/lib/handleNewBooking/loadAndValidateUsers.d.ts +0 -34
  1777. package/dist/packages/features/bookings/lib/handleNewBooking/loadAndValidateUsers.d.ts.map +0 -1
  1778. package/dist/packages/features/bookings/lib/handleNewBooking/loadAndValidateUsers.test.d.ts +0 -2
  1779. package/dist/packages/features/bookings/lib/handleNewBooking/loadAndValidateUsers.test.d.ts.map +0 -1
  1780. package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts +0 -473
  1781. package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts.map +0 -1
  1782. package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.test.d.ts +0 -2
  1783. package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.test.d.ts.map +0 -1
  1784. package/dist/packages/features/bookings/lib/handleNewBooking/logger.d.ts +0 -2
  1785. package/dist/packages/features/bookings/lib/handleNewBooking/logger.d.ts.map +0 -1
  1786. package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.d.ts +0 -578
  1787. package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.d.ts.map +0 -1
  1788. package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.test.d.ts +0 -2
  1789. package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.test.d.ts.map +0 -1
  1790. package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.d.ts +0 -20
  1791. package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.d.ts.map +0 -1
  1792. package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.integration-test.d.ts +0 -2
  1793. package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.integration-test.d.ts.map +0 -1
  1794. package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.test.d.ts +0 -2
  1795. package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.test.d.ts.map +0 -1
  1796. package/dist/packages/features/bookings/lib/handleNewBooking/test/TestUserRepository.d.ts +0 -9
  1797. package/dist/packages/features/bookings/lib/handleNewBooking/test/TestUserRepository.d.ts.map +0 -1
  1798. package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-flags.test.d.ts +0 -2
  1799. package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-flags.test.d.ts.map +0 -1
  1800. package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-limits.test.d.ts +0 -2
  1801. package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-limits.test.d.ts.map +0 -1
  1802. package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-time-out-of-bounds.test.d.ts +0 -2
  1803. package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-time-out-of-bounds.test.d.ts.map +0 -1
  1804. package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-validations.test.d.ts +0 -2
  1805. package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-validations.test.d.ts.map +0 -1
  1806. package/dist/packages/features/bookings/lib/handleNewBooking/test/buildDryRunBooking.test.d.ts +0 -2
  1807. package/dist/packages/features/bookings/lib/handleNewBooking/test/buildDryRunBooking.test.d.ts.map +0 -1
  1808. package/dist/packages/features/bookings/lib/handleNewBooking/test/buildEventForTeamEventType.test.d.ts +0 -2
  1809. package/dist/packages/features/bookings/lib/handleNewBooking/test/buildEventForTeamEventType.test.d.ts.map +0 -1
  1810. package/dist/packages/features/bookings/lib/handleNewBooking/test/checkIfBookerEmailIsBlocked.integration-test.d.ts +0 -2
  1811. package/dist/packages/features/bookings/lib/handleNewBooking/test/checkIfBookerEmailIsBlocked.integration-test.d.ts.map +0 -1
  1812. package/dist/packages/features/bookings/lib/handleNewBooking/test/complex-schedules.test.d.ts +0 -9
  1813. package/dist/packages/features/bookings/lib/handleNewBooking/test/complex-schedules.test.d.ts.map +0 -1
  1814. package/dist/packages/features/bookings/lib/handleNewBooking/test/date-overrides.test.d.ts +0 -9
  1815. package/dist/packages/features/bookings/lib/handleNewBooking/test/date-overrides.test.d.ts.map +0 -1
  1816. package/dist/packages/features/bookings/lib/handleNewBooking/test/delegation-credential.test.d.ts +0 -2
  1817. package/dist/packages/features/bookings/lib/handleNewBooking/test/delegation-credential.test.d.ts.map +0 -1
  1818. package/dist/packages/features/bookings/lib/handleNewBooking/test/dynamic-group-booking.test.d.ts +0 -5
  1819. package/dist/packages/features/bookings/lib/handleNewBooking/test/dynamic-group-booking.test.d.ts.map +0 -1
  1820. package/dist/packages/features/bookings/lib/handleNewBooking/test/email-verification-booking.test.d.ts +0 -2
  1821. package/dist/packages/features/bookings/lib/handleNewBooking/test/email-verification-booking.test.d.ts.map +0 -1
  1822. package/dist/packages/features/bookings/lib/handleNewBooking/test/fresh-booking.test.d.ts +0 -5
  1823. package/dist/packages/features/bookings/lib/handleNewBooking/test/fresh-booking.test.d.ts.map +0 -1
  1824. package/dist/packages/features/bookings/lib/handleNewBooking/test/getLocationValueForDb.test.d.ts +0 -2
  1825. package/dist/packages/features/bookings/lib/handleNewBooking/test/getLocationValueForDb.test.d.ts.map +0 -1
  1826. package/dist/packages/features/bookings/lib/handleNewBooking/test/getNewBookingHandler.d.ts +0 -553
  1827. package/dist/packages/features/bookings/lib/handleNewBooking/test/getNewBookingHandler.d.ts.map +0 -1
  1828. package/dist/packages/features/bookings/lib/handleNewBooking/test/holiday-blocking.integration-test.d.ts +0 -2
  1829. package/dist/packages/features/bookings/lib/handleNewBooking/test/holiday-blocking.integration-test.d.ts.map +0 -1
  1830. package/dist/packages/features/bookings/lib/handleNewBooking/test/managed-event-type-booking.test.d.ts +0 -2
  1831. package/dist/packages/features/bookings/lib/handleNewBooking/test/managed-event-type-booking.test.d.ts.map +0 -1
  1832. package/dist/packages/features/bookings/lib/handleNewBooking/test/per-host-locations.test.d.ts +0 -2
  1833. package/dist/packages/features/bookings/lib/handleNewBooking/test/per-host-locations.test.d.ts.map +0 -1
  1834. package/dist/packages/features/bookings/lib/handleNewBooking/test/post-booking-handling.test.d.ts +0 -5
  1835. package/dist/packages/features/bookings/lib/handleNewBooking/test/post-booking-handling.test.d.ts.map +0 -1
  1836. package/dist/packages/features/bookings/lib/handleNewBooking/test/reschedule.test.d.ts +0 -2
  1837. package/dist/packages/features/bookings/lib/handleNewBooking/test/reschedule.test.d.ts.map +0 -1
  1838. package/dist/packages/features/bookings/lib/handleNewBooking/test/round-robin-no-hosts.test.d.ts +0 -2
  1839. package/dist/packages/features/bookings/lib/handleNewBooking/test/round-robin-no-hosts.test.d.ts.map +0 -1
  1840. package/dist/packages/features/bookings/lib/handleNewBooking/test/spam-booking.test.d.ts +0 -2
  1841. package/dist/packages/features/bookings/lib/handleNewBooking/test/spam-booking.test.d.ts.map +0 -1
  1842. package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/collective-reschedule-destination-calendar.test.d.ts +0 -5
  1843. package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/collective-reschedule-destination-calendar.test.d.ts.map +0 -1
  1844. package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/collective-scheduling.test.d.ts +0 -5
  1845. package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/collective-scheduling.test.d.ts.map +0 -1
  1846. package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/round-robin.test.d.ts +0 -2
  1847. package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/round-robin.test.d.ts.map +0 -1
  1848. package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-booking-created.test.d.ts +0 -2
  1849. package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-booking-created.test.d.ts.map +0 -1
  1850. package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-booking-requested.test.d.ts +0 -5
  1851. package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-booking-requested.test.d.ts.map +0 -1
  1852. package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-booking-rescheduled.test.d.ts +0 -2
  1853. package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-booking-rescheduled.test.d.ts.map +0 -1
  1854. package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-meeting-webhooks.test.d.ts +0 -2
  1855. package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-meeting-webhooks.test.d.ts.map +0 -1
  1856. package/dist/packages/features/bookings/lib/handleNewBooking/test/workflow-notifications.test.d.ts +0 -2
  1857. package/dist/packages/features/bookings/lib/handleNewBooking/test/workflow-notifications.test.d.ts.map +0 -1
  1858. package/dist/packages/features/bookings/lib/handleNewBooking/types.d.ts +0 -52
  1859. package/dist/packages/features/bookings/lib/handleNewBooking/types.d.ts.map +0 -1
  1860. package/dist/packages/features/bookings/lib/handleNewBooking/validateBookingTimeIsNotOutOfBounds.d.ts +0 -6
  1861. package/dist/packages/features/bookings/lib/handleNewBooking/validateBookingTimeIsNotOutOfBounds.d.ts.map +0 -1
  1862. package/dist/packages/features/bookings/lib/handleNewBooking/validateBookingTimeIsNotOutOfBounds.test.d.ts +0 -2
  1863. package/dist/packages/features/bookings/lib/handleNewBooking/validateBookingTimeIsNotOutOfBounds.test.d.ts.map +0 -1
  1864. package/dist/packages/features/bookings/lib/handleNewBooking/validateEventLength.d.ts +0 -11
  1865. package/dist/packages/features/bookings/lib/handleNewBooking/validateEventLength.d.ts.map +0 -1
  1866. package/dist/packages/features/bookings/lib/handleNewBooking/validateEventLength.test.d.ts +0 -2
  1867. package/dist/packages/features/bookings/lib/handleNewBooking/validateEventLength.test.d.ts.map +0 -1
  1868. package/dist/packages/features/bookings/lib/handleNewBooking/validateRescheduleRestrictions.d.ts +0 -9
  1869. package/dist/packages/features/bookings/lib/handleNewBooking/validateRescheduleRestrictions.d.ts.map +0 -1
  1870. package/dist/packages/features/bookings/lib/handleNewBooking/validateRescheduleRestrictions.test.d.ts +0 -2
  1871. package/dist/packages/features/bookings/lib/handleNewBooking/validateRescheduleRestrictions.test.d.ts.map +0 -1
  1872. package/dist/packages/features/bookings/lib/handlePayment.d.ts +0 -51
  1873. package/dist/packages/features/bookings/lib/handlePayment.d.ts.map +0 -1
  1874. package/dist/packages/features/bookings/lib/handlePayment.integration-test.d.ts +0 -2
  1875. package/dist/packages/features/bookings/lib/handlePayment.integration-test.d.ts.map +0 -1
  1876. package/dist/packages/features/bookings/lib/handlePayment.test.d.ts +0 -2
  1877. package/dist/packages/features/bookings/lib/handlePayment.test.d.ts.map +0 -1
  1878. package/dist/packages/features/bookings/lib/handleSeats/cancel/cancelAttendeeSeat.d.ts +0 -22
  1879. package/dist/packages/features/bookings/lib/handleSeats/cancel/cancelAttendeeSeat.d.ts.map +0 -1
  1880. package/dist/packages/features/bookings/lib/handleSeats/cancel/cancelAttendeeSeat.test.d.ts +0 -2
  1881. package/dist/packages/features/bookings/lib/handleSeats/cancel/cancelAttendeeSeat.test.d.ts.map +0 -1
  1882. package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.d.ts +0 -134
  1883. package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.d.ts.map +0 -1
  1884. package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.integration-test.d.ts +0 -2
  1885. package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.integration-test.d.ts.map +0 -1
  1886. package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.test.d.ts +0 -2
  1887. package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.test.d.ts.map +0 -1
  1888. package/dist/packages/features/bookings/lib/handleSeats/handleSeats.d.ts +0 -5
  1889. package/dist/packages/features/bookings/lib/handleSeats/handleSeats.d.ts.map +0 -1
  1890. package/dist/packages/features/bookings/lib/handleSeats/handleSeats.unit.test.d.ts +0 -2
  1891. package/dist/packages/features/bookings/lib/handleSeats/handleSeats.unit.test.d.ts.map +0 -1
  1892. package/dist/packages/features/bookings/lib/handleSeats/lib/lastAttendeeDeleteBooking.d.ts +0 -6
  1893. package/dist/packages/features/bookings/lib/handleSeats/lib/lastAttendeeDeleteBooking.d.ts.map +0 -1
  1894. package/dist/packages/features/bookings/lib/handleSeats/lib/lastAttendeeDeleteBooking.test.d.ts +0 -2
  1895. package/dist/packages/features/bookings/lib/handleSeats/lib/lastAttendeeDeleteBooking.test.d.ts.map +0 -1
  1896. package/dist/packages/features/bookings/lib/handleSeats/reschedule/attendee/attendeeRescheduleSeatedBooking.d.ts +0 -35
  1897. package/dist/packages/features/bookings/lib/handleSeats/reschedule/attendee/attendeeRescheduleSeatedBooking.d.ts.map +0 -1
  1898. package/dist/packages/features/bookings/lib/handleSeats/reschedule/attendee/attendeeRescheduleSeatedBooking.test.d.ts +0 -2
  1899. package/dist/packages/features/bookings/lib/handleSeats/reschedule/attendee/attendeeRescheduleSeatedBooking.test.d.ts.map +0 -1
  1900. package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/combineTwoSeatedBookings.d.ts +0 -34
  1901. package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/combineTwoSeatedBookings.d.ts.map +0 -1
  1902. package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/combineTwoSeatedBookings.test.d.ts +0 -2
  1903. package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/combineTwoSeatedBookings.test.d.ts.map +0 -1
  1904. package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/moveSeatedBookingToNewTimeSlot.d.ts +0 -36
  1905. package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/moveSeatedBookingToNewTimeSlot.d.ts.map +0 -1
  1906. package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/moveSeatedBookingToNewTimeSlot.test.d.ts +0 -2
  1907. package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/moveSeatedBookingToNewTimeSlot.test.d.ts.map +0 -1
  1908. package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.d.ts +0 -103
  1909. package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.d.ts.map +0 -1
  1910. package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.test.d.ts +0 -2
  1911. package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.test.d.ts.map +0 -1
  1912. package/dist/packages/features/bookings/lib/handleSeats/reschedule/rescheduleSeatedBooking.d.ts +0 -5
  1913. package/dist/packages/features/bookings/lib/handleSeats/reschedule/rescheduleSeatedBooking.d.ts.map +0 -1
  1914. package/dist/packages/features/bookings/lib/handleSeats/test/handleSeats.test.d.ts +0 -2
  1915. package/dist/packages/features/bookings/lib/handleSeats/test/handleSeats.test.d.ts.map +0 -1
  1916. package/dist/packages/features/bookings/lib/handleWebhookTrigger.d.ts +0 -11
  1917. package/dist/packages/features/bookings/lib/handleWebhookTrigger.d.ts.map +0 -1
  1918. package/dist/packages/features/bookings/lib/handleWebhookTrigger.test.d.ts +0 -2
  1919. package/dist/packages/features/bookings/lib/handleWebhookTrigger.test.d.ts.map +0 -1
  1920. package/dist/packages/features/bookings/lib/host-filtering/filterHostsByLeadThreshold.d.ts +0 -38
  1921. package/dist/packages/features/bookings/lib/host-filtering/filterHostsByLeadThreshold.d.ts.map +0 -1
  1922. package/dist/packages/features/bookings/lib/host-filtering/filterHostsByLeadThreshold.test.d.ts +0 -2
  1923. package/dist/packages/features/bookings/lib/host-filtering/filterHostsByLeadThreshold.test.d.ts.map +0 -1
  1924. package/dist/packages/features/bookings/lib/host-filtering/filterHostsBySameRoundRobinHost.d.ts +0 -21
  1925. package/dist/packages/features/bookings/lib/host-filtering/filterHostsBySameRoundRobinHost.d.ts.map +0 -1
  1926. package/dist/packages/features/bookings/lib/host-filtering/filterHostsBySameRoundRobinHost.test.d.ts +0 -2
  1927. package/dist/packages/features/bookings/lib/host-filtering/filterHostsBySameRoundRobinHost.test.d.ts.map +0 -1
  1928. package/dist/packages/features/bookings/lib/host-filtering/findQualifiedHostsWithDelegationCredentials.d.ts +0 -130
  1929. package/dist/packages/features/bookings/lib/host-filtering/findQualifiedHostsWithDelegationCredentials.d.ts.map +0 -1
  1930. package/dist/packages/features/bookings/lib/host-filtering/findQualifiedHostsWithDelegationCredentials.test.d.ts +0 -2
  1931. package/dist/packages/features/bookings/lib/host-filtering/findQualifiedHostsWithDelegationCredentials.test.d.ts.map +0 -1
  1932. package/dist/packages/features/bookings/lib/index.d.ts +0 -7
  1933. package/dist/packages/features/bookings/lib/index.d.ts.map +0 -1
  1934. package/dist/packages/features/bookings/lib/interfaces/IBookingCancelService.d.ts +0 -10
  1935. package/dist/packages/features/bookings/lib/interfaces/IBookingCancelService.d.ts.map +0 -1
  1936. package/dist/packages/features/bookings/lib/interfaces/IBookingCreateService.d.ts +0 -4
  1937. package/dist/packages/features/bookings/lib/interfaces/IBookingCreateService.d.ts.map +0 -1
  1938. package/dist/packages/features/bookings/lib/interfaces/IBookingService.d.ts +0 -5
  1939. package/dist/packages/features/bookings/lib/interfaces/IBookingService.d.ts.map +0 -1
  1940. package/dist/packages/features/bookings/lib/isActionDisabledByScope.d.ts +0 -24
  1941. package/dist/packages/features/bookings/lib/isActionDisabledByScope.d.ts.map +0 -1
  1942. package/dist/packages/features/bookings/lib/isEventTypeLoggingEnabled.d.ts +0 -5
  1943. package/dist/packages/features/bookings/lib/isEventTypeLoggingEnabled.d.ts.map +0 -1
  1944. package/dist/packages/features/bookings/lib/isUpcomingBooking.d.ts +0 -7
  1945. package/dist/packages/features/bookings/lib/isUpcomingBooking.d.ts.map +0 -1
  1946. package/dist/packages/features/bookings/lib/onBookingEvents/BookingEventHandlerService.d.ts +0 -145
  1947. package/dist/packages/features/bookings/lib/onBookingEvents/BookingEventHandlerService.d.ts.map +0 -1
  1948. package/dist/packages/features/bookings/lib/payment/deletePayment.d.ts +0 -11
  1949. package/dist/packages/features/bookings/lib/payment/deletePayment.d.ts.map +0 -1
  1950. package/dist/packages/features/bookings/lib/payment/getBooking.d.ts +0 -384
  1951. package/dist/packages/features/bookings/lib/payment/getBooking.d.ts.map +0 -1
  1952. package/dist/packages/features/bookings/lib/payment/getBooking.test.d.ts +0 -2
  1953. package/dist/packages/features/bookings/lib/payment/getBooking.test.d.ts.map +0 -1
  1954. package/dist/packages/features/bookings/lib/payment/handleNoShowFee.d.ts +0 -67
  1955. package/dist/packages/features/bookings/lib/payment/handleNoShowFee.d.ts.map +0 -1
  1956. package/dist/packages/features/bookings/lib/payment/handleNoShowFee.test.d.ts +0 -2
  1957. package/dist/packages/features/bookings/lib/payment/handleNoShowFee.test.d.ts.map +0 -1
  1958. package/dist/packages/features/bookings/lib/payment/handlePaymentRefund.d.ts +0 -24
  1959. package/dist/packages/features/bookings/lib/payment/handlePaymentRefund.d.ts.map +0 -1
  1960. package/dist/packages/features/bookings/lib/payment/handlePaymentRefund.test.d.ts +0 -2
  1961. package/dist/packages/features/bookings/lib/payment/handlePaymentRefund.test.d.ts.map +0 -1
  1962. package/dist/packages/features/bookings/lib/payment/handleRefundError.d.ts +0 -8
  1963. package/dist/packages/features/bookings/lib/payment/handleRefundError.d.ts.map +0 -1
  1964. package/dist/packages/features/bookings/lib/payment/processNoShowFeeOnCancellation.d.ts +0 -8
  1965. package/dist/packages/features/bookings/lib/payment/processNoShowFeeOnCancellation.d.ts.map +0 -1
  1966. package/dist/packages/features/bookings/lib/payment/processNoShowFeeOnCancellation.test.d.ts +0 -2
  1967. package/dist/packages/features/bookings/lib/payment/processNoShowFeeOnCancellation.test.d.ts.map +0 -1
  1968. package/dist/packages/features/bookings/lib/payment/processPaymentRefund.d.ts +0 -16
  1969. package/dist/packages/features/bookings/lib/payment/processPaymentRefund.d.ts.map +0 -1
  1970. package/dist/packages/features/bookings/lib/payment/processPaymentRefund.test.d.ts +0 -2
  1971. package/dist/packages/features/bookings/lib/payment/processPaymentRefund.test.d.ts.map +0 -1
  1972. package/dist/packages/features/bookings/lib/payment/shouldChargeNoShowCancellationFee.d.ts +0 -12
  1973. package/dist/packages/features/bookings/lib/payment/shouldChargeNoShowCancellationFee.d.ts.map +0 -1
  1974. package/dist/packages/features/bookings/lib/payment/shouldChargeNoShowCancellationFee.test.d.ts +0 -2
  1975. package/dist/packages/features/bookings/lib/payment/shouldChargeNoShowCancellationFee.test.d.ts.map +0 -1
  1976. package/dist/packages/features/bookings/lib/rating.d.ts +0 -22
  1977. package/dist/packages/features/bookings/lib/rating.d.ts.map +0 -1
  1978. package/dist/packages/features/bookings/lib/rating.test.d.ts +0 -2
  1979. package/dist/packages/features/bookings/lib/rating.test.d.ts.map +0 -1
  1980. package/dist/packages/features/bookings/lib/requiresConfirmation/getBookingRequest.d.ts +0 -125
  1981. package/dist/packages/features/bookings/lib/requiresConfirmation/getBookingRequest.d.ts.map +0 -1
  1982. package/dist/packages/features/bookings/lib/reschedule/determineReschedulePreventionRedirect.d.ts +0 -37
  1983. package/dist/packages/features/bookings/lib/reschedule/determineReschedulePreventionRedirect.d.ts.map +0 -1
  1984. package/dist/packages/features/bookings/lib/reschedule/determineReschedulePreventionRedirect.test.d.ts +0 -2
  1985. package/dist/packages/features/bookings/lib/reschedule/determineReschedulePreventionRedirect.test.d.ts.map +0 -1
  1986. package/dist/packages/features/bookings/lib/reschedule/isWithinMinimumRescheduleNotice.d.ts +0 -2
  1987. package/dist/packages/features/bookings/lib/reschedule/isWithinMinimumRescheduleNotice.d.ts.map +0 -1
  1988. package/dist/packages/features/bookings/lib/reschedule/validateRescheduleRestrictions.test.d.ts +0 -12
  1989. package/dist/packages/features/bookings/lib/reschedule/validateRescheduleRestrictions.test.d.ts.map +0 -1
  1990. package/dist/packages/features/bookings/lib/sanitize-organizer-email-fields.d.ts +0 -15
  1991. package/dist/packages/features/bookings/lib/sanitize-organizer-email-fields.d.ts.map +0 -1
  1992. package/dist/packages/features/bookings/lib/sanitize-organizer-email-fields.test.d.ts +0 -2
  1993. package/dist/packages/features/bookings/lib/sanitize-organizer-email-fields.test.d.ts.map +0 -1
  1994. package/dist/packages/features/bookings/lib/service/InstantBookingCreateService.d.ts +0 -26
  1995. package/dist/packages/features/bookings/lib/service/InstantBookingCreateService.d.ts.map +0 -1
  1996. package/dist/packages/features/bookings/lib/service/InstantBookingCreateService.integration-test.d.ts +0 -2
  1997. package/dist/packages/features/bookings/lib/service/InstantBookingCreateService.integration-test.d.ts.map +0 -1
  1998. package/dist/packages/features/bookings/lib/service/InstantBookingCreateService.test.d.ts +0 -2
  1999. package/dist/packages/features/bookings/lib/service/InstantBookingCreateService.test.d.ts.map +0 -1
  2000. package/dist/packages/features/bookings/lib/service/RecurringBookingService.d.ts +0 -46
  2001. package/dist/packages/features/bookings/lib/service/RecurringBookingService.d.ts.map +0 -1
  2002. package/dist/packages/features/bookings/lib/service/RecurringBookingService.test.d.ts +0 -2
  2003. package/dist/packages/features/bookings/lib/service/RecurringBookingService.test.d.ts.map +0 -1
  2004. package/dist/packages/features/bookings/lib/service/RegularBookingService.d.ts +0 -1876
  2005. package/dist/packages/features/bookings/lib/service/RegularBookingService.d.ts.map +0 -1
  2006. package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsSyncTasker.d.ts +0 -23
  2007. package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsSyncTasker.d.ts.map +0 -1
  2008. package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsTaskService.d.ts +0 -22
  2009. package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsTaskService.d.ts.map +0 -1
  2010. package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsTasker.d.ts +0 -24
  2011. package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsTasker.d.ts.map +0 -1
  2012. package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsTriggerTasker.d.ts +0 -19
  2013. package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsTriggerTasker.d.ts.map +0 -1
  2014. package/dist/packages/features/bookings/lib/tasker/trigger/notifications/config.d.ts +0 -6
  2015. package/dist/packages/features/bookings/lib/tasker/trigger/notifications/config.d.ts.map +0 -1
  2016. package/dist/packages/features/bookings/lib/tasker/trigger/notifications/confirm.d.ts +0 -23
  2017. package/dist/packages/features/bookings/lib/tasker/trigger/notifications/confirm.d.ts.map +0 -1
  2018. package/dist/packages/features/bookings/lib/tasker/trigger/notifications/request.d.ts +0 -23
  2019. package/dist/packages/features/bookings/lib/tasker/trigger/notifications/request.d.ts.map +0 -1
  2020. package/dist/packages/features/bookings/lib/tasker/trigger/notifications/reschedule.d.ts +0 -23
  2021. package/dist/packages/features/bookings/lib/tasker/trigger/notifications/reschedule.d.ts.map +0 -1
  2022. package/dist/packages/features/bookings/lib/tasker/trigger/notifications/rr-reschedule.d.ts +0 -23
  2023. package/dist/packages/features/bookings/lib/tasker/trigger/notifications/rr-reschedule.d.ts.map +0 -1
  2024. package/dist/packages/features/bookings/lib/tasker/trigger/notifications/schema.d.ts +0 -24
  2025. package/dist/packages/features/bookings/lib/tasker/trigger/notifications/schema.d.ts.map +0 -1
  2026. package/dist/packages/features/bookings/lib/tasker/types.d.ts +0 -32
  2027. package/dist/packages/features/bookings/lib/tasker/types.d.ts.map +0 -1
  2028. package/dist/packages/features/bookings/lib/timePreferences.d.ts +0 -16
  2029. package/dist/packages/features/bookings/lib/timePreferences.d.ts.map +0 -1
  2030. package/dist/packages/features/bookings/lib/unified-phone-fields/__tests__/managePhoneFields.test.d.ts +0 -2
  2031. package/dist/packages/features/bookings/lib/unified-phone-fields/__tests__/managePhoneFields.test.d.ts.map +0 -1
  2032. package/dist/packages/features/bookings/lib/unified-phone-fields/__tests__/resolvePhoneFieldValues.test.d.ts +0 -2
  2033. package/dist/packages/features/bookings/lib/unified-phone-fields/__tests__/resolvePhoneFieldValues.test.d.ts.map +0 -1
  2034. package/dist/packages/features/bookings/lib/unified-phone-fields/constants.d.ts +0 -5
  2035. package/dist/packages/features/bookings/lib/unified-phone-fields/constants.d.ts.map +0 -1
  2036. package/dist/packages/features/bookings/lib/unified-phone-fields/fieldSources.d.ts +0 -38
  2037. package/dist/packages/features/bookings/lib/unified-phone-fields/fieldSources.d.ts.map +0 -1
  2038. package/dist/packages/features/bookings/lib/unified-phone-fields/fieldSources.test.d.ts +0 -2
  2039. package/dist/packages/features/bookings/lib/unified-phone-fields/fieldSources.test.d.ts.map +0 -1
  2040. package/dist/packages/features/bookings/lib/unified-phone-fields/manage-phone-fields.test.d.ts +0 -2
  2041. package/dist/packages/features/bookings/lib/unified-phone-fields/manage-phone-fields.test.d.ts.map +0 -1
  2042. package/dist/packages/features/bookings/lib/unified-phone-fields/managePhoneFields.d.ts +0 -68
  2043. package/dist/packages/features/bookings/lib/unified-phone-fields/managePhoneFields.d.ts.map +0 -1
  2044. package/dist/packages/features/bookings/lib/unified-phone-fields/resolvePhoneFieldValues.d.ts +0 -31
  2045. package/dist/packages/features/bookings/lib/unified-phone-fields/resolvePhoneFieldValues.d.ts.map +0 -1
  2046. package/dist/packages/features/bookings/lib/useCheckOverlapWithOverlay.d.ts +0 -11
  2047. package/dist/packages/features/bookings/lib/useCheckOverlapWithOverlay.d.ts.map +0 -1
  2048. package/dist/packages/features/bookings/lib/useFilterQuery.d.ts +0 -54
  2049. package/dist/packages/features/bookings/lib/useFilterQuery.d.ts.map +0 -1
  2050. package/dist/packages/features/bookings/lib/utils/BookingDataPreparationService.d.ts +0 -31
  2051. package/dist/packages/features/bookings/lib/utils/BookingDataPreparationService.d.ts.map +0 -1
  2052. package/dist/packages/features/bookings/lib/utils/BookingDataPreparationService.test.d.ts +0 -2
  2053. package/dist/packages/features/bookings/lib/utils/BookingDataPreparationService.test.d.ts.map +0 -1
  2054. package/dist/packages/features/bookings/lib/utils/BookingDataPreparationService.types.d.ts +0 -118
  2055. package/dist/packages/features/bookings/lib/utils/BookingDataPreparationService.types.d.ts.map +0 -1
  2056. package/dist/packages/features/bookings/types.d.ts +0 -53
  2057. package/dist/packages/features/bookings/types.d.ts.map +0 -1
  2058. package/dist/packages/features/components/controlled-dialog/index.d.ts +0 -8
  2059. package/dist/packages/features/components/controlled-dialog/index.d.ts.map +0 -1
  2060. package/dist/packages/features/data-table/__tests__/filterSegments/create.test.d.ts +0 -2
  2061. package/dist/packages/features/data-table/__tests__/filterSegments/create.test.d.ts.map +0 -1
  2062. package/dist/packages/features/data-table/__tests__/filterSegments/delete.test.d.ts +0 -2
  2063. package/dist/packages/features/data-table/__tests__/filterSegments/delete.test.d.ts.map +0 -1
  2064. package/dist/packages/features/data-table/__tests__/filterSegments/get.test.d.ts +0 -2
  2065. package/dist/packages/features/data-table/__tests__/filterSegments/get.test.d.ts.map +0 -1
  2066. package/dist/packages/features/data-table/__tests__/filterSegments/update.test.d.ts +0 -2
  2067. package/dist/packages/features/data-table/__tests__/filterSegments/update.test.d.ts.map +0 -1
  2068. package/dist/packages/features/data-table/index.d.ts +0 -5
  2069. package/dist/packages/features/data-table/index.d.ts.map +0 -1
  2070. package/dist/packages/features/data-table/lib/__tests__/preserveLocalTime.test.d.ts +0 -2
  2071. package/dist/packages/features/data-table/lib/__tests__/preserveLocalTime.test.d.ts.map +0 -1
  2072. package/dist/packages/features/data-table/lib/__tests__/server.test.d.ts +0 -2
  2073. package/dist/packages/features/data-table/lib/__tests__/server.test.d.ts.map +0 -1
  2074. package/dist/packages/features/data-table/lib/dateRange.d.ts +0 -24
  2075. package/dist/packages/features/data-table/lib/dateRange.d.ts.map +0 -1
  2076. package/dist/packages/features/data-table/lib/dateRange.test.d.ts +0 -2
  2077. package/dist/packages/features/data-table/lib/dateRange.test.d.ts.map +0 -1
  2078. package/dist/packages/features/data-table/lib/parsers.d.ts +0 -127
  2079. package/dist/packages/features/data-table/lib/parsers.d.ts.map +0 -1
  2080. package/dist/packages/features/data-table/lib/preserveLocalTime.d.ts +0 -19
  2081. package/dist/packages/features/data-table/lib/preserveLocalTime.d.ts.map +0 -1
  2082. package/dist/packages/features/data-table/lib/separator.d.ts +0 -8
  2083. package/dist/packages/features/data-table/lib/separator.d.ts.map +0 -1
  2084. package/dist/packages/features/data-table/lib/serializers.d.ts +0 -90
  2085. package/dist/packages/features/data-table/lib/serializers.d.ts.map +0 -1
  2086. package/dist/packages/features/data-table/lib/server.d.ts +0 -190
  2087. package/dist/packages/features/data-table/lib/server.d.ts.map +0 -1
  2088. package/dist/packages/features/data-table/lib/types.d.ts +0 -837
  2089. package/dist/packages/features/data-table/lib/types.d.ts.map +0 -1
  2090. package/dist/packages/features/data-table/lib/utils.d.ts +0 -20
  2091. package/dist/packages/features/data-table/lib/utils.d.ts.map +0 -1
  2092. package/dist/packages/features/data-table/lib/utils.test.d.ts +0 -2
  2093. package/dist/packages/features/data-table/lib/utils.test.d.ts.map +0 -1
  2094. package/dist/packages/features/data-table/repositories/filterSegment.d.ts +0 -70
  2095. package/dist/packages/features/data-table/repositories/filterSegment.d.ts.map +0 -1
  2096. package/dist/packages/features/data-table/repositories/filterSegment.type.d.ts +0 -1098
  2097. package/dist/packages/features/data-table/repositories/filterSegment.type.d.ts.map +0 -1
  2098. package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingRepository.module.d.ts +0 -3
  2099. package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingRepository.module.d.ts.map +0 -1
  2100. package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingService.container.d.ts +0 -3
  2101. package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingService.container.d.ts.map +0 -1
  2102. package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingService.module.d.ts +0 -3
  2103. package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingService.module.d.ts.map +0 -1
  2104. package/dist/packages/features/ee/billing/active-user/di/tokens.d.ts +0 -7
  2105. package/dist/packages/features/ee/billing/active-user/di/tokens.d.ts.map +0 -1
  2106. package/dist/packages/features/ee/billing/active-user/repositories/ActiveUserBillingRepository.d.ts +0 -65
  2107. package/dist/packages/features/ee/billing/active-user/repositories/ActiveUserBillingRepository.d.ts.map +0 -1
  2108. package/dist/packages/features/ee/billing/active-user/seed-active-user-test.d.ts +0 -1
  2109. package/dist/packages/features/ee/billing/active-user/seed-active-user-test.d.ts.map +0 -1
  2110. package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.d.ts +0 -47
  2111. package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.d.ts.map +0 -1
  2112. package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.integration-test.d.ts +0 -2
  2113. package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.integration-test.d.ts.map +0 -1
  2114. package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.test.d.ts +0 -2
  2115. package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.test.d.ts.map +0 -1
  2116. package/dist/packages/features/ee/billing/api/webhook/__handler.d.ts +0 -69
  2117. package/dist/packages/features/ee/billing/api/webhook/__handler.d.ts.map +0 -1
  2118. package/dist/packages/features/ee/billing/api/webhook/__handler.test.d.ts +0 -2
  2119. package/dist/packages/features/ee/billing/api/webhook/__handler.test.d.ts.map +0 -1
  2120. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.credits.d.ts +0 -6
  2121. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.credits.d.ts.map +0 -1
  2122. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.d.ts +0 -9
  2123. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.d.ts.map +0 -1
  2124. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.phone.d.ts +0 -7
  2125. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.phone.d.ts.map +0 -1
  2126. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.phone.test.d.ts +0 -2
  2127. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.phone.test.d.ts.map +0 -1
  2128. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.team-creation.d.ts +0 -7
  2129. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.team-creation.d.ts.map +0 -1
  2130. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.team-creation.test.d.ts +0 -2
  2131. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.team-creation.test.d.ts.map +0 -1
  2132. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.test.d.ts +0 -2
  2133. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.test.d.ts.map +0 -1
  2134. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.d.ts +0 -5
  2135. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.d.ts.map +0 -1
  2136. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.team-plan.d.ts +0 -6
  2137. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.team-plan.d.ts.map +0 -1
  2138. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.team-plan.test.d.ts +0 -2
  2139. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.team-plan.test.d.ts.map +0 -1
  2140. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.test.d.ts +0 -2
  2141. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.test.d.ts.map +0 -1
  2142. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.updated.d.ts +0 -25
  2143. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.updated.d.ts.map +0 -1
  2144. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.updated.test.d.ts +0 -2
  2145. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.updated.test.d.ts.map +0 -1
  2146. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.d.ts +0 -3
  2147. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.d.ts.map +0 -1
  2148. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.d.ts +0 -10
  2149. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.d.ts.map +0 -1
  2150. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.test.d.ts +0 -2
  2151. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.test.d.ts.map +0 -1
  2152. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.team.d.ts +0 -6
  2153. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.team.d.ts.map +0 -1
  2154. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.team.test.d.ts +0 -2
  2155. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.team.test.d.ts.map +0 -1
  2156. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.test.d.ts +0 -2
  2157. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.test.d.ts.map +0 -1
  2158. package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_failed.d.ts +0 -13
  2159. package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_failed.d.ts.map +0 -1
  2160. package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_failed.test.d.ts +0 -2
  2161. package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_failed.test.d.ts.map +0 -1
  2162. package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_succeeded.d.ts +0 -13
  2163. package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_succeeded.d.ts.map +0 -1
  2164. package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_succeeded.test.d.ts +0 -2
  2165. package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_succeeded.test.d.ts.map +0 -1
  2166. package/dist/packages/features/ee/billing/api/webhook/_invoice.upcoming.d.ts +0 -20
  2167. package/dist/packages/features/ee/billing/api/webhook/_invoice.upcoming.d.ts.map +0 -1
  2168. package/dist/packages/features/ee/billing/api/webhook/_invoice.upcoming.test.d.ts +0 -2
  2169. package/dist/packages/features/ee/billing/api/webhook/_invoice.upcoming.test.d.ts.map +0 -1
  2170. package/dist/packages/features/ee/billing/api/webhook/_payment_intent.succeeded.d.ts +0 -6
  2171. package/dist/packages/features/ee/billing/api/webhook/_payment_intent.succeeded.d.ts.map +0 -1
  2172. package/dist/packages/features/ee/billing/api/webhook/hwm-webhook-utils.d.ts +0 -23
  2173. package/dist/packages/features/ee/billing/api/webhook/hwm-webhook-utils.d.ts.map +0 -1
  2174. package/dist/packages/features/ee/billing/api/webhook/hwm-webhook-utils.test.d.ts +0 -2
  2175. package/dist/packages/features/ee/billing/api/webhook/hwm-webhook-utils.test.d.ts.map +0 -1
  2176. package/dist/packages/features/ee/billing/api/webhook/index.d.ts +0 -3
  2177. package/dist/packages/features/ee/billing/api/webhook/index.d.ts.map +0 -1
  2178. package/dist/packages/features/ee/billing/constants.d.ts +0 -36
  2179. package/dist/packages/features/ee/billing/constants.d.ts.map +0 -1
  2180. package/dist/packages/features/ee/billing/credit-service.d.ts +0 -247
  2181. package/dist/packages/features/ee/billing/credit-service.d.ts.map +0 -1
  2182. package/dist/packages/features/ee/billing/credit-service.test.d.ts +0 -2
  2183. package/dist/packages/features/ee/billing/credit-service.test.d.ts.map +0 -1
  2184. package/dist/packages/features/ee/billing/di/containers/Billing.d.ts +0 -27
  2185. package/dist/packages/features/ee/billing/di/containers/Billing.d.ts.map +0 -1
  2186. package/dist/packages/features/ee/billing/di/containers/BillingPeriodRepository.d.ts +0 -3
  2187. package/dist/packages/features/ee/billing/di/containers/BillingPeriodRepository.d.ts.map +0 -1
  2188. package/dist/packages/features/ee/billing/di/containers/MonthlyProrationService.d.ts +0 -3
  2189. package/dist/packages/features/ee/billing/di/containers/MonthlyProrationService.d.ts.map +0 -1
  2190. package/dist/packages/features/ee/billing/di/containers/WebhookEventRepository.d.ts +0 -3
  2191. package/dist/packages/features/ee/billing/di/containers/WebhookEventRepository.d.ts.map +0 -1
  2192. package/dist/packages/features/ee/billing/di/containers/WebhookEventService.d.ts +0 -3
  2193. package/dist/packages/features/ee/billing/di/containers/WebhookEventService.d.ts.map +0 -1
  2194. package/dist/packages/features/ee/billing/di/modules/AdminBillingRepository.module.d.ts +0 -5
  2195. package/dist/packages/features/ee/billing/di/modules/AdminBillingRepository.module.d.ts.map +0 -1
  2196. package/dist/packages/features/ee/billing/di/modules/BillingPeriodRepository.d.ts +0 -5
  2197. package/dist/packages/features/ee/billing/di/modules/BillingPeriodRepository.d.ts.map +0 -1
  2198. package/dist/packages/features/ee/billing/di/modules/BillingPeriodService.module.d.ts +0 -5
  2199. package/dist/packages/features/ee/billing/di/modules/BillingPeriodService.module.d.ts.map +0 -1
  2200. package/dist/packages/features/ee/billing/di/modules/BillingProviderService.d.ts +0 -3
  2201. package/dist/packages/features/ee/billing/di/modules/BillingProviderService.d.ts.map +0 -1
  2202. package/dist/packages/features/ee/billing/di/modules/BillingRepositoryFactory.d.ts +0 -3
  2203. package/dist/packages/features/ee/billing/di/modules/BillingRepositoryFactory.d.ts.map +0 -1
  2204. package/dist/packages/features/ee/billing/di/modules/DunningEmailService.module.d.ts +0 -5
  2205. package/dist/packages/features/ee/billing/di/modules/DunningEmailService.module.d.ts.map +0 -1
  2206. package/dist/packages/features/ee/billing/di/modules/DunningGuard.module.d.ts +0 -5
  2207. package/dist/packages/features/ee/billing/di/modules/DunningGuard.module.d.ts.map +0 -1
  2208. package/dist/packages/features/ee/billing/di/modules/DunningServiceFactory.module.d.ts +0 -5
  2209. package/dist/packages/features/ee/billing/di/modules/DunningServiceFactory.module.d.ts.map +0 -1
  2210. package/dist/packages/features/ee/billing/di/modules/DunningStatusResolver.module.d.ts +0 -5
  2211. package/dist/packages/features/ee/billing/di/modules/DunningStatusResolver.module.d.ts.map +0 -1
  2212. package/dist/packages/features/ee/billing/di/modules/DunningStrategyFactory.module.d.ts +0 -5
  2213. package/dist/packages/features/ee/billing/di/modules/DunningStrategyFactory.module.d.ts.map +0 -1
  2214. package/dist/packages/features/ee/billing/di/modules/HighWaterMarkRepository.d.ts +0 -5
  2215. package/dist/packages/features/ee/billing/di/modules/HighWaterMarkRepository.d.ts.map +0 -1
  2216. package/dist/packages/features/ee/billing/di/modules/HighWaterMarkService.d.ts +0 -5
  2217. package/dist/packages/features/ee/billing/di/modules/HighWaterMarkService.d.ts.map +0 -1
  2218. package/dist/packages/features/ee/billing/di/modules/IsTeamBillingEnabled.d.ts +0 -3
  2219. package/dist/packages/features/ee/billing/di/modules/IsTeamBillingEnabled.d.ts.map +0 -1
  2220. package/dist/packages/features/ee/billing/di/modules/MonthlyProrationService.d.ts +0 -5
  2221. package/dist/packages/features/ee/billing/di/modules/MonthlyProrationService.d.ts.map +0 -1
  2222. package/dist/packages/features/ee/billing/di/modules/MonthlyProrationTeamRepository.d.ts +0 -5
  2223. package/dist/packages/features/ee/billing/di/modules/MonthlyProrationTeamRepository.d.ts.map +0 -1
  2224. package/dist/packages/features/ee/billing/di/modules/OrgBillingRepository.module.d.ts +0 -5
  2225. package/dist/packages/features/ee/billing/di/modules/OrgBillingRepository.module.d.ts.map +0 -1
  2226. package/dist/packages/features/ee/billing/di/modules/OrgDunningRepository.module.d.ts +0 -5
  2227. package/dist/packages/features/ee/billing/di/modules/OrgDunningRepository.module.d.ts.map +0 -1
  2228. package/dist/packages/features/ee/billing/di/modules/OrgDunningService.module.d.ts +0 -5
  2229. package/dist/packages/features/ee/billing/di/modules/OrgDunningService.module.d.ts.map +0 -1
  2230. package/dist/packages/features/ee/billing/di/modules/SeatBillingStrategyFactory.module.d.ts +0 -5
  2231. package/dist/packages/features/ee/billing/di/modules/SeatBillingStrategyFactory.module.d.ts.map +0 -1
  2232. package/dist/packages/features/ee/billing/di/modules/StripeClient.d.ts +0 -4
  2233. package/dist/packages/features/ee/billing/di/modules/StripeClient.d.ts.map +0 -1
  2234. package/dist/packages/features/ee/billing/di/modules/TeamBillingDataRepositoryFactory.d.ts +0 -3
  2235. package/dist/packages/features/ee/billing/di/modules/TeamBillingDataRepositoryFactory.d.ts.map +0 -1
  2236. package/dist/packages/features/ee/billing/di/modules/TeamBillingRepository.module.d.ts +0 -5
  2237. package/dist/packages/features/ee/billing/di/modules/TeamBillingRepository.module.d.ts.map +0 -1
  2238. package/dist/packages/features/ee/billing/di/modules/TeamBillingServiceFactory.d.ts +0 -3
  2239. package/dist/packages/features/ee/billing/di/modules/TeamBillingServiceFactory.d.ts.map +0 -1
  2240. package/dist/packages/features/ee/billing/di/modules/TeamDunningRepository.module.d.ts +0 -5
  2241. package/dist/packages/features/ee/billing/di/modules/TeamDunningRepository.module.d.ts.map +0 -1
  2242. package/dist/packages/features/ee/billing/di/modules/TeamDunningService.module.d.ts +0 -5
  2243. package/dist/packages/features/ee/billing/di/modules/TeamDunningService.module.d.ts.map +0 -1
  2244. package/dist/packages/features/ee/billing/di/modules/WebhookEventRepository.module.d.ts +0 -5
  2245. package/dist/packages/features/ee/billing/di/modules/WebhookEventRepository.module.d.ts.map +0 -1
  2246. package/dist/packages/features/ee/billing/di/modules/WebhookEventService.module.d.ts +0 -5
  2247. package/dist/packages/features/ee/billing/di/modules/WebhookEventService.module.d.ts.map +0 -1
  2248. package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationSyncTasker.module.d.ts +0 -5
  2249. package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationSyncTasker.module.d.ts.map +0 -1
  2250. package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTasker.container.d.ts +0 -3
  2251. package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTasker.container.d.ts.map +0 -1
  2252. package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTasker.module.d.ts +0 -5
  2253. package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTasker.module.d.ts.map +0 -1
  2254. package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTriggerDevTasker.module.d.ts +0 -5
  2255. package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTriggerDevTasker.module.d.ts.map +0 -1
  2256. package/dist/packages/features/ee/billing/di/tasker/ProrationEmailSyncTasker.module.d.ts +0 -5
  2257. package/dist/packages/features/ee/billing/di/tasker/ProrationEmailSyncTasker.module.d.ts.map +0 -1
  2258. package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTasker.container.d.ts +0 -3
  2259. package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTasker.container.d.ts.map +0 -1
  2260. package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTasker.module.d.ts +0 -5
  2261. package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTasker.module.d.ts.map +0 -1
  2262. package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTriggerDevTasker.module.d.ts +0 -5
  2263. package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTriggerDevTasker.module.d.ts.map +0 -1
  2264. package/dist/packages/features/ee/billing/di/tasker/tokens.d.ts +0 -17
  2265. package/dist/packages/features/ee/billing/di/tasker/tokens.d.ts.map +0 -1
  2266. package/dist/packages/features/ee/billing/di/tokens.d.ts +0 -55
  2267. package/dist/packages/features/ee/billing/di/tokens.d.ts.map +0 -1
  2268. package/dist/packages/features/ee/billing/domain/BillingPeriodPricing.d.ts +0 -10
  2269. package/dist/packages/features/ee/billing/domain/BillingPeriodPricing.d.ts.map +0 -1
  2270. package/dist/packages/features/ee/billing/domain/BillingPeriodSwitch.d.ts +0 -34
  2271. package/dist/packages/features/ee/billing/domain/BillingPeriodSwitch.d.ts.map +0 -1
  2272. package/dist/packages/features/ee/billing/domain/__tests__/BillingPeriodPricing.test.d.ts +0 -2
  2273. package/dist/packages/features/ee/billing/domain/__tests__/BillingPeriodPricing.test.d.ts.map +0 -1
  2274. package/dist/packages/features/ee/billing/domain/__tests__/BillingPeriodSwitch.test.d.ts +0 -2
  2275. package/dist/packages/features/ee/billing/domain/__tests__/BillingPeriodSwitch.test.d.ts.map +0 -1
  2276. package/dist/packages/features/ee/billing/domain/__tests__/billing-plans.test.d.ts +0 -2
  2277. package/dist/packages/features/ee/billing/domain/__tests__/billing-plans.test.d.ts.map +0 -1
  2278. package/dist/packages/features/ee/billing/domain/billing-plans.d.ts +0 -31
  2279. package/dist/packages/features/ee/billing/domain/billing-plans.d.ts.map +0 -1
  2280. package/dist/packages/features/ee/billing/helpers/getCheckoutSessionExpiresAt.d.ts +0 -2
  2281. package/dist/packages/features/ee/billing/helpers/getCheckoutSessionExpiresAt.d.ts.map +0 -1
  2282. package/dist/packages/features/ee/billing/helpers/getCheckoutSessionExpiresAt.test.d.ts +0 -2
  2283. package/dist/packages/features/ee/billing/helpers/getCheckoutSessionExpiresAt.test.d.ts.map +0 -1
  2284. package/dist/packages/features/ee/billing/helpers/getUserAndTeamWithBillingPermission.d.ts +0 -24
  2285. package/dist/packages/features/ee/billing/helpers/getUserAndTeamWithBillingPermission.d.ts.map +0 -1
  2286. package/dist/packages/features/ee/billing/helpers/getUserAndTeamWithBillingPermission.test.d.ts +0 -2
  2287. package/dist/packages/features/ee/billing/helpers/getUserAndTeamWithBillingPermission.test.d.ts.map +0 -1
  2288. package/dist/packages/features/ee/billing/helpers/handleInsufficientCredits.d.ts +0 -10
  2289. package/dist/packages/features/ee/billing/helpers/handleInsufficientCredits.d.ts.map +0 -1
  2290. package/dist/packages/features/ee/billing/helpers/handleInsufficientCredits.test.d.ts +0 -2
  2291. package/dist/packages/features/ee/billing/helpers/handleInsufficientCredits.test.d.ts.map +0 -1
  2292. package/dist/packages/features/ee/billing/lib/month-key.d.ts +0 -3
  2293. package/dist/packages/features/ee/billing/lib/month-key.d.ts.map +0 -1
  2294. package/dist/packages/features/ee/billing/lib/month-key.test.d.ts +0 -2
  2295. package/dist/packages/features/ee/billing/lib/month-key.test.d.ts.map +0 -1
  2296. package/dist/packages/features/ee/billing/lib/proration-utils.d.ts +0 -12
  2297. package/dist/packages/features/ee/billing/lib/proration-utils.d.ts.map +0 -1
  2298. package/dist/packages/features/ee/billing/lib/proration-utils.test.d.ts +0 -2
  2299. package/dist/packages/features/ee/billing/lib/proration-utils.test.d.ts.map +0 -1
  2300. package/dist/packages/features/ee/billing/lib/stripe-subscription-utils.d.ts +0 -31
  2301. package/dist/packages/features/ee/billing/lib/stripe-subscription-utils.d.ts.map +0 -1
  2302. package/dist/packages/features/ee/billing/lib/stripe-subscription-utils.test.d.ts +0 -2
  2303. package/dist/packages/features/ee/billing/lib/stripe-subscription-utils.test.d.ts.map +0 -1
  2304. package/dist/packages/features/ee/billing/lib/subscription-updates.d.ts +0 -13
  2305. package/dist/packages/features/ee/billing/lib/subscription-updates.d.ts.map +0 -1
  2306. package/dist/packages/features/ee/billing/lib/subscription-updates.test.d.ts +0 -2
  2307. package/dist/packages/features/ee/billing/lib/subscription-updates.test.d.ts.map +0 -1
  2308. package/dist/packages/features/ee/billing/organizations/index.d.ts +0 -5
  2309. package/dist/packages/features/ee/billing/organizations/index.d.ts.map +0 -1
  2310. package/dist/packages/features/ee/billing/organizations/internal-organization-billing.d.ts +0 -13
  2311. package/dist/packages/features/ee/billing/organizations/internal-organization-billing.d.ts.map +0 -1
  2312. package/dist/packages/features/ee/billing/organizations/internal-organization-billing.test.d.ts +0 -2
  2313. package/dist/packages/features/ee/billing/organizations/internal-organization-billing.test.d.ts.map +0 -1
  2314. package/dist/packages/features/ee/billing/organizations/organization-billing.d.ts +0 -14
  2315. package/dist/packages/features/ee/billing/organizations/organization-billing.d.ts.map +0 -1
  2316. package/dist/packages/features/ee/billing/organizations/organization-billing.repository.d.ts +0 -41
  2317. package/dist/packages/features/ee/billing/organizations/organization-billing.repository.d.ts.map +0 -1
  2318. package/dist/packages/features/ee/billing/organizations/organization-billing.repository.interface.d.ts +0 -7
  2319. package/dist/packages/features/ee/billing/organizations/organization-billing.repository.interface.d.ts.map +0 -1
  2320. package/dist/packages/features/ee/billing/organizations/stub-organization-billing.d.ts +0 -17
  2321. package/dist/packages/features/ee/billing/organizations/stub-organization-billing.d.ts.map +0 -1
  2322. package/dist/packages/features/ee/billing/repository/adminBilling/AdminBillingRepository.d.ts +0 -96
  2323. package/dist/packages/features/ee/billing/repository/adminBilling/AdminBillingRepository.d.ts.map +0 -1
  2324. package/dist/packages/features/ee/billing/repository/billing/IBillingRepository.d.ts +0 -71
  2325. package/dist/packages/features/ee/billing/repository/billing/IBillingRepository.d.ts.map +0 -1
  2326. package/dist/packages/features/ee/billing/repository/billing/PrismaOrganizationBillingRepository.d.ts +0 -18
  2327. package/dist/packages/features/ee/billing/repository/billing/PrismaOrganizationBillingRepository.d.ts.map +0 -1
  2328. package/dist/packages/features/ee/billing/repository/billing/PrismaTeamBillingRepository.d.ts +0 -18
  2329. package/dist/packages/features/ee/billing/repository/billing/PrismaTeamBillingRepository.d.ts.map +0 -1
  2330. package/dist/packages/features/ee/billing/repository/billing/StubBillingRepository.d.ts +0 -15
  2331. package/dist/packages/features/ee/billing/repository/billing/StubBillingRepository.d.ts.map +0 -1
  2332. package/dist/packages/features/ee/billing/repository/billingPeriod/BillingPeriodRepository.d.ts +0 -41
  2333. package/dist/packages/features/ee/billing/repository/billingPeriod/BillingPeriodRepository.d.ts.map +0 -1
  2334. package/dist/packages/features/ee/billing/repository/dunning/IDunningRepository.d.ts +0 -56
  2335. package/dist/packages/features/ee/billing/repository/dunning/IDunningRepository.d.ts.map +0 -1
  2336. package/dist/packages/features/ee/billing/repository/dunning/OrgDunningRepository.d.ts +0 -14
  2337. package/dist/packages/features/ee/billing/repository/dunning/OrgDunningRepository.d.ts.map +0 -1
  2338. package/dist/packages/features/ee/billing/repository/dunning/OrgDunningRepository.integration-test.d.ts +0 -2
  2339. package/dist/packages/features/ee/billing/repository/dunning/OrgDunningRepository.integration-test.d.ts.map +0 -1
  2340. package/dist/packages/features/ee/billing/repository/dunning/TeamDunningRepository.d.ts +0 -14
  2341. package/dist/packages/features/ee/billing/repository/dunning/TeamDunningRepository.d.ts.map +0 -1
  2342. package/dist/packages/features/ee/billing/repository/dunning/TeamDunningRepository.integration-test.d.ts +0 -2
  2343. package/dist/packages/features/ee/billing/repository/dunning/TeamDunningRepository.integration-test.d.ts.map +0 -1
  2344. package/dist/packages/features/ee/billing/repository/highWaterMark/HighWaterMarkRepository.d.ts +0 -54
  2345. package/dist/packages/features/ee/billing/repository/highWaterMark/HighWaterMarkRepository.d.ts.map +0 -1
  2346. package/dist/packages/features/ee/billing/repository/highWaterMark/__tests__/HighWaterMarkRepository.test.d.ts +0 -2
  2347. package/dist/packages/features/ee/billing/repository/highWaterMark/__tests__/HighWaterMarkRepository.test.d.ts.map +0 -1
  2348. package/dist/packages/features/ee/billing/repository/proration/MonthlyProrationRepository.d.ts +0 -49
  2349. package/dist/packages/features/ee/billing/repository/proration/MonthlyProrationRepository.d.ts.map +0 -1
  2350. package/dist/packages/features/ee/billing/repository/proration/MonthlyProrationTeamRepository.d.ts +0 -103
  2351. package/dist/packages/features/ee/billing/repository/proration/MonthlyProrationTeamRepository.d.ts.map +0 -1
  2352. package/dist/packages/features/ee/billing/repository/seatChangeLogs/SeatChangeLogRepository.d.ts +0 -42
  2353. package/dist/packages/features/ee/billing/repository/seatChangeLogs/SeatChangeLogRepository.d.ts.map +0 -1
  2354. package/dist/packages/features/ee/billing/repository/teamBillingData/ITeamBillingDataRepository.d.ts +0 -17
  2355. package/dist/packages/features/ee/billing/repository/teamBillingData/ITeamBillingDataRepository.d.ts.map +0 -1
  2356. package/dist/packages/features/ee/billing/repository/teamBillingData/PrismaTeamBillingRepository.d.ts +0 -34
  2357. package/dist/packages/features/ee/billing/repository/teamBillingData/PrismaTeamBillingRepository.d.ts.map +0 -1
  2358. package/dist/packages/features/ee/billing/repository/teamBillingData/StubTeamBillingRepository.d.ts +0 -20
  2359. package/dist/packages/features/ee/billing/repository/teamBillingData/StubTeamBillingRepository.d.ts.map +0 -1
  2360. package/dist/packages/features/ee/billing/repository/webhookEvent/PrismaWebhookEventRepository.d.ts +0 -14
  2361. package/dist/packages/features/ee/billing/repository/webhookEvent/PrismaWebhookEventRepository.d.ts.map +0 -1
  2362. package/dist/packages/features/ee/billing/repository/webhookEvent/__tests__/WebhookEventRepository.integration-test.d.ts +0 -2
  2363. package/dist/packages/features/ee/billing/repository/webhookEvent/__tests__/WebhookEventRepository.integration-test.d.ts.map +0 -1
  2364. package/dist/packages/features/ee/billing/seed-stripe-products.d.ts +0 -21
  2365. package/dist/packages/features/ee/billing/seed-stripe-products.d.ts.map +0 -1
  2366. package/dist/packages/features/ee/billing/seed.d.ts +0 -33
  2367. package/dist/packages/features/ee/billing/seed.d.ts.map +0 -1
  2368. package/dist/packages/features/ee/billing/service/adminBillingMode/AdminBillingModeService.d.ts +0 -20
  2369. package/dist/packages/features/ee/billing/service/adminBillingMode/AdminBillingModeService.d.ts.map +0 -1
  2370. package/dist/packages/features/ee/billing/service/billingPeriod/BillingPeriodService.d.ts +0 -52
  2371. package/dist/packages/features/ee/billing/service/billingPeriod/BillingPeriodService.d.ts.map +0 -1
  2372. package/dist/packages/features/ee/billing/service/billingPeriod/__tests__/BillingPeriodService.test.d.ts +0 -2
  2373. package/dist/packages/features/ee/billing/service/billingPeriod/__tests__/BillingPeriodService.test.d.ts.map +0 -1
  2374. package/dist/packages/features/ee/billing/service/billingProvider/IBillingProviderService.d.ts +0 -172
  2375. package/dist/packages/features/ee/billing/service/billingProvider/IBillingProviderService.d.ts.map +0 -1
  2376. package/dist/packages/features/ee/billing/service/billingProvider/StripeBillingService.d.ts +0 -123
  2377. package/dist/packages/features/ee/billing/service/billingProvider/StripeBillingService.d.ts.map +0 -1
  2378. package/dist/packages/features/ee/billing/service/billingProvider/StripeBillingService.test.d.ts +0 -2
  2379. package/dist/packages/features/ee/billing/service/billingProvider/StripeBillingService.test.d.ts.map +0 -1
  2380. package/dist/packages/features/ee/billing/service/dueInvoice/cleanup-proration-test.d.ts +0 -12
  2381. package/dist/packages/features/ee/billing/service/dueInvoice/cleanup-proration-test.d.ts.map +0 -1
  2382. package/dist/packages/features/ee/billing/service/dueInvoice/seed-proration-test.d.ts +0 -24
  2383. package/dist/packages/features/ee/billing/service/dueInvoice/seed-proration-test.d.ts.map +0 -1
  2384. package/dist/packages/features/ee/billing/service/dunning/BaseDunningService.d.ts +0 -28
  2385. package/dist/packages/features/ee/billing/service/dunning/BaseDunningService.d.ts.map +0 -1
  2386. package/dist/packages/features/ee/billing/service/dunning/DunningAwareStrategy.d.ts +0 -28
  2387. package/dist/packages/features/ee/billing/service/dunning/DunningAwareStrategy.d.ts.map +0 -1
  2388. package/dist/packages/features/ee/billing/service/dunning/DunningAwareStrategy.test.d.ts +0 -2
  2389. package/dist/packages/features/ee/billing/service/dunning/DunningAwareStrategy.test.d.ts.map +0 -1
  2390. package/dist/packages/features/ee/billing/service/dunning/DunningEmailService.d.ts +0 -16
  2391. package/dist/packages/features/ee/billing/service/dunning/DunningEmailService.d.ts.map +0 -1
  2392. package/dist/packages/features/ee/billing/service/dunning/DunningEmailService.test.d.ts +0 -2
  2393. package/dist/packages/features/ee/billing/service/dunning/DunningEmailService.test.d.ts.map +0 -1
  2394. package/dist/packages/features/ee/billing/service/dunning/DunningGuard.d.ts +0 -34
  2395. package/dist/packages/features/ee/billing/service/dunning/DunningGuard.d.ts.map +0 -1
  2396. package/dist/packages/features/ee/billing/service/dunning/DunningGuard.test.d.ts +0 -2
  2397. package/dist/packages/features/ee/billing/service/dunning/DunningGuard.test.d.ts.map +0 -1
  2398. package/dist/packages/features/ee/billing/service/dunning/DunningMapper.d.ts +0 -17
  2399. package/dist/packages/features/ee/billing/service/dunning/DunningMapper.d.ts.map +0 -1
  2400. package/dist/packages/features/ee/billing/service/dunning/DunningServiceFactory.d.ts +0 -33
  2401. package/dist/packages/features/ee/billing/service/dunning/DunningServiceFactory.d.ts.map +0 -1
  2402. package/dist/packages/features/ee/billing/service/dunning/DunningState.d.ts +0 -68
  2403. package/dist/packages/features/ee/billing/service/dunning/DunningState.d.ts.map +0 -1
  2404. package/dist/packages/features/ee/billing/service/dunning/DunningStatusResolver.d.ts +0 -17
  2405. package/dist/packages/features/ee/billing/service/dunning/DunningStatusResolver.d.ts.map +0 -1
  2406. package/dist/packages/features/ee/billing/service/dunning/DunningStrategyFactory.d.ts +0 -17
  2407. package/dist/packages/features/ee/billing/service/dunning/DunningStrategyFactory.d.ts.map +0 -1
  2408. package/dist/packages/features/ee/billing/service/dunning/DunningStrategyFactory.test.d.ts +0 -2
  2409. package/dist/packages/features/ee/billing/service/dunning/DunningStrategyFactory.test.d.ts.map +0 -1
  2410. package/dist/packages/features/ee/billing/service/dunning/IDunningService.d.ts +0 -34
  2411. package/dist/packages/features/ee/billing/service/dunning/IDunningService.d.ts.map +0 -1
  2412. package/dist/packages/features/ee/billing/service/dunning/OrgDunningService.d.ts +0 -5
  2413. package/dist/packages/features/ee/billing/service/dunning/OrgDunningService.d.ts.map +0 -1
  2414. package/dist/packages/features/ee/billing/service/dunning/TeamDunningService.d.ts +0 -5
  2415. package/dist/packages/features/ee/billing/service/dunning/TeamDunningService.d.ts.map +0 -1
  2416. package/dist/packages/features/ee/billing/service/dunning/__tests__/BaseDunningService.test.d.ts +0 -2
  2417. package/dist/packages/features/ee/billing/service/dunning/__tests__/BaseDunningService.test.d.ts.map +0 -1
  2418. package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningMapper.test.d.ts +0 -2
  2419. package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningMapper.test.d.ts.map +0 -1
  2420. package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningServiceFactory.test.d.ts +0 -2
  2421. package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningServiceFactory.test.d.ts.map +0 -1
  2422. package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningStatusResolver.test.d.ts +0 -2
  2423. package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningStatusResolver.test.d.ts.map +0 -1
  2424. package/dist/packages/features/ee/billing/service/dunning/__tests__/shouldSkipDunningAdvancement.test.d.ts +0 -2
  2425. package/dist/packages/features/ee/billing/service/dunning/__tests__/shouldSkipDunningAdvancement.test.d.ts.map +0 -1
  2426. package/dist/packages/features/ee/billing/service/dunning/dunning-state.test.d.ts +0 -2
  2427. package/dist/packages/features/ee/billing/service/dunning/dunning-state.test.d.ts.map +0 -1
  2428. package/dist/packages/features/ee/billing/service/dunning/seed-dunning-test.d.ts +0 -1
  2429. package/dist/packages/features/ee/billing/service/dunning/seed-dunning-test.d.ts.map +0 -1
  2430. package/dist/packages/features/ee/billing/service/dunning/seed-recreate-ownership-test.d.ts +0 -1
  2431. package/dist/packages/features/ee/billing/service/dunning/seed-recreate-ownership-test.d.ts.map +0 -1
  2432. package/dist/packages/features/ee/billing/service/dunning/seed-resubscribe-test.d.ts +0 -1
  2433. package/dist/packages/features/ee/billing/service/dunning/seed-resubscribe-test.d.ts.map +0 -1
  2434. package/dist/packages/features/ee/billing/service/dunning/shouldSkipDunningAdvancement.d.ts +0 -4
  2435. package/dist/packages/features/ee/billing/service/dunning/shouldSkipDunningAdvancement.d.ts.map +0 -1
  2436. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/advance-dunning-tiers.test.d.ts +0 -2
  2437. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/advance-dunning-tiers.test.d.ts.map +0 -1
  2438. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/advance-single-team-dunning.test.d.ts +0 -2
  2439. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/advance-single-team-dunning.test.d.ts.map +0 -1
  2440. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/blast-dunning-emails.test.d.ts +0 -2
  2441. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/blast-dunning-emails.test.d.ts.map +0 -1
  2442. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-cancellation-email.test.d.ts +0 -2
  2443. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-cancellation-email.test.d.ts.map +0 -1
  2444. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-email-for-status.test.d.ts +0 -2
  2445. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-email-for-status.test.d.ts.map +0 -1
  2446. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-pause-email.test.d.ts +0 -2
  2447. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-pause-email.test.d.ts.map +0 -1
  2448. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-soft-block-email.test.d.ts +0 -2
  2449. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-soft-block-email.test.d.ts.map +0 -1
  2450. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-warning-email.test.d.ts +0 -2
  2451. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-warning-email.test.d.ts.map +0 -1
  2452. package/dist/packages/features/ee/billing/service/dunning/trigger/advance-dunning-tiers.d.ts +0 -14
  2453. package/dist/packages/features/ee/billing/service/dunning/trigger/advance-dunning-tiers.d.ts.map +0 -1
  2454. package/dist/packages/features/ee/billing/service/dunning/trigger/advance-single-team-dunning.d.ts +0 -5
  2455. package/dist/packages/features/ee/billing/service/dunning/trigger/advance-single-team-dunning.d.ts.map +0 -1
  2456. package/dist/packages/features/ee/billing/service/dunning/trigger/blast-dunning-emails.d.ts +0 -23
  2457. package/dist/packages/features/ee/billing/service/dunning/trigger/blast-dunning-emails.d.ts.map +0 -1
  2458. package/dist/packages/features/ee/billing/service/dunning/trigger/config.d.ts +0 -6
  2459. package/dist/packages/features/ee/billing/service/dunning/trigger/config.d.ts.map +0 -1
  2460. package/dist/packages/features/ee/billing/service/dunning/trigger/emailConfig.d.ts +0 -6
  2461. package/dist/packages/features/ee/billing/service/dunning/trigger/emailConfig.d.ts.map +0 -1
  2462. package/dist/packages/features/ee/billing/service/dunning/trigger/emailSchema.d.ts +0 -9
  2463. package/dist/packages/features/ee/billing/service/dunning/trigger/emailSchema.d.ts.map +0 -1
  2464. package/dist/packages/features/ee/billing/service/dunning/trigger/schema.d.ts +0 -12
  2465. package/dist/packages/features/ee/billing/service/dunning/trigger/schema.d.ts.map +0 -1
  2466. package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-cancellation-email.d.ts +0 -5
  2467. package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-cancellation-email.d.ts.map +0 -1
  2468. package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-email-for-status.d.ts +0 -16
  2469. package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-email-for-status.d.ts.map +0 -1
  2470. package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-pause-email.d.ts +0 -5
  2471. package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-pause-email.d.ts.map +0 -1
  2472. package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-soft-block-email.d.ts +0 -5
  2473. package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-soft-block-email.d.ts.map +0 -1
  2474. package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-warning-email.d.ts +0 -5
  2475. package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-warning-email.d.ts.map +0 -1
  2476. package/dist/packages/features/ee/billing/service/highWaterMark/HighWaterMarkService.d.ts +0 -51
  2477. package/dist/packages/features/ee/billing/service/highWaterMark/HighWaterMarkService.d.ts.map +0 -1
  2478. package/dist/packages/features/ee/billing/service/highWaterMark/__tests__/HighWaterMarkService.test.d.ts +0 -2
  2479. package/dist/packages/features/ee/billing/service/highWaterMark/__tests__/HighWaterMarkService.test.d.ts.map +0 -1
  2480. package/dist/packages/features/ee/billing/service/highWaterMark/__tests__/HighWaterMarkStripe.integration-test.d.ts +0 -2
  2481. package/dist/packages/features/ee/billing/service/highWaterMark/__tests__/HighWaterMarkStripe.integration-test.d.ts.map +0 -1
  2482. package/dist/packages/features/ee/billing/service/highWaterMark/seed-hwm-test.d.ts +0 -1
  2483. package/dist/packages/features/ee/billing/service/highWaterMark/seed-hwm-test.d.ts.map +0 -1
  2484. package/dist/packages/features/ee/billing/service/plans/seed-plans-test.d.ts +0 -1
  2485. package/dist/packages/features/ee/billing/service/plans/seed-plans-test.d.ts.map +0 -1
  2486. package/dist/packages/features/ee/billing/service/proration/MonthlyProrationService.d.ts +0 -105
  2487. package/dist/packages/features/ee/billing/service/proration/MonthlyProrationService.d.ts.map +0 -1
  2488. package/dist/packages/features/ee/billing/service/proration/ProrationEmailService.d.ts +0 -17
  2489. package/dist/packages/features/ee/billing/service/proration/ProrationEmailService.d.ts.map +0 -1
  2490. package/dist/packages/features/ee/billing/service/proration/__tests__/MonthlyProrationService.integration-test.d.ts +0 -2
  2491. package/dist/packages/features/ee/billing/service/proration/__tests__/MonthlyProrationService.integration-test.d.ts.map +0 -1
  2492. package/dist/packages/features/ee/billing/service/proration/__tests__/MonthlyProrationService.test.d.ts +0 -2
  2493. package/dist/packages/features/ee/billing/service/proration/__tests__/MonthlyProrationService.test.d.ts.map +0 -1
  2494. package/dist/packages/features/ee/billing/service/proration/__tests__/ProrationEmailService.test.d.ts +0 -2
  2495. package/dist/packages/features/ee/billing/service/proration/__tests__/ProrationEmailService.test.d.ts.map +0 -1
  2496. package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationSyncTasker.d.ts +0 -10
  2497. package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationSyncTasker.d.ts.map +0 -1
  2498. package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationTasker.d.ts +0 -17
  2499. package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationTasker.d.ts.map +0 -1
  2500. package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationTriggerDevTasker.d.ts +0 -10
  2501. package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationTriggerDevTasker.d.ts.map +0 -1
  2502. package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailSyncTasker.d.ts +0 -16
  2503. package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailSyncTasker.d.ts.map +0 -1
  2504. package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailTasker.d.ts +0 -23
  2505. package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailTasker.d.ts.map +0 -1
  2506. package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailTriggerDevTasker.d.ts +0 -16
  2507. package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailTriggerDevTasker.d.ts.map +0 -1
  2508. package/dist/packages/features/ee/billing/service/proration/tasker/constants.d.ts +0 -2
  2509. package/dist/packages/features/ee/billing/service/proration/tasker/constants.d.ts.map +0 -1
  2510. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/cancelProrationReminder.test.d.ts +0 -2
  2511. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/cancelProrationReminder.test.d.ts.map +0 -1
  2512. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/processMonthlyProrationBatch.test.d.ts +0 -2
  2513. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/processMonthlyProrationBatch.test.d.ts.map +0 -1
  2514. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/scheduleMonthlyProration.test.d.ts +0 -2
  2515. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/scheduleMonthlyProration.test.d.ts.map +0 -1
  2516. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/sendProrationInvoiceEmail.test.d.ts +0 -2
  2517. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/sendProrationInvoiceEmail.test.d.ts.map +0 -1
  2518. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/sendProrationReminderEmail.test.d.ts +0 -2
  2519. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/sendProrationReminderEmail.test.d.ts.map +0 -1
  2520. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/cancelProrationReminder.d.ts +0 -10
  2521. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/cancelProrationReminder.d.ts.map +0 -1
  2522. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/config.d.ts +0 -6
  2523. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/config.d.ts.map +0 -1
  2524. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/emailConfig.d.ts +0 -6
  2525. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/emailConfig.d.ts.map +0 -1
  2526. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/emailSchemas.d.ts +0 -35
  2527. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/emailSchemas.d.ts.map +0 -1
  2528. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/processMonthlyProrationBatch.d.ts +0 -43
  2529. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/processMonthlyProrationBatch.d.ts.map +0 -1
  2530. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/scheduleMonthlyProration.d.ts +0 -31
  2531. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/scheduleMonthlyProration.d.ts.map +0 -1
  2532. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/schema.d.ts +0 -12
  2533. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/schema.d.ts.map +0 -1
  2534. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/sendProrationInvoiceEmail.d.ts +0 -16
  2535. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/sendProrationInvoiceEmail.d.ts.map +0 -1
  2536. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/sendProrationReminderEmail.d.ts +0 -13
  2537. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/sendProrationReminderEmail.d.ts.map +0 -1
  2538. package/dist/packages/features/ee/billing/service/proration/tasker/types.d.ts +0 -33
  2539. package/dist/packages/features/ee/billing/service/proration/tasker/types.d.ts.map +0 -1
  2540. package/dist/packages/features/ee/billing/service/seatBillingStrategy/ActiveUserBillingStrategy.d.ts +0 -21
  2541. package/dist/packages/features/ee/billing/service/seatBillingStrategy/ActiveUserBillingStrategy.d.ts.map +0 -1
  2542. package/dist/packages/features/ee/billing/service/seatBillingStrategy/HighWaterMarkStrategy.d.ts +0 -22
  2543. package/dist/packages/features/ee/billing/service/seatBillingStrategy/HighWaterMarkStrategy.d.ts.map +0 -1
  2544. package/dist/packages/features/ee/billing/service/seatBillingStrategy/ISeatBillingStrategy.d.ts +0 -50
  2545. package/dist/packages/features/ee/billing/service/seatBillingStrategy/ISeatBillingStrategy.d.ts.map +0 -1
  2546. package/dist/packages/features/ee/billing/service/seatBillingStrategy/ImmediateUpdateStrategy.d.ts +0 -9
  2547. package/dist/packages/features/ee/billing/service/seatBillingStrategy/ImmediateUpdateStrategy.d.ts.map +0 -1
  2548. package/dist/packages/features/ee/billing/service/seatBillingStrategy/MonthlyProrationStrategy.d.ts +0 -18
  2549. package/dist/packages/features/ee/billing/service/seatBillingStrategy/MonthlyProrationStrategy.d.ts.map +0 -1
  2550. package/dist/packages/features/ee/billing/service/seatBillingStrategy/SeatBillingStrategyFactory.d.ts +0 -30
  2551. package/dist/packages/features/ee/billing/service/seatBillingStrategy/SeatBillingStrategyFactory.d.ts.map +0 -1
  2552. package/dist/packages/features/ee/billing/service/seatBillingStrategy/SeatBillingStrategyFactory.test.d.ts +0 -2
  2553. package/dist/packages/features/ee/billing/service/seatBillingStrategy/SeatBillingStrategyFactory.test.d.ts.map +0 -1
  2554. package/dist/packages/features/ee/billing/service/seatBillingStrategy/__tests__/SeatBillingStrategyFactory.test.d.ts +0 -2
  2555. package/dist/packages/features/ee/billing/service/seatBillingStrategy/__tests__/SeatBillingStrategyFactory.test.d.ts.map +0 -1
  2556. package/dist/packages/features/ee/billing/service/seatBillingStrategy/__tests__/strategies.test.d.ts +0 -2
  2557. package/dist/packages/features/ee/billing/service/seatBillingStrategy/__tests__/strategies.test.d.ts.map +0 -1
  2558. package/dist/packages/features/ee/billing/service/seatTracking/SeatChangeTrackingService.d.ts +0 -64
  2559. package/dist/packages/features/ee/billing/service/seatTracking/SeatChangeTrackingService.d.ts.map +0 -1
  2560. package/dist/packages/features/ee/billing/service/seatTracking/__tests__/SeatChangeTrackingService.test.d.ts +0 -2
  2561. package/dist/packages/features/ee/billing/service/seatTracking/__tests__/SeatChangeTrackingService.test.d.ts.map +0 -1
  2562. package/dist/packages/features/ee/billing/service/teams/ITeamBillingService.d.ts +0 -26
  2563. package/dist/packages/features/ee/billing/service/teams/ITeamBillingService.d.ts.map +0 -1
  2564. package/dist/packages/features/ee/billing/service/teams/StubTeamBillingService.d.ts +0 -17
  2565. package/dist/packages/features/ee/billing/service/teams/StubTeamBillingService.d.ts.map +0 -1
  2566. package/dist/packages/features/ee/billing/service/teams/TeamBillingFactory.test.d.ts +0 -2
  2567. package/dist/packages/features/ee/billing/service/teams/TeamBillingFactory.test.d.ts.map +0 -1
  2568. package/dist/packages/features/ee/billing/service/teams/TeamBillingService.d.ts +0 -66
  2569. package/dist/packages/features/ee/billing/service/teams/TeamBillingService.d.ts.map +0 -1
  2570. package/dist/packages/features/ee/billing/service/teams/TeamBillingService.test.d.ts +0 -2
  2571. package/dist/packages/features/ee/billing/service/teams/TeamBillingService.test.d.ts.map +0 -1
  2572. package/dist/packages/features/ee/billing/service/teams/TeamBillingServiceFactory.d.ts +0 -27
  2573. package/dist/packages/features/ee/billing/service/teams/TeamBillingServiceFactory.d.ts.map +0 -1
  2574. package/dist/packages/features/ee/billing/service/trial/seed-trial-test.d.ts +0 -1
  2575. package/dist/packages/features/ee/billing/service/trial/seed-trial-test.d.ts.map +0 -1
  2576. package/dist/packages/features/ee/billing/service/webhookEvent/WebhookEventService.d.ts +0 -14
  2577. package/dist/packages/features/ee/billing/service/webhookEvent/WebhookEventService.d.ts.map +0 -1
  2578. package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.idempotency.integration-test.d.ts +0 -2
  2579. package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.idempotency.integration-test.d.ts.map +0 -1
  2580. package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.integration-test.d.ts +0 -2
  2581. package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.integration-test.d.ts.map +0 -1
  2582. package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.test.d.ts +0 -2
  2583. package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.test.d.ts.map +0 -1
  2584. package/dist/packages/features/ee/billing/teams/internal-team-billing.test.d.ts +0 -2
  2585. package/dist/packages/features/ee/billing/teams/internal-team-billing.test.d.ts.map +0 -1
  2586. package/dist/packages/features/ee/billing/ui/SeatBasedBilling.d.ts +0 -23
  2587. package/dist/packages/features/ee/billing/ui/SeatBasedBilling.d.ts.map +0 -1
  2588. package/dist/packages/features/ee/payments/api/handle-setup-success-integration.test.d.ts +0 -2
  2589. package/dist/packages/features/ee/payments/api/handle-setup-success-integration.test.d.ts.map +0 -1
  2590. package/dist/packages/features/ee/payments/api/handle-setup-success.test.d.ts +0 -2
  2591. package/dist/packages/features/ee/payments/api/handle-setup-success.test.d.ts.map +0 -1
  2592. package/dist/packages/features/ee/payments/api/webhook.d.ts +0 -17
  2593. package/dist/packages/features/ee/payments/api/webhook.d.ts.map +0 -1
  2594. package/dist/packages/features/ee/payments/api/webhook.test.d.ts +0 -2
  2595. package/dist/packages/features/ee/payments/api/webhook.test.d.ts.map +0 -1
  2596. package/dist/packages/features/ee/payments/components/Payment.d.ts +0 -43
  2597. package/dist/packages/features/ee/payments/components/Payment.d.ts.map +0 -1
  2598. package/dist/packages/features/ee/payments/pages/getClientSecretFromPayment.d.ts +0 -5
  2599. package/dist/packages/features/ee/payments/pages/getClientSecretFromPayment.d.ts.map +0 -1
  2600. package/dist/packages/features/ee/payments/pages/payment.d.ts +0 -258
  2601. package/dist/packages/features/ee/payments/pages/payment.d.ts.map +0 -1
  2602. package/dist/packages/features/ee/payments/pages/sanitizePaymentDataForClient.d.ts +0 -7
  2603. package/dist/packages/features/ee/payments/pages/sanitizePaymentDataForClient.d.ts.map +0 -1
  2604. package/dist/packages/features/ee/payments/pages/sanitizePaymentDataForClient.test.d.ts +0 -2
  2605. package/dist/packages/features/ee/payments/pages/sanitizePaymentDataForClient.test.d.ts.map +0 -1
  2606. package/dist/packages/features/ee/payments/server/stripe-service.d.ts +0 -23
  2607. package/dist/packages/features/ee/payments/server/stripe-service.d.ts.map +0 -1
  2608. package/dist/packages/features/ee/payments/server/stripe.d.ts +0 -7
  2609. package/dist/packages/features/ee/payments/server/stripe.d.ts.map +0 -1
  2610. package/dist/packages/features/ee/round-robin/assignmentReason/AssignmentReasonRecorder.d.ts +0 -75
  2611. package/dist/packages/features/ee/round-robin/assignmentReason/AssignmentReasonRecorder.d.ts.map +0 -1
  2612. package/dist/packages/features/ee/round-robin/assignmentReason/appAssignmentReasonHandler.d.ts +0 -13
  2613. package/dist/packages/features/ee/round-robin/assignmentReason/appAssignmentReasonHandler.d.ts.map +0 -1
  2614. package/dist/packages/features/ee/round-robin/handleRescheduleEventManager.d.ts +0 -104
  2615. package/dist/packages/features/ee/round-robin/handleRescheduleEventManager.d.ts.map +0 -1
  2616. package/dist/packages/features/ee/round-robin/lib/bookingLocationService.d.ts +0 -160
  2617. package/dist/packages/features/ee/round-robin/lib/bookingLocationService.d.ts.map +0 -1
  2618. package/dist/packages/features/ee/round-robin/lib/bookingLocationService.test.d.ts +0 -2
  2619. package/dist/packages/features/ee/round-robin/lib/bookingLocationService.test.d.ts.map +0 -1
  2620. package/dist/packages/features/ee/round-robin/roundRobinDeleteEvents.test.d.ts +0 -2
  2621. package/dist/packages/features/ee/round-robin/roundRobinDeleteEvents.test.d.ts.map +0 -1
  2622. package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts +0 -120
  2623. package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts.map +0 -1
  2624. package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.test.d.ts +0 -2
  2625. package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.test.d.ts.map +0 -1
  2626. package/dist/packages/features/ee/round-robin/roundRobinReassignment.d.ts +0 -20
  2627. package/dist/packages/features/ee/round-robin/roundRobinReassignment.d.ts.map +0 -1
  2628. package/dist/packages/features/ee/round-robin/roundRobinReassignment.test.d.ts +0 -2
  2629. package/dist/packages/features/ee/round-robin/roundRobinReassignment.test.d.ts.map +0 -1
  2630. package/dist/packages/features/ee/round-robin/utils/bookingSelect.d.ts +0 -53
  2631. package/dist/packages/features/ee/round-robin/utils/bookingSelect.d.ts.map +0 -1
  2632. package/dist/packages/features/ee/round-robin/utils/getDestinationCalendar.d.ts +0 -10
  2633. package/dist/packages/features/ee/round-robin/utils/getDestinationCalendar.d.ts.map +0 -1
  2634. package/dist/packages/features/ee/round-robin/utils/getTeamMembers.d.ts +0 -39
  2635. package/dist/packages/features/ee/round-robin/utils/getTeamMembers.d.ts.map +0 -1
  2636. package/dist/packages/features/ee/round-robin/utils/validateRoundRobinSlotAvailability.d.ts +0 -4
  2637. package/dist/packages/features/ee/round-robin/utils/validateRoundRobinSlotAvailability.d.ts.map +0 -1
  2638. package/dist/packages/features/ee/round-robin/utils/validateRoundRobinSlotAvailability.test.d.ts +0 -2
  2639. package/dist/packages/features/ee/round-robin/utils/validateRoundRobinSlotAvailability.test.d.ts.map +0 -1
  2640. package/dist/packages/features/ee/workflows/api/handleSMSResponse.d.ts +0 -6
  2641. package/dist/packages/features/ee/workflows/api/handleSMSResponse.d.ts.map +0 -1
  2642. package/dist/packages/features/ee/workflows/api/scheduleEmailReminders.d.ts +0 -6
  2643. package/dist/packages/features/ee/workflows/api/scheduleEmailReminders.d.ts.map +0 -1
  2644. package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.d.ts +0 -7
  2645. package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.d.ts.map +0 -1
  2646. package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.test.d.ts +0 -2
  2647. package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.test.d.ts.map +0 -1
  2648. package/dist/packages/features/ee/workflows/api/scheduleWhatsappReminders.d.ts +0 -7
  2649. package/dist/packages/features/ee/workflows/api/scheduleWhatsappReminders.d.ts.map +0 -1
  2650. package/dist/packages/features/ee/workflows/api/scheduleWhatsappReminders.test.d.ts +0 -2
  2651. package/dist/packages/features/ee/workflows/api/scheduleWhatsappReminders.test.d.ts.map +0 -1
  2652. package/dist/packages/features/ee/workflows/di/WorkflowStepTranslationRepository.container.d.ts +0 -3
  2653. package/dist/packages/features/ee/workflows/di/WorkflowStepTranslationRepository.container.d.ts.map +0 -1
  2654. package/dist/packages/features/ee/workflows/di/WorkflowStepTranslationRepository.module.d.ts +0 -5
  2655. package/dist/packages/features/ee/workflows/di/WorkflowStepTranslationRepository.module.d.ts.map +0 -1
  2656. package/dist/packages/features/ee/workflows/hooks/useVoicePreview.d.ts +0 -6
  2657. package/dist/packages/features/ee/workflows/hooks/useVoicePreview.d.ts.map +0 -1
  2658. package/dist/packages/features/ee/workflows/lib/action-helper-functions.test.d.ts +0 -2
  2659. package/dist/packages/features/ee/workflows/lib/action-helper-functions.test.d.ts.map +0 -1
  2660. package/dist/packages/features/ee/workflows/lib/actionHelperFunctions.d.ts +0 -46
  2661. package/dist/packages/features/ee/workflows/lib/actionHelperFunctions.d.ts.map +0 -1
  2662. package/dist/packages/features/ee/workflows/lib/allowDisablingStandardEmails.d.ts +0 -11
  2663. package/dist/packages/features/ee/workflows/lib/allowDisablingStandardEmails.d.ts.map +0 -1
  2664. package/dist/packages/features/ee/workflows/lib/alphanumericSenderIdSupport.d.ts +0 -2
  2665. package/dist/packages/features/ee/workflows/lib/alphanumericSenderIdSupport.d.ts.map +0 -1
  2666. package/dist/packages/features/ee/workflows/lib/compareReminderBodyToTemplate.d.ts +0 -6
  2667. package/dist/packages/features/ee/workflows/lib/compareReminderBodyToTemplate.d.ts.map +0 -1
  2668. package/dist/packages/features/ee/workflows/lib/constants.d.ts +0 -14
  2669. package/dist/packages/features/ee/workflows/lib/constants.d.ts.map +0 -1
  2670. package/dist/packages/features/ee/workflows/lib/deleteRemindersOfActiveOnIds.d.ts +0 -8
  2671. package/dist/packages/features/ee/workflows/lib/deleteRemindersOfActiveOnIds.d.ts.map +0 -1
  2672. package/dist/packages/features/ee/workflows/lib/detectMatchedTemplate.d.ts +0 -33
  2673. package/dist/packages/features/ee/workflows/lib/detectMatchedTemplate.d.ts.map +0 -1
  2674. package/dist/packages/features/ee/workflows/lib/getActionIcon.d.ts +0 -3
  2675. package/dist/packages/features/ee/workflows/lib/getActionIcon.d.ts.map +0 -1
  2676. package/dist/packages/features/ee/workflows/lib/getAllWorkflows.d.ts +0 -43
  2677. package/dist/packages/features/ee/workflows/lib/getAllWorkflows.d.ts.map +0 -1
  2678. package/dist/packages/features/ee/workflows/lib/getAllWorkflowsFromEventType.d.ts +0 -15
  2679. package/dist/packages/features/ee/workflows/lib/getAllWorkflowsFromEventType.d.ts.map +0 -1
  2680. package/dist/packages/features/ee/workflows/lib/getOptions.d.ts +0 -31
  2681. package/dist/packages/features/ee/workflows/lib/getOptions.d.ts.map +0 -1
  2682. package/dist/packages/features/ee/workflows/lib/getWorkflowReminders.d.ts +0 -144
  2683. package/dist/packages/features/ee/workflows/lib/getWorkflowReminders.d.ts.map +0 -1
  2684. package/dist/packages/features/ee/workflows/lib/getiCalEventAsString.d.ts +0 -16
  2685. package/dist/packages/features/ee/workflows/lib/getiCalEventAsString.d.ts.map +0 -1
  2686. package/dist/packages/features/ee/workflows/lib/isAuthorized.d.ts +0 -4
  2687. package/dist/packages/features/ee/workflows/lib/isAuthorized.d.ts.map +0 -1
  2688. package/dist/packages/features/ee/workflows/lib/reminders/aiPhoneCallManager.d.ts +0 -33
  2689. package/dist/packages/features/ee/workflows/lib/reminders/aiPhoneCallManager.d.ts.map +0 -1
  2690. package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts +0 -31
  2691. package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts.map +0 -1
  2692. package/dist/packages/features/ee/workflows/lib/reminders/messageDispatcher.d.ts +0 -53
  2693. package/dist/packages/features/ee/workflows/lib/reminders/messageDispatcher.d.ts.map +0 -1
  2694. package/dist/packages/features/ee/workflows/lib/reminders/providers/emailProvider.d.ts +0 -11
  2695. package/dist/packages/features/ee/workflows/lib/reminders/providers/emailProvider.d.ts.map +0 -1
  2696. package/dist/packages/features/ee/workflows/lib/reminders/providers/sendgridProvider.d.ts +0 -10
  2697. package/dist/packages/features/ee/workflows/lib/reminders/providers/sendgridProvider.d.ts.map +0 -1
  2698. package/dist/packages/features/ee/workflows/lib/reminders/providers/twilio-provider.test.d.ts +0 -2
  2699. package/dist/packages/features/ee/workflows/lib/reminders/providers/twilio-provider.test.d.ts.map +0 -1
  2700. package/dist/packages/features/ee/workflows/lib/reminders/providers/twilioProvider.d.ts +0 -48
  2701. package/dist/packages/features/ee/workflows/lib/reminders/providers/twilioProvider.d.ts.map +0 -1
  2702. package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.d.ts +0 -63
  2703. package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.d.ts.map +0 -1
  2704. package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.test.d.ts +0 -2
  2705. package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.test.d.ts.map +0 -1
  2706. package/dist/packages/features/ee/workflows/lib/reminders/scheduleMandatoryReminder.d.ts +0 -17
  2707. package/dist/packages/features/ee/workflows/lib/reminders/scheduleMandatoryReminder.d.ts.map +0 -1
  2708. package/dist/packages/features/ee/workflows/lib/reminders/smsReminderManager.d.ts +0 -31
  2709. package/dist/packages/features/ee/workflows/lib/reminders/smsReminderManager.d.ts.map +0 -1
  2710. package/dist/packages/features/ee/workflows/lib/reminders/templates/customTemplate.d.ts +0 -50
  2711. package/dist/packages/features/ee/workflows/lib/reminders/templates/customTemplate.d.ts.map +0 -1
  2712. package/dist/packages/features/ee/workflows/lib/reminders/templates/customTemplate.test.d.ts +0 -2
  2713. package/dist/packages/features/ee/workflows/lib/reminders/templates/customTemplate.test.d.ts.map +0 -1
  2714. package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.d.ts +0 -25
  2715. package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.d.ts.map +0 -1
  2716. package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.test.d.ts +0 -2
  2717. package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.test.d.ts.map +0 -1
  2718. package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.d.ts +0 -28
  2719. package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.d.ts.map +0 -1
  2720. package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.test.d.ts +0 -2
  2721. package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.test.d.ts.map +0 -1
  2722. package/dist/packages/features/ee/workflows/lib/reminders/templates/plainTextTemplates.d.ts +0 -17
  2723. package/dist/packages/features/ee/workflows/lib/reminders/templates/plainTextTemplates.d.ts.map +0 -1
  2724. package/dist/packages/features/ee/workflows/lib/reminders/templates/smsReminderTemplate.d.ts +0 -6
  2725. package/dist/packages/features/ee/workflows/lib/reminders/templates/smsReminderTemplate.d.ts.map +0 -1
  2726. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/ContentSidMapping.d.ts +0 -11
  2727. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/ContentSidMapping.d.ts.map +0 -1
  2728. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/index.d.ts +0 -5
  2729. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/index.d.ts.map +0 -1
  2730. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCancelledTemplate.d.ts +0 -5
  2731. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCancelledTemplate.d.ts.map +0 -1
  2732. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCompletedTemplate.d.ts +0 -5
  2733. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCompletedTemplate.d.ts.map +0 -1
  2734. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventReminderTemplate.d.ts +0 -5
  2735. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventReminderTemplate.d.ts.map +0 -1
  2736. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventRescheduledTemplate.d.ts +0 -5
  2737. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventRescheduledTemplate.d.ts.map +0 -1
  2738. package/dist/packages/features/ee/workflows/lib/reminders/utils.d.ts +0 -7
  2739. package/dist/packages/features/ee/workflows/lib/reminders/utils.d.ts.map +0 -1
  2740. package/dist/packages/features/ee/workflows/lib/reminders/utils.test.d.ts +0 -2
  2741. package/dist/packages/features/ee/workflows/lib/reminders/utils.test.d.ts.map +0 -1
  2742. package/dist/packages/features/ee/workflows/lib/reminders/verifyPhoneNumber.d.ts +0 -3
  2743. package/dist/packages/features/ee/workflows/lib/reminders/verifyPhoneNumber.d.ts.map +0 -1
  2744. package/dist/packages/features/ee/workflows/lib/reminders/whatsappReminderManager.d.ts +0 -6
  2745. package/dist/packages/features/ee/workflows/lib/reminders/whatsappReminderManager.d.ts.map +0 -1
  2746. package/dist/packages/features/ee/workflows/lib/repository/workflowOptOutContact.d.ts +0 -6
  2747. package/dist/packages/features/ee/workflows/lib/repository/workflowOptOutContact.d.ts.map +0 -1
  2748. package/dist/packages/features/ee/workflows/lib/scheduleBookingReminders.d.ts +0 -8
  2749. package/dist/packages/features/ee/workflows/lib/scheduleBookingReminders.d.ts.map +0 -1
  2750. package/dist/packages/features/ee/workflows/lib/scheduleWorkflowNotifications.d.ts +0 -103
  2751. package/dist/packages/features/ee/workflows/lib/scheduleWorkflowNotifications.d.ts.map +0 -1
  2752. package/dist/packages/features/ee/workflows/lib/scheduleWorkflowNotifications.integration-test.d.ts +0 -2
  2753. package/dist/packages/features/ee/workflows/lib/scheduleWorkflowNotifications.integration-test.d.ts.map +0 -1
  2754. package/dist/packages/features/ee/workflows/lib/schema.d.ts +0 -165
  2755. package/dist/packages/features/ee/workflows/lib/schema.d.ts.map +0 -1
  2756. package/dist/packages/features/ee/workflows/lib/service/email-workflow-service.d.ts +0 -123
  2757. package/dist/packages/features/ee/workflows/lib/service/email-workflow-service.d.ts.map +0 -1
  2758. package/dist/packages/features/ee/workflows/lib/service/email-workflow-service.test.d.ts +0 -2
  2759. package/dist/packages/features/ee/workflows/lib/service/email-workflow-service.test.d.ts.map +0 -1
  2760. package/dist/packages/features/ee/workflows/lib/service/workflow-service.d.ts +0 -83
  2761. package/dist/packages/features/ee/workflows/lib/service/workflow-service.d.ts.map +0 -1
  2762. package/dist/packages/features/ee/workflows/lib/service/workflow-service.test.d.ts +0 -2
  2763. package/dist/packages/features/ee/workflows/lib/service/workflow-service.test.d.ts.map +0 -1
  2764. package/dist/packages/features/ee/workflows/lib/service/workflowOptOutService.d.ts +0 -5
  2765. package/dist/packages/features/ee/workflows/lib/service/workflowOptOutService.d.ts.map +0 -1
  2766. package/dist/packages/features/ee/workflows/lib/test/compareReminderBodyToTemplate.test.d.ts +0 -2
  2767. package/dist/packages/features/ee/workflows/lib/test/compareReminderBodyToTemplate.test.d.ts.map +0 -1
  2768. package/dist/packages/features/ee/workflows/lib/test/detectMatchedTemplate.test.d.ts +0 -2
  2769. package/dist/packages/features/ee/workflows/lib/test/detectMatchedTemplate.test.d.ts.map +0 -1
  2770. package/dist/packages/features/ee/workflows/lib/test/twilioWebhook.test.d.ts +0 -2
  2771. package/dist/packages/features/ee/workflows/lib/test/twilioWebhook.test.d.ts.map +0 -1
  2772. package/dist/packages/features/ee/workflows/lib/test/urlScanner.test.d.ts +0 -2
  2773. package/dist/packages/features/ee/workflows/lib/test/urlScanner.test.d.ts.map +0 -1
  2774. package/dist/packages/features/ee/workflows/lib/test/workflows.test.d.ts +0 -2
  2775. package/dist/packages/features/ee/workflows/lib/test/workflows.test.d.ts.map +0 -1
  2776. package/dist/packages/features/ee/workflows/lib/types.d.ts +0 -165
  2777. package/dist/packages/features/ee/workflows/lib/types.d.ts.map +0 -1
  2778. package/dist/packages/features/ee/workflows/lib/url-scanner.test.d.ts +0 -2
  2779. package/dist/packages/features/ee/workflows/lib/url-scanner.test.d.ts.map +0 -1
  2780. package/dist/packages/features/ee/workflows/lib/urlScanner.d.ts +0 -63
  2781. package/dist/packages/features/ee/workflows/lib/urlScanner.d.ts.map +0 -1
  2782. package/dist/packages/features/ee/workflows/lib/variableTranslations.d.ts +0 -10
  2783. package/dist/packages/features/ee/workflows/lib/variableTranslations.d.ts.map +0 -1
  2784. package/dist/packages/features/ee/workflows/lib/verifyEmailSender.d.ts +0 -2
  2785. package/dist/packages/features/ee/workflows/lib/verifyEmailSender.d.ts.map +0 -1
  2786. package/dist/packages/features/ee/workflows/repositories/WorkflowRelationsRepository.d.ts +0 -24
  2787. package/dist/packages/features/ee/workflows/repositories/WorkflowRelationsRepository.d.ts.map +0 -1
  2788. package/dist/packages/features/ee/workflows/repositories/WorkflowStepRepository.d.ts +0 -68
  2789. package/dist/packages/features/ee/workflows/repositories/WorkflowStepRepository.d.ts.map +0 -1
  2790. package/dist/packages/features/ee/workflows/repositories/WorkflowStepTranslationRepository.d.ts +0 -30
  2791. package/dist/packages/features/ee/workflows/repositories/WorkflowStepTranslationRepository.d.ts.map +0 -1
  2792. package/dist/packages/features/ee/workflows/repositories/WorkflowStepTranslationRepository.test.d.ts +0 -2
  2793. package/dist/packages/features/ee/workflows/repositories/WorkflowStepTranslationRepository.test.d.ts.map +0 -1
  2794. package/dist/packages/features/ee/workflows/repositories/workflow-reminder-repository.d.ts +0 -164
  2795. package/dist/packages/features/ee/workflows/repositories/workflow-reminder-repository.d.ts.map +0 -1
  2796. package/dist/packages/features/ee/workflows/repositories/workflow-reminder-repository.test.d.ts +0 -2
  2797. package/dist/packages/features/ee/workflows/repositories/workflow-reminder-repository.test.d.ts.map +0 -1
  2798. package/dist/packages/features/ee/workflows/repositories/workflow-repository.d.ts +0 -872
  2799. package/dist/packages/features/ee/workflows/repositories/workflow-repository.d.ts.map +0 -1
  2800. package/dist/packages/features/ee/workflows/repositories/workflow-repository.test.d.ts +0 -2
  2801. package/dist/packages/features/ee/workflows/repositories/workflow-repository.test.d.ts.map +0 -1
  2802. package/dist/packages/features/eventtypes/components/AssignAllTeamMembers.d.ts +0 -8
  2803. package/dist/packages/features/eventtypes/components/AssignAllTeamMembers.d.ts.map +0 -1
  2804. package/dist/packages/features/eventtypes/components/BulkEditDefaultForEventsModal.d.ts +0 -28
  2805. package/dist/packages/features/eventtypes/components/BulkEditDefaultForEventsModal.d.ts.map +0 -1
  2806. package/dist/packages/features/eventtypes/components/CheckedTeamSelect.d.ts +0 -41
  2807. package/dist/packages/features/eventtypes/components/CheckedTeamSelect.d.ts.map +0 -1
  2808. package/dist/packages/features/eventtypes/components/ChildrenEventTypeSelect.d.ts +0 -32
  2809. package/dist/packages/features/eventtypes/components/ChildrenEventTypeSelect.d.ts.map +0 -1
  2810. package/dist/packages/features/eventtypes/components/CreateEventTypeForm.d.ts +0 -17
  2811. package/dist/packages/features/eventtypes/components/CreateEventTypeForm.d.ts.map +0 -1
  2812. package/dist/packages/features/eventtypes/components/LearnMoreLink.d.ts +0 -9
  2813. package/dist/packages/features/eventtypes/components/LearnMoreLink.d.ts.map +0 -1
  2814. package/dist/packages/features/eventtypes/components/WeightDescription.d.ts +0 -5
  2815. package/dist/packages/features/eventtypes/components/WeightDescription.d.ts.map +0 -1
  2816. package/dist/packages/features/eventtypes/components/dialogs/HostEditDialogs.d.ts +0 -29
  2817. package/dist/packages/features/eventtypes/components/dialogs/HostEditDialogs.d.ts.map +0 -1
  2818. package/dist/packages/features/eventtypes/components/dialogs/ManagedEventDialog.d.ts +0 -13
  2819. package/dist/packages/features/eventtypes/components/dialogs/ManagedEventDialog.d.ts.map +0 -1
  2820. package/dist/packages/features/eventtypes/components/locations/types.d.ts +0 -48
  2821. package/dist/packages/features/eventtypes/components/locations/types.d.ts.map +0 -1
  2822. package/dist/packages/features/eventtypes/components/tabs/advanced/CustomEventTypeModal.d.ts +0 -44
  2823. package/dist/packages/features/eventtypes/components/tabs/advanced/CustomEventTypeModal.d.ts.map +0 -1
  2824. package/dist/packages/features/eventtypes/components/tabs/advanced/DisableAllEmailsSetting.d.ts +0 -26
  2825. package/dist/packages/features/eventtypes/components/tabs/advanced/DisableAllEmailsSetting.d.ts.map +0 -1
  2826. package/dist/packages/features/eventtypes/components/tabs/advanced/DisableReschedulingController.d.ts +0 -18
  2827. package/dist/packages/features/eventtypes/components/tabs/advanced/DisableReschedulingController.d.ts.map +0 -1
  2828. package/dist/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.d.ts +0 -144
  2829. package/dist/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.d.ts.map +0 -1
  2830. package/dist/packages/features/eventtypes/components/tabs/advanced/FormBuilder.d.ts +0 -46
  2831. package/dist/packages/features/eventtypes/components/tabs/advanced/FormBuilder.d.ts.map +0 -1
  2832. package/dist/packages/features/eventtypes/components/tabs/advanced/RequiresConfirmationController.d.ts +0 -27
  2833. package/dist/packages/features/eventtypes/components/tabs/advanced/RequiresConfirmationController.d.ts.map +0 -1
  2834. package/dist/packages/features/eventtypes/components/tabs/availability/EventAvailabilityTab.d.ts +0 -83
  2835. package/dist/packages/features/eventtypes/components/tabs/availability/EventAvailabilityTab.d.ts.map +0 -1
  2836. package/dist/packages/features/eventtypes/components/tabs/limits/EventLimitsTab.d.ts +0 -58
  2837. package/dist/packages/features/eventtypes/components/tabs/limits/EventLimitsTab.d.ts.map +0 -1
  2838. package/dist/packages/features/eventtypes/components/tabs/limits/MaxActiveBookingsPerBookerController.d.ts +0 -10
  2839. package/dist/packages/features/eventtypes/components/tabs/limits/MaxActiveBookingsPerBookerController.d.ts.map +0 -1
  2840. package/dist/packages/features/eventtypes/components/tabs/limits/dateConversions.test.d.ts +0 -2
  2841. package/dist/packages/features/eventtypes/components/tabs/limits/dateConversions.test.d.ts.map +0 -1
  2842. package/dist/packages/features/eventtypes/components/tabs/recurring/EventRecurringTab.d.ts +0 -4
  2843. package/dist/packages/features/eventtypes/components/tabs/recurring/EventRecurringTab.d.ts.map +0 -1
  2844. package/dist/packages/features/eventtypes/components/tabs/recurring/RecurringEventController.d.ts +0 -22
  2845. package/dist/packages/features/eventtypes/components/tabs/recurring/RecurringEventController.d.ts.map +0 -1
  2846. package/dist/packages/features/eventtypes/components/tabs/setup/EventSetupTab.d.ts +0 -46
  2847. package/dist/packages/features/eventtypes/components/tabs/setup/EventSetupTab.d.ts.map +0 -1
  2848. package/dist/packages/features/eventtypes/di/EventTypeService.container.d.ts +0 -4
  2849. package/dist/packages/features/eventtypes/di/EventTypeService.container.d.ts.map +0 -1
  2850. package/dist/packages/features/eventtypes/di/EventTypeService.module.d.ts +0 -9
  2851. package/dist/packages/features/eventtypes/di/EventTypeService.module.d.ts.map +0 -1
  2852. package/dist/packages/features/eventtypes/di/tokens.d.ts +0 -5
  2853. package/dist/packages/features/eventtypes/di/tokens.d.ts.map +0 -1
  2854. package/dist/packages/features/eventtypes/eventtypes.repository.interface.d.ts +0 -20
  2855. package/dist/packages/features/eventtypes/eventtypes.repository.interface.d.ts.map +0 -1
  2856. package/dist/packages/features/eventtypes/lib/apply-pending-host-changes.d.ts +0 -12
  2857. package/dist/packages/features/eventtypes/lib/apply-pending-host-changes.d.ts.map +0 -1
  2858. package/dist/packages/features/eventtypes/lib/bookingFieldsManager.d.ts +0 -14
  2859. package/dist/packages/features/eventtypes/lib/bookingFieldsManager.d.ts.map +0 -1
  2860. package/dist/packages/features/eventtypes/lib/checkForEmptyAssignment.d.ts +0 -8
  2861. package/dist/packages/features/eventtypes/lib/checkForEmptyAssignment.d.ts.map +0 -1
  2862. package/dist/packages/features/eventtypes/lib/checkForEmptyAssignment.test.d.ts +0 -2
  2863. package/dist/packages/features/eventtypes/lib/checkForEmptyAssignment.test.d.ts.map +0 -1
  2864. package/dist/packages/features/eventtypes/lib/childrenEventType.d.ts +0 -35
  2865. package/dist/packages/features/eventtypes/lib/childrenEventType.d.ts.map +0 -1
  2866. package/dist/packages/features/eventtypes/lib/childrenEventType.test.d.ts +0 -2
  2867. package/dist/packages/features/eventtypes/lib/childrenEventType.test.d.ts.map +0 -1
  2868. package/dist/packages/features/eventtypes/lib/defaultEvents.d.ts +0 -2026
  2869. package/dist/packages/features/eventtypes/lib/defaultEvents.d.ts.map +0 -1
  2870. package/dist/packages/features/eventtypes/lib/defaultEvents.test.d.ts +0 -2
  2871. package/dist/packages/features/eventtypes/lib/defaultEvents.test.d.ts.map +0 -1
  2872. package/dist/packages/features/eventtypes/lib/eventNaming.d.ts +0 -28
  2873. package/dist/packages/features/eventtypes/lib/eventNaming.d.ts.map +0 -1
  2874. package/dist/packages/features/eventtypes/lib/eventNaming.test.d.ts +0 -2
  2875. package/dist/packages/features/eventtypes/lib/eventNaming.test.d.ts.map +0 -1
  2876. package/dist/packages/features/eventtypes/lib/eventTypeUpdateUtils.d.ts +0 -45
  2877. package/dist/packages/features/eventtypes/lib/eventTypeUpdateUtils.d.ts.map +0 -1
  2878. package/dist/packages/features/eventtypes/lib/getDefinedBufferTimes.d.ts +0 -2
  2879. package/dist/packages/features/eventtypes/lib/getDefinedBufferTimes.d.ts.map +0 -1
  2880. package/dist/packages/features/eventtypes/lib/getDefinedBufferTimes.test.d.ts +0 -2
  2881. package/dist/packages/features/eventtypes/lib/getDefinedBufferTimes.test.d.ts.map +0 -1
  2882. package/dist/packages/features/eventtypes/lib/getEventTypeById.d.ts +0 -1252
  2883. package/dist/packages/features/eventtypes/lib/getEventTypeById.d.ts.map +0 -1
  2884. package/dist/packages/features/eventtypes/lib/getEventTypeById.integration-test.d.ts +0 -2
  2885. package/dist/packages/features/eventtypes/lib/getEventTypeById.integration-test.d.ts.map +0 -1
  2886. package/dist/packages/features/eventtypes/lib/getEventTypesByViewer.d.ts +0 -447
  2887. package/dist/packages/features/eventtypes/lib/getEventTypesByViewer.d.ts.map +0 -1
  2888. package/dist/packages/features/eventtypes/lib/getEventTypesByViewer.test.d.ts +0 -2
  2889. package/dist/packages/features/eventtypes/lib/getEventTypesByViewer.test.d.ts.map +0 -1
  2890. package/dist/packages/features/eventtypes/lib/getEventTypesPublic.d.ts +0 -171
  2891. package/dist/packages/features/eventtypes/lib/getEventTypesPublic.d.ts.map +0 -1
  2892. package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts +0 -2858
  2893. package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts.map +0 -1
  2894. package/dist/packages/features/eventtypes/lib/getPublicEvent.test.d.ts +0 -2
  2895. package/dist/packages/features/eventtypes/lib/getPublicEvent.test.d.ts.map +0 -1
  2896. package/dist/packages/features/eventtypes/lib/getTeamEventType.d.ts +0 -200
  2897. package/dist/packages/features/eventtypes/lib/getTeamEventType.d.ts.map +0 -1
  2898. package/dist/packages/features/eventtypes/lib/isCurrentlyAvailable.test.d.ts +0 -2
  2899. package/dist/packages/features/eventtypes/lib/isCurrentlyAvailable.test.d.ts.map +0 -1
  2900. package/dist/packages/features/eventtypes/lib/schemas.d.ts +0 -54
  2901. package/dist/packages/features/eventtypes/lib/schemas.d.ts.map +0 -1
  2902. package/dist/packages/features/eventtypes/lib/schemas.test.d.ts +0 -2
  2903. package/dist/packages/features/eventtypes/lib/schemas.test.d.ts.map +0 -1
  2904. package/dist/packages/features/eventtypes/lib/successRedirectUrlAllowed.d.ts +0 -25
  2905. package/dist/packages/features/eventtypes/lib/successRedirectUrlAllowed.d.ts.map +0 -1
  2906. package/dist/packages/features/eventtypes/lib/successRedirectUrlAllowed.test.d.ts +0 -2
  2907. package/dist/packages/features/eventtypes/lib/successRedirectUrlAllowed.test.d.ts.map +0 -1
  2908. package/dist/packages/features/eventtypes/lib/types.d.ts +0 -592
  2909. package/dist/packages/features/eventtypes/lib/types.d.ts.map +0 -1
  2910. package/dist/packages/features/eventtypes/repositories/EventRepository.d.ts +0 -1662
  2911. package/dist/packages/features/eventtypes/repositories/EventRepository.d.ts.map +0 -1
  2912. package/dist/packages/features/eventtypes/repositories/__tests__/EventTypeRepository.integration-test.d.ts +0 -2
  2913. package/dist/packages/features/eventtypes/repositories/__tests__/EventTypeRepository.integration-test.d.ts.map +0 -1
  2914. package/dist/packages/features/eventtypes/repositories/__tests__/EventTypeRepository.test.d.ts +0 -2
  2915. package/dist/packages/features/eventtypes/repositories/__tests__/EventTypeRepository.test.d.ts.map +0 -1
  2916. package/dist/packages/features/eventtypes/repositories/eventTypeRepository.d.ts +0 -3932
  2917. package/dist/packages/features/eventtypes/repositories/eventTypeRepository.d.ts.map +0 -1
  2918. package/dist/packages/features/eventtypes/service/EventTypeService.d.ts +0 -81
  2919. package/dist/packages/features/eventtypes/service/EventTypeService.d.ts.map +0 -1
  2920. package/dist/packages/features/eventtypes/service/EventTypeService.test.d.ts +0 -2
  2921. package/dist/packages/features/eventtypes/service/EventTypeService.test.d.ts.map +0 -1
  2922. package/dist/packages/features/eventtypes/store/__tests__/hosts-store.test.d.ts +0 -2
  2923. package/dist/packages/features/eventtypes/store/__tests__/hosts-store.test.d.ts.map +0 -1
  2924. package/dist/packages/features/eventtypes/store/hosts-store-provider.d.ts +0 -7
  2925. package/dist/packages/features/eventtypes/store/hosts-store-provider.d.ts.map +0 -1
  2926. package/dist/packages/features/eventtypes/store/hosts-store.d.ts +0 -25
  2927. package/dist/packages/features/eventtypes/store/hosts-store.d.ts.map +0 -1
  2928. package/dist/packages/features/form-builder/fieldTypes.d.ts +0 -5
  2929. package/dist/packages/features/form-builder/fieldTypes.d.ts.map +0 -1
  2930. package/dist/packages/features/form-builder/fieldsThatSupportLabelAsSafeHtml.d.ts +0 -7
  2931. package/dist/packages/features/form-builder/fieldsThatSupportLabelAsSafeHtml.d.ts.map +0 -1
  2932. package/dist/packages/features/form-builder/propsTypes.d.ts +0 -18
  2933. package/dist/packages/features/form-builder/propsTypes.d.ts.map +0 -1
  2934. package/dist/packages/features/form-builder/schema.d.ts +0 -783
  2935. package/dist/packages/features/form-builder/schema.d.ts.map +0 -1
  2936. package/dist/packages/features/form-builder/staticConfig.d.ts +0 -67
  2937. package/dist/packages/features/form-builder/staticConfig.d.ts.map +0 -1
  2938. package/dist/packages/features/form-builder/staticConfig.test.d.ts +0 -2
  2939. package/dist/packages/features/form-builder/staticConfig.test.d.ts.map +0 -1
  2940. package/dist/packages/features/form-builder/testUtils.d.ts +0 -421
  2941. package/dist/packages/features/form-builder/testUtils.d.ts.map +0 -1
  2942. package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.d.ts +0 -12
  2943. package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.d.ts.map +0 -1
  2944. package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.test.d.ts +0 -2
  2945. package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.test.d.ts.map +0 -1
  2946. package/dist/packages/features/form-builder/utils/getFieldIdentifier.d.ts +0 -2
  2947. package/dist/packages/features/form-builder/utils/getFieldIdentifier.d.ts.map +0 -1
  2948. package/dist/packages/features/form-builder/utils/variantsConfig.d.ts +0 -44
  2949. package/dist/packages/features/form-builder/utils/variantsConfig.d.ts.map +0 -1
  2950. package/dist/packages/features/form-builder/utils.d.ts +0 -6
  2951. package/dist/packages/features/form-builder/utils.d.ts.map +0 -1
  2952. package/dist/packages/features/instant-meeting/schema.d.ts +0 -3
  2953. package/dist/packages/features/instant-meeting/schema.d.ts.map +0 -1
  2954. package/dist/packages/features/schedules/components/DateOverrideInputDialog.d.ts +0 -16
  2955. package/dist/packages/features/schedules/components/DateOverrideInputDialog.d.ts.map +0 -1
  2956. package/dist/packages/features/schedules/components/DateOverrideList.d.ts +0 -25
  2957. package/dist/packages/features/schedules/components/DateOverrideList.d.ts.map +0 -1
  2958. package/dist/packages/features/schedules/components/ScheduleComponent.d.ts +0 -50
  2959. package/dist/packages/features/schedules/components/ScheduleComponent.d.ts.map +0 -1
  2960. package/dist/packages/features/schedules/components/ScheduleComponent.test.d.ts +0 -2
  2961. package/dist/packages/features/schedules/components/ScheduleComponent.test.d.ts.map +0 -1
  2962. package/dist/packages/features/schedules/components/ScheduleListItem.d.ts +0 -39
  2963. package/dist/packages/features/schedules/components/ScheduleListItem.d.ts.map +0 -1
  2964. package/dist/packages/features/schedules/components/parse-time-string.test.d.ts +0 -2
  2965. package/dist/packages/features/schedules/components/parse-time-string.test.d.ts.map +0 -1
  2966. package/dist/packages/features/schedules/hooks/useTimesForSchedule.d.ts +0 -30
  2967. package/dist/packages/features/schedules/hooks/useTimesForSchedule.d.ts.map +0 -1
  2968. package/dist/packages/features/schedules/hooks/useTimesForSchedule.timezone.test.d.ts +0 -2
  2969. package/dist/packages/features/schedules/hooks/useTimesForSchedule.timezone.test.d.ts.map +0 -1
  2970. package/dist/packages/features/schedules/lib/date-ranges.d.ts +0 -59
  2971. package/dist/packages/features/schedules/lib/date-ranges.d.ts.map +0 -1
  2972. package/dist/packages/features/schedules/lib/date-ranges.expansion.test.d.ts +0 -2
  2973. package/dist/packages/features/schedules/lib/date-ranges.expansion.test.d.ts.map +0 -1
  2974. package/dist/packages/features/schedules/lib/date-ranges.test.d.ts +0 -2
  2975. package/dist/packages/features/schedules/lib/date-ranges.test.d.ts.map +0 -1
  2976. package/dist/packages/features/schedules/lib/slots-minBookingNotice.test.d.ts +0 -2
  2977. package/dist/packages/features/schedules/lib/slots-minBookingNotice.test.d.ts.map +0 -1
  2978. package/dist/packages/features/schedules/lib/slots.d.ts +0 -30
  2979. package/dist/packages/features/schedules/lib/slots.d.ts.map +0 -1
  2980. package/dist/packages/features/schedules/lib/slots.expansion.test.d.ts +0 -2
  2981. package/dist/packages/features/schedules/lib/slots.expansion.test.d.ts.map +0 -1
  2982. package/dist/packages/features/schedules/lib/slots.test.d.ts +0 -2
  2983. package/dist/packages/features/schedules/lib/slots.test.d.ts.map +0 -1
  2984. package/dist/packages/features/schedules/repositories/ScheduleRepository.d.ts +0 -213
  2985. package/dist/packages/features/schedules/repositories/ScheduleRepository.d.ts.map +0 -1
  2986. package/dist/packages/features/schedules/repositories/ScheduleRepository.test.d.ts +0 -2
  2987. package/dist/packages/features/schedules/repositories/ScheduleRepository.test.d.ts.map +0 -1
  2988. package/dist/packages/features/schedules/services/ScheduleService.d.ts +0 -149
  2989. package/dist/packages/features/schedules/services/ScheduleService.d.ts.map +0 -1
  2990. package/dist/packages/features/schedules/services/ScheduleService.test.d.ts +0 -2
  2991. package/dist/packages/features/schedules/services/ScheduleService.test.d.ts.map +0 -1
  2992. package/dist/packages/features/schedules/types.d.ts +0 -20
  2993. package/dist/packages/features/schedules/types.d.ts.map +0 -1
  2994. package/dist/packages/kysely/types.d.ts +0 -2712
  2995. package/dist/packages/kysely/types.d.ts.map +0 -1
  2996. package/dist/packages/lib/intervalLimits/intervalLimitSchema.d.ts +0 -6
  2997. package/dist/packages/lib/intervalLimits/intervalLimitSchema.d.ts.map +0 -1
  2998. package/dist/packages/platform/atoms/add-members-switch/AddMembersWithSwitchPlatformWrapper.d.ts +0 -3
  2999. package/dist/packages/platform/atoms/add-members-switch/AddMembersWithSwitchPlatformWrapper.d.ts.map +0 -1
  3000. package/dist/packages/platform/atoms/availability/AvailabilitySettings.d.ts +0 -89
  3001. package/dist/packages/platform/atoms/availability/AvailabilitySettings.d.ts.map +0 -1
  3002. package/dist/packages/platform/atoms/availability/index.d.ts +0 -4
  3003. package/dist/packages/platform/atoms/availability/index.d.ts.map +0 -1
  3004. package/dist/packages/platform/atoms/availability/types.d.ts +0 -36
  3005. package/dist/packages/platform/atoms/availability/types.d.ts.map +0 -1
  3006. package/dist/packages/platform/atoms/availability/wrappers/AvailabilitySettingsPlatformWrapper.d.ts +0 -29
  3007. package/dist/packages/platform/atoms/availability/wrappers/AvailabilitySettingsPlatformWrapper.d.ts.map +0 -1
  3008. package/dist/packages/platform/atoms/booker/BookerPlatformWrapper.d.ts +0 -4
  3009. package/dist/packages/platform/atoms/booker/BookerPlatformWrapper.d.ts.map +0 -1
  3010. package/dist/packages/platform/atoms/booker/types.d.ts +0 -99
  3011. package/dist/packages/platform/atoms/booker/types.d.ts.map +0 -1
  3012. package/dist/packages/platform/atoms/booker-embed/BookerEmbed.d.ts +0 -31
  3013. package/dist/packages/platform/atoms/booker-embed/BookerEmbed.d.ts.map +0 -1
  3014. package/dist/packages/platform/atoms/booker-embed/index.d.ts +0 -2
  3015. package/dist/packages/platform/atoms/booker-embed/index.d.ts.map +0 -1
  3016. package/dist/packages/platform/atoms/booker-embed/useGetRoutingFormUrlProps.d.ts +0 -21
  3017. package/dist/packages/platform/atoms/booker-embed/useGetRoutingFormUrlProps.d.ts.map +0 -1
  3018. package/dist/packages/platform/atoms/cal-provider/BaseCalProvider.d.ts +0 -24
  3019. package/dist/packages/platform/atoms/cal-provider/BaseCalProvider.d.ts.map +0 -1
  3020. package/dist/packages/platform/atoms/cal-provider/CalOAuthProvider.d.ts +0 -19
  3021. package/dist/packages/platform/atoms/cal-provider/CalOAuthProvider.d.ts.map +0 -1
  3022. package/dist/packages/platform/atoms/cal-provider/CalProvider.d.ts +0 -22
  3023. package/dist/packages/platform/atoms/cal-provider/CalProvider.d.ts.map +0 -1
  3024. package/dist/packages/platform/atoms/cal-provider/index.d.ts +0 -3
  3025. package/dist/packages/platform/atoms/cal-provider/index.d.ts.map +0 -1
  3026. package/dist/packages/platform/atoms/cal-provider/languages.d.ts +0 -55
  3027. package/dist/packages/platform/atoms/cal-provider/languages.d.ts.map +0 -1
  3028. package/dist/packages/platform/atoms/calendar-settings/index.d.ts +0 -2
  3029. package/dist/packages/platform/atoms/calendar-settings/index.d.ts.map +0 -1
  3030. package/dist/packages/platform/atoms/calendar-settings/wrappers/CalendarSettingsPlatformWrapper.d.ts +0 -17
  3031. package/dist/packages/platform/atoms/calendar-settings/wrappers/CalendarSettingsPlatformWrapper.d.ts.map +0 -1
  3032. package/dist/packages/platform/atoms/calendar-view/CalendarViewComponent.d.ts +0 -2
  3033. package/dist/packages/platform/atoms/calendar-view/CalendarViewComponent.d.ts.map +0 -1
  3034. package/dist/packages/platform/atoms/calendar-view/EventTypeCalendarViewComponent.d.ts +0 -7
  3035. package/dist/packages/platform/atoms/calendar-view/EventTypeCalendarViewComponent.d.ts.map +0 -1
  3036. package/dist/packages/platform/atoms/calendar-view/components/LargeCalendar.d.ts +0 -11
  3037. package/dist/packages/platform/atoms/calendar-view/components/LargeCalendar.d.ts.map +0 -1
  3038. package/dist/packages/platform/atoms/calendar-view/index.d.ts +0 -2
  3039. package/dist/packages/platform/atoms/calendar-view/index.d.ts.map +0 -1
  3040. package/dist/packages/platform/atoms/calendar-view/wrappers/CalendarViewPlatformWrapper.d.ts +0 -22
  3041. package/dist/packages/platform/atoms/calendar-view/wrappers/CalendarViewPlatformWrapper.d.ts.map +0 -1
  3042. package/dist/packages/platform/atoms/connect/OAuthConnect.d.ts +0 -25
  3043. package/dist/packages/platform/atoms/connect/OAuthConnect.d.ts.map +0 -1
  3044. package/dist/packages/platform/atoms/connect/apple/AppleConnect.d.ts +0 -4
  3045. package/dist/packages/platform/atoms/connect/apple/AppleConnect.d.ts.map +0 -1
  3046. package/dist/packages/platform/atoms/connect/conferencing-apps/ConferencingAppsViewPlatformWrapper.d.ts +0 -29
  3047. package/dist/packages/platform/atoms/connect/conferencing-apps/ConferencingAppsViewPlatformWrapper.d.ts.map +0 -1
  3048. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomBulkUpdateEventTypesToDefaultLocation.d.ts +0 -102
  3049. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomBulkUpdateEventTypesToDefaultLocation.d.ts.map +0 -1
  3050. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomGetEventTypes.d.ts +0 -10
  3051. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomGetEventTypes.d.ts.map +0 -1
  3052. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomsGetInstalledConferencingApps.d.ts +0 -3
  3053. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomsGetInstalledConferencingApps.d.ts.map +0 -1
  3054. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useConnect.d.ts +0 -23
  3055. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useConnect.d.ts.map +0 -1
  3056. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useDeleteCredential.d.ts +0 -9
  3057. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useDeleteCredential.d.ts.map +0 -1
  3058. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useGetDefaultConferencingApp.d.ts +0 -6
  3059. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useGetDefaultConferencingApp.d.ts.map +0 -1
  3060. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useUpdateUserDefaultConferencingApp.d.ts +0 -9
  3061. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useUpdateUserDefaultConferencingApp.d.ts.map +0 -1
  3062. package/dist/packages/platform/atoms/connect/google/GcalConnect.d.ts +0 -4
  3063. package/dist/packages/platform/atoms/connect/google/GcalConnect.d.ts.map +0 -1
  3064. package/dist/packages/platform/atoms/connect/index.d.ts +0 -4
  3065. package/dist/packages/platform/atoms/connect/index.d.ts.map +0 -1
  3066. package/dist/packages/platform/atoms/connect/outlook/OutlookConnect.d.ts +0 -4
  3067. package/dist/packages/platform/atoms/connect/outlook/OutlookConnect.d.ts.map +0 -1
  3068. package/dist/packages/platform/atoms/connect/stripe/StripeConnect.d.ts +0 -22
  3069. package/dist/packages/platform/atoms/connect/stripe/StripeConnect.d.ts.map +0 -1
  3070. package/dist/packages/platform/atoms/create-schedule/CreateScheduleForm.d.ts +0 -18
  3071. package/dist/packages/platform/atoms/create-schedule/CreateScheduleForm.d.ts.map +0 -1
  3072. package/dist/packages/platform/atoms/create-schedule/index.d.ts +0 -2
  3073. package/dist/packages/platform/atoms/create-schedule/index.d.ts.map +0 -1
  3074. package/dist/packages/platform/atoms/create-schedule/wrappers/CreateSchedulePlatformWrapper.d.ts +0 -15
  3075. package/dist/packages/platform/atoms/create-schedule/wrappers/CreateSchedulePlatformWrapper.d.ts.map +0 -1
  3076. package/dist/packages/platform/atoms/destination-calendar/DestinationCalendar.d.ts +0 -21
  3077. package/dist/packages/platform/atoms/destination-calendar/DestinationCalendar.d.ts.map +0 -1
  3078. package/dist/packages/platform/atoms/destination-calendar/DestinationCalendarSelector.d.ts +0 -17
  3079. package/dist/packages/platform/atoms/destination-calendar/DestinationCalendarSelector.d.ts.map +0 -1
  3080. package/dist/packages/platform/atoms/destination-calendar/DestinationReminderSelector.d.ts +0 -9
  3081. package/dist/packages/platform/atoms/destination-calendar/DestinationReminderSelector.d.ts.map +0 -1
  3082. package/dist/packages/platform/atoms/destination-calendar/index.d.ts +0 -2
  3083. package/dist/packages/platform/atoms/destination-calendar/index.d.ts.map +0 -1
  3084. package/dist/packages/platform/atoms/destination-calendar/wrappers/DestinationCalendarSettingsPlatformWrapper.d.ts +0 -8
  3085. package/dist/packages/platform/atoms/destination-calendar/wrappers/DestinationCalendarSettingsPlatformWrapper.d.ts.map +0 -1
  3086. package/dist/packages/platform/atoms/event-types/__tests__/EventTypeListItem.test.d.ts +0 -2
  3087. package/dist/packages/platform/atoms/event-types/__tests__/EventTypeListItem.test.d.ts.map +0 -1
  3088. package/dist/packages/platform/atoms/event-types/__tests__/formatEventTypeDuration.test.d.ts +0 -2
  3089. package/dist/packages/platform/atoms/event-types/__tests__/formatEventTypeDuration.test.d.ts.map +0 -1
  3090. package/dist/packages/platform/atoms/event-types/components/EventTypeListItem.d.ts +0 -12
  3091. package/dist/packages/platform/atoms/event-types/components/EventTypeListItem.d.ts.map +0 -1
  3092. package/dist/packages/platform/atoms/event-types/hooks/useAddVerifiedEmail.d.ts +0 -15
  3093. package/dist/packages/platform/atoms/event-types/hooks/useAddVerifiedEmail.d.ts.map +0 -1
  3094. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeAppIntegration.d.ts +0 -22
  3095. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeAppIntegration.d.ts.map +0 -1
  3096. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts +0 -933
  3097. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts.map +0 -1
  3098. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypePaymentInfo.d.ts +0 -245
  3099. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypePaymentInfo.d.ts.map +0 -1
  3100. package/dist/packages/platform/atoms/event-types/hooks/useAtomGetAllEventTypes.d.ts +0 -9
  3101. package/dist/packages/platform/atoms/event-types/hooks/useAtomGetAllEventTypes.d.ts.map +0 -1
  3102. package/dist/packages/platform/atoms/event-types/hooks/useAtomHostSchedules.d.ts +0 -14
  3103. package/dist/packages/platform/atoms/event-types/hooks/useAtomHostSchedules.d.ts.map +0 -1
  3104. package/dist/packages/platform/atoms/event-types/hooks/useAtomUpdateEventType.d.ts +0 -103
  3105. package/dist/packages/platform/atoms/event-types/hooks/useAtomUpdateEventType.d.ts.map +0 -1
  3106. package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.d.ts +0 -15
  3107. package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.d.ts.map +0 -1
  3108. package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.test.d.ts +0 -2
  3109. package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.test.d.ts.map +0 -1
  3110. package/dist/packages/platform/atoms/event-types/hooks/useGetVerifiedEmails.d.ts +0 -3
  3111. package/dist/packages/platform/atoms/event-types/hooks/useGetVerifiedEmails.d.ts.map +0 -1
  3112. package/dist/packages/platform/atoms/event-types/hooks/useHandleRouteChange.d.ts +0 -15
  3113. package/dist/packages/platform/atoms/event-types/hooks/useHandleRouteChange.d.ts.map +0 -1
  3114. package/dist/packages/platform/atoms/event-types/hooks/usePlatformTabsNavigations.d.ts +0 -16
  3115. package/dist/packages/platform/atoms/event-types/hooks/usePlatformTabsNavigations.d.ts.map +0 -1
  3116. package/dist/packages/platform/atoms/event-types/hooks/useTabsNavigations.d.ts +0 -40
  3117. package/dist/packages/platform/atoms/event-types/hooks/useTabsNavigations.d.ts.map +0 -1
  3118. package/dist/packages/platform/atoms/event-types/hooks/useTeamMembersWithSegmentPlatform.d.ts +0 -38
  3119. package/dist/packages/platform/atoms/event-types/hooks/useTeamMembersWithSegmentPlatform.d.ts.map +0 -1
  3120. package/dist/packages/platform/atoms/event-types/index.d.ts +0 -2
  3121. package/dist/packages/platform/atoms/event-types/index.d.ts.map +0 -1
  3122. package/dist/packages/platform/atoms/event-types/lib/formatEventTypeDuration.d.ts +0 -13
  3123. package/dist/packages/platform/atoms/event-types/lib/formatEventTypeDuration.d.ts.map +0 -1
  3124. package/dist/packages/platform/atoms/event-types/payments/PaymentForm.d.ts +0 -9
  3125. package/dist/packages/platform/atoms/event-types/payments/PaymentForm.d.ts.map +0 -1
  3126. package/dist/packages/platform/atoms/event-types/payments/StripePaymentForm.d.ts +0 -9
  3127. package/dist/packages/platform/atoms/event-types/payments/StripePaymentForm.d.ts.map +0 -1
  3128. package/dist/packages/platform/atoms/event-types/types.d.ts.map +0 -1
  3129. package/dist/packages/platform/atoms/event-types/wrappers/CreateEventTypePlatformWrapper.d.ts +0 -20
  3130. package/dist/packages/platform/atoms/event-types/wrappers/CreateEventTypePlatformWrapper.d.ts.map +0 -1
  3131. package/dist/packages/platform/atoms/event-types/wrappers/EventAdvancedPlatformWrapper.d.ts +0 -4
  3132. package/dist/packages/platform/atoms/event-types/wrappers/EventAdvancedPlatformWrapper.d.ts.map +0 -1
  3133. package/dist/packages/platform/atoms/event-types/wrappers/EventAvailabilityTabPlatformWrapper.d.ts +0 -13
  3134. package/dist/packages/platform/atoms/event-types/wrappers/EventAvailabilityTabPlatformWrapper.d.ts.map +0 -1
  3135. package/dist/packages/platform/atoms/event-types/wrappers/EventLimitsTabPlatformWrapper.d.ts +0 -4
  3136. package/dist/packages/platform/atoms/event-types/wrappers/EventLimitsTabPlatformWrapper.d.ts.map +0 -1
  3137. package/dist/packages/platform/atoms/event-types/wrappers/EventPaymentsTabPlatformWrapper.d.ts +0 -6
  3138. package/dist/packages/platform/atoms/event-types/wrappers/EventPaymentsTabPlatformWrapper.d.ts.map +0 -1
  3139. package/dist/packages/platform/atoms/event-types/wrappers/EventRecurringTabPlatformWrapper.d.ts +0 -4
  3140. package/dist/packages/platform/atoms/event-types/wrappers/EventRecurringTabPlatformWrapper.d.ts.map +0 -1
  3141. package/dist/packages/platform/atoms/event-types/wrappers/EventSetupTabPlatformWrapper.d.ts +0 -4
  3142. package/dist/packages/platform/atoms/event-types/wrappers/EventSetupTabPlatformWrapper.d.ts.map +0 -1
  3143. package/dist/packages/platform/atoms/event-types/wrappers/EventTeamAssignmentTabPlatformWrapper.d.ts +0 -4
  3144. package/dist/packages/platform/atoms/event-types/wrappers/EventTeamAssignmentTabPlatformWrapper.d.ts.map +0 -1
  3145. package/dist/packages/platform/atoms/event-types/wrappers/EventTypePlatformWrapper.d.ts +0 -36
  3146. package/dist/packages/platform/atoms/event-types/wrappers/EventTypePlatformWrapper.d.ts.map +0 -1
  3147. package/dist/packages/platform/atoms/event-types/wrappers/ListEventTypesPlatformWrapper.d.ts +0 -6
  3148. package/dist/packages/platform/atoms/event-types/wrappers/ListEventTypesPlatformWrapper.d.ts.map +0 -1
  3149. package/dist/packages/platform/atoms/event-types/wrappers/types.d.ts +0 -4
  3150. package/dist/packages/platform/atoms/event-types/wrappers/types.d.ts.map +0 -1
  3151. package/dist/packages/platform/atoms/hooks/bookings/useBooking.d.ts +0 -2
  3152. package/dist/packages/platform/atoms/hooks/bookings/useBooking.d.ts.map +0 -1
  3153. package/dist/packages/platform/atoms/hooks/bookings/useBookings.d.ts +0 -4
  3154. package/dist/packages/platform/atoms/hooks/bookings/useBookings.d.ts.map +0 -1
  3155. package/dist/packages/platform/atoms/hooks/bookings/useCancelBooking.d.ts +0 -23
  3156. package/dist/packages/platform/atoms/hooks/bookings/useCancelBooking.d.ts.map +0 -1
  3157. package/dist/packages/platform/atoms/hooks/bookings/useCreateBooking.d.ts +0 -561
  3158. package/dist/packages/platform/atoms/hooks/bookings/useCreateBooking.d.ts.map +0 -1
  3159. package/dist/packages/platform/atoms/hooks/bookings/useCreateInstantBooking.d.ts +0 -599
  3160. package/dist/packages/platform/atoms/hooks/bookings/useCreateInstantBooking.d.ts.map +0 -1
  3161. package/dist/packages/platform/atoms/hooks/bookings/useCreateRecurringBooking.d.ts +0 -557
  3162. package/dist/packages/platform/atoms/hooks/bookings/useCreateRecurringBooking.d.ts.map +0 -1
  3163. package/dist/packages/platform/atoms/hooks/bookings/useGetBookingForReschedule.d.ts +0 -45
  3164. package/dist/packages/platform/atoms/hooks/bookings/useGetBookingForReschedule.d.ts.map +0 -1
  3165. package/dist/packages/platform/atoms/hooks/bookings/useHandleBookEvent.d.ts +0 -27
  3166. package/dist/packages/platform/atoms/hooks/bookings/useHandleBookEvent.d.ts.map +0 -1
  3167. package/dist/packages/platform/atoms/hooks/calendars/useAddSelectedCalendar.d.ts +0 -21
  3168. package/dist/packages/platform/atoms/hooks/calendars/useAddSelectedCalendar.d.ts.map +0 -1
  3169. package/dist/packages/platform/atoms/hooks/calendars/useDeleteCalendarCredentials.d.ts +0 -22
  3170. package/dist/packages/platform/atoms/hooks/calendars/useDeleteCalendarCredentials.d.ts.map +0 -1
  3171. package/dist/packages/platform/atoms/hooks/calendars/useRemoveSelectedCalendar.d.ts +0 -21
  3172. package/dist/packages/platform/atoms/hooks/calendars/useRemoveSelectedCalendar.d.ts.map +0 -1
  3173. package/dist/packages/platform/atoms/hooks/calendars/useUpdateDestinationCalendars.d.ts +0 -21
  3174. package/dist/packages/platform/atoms/hooks/calendars/useUpdateDestinationCalendars.d.ts.map +0 -1
  3175. package/dist/packages/platform/atoms/hooks/connect/useCheck.d.ts +0 -21
  3176. package/dist/packages/platform/atoms/hooks/connect/useCheck.d.ts.map +0 -1
  3177. package/dist/packages/platform/atoms/hooks/connect/useConnect.d.ts +0 -18
  3178. package/dist/packages/platform/atoms/hooks/connect/useConnect.d.ts.map +0 -1
  3179. package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventType.d.ts +0 -103
  3180. package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventType.d.ts.map +0 -1
  3181. package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventTypeForm.d.ts +0 -8
  3182. package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventTypeForm.d.ts.map +0 -1
  3183. package/dist/packages/platform/atoms/hooks/event-types/private/useCreateTeamEventType.d.ts +0 -105
  3184. package/dist/packages/platform/atoms/hooks/event-types/private/useCreateTeamEventType.d.ts.map +0 -1
  3185. package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteEventTypeById.d.ts +0 -101
  3186. package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteEventTypeById.d.ts.map +0 -1
  3187. package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteTeamEventTypeById.d.ts +0 -15
  3188. package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteTeamEventTypeById.d.ts.map +0 -1
  3189. package/dist/packages/platform/atoms/hooks/event-types/private/useEventTypeById.d.ts +0 -4
  3190. package/dist/packages/platform/atoms/hooks/event-types/private/useEventTypeById.d.ts.map +0 -1
  3191. package/dist/packages/platform/atoms/hooks/event-types/public/useAtomGetPublicEvent.d.ts +0 -1662
  3192. package/dist/packages/platform/atoms/hooks/event-types/public/useAtomGetPublicEvent.d.ts.map +0 -1
  3193. package/dist/packages/platform/atoms/hooks/event-types/public/useEventType.d.ts +0 -5
  3194. package/dist/packages/platform/atoms/hooks/event-types/public/useEventType.d.ts.map +0 -1
  3195. package/dist/packages/platform/atoms/hooks/event-types/public/useEventTypes.d.ts +0 -4
  3196. package/dist/packages/platform/atoms/hooks/event-types/public/useEventTypes.d.ts.map +0 -1
  3197. package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventType.d.ts +0 -4
  3198. package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventType.d.ts.map +0 -1
  3199. package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventTypes.d.ts +0 -4
  3200. package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventTypes.d.ts.map +0 -1
  3201. package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationBookings.d.ts +0 -4
  3202. package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationBookings.d.ts.map +0 -1
  3203. package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationUserBookings.d.ts +0 -4
  3204. package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationUserBookings.d.ts.map +0 -1
  3205. package/dist/packages/platform/atoms/hooks/schedules/types.d.ts.map +0 -1
  3206. package/dist/packages/platform/atoms/hooks/schedules/useAtomCreateSchedule.d.ts +0 -9
  3207. package/dist/packages/platform/atoms/hooks/schedules/useAtomCreateSchedule.d.ts.map +0 -1
  3208. package/dist/packages/platform/atoms/hooks/schedules/useAtomDuplicateSchedule.d.ts +0 -11
  3209. package/dist/packages/platform/atoms/hooks/schedules/useAtomDuplicateSchedule.d.ts.map +0 -1
  3210. package/dist/packages/platform/atoms/hooks/schedules/useAtomGetAllSchedules.d.ts +0 -9
  3211. package/dist/packages/platform/atoms/hooks/schedules/useAtomGetAllSchedules.d.ts.map +0 -1
  3212. package/dist/packages/platform/atoms/hooks/schedules/useAtomSchedule.d.ts +0 -37
  3213. package/dist/packages/platform/atoms/hooks/schedules/useAtomSchedule.d.ts.map +0 -1
  3214. package/dist/packages/platform/atoms/hooks/schedules/useAtomUpdateSchedule.d.ts +0 -51
  3215. package/dist/packages/platform/atoms/hooks/schedules/useAtomUpdateSchedule.d.ts.map +0 -1
  3216. package/dist/packages/platform/atoms/hooks/schedules/useDeleteSchedule.d.ts +0 -11
  3217. package/dist/packages/platform/atoms/hooks/schedules/useDeleteSchedule.d.ts.map +0 -1
  3218. package/dist/packages/platform/atoms/hooks/schedules/useEnsureDefaultSchedule.d.ts +0 -3
  3219. package/dist/packages/platform/atoms/hooks/schedules/useEnsureDefaultSchedule.d.ts.map +0 -1
  3220. package/dist/packages/platform/atoms/hooks/schedules/useSchedule.d.ts +0 -7
  3221. package/dist/packages/platform/atoms/hooks/schedules/useSchedule.d.ts.map +0 -1
  3222. package/dist/packages/platform/atoms/hooks/schedules/useSchedules.d.ts +0 -7
  3223. package/dist/packages/platform/atoms/hooks/schedules/useSchedules.d.ts.map +0 -1
  3224. package/dist/packages/platform/atoms/hooks/schedules/useUpdateSchedule.d.ts +0 -10
  3225. package/dist/packages/platform/atoms/hooks/schedules/useUpdateSchedule.d.ts.map +0 -1
  3226. package/dist/packages/platform/atoms/hooks/stripe/useCheck.d.ts +0 -22
  3227. package/dist/packages/platform/atoms/hooks/stripe/useCheck.d.ts.map +0 -1
  3228. package/dist/packages/platform/atoms/hooks/stripe/useConnect.d.ts +0 -5
  3229. package/dist/packages/platform/atoms/hooks/stripe/useConnect.d.ts.map +0 -1
  3230. package/dist/packages/platform/atoms/hooks/teams/useTeamMembers.d.ts +0 -10
  3231. package/dist/packages/platform/atoms/hooks/teams/useTeamMembers.d.ts.map +0 -1
  3232. package/dist/packages/platform/atoms/hooks/teams/useTeams.d.ts +0 -7
  3233. package/dist/packages/platform/atoms/hooks/teams/useTeams.d.ts.map +0 -1
  3234. package/dist/packages/platform/atoms/hooks/use-atoms-locale.d.ts +0 -3
  3235. package/dist/packages/platform/atoms/hooks/use-atoms-locale.d.ts.map +0 -1
  3236. package/dist/packages/platform/atoms/hooks/useApiKeys.d.ts +0 -9
  3237. package/dist/packages/platform/atoms/hooks/useApiKeys.d.ts.map +0 -1
  3238. package/dist/packages/platform/atoms/hooks/useAtomsContext.d.ts +0 -32
  3239. package/dist/packages/platform/atoms/hooks/useAtomsContext.d.ts.map +0 -1
  3240. package/dist/packages/platform/atoms/hooks/useAvailableSlots.d.ts +0 -7
  3241. package/dist/packages/platform/atoms/hooks/useAvailableSlots.d.ts.map +0 -1
  3242. package/dist/packages/platform/atoms/hooks/useCalendarsBusyTimes.d.ts +0 -13
  3243. package/dist/packages/platform/atoms/hooks/useCalendarsBusyTimes.d.ts.map +0 -1
  3244. package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts +0 -8
  3245. package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts.map +0 -1
  3246. package/dist/packages/platform/atoms/hooks/useDeleteSelectedSlot.d.ts +0 -8
  3247. package/dist/packages/platform/atoms/hooks/useDeleteSelectedSlot.d.ts.map +0 -1
  3248. package/dist/packages/platform/atoms/hooks/useEventTypesList.d.ts +0 -18
  3249. package/dist/packages/platform/atoms/hooks/useEventTypesList.d.ts.map +0 -1
  3250. package/dist/packages/platform/atoms/hooks/useGetCityTimezones.d.ts +0 -10
  3251. package/dist/packages/platform/atoms/hooks/useGetCityTimezones.d.ts.map +0 -1
  3252. package/dist/packages/platform/atoms/hooks/useIsPlatform.d.ts +0 -2
  3253. package/dist/packages/platform/atoms/hooks/useIsPlatform.d.ts.map +0 -1
  3254. package/dist/packages/platform/atoms/hooks/useIsPlatformBookerEmbed.d.ts +0 -2
  3255. package/dist/packages/platform/atoms/hooks/useIsPlatformBookerEmbed.d.ts.map +0 -1
  3256. package/dist/packages/platform/atoms/hooks/useMe.d.ts +0 -25
  3257. package/dist/packages/platform/atoms/hooks/useMe.d.ts.map +0 -1
  3258. package/dist/packages/platform/atoms/hooks/useOAuthClient.d.ts +0 -18
  3259. package/dist/packages/platform/atoms/hooks/useOAuthClient.d.ts.map +0 -1
  3260. package/dist/packages/platform/atoms/hooks/useOAuthFlow.d.ts +0 -15
  3261. package/dist/packages/platform/atoms/hooks/useOAuthFlow.d.ts.map +0 -1
  3262. package/dist/packages/platform/atoms/hooks/useReserveSlot.d.ts +0 -8
  3263. package/dist/packages/platform/atoms/hooks/useReserveSlot.d.ts.map +0 -1
  3264. package/dist/packages/platform/atoms/hooks/useScheduleByEventSlug.d.ts +0 -16
  3265. package/dist/packages/platform/atoms/hooks/useScheduleByEventSlug.d.ts.map +0 -1
  3266. package/dist/packages/platform/atoms/hooks/useSlots.d.ts +0 -25
  3267. package/dist/packages/platform/atoms/hooks/useSlots.d.ts.map +0 -1
  3268. package/dist/packages/platform/atoms/hooks/useTimezone.d.ts +0 -2
  3269. package/dist/packages/platform/atoms/hooks/useTimezone.d.ts.map +0 -1
  3270. package/dist/packages/platform/atoms/hooks/useUpdateUserTimezone.d.ts +0 -23
  3271. package/dist/packages/platform/atoms/hooks/useUpdateUserTimezone.d.ts.map +0 -1
  3272. package/dist/packages/platform/atoms/hooks/useVerifyCode.d.ts +0 -18
  3273. package/dist/packages/platform/atoms/hooks/useVerifyCode.d.ts.map +0 -1
  3274. package/dist/packages/platform/atoms/hooks/useVerifyEmail.d.ts +0 -20
  3275. package/dist/packages/platform/atoms/hooks/useVerifyEmail.d.ts.map +0 -1
  3276. package/dist/packages/platform/atoms/index.d.ts +0 -51
  3277. package/dist/packages/platform/atoms/index.d.ts.map +0 -1
  3278. package/dist/packages/platform/atoms/kysely-types/index.d.ts +0 -2
  3279. package/dist/packages/platform/atoms/kysely-types/index.d.ts.map +0 -1
  3280. package/dist/packages/platform/atoms/lib/appendClientIdToEmail.d.ts +0 -2
  3281. package/dist/packages/platform/atoms/lib/appendClientIdToEmail.d.ts.map +0 -1
  3282. package/dist/packages/platform/atoms/lib/getPlaceholderContent.d.ts +0 -16
  3283. package/dist/packages/platform/atoms/lib/getPlaceholderContent.d.ts.map +0 -1
  3284. package/dist/packages/platform/atoms/lib/getQueryParam.d.ts +0 -3
  3285. package/dist/packages/platform/atoms/lib/getQueryParam.d.ts.map +0 -1
  3286. package/dist/packages/platform/atoms/lib/getUtmTrackingParameters.d.ts +0 -5
  3287. package/dist/packages/platform/atoms/lib/getUtmTrackingParameters.d.ts.map +0 -1
  3288. package/dist/packages/platform/atoms/lib/http.d.ts.map +0 -1
  3289. package/dist/packages/platform/atoms/lib/markdownToSafeHTML.d.ts +0 -2
  3290. package/dist/packages/platform/atoms/lib/markdownToSafeHTML.d.ts.map +0 -1
  3291. package/dist/packages/platform/atoms/lib/setQueryParam.d.ts +0 -3
  3292. package/dist/packages/platform/atoms/lib/setQueryParam.d.ts.map +0 -1
  3293. package/dist/packages/platform/atoms/lib/useLocale.d.ts +0 -10
  3294. package/dist/packages/platform/atoms/lib/useLocale.d.ts.map +0 -1
  3295. package/dist/packages/platform/atoms/list-schedules/index.d.ts +0 -2
  3296. package/dist/packages/platform/atoms/list-schedules/index.d.ts.map +0 -1
  3297. package/dist/packages/platform/atoms/list-schedules/wrappers/ListSchedulesPlatformWrapper.d.ts +0 -6
  3298. package/dist/packages/platform/atoms/list-schedules/wrappers/ListSchedulesPlatformWrapper.d.ts.map +0 -1
  3299. package/dist/packages/platform/atoms/onboarding/continue-with-calcom.d.ts.map +0 -1
  3300. package/dist/packages/platform/atoms/onboarding/export.d.ts +0 -3
  3301. package/dist/packages/platform/atoms/onboarding/export.d.ts.map +0 -1
  3302. package/dist/packages/platform/atoms/onboarding/onboarding-embed.d.ts.map +0 -1
  3303. package/dist/packages/platform/atoms/onboarding/types.d.ts +0 -31
  3304. package/dist/packages/platform/atoms/onboarding/types.d.ts.map +0 -1
  3305. package/dist/packages/platform/atoms/prisma-types/index.d.ts +0 -6
  3306. package/dist/packages/platform/atoms/prisma-types/index.d.ts.map +0 -1
  3307. package/dist/packages/platform/atoms/router/Router.d.ts +0 -30
  3308. package/dist/packages/platform/atoms/router/Router.d.ts.map +0 -1
  3309. package/dist/packages/platform/atoms/router/index.d.ts +0 -2
  3310. package/dist/packages/platform/atoms/router/index.d.ts.map +0 -1
  3311. package/dist/packages/platform/atoms/selected-calendars/SelectedCalendarsSettings.d.ts +0 -6
  3312. package/dist/packages/platform/atoms/selected-calendars/SelectedCalendarsSettings.d.ts.map +0 -1
  3313. package/dist/packages/platform/atoms/selected-calendars/index.d.ts +0 -2
  3314. package/dist/packages/platform/atoms/selected-calendars/index.d.ts.map +0 -1
  3315. package/dist/packages/platform/atoms/selected-calendars/wrappers/SelectedCalendarsSettingsPlatformWrapper.d.ts +0 -38
  3316. package/dist/packages/platform/atoms/selected-calendars/wrappers/SelectedCalendarsSettingsPlatformWrapper.d.ts.map +0 -1
  3317. package/dist/packages/platform/atoms/src/components/atoms-wrapper.d.ts.map +0 -1
  3318. package/dist/packages/platform/atoms/src/components/ui/button.d.ts +0 -14
  3319. package/dist/packages/platform/atoms/src/components/ui/button.d.ts.map +0 -1
  3320. package/dist/packages/platform/atoms/src/components/ui/dialog.d.ts +0 -30
  3321. package/dist/packages/platform/atoms/src/components/ui/dialog.d.ts.map +0 -1
  3322. package/dist/packages/platform/atoms/src/components/ui/popover.d.ts.map +0 -1
  3323. package/dist/packages/platform/atoms/src/components/ui/shell.d.ts +0 -3
  3324. package/dist/packages/platform/atoms/src/components/ui/shell.d.ts.map +0 -1
  3325. package/dist/packages/platform/atoms/src/components/ui/switch.d.ts +0 -5
  3326. package/dist/packages/platform/atoms/src/components/ui/switch.d.ts.map +0 -1
  3327. package/dist/packages/platform/atoms/src/components/ui/toast.d.ts +0 -13
  3328. package/dist/packages/platform/atoms/src/components/ui/toast.d.ts.map +0 -1
  3329. package/dist/packages/platform/atoms/src/components/ui/toaster.d.ts.map +0 -1
  3330. package/dist/packages/platform/atoms/src/components/ui/tooltip.d.ts +0 -19
  3331. package/dist/packages/platform/atoms/src/components/ui/tooltip.d.ts.map +0 -1
  3332. package/dist/packages/platform/atoms/src/components/ui/use-toast.d.ts.map +0 -1
  3333. package/dist/packages/platform/atoms/src/constants/styles.d.ts.map +0 -1
  3334. package/dist/packages/platform/atoms/src/lib/timeZones.d.ts +0 -15
  3335. package/dist/packages/platform/atoms/src/lib/timeZones.d.ts.map +0 -1
  3336. package/dist/packages/platform/atoms/src/lib/utils.d.ts.map +0 -1
  3337. package/dist/packages/platform/atoms/timezone/index.d.ts +0 -6
  3338. package/dist/packages/platform/atoms/timezone/index.d.ts.map +0 -1
  3339. package/dist/packages/platform/atoms/troubleshooter/index.d.ts +0 -2
  3340. package/dist/packages/platform/atoms/troubleshooter/index.d.ts.map +0 -1
  3341. package/dist/packages/platform/atoms/troubleshooter/large-calendar/LargeCalendar.d.ts +0 -2
  3342. package/dist/packages/platform/atoms/troubleshooter/large-calendar/LargeCalendar.d.ts.map +0 -1
  3343. package/dist/packages/platform/atoms/troubleshooter/sidebar/CalendarToggleContainer.d.ts +0 -7
  3344. package/dist/packages/platform/atoms/troubleshooter/sidebar/CalendarToggleContainer.d.ts.map +0 -1
  3345. package/dist/packages/platform/atoms/troubleshooter/sidebar/EventScheduleItem.d.ts +0 -2
  3346. package/dist/packages/platform/atoms/troubleshooter/sidebar/EventScheduleItem.d.ts.map +0 -1
  3347. package/dist/packages/platform/atoms/troubleshooter/sidebar/EventTypeSelect.d.ts +0 -2
  3348. package/dist/packages/platform/atoms/troubleshooter/sidebar/EventTypeSelect.d.ts.map +0 -1
  3349. package/dist/packages/platform/atoms/troubleshooter/sidebar/TroubleshooterSidebar.d.ts +0 -7
  3350. package/dist/packages/platform/atoms/troubleshooter/sidebar/TroubleshooterSidebar.d.ts.map +0 -1
  3351. package/dist/packages/platform/atoms/troubleshooter/wrappers/TroubleshooterPlatformWrapper.d.ts +0 -14
  3352. package/dist/packages/platform/atoms/troubleshooter/wrappers/TroubleshooterPlatformWrapper.d.ts.map +0 -1
  3353. package/dist/packages/platform/atoms/types.d.ts.map +0 -1
  3354. package/dist/packages/platform/atoms/vite.config.d.ts.map +0 -1
  3355. package/dist/packages/platform/constants/api.d.ts +0 -44
  3356. package/dist/packages/platform/constants/api.d.ts.map +0 -1
  3357. package/dist/packages/platform/constants/apps.d.ts +0 -32
  3358. package/dist/packages/platform/constants/apps.d.ts.map +0 -1
  3359. package/dist/packages/platform/constants/index.d.ts +0 -4
  3360. package/dist/packages/platform/constants/index.d.ts.map +0 -1
  3361. package/dist/packages/platform/constants/permissions.d.ts +0 -56
  3362. package/dist/packages/platform/constants/permissions.d.ts.map +0 -1
  3363. package/dist/packages/platform/libraries/app-store.d.ts +0 -28
  3364. package/dist/packages/platform/libraries/app-store.d.ts.map +0 -1
  3365. package/dist/packages/platform/libraries/bookings.d.ts +0 -52
  3366. package/dist/packages/platform/libraries/bookings.d.ts.map +0 -1
  3367. package/dist/packages/platform/libraries/calendars.d.ts +0 -12
  3368. package/dist/packages/platform/libraries/calendars.d.ts.map +0 -1
  3369. package/dist/packages/platform/libraries/conferencing.d.ts +0 -4
  3370. package/dist/packages/platform/libraries/conferencing.d.ts.map +0 -1
  3371. package/dist/packages/platform/libraries/emails.d.ts +0 -40
  3372. package/dist/packages/platform/libraries/emails.d.ts.map +0 -1
  3373. package/dist/packages/platform/libraries/errors.d.ts +0 -6
  3374. package/dist/packages/platform/libraries/errors.d.ts.map +0 -1
  3375. package/dist/packages/platform/libraries/event-types.d.ts +0 -28
  3376. package/dist/packages/platform/libraries/event-types.d.ts.map +0 -1
  3377. package/dist/packages/platform/libraries/index.d.ts +0 -65
  3378. package/dist/packages/platform/libraries/index.d.ts.map +0 -1
  3379. package/dist/packages/platform/libraries/oauth.d.ts +0 -7
  3380. package/dist/packages/platform/libraries/oauth.d.ts.map +0 -1
  3381. package/dist/packages/platform/libraries/organizations.d.ts +0 -21
  3382. package/dist/packages/platform/libraries/organizations.d.ts.map +0 -1
  3383. package/dist/packages/platform/libraries/pbac.d.ts +0 -8
  3384. package/dist/packages/platform/libraries/pbac.d.ts.map +0 -1
  3385. package/dist/packages/platform/libraries/private-links.d.ts +0 -4
  3386. package/dist/packages/platform/libraries/private-links.d.ts.map +0 -1
  3387. package/dist/packages/platform/libraries/repositories.d.ts +0 -27
  3388. package/dist/packages/platform/libraries/repositories.d.ts.map +0 -1
  3389. package/dist/packages/platform/libraries/schedules.d.ts +0 -9
  3390. package/dist/packages/platform/libraries/schedules.d.ts.map +0 -1
  3391. package/dist/packages/platform/libraries/slots.d.ts +0 -14
  3392. package/dist/packages/platform/libraries/slots.d.ts.map +0 -1
  3393. package/dist/packages/platform/libraries/tasker.d.ts +0 -5
  3394. package/dist/packages/platform/libraries/tasker.d.ts.map +0 -1
  3395. package/dist/packages/platform/libraries/workflows.d.ts +0 -4
  3396. package/dist/packages/platform/libraries/workflows.d.ts.map +0 -1
  3397. package/dist/packages/platform/types/api.d.ts +0 -32
  3398. package/dist/packages/platform/types/api.d.ts.map +0 -1
  3399. package/dist/packages/platform/types/billing.d.ts +0 -4
  3400. package/dist/packages/platform/types/billing.d.ts.map +0 -1
  3401. package/dist/packages/platform/types/bookings/2024-04-15/index.d.ts +0 -2
  3402. package/dist/packages/platform/types/bookings/2024-04-15/index.d.ts.map +0 -1
  3403. package/dist/packages/platform/types/bookings/2024-04-15/inputs/index.d.ts +0 -28
  3404. package/dist/packages/platform/types/bookings/2024-04-15/inputs/index.d.ts.map +0 -1
  3405. package/dist/packages/platform/types/bookings/2024-08-13/index.d.ts +0 -3
  3406. package/dist/packages/platform/types/bookings/2024-08-13/index.d.ts.map +0 -1
  3407. package/dist/packages/platform/types/bookings/2024-08-13/inputs/add-attendee.input.d.ts +0 -5
  3408. package/dist/packages/platform/types/bookings/2024-08-13/inputs/add-attendee.input.d.ts.map +0 -1
  3409. package/dist/packages/platform/types/bookings/2024-08-13/inputs/add-guests.input.d.ts +0 -13
  3410. package/dist/packages/platform/types/bookings/2024-08-13/inputs/add-guests.input.d.ts.map +0 -1
  3411. package/dist/packages/platform/types/bookings/2024-08-13/inputs/cancel-booking-input.pipe.d.ts +0 -12
  3412. package/dist/packages/platform/types/bookings/2024-08-13/inputs/cancel-booking-input.pipe.d.ts.map +0 -1
  3413. package/dist/packages/platform/types/bookings/2024-08-13/inputs/cancel-booking.input.d.ts +0 -9
  3414. package/dist/packages/platform/types/bookings/2024-08-13/inputs/cancel-booking.input.d.ts.map +0 -1
  3415. package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking-input.pipe.d.ts +0 -14
  3416. package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking-input.pipe.d.ts.map +0 -1
  3417. package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.d.ts +0 -48
  3418. package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.d.ts.map +0 -1
  3419. package/dist/packages/platform/types/bookings/2024-08-13/inputs/decline-booking.input.d.ts +0 -4
  3420. package/dist/packages/platform/types/bookings/2024-08-13/inputs/decline-booking.input.d.ts.map +0 -1
  3421. package/dist/packages/platform/types/bookings/2024-08-13/inputs/get-bookings.input.d.ts +0 -37
  3422. package/dist/packages/platform/types/bookings/2024-08-13/inputs/get-bookings.input.d.ts.map +0 -1
  3423. package/dist/packages/platform/types/bookings/2024-08-13/inputs/index.d.ts +0 -17
  3424. package/dist/packages/platform/types/bookings/2024-08-13/inputs/index.d.ts.map +0 -1
  3425. package/dist/packages/platform/types/bookings/2024-08-13/inputs/language.d.ts +0 -47
  3426. package/dist/packages/platform/types/bookings/2024-08-13/inputs/language.d.ts.map +0 -1
  3427. package/dist/packages/platform/types/bookings/2024-08-13/inputs/location.input.d.ts +0 -35
  3428. package/dist/packages/platform/types/bookings/2024-08-13/inputs/location.input.d.ts.map +0 -1
  3429. package/dist/packages/platform/types/bookings/2024-08-13/inputs/mark-absent.input.d.ts +0 -10
  3430. package/dist/packages/platform/types/bookings/2024-08-13/inputs/mark-absent.input.d.ts.map +0 -1
  3431. package/dist/packages/platform/types/bookings/2024-08-13/inputs/reassign-to-user.input.d.ts +0 -4
  3432. package/dist/packages/platform/types/bookings/2024-08-13/inputs/reassign-to-user.input.d.ts.map +0 -1
  3433. package/dist/packages/platform/types/bookings/2024-08-13/inputs/request-reschedule.input.d.ts +0 -4
  3434. package/dist/packages/platform/types/bookings/2024-08-13/inputs/request-reschedule.input.d.ts.map +0 -1
  3435. package/dist/packages/platform/types/bookings/2024-08-13/inputs/reschedule-booking-input.pipe.d.ts +0 -12
  3436. package/dist/packages/platform/types/bookings/2024-08-13/inputs/reschedule-booking-input.pipe.d.ts.map +0 -1
  3437. package/dist/packages/platform/types/bookings/2024-08-13/inputs/reschedule-booking.input.d.ts +0 -15
  3438. package/dist/packages/platform/types/bookings/2024-08-13/inputs/reschedule-booking.input.d.ts.map +0 -1
  3439. package/dist/packages/platform/types/bookings/2024-08-13/inputs/update-location.input.d.ts +0 -23
  3440. package/dist/packages/platform/types/bookings/2024-08-13/inputs/update-location.input.d.ts.map +0 -1
  3441. package/dist/packages/platform/types/bookings/2024-08-13/inputs/validators/validate-metadata.d.ts +0 -5
  3442. package/dist/packages/platform/types/bookings/2024-08-13/inputs/validators/validate-metadata.d.ts.map +0 -1
  3443. package/dist/packages/platform/types/bookings/2024-08-13/outputs/booking.output.d.ts +0 -92
  3444. package/dist/packages/platform/types/bookings/2024-08-13/outputs/booking.output.d.ts.map +0 -1
  3445. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-recordings.output.d.ts +0 -17
  3446. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-recordings.output.d.ts.map +0 -1
  3447. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-transcripts.output.d.ts +0 -6
  3448. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-transcripts.output.d.ts.map +0 -1
  3449. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-video-sessions.output.d.ts +0 -21
  3450. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-video-sessions.output.d.ts.map +0 -1
  3451. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking.output.d.ts +0 -7
  3452. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking.output.d.ts.map +0 -1
  3453. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-bookings.output.d.ts +0 -8
  3454. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-bookings.output.d.ts.map +0 -1
  3455. package/dist/packages/platform/types/bookings/2024-08-13/outputs/index.d.ts +0 -7
  3456. package/dist/packages/platform/types/bookings/2024-08-13/outputs/index.d.ts.map +0 -1
  3457. package/dist/packages/platform/types/bookings/index.d.ts +0 -3
  3458. package/dist/packages/platform/types/bookings/index.d.ts.map +0 -1
  3459. package/dist/packages/platform/types/calendars/index.d.ts +0 -2
  3460. package/dist/packages/platform/types/calendars/index.d.ts.map +0 -1
  3461. package/dist/packages/platform/types/calendars/inputs/busy-times.input.d.ts +0 -12
  3462. package/dist/packages/platform/types/calendars/inputs/busy-times.input.d.ts.map +0 -1
  3463. package/dist/packages/platform/types/calendars/inputs/create-calendar-credentials.input.d.ts +0 -5
  3464. package/dist/packages/platform/types/calendars/inputs/create-calendar-credentials.input.d.ts.map +0 -1
  3465. package/dist/packages/platform/types/calendars/inputs/index.d.ts +0 -3
  3466. package/dist/packages/platform/types/calendars/inputs/index.d.ts.map +0 -1
  3467. package/dist/packages/platform/types/embed.d.ts +0 -21
  3468. package/dist/packages/platform/types/embed.d.ts.map +0 -1
  3469. package/dist/packages/platform/types/event-types/event-types_2024_06_14/index.d.ts +0 -3
  3470. package/dist/packages/platform/types/event-types/event-types_2024_06_14/index.d.ts.map +0 -1
  3471. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-active-booking-limit.input.d.ts +0 -6
  3472. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-active-booking-limit.input.d.ts.map +0 -1
  3473. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-layouts.input.d.ts +0 -19
  3474. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-layouts.input.d.ts.map +0 -1
  3475. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-fields.input.d.ts +0 -173
  3476. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-fields.input.d.ts.map +0 -1
  3477. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-count.input.d.ts +0 -17
  3478. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-count.input.d.ts.map +0 -1
  3479. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-duration.input.d.ts +0 -12
  3480. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-duration.input.d.ts.map +0 -1
  3481. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-window.input.d.ts +0 -32
  3482. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-window.input.d.ts.map +0 -1
  3483. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/confirmation-policy.input.d.ts +0 -29
  3484. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/confirmation-policy.input.d.ts.map +0 -1
  3485. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.d.ts +0 -99
  3486. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.d.ts.map +0 -1
  3487. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/destination-calendar.input.d.ts +0 -5
  3488. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/destination-calendar.input.d.ts.map +0 -1
  3489. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disable-cancelling.input.d.ts +0 -4
  3490. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disable-cancelling.input.d.ts.map +0 -1
  3491. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disable-rescheduling.input.d.ts +0 -5
  3492. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disable-rescheduling.input.d.ts.map +0 -1
  3493. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disabled.input.d.ts +0 -4
  3494. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disabled.input.d.ts.map +0 -1
  3495. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/email-settings.input.d.ts +0 -5
  3496. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/email-settings.input.d.ts.map +0 -1
  3497. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/event-type-color.input.d.ts +0 -9
  3498. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/event-type-color.input.d.ts.map +0 -1
  3499. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/get-event-types-query.input.d.ts +0 -18
  3500. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/get-event-types-query.input.d.ts.map +0 -1
  3501. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/index.d.ts +0 -19
  3502. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/index.d.ts.map +0 -1
  3503. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/locations.input.d.ts +0 -40
  3504. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/locations.input.d.ts.map +0 -1
  3505. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/recurrence.input.d.ts +0 -13
  3506. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/recurrence.input.d.ts.map +0 -1
  3507. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/seats.input.d.ts +0 -15
  3508. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/seats.input.d.ts.map +0 -1
  3509. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.d.ts +0 -74
  3510. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.d.ts.map +0 -1
  3511. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/validators/CantHaveRecurrenceAndBookerActiveBookingsLimit.d.ts +0 -4
  3512. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/validators/CantHaveRecurrenceAndBookerActiveBookingsLimit.d.ts.map +0 -1
  3513. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booker-active-bookings-limit.output.d.ts +0 -5
  3514. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booker-active-bookings-limit.output.d.ts.map +0 -1
  3515. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booking-fields.output.d.ts +0 -137
  3516. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booking-fields.output.d.ts.map +0 -1
  3517. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/disable-cancelling.output.d.ts +0 -4
  3518. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/disable-cancelling.output.d.ts.map +0 -1
  3519. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/disable-rescheduling.output.d.ts +0 -5
  3520. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/disable-rescheduling.output.d.ts.map +0 -1
  3521. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/event-type.output.d.ts +0 -110
  3522. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/event-type.output.d.ts.map +0 -1
  3523. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/index.d.ts +0 -6
  3524. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/index.d.ts.map +0 -1
  3525. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/locations.output.d.ts +0 -33
  3526. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/locations.output.d.ts.map +0 -1
  3527. package/dist/packages/platform/types/event-types/index.d.ts +0 -4
  3528. package/dist/packages/platform/types/event-types/index.d.ts.map +0 -1
  3529. package/dist/packages/platform/types/event-types/inputs/private-link.input.d.ts +0 -14
  3530. package/dist/packages/platform/types/event-types/inputs/private-link.input.d.ts.map +0 -1
  3531. package/dist/packages/platform/types/event-types/outputs/private-link.output.d.ts +0 -35
  3532. package/dist/packages/platform/types/event-types/outputs/private-link.output.d.ts.map +0 -1
  3533. package/dist/packages/platform/types/index.d.ts +0 -20
  3534. package/dist/packages/platform/types/index.d.ts.map +0 -1
  3535. package/dist/packages/platform/types/me/index.d.ts +0 -2
  3536. package/dist/packages/platform/types/me/index.d.ts.map +0 -1
  3537. package/dist/packages/platform/types/me/outputs/index.d.ts +0 -2
  3538. package/dist/packages/platform/types/me/outputs/index.d.ts.map +0 -1
  3539. package/dist/packages/platform/types/me/outputs/me.d.ts +0 -52
  3540. package/dist/packages/platform/types/me/outputs/me.d.ts.map +0 -1
  3541. package/dist/packages/platform/types/me.d.ts +0 -61
  3542. package/dist/packages/platform/types/me.d.ts.map +0 -1
  3543. package/dist/packages/platform/types/oauth-clients/index.d.ts +0 -3
  3544. package/dist/packages/platform/types/oauth-clients/index.d.ts.map +0 -1
  3545. package/dist/packages/platform/types/oauth-clients/inputs/create-oauth-client.input.d.ts +0 -16
  3546. package/dist/packages/platform/types/oauth-clients/inputs/create-oauth-client.input.d.ts.map +0 -1
  3547. package/dist/packages/platform/types/oauth-clients/inputs/delete-oauth-client.input.d.ts +0 -4
  3548. package/dist/packages/platform/types/oauth-clients/inputs/delete-oauth-client.input.d.ts.map +0 -1
  3549. package/dist/packages/platform/types/oauth-clients/inputs/index.d.ts +0 -4
  3550. package/dist/packages/platform/types/oauth-clients/inputs/index.d.ts.map +0 -1
  3551. package/dist/packages/platform/types/oauth-clients/inputs/update-oauth-client.input.d.ts +0 -12
  3552. package/dist/packages/platform/types/oauth-clients/inputs/update-oauth-client.input.d.ts.map +0 -1
  3553. package/dist/packages/platform/types/oauth-clients/outputs/create-oauth-client.output.d.ts +0 -5
  3554. package/dist/packages/platform/types/oauth-clients/outputs/create-oauth-client.output.d.ts.map +0 -1
  3555. package/dist/packages/platform/types/oauth-clients/outputs/index.d.ts +0 -3
  3556. package/dist/packages/platform/types/oauth-clients/outputs/index.d.ts.map +0 -1
  3557. package/dist/packages/platform/types/oauth-clients/outputs/oauth-client.output.d.ts +0 -18
  3558. package/dist/packages/platform/types/oauth-clients/outputs/oauth-client.output.d.ts.map +0 -1
  3559. package/dist/packages/platform/types/organizations/bookings/block-org-booking.input.d.ts +0 -6
  3560. package/dist/packages/platform/types/organizations/bookings/block-org-booking.input.d.ts.map +0 -1
  3561. package/dist/packages/platform/types/organizations/bookings/block-org-booking.output.d.ts +0 -13
  3562. package/dist/packages/platform/types/organizations/bookings/block-org-booking.output.d.ts.map +0 -1
  3563. package/dist/packages/platform/types/organizations/bookings/get-org-bookings.input.d.ts +0 -5
  3564. package/dist/packages/platform/types/organizations/bookings/get-org-bookings.input.d.ts.map +0 -1
  3565. package/dist/packages/platform/types/organizations/bookings/index.d.ts +0 -6
  3566. package/dist/packages/platform/types/organizations/bookings/index.d.ts.map +0 -1
  3567. package/dist/packages/platform/types/organizations/bookings/report-org-booking.input.d.ts +0 -16
  3568. package/dist/packages/platform/types/organizations/bookings/report-org-booking.input.d.ts.map +0 -1
  3569. package/dist/packages/platform/types/organizations/bookings/report-org-booking.output.d.ts +0 -13
  3570. package/dist/packages/platform/types/organizations/bookings/report-org-booking.output.d.ts.map +0 -1
  3571. package/dist/packages/platform/types/organizations/index.d.ts +0 -3
  3572. package/dist/packages/platform/types/organizations/index.d.ts.map +0 -1
  3573. package/dist/packages/platform/types/organizations/teams/index.d.ts +0 -2
  3574. package/dist/packages/platform/types/organizations/teams/index.d.ts.map +0 -1
  3575. package/dist/packages/platform/types/organizations/teams/outputs/index.d.ts +0 -2
  3576. package/dist/packages/platform/types/organizations/teams/outputs/index.d.ts.map +0 -1
  3577. package/dist/packages/platform/types/organizations/teams/outputs/team.output.d.ts +0 -5
  3578. package/dist/packages/platform/types/organizations/teams/outputs/team.output.d.ts.map +0 -1
  3579. package/dist/packages/platform/types/pagination/pagination.input.d.ts +0 -14
  3580. package/dist/packages/platform/types/pagination/pagination.input.d.ts.map +0 -1
  3581. package/dist/packages/platform/types/pagination/pagination.output.d.ts +0 -11
  3582. package/dist/packages/platform/types/pagination/pagination.output.d.ts.map +0 -1
  3583. package/dist/packages/platform/types/permissions.d.ts +0 -3
  3584. package/dist/packages/platform/types/permissions.d.ts.map +0 -1
  3585. package/dist/packages/platform/types/routing-forms/index.d.ts +0 -2
  3586. package/dist/packages/platform/types/routing-forms/index.d.ts.map +0 -1
  3587. package/dist/packages/platform/types/routing-forms/responses/index.d.ts +0 -2
  3588. package/dist/packages/platform/types/routing-forms/responses/index.d.ts.map +0 -1
  3589. package/dist/packages/platform/types/routing-forms/responses/routing-form-response.output.d.ts +0 -14
  3590. package/dist/packages/platform/types/routing-forms/responses/routing-form-response.output.d.ts.map +0 -1
  3591. package/dist/packages/platform/types/schedules/index.d.ts +0 -4
  3592. package/dist/packages/platform/types/schedules/index.d.ts.map +0 -1
  3593. package/dist/packages/platform/types/schedules/schedules-2024-04-15/index.d.ts +0 -2
  3594. package/dist/packages/platform/types/schedules/schedules-2024-04-15/index.d.ts.map +0 -1
  3595. package/dist/packages/platform/types/schedules/schedules-2024-04-15/schedules.d.ts +0 -74
  3596. package/dist/packages/platform/types/schedules/schedules-2024-04-15/schedules.d.ts.map +0 -1
  3597. package/dist/packages/platform/types/schedules/schedules-2024-06-11/constants.d.ts +0 -4
  3598. package/dist/packages/platform/types/schedules/schedules-2024-06-11/constants.d.ts.map +0 -1
  3599. package/dist/packages/platform/types/schedules/schedules-2024-06-11/index.d.ts +0 -4
  3600. package/dist/packages/platform/types/schedules/schedules-2024-06-11/index.d.ts.map +0 -1
  3601. package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/create-schedule.input.d.ts +0 -19
  3602. package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/create-schedule.input.d.ts.map +0 -1
  3603. package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/index.d.ts +0 -3
  3604. package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/index.d.ts.map +0 -1
  3605. package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/update-schedule.input.d.ts +0 -9
  3606. package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/update-schedule.input.d.ts.map +0 -1
  3607. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/create-schedule.output.d.ts +0 -7
  3608. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/create-schedule.output.d.ts.map +0 -1
  3609. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/delete-schedule.output.d.ts +0 -5
  3610. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/delete-schedule.output.d.ts.map +0 -1
  3611. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-default-schedule.output.d.ts +0 -7
  3612. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-default-schedule.output.d.ts.map +0 -1
  3613. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-schedule.output.d.ts +0 -7
  3614. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-schedule.output.d.ts.map +0 -1
  3615. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-schedules.output.d.ts +0 -7
  3616. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-schedules.output.d.ts.map +0 -1
  3617. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/index.d.ts +0 -8
  3618. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/index.d.ts.map +0 -1
  3619. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/schedule.output.d.ts +0 -11
  3620. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/schedule.output.d.ts.map +0 -1
  3621. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/update-schedule.output.d.ts +0 -7
  3622. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/update-schedule.output.d.ts.map +0 -1
  3623. package/dist/packages/platform/types/schedules/update-atom-schedule-body.input.d.ts +0 -15
  3624. package/dist/packages/platform/types/schedules/update-atom-schedule-body.input.d.ts.map +0 -1
  3625. package/dist/packages/platform/types/slots/index.d.ts +0 -3
  3626. package/dist/packages/platform/types/slots/index.d.ts.map +0 -1
  3627. package/dist/packages/platform/types/slots/slots-2024-04-15/index.d.ts +0 -2
  3628. package/dist/packages/platform/types/slots/slots-2024-04-15/index.d.ts.map +0 -1
  3629. package/dist/packages/platform/types/slots/slots-2024-04-15/inputs/index.d.ts +0 -38
  3630. package/dist/packages/platform/types/slots/slots-2024-04-15/inputs/index.d.ts.map +0 -1
  3631. package/dist/packages/platform/types/slots/slots-2024-09-04/index.d.ts +0 -3
  3632. package/dist/packages/platform/types/slots/slots-2024-09-04/index.d.ts.map +0 -1
  3633. package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots-input.pipe.d.ts +0 -22
  3634. package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots-input.pipe.d.ts.map +0 -1
  3635. package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots.input.d.ts +0 -36
  3636. package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots.input.d.ts.map +0 -1
  3637. package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/index.d.ts +0 -4
  3638. package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/index.d.ts.map +0 -1
  3639. package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/reserve-slot.input.d.ts +0 -7
  3640. package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/reserve-slot.input.d.ts.map +0 -1
  3641. package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/get-reserved-slot.output.d.ts +0 -9
  3642. package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/get-reserved-slot.output.d.ts.map +0 -1
  3643. package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/index.d.ts +0 -4
  3644. package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/index.d.ts.map +0 -1
  3645. package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/reserve-slot.output.d.ts +0 -10
  3646. package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/reserve-slot.output.d.ts.map +0 -1
  3647. package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/slots.output.d.ts +0 -25
  3648. package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/slots.output.d.ts.map +0 -1
  3649. package/dist/packages/platform/types/teams/index.d.ts +0 -2
  3650. package/dist/packages/platform/types/teams/index.d.ts.map +0 -1
  3651. package/dist/packages/platform/types/teams/outputs/index.d.ts +0 -3
  3652. package/dist/packages/platform/types/teams/outputs/index.d.ts.map +0 -1
  3653. package/dist/packages/platform/types/teams/outputs/team-members-attributes.output.d.ts +0 -9
  3654. package/dist/packages/platform/types/teams/outputs/team-members-attributes.output.d.ts.map +0 -1
  3655. package/dist/packages/platform/types/teams/outputs/team.output.d.ts +0 -25
  3656. package/dist/packages/platform/types/teams/outputs/team.output.d.ts.map +0 -1
  3657. package/dist/packages/platform/types/utils/RequiresOneOfPropertiesWhenNotDisabled.d.ts +0 -9
  3658. package/dist/packages/platform/types/utils/RequiresOneOfPropertiesWhenNotDisabled.d.ts.map +0 -1
  3659. package/dist/packages/platform/types/utils/normalizeTimezone.d.ts +0 -2
  3660. package/dist/packages/platform/types/utils/normalizeTimezone.d.ts.map +0 -1
  3661. package/dist/packages/platform/utils/index.d.ts +0 -2
  3662. package/dist/packages/platform/utils/index.d.ts.map +0 -1
  3663. package/dist/packages/platform/utils/jest.config.d.ts +0 -4
  3664. package/dist/packages/platform/utils/jest.config.d.ts.map +0 -1
  3665. package/dist/packages/platform/utils/permissions.d.ts +0 -15
  3666. package/dist/packages/platform/utils/permissions.d.ts.map +0 -1
  3667. package/dist/packages/platform/utils/tests/permissions.test.d.ts +0 -2
  3668. package/dist/packages/platform/utils/tests/permissions.test.d.ts.map +0 -1
  3669. package/dist/packages/prisma/zod/index.d.ts +0 -3
  3670. package/dist/packages/prisma/zod/index.d.ts.map +0 -1
  3671. package/dist/packages/prisma/zod/inputTypeSchemas/AIPhoneCallConfigurationScalarFieldEnumSchema.d.ts +0 -4
  3672. package/dist/packages/prisma/zod/inputTypeSchemas/AIPhoneCallConfigurationScalarFieldEnumSchema.d.ts.map +0 -1
  3673. package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleAuditActionSchema.d.ts +0 -5
  3674. package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleAuditActionSchema.d.ts.map +0 -1
  3675. package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleAuditScalarFieldEnumSchema.d.ts +0 -4
  3676. package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleAuditScalarFieldEnumSchema.d.ts.map +0 -1
  3677. package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleConditionScalarFieldEnumSchema.d.ts +0 -4
  3678. package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleConditionScalarFieldEnumSchema.d.ts.map +0 -1
  3679. package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleGroupScalarFieldEnumSchema.d.ts +0 -4
  3680. package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleGroupScalarFieldEnumSchema.d.ts.map +0 -1
  3681. package/dist/packages/prisma/zod/inputTypeSchemas/AbuseScoringConfigScalarFieldEnumSchema.d.ts +0 -4
  3682. package/dist/packages/prisma/zod/inputTypeSchemas/AbuseScoringConfigScalarFieldEnumSchema.d.ts.map +0 -1
  3683. package/dist/packages/prisma/zod/inputTypeSchemas/AccessCodeScalarFieldEnumSchema.d.ts +0 -4
  3684. package/dist/packages/prisma/zod/inputTypeSchemas/AccessCodeScalarFieldEnumSchema.d.ts.map +0 -1
  3685. package/dist/packages/prisma/zod/inputTypeSchemas/AccessScopeSchema.d.ts +0 -5
  3686. package/dist/packages/prisma/zod/inputTypeSchemas/AccessScopeSchema.d.ts.map +0 -1
  3687. package/dist/packages/prisma/zod/inputTypeSchemas/AccessTokenScalarFieldEnumSchema.d.ts +0 -4
  3688. package/dist/packages/prisma/zod/inputTypeSchemas/AccessTokenScalarFieldEnumSchema.d.ts.map +0 -1
  3689. package/dist/packages/prisma/zod/inputTypeSchemas/AccountScalarFieldEnumSchema.d.ts +0 -4
  3690. package/dist/packages/prisma/zod/inputTypeSchemas/AccountScalarFieldEnumSchema.d.ts.map +0 -1
  3691. package/dist/packages/prisma/zod/inputTypeSchemas/AgentScalarFieldEnumSchema.d.ts +0 -4
  3692. package/dist/packages/prisma/zod/inputTypeSchemas/AgentScalarFieldEnumSchema.d.ts.map +0 -1
  3693. package/dist/packages/prisma/zod/inputTypeSchemas/ApiKeyScalarFieldEnumSchema.d.ts +0 -4
  3694. package/dist/packages/prisma/zod/inputTypeSchemas/ApiKeyScalarFieldEnumSchema.d.ts.map +0 -1
  3695. package/dist/packages/prisma/zod/inputTypeSchemas/AppCategoriesSchema.d.ts +0 -5
  3696. package/dist/packages/prisma/zod/inputTypeSchemas/AppCategoriesSchema.d.ts.map +0 -1
  3697. package/dist/packages/prisma/zod/inputTypeSchemas/AppScalarFieldEnumSchema.d.ts +0 -4
  3698. package/dist/packages/prisma/zod/inputTypeSchemas/AppScalarFieldEnumSchema.d.ts.map +0 -1
  3699. package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_FormResponseScalarFieldEnumSchema.d.ts +0 -4
  3700. package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_FormResponseScalarFieldEnumSchema.d.ts.map +0 -1
  3701. package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_FormScalarFieldEnumSchema.d.ts +0 -4
  3702. package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_FormScalarFieldEnumSchema.d.ts.map +0 -1
  3703. package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_IncompleteBookingActionsScalarFieldEnumSchema.d.ts +0 -4
  3704. package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_IncompleteBookingActionsScalarFieldEnumSchema.d.ts.map +0 -1
  3705. package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_QueuedFormResponseScalarFieldEnumSchema.d.ts +0 -4
  3706. package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_QueuedFormResponseScalarFieldEnumSchema.d.ts.map +0 -1
  3707. package/dist/packages/prisma/zod/inputTypeSchemas/AssignmentReasonEnumSchema.d.ts +0 -5
  3708. package/dist/packages/prisma/zod/inputTypeSchemas/AssignmentReasonEnumSchema.d.ts.map +0 -1
  3709. package/dist/packages/prisma/zod/inputTypeSchemas/AssignmentReasonScalarFieldEnumSchema.d.ts +0 -4
  3710. package/dist/packages/prisma/zod/inputTypeSchemas/AssignmentReasonScalarFieldEnumSchema.d.ts.map +0 -1
  3711. package/dist/packages/prisma/zod/inputTypeSchemas/AttendeeScalarFieldEnumSchema.d.ts +0 -4
  3712. package/dist/packages/prisma/zod/inputTypeSchemas/AttendeeScalarFieldEnumSchema.d.ts.map +0 -1
  3713. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeOptionScalarFieldEnumSchema.d.ts +0 -4
  3714. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeOptionScalarFieldEnumSchema.d.ts.map +0 -1
  3715. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeScalarFieldEnumSchema.d.ts +0 -4
  3716. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeScalarFieldEnumSchema.d.ts.map +0 -1
  3717. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeSyncFieldMappingScalarFieldEnumSchema.d.ts +0 -4
  3718. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeSyncFieldMappingScalarFieldEnumSchema.d.ts.map +0 -1
  3719. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeSyncRuleScalarFieldEnumSchema.d.ts +0 -4
  3720. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeSyncRuleScalarFieldEnumSchema.d.ts.map +0 -1
  3721. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeToUserScalarFieldEnumSchema.d.ts +0 -4
  3722. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeToUserScalarFieldEnumSchema.d.ts.map +0 -1
  3723. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeTypeSchema.d.ts +0 -5
  3724. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeTypeSchema.d.ts.map +0 -1
  3725. package/dist/packages/prisma/zod/inputTypeSchemas/AuditActionSchema.d.ts +0 -5
  3726. package/dist/packages/prisma/zod/inputTypeSchemas/AuditActionSchema.d.ts.map +0 -1
  3727. package/dist/packages/prisma/zod/inputTypeSchemas/AuditActorScalarFieldEnumSchema.d.ts +0 -4
  3728. package/dist/packages/prisma/zod/inputTypeSchemas/AuditActorScalarFieldEnumSchema.d.ts.map +0 -1
  3729. package/dist/packages/prisma/zod/inputTypeSchemas/AuditActorTypeSchema.d.ts +0 -5
  3730. package/dist/packages/prisma/zod/inputTypeSchemas/AuditActorTypeSchema.d.ts.map +0 -1
  3731. package/dist/packages/prisma/zod/inputTypeSchemas/AuditCategorySchema.d.ts +0 -5
  3732. package/dist/packages/prisma/zod/inputTypeSchemas/AuditCategorySchema.d.ts.map +0 -1
  3733. package/dist/packages/prisma/zod/inputTypeSchemas/AuditEventScalarFieldEnumSchema.d.ts +0 -4
  3734. package/dist/packages/prisma/zod/inputTypeSchemas/AuditEventScalarFieldEnumSchema.d.ts.map +0 -1
  3735. package/dist/packages/prisma/zod/inputTypeSchemas/AuditResultSchema.d.ts +0 -5
  3736. package/dist/packages/prisma/zod/inputTypeSchemas/AuditResultSchema.d.ts.map +0 -1
  3737. package/dist/packages/prisma/zod/inputTypeSchemas/AuditRetentionTierSchema.d.ts +0 -5
  3738. package/dist/packages/prisma/zod/inputTypeSchemas/AuditRetentionTierSchema.d.ts.map +0 -1
  3739. package/dist/packages/prisma/zod/inputTypeSchemas/AuditSensitivitySchema.d.ts +0 -5
  3740. package/dist/packages/prisma/zod/inputTypeSchemas/AuditSensitivitySchema.d.ts.map +0 -1
  3741. package/dist/packages/prisma/zod/inputTypeSchemas/AuditSourceSchema.d.ts +0 -5
  3742. package/dist/packages/prisma/zod/inputTypeSchemas/AuditSourceSchema.d.ts.map +0 -1
  3743. package/dist/packages/prisma/zod/inputTypeSchemas/AuditVisibilitySchema.d.ts +0 -5
  3744. package/dist/packages/prisma/zod/inputTypeSchemas/AuditVisibilitySchema.d.ts.map +0 -1
  3745. package/dist/packages/prisma/zod/inputTypeSchemas/AvailabilityScalarFieldEnumSchema.d.ts +0 -4
  3746. package/dist/packages/prisma/zod/inputTypeSchemas/AvailabilityScalarFieldEnumSchema.d.ts.map +0 -1
  3747. package/dist/packages/prisma/zod/inputTypeSchemas/AvatarScalarFieldEnumSchema.d.ts +0 -4
  3748. package/dist/packages/prisma/zod/inputTypeSchemas/AvatarScalarFieldEnumSchema.d.ts.map +0 -1
  3749. package/dist/packages/prisma/zod/inputTypeSchemas/BillingModeSchema.d.ts +0 -5
  3750. package/dist/packages/prisma/zod/inputTypeSchemas/BillingModeSchema.d.ts.map +0 -1
  3751. package/dist/packages/prisma/zod/inputTypeSchemas/BillingPeriodSchema.d.ts +0 -5
  3752. package/dist/packages/prisma/zod/inputTypeSchemas/BillingPeriodSchema.d.ts.map +0 -1
  3753. package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditActionSchema.d.ts +0 -5
  3754. package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditActionSchema.d.ts.map +0 -1
  3755. package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditScalarFieldEnumSchema.d.ts +0 -4
  3756. package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditScalarFieldEnumSchema.d.ts.map +0 -1
  3757. package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditSourceSchema.d.ts +0 -5
  3758. package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditSourceSchema.d.ts.map +0 -1
  3759. package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditTypeSchema.d.ts +0 -5
  3760. package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditTypeSchema.d.ts.map +0 -1
  3761. package/dist/packages/prisma/zod/inputTypeSchemas/BookingDenormalizedScalarFieldEnumSchema.d.ts +0 -4
  3762. package/dist/packages/prisma/zod/inputTypeSchemas/BookingDenormalizedScalarFieldEnumSchema.d.ts.map +0 -1
  3763. package/dist/packages/prisma/zod/inputTypeSchemas/BookingInternalNoteScalarFieldEnumSchema.d.ts +0 -4
  3764. package/dist/packages/prisma/zod/inputTypeSchemas/BookingInternalNoteScalarFieldEnumSchema.d.ts.map +0 -1
  3765. package/dist/packages/prisma/zod/inputTypeSchemas/BookingReferenceScalarFieldEnumSchema.d.ts +0 -4
  3766. package/dist/packages/prisma/zod/inputTypeSchemas/BookingReferenceScalarFieldEnumSchema.d.ts.map +0 -1
  3767. package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportReasonSchema.d.ts +0 -5
  3768. package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportReasonSchema.d.ts.map +0 -1
  3769. package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportScalarFieldEnumSchema.d.ts +0 -4
  3770. package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportScalarFieldEnumSchema.d.ts.map +0 -1
  3771. package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportStatusSchema.d.ts +0 -5
  3772. package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportStatusSchema.d.ts.map +0 -1
  3773. package/dist/packages/prisma/zod/inputTypeSchemas/BookingScalarFieldEnumSchema.d.ts +0 -4
  3774. package/dist/packages/prisma/zod/inputTypeSchemas/BookingScalarFieldEnumSchema.d.ts.map +0 -1
  3775. package/dist/packages/prisma/zod/inputTypeSchemas/BookingSeatScalarFieldEnumSchema.d.ts +0 -4
  3776. package/dist/packages/prisma/zod/inputTypeSchemas/BookingSeatScalarFieldEnumSchema.d.ts.map +0 -1
  3777. package/dist/packages/prisma/zod/inputTypeSchemas/BookingStatusSchema.d.ts +0 -5
  3778. package/dist/packages/prisma/zod/inputTypeSchemas/BookingStatusSchema.d.ts.map +0 -1
  3779. package/dist/packages/prisma/zod/inputTypeSchemas/BookingTimeStatusDenormalizedScalarFieldEnumSchema.d.ts +0 -4
  3780. package/dist/packages/prisma/zod/inputTypeSchemas/BookingTimeStatusDenormalizedScalarFieldEnumSchema.d.ts.map +0 -1
  3781. package/dist/packages/prisma/zod/inputTypeSchemas/BookingTimeStatusScalarFieldEnumSchema.d.ts +0 -4
  3782. package/dist/packages/prisma/zod/inputTypeSchemas/BookingTimeStatusScalarFieldEnumSchema.d.ts.map +0 -1
  3783. package/dist/packages/prisma/zod/inputTypeSchemas/BookingWindowScalarFieldEnumSchema.d.ts +0 -4
  3784. package/dist/packages/prisma/zod/inputTypeSchemas/BookingWindowScalarFieldEnumSchema.d.ts.map +0 -1
  3785. package/dist/packages/prisma/zod/inputTypeSchemas/CalAiPhoneNumberScalarFieldEnumSchema.d.ts +0 -4
  3786. package/dist/packages/prisma/zod/inputTypeSchemas/CalAiPhoneNumberScalarFieldEnumSchema.d.ts.map +0 -1
  3787. package/dist/packages/prisma/zod/inputTypeSchemas/CalVideoSettingsScalarFieldEnumSchema.d.ts +0 -4
  3788. package/dist/packages/prisma/zod/inputTypeSchemas/CalVideoSettingsScalarFieldEnumSchema.d.ts.map +0 -1
  3789. package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheEventScalarFieldEnumSchema.d.ts +0 -4
  3790. package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheEventScalarFieldEnumSchema.d.ts.map +0 -1
  3791. package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheEventStatusSchema.d.ts +0 -5
  3792. package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheEventStatusSchema.d.ts.map +0 -1
  3793. package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheScalarFieldEnumSchema.d.ts +0 -4
  3794. package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheScalarFieldEnumSchema.d.ts.map +0 -1
  3795. package/dist/packages/prisma/zod/inputTypeSchemas/CancellationReasonRequirementSchema.d.ts +0 -5
  3796. package/dist/packages/prisma/zod/inputTypeSchemas/CancellationReasonRequirementSchema.d.ts.map +0 -1
  3797. package/dist/packages/prisma/zod/inputTypeSchemas/CreationSourceSchema.d.ts +0 -5
  3798. package/dist/packages/prisma/zod/inputTypeSchemas/CreationSourceSchema.d.ts.map +0 -1
  3799. package/dist/packages/prisma/zod/inputTypeSchemas/CredentialScalarFieldEnumSchema.d.ts +0 -4
  3800. package/dist/packages/prisma/zod/inputTypeSchemas/CredentialScalarFieldEnumSchema.d.ts.map +0 -1
  3801. package/dist/packages/prisma/zod/inputTypeSchemas/CreditBalanceScalarFieldEnumSchema.d.ts +0 -4
  3802. package/dist/packages/prisma/zod/inputTypeSchemas/CreditBalanceScalarFieldEnumSchema.d.ts.map +0 -1
  3803. package/dist/packages/prisma/zod/inputTypeSchemas/CreditExpenseLogScalarFieldEnumSchema.d.ts +0 -4
  3804. package/dist/packages/prisma/zod/inputTypeSchemas/CreditExpenseLogScalarFieldEnumSchema.d.ts.map +0 -1
  3805. package/dist/packages/prisma/zod/inputTypeSchemas/CreditPurchaseLogScalarFieldEnumSchema.d.ts +0 -4
  3806. package/dist/packages/prisma/zod/inputTypeSchemas/CreditPurchaseLogScalarFieldEnumSchema.d.ts.map +0 -1
  3807. package/dist/packages/prisma/zod/inputTypeSchemas/CreditTransferLogScalarFieldEnumSchema.d.ts +0 -4
  3808. package/dist/packages/prisma/zod/inputTypeSchemas/CreditTransferLogScalarFieldEnumSchema.d.ts.map +0 -1
  3809. package/dist/packages/prisma/zod/inputTypeSchemas/CreditTransferReasonSchema.d.ts +0 -5
  3810. package/dist/packages/prisma/zod/inputTypeSchemas/CreditTransferReasonSchema.d.ts.map +0 -1
  3811. package/dist/packages/prisma/zod/inputTypeSchemas/CreditTypeSchema.d.ts +0 -5
  3812. package/dist/packages/prisma/zod/inputTypeSchemas/CreditTypeSchema.d.ts.map +0 -1
  3813. package/dist/packages/prisma/zod/inputTypeSchemas/CreditUsageTypeSchema.d.ts +0 -5
  3814. package/dist/packages/prisma/zod/inputTypeSchemas/CreditUsageTypeSchema.d.ts.map +0 -1
  3815. package/dist/packages/prisma/zod/inputTypeSchemas/CustomDomainScalarFieldEnumSchema.d.ts +0 -4
  3816. package/dist/packages/prisma/zod/inputTypeSchemas/CustomDomainScalarFieldEnumSchema.d.ts.map +0 -1
  3817. package/dist/packages/prisma/zod/inputTypeSchemas/DSyncDataScalarFieldEnumSchema.d.ts +0 -4
  3818. package/dist/packages/prisma/zod/inputTypeSchemas/DSyncDataScalarFieldEnumSchema.d.ts.map +0 -1
  3819. package/dist/packages/prisma/zod/inputTypeSchemas/DSyncTeamGroupMappingScalarFieldEnumSchema.d.ts +0 -4
  3820. package/dist/packages/prisma/zod/inputTypeSchemas/DSyncTeamGroupMappingScalarFieldEnumSchema.d.ts.map +0 -1
  3821. package/dist/packages/prisma/zod/inputTypeSchemas/DecimalJsLikeSchema.d.ts +0 -5
  3822. package/dist/packages/prisma/zod/inputTypeSchemas/DecimalJsLikeSchema.d.ts.map +0 -1
  3823. package/dist/packages/prisma/zod/inputTypeSchemas/DelegationCredentialScalarFieldEnumSchema.d.ts +0 -4
  3824. package/dist/packages/prisma/zod/inputTypeSchemas/DelegationCredentialScalarFieldEnumSchema.d.ts.map +0 -1
  3825. package/dist/packages/prisma/zod/inputTypeSchemas/DeploymentScalarFieldEnumSchema.d.ts +0 -4
  3826. package/dist/packages/prisma/zod/inputTypeSchemas/DeploymentScalarFieldEnumSchema.d.ts.map +0 -1
  3827. package/dist/packages/prisma/zod/inputTypeSchemas/DestinationCalendarScalarFieldEnumSchema.d.ts +0 -4
  3828. package/dist/packages/prisma/zod/inputTypeSchemas/DestinationCalendarScalarFieldEnumSchema.d.ts.map +0 -1
  3829. package/dist/packages/prisma/zod/inputTypeSchemas/DisableCancelRescheduleScopeSchema.d.ts +0 -5
  3830. package/dist/packages/prisma/zod/inputTypeSchemas/DisableCancelRescheduleScopeSchema.d.ts.map +0 -1
  3831. package/dist/packages/prisma/zod/inputTypeSchemas/DomainWideDelegationScalarFieldEnumSchema.d.ts +0 -4
  3832. package/dist/packages/prisma/zod/inputTypeSchemas/DomainWideDelegationScalarFieldEnumSchema.d.ts.map +0 -1
  3833. package/dist/packages/prisma/zod/inputTypeSchemas/DunningStatusSchema.d.ts +0 -5
  3834. package/dist/packages/prisma/zod/inputTypeSchemas/DunningStatusSchema.d.ts.map +0 -1
  3835. package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeAutoTranslatedFieldSchema.d.ts +0 -5
  3836. package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeAutoTranslatedFieldSchema.d.ts.map +0 -1
  3837. package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeCustomInputScalarFieldEnumSchema.d.ts +0 -4
  3838. package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeCustomInputScalarFieldEnumSchema.d.ts.map +0 -1
  3839. package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeCustomInputTypeSchema.d.ts +0 -5
  3840. package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeCustomInputTypeSchema.d.ts.map +0 -1
  3841. package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeScalarFieldEnumSchema.d.ts +0 -4
  3842. package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeScalarFieldEnumSchema.d.ts.map +0 -1
  3843. package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeTranslationScalarFieldEnumSchema.d.ts +0 -4
  3844. package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeTranslationScalarFieldEnumSchema.d.ts.map +0 -1
  3845. package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentScalarFieldEnumSchema.d.ts +0 -4
  3846. package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentScalarFieldEnumSchema.d.ts.map +0 -1
  3847. package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentStatusSchema.d.ts +0 -5
  3848. package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentStatusSchema.d.ts.map +0 -1
  3849. package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentVariantScalarFieldEnumSchema.d.ts +0 -4
  3850. package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentVariantScalarFieldEnumSchema.d.ts.map +0 -1
  3851. package/dist/packages/prisma/zod/inputTypeSchemas/ExternalAvatarScalarFieldEnumSchema.d.ts +0 -4
  3852. package/dist/packages/prisma/zod/inputTypeSchemas/ExternalAvatarScalarFieldEnumSchema.d.ts.map +0 -1
  3853. package/dist/packages/prisma/zod/inputTypeSchemas/FeatureScalarFieldEnumSchema.d.ts +0 -4
  3854. package/dist/packages/prisma/zod/inputTypeSchemas/FeatureScalarFieldEnumSchema.d.ts.map +0 -1
  3855. package/dist/packages/prisma/zod/inputTypeSchemas/FeatureTypeSchema.d.ts +0 -5
  3856. package/dist/packages/prisma/zod/inputTypeSchemas/FeatureTypeSchema.d.ts.map +0 -1
  3857. package/dist/packages/prisma/zod/inputTypeSchemas/FeedbackScalarFieldEnumSchema.d.ts +0 -4
  3858. package/dist/packages/prisma/zod/inputTypeSchemas/FeedbackScalarFieldEnumSchema.d.ts.map +0 -1
  3859. package/dist/packages/prisma/zod/inputTypeSchemas/FilterSegmentScalarFieldEnumSchema.d.ts +0 -4
  3860. package/dist/packages/prisma/zod/inputTypeSchemas/FilterSegmentScalarFieldEnumSchema.d.ts.map +0 -1
  3861. package/dist/packages/prisma/zod/inputTypeSchemas/FilterSegmentScopeSchema.d.ts +0 -5
  3862. package/dist/packages/prisma/zod/inputTypeSchemas/FilterSegmentScopeSchema.d.ts.map +0 -1
  3863. package/dist/packages/prisma/zod/inputTypeSchemas/HashedLinkScalarFieldEnumSchema.d.ts +0 -4
  3864. package/dist/packages/prisma/zod/inputTypeSchemas/HashedLinkScalarFieldEnumSchema.d.ts.map +0 -1
  3865. package/dist/packages/prisma/zod/inputTypeSchemas/HolidayCacheScalarFieldEnumSchema.d.ts +0 -4
  3866. package/dist/packages/prisma/zod/inputTypeSchemas/HolidayCacheScalarFieldEnumSchema.d.ts.map +0 -1
  3867. package/dist/packages/prisma/zod/inputTypeSchemas/HostGroupScalarFieldEnumSchema.d.ts +0 -4
  3868. package/dist/packages/prisma/zod/inputTypeSchemas/HostGroupScalarFieldEnumSchema.d.ts.map +0 -1
  3869. package/dist/packages/prisma/zod/inputTypeSchemas/HostLocationScalarFieldEnumSchema.d.ts +0 -4
  3870. package/dist/packages/prisma/zod/inputTypeSchemas/HostLocationScalarFieldEnumSchema.d.ts.map +0 -1
  3871. package/dist/packages/prisma/zod/inputTypeSchemas/HostScalarFieldEnumSchema.d.ts +0 -4
  3872. package/dist/packages/prisma/zod/inputTypeSchemas/HostScalarFieldEnumSchema.d.ts.map +0 -1
  3873. package/dist/packages/prisma/zod/inputTypeSchemas/IdentityProviderSchema.d.ts +0 -5
  3874. package/dist/packages/prisma/zod/inputTypeSchemas/IdentityProviderSchema.d.ts.map +0 -1
  3875. package/dist/packages/prisma/zod/inputTypeSchemas/ImpersonationsScalarFieldEnumSchema.d.ts +0 -4
  3876. package/dist/packages/prisma/zod/inputTypeSchemas/ImpersonationsScalarFieldEnumSchema.d.ts.map +0 -1
  3877. package/dist/packages/prisma/zod/inputTypeSchemas/IncompleteBookingActionTypeSchema.d.ts +0 -5
  3878. package/dist/packages/prisma/zod/inputTypeSchemas/IncompleteBookingActionTypeSchema.d.ts.map +0 -1
  3879. package/dist/packages/prisma/zod/inputTypeSchemas/InputJsonValueSchema.d.ts +0 -6
  3880. package/dist/packages/prisma/zod/inputTypeSchemas/InputJsonValueSchema.d.ts.map +0 -1
  3881. package/dist/packages/prisma/zod/inputTypeSchemas/InstantMeetingTokenScalarFieldEnumSchema.d.ts +0 -4
  3882. package/dist/packages/prisma/zod/inputTypeSchemas/InstantMeetingTokenScalarFieldEnumSchema.d.ts.map +0 -1
  3883. package/dist/packages/prisma/zod/inputTypeSchemas/IntegrationAttributeSyncScalarFieldEnumSchema.d.ts +0 -4
  3884. package/dist/packages/prisma/zod/inputTypeSchemas/IntegrationAttributeSyncScalarFieldEnumSchema.d.ts.map +0 -1
  3885. package/dist/packages/prisma/zod/inputTypeSchemas/InternalNotePresetScalarFieldEnumSchema.d.ts +0 -4
  3886. package/dist/packages/prisma/zod/inputTypeSchemas/InternalNotePresetScalarFieldEnumSchema.d.ts.map +0 -1
  3887. package/dist/packages/prisma/zod/inputTypeSchemas/JsonNullValueFilterSchema.d.ts +0 -13
  3888. package/dist/packages/prisma/zod/inputTypeSchemas/JsonNullValueFilterSchema.d.ts.map +0 -1
  3889. package/dist/packages/prisma/zod/inputTypeSchemas/JsonNullValueInputSchema.d.ts +0 -8
  3890. package/dist/packages/prisma/zod/inputTypeSchemas/JsonNullValueInputSchema.d.ts.map +0 -1
  3891. package/dist/packages/prisma/zod/inputTypeSchemas/JsonValueSchema.d.ts +0 -6
  3892. package/dist/packages/prisma/zod/inputTypeSchemas/JsonValueSchema.d.ts.map +0 -1
  3893. package/dist/packages/prisma/zod/inputTypeSchemas/ManagedOrganizationScalarFieldEnumSchema.d.ts +0 -4
  3894. package/dist/packages/prisma/zod/inputTypeSchemas/ManagedOrganizationScalarFieldEnumSchema.d.ts.map +0 -1
  3895. package/dist/packages/prisma/zod/inputTypeSchemas/MembershipRoleSchema.d.ts +0 -5
  3896. package/dist/packages/prisma/zod/inputTypeSchemas/MembershipRoleSchema.d.ts.map +0 -1
  3897. package/dist/packages/prisma/zod/inputTypeSchemas/MembershipScalarFieldEnumSchema.d.ts +0 -4
  3898. package/dist/packages/prisma/zod/inputTypeSchemas/MembershipScalarFieldEnumSchema.d.ts.map +0 -1
  3899. package/dist/packages/prisma/zod/inputTypeSchemas/MonthlyProrationScalarFieldEnumSchema.d.ts +0 -4
  3900. package/dist/packages/prisma/zod/inputTypeSchemas/MonthlyProrationScalarFieldEnumSchema.d.ts.map +0 -1
  3901. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationEventSchema.d.ts +0 -5
  3902. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationEventSchema.d.ts.map +0 -1
  3903. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPlatformSchema.d.ts +0 -5
  3904. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPlatformSchema.d.ts.map +0 -1
  3905. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPreferenceScalarFieldEnumSchema.d.ts +0 -4
  3906. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPreferenceScalarFieldEnumSchema.d.ts.map +0 -1
  3907. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPreferenceTargetTypeSchema.d.ts +0 -5
  3908. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPreferenceTargetTypeSchema.d.ts.map +0 -1
  3909. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationSubscriptionTypeSchema.d.ts +0 -5
  3910. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationSubscriptionTypeSchema.d.ts.map +0 -1
  3911. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationsSubscriptionsScalarFieldEnumSchema.d.ts +0 -4
  3912. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationsSubscriptionsScalarFieldEnumSchema.d.ts.map +0 -1
  3913. package/dist/packages/prisma/zod/inputTypeSchemas/NullableJsonNullValueInputSchema.d.ts +0 -13
  3914. package/dist/packages/prisma/zod/inputTypeSchemas/NullableJsonNullValueInputSchema.d.ts.map +0 -1
  3915. package/dist/packages/prisma/zod/inputTypeSchemas/NullsOrderSchema.d.ts +0 -4
  3916. package/dist/packages/prisma/zod/inputTypeSchemas/NullsOrderSchema.d.ts.map +0 -1
  3917. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthAuthorizationScalarFieldEnumSchema.d.ts +0 -4
  3918. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthAuthorizationScalarFieldEnumSchema.d.ts.map +0 -1
  3919. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientScalarFieldEnumSchema.d.ts +0 -4
  3920. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientScalarFieldEnumSchema.d.ts.map +0 -1
  3921. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientSecretScalarFieldEnumSchema.d.ts +0 -4
  3922. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientSecretScalarFieldEnumSchema.d.ts.map +0 -1
  3923. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientStatusSchema.d.ts +0 -5
  3924. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientStatusSchema.d.ts.map +0 -1
  3925. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientTypeSchema.d.ts +0 -5
  3926. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientTypeSchema.d.ts.map +0 -1
  3927. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthRefreshTokenScalarFieldEnumSchema.d.ts +0 -4
  3928. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthRefreshTokenScalarFieldEnumSchema.d.ts.map +0 -1
  3929. package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationBillingScalarFieldEnumSchema.d.ts +0 -4
  3930. package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationBillingScalarFieldEnumSchema.d.ts.map +0 -1
  3931. package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationDunningStatusScalarFieldEnumSchema.d.ts +0 -4
  3932. package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationDunningStatusScalarFieldEnumSchema.d.ts.map +0 -1
  3933. package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationOnboardingScalarFieldEnumSchema.d.ts +0 -4
  3934. package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationOnboardingScalarFieldEnumSchema.d.ts.map +0 -1
  3935. package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationSettingsScalarFieldEnumSchema.d.ts +0 -4
  3936. package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationSettingsScalarFieldEnumSchema.d.ts.map +0 -1
  3937. package/dist/packages/prisma/zod/inputTypeSchemas/OutOfOfficeEntryScalarFieldEnumSchema.d.ts +0 -4
  3938. package/dist/packages/prisma/zod/inputTypeSchemas/OutOfOfficeEntryScalarFieldEnumSchema.d.ts.map +0 -1
  3939. package/dist/packages/prisma/zod/inputTypeSchemas/OutOfOfficeReasonScalarFieldEnumSchema.d.ts +0 -4
  3940. package/dist/packages/prisma/zod/inputTypeSchemas/OutOfOfficeReasonScalarFieldEnumSchema.d.ts.map +0 -1
  3941. package/dist/packages/prisma/zod/inputTypeSchemas/PaymentOptionSchema.d.ts +0 -5
  3942. package/dist/packages/prisma/zod/inputTypeSchemas/PaymentOptionSchema.d.ts.map +0 -1
  3943. package/dist/packages/prisma/zod/inputTypeSchemas/PaymentScalarFieldEnumSchema.d.ts +0 -4
  3944. package/dist/packages/prisma/zod/inputTypeSchemas/PaymentScalarFieldEnumSchema.d.ts.map +0 -1
  3945. package/dist/packages/prisma/zod/inputTypeSchemas/PendingRoutingTraceScalarFieldEnumSchema.d.ts +0 -4
  3946. package/dist/packages/prisma/zod/inputTypeSchemas/PendingRoutingTraceScalarFieldEnumSchema.d.ts.map +0 -1
  3947. package/dist/packages/prisma/zod/inputTypeSchemas/PeriodTypeSchema.d.ts +0 -5
  3948. package/dist/packages/prisma/zod/inputTypeSchemas/PeriodTypeSchema.d.ts.map +0 -1
  3949. package/dist/packages/prisma/zod/inputTypeSchemas/PhoneNumberSubscriptionStatusSchema.d.ts +0 -5
  3950. package/dist/packages/prisma/zod/inputTypeSchemas/PhoneNumberSubscriptionStatusSchema.d.ts.map +0 -1
  3951. package/dist/packages/prisma/zod/inputTypeSchemas/PlatformAuthorizationTokenScalarFieldEnumSchema.d.ts +0 -4
  3952. package/dist/packages/prisma/zod/inputTypeSchemas/PlatformAuthorizationTokenScalarFieldEnumSchema.d.ts.map +0 -1
  3953. package/dist/packages/prisma/zod/inputTypeSchemas/PlatformBillingScalarFieldEnumSchema.d.ts +0 -4
  3954. package/dist/packages/prisma/zod/inputTypeSchemas/PlatformBillingScalarFieldEnumSchema.d.ts.map +0 -1
  3955. package/dist/packages/prisma/zod/inputTypeSchemas/PlatformOAuthClientScalarFieldEnumSchema.d.ts +0 -4
  3956. package/dist/packages/prisma/zod/inputTypeSchemas/PlatformOAuthClientScalarFieldEnumSchema.d.ts.map +0 -1
  3957. package/dist/packages/prisma/zod/inputTypeSchemas/ProfileScalarFieldEnumSchema.d.ts +0 -4
  3958. package/dist/packages/prisma/zod/inputTypeSchemas/ProfileScalarFieldEnumSchema.d.ts.map +0 -1
  3959. package/dist/packages/prisma/zod/inputTypeSchemas/ProrationStatusSchema.d.ts +0 -5
  3960. package/dist/packages/prisma/zod/inputTypeSchemas/ProrationStatusSchema.d.ts.map +0 -1
  3961. package/dist/packages/prisma/zod/inputTypeSchemas/QueryModeSchema.d.ts +0 -4
  3962. package/dist/packages/prisma/zod/inputTypeSchemas/QueryModeSchema.d.ts.map +0 -1
  3963. package/dist/packages/prisma/zod/inputTypeSchemas/RRResetIntervalSchema.d.ts +0 -5
  3964. package/dist/packages/prisma/zod/inputTypeSchemas/RRResetIntervalSchema.d.ts.map +0 -1
  3965. package/dist/packages/prisma/zod/inputTypeSchemas/RRTimestampBasisSchema.d.ts +0 -5
  3966. package/dist/packages/prisma/zod/inputTypeSchemas/RRTimestampBasisSchema.d.ts.map +0 -1
  3967. package/dist/packages/prisma/zod/inputTypeSchemas/RateLimitScalarFieldEnumSchema.d.ts +0 -4
  3968. package/dist/packages/prisma/zod/inputTypeSchemas/RateLimitScalarFieldEnumSchema.d.ts.map +0 -1
  3969. package/dist/packages/prisma/zod/inputTypeSchemas/RedirectTypeSchema.d.ts +0 -5
  3970. package/dist/packages/prisma/zod/inputTypeSchemas/RedirectTypeSchema.d.ts.map +0 -1
  3971. package/dist/packages/prisma/zod/inputTypeSchemas/RefreshTokenScalarFieldEnumSchema.d.ts +0 -4
  3972. package/dist/packages/prisma/zod/inputTypeSchemas/RefreshTokenScalarFieldEnumSchema.d.ts.map +0 -1
  3973. package/dist/packages/prisma/zod/inputTypeSchemas/ReminderMailScalarFieldEnumSchema.d.ts +0 -4
  3974. package/dist/packages/prisma/zod/inputTypeSchemas/ReminderMailScalarFieldEnumSchema.d.ts.map +0 -1
  3975. package/dist/packages/prisma/zod/inputTypeSchemas/ReminderTypeSchema.d.ts +0 -5
  3976. package/dist/packages/prisma/zod/inputTypeSchemas/ReminderTypeSchema.d.ts.map +0 -1
  3977. package/dist/packages/prisma/zod/inputTypeSchemas/ResetPasswordRequestScalarFieldEnumSchema.d.ts +0 -4
  3978. package/dist/packages/prisma/zod/inputTypeSchemas/ResetPasswordRequestScalarFieldEnumSchema.d.ts.map +0 -1
  3979. package/dist/packages/prisma/zod/inputTypeSchemas/RolePermissionScalarFieldEnumSchema.d.ts +0 -4
  3980. package/dist/packages/prisma/zod/inputTypeSchemas/RolePermissionScalarFieldEnumSchema.d.ts.map +0 -1
  3981. package/dist/packages/prisma/zod/inputTypeSchemas/RoleScalarFieldEnumSchema.d.ts +0 -4
  3982. package/dist/packages/prisma/zod/inputTypeSchemas/RoleScalarFieldEnumSchema.d.ts.map +0 -1
  3983. package/dist/packages/prisma/zod/inputTypeSchemas/RoleTypeSchema.d.ts +0 -5
  3984. package/dist/packages/prisma/zod/inputTypeSchemas/RoleTypeSchema.d.ts.map +0 -1
  3985. package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseDenormalizedScalarFieldEnumSchema.d.ts +0 -4
  3986. package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseDenormalizedScalarFieldEnumSchema.d.ts.map +0 -1
  3987. package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseFieldScalarFieldEnumSchema.d.ts +0 -4
  3988. package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseFieldScalarFieldEnumSchema.d.ts.map +0 -1
  3989. package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseScalarFieldEnumSchema.d.ts +0 -4
  3990. package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseScalarFieldEnumSchema.d.ts.map +0 -1
  3991. package/dist/packages/prisma/zod/inputTypeSchemas/RoutingTraceScalarFieldEnumSchema.d.ts +0 -4
  3992. package/dist/packages/prisma/zod/inputTypeSchemas/RoutingTraceScalarFieldEnumSchema.d.ts.map +0 -1
  3993. package/dist/packages/prisma/zod/inputTypeSchemas/SMSLockStateSchema.d.ts +0 -5
  3994. package/dist/packages/prisma/zod/inputTypeSchemas/SMSLockStateSchema.d.ts.map +0 -1
  3995. package/dist/packages/prisma/zod/inputTypeSchemas/ScheduleScalarFieldEnumSchema.d.ts +0 -4
  3996. package/dist/packages/prisma/zod/inputTypeSchemas/ScheduleScalarFieldEnumSchema.d.ts.map +0 -1
  3997. package/dist/packages/prisma/zod/inputTypeSchemas/SchedulingTypeSchema.d.ts +0 -5
  3998. package/dist/packages/prisma/zod/inputTypeSchemas/SchedulingTypeSchema.d.ts.map +0 -1
  3999. package/dist/packages/prisma/zod/inputTypeSchemas/SeatChangeLogScalarFieldEnumSchema.d.ts +0 -4
  4000. package/dist/packages/prisma/zod/inputTypeSchemas/SeatChangeLogScalarFieldEnumSchema.d.ts.map +0 -1
  4001. package/dist/packages/prisma/zod/inputTypeSchemas/SeatChangeTypeSchema.d.ts +0 -5
  4002. package/dist/packages/prisma/zod/inputTypeSchemas/SeatChangeTypeSchema.d.ts.map +0 -1
  4003. package/dist/packages/prisma/zod/inputTypeSchemas/SecondaryEmailScalarFieldEnumSchema.d.ts +0 -4
  4004. package/dist/packages/prisma/zod/inputTypeSchemas/SecondaryEmailScalarFieldEnumSchema.d.ts.map +0 -1
  4005. package/dist/packages/prisma/zod/inputTypeSchemas/SelectedCalendarScalarFieldEnumSchema.d.ts +0 -4
  4006. package/dist/packages/prisma/zod/inputTypeSchemas/SelectedCalendarScalarFieldEnumSchema.d.ts.map +0 -1
  4007. package/dist/packages/prisma/zod/inputTypeSchemas/SelectedSlotsScalarFieldEnumSchema.d.ts +0 -4
  4008. package/dist/packages/prisma/zod/inputTypeSchemas/SelectedSlotsScalarFieldEnumSchema.d.ts.map +0 -1
  4009. package/dist/packages/prisma/zod/inputTypeSchemas/SessionScalarFieldEnumSchema.d.ts +0 -4
  4010. package/dist/packages/prisma/zod/inputTypeSchemas/SessionScalarFieldEnumSchema.d.ts.map +0 -1
  4011. package/dist/packages/prisma/zod/inputTypeSchemas/SmtpConfigurationScalarFieldEnumSchema.d.ts +0 -4
  4012. package/dist/packages/prisma/zod/inputTypeSchemas/SmtpConfigurationScalarFieldEnumSchema.d.ts.map +0 -1
  4013. package/dist/packages/prisma/zod/inputTypeSchemas/SortOrderSchema.d.ts +0 -4
  4014. package/dist/packages/prisma/zod/inputTypeSchemas/SortOrderSchema.d.ts.map +0 -1
  4015. package/dist/packages/prisma/zod/inputTypeSchemas/SystemReportStatusSchema.d.ts +0 -5
  4016. package/dist/packages/prisma/zod/inputTypeSchemas/SystemReportStatusSchema.d.ts.map +0 -1
  4017. package/dist/packages/prisma/zod/inputTypeSchemas/TaskScalarFieldEnumSchema.d.ts +0 -4
  4018. package/dist/packages/prisma/zod/inputTypeSchemas/TaskScalarFieldEnumSchema.d.ts.map +0 -1
  4019. package/dist/packages/prisma/zod/inputTypeSchemas/TeamBillingScalarFieldEnumSchema.d.ts +0 -4
  4020. package/dist/packages/prisma/zod/inputTypeSchemas/TeamBillingScalarFieldEnumSchema.d.ts.map +0 -1
  4021. package/dist/packages/prisma/zod/inputTypeSchemas/TeamDunningStatusScalarFieldEnumSchema.d.ts +0 -4
  4022. package/dist/packages/prisma/zod/inputTypeSchemas/TeamDunningStatusScalarFieldEnumSchema.d.ts.map +0 -1
  4023. package/dist/packages/prisma/zod/inputTypeSchemas/TeamFeaturesScalarFieldEnumSchema.d.ts +0 -4
  4024. package/dist/packages/prisma/zod/inputTypeSchemas/TeamFeaturesScalarFieldEnumSchema.d.ts.map +0 -1
  4025. package/dist/packages/prisma/zod/inputTypeSchemas/TeamScalarFieldEnumSchema.d.ts +0 -4
  4026. package/dist/packages/prisma/zod/inputTypeSchemas/TeamScalarFieldEnumSchema.d.ts.map +0 -1
  4027. package/dist/packages/prisma/zod/inputTypeSchemas/TempOrgRedirectScalarFieldEnumSchema.d.ts +0 -4
  4028. package/dist/packages/prisma/zod/inputTypeSchemas/TempOrgRedirectScalarFieldEnumSchema.d.ts.map +0 -1
  4029. package/dist/packages/prisma/zod/inputTypeSchemas/TimeUnitSchema.d.ts +0 -5
  4030. package/dist/packages/prisma/zod/inputTypeSchemas/TimeUnitSchema.d.ts.map +0 -1
  4031. package/dist/packages/prisma/zod/inputTypeSchemas/TrackingScalarFieldEnumSchema.d.ts +0 -4
  4032. package/dist/packages/prisma/zod/inputTypeSchemas/TrackingScalarFieldEnumSchema.d.ts.map +0 -1
  4033. package/dist/packages/prisma/zod/inputTypeSchemas/TransactionIsolationLevelSchema.d.ts +0 -4
  4034. package/dist/packages/prisma/zod/inputTypeSchemas/TransactionIsolationLevelSchema.d.ts.map +0 -1
  4035. package/dist/packages/prisma/zod/inputTypeSchemas/TravelScheduleScalarFieldEnumSchema.d.ts +0 -4
  4036. package/dist/packages/prisma/zod/inputTypeSchemas/TravelScheduleScalarFieldEnumSchema.d.ts.map +0 -1
  4037. package/dist/packages/prisma/zod/inputTypeSchemas/UserAbuseScoreScalarFieldEnumSchema.d.ts +0 -4
  4038. package/dist/packages/prisma/zod/inputTypeSchemas/UserAbuseScoreScalarFieldEnumSchema.d.ts.map +0 -1
  4039. package/dist/packages/prisma/zod/inputTypeSchemas/UserAbuseSignalScalarFieldEnumSchema.d.ts +0 -4
  4040. package/dist/packages/prisma/zod/inputTypeSchemas/UserAbuseSignalScalarFieldEnumSchema.d.ts.map +0 -1
  4041. package/dist/packages/prisma/zod/inputTypeSchemas/UserFeaturesScalarFieldEnumSchema.d.ts +0 -4
  4042. package/dist/packages/prisma/zod/inputTypeSchemas/UserFeaturesScalarFieldEnumSchema.d.ts.map +0 -1
  4043. package/dist/packages/prisma/zod/inputTypeSchemas/UserFilterSegmentPreferenceScalarFieldEnumSchema.d.ts +0 -4
  4044. package/dist/packages/prisma/zod/inputTypeSchemas/UserFilterSegmentPreferenceScalarFieldEnumSchema.d.ts.map +0 -1
  4045. package/dist/packages/prisma/zod/inputTypeSchemas/UserHolidaySettingsScalarFieldEnumSchema.d.ts +0 -4
  4046. package/dist/packages/prisma/zod/inputTypeSchemas/UserHolidaySettingsScalarFieldEnumSchema.d.ts.map +0 -1
  4047. package/dist/packages/prisma/zod/inputTypeSchemas/UserPasswordScalarFieldEnumSchema.d.ts +0 -4
  4048. package/dist/packages/prisma/zod/inputTypeSchemas/UserPasswordScalarFieldEnumSchema.d.ts.map +0 -1
  4049. package/dist/packages/prisma/zod/inputTypeSchemas/UserPermissionRoleSchema.d.ts +0 -5
  4050. package/dist/packages/prisma/zod/inputTypeSchemas/UserPermissionRoleSchema.d.ts.map +0 -1
  4051. package/dist/packages/prisma/zod/inputTypeSchemas/UserScalarFieldEnumSchema.d.ts +0 -4
  4052. package/dist/packages/prisma/zod/inputTypeSchemas/UserScalarFieldEnumSchema.d.ts.map +0 -1
  4053. package/dist/packages/prisma/zod/inputTypeSchemas/VerificationTokenScalarFieldEnumSchema.d.ts +0 -4
  4054. package/dist/packages/prisma/zod/inputTypeSchemas/VerificationTokenScalarFieldEnumSchema.d.ts.map +0 -1
  4055. package/dist/packages/prisma/zod/inputTypeSchemas/VerifiedEmailScalarFieldEnumSchema.d.ts +0 -4
  4056. package/dist/packages/prisma/zod/inputTypeSchemas/VerifiedEmailScalarFieldEnumSchema.d.ts.map +0 -1
  4057. package/dist/packages/prisma/zod/inputTypeSchemas/VerifiedNumberScalarFieldEnumSchema.d.ts +0 -4
  4058. package/dist/packages/prisma/zod/inputTypeSchemas/VerifiedNumberScalarFieldEnumSchema.d.ts.map +0 -1
  4059. package/dist/packages/prisma/zod/inputTypeSchemas/VideoCallGuestScalarFieldEnumSchema.d.ts +0 -4
  4060. package/dist/packages/prisma/zod/inputTypeSchemas/VideoCallGuestScalarFieldEnumSchema.d.ts.map +0 -1
  4061. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistActionSchema.d.ts +0 -5
  4062. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistActionSchema.d.ts.map +0 -1
  4063. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistAuditScalarFieldEnumSchema.d.ts +0 -4
  4064. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistAuditScalarFieldEnumSchema.d.ts.map +0 -1
  4065. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistEventAuditScalarFieldEnumSchema.d.ts +0 -4
  4066. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistEventAuditScalarFieldEnumSchema.d.ts.map +0 -1
  4067. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistScalarFieldEnumSchema.d.ts +0 -4
  4068. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistScalarFieldEnumSchema.d.ts.map +0 -1
  4069. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistSourceSchema.d.ts +0 -5
  4070. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistSourceSchema.d.ts.map +0 -1
  4071. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistTypeSchema.d.ts +0 -5
  4072. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistTypeSchema.d.ts.map +0 -1
  4073. package/dist/packages/prisma/zod/inputTypeSchemas/WebhookEventScalarFieldEnumSchema.d.ts +0 -4
  4074. package/dist/packages/prisma/zod/inputTypeSchemas/WebhookEventScalarFieldEnumSchema.d.ts.map +0 -1
  4075. package/dist/packages/prisma/zod/inputTypeSchemas/WebhookEventStatusSchema.d.ts +0 -5
  4076. package/dist/packages/prisma/zod/inputTypeSchemas/WebhookEventStatusSchema.d.ts.map +0 -1
  4077. package/dist/packages/prisma/zod/inputTypeSchemas/WebhookScalarFieldEnumSchema.d.ts +0 -4
  4078. package/dist/packages/prisma/zod/inputTypeSchemas/WebhookScalarFieldEnumSchema.d.ts.map +0 -1
  4079. package/dist/packages/prisma/zod/inputTypeSchemas/WebhookScheduledTriggersScalarFieldEnumSchema.d.ts +0 -4
  4080. package/dist/packages/prisma/zod/inputTypeSchemas/WebhookScheduledTriggersScalarFieldEnumSchema.d.ts.map +0 -1
  4081. package/dist/packages/prisma/zod/inputTypeSchemas/WebhookTriggerEventsSchema.d.ts +0 -5
  4082. package/dist/packages/prisma/zod/inputTypeSchemas/WebhookTriggerEventsSchema.d.ts.map +0 -1
  4083. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowActionsSchema.d.ts +0 -5
  4084. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowActionsSchema.d.ts.map +0 -1
  4085. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowContactTypeSchema.d.ts +0 -5
  4086. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowContactTypeSchema.d.ts.map +0 -1
  4087. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowMethodsSchema.d.ts +0 -5
  4088. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowMethodsSchema.d.ts.map +0 -1
  4089. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowOptOutContactScalarFieldEnumSchema.d.ts +0 -4
  4090. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowOptOutContactScalarFieldEnumSchema.d.ts.map +0 -1
  4091. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowReminderScalarFieldEnumSchema.d.ts +0 -4
  4092. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowReminderScalarFieldEnumSchema.d.ts.map +0 -1
  4093. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowScalarFieldEnumSchema.d.ts +0 -4
  4094. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowScalarFieldEnumSchema.d.ts.map +0 -1
  4095. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepAutoTranslatedFieldSchema.d.ts +0 -5
  4096. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepAutoTranslatedFieldSchema.d.ts.map +0 -1
  4097. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepScalarFieldEnumSchema.d.ts +0 -4
  4098. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepScalarFieldEnumSchema.d.ts.map +0 -1
  4099. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepTranslationScalarFieldEnumSchema.d.ts +0 -4
  4100. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepTranslationScalarFieldEnumSchema.d.ts.map +0 -1
  4101. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTemplatesSchema.d.ts +0 -5
  4102. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTemplatesSchema.d.ts.map +0 -1
  4103. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTriggerEventsSchema.d.ts +0 -5
  4104. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTriggerEventsSchema.d.ts.map +0 -1
  4105. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTypeSchema.d.ts +0 -5
  4106. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTypeSchema.d.ts.map +0 -1
  4107. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnEventTypesScalarFieldEnumSchema.d.ts +0 -4
  4108. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnEventTypesScalarFieldEnumSchema.d.ts.map +0 -1
  4109. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnRoutingFormsScalarFieldEnumSchema.d.ts +0 -4
  4110. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnRoutingFormsScalarFieldEnumSchema.d.ts.map +0 -1
  4111. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnTeamsScalarFieldEnumSchema.d.ts +0 -4
  4112. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnTeamsScalarFieldEnumSchema.d.ts.map +0 -1
  4113. package/dist/packages/prisma/zod/inputTypeSchemas/WorkspacePlatformScalarFieldEnumSchema.d.ts +0 -4
  4114. package/dist/packages/prisma/zod/inputTypeSchemas/WorkspacePlatformScalarFieldEnumSchema.d.ts.map +0 -1
  4115. package/dist/packages/prisma/zod/inputTypeSchemas/WrongAssignmentReportScalarFieldEnumSchema.d.ts +0 -4
  4116. package/dist/packages/prisma/zod/inputTypeSchemas/WrongAssignmentReportScalarFieldEnumSchema.d.ts.map +0 -1
  4117. package/dist/packages/prisma/zod/inputTypeSchemas/WrongAssignmentReportStatusSchema.d.ts +0 -5
  4118. package/dist/packages/prisma/zod/inputTypeSchemas/WrongAssignmentReportStatusSchema.d.ts.map +0 -1
  4119. package/dist/packages/prisma/zod/inputTypeSchemas/index.d.ts +0 -226
  4120. package/dist/packages/prisma/zod/inputTypeSchemas/index.d.ts.map +0 -1
  4121. package/dist/packages/prisma/zod/inputTypeSchemas/isValidDecimalInput.d.ts +0 -5
  4122. package/dist/packages/prisma/zod/inputTypeSchemas/isValidDecimalInput.d.ts.map +0 -1
  4123. package/dist/packages/prisma/zod/modelSchema/AIPhoneCallConfigurationSchema.d.ts +0 -47
  4124. package/dist/packages/prisma/zod/modelSchema/AIPhoneCallConfigurationSchema.d.ts.map +0 -1
  4125. package/dist/packages/prisma/zod/modelSchema/AbuseRuleAuditSchema.d.ts +0 -26
  4126. package/dist/packages/prisma/zod/modelSchema/AbuseRuleAuditSchema.d.ts.map +0 -1
  4127. package/dist/packages/prisma/zod/modelSchema/AbuseRuleConditionSchema.d.ts +0 -29
  4128. package/dist/packages/prisma/zod/modelSchema/AbuseRuleConditionSchema.d.ts.map +0 -1
  4129. package/dist/packages/prisma/zod/modelSchema/AbuseRuleGroupSchema.d.ts +0 -38
  4130. package/dist/packages/prisma/zod/modelSchema/AbuseRuleGroupSchema.d.ts.map +0 -1
  4131. package/dist/packages/prisma/zod/modelSchema/AbuseScoringConfigSchema.d.ts +0 -29
  4132. package/dist/packages/prisma/zod/modelSchema/AbuseScoringConfigSchema.d.ts.map +0 -1
  4133. package/dist/packages/prisma/zod/modelSchema/AccessCodeSchema.d.ts +0 -35
  4134. package/dist/packages/prisma/zod/modelSchema/AccessCodeSchema.d.ts.map +0 -1
  4135. package/dist/packages/prisma/zod/modelSchema/AccessTokenSchema.d.ts +0 -26
  4136. package/dist/packages/prisma/zod/modelSchema/AccessTokenSchema.d.ts.map +0 -1
  4137. package/dist/packages/prisma/zod/modelSchema/AccountSchema.d.ts +0 -47
  4138. package/dist/packages/prisma/zod/modelSchema/AccountSchema.d.ts.map +0 -1
  4139. package/dist/packages/prisma/zod/modelSchema/AgentSchema.d.ts +0 -38
  4140. package/dist/packages/prisma/zod/modelSchema/AgentSchema.d.ts.map +0 -1
  4141. package/dist/packages/prisma/zod/modelSchema/ApiKeySchema.d.ts +0 -35
  4142. package/dist/packages/prisma/zod/modelSchema/ApiKeySchema.d.ts.map +0 -1
  4143. package/dist/packages/prisma/zod/modelSchema/AppSchema.d.ts +0 -29
  4144. package/dist/packages/prisma/zod/modelSchema/AppSchema.d.ts.map +0 -1
  4145. package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_FormResponseSchema.d.ts +0 -35
  4146. package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_FormResponseSchema.d.ts.map +0 -1
  4147. package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_FormSchema.d.ts +0 -67
  4148. package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_FormSchema.d.ts.map +0 -1
  4149. package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_IncompleteBookingActionsSchema.d.ts +0 -26
  4150. package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_IncompleteBookingActionsSchema.d.ts.map +0 -1
  4151. package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_QueuedFormResponseSchema.d.ts +0 -32
  4152. package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_QueuedFormResponseSchema.d.ts.map +0 -1
  4153. package/dist/packages/prisma/zod/modelSchema/AssignmentReasonSchema.d.ts +0 -23
  4154. package/dist/packages/prisma/zod/modelSchema/AssignmentReasonSchema.d.ts.map +0 -1
  4155. package/dist/packages/prisma/zod/modelSchema/AttendeeSchema.d.ts +0 -35
  4156. package/dist/packages/prisma/zod/modelSchema/AttendeeSchema.d.ts.map +0 -1
  4157. package/dist/packages/prisma/zod/modelSchema/AttributeOptionSchema.d.ts +0 -26
  4158. package/dist/packages/prisma/zod/modelSchema/AttributeOptionSchema.d.ts.map +0 -1
  4159. package/dist/packages/prisma/zod/modelSchema/AttributeSchema.d.ts +0 -41
  4160. package/dist/packages/prisma/zod/modelSchema/AttributeSchema.d.ts.map +0 -1
  4161. package/dist/packages/prisma/zod/modelSchema/AttributeSyncFieldMappingSchema.d.ts +0 -29
  4162. package/dist/packages/prisma/zod/modelSchema/AttributeSyncFieldMappingSchema.d.ts.map +0 -1
  4163. package/dist/packages/prisma/zod/modelSchema/AttributeSyncRuleSchema.d.ts +0 -23
  4164. package/dist/packages/prisma/zod/modelSchema/AttributeSyncRuleSchema.d.ts.map +0 -1
  4165. package/dist/packages/prisma/zod/modelSchema/AttributeToUserSchema.d.ts +0 -38
  4166. package/dist/packages/prisma/zod/modelSchema/AttributeToUserSchema.d.ts.map +0 -1
  4167. package/dist/packages/prisma/zod/modelSchema/AuditActorSchema.d.ts +0 -35
  4168. package/dist/packages/prisma/zod/modelSchema/AuditActorSchema.d.ts.map +0 -1
  4169. package/dist/packages/prisma/zod/modelSchema/AuditEventSchema.d.ts +0 -71
  4170. package/dist/packages/prisma/zod/modelSchema/AuditEventSchema.d.ts.map +0 -1
  4171. package/dist/packages/prisma/zod/modelSchema/AvailabilitySchema.d.ts +0 -38
  4172. package/dist/packages/prisma/zod/modelSchema/AvailabilitySchema.d.ts.map +0 -1
  4173. package/dist/packages/prisma/zod/modelSchema/AvatarSchema.d.ts +0 -23
  4174. package/dist/packages/prisma/zod/modelSchema/AvatarSchema.d.ts.map +0 -1
  4175. package/dist/packages/prisma/zod/modelSchema/BookingAuditSchema.d.ts +0 -44
  4176. package/dist/packages/prisma/zod/modelSchema/BookingAuditSchema.d.ts.map +0 -1
  4177. package/dist/packages/prisma/zod/modelSchema/BookingDenormalizedSchema.d.ts +0 -80
  4178. package/dist/packages/prisma/zod/modelSchema/BookingDenormalizedSchema.d.ts.map +0 -1
  4179. package/dist/packages/prisma/zod/modelSchema/BookingInternalNoteSchema.d.ts +0 -26
  4180. package/dist/packages/prisma/zod/modelSchema/BookingInternalNoteSchema.d.ts.map +0 -1
  4181. package/dist/packages/prisma/zod/modelSchema/BookingReferenceSchema.d.ts +0 -47
  4182. package/dist/packages/prisma/zod/modelSchema/BookingReferenceSchema.d.ts.map +0 -1
  4183. package/dist/packages/prisma/zod/modelSchema/BookingReportSchema.d.ts +0 -50
  4184. package/dist/packages/prisma/zod/modelSchema/BookingReportSchema.d.ts.map +0 -1
  4185. package/dist/packages/prisma/zod/modelSchema/BookingSchema.d.ts +0 -236
  4186. package/dist/packages/prisma/zod/modelSchema/BookingSchema.d.ts.map +0 -1
  4187. package/dist/packages/prisma/zod/modelSchema/BookingSeatSchema.d.ts +0 -158
  4188. package/dist/packages/prisma/zod/modelSchema/BookingSeatSchema.d.ts.map +0 -1
  4189. package/dist/packages/prisma/zod/modelSchema/BookingTimeStatusDenormalizedSchema.d.ts +0 -83
  4190. package/dist/packages/prisma/zod/modelSchema/BookingTimeStatusDenormalizedSchema.d.ts.map +0 -1
  4191. package/dist/packages/prisma/zod/modelSchema/BookingTimeStatusSchema.d.ts +0 -77
  4192. package/dist/packages/prisma/zod/modelSchema/BookingTimeStatusSchema.d.ts.map +0 -1
  4193. package/dist/packages/prisma/zod/modelSchema/BookingWindowSchema.d.ts +0 -75
  4194. package/dist/packages/prisma/zod/modelSchema/BookingWindowSchema.d.ts.map +0 -1
  4195. package/dist/packages/prisma/zod/modelSchema/CalAiPhoneNumberSchema.d.ts +0 -47
  4196. package/dist/packages/prisma/zod/modelSchema/CalAiPhoneNumberSchema.d.ts.map +0 -1
  4197. package/dist/packages/prisma/zod/modelSchema/CalVideoSettingsSchema.d.ts +0 -41
  4198. package/dist/packages/prisma/zod/modelSchema/CalVideoSettingsSchema.d.ts.map +0 -1
  4199. package/dist/packages/prisma/zod/modelSchema/CalendarCacheEventSchema.d.ts +0 -68
  4200. package/dist/packages/prisma/zod/modelSchema/CalendarCacheEventSchema.d.ts.map +0 -1
  4201. package/dist/packages/prisma/zod/modelSchema/CalendarCacheSchema.d.ts +0 -29
  4202. package/dist/packages/prisma/zod/modelSchema/CalendarCacheSchema.d.ts.map +0 -1
  4203. package/dist/packages/prisma/zod/modelSchema/CredentialSchema.d.ts +0 -44
  4204. package/dist/packages/prisma/zod/modelSchema/CredentialSchema.d.ts.map +0 -1
  4205. package/dist/packages/prisma/zod/modelSchema/CreditBalanceSchema.d.ts +0 -26
  4206. package/dist/packages/prisma/zod/modelSchema/CreditBalanceSchema.d.ts.map +0 -1
  4207. package/dist/packages/prisma/zod/modelSchema/CreditExpenseLogSchema.d.ts +0 -47
  4208. package/dist/packages/prisma/zod/modelSchema/CreditExpenseLogSchema.d.ts.map +0 -1
  4209. package/dist/packages/prisma/zod/modelSchema/CreditPurchaseLogSchema.d.ts +0 -23
  4210. package/dist/packages/prisma/zod/modelSchema/CreditPurchaseLogSchema.d.ts.map +0 -1
  4211. package/dist/packages/prisma/zod/modelSchema/CreditTransferLogSchema.d.ts +0 -29
  4212. package/dist/packages/prisma/zod/modelSchema/CreditTransferLogSchema.d.ts.map +0 -1
  4213. package/dist/packages/prisma/zod/modelSchema/CustomDomainSchema.d.ts +0 -29
  4214. package/dist/packages/prisma/zod/modelSchema/CustomDomainSchema.d.ts.map +0 -1
  4215. package/dist/packages/prisma/zod/modelSchema/DSyncDataSchema.d.ts +0 -20
  4216. package/dist/packages/prisma/zod/modelSchema/DSyncDataSchema.d.ts.map +0 -1
  4217. package/dist/packages/prisma/zod/modelSchema/DSyncTeamGroupMappingSchema.d.ts +0 -23
  4218. package/dist/packages/prisma/zod/modelSchema/DSyncTeamGroupMappingSchema.d.ts.map +0 -1
  4219. package/dist/packages/prisma/zod/modelSchema/DelegationCredentialSchema.d.ts +0 -67
  4220. package/dist/packages/prisma/zod/modelSchema/DelegationCredentialSchema.d.ts.map +0 -1
  4221. package/dist/packages/prisma/zod/modelSchema/DeploymentSchema.d.ts +0 -99
  4222. package/dist/packages/prisma/zod/modelSchema/DeploymentSchema.d.ts.map +0 -1
  4223. package/dist/packages/prisma/zod/modelSchema/DestinationCalendarSchema.d.ts +0 -44
  4224. package/dist/packages/prisma/zod/modelSchema/DestinationCalendarSchema.d.ts.map +0 -1
  4225. package/dist/packages/prisma/zod/modelSchema/DomainWideDelegationSchema.d.ts +0 -61
  4226. package/dist/packages/prisma/zod/modelSchema/DomainWideDelegationSchema.d.ts.map +0 -1
  4227. package/dist/packages/prisma/zod/modelSchema/EventTypeCustomInputSchema.d.ts +0 -44
  4228. package/dist/packages/prisma/zod/modelSchema/EventTypeCustomInputSchema.d.ts.map +0 -1
  4229. package/dist/packages/prisma/zod/modelSchema/EventTypeSchema.d.ts +0 -2188
  4230. package/dist/packages/prisma/zod/modelSchema/EventTypeSchema.d.ts.map +0 -1
  4231. package/dist/packages/prisma/zod/modelSchema/EventTypeTranslationSchema.d.ts +0 -38
  4232. package/dist/packages/prisma/zod/modelSchema/EventTypeTranslationSchema.d.ts.map +0 -1
  4233. package/dist/packages/prisma/zod/modelSchema/ExperimentSchema.d.ts +0 -41
  4234. package/dist/packages/prisma/zod/modelSchema/ExperimentSchema.d.ts.map +0 -1
  4235. package/dist/packages/prisma/zod/modelSchema/ExperimentVariantSchema.d.ts +0 -26
  4236. package/dist/packages/prisma/zod/modelSchema/ExperimentVariantSchema.d.ts.map +0 -1
  4237. package/dist/packages/prisma/zod/modelSchema/ExternalAvatarSchema.d.ts +0 -17
  4238. package/dist/packages/prisma/zod/modelSchema/ExternalAvatarSchema.d.ts.map +0 -1
  4239. package/dist/packages/prisma/zod/modelSchema/FeatureSchema.d.ts +0 -35
  4240. package/dist/packages/prisma/zod/modelSchema/FeatureSchema.d.ts.map +0 -1
  4241. package/dist/packages/prisma/zod/modelSchema/FeedbackSchema.d.ts +0 -23
  4242. package/dist/packages/prisma/zod/modelSchema/FeedbackSchema.d.ts.map +0 -1
  4243. package/dist/packages/prisma/zod/modelSchema/FilterSegmentSchema.d.ts +0 -50
  4244. package/dist/packages/prisma/zod/modelSchema/FilterSegmentSchema.d.ts.map +0 -1
  4245. package/dist/packages/prisma/zod/modelSchema/HashedLinkSchema.d.ts +0 -26
  4246. package/dist/packages/prisma/zod/modelSchema/HashedLinkSchema.d.ts.map +0 -1
  4247. package/dist/packages/prisma/zod/modelSchema/HolidayCacheSchema.d.ts +0 -35
  4248. package/dist/packages/prisma/zod/modelSchema/HolidayCacheSchema.d.ts.map +0 -1
  4249. package/dist/packages/prisma/zod/modelSchema/HostGroupSchema.d.ts +0 -23
  4250. package/dist/packages/prisma/zod/modelSchema/HostGroupSchema.d.ts.map +0 -1
  4251. package/dist/packages/prisma/zod/modelSchema/HostLocationSchema.d.ts +0 -38
  4252. package/dist/packages/prisma/zod/modelSchema/HostLocationSchema.d.ts.map +0 -1
  4253. package/dist/packages/prisma/zod/modelSchema/HostSchema.d.ts +0 -38
  4254. package/dist/packages/prisma/zod/modelSchema/HostSchema.d.ts.map +0 -1
  4255. package/dist/packages/prisma/zod/modelSchema/ImpersonationsSchema.d.ts +0 -20
  4256. package/dist/packages/prisma/zod/modelSchema/ImpersonationsSchema.d.ts.map +0 -1
  4257. package/dist/packages/prisma/zod/modelSchema/InstantMeetingTokenSchema.d.ts +0 -29
  4258. package/dist/packages/prisma/zod/modelSchema/InstantMeetingTokenSchema.d.ts.map +0 -1
  4259. package/dist/packages/prisma/zod/modelSchema/IntegrationAttributeSyncSchema.d.ts +0 -32
  4260. package/dist/packages/prisma/zod/modelSchema/IntegrationAttributeSyncSchema.d.ts.map +0 -1
  4261. package/dist/packages/prisma/zod/modelSchema/InternalNotePresetSchema.d.ts +0 -23
  4262. package/dist/packages/prisma/zod/modelSchema/InternalNotePresetSchema.d.ts.map +0 -1
  4263. package/dist/packages/prisma/zod/modelSchema/ManagedOrganizationSchema.d.ts +0 -17
  4264. package/dist/packages/prisma/zod/modelSchema/ManagedOrganizationSchema.d.ts.map +0 -1
  4265. package/dist/packages/prisma/zod/modelSchema/MembershipSchema.d.ts +0 -35
  4266. package/dist/packages/prisma/zod/modelSchema/MembershipSchema.d.ts.map +0 -1
  4267. package/dist/packages/prisma/zod/modelSchema/MonthlyProrationSchema.d.ts +0 -101
  4268. package/dist/packages/prisma/zod/modelSchema/MonthlyProrationSchema.d.ts.map +0 -1
  4269. package/dist/packages/prisma/zod/modelSchema/NotificationPreferenceSchema.d.ts +0 -29
  4270. package/dist/packages/prisma/zod/modelSchema/NotificationPreferenceSchema.d.ts.map +0 -1
  4271. package/dist/packages/prisma/zod/modelSchema/NotificationsSubscriptionsSchema.d.ts +0 -38
  4272. package/dist/packages/prisma/zod/modelSchema/NotificationsSubscriptionsSchema.d.ts.map +0 -1
  4273. package/dist/packages/prisma/zod/modelSchema/OAuthAuthorizationSchema.d.ts +0 -26
  4274. package/dist/packages/prisma/zod/modelSchema/OAuthAuthorizationSchema.d.ts.map +0 -1
  4275. package/dist/packages/prisma/zod/modelSchema/OAuthClientSchema.d.ts +0 -47
  4276. package/dist/packages/prisma/zod/modelSchema/OAuthClientSchema.d.ts.map +0 -1
  4277. package/dist/packages/prisma/zod/modelSchema/OAuthClientSecretSchema.d.ts +0 -23
  4278. package/dist/packages/prisma/zod/modelSchema/OAuthClientSecretSchema.d.ts.map +0 -1
  4279. package/dist/packages/prisma/zod/modelSchema/OAuthRefreshTokenSchema.d.ts +0 -29
  4280. package/dist/packages/prisma/zod/modelSchema/OAuthRefreshTokenSchema.d.ts.map +0 -1
  4281. package/dist/packages/prisma/zod/modelSchema/OrganizationBillingSchema.d.ts +0 -65
  4282. package/dist/packages/prisma/zod/modelSchema/OrganizationBillingSchema.d.ts.map +0 -1
  4283. package/dist/packages/prisma/zod/modelSchema/OrganizationDunningStatusSchema.d.ts +0 -47
  4284. package/dist/packages/prisma/zod/modelSchema/OrganizationDunningStatusSchema.d.ts.map +0 -1
  4285. package/dist/packages/prisma/zod/modelSchema/OrganizationOnboardingSchema.d.ts +0 -141
  4286. package/dist/packages/prisma/zod/modelSchema/OrganizationOnboardingSchema.d.ts.map +0 -1
  4287. package/dist/packages/prisma/zod/modelSchema/OrganizationSettingsSchema.d.ts +0 -83
  4288. package/dist/packages/prisma/zod/modelSchema/OrganizationSettingsSchema.d.ts.map +0 -1
  4289. package/dist/packages/prisma/zod/modelSchema/OutOfOfficeEntrySchema.d.ts +0 -41
  4290. package/dist/packages/prisma/zod/modelSchema/OutOfOfficeEntrySchema.d.ts.map +0 -1
  4291. package/dist/packages/prisma/zod/modelSchema/OutOfOfficeReasonSchema.d.ts +0 -23
  4292. package/dist/packages/prisma/zod/modelSchema/OutOfOfficeReasonSchema.d.ts.map +0 -1
  4293. package/dist/packages/prisma/zod/modelSchema/PaymentSchema.d.ts +0 -44
  4294. package/dist/packages/prisma/zod/modelSchema/PaymentSchema.d.ts.map +0 -1
  4295. package/dist/packages/prisma/zod/modelSchema/PendingRoutingTraceSchema.d.ts +0 -23
  4296. package/dist/packages/prisma/zod/modelSchema/PendingRoutingTraceSchema.d.ts.map +0 -1
  4297. package/dist/packages/prisma/zod/modelSchema/PlatformAuthorizationTokenSchema.d.ts +0 -20
  4298. package/dist/packages/prisma/zod/modelSchema/PlatformAuthorizationTokenSchema.d.ts.map +0 -1
  4299. package/dist/packages/prisma/zod/modelSchema/PlatformBillingSchema.d.ts +0 -35
  4300. package/dist/packages/prisma/zod/modelSchema/PlatformBillingSchema.d.ts.map +0 -1
  4301. package/dist/packages/prisma/zod/modelSchema/PlatformOAuthClientSchema.d.ts +0 -50
  4302. package/dist/packages/prisma/zod/modelSchema/PlatformOAuthClientSchema.d.ts.map +0 -1
  4303. package/dist/packages/prisma/zod/modelSchema/ProfileSchema.d.ts +0 -29
  4304. package/dist/packages/prisma/zod/modelSchema/ProfileSchema.d.ts.map +0 -1
  4305. package/dist/packages/prisma/zod/modelSchema/RateLimitSchema.d.ts +0 -32
  4306. package/dist/packages/prisma/zod/modelSchema/RateLimitSchema.d.ts.map +0 -1
  4307. package/dist/packages/prisma/zod/modelSchema/RefreshTokenSchema.d.ts +0 -26
  4308. package/dist/packages/prisma/zod/modelSchema/RefreshTokenSchema.d.ts.map +0 -1
  4309. package/dist/packages/prisma/zod/modelSchema/ReminderMailSchema.d.ts +0 -23
  4310. package/dist/packages/prisma/zod/modelSchema/ReminderMailSchema.d.ts.map +0 -1
  4311. package/dist/packages/prisma/zod/modelSchema/ResetPasswordRequestSchema.d.ts +0 -23
  4312. package/dist/packages/prisma/zod/modelSchema/ResetPasswordRequestSchema.d.ts.map +0 -1
  4313. package/dist/packages/prisma/zod/modelSchema/RolePermissionSchema.d.ts +0 -23
  4314. package/dist/packages/prisma/zod/modelSchema/RolePermissionSchema.d.ts.map +0 -1
  4315. package/dist/packages/prisma/zod/modelSchema/RoleSchema.d.ts +0 -32
  4316. package/dist/packages/prisma/zod/modelSchema/RoleSchema.d.ts.map +0 -1
  4317. package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseDenormalizedSchema.d.ts +0 -89
  4318. package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseDenormalizedSchema.d.ts.map +0 -1
  4319. package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseFieldSchema.d.ts +0 -26
  4320. package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseFieldSchema.d.ts.map +0 -1
  4321. package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseSchema.d.ts +0 -86
  4322. package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseSchema.d.ts.map +0 -1
  4323. package/dist/packages/prisma/zod/modelSchema/RoutingTraceSchema.d.ts +0 -29
  4324. package/dist/packages/prisma/zod/modelSchema/RoutingTraceSchema.d.ts.map +0 -1
  4325. package/dist/packages/prisma/zod/modelSchema/ScheduleSchema.d.ts +0 -20
  4326. package/dist/packages/prisma/zod/modelSchema/ScheduleSchema.d.ts.map +0 -1
  4327. package/dist/packages/prisma/zod/modelSchema/SeatChangeLogSchema.d.ts +0 -50
  4328. package/dist/packages/prisma/zod/modelSchema/SeatChangeLogSchema.d.ts.map +0 -1
  4329. package/dist/packages/prisma/zod/modelSchema/SecondaryEmailSchema.d.ts +0 -20
  4330. package/dist/packages/prisma/zod/modelSchema/SecondaryEmailSchema.d.ts.map +0 -1
  4331. package/dist/packages/prisma/zod/modelSchema/SelectedCalendarSchema.d.ts +0 -107
  4332. package/dist/packages/prisma/zod/modelSchema/SelectedCalendarSchema.d.ts.map +0 -1
  4333. package/dist/packages/prisma/zod/modelSchema/SelectedSlotsSchema.d.ts +0 -32
  4334. package/dist/packages/prisma/zod/modelSchema/SelectedSlotsSchema.d.ts.map +0 -1
  4335. package/dist/packages/prisma/zod/modelSchema/SessionSchema.d.ts +0 -20
  4336. package/dist/packages/prisma/zod/modelSchema/SessionSchema.d.ts.map +0 -1
  4337. package/dist/packages/prisma/zod/modelSchema/SmtpConfigurationSchema.d.ts +0 -41
  4338. package/dist/packages/prisma/zod/modelSchema/SmtpConfigurationSchema.d.ts.map +0 -1
  4339. package/dist/packages/prisma/zod/modelSchema/TaskSchema.d.ts +0 -44
  4340. package/dist/packages/prisma/zod/modelSchema/TaskSchema.d.ts.map +0 -1
  4341. package/dist/packages/prisma/zod/modelSchema/TeamBillingSchema.d.ts +0 -65
  4342. package/dist/packages/prisma/zod/modelSchema/TeamBillingSchema.d.ts.map +0 -1
  4343. package/dist/packages/prisma/zod/modelSchema/TeamDunningStatusSchema.d.ts +0 -47
  4344. package/dist/packages/prisma/zod/modelSchema/TeamDunningStatusSchema.d.ts.map +0 -1
  4345. package/dist/packages/prisma/zod/modelSchema/TeamFeaturesSchema.d.ts +0 -26
  4346. package/dist/packages/prisma/zod/modelSchema/TeamFeaturesSchema.d.ts.map +0 -1
  4347. package/dist/packages/prisma/zod/modelSchema/TeamSchema.d.ts +0 -213
  4348. package/dist/packages/prisma/zod/modelSchema/TeamSchema.d.ts.map +0 -1
  4349. package/dist/packages/prisma/zod/modelSchema/TempOrgRedirectSchema.d.ts +0 -32
  4350. package/dist/packages/prisma/zod/modelSchema/TempOrgRedirectSchema.d.ts.map +0 -1
  4351. package/dist/packages/prisma/zod/modelSchema/TrackingSchema.d.ts +0 -29
  4352. package/dist/packages/prisma/zod/modelSchema/TrackingSchema.d.ts.map +0 -1
  4353. package/dist/packages/prisma/zod/modelSchema/TravelScheduleSchema.d.ts +0 -26
  4354. package/dist/packages/prisma/zod/modelSchema/TravelScheduleSchema.d.ts.map +0 -1
  4355. package/dist/packages/prisma/zod/modelSchema/UserAbuseScoreSchema.d.ts +0 -35
  4356. package/dist/packages/prisma/zod/modelSchema/UserAbuseScoreSchema.d.ts.map +0 -1
  4357. package/dist/packages/prisma/zod/modelSchema/UserAbuseSignalSchema.d.ts +0 -26
  4358. package/dist/packages/prisma/zod/modelSchema/UserAbuseSignalSchema.d.ts.map +0 -1
  4359. package/dist/packages/prisma/zod/modelSchema/UserFeaturesSchema.d.ts +0 -26
  4360. package/dist/packages/prisma/zod/modelSchema/UserFeaturesSchema.d.ts.map +0 -1
  4361. package/dist/packages/prisma/zod/modelSchema/UserFilterSegmentPreferenceSchema.d.ts +0 -29
  4362. package/dist/packages/prisma/zod/modelSchema/UserFilterSegmentPreferenceSchema.d.ts.map +0 -1
  4363. package/dist/packages/prisma/zod/modelSchema/UserHolidaySettingsSchema.d.ts +0 -26
  4364. package/dist/packages/prisma/zod/modelSchema/UserHolidaySettingsSchema.d.ts.map +0 -1
  4365. package/dist/packages/prisma/zod/modelSchema/UserPasswordSchema.d.ts +0 -14
  4366. package/dist/packages/prisma/zod/modelSchema/UserPasswordSchema.d.ts.map +0 -1
  4367. package/dist/packages/prisma/zod/modelSchema/UserSchema.d.ts +0 -304
  4368. package/dist/packages/prisma/zod/modelSchema/UserSchema.d.ts.map +0 -1
  4369. package/dist/packages/prisma/zod/modelSchema/VerificationTokenSchema.d.ts +0 -35
  4370. package/dist/packages/prisma/zod/modelSchema/VerificationTokenSchema.d.ts.map +0 -1
  4371. package/dist/packages/prisma/zod/modelSchema/VerifiedEmailSchema.d.ts +0 -20
  4372. package/dist/packages/prisma/zod/modelSchema/VerifiedEmailSchema.d.ts.map +0 -1
  4373. package/dist/packages/prisma/zod/modelSchema/VerifiedNumberSchema.d.ts +0 -20
  4374. package/dist/packages/prisma/zod/modelSchema/VerifiedNumberSchema.d.ts.map +0 -1
  4375. package/dist/packages/prisma/zod/modelSchema/VideoCallGuestSchema.d.ts +0 -29
  4376. package/dist/packages/prisma/zod/modelSchema/VideoCallGuestSchema.d.ts.map +0 -1
  4377. package/dist/packages/prisma/zod/modelSchema/WatchlistAuditSchema.d.ts +0 -32
  4378. package/dist/packages/prisma/zod/modelSchema/WatchlistAuditSchema.d.ts.map +0 -1
  4379. package/dist/packages/prisma/zod/modelSchema/WatchlistEventAuditSchema.d.ts +0 -23
  4380. package/dist/packages/prisma/zod/modelSchema/WatchlistEventAuditSchema.d.ts.map +0 -1
  4381. package/dist/packages/prisma/zod/modelSchema/WatchlistSchema.d.ts +0 -35
  4382. package/dist/packages/prisma/zod/modelSchema/WatchlistSchema.d.ts.map +0 -1
  4383. package/dist/packages/prisma/zod/modelSchema/WebhookEventSchema.d.ts +0 -23
  4384. package/dist/packages/prisma/zod/modelSchema/WebhookEventSchema.d.ts.map +0 -1
  4385. package/dist/packages/prisma/zod/modelSchema/WebhookScheduledTriggersSchema.d.ts +0 -38
  4386. package/dist/packages/prisma/zod/modelSchema/WebhookScheduledTriggersSchema.d.ts.map +0 -1
  4387. package/dist/packages/prisma/zod/modelSchema/WebhookSchema.d.ts +0 -56
  4388. package/dist/packages/prisma/zod/modelSchema/WebhookSchema.d.ts.map +0 -1
  4389. package/dist/packages/prisma/zod/modelSchema/WorkflowOptOutContactSchema.d.ts +0 -26
  4390. package/dist/packages/prisma/zod/modelSchema/WorkflowOptOutContactSchema.d.ts.map +0 -1
  4391. package/dist/packages/prisma/zod/modelSchema/WorkflowReminderSchema.d.ts +0 -44
  4392. package/dist/packages/prisma/zod/modelSchema/WorkflowReminderSchema.d.ts.map +0 -1
  4393. package/dist/packages/prisma/zod/modelSchema/WorkflowSchema.d.ts +0 -38
  4394. package/dist/packages/prisma/zod/modelSchema/WorkflowSchema.d.ts.map +0 -1
  4395. package/dist/packages/prisma/zod/modelSchema/WorkflowStepSchema.d.ts +0 -59
  4396. package/dist/packages/prisma/zod/modelSchema/WorkflowStepSchema.d.ts.map +0 -1
  4397. package/dist/packages/prisma/zod/modelSchema/WorkflowStepTranslationSchema.d.ts +0 -32
  4398. package/dist/packages/prisma/zod/modelSchema/WorkflowStepTranslationSchema.d.ts.map +0 -1
  4399. package/dist/packages/prisma/zod/modelSchema/WorkflowsOnEventTypesSchema.d.ts +0 -17
  4400. package/dist/packages/prisma/zod/modelSchema/WorkflowsOnEventTypesSchema.d.ts.map +0 -1
  4401. package/dist/packages/prisma/zod/modelSchema/WorkflowsOnRoutingFormsSchema.d.ts +0 -17
  4402. package/dist/packages/prisma/zod/modelSchema/WorkflowsOnRoutingFormsSchema.d.ts.map +0 -1
  4403. package/dist/packages/prisma/zod/modelSchema/WorkflowsOnTeamsSchema.d.ts +0 -17
  4404. package/dist/packages/prisma/zod/modelSchema/WorkflowsOnTeamsSchema.d.ts.map +0 -1
  4405. package/dist/packages/prisma/zod/modelSchema/WorkspacePlatformSchema.d.ts +0 -61
  4406. package/dist/packages/prisma/zod/modelSchema/WorkspacePlatformSchema.d.ts.map +0 -1
  4407. package/dist/packages/prisma/zod/modelSchema/WrongAssignmentReportSchema.d.ts +0 -44
  4408. package/dist/packages/prisma/zod/modelSchema/WrongAssignmentReportSchema.d.ts.map +0 -1
  4409. package/dist/packages/prisma/zod/modelSchema/index.d.ts +0 -144
  4410. package/dist/packages/prisma/zod/modelSchema/index.d.ts.map +0 -1
  4411. package/dist/packages/prisma/zod-utils.d.ts +0 -5257
  4412. package/dist/packages/prisma/zod-utils.d.ts.map +0 -1
  4413. package/dist/server.browser-PDSe0hK-.js +0 -2514
  4414. package/dist/useIsAppEnabled-BUlxW0Js.js +0 -18
  4415. /package/dist/{packages/features/bookings/Booker → src/booker}/framer-features.d.ts +0 -0
  4416. /package/dist/{packages/platform/atoms/src → src}/components/atoms-wrapper.d.ts +0 -0
  4417. /package/dist/{packages/platform/atoms/src → src}/components/ui/popover.d.ts +0 -0
  4418. /package/dist/{packages/platform/atoms/src → src}/components/ui/toaster.d.ts +0 -0
  4419. /package/dist/{packages/platform/atoms/src → src}/components/ui/use-toast.d.ts +0 -0
  4420. /package/dist/{packages/platform/atoms/src → src}/constants/styles.d.ts +0 -0
  4421. /package/dist/{packages/platform/atoms → src}/event-types/types.d.ts +0 -0
  4422. /package/dist/{packages/platform/atoms → src}/hooks/schedules/types.d.ts +0 -0
  4423. /package/dist/{packages/platform/atoms → src}/lib/http.d.ts +0 -0
  4424. /package/dist/{packages/platform/atoms/src → src}/lib/utils.d.ts +0 -0
  4425. /package/dist/{packages/platform/atoms → src}/onboarding/continue-with-calcom.d.ts +0 -0
  4426. /package/dist/{packages/platform/atoms → src}/onboarding/onboarding-embed.d.ts +0 -0
  4427. /package/dist/{packages/platform/atoms → src}/types.d.ts +0 -0
  4428. /package/dist/{packages → src/vendor}/dayjs/index.d.ts +0 -0
  4429. /package/dist/{packages → src/vendor}/dayjs/plugins/business-days-plugin.d.ts +0 -0
  4430. /package/dist/{packages/features/bookings/Booker/utils → src/vendor}/query-param.d.ts +0 -0
  4431. /package/dist/{packages/platform/atoms/vite.config.d.ts → vite.config.d.ts} +0 -0
@@ -1,3932 +0,0 @@
1
- import { IEventTypesRepository } from '../eventtypes.repository.interface';
2
- import { EventTypeFullDetail } from '../lib/types';
3
- import { PrismaClient } from '../../../prisma';
4
- import { EventType as PrismaEventType, Prisma } from '../../../kysely/types.ts';
5
- import { WorkflowTriggerEvents } from '../../../prisma/enums';
6
- import { Ensure } from '@calcom/types/utils';
7
- type NotSupportedProps = "locations";
8
- type IEventType = Ensure<Partial<Omit<Prisma.EventTypeCreateInput, NotSupportedProps> & {
9
- userId: PrismaEventType["userId"];
10
- profileId: PrismaEventType["profileId"];
11
- teamId: PrismaEventType["teamId"];
12
- parentId: PrismaEventType["parentId"];
13
- scheduleId: PrismaEventType["scheduleId"];
14
- }>, "title" | "slug" | "length">;
15
- export declare class EventTypeRepository implements IEventTypesRepository {
16
- private prismaClient;
17
- constructor(prismaClient: PrismaClient);
18
- hideAndRenamePersonalByUserIdsAndSlugs({ userIds, slugs, tx, }: {
19
- userIds: number[];
20
- slugs: string[];
21
- tx?: Prisma.TransactionClient;
22
- }): Promise<{
23
- count: number;
24
- }>;
25
- findParentEventTypeId(eventTypeId: number): Promise<number | null>;
26
- private generateCreateEventTypeData;
27
- create(data: IEventType): Promise<{
28
- calVideoSettings: {
29
- eventTypeId: number;
30
- createdAt: Date;
31
- updatedAt: Date;
32
- disableRecordingForOrganizer: boolean;
33
- disableRecordingForGuests: boolean;
34
- enableAutomaticTranscription: boolean;
35
- enableAutomaticRecordingForOrganizer: boolean;
36
- redirectUrlOnExit: string | null;
37
- disableTranscriptionForGuests: boolean;
38
- disableTranscriptionForOrganizer: boolean;
39
- requireEmailForGuests: boolean;
40
- } | null;
41
- } & {
42
- price: number;
43
- title: string;
44
- description: string | null;
45
- hidden: boolean;
46
- length: number;
47
- currency: string;
48
- slug: string;
49
- userId: number | null;
50
- id: number;
51
- metadata: import('@prisma/client/runtime/client').JsonValue | null;
52
- scheduleId: number | null;
53
- createdAt: Date | null;
54
- updatedAt: Date | null;
55
- interfaceLanguage: string | null;
56
- position: number;
57
- locations: import('@prisma/client/runtime/client').JsonValue | null;
58
- offsetStart: number;
59
- profileId: number | null;
60
- teamId: number | null;
61
- useEventLevelSelectedCalendars: boolean;
62
- eventName: string | null;
63
- parentId: number | null;
64
- bookingFields: import('@prisma/client/runtime/client').JsonValue | null;
65
- timeZone: string | null;
66
- periodType: import('../../../kysely/types.ts').PeriodType;
67
- periodStartDate: Date | null;
68
- periodEndDate: Date | null;
69
- periodDays: number | null;
70
- periodCountCalendarDays: boolean | null;
71
- lockTimeZoneToggleOnBookingPage: boolean;
72
- lockedTimeZone: string | null;
73
- requiresConfirmation: boolean;
74
- requiresConfirmationWillBlockSlot: boolean;
75
- requiresConfirmationForFreeEmail: boolean;
76
- requiresBookerEmailVerification: boolean;
77
- canSendCalVideoTranscriptionEmails: boolean;
78
- autoTranslateDescriptionEnabled: boolean;
79
- autoTranslateInstantMeetingTitleEnabled: boolean;
80
- recurringEvent: import('@prisma/client/runtime/client').JsonValue | null;
81
- disableGuests: boolean;
82
- hideCalendarNotes: boolean;
83
- hideCalendarEventDetails: boolean;
84
- minimumBookingNotice: number;
85
- beforeEventBuffer: number;
86
- afterEventBuffer: number;
87
- seatsPerTimeSlot: number | null;
88
- onlyShowFirstAvailableSlot: boolean;
89
- showOptimizedSlots: boolean | null;
90
- disableCancelling: boolean | null;
91
- disableCancellingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
92
- disableRescheduling: boolean | null;
93
- disableReschedulingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
94
- minimumRescheduleNotice: number | null;
95
- seatsShowAttendees: boolean | null;
96
- seatsShowAvailabilityCount: boolean | null;
97
- schedulingType: import('../../../kysely/types.ts').SchedulingType | null;
98
- allowReschedulingCancelledBookings: boolean | null;
99
- slotInterval: number | null;
100
- successRedirectUrl: string | null;
101
- successRedirectUrlUpdatedAt: Date | null;
102
- forwardParamsSuccessRedirect: boolean | null;
103
- redirectUrlOnNoRoutingFormResponse: string | null;
104
- bookingLimits: import('@prisma/client/runtime/client').JsonValue | null;
105
- durationLimits: import('@prisma/client/runtime/client').JsonValue | null;
106
- isInstantEvent: boolean;
107
- instantMeetingExpiryTimeOffsetInSeconds: number;
108
- instantMeetingScheduleId: number | null;
109
- instantMeetingParameters: string[];
110
- assignAllTeamMembers: boolean;
111
- assignRRMembersUsingSegment: boolean;
112
- rrSegmentQueryValue: import('@prisma/client/runtime/client').JsonValue | null;
113
- useEventTypeDestinationCalendarEmail: boolean;
114
- isRRWeightsEnabled: boolean;
115
- maxLeadThreshold: number | null;
116
- includeNoShowInRRCalculation: boolean;
117
- allowReschedulingPastBookings: boolean;
118
- hideOrganizerEmail: boolean;
119
- maxActiveBookingsPerBooker: number | null;
120
- maxActiveBookingPerBookerOfferReschedule: boolean;
121
- customReplyToEmail: string | null;
122
- eventTypeColor: import('@prisma/client/runtime/client').JsonValue | null;
123
- rescheduleWithSameRoundRobinHost: boolean;
124
- disableReassignment: boolean;
125
- secondaryEmailId: number | null;
126
- useBookerTimezone: boolean;
127
- restrictionScheduleId: number | null;
128
- bookingRequiresAuthentication: boolean;
129
- rrHostSubsetEnabled: boolean;
130
- requiresCancellationReason: import('../../../kysely/types.ts').CancellationReasonRequirement | null;
131
- enablePerHostLocations: boolean;
132
- shouldMergePhoneSystemFields: boolean | null;
133
- uuid: string | null;
134
- }>;
135
- createMany(data: IEventType[]): Promise<Prisma.BatchPayload>;
136
- findAllByUpId({ upId, userId }: {
137
- upId: string;
138
- userId: number;
139
- }, { orderBy, where, cursor: cursorId, limit, }?: {
140
- orderBy?: Prisma.EventTypeOrderByWithRelationInput[];
141
- where?: Prisma.EventTypeWhereInput;
142
- cursor?: number | null;
143
- limit?: number | null;
144
- }): Promise<{
145
- price: number;
146
- owner: {
147
- timeZone: string;
148
- } | null;
149
- title: string;
150
- description: string | null;
151
- hidden: boolean;
152
- team: {
153
- members: {
154
- user: {
155
- timeZone: string;
156
- };
157
- }[];
158
- id: number;
159
- } | null;
160
- length: number;
161
- users: {
162
- username: string | null;
163
- name: string | null;
164
- id: number;
165
- timeZone: string;
166
- avatarUrl: string | null;
167
- }[];
168
- hosts: ({
169
- user: {
170
- username: string | null;
171
- name: string | null;
172
- id: number;
173
- timeZone: string;
174
- avatarUrl: string | null;
175
- };
176
- } & {
177
- weight: number | null;
178
- userId: number;
179
- priority: number | null;
180
- eventTypeId: number;
181
- isFixed: boolean;
182
- weightAdjustment: number | null;
183
- scheduleId: number | null;
184
- createdAt: Date;
185
- groupId: string | null;
186
- memberId: number | null;
187
- })[];
188
- currency: string;
189
- slug: string;
190
- children: ({
191
- users: {
192
- username: string | null;
193
- name: string | null;
194
- id: number;
195
- timeZone: string;
196
- avatarUrl: string | null;
197
- }[];
198
- } & {
199
- price: number;
200
- title: string;
201
- description: string | null;
202
- hidden: boolean;
203
- length: number;
204
- currency: string;
205
- slug: string;
206
- userId: number | null;
207
- id: number;
208
- metadata: import('@prisma/client/runtime/client').JsonValue | null;
209
- scheduleId: number | null;
210
- createdAt: Date | null;
211
- updatedAt: Date | null;
212
- interfaceLanguage: string | null;
213
- position: number;
214
- locations: import('@prisma/client/runtime/client').JsonValue | null;
215
- offsetStart: number;
216
- profileId: number | null;
217
- teamId: number | null;
218
- useEventLevelSelectedCalendars: boolean;
219
- eventName: string | null;
220
- parentId: number | null;
221
- bookingFields: import('@prisma/client/runtime/client').JsonValue | null;
222
- timeZone: string | null;
223
- periodType: import('../../../kysely/types.ts').PeriodType;
224
- periodStartDate: Date | null;
225
- periodEndDate: Date | null;
226
- periodDays: number | null;
227
- periodCountCalendarDays: boolean | null;
228
- lockTimeZoneToggleOnBookingPage: boolean;
229
- lockedTimeZone: string | null;
230
- requiresConfirmation: boolean;
231
- requiresConfirmationWillBlockSlot: boolean;
232
- requiresConfirmationForFreeEmail: boolean;
233
- requiresBookerEmailVerification: boolean;
234
- canSendCalVideoTranscriptionEmails: boolean;
235
- autoTranslateDescriptionEnabled: boolean;
236
- autoTranslateInstantMeetingTitleEnabled: boolean;
237
- recurringEvent: import('@prisma/client/runtime/client').JsonValue | null;
238
- disableGuests: boolean;
239
- hideCalendarNotes: boolean;
240
- hideCalendarEventDetails: boolean;
241
- minimumBookingNotice: number;
242
- beforeEventBuffer: number;
243
- afterEventBuffer: number;
244
- seatsPerTimeSlot: number | null;
245
- onlyShowFirstAvailableSlot: boolean;
246
- showOptimizedSlots: boolean | null;
247
- disableCancelling: boolean | null;
248
- disableCancellingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
249
- disableRescheduling: boolean | null;
250
- disableReschedulingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
251
- minimumRescheduleNotice: number | null;
252
- seatsShowAttendees: boolean | null;
253
- seatsShowAvailabilityCount: boolean | null;
254
- schedulingType: import('../../../kysely/types.ts').SchedulingType | null;
255
- allowReschedulingCancelledBookings: boolean | null;
256
- slotInterval: number | null;
257
- successRedirectUrl: string | null;
258
- successRedirectUrlUpdatedAt: Date | null;
259
- forwardParamsSuccessRedirect: boolean | null;
260
- redirectUrlOnNoRoutingFormResponse: string | null;
261
- bookingLimits: import('@prisma/client/runtime/client').JsonValue | null;
262
- durationLimits: import('@prisma/client/runtime/client').JsonValue | null;
263
- isInstantEvent: boolean;
264
- instantMeetingExpiryTimeOffsetInSeconds: number;
265
- instantMeetingScheduleId: number | null;
266
- instantMeetingParameters: string[];
267
- assignAllTeamMembers: boolean;
268
- assignRRMembersUsingSegment: boolean;
269
- rrSegmentQueryValue: import('@prisma/client/runtime/client').JsonValue | null;
270
- useEventTypeDestinationCalendarEmail: boolean;
271
- isRRWeightsEnabled: boolean;
272
- maxLeadThreshold: number | null;
273
- includeNoShowInRRCalculation: boolean;
274
- allowReschedulingPastBookings: boolean;
275
- hideOrganizerEmail: boolean;
276
- maxActiveBookingsPerBooker: number | null;
277
- maxActiveBookingPerBookerOfferReschedule: boolean;
278
- customReplyToEmail: string | null;
279
- eventTypeColor: import('@prisma/client/runtime/client').JsonValue | null;
280
- rescheduleWithSameRoundRobinHost: boolean;
281
- disableReassignment: boolean;
282
- secondaryEmailId: number | null;
283
- useBookerTimezone: boolean;
284
- restrictionScheduleId: number | null;
285
- bookingRequiresAuthentication: boolean;
286
- rrHostSubsetEnabled: boolean;
287
- requiresCancellationReason: import('../../../kysely/types.ts').CancellationReasonRequirement | null;
288
- enablePerHostLocations: boolean;
289
- shouldMergePhoneSystemFields: boolean | null;
290
- uuid: string | null;
291
- })[];
292
- userId: number | null;
293
- id: number;
294
- metadata: import('@prisma/client/runtime/client').JsonValue;
295
- scheduleId: number | null;
296
- interfaceLanguage: string | null;
297
- position: number;
298
- locations: import('@prisma/client/runtime/client').JsonValue;
299
- offsetStart: number;
300
- profileId: number | null;
301
- teamId: number | null;
302
- useEventLevelSelectedCalendars: boolean;
303
- eventName: string | null;
304
- parentId: number | null;
305
- bookingFields: import('@prisma/client/runtime/client').JsonValue;
306
- timeZone: string | null;
307
- periodType: import('../../../kysely/types.ts').PeriodType;
308
- periodStartDate: Date | null;
309
- periodEndDate: Date | null;
310
- periodDays: number | null;
311
- periodCountCalendarDays: boolean | null;
312
- lockTimeZoneToggleOnBookingPage: boolean;
313
- lockedTimeZone: string | null;
314
- requiresConfirmation: boolean;
315
- requiresConfirmationWillBlockSlot: boolean;
316
- requiresConfirmationForFreeEmail: boolean;
317
- requiresBookerEmailVerification: boolean;
318
- canSendCalVideoTranscriptionEmails: boolean;
319
- autoTranslateDescriptionEnabled: boolean;
320
- recurringEvent: import('@prisma/client/runtime/client').JsonValue;
321
- disableGuests: boolean;
322
- hideCalendarNotes: boolean;
323
- hideCalendarEventDetails: boolean;
324
- minimumBookingNotice: number;
325
- beforeEventBuffer: number;
326
- afterEventBuffer: number;
327
- seatsPerTimeSlot: number | null;
328
- onlyShowFirstAvailableSlot: boolean;
329
- showOptimizedSlots: boolean | null;
330
- disableCancelling: boolean | null;
331
- disableCancellingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
332
- disableRescheduling: boolean | null;
333
- disableReschedulingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
334
- minimumRescheduleNotice: number | null;
335
- seatsShowAttendees: boolean | null;
336
- seatsShowAvailabilityCount: boolean | null;
337
- schedulingType: import('../../../kysely/types.ts').SchedulingType | null;
338
- allowReschedulingCancelledBookings: boolean | null;
339
- slotInterval: number | null;
340
- successRedirectUrl: string | null;
341
- successRedirectUrlUpdatedAt: Date | null;
342
- bookingLimits: import('@prisma/client/runtime/client').JsonValue;
343
- durationLimits: import('@prisma/client/runtime/client').JsonValue;
344
- isInstantEvent: boolean;
345
- instantMeetingExpiryTimeOffsetInSeconds: number;
346
- instantMeetingScheduleId: number | null;
347
- instantMeetingParameters: string[];
348
- assignAllTeamMembers: boolean;
349
- assignRRMembersUsingSegment: boolean;
350
- rrSegmentQueryValue: import('@prisma/client/runtime/client').JsonValue;
351
- useEventTypeDestinationCalendarEmail: boolean;
352
- isRRWeightsEnabled: boolean;
353
- maxLeadThreshold: number | null;
354
- allowReschedulingPastBookings: boolean;
355
- hideOrganizerEmail: boolean;
356
- customReplyToEmail: string | null;
357
- eventTypeColor: import('@prisma/client/runtime/client').JsonValue;
358
- rescheduleWithSameRoundRobinHost: boolean;
359
- disableReassignment: boolean;
360
- secondaryEmailId: number | null;
361
- useBookerTimezone: boolean;
362
- restrictionScheduleId: number | null;
363
- enablePerHostLocations: boolean;
364
- hashedLink: {
365
- link: string;
366
- id: number;
367
- expiresAt: Date | null;
368
- maxUsageCount: number;
369
- usageCount: number;
370
- }[];
371
- instantMeetingSchedule: {
372
- name: string;
373
- id: number;
374
- } | null;
375
- aiPhoneCallConfig: {
376
- enabled: boolean;
377
- id: number;
378
- eventTypeId: number;
379
- templateType: string;
380
- schedulerName: string | null;
381
- generalPrompt: string | null;
382
- yourPhoneNumber: string;
383
- numberToCall: string;
384
- guestName: string | null;
385
- guestEmail: string | null;
386
- guestCompany: string | null;
387
- beginMessage: string | null;
388
- llmId: string | null;
389
- } | null;
390
- }[]>;
391
- findAllByUpIdWithMinimalData({ upId, userId }: {
392
- upId: string;
393
- userId: number;
394
- }, { orderBy, where, cursor: cursorId, limit, }?: {
395
- orderBy?: Prisma.EventTypeOrderByWithRelationInput[];
396
- where?: Prisma.EventTypeWhereInput;
397
- cursor?: number | null;
398
- limit?: number | null;
399
- }): Promise<{
400
- price: number;
401
- owner: {
402
- timeZone: string;
403
- } | null;
404
- title: string;
405
- description: string | null;
406
- hidden: boolean;
407
- length: number;
408
- currency: string;
409
- slug: string;
410
- userId: number | null;
411
- id: number;
412
- metadata: import('@prisma/client/runtime/client').JsonValue;
413
- scheduleId: number | null;
414
- interfaceLanguage: string | null;
415
- position: number;
416
- locations: import('@prisma/client/runtime/client').JsonValue;
417
- offsetStart: number;
418
- profileId: number | null;
419
- teamId: number | null;
420
- useEventLevelSelectedCalendars: boolean;
421
- eventName: string | null;
422
- parentId: number | null;
423
- bookingFields: import('@prisma/client/runtime/client').JsonValue;
424
- timeZone: string | null;
425
- periodType: import('../../../kysely/types.ts').PeriodType;
426
- periodStartDate: Date | null;
427
- periodEndDate: Date | null;
428
- periodDays: number | null;
429
- periodCountCalendarDays: boolean | null;
430
- lockTimeZoneToggleOnBookingPage: boolean;
431
- lockedTimeZone: string | null;
432
- requiresConfirmation: boolean;
433
- requiresConfirmationWillBlockSlot: boolean;
434
- requiresConfirmationForFreeEmail: boolean;
435
- requiresBookerEmailVerification: boolean;
436
- canSendCalVideoTranscriptionEmails: boolean;
437
- autoTranslateDescriptionEnabled: boolean;
438
- recurringEvent: import('@prisma/client/runtime/client').JsonValue;
439
- disableGuests: boolean;
440
- hideCalendarNotes: boolean;
441
- hideCalendarEventDetails: boolean;
442
- minimumBookingNotice: number;
443
- beforeEventBuffer: number;
444
- afterEventBuffer: number;
445
- seatsPerTimeSlot: number | null;
446
- onlyShowFirstAvailableSlot: boolean;
447
- showOptimizedSlots: boolean | null;
448
- disableCancelling: boolean | null;
449
- disableCancellingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
450
- disableRescheduling: boolean | null;
451
- disableReschedulingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
452
- minimumRescheduleNotice: number | null;
453
- seatsShowAttendees: boolean | null;
454
- seatsShowAvailabilityCount: boolean | null;
455
- schedulingType: import('../../../kysely/types.ts').SchedulingType | null;
456
- allowReschedulingCancelledBookings: boolean | null;
457
- slotInterval: number | null;
458
- successRedirectUrl: string | null;
459
- successRedirectUrlUpdatedAt: Date | null;
460
- bookingLimits: import('@prisma/client/runtime/client').JsonValue;
461
- durationLimits: import('@prisma/client/runtime/client').JsonValue;
462
- isInstantEvent: boolean;
463
- instantMeetingExpiryTimeOffsetInSeconds: number;
464
- instantMeetingScheduleId: number | null;
465
- instantMeetingParameters: string[];
466
- assignAllTeamMembers: boolean;
467
- assignRRMembersUsingSegment: boolean;
468
- rrSegmentQueryValue: import('@prisma/client/runtime/client').JsonValue;
469
- useEventTypeDestinationCalendarEmail: boolean;
470
- isRRWeightsEnabled: boolean;
471
- maxLeadThreshold: number | null;
472
- allowReschedulingPastBookings: boolean;
473
- hideOrganizerEmail: boolean;
474
- customReplyToEmail: string | null;
475
- eventTypeColor: import('@prisma/client/runtime/client').JsonValue;
476
- rescheduleWithSameRoundRobinHost: boolean;
477
- disableReassignment: boolean;
478
- secondaryEmailId: number | null;
479
- useBookerTimezone: boolean;
480
- restrictionScheduleId: number | null;
481
- enablePerHostLocations: boolean;
482
- hashedLink: {
483
- link: string;
484
- id: number;
485
- expiresAt: Date | null;
486
- maxUsageCount: number;
487
- usageCount: number;
488
- }[];
489
- instantMeetingSchedule: {
490
- name: string;
491
- id: number;
492
- } | null;
493
- aiPhoneCallConfig: {
494
- enabled: boolean;
495
- id: number;
496
- eventTypeId: number;
497
- templateType: string;
498
- schedulerName: string | null;
499
- generalPrompt: string | null;
500
- yourPhoneNumber: string;
501
- numberToCall: string;
502
- guestName: string | null;
503
- guestEmail: string | null;
504
- guestCompany: string | null;
505
- beginMessage: string | null;
506
- llmId: string | null;
507
- } | null;
508
- }[]>;
509
- findAllByUpIdForListing({ upId, userId }: {
510
- upId: string;
511
- userId: number;
512
- }, { orderBy, where, cursor: cursorId, limit, }?: {
513
- orderBy?: Prisma.EventTypeOrderByWithRelationInput[];
514
- where?: Prisma.EventTypeWhereInput;
515
- cursor?: number | null;
516
- limit?: number | null;
517
- }): Promise<{
518
- price: number;
519
- owner: {
520
- timeZone: string;
521
- } | null;
522
- title: string;
523
- description: string | null;
524
- hidden: boolean;
525
- team: {
526
- members: {
527
- user: {
528
- timeZone: string;
529
- };
530
- }[];
531
- id: number;
532
- } | null;
533
- length: number;
534
- users: {
535
- username: string | null;
536
- name: string | null;
537
- id: number;
538
- timeZone: string;
539
- avatarUrl: string | null;
540
- }[];
541
- hosts: {
542
- user: {
543
- username: string | null;
544
- name: string | null;
545
- id: number;
546
- timeZone: string;
547
- avatarUrl: string | null;
548
- };
549
- }[];
550
- currency: string;
551
- slug: string;
552
- children: {
553
- users: {
554
- username: string | null;
555
- name: string | null;
556
- id: number;
557
- timeZone: string;
558
- avatarUrl: string | null;
559
- }[];
560
- id: number;
561
- }[];
562
- userId: number | null;
563
- id: number;
564
- metadata: import('@prisma/client/runtime/client').JsonValue;
565
- position: number;
566
- teamId: number | null;
567
- parentId: number | null;
568
- lockTimeZoneToggleOnBookingPage: boolean;
569
- lockedTimeZone: string | null;
570
- requiresConfirmation: boolean;
571
- requiresBookerEmailVerification: boolean;
572
- canSendCalVideoTranscriptionEmails: boolean;
573
- recurringEvent: import('@prisma/client/runtime/client').JsonValue;
574
- seatsPerTimeSlot: number | null;
575
- schedulingType: import('../../../kysely/types.ts').SchedulingType | null;
576
- eventTypeColor: import('@prisma/client/runtime/client').JsonValue;
577
- hashedLink: {
578
- link: string;
579
- id: number;
580
- expiresAt: Date | null;
581
- maxUsageCount: number;
582
- usageCount: number;
583
- }[];
584
- }[]>;
585
- findTeamEventTypes({ teamId, parentId, userId, limit, cursor, orderBy, where, }: {
586
- teamId: number;
587
- parentId?: number | null;
588
- userId: number;
589
- limit?: number | null;
590
- cursor?: number | null;
591
- orderBy?: Prisma.EventTypeOrderByWithRelationInput[];
592
- where?: Prisma.EventTypeWhereInput;
593
- }): Promise<{
594
- price: number;
595
- owner: {
596
- timeZone: string;
597
- } | null;
598
- title: string;
599
- description: string | null;
600
- hidden: boolean;
601
- team: {
602
- members: {
603
- user: {
604
- timeZone: string;
605
- };
606
- }[];
607
- id: number;
608
- } | null;
609
- length: number;
610
- users: {
611
- username: string | null;
612
- name: string | null;
613
- id: number;
614
- timeZone: string;
615
- avatarUrl: string | null;
616
- }[];
617
- hosts: {
618
- user: {
619
- username: string | null;
620
- name: string | null;
621
- id: number;
622
- timeZone: string;
623
- avatarUrl: string | null;
624
- };
625
- }[];
626
- currency: string;
627
- slug: string;
628
- children: {
629
- users: {
630
- username: string | null;
631
- name: string | null;
632
- id: number;
633
- timeZone: string;
634
- avatarUrl: string | null;
635
- }[];
636
- id: number;
637
- }[];
638
- userId: number | null;
639
- id: number;
640
- metadata: import('@prisma/client/runtime/client').JsonValue;
641
- position: number;
642
- teamId: number | null;
643
- parentId: number | null;
644
- lockTimeZoneToggleOnBookingPage: boolean;
645
- lockedTimeZone: string | null;
646
- requiresConfirmation: boolean;
647
- requiresBookerEmailVerification: boolean;
648
- canSendCalVideoTranscriptionEmails: boolean;
649
- recurringEvent: import('@prisma/client/runtime/client').JsonValue;
650
- seatsPerTimeSlot: number | null;
651
- schedulingType: import('../../../kysely/types.ts').SchedulingType | null;
652
- eventTypeColor: import('@prisma/client/runtime/client').JsonValue;
653
- hashedLink: {
654
- link: string;
655
- id: number;
656
- expiresAt: Date | null;
657
- maxUsageCount: number;
658
- usageCount: number;
659
- }[];
660
- }[]>;
661
- findHostedEventTypeIdsByUserId({ userId, eventTypeIds, }: {
662
- userId: number;
663
- eventTypeIds: number[];
664
- }): Promise<Set<number>>;
665
- findAllByUserId({ userId }: {
666
- userId: number;
667
- }): Promise<{
668
- price: number;
669
- title: string;
670
- description: string | null;
671
- hidden: boolean;
672
- length: number;
673
- currency: string;
674
- slug: string;
675
- userId: number | null;
676
- id: number;
677
- metadata: import('@prisma/client/runtime/client').JsonValue | null;
678
- scheduleId: number | null;
679
- createdAt: Date | null;
680
- updatedAt: Date | null;
681
- interfaceLanguage: string | null;
682
- position: number;
683
- locations: import('@prisma/client/runtime/client').JsonValue | null;
684
- offsetStart: number;
685
- profileId: number | null;
686
- teamId: number | null;
687
- useEventLevelSelectedCalendars: boolean;
688
- eventName: string | null;
689
- parentId: number | null;
690
- bookingFields: import('@prisma/client/runtime/client').JsonValue | null;
691
- timeZone: string | null;
692
- periodType: import('../../../kysely/types.ts').PeriodType;
693
- periodStartDate: Date | null;
694
- periodEndDate: Date | null;
695
- periodDays: number | null;
696
- periodCountCalendarDays: boolean | null;
697
- lockTimeZoneToggleOnBookingPage: boolean;
698
- lockedTimeZone: string | null;
699
- requiresConfirmation: boolean;
700
- requiresConfirmationWillBlockSlot: boolean;
701
- requiresConfirmationForFreeEmail: boolean;
702
- requiresBookerEmailVerification: boolean;
703
- canSendCalVideoTranscriptionEmails: boolean;
704
- autoTranslateDescriptionEnabled: boolean;
705
- autoTranslateInstantMeetingTitleEnabled: boolean;
706
- recurringEvent: import('@prisma/client/runtime/client').JsonValue | null;
707
- disableGuests: boolean;
708
- hideCalendarNotes: boolean;
709
- hideCalendarEventDetails: boolean;
710
- minimumBookingNotice: number;
711
- beforeEventBuffer: number;
712
- afterEventBuffer: number;
713
- seatsPerTimeSlot: number | null;
714
- onlyShowFirstAvailableSlot: boolean;
715
- showOptimizedSlots: boolean | null;
716
- disableCancelling: boolean | null;
717
- disableCancellingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
718
- disableRescheduling: boolean | null;
719
- disableReschedulingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
720
- minimumRescheduleNotice: number | null;
721
- seatsShowAttendees: boolean | null;
722
- seatsShowAvailabilityCount: boolean | null;
723
- schedulingType: import('../../../kysely/types.ts').SchedulingType | null;
724
- allowReschedulingCancelledBookings: boolean | null;
725
- slotInterval: number | null;
726
- successRedirectUrl: string | null;
727
- successRedirectUrlUpdatedAt: Date | null;
728
- forwardParamsSuccessRedirect: boolean | null;
729
- redirectUrlOnNoRoutingFormResponse: string | null;
730
- bookingLimits: import('@prisma/client/runtime/client').JsonValue | null;
731
- durationLimits: import('@prisma/client/runtime/client').JsonValue | null;
732
- isInstantEvent: boolean;
733
- instantMeetingExpiryTimeOffsetInSeconds: number;
734
- instantMeetingScheduleId: number | null;
735
- instantMeetingParameters: string[];
736
- assignAllTeamMembers: boolean;
737
- assignRRMembersUsingSegment: boolean;
738
- rrSegmentQueryValue: import('@prisma/client/runtime/client').JsonValue | null;
739
- useEventTypeDestinationCalendarEmail: boolean;
740
- isRRWeightsEnabled: boolean;
741
- maxLeadThreshold: number | null;
742
- includeNoShowInRRCalculation: boolean;
743
- allowReschedulingPastBookings: boolean;
744
- hideOrganizerEmail: boolean;
745
- maxActiveBookingsPerBooker: number | null;
746
- maxActiveBookingPerBookerOfferReschedule: boolean;
747
- customReplyToEmail: string | null;
748
- eventTypeColor: import('@prisma/client/runtime/client').JsonValue | null;
749
- rescheduleWithSameRoundRobinHost: boolean;
750
- disableReassignment: boolean;
751
- secondaryEmailId: number | null;
752
- useBookerTimezone: boolean;
753
- restrictionScheduleId: number | null;
754
- bookingRequiresAuthentication: boolean;
755
- rrHostSubsetEnabled: boolean;
756
- requiresCancellationReason: import('../../../kysely/types.ts').CancellationReasonRequirement | null;
757
- enablePerHostLocations: boolean;
758
- shouldMergePhoneSystemFields: boolean | null;
759
- uuid: string | null;
760
- }[]>;
761
- findTitleById({ id }: {
762
- id: number;
763
- }): Promise<{
764
- title: string;
765
- } | null>;
766
- findByIdWithUserAccess({ id, userId }: {
767
- id: number;
768
- userId: number;
769
- }): Promise<{
770
- price: number;
771
- title: string;
772
- description: string | null;
773
- hidden: boolean;
774
- length: number;
775
- currency: string;
776
- slug: string;
777
- userId: number | null;
778
- id: number;
779
- metadata: import('@prisma/client/runtime/client').JsonValue | null;
780
- scheduleId: number | null;
781
- createdAt: Date | null;
782
- updatedAt: Date | null;
783
- interfaceLanguage: string | null;
784
- position: number;
785
- locations: import('@prisma/client/runtime/client').JsonValue | null;
786
- offsetStart: number;
787
- profileId: number | null;
788
- teamId: number | null;
789
- useEventLevelSelectedCalendars: boolean;
790
- eventName: string | null;
791
- parentId: number | null;
792
- bookingFields: import('@prisma/client/runtime/client').JsonValue | null;
793
- timeZone: string | null;
794
- periodType: import('../../../kysely/types.ts').PeriodType;
795
- periodStartDate: Date | null;
796
- periodEndDate: Date | null;
797
- periodDays: number | null;
798
- periodCountCalendarDays: boolean | null;
799
- lockTimeZoneToggleOnBookingPage: boolean;
800
- lockedTimeZone: string | null;
801
- requiresConfirmation: boolean;
802
- requiresConfirmationWillBlockSlot: boolean;
803
- requiresConfirmationForFreeEmail: boolean;
804
- requiresBookerEmailVerification: boolean;
805
- canSendCalVideoTranscriptionEmails: boolean;
806
- autoTranslateDescriptionEnabled: boolean;
807
- autoTranslateInstantMeetingTitleEnabled: boolean;
808
- recurringEvent: import('@prisma/client/runtime/client').JsonValue | null;
809
- disableGuests: boolean;
810
- hideCalendarNotes: boolean;
811
- hideCalendarEventDetails: boolean;
812
- minimumBookingNotice: number;
813
- beforeEventBuffer: number;
814
- afterEventBuffer: number;
815
- seatsPerTimeSlot: number | null;
816
- onlyShowFirstAvailableSlot: boolean;
817
- showOptimizedSlots: boolean | null;
818
- disableCancelling: boolean | null;
819
- disableCancellingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
820
- disableRescheduling: boolean | null;
821
- disableReschedulingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
822
- minimumRescheduleNotice: number | null;
823
- seatsShowAttendees: boolean | null;
824
- seatsShowAvailabilityCount: boolean | null;
825
- schedulingType: import('../../../kysely/types.ts').SchedulingType | null;
826
- allowReschedulingCancelledBookings: boolean | null;
827
- slotInterval: number | null;
828
- successRedirectUrl: string | null;
829
- successRedirectUrlUpdatedAt: Date | null;
830
- forwardParamsSuccessRedirect: boolean | null;
831
- redirectUrlOnNoRoutingFormResponse: string | null;
832
- bookingLimits: import('@prisma/client/runtime/client').JsonValue | null;
833
- durationLimits: import('@prisma/client/runtime/client').JsonValue | null;
834
- isInstantEvent: boolean;
835
- instantMeetingExpiryTimeOffsetInSeconds: number;
836
- instantMeetingScheduleId: number | null;
837
- instantMeetingParameters: string[];
838
- assignAllTeamMembers: boolean;
839
- assignRRMembersUsingSegment: boolean;
840
- rrSegmentQueryValue: import('@prisma/client/runtime/client').JsonValue | null;
841
- useEventTypeDestinationCalendarEmail: boolean;
842
- isRRWeightsEnabled: boolean;
843
- maxLeadThreshold: number | null;
844
- includeNoShowInRRCalculation: boolean;
845
- allowReschedulingPastBookings: boolean;
846
- hideOrganizerEmail: boolean;
847
- maxActiveBookingsPerBooker: number | null;
848
- maxActiveBookingPerBookerOfferReschedule: boolean;
849
- customReplyToEmail: string | null;
850
- eventTypeColor: import('@prisma/client/runtime/client').JsonValue | null;
851
- rescheduleWithSameRoundRobinHost: boolean;
852
- disableReassignment: boolean;
853
- secondaryEmailId: number | null;
854
- useBookerTimezone: boolean;
855
- restrictionScheduleId: number | null;
856
- bookingRequiresAuthentication: boolean;
857
- rrHostSubsetEnabled: boolean;
858
- requiresCancellationReason: import('../../../kysely/types.ts').CancellationReasonRequirement | null;
859
- enablePerHostLocations: boolean;
860
- shouldMergePhoneSystemFields: boolean | null;
861
- uuid: string | null;
862
- } | null>;
863
- findById({ id, userId }: {
864
- id: number;
865
- userId: number;
866
- }): Promise<{
867
- schedule: {
868
- name: string;
869
- id: number;
870
- } | null;
871
- price: number;
872
- webhooks: {
873
- active: boolean;
874
- secret: string | null;
875
- id: string;
876
- eventTypeId: number | null;
877
- subscriberUrl: string;
878
- payloadTemplate: string | null;
879
- eventTriggers: import('../../../kysely/types.ts').WebhookTriggerEvents[];
880
- }[];
881
- owner: {
882
- id: number;
883
- timeZone: string;
884
- } | null;
885
- title: string;
886
- description: string | null;
887
- hidden: boolean;
888
- team: {
889
- members: {
890
- role: import('../../../kysely/types.ts').MembershipRole;
891
- user: {
892
- username: string | null;
893
- email: string;
894
- name: string | null;
895
- id: number;
896
- locale: string | null;
897
- timeZone: string;
898
- avatarUrl: string | null;
899
- defaultScheduleId: number | null;
900
- isPlatformManaged: boolean;
901
- eventTypes: {
902
- slug: string;
903
- }[];
904
- };
905
- accepted: boolean;
906
- }[];
907
- name: string;
908
- slug: string | null;
909
- id: number;
910
- parentId: number | null;
911
- bookingLimits: import('@prisma/client/runtime/client').JsonValue;
912
- rrTimestampBasis: import('../../../kysely/types.ts').RRTimestampBasis;
913
- includeManagedEventsInLimits: boolean;
914
- parent: {
915
- slug: string | null;
916
- organizationSettings: {
917
- lockEventTypeCreationForUsers: boolean;
918
- } | null;
919
- } | null;
920
- } | null;
921
- length: number;
922
- workflows: ({
923
- workflow: {
924
- name: string;
925
- team: {
926
- name: string;
927
- slug: string | null;
928
- id: number;
929
- parentId: number | null;
930
- isOrganization: boolean;
931
- } | null;
932
- trigger: import('../../../kysely/types.ts').WorkflowTriggerEvents;
933
- time: number | null;
934
- userId: number | null;
935
- id: number;
936
- teamId: number | null;
937
- timeUnit: import('../../../kysely/types.ts').TimeUnit | null;
938
- steps: {
939
- action: import('../../../kysely/types.ts').WorkflowActions;
940
- id: number;
941
- template: import('../../../kysely/types.ts').WorkflowTemplates;
942
- stepNumber: number;
943
- workflowId: number;
944
- sendTo: string | null;
945
- reminderBody: string | null;
946
- emailSubject: string | null;
947
- numberRequired: boolean | null;
948
- sender: string | null;
949
- numberVerificationPending: boolean;
950
- includeCalendarEvent: boolean;
951
- verifiedAt: Date | null;
952
- agentId: string | null;
953
- inboundAgentId: string | null;
954
- autoTranslateEnabled: boolean;
955
- sourceLocale: string | null;
956
- }[];
957
- activeOn: {
958
- eventType: {
959
- title: string;
960
- id: number;
961
- parentId: number | null;
962
- };
963
- }[];
964
- };
965
- } & {
966
- id: number;
967
- eventTypeId: number;
968
- workflowId: number;
969
- })[];
970
- users: {
971
- username: string | null;
972
- email: string;
973
- name: string | null;
974
- id: number;
975
- locale: string | null;
976
- timeZone: string;
977
- avatarUrl: string | null;
978
- defaultScheduleId: number | null;
979
- isPlatformManaged: boolean;
980
- }[];
981
- hosts: {
982
- location: {
983
- address: string | null;
984
- type: string;
985
- link: string | null;
986
- id: string;
987
- credentialId: number | null;
988
- phoneNumber: string | null;
989
- } | null;
990
- user: {
991
- name: string | null;
992
- timeZone: string;
993
- avatarUrl: string | null;
994
- };
995
- weight: number | null;
996
- userId: number;
997
- priority: number | null;
998
- isFixed: boolean;
999
- scheduleId: number | null;
1000
- groupId: string | null;
1001
- }[];
1002
- currency: string;
1003
- slug: string;
1004
- children: {
1005
- owner: {
1006
- username: string | null;
1007
- email: string;
1008
- name: string | null;
1009
- id: number;
1010
- avatarUrl: string | null;
1011
- } | null;
1012
- hidden: boolean;
1013
- slug: string;
1014
- id: number;
1015
- }[];
1016
- userId: number | null;
1017
- id: number;
1018
- metadata: import('@prisma/client/runtime/client').JsonValue;
1019
- interfaceLanguage: string | null;
1020
- locations: import('@prisma/client/runtime/client').JsonValue;
1021
- offsetStart: number;
1022
- teamId: number | null;
1023
- useEventLevelSelectedCalendars: boolean;
1024
- eventName: string | null;
1025
- bookingFields: import('@prisma/client/runtime/client').JsonValue;
1026
- timeZone: string | null;
1027
- periodType: import('../../../kysely/types.ts').PeriodType;
1028
- periodStartDate: Date | null;
1029
- periodEndDate: Date | null;
1030
- periodDays: number | null;
1031
- periodCountCalendarDays: boolean | null;
1032
- lockTimeZoneToggleOnBookingPage: boolean;
1033
- lockedTimeZone: string | null;
1034
- requiresConfirmation: boolean;
1035
- requiresConfirmationWillBlockSlot: boolean;
1036
- requiresConfirmationForFreeEmail: boolean;
1037
- requiresBookerEmailVerification: boolean;
1038
- canSendCalVideoTranscriptionEmails: boolean;
1039
- autoTranslateDescriptionEnabled: boolean;
1040
- autoTranslateInstantMeetingTitleEnabled: boolean;
1041
- recurringEvent: import('@prisma/client/runtime/client').JsonValue;
1042
- disableGuests: boolean;
1043
- hideCalendarNotes: boolean;
1044
- hideCalendarEventDetails: boolean;
1045
- minimumBookingNotice: number;
1046
- beforeEventBuffer: number;
1047
- afterEventBuffer: number;
1048
- seatsPerTimeSlot: number | null;
1049
- onlyShowFirstAvailableSlot: boolean;
1050
- showOptimizedSlots: boolean | null;
1051
- disableCancelling: boolean | null;
1052
- disableCancellingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
1053
- disableRescheduling: boolean | null;
1054
- disableReschedulingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
1055
- minimumRescheduleNotice: number | null;
1056
- seatsShowAttendees: boolean | null;
1057
- seatsShowAvailabilityCount: boolean | null;
1058
- schedulingType: import('../../../kysely/types.ts').SchedulingType | null;
1059
- allowReschedulingCancelledBookings: boolean | null;
1060
- slotInterval: number | null;
1061
- successRedirectUrl: string | null;
1062
- successRedirectUrlUpdatedAt: Date | null;
1063
- forwardParamsSuccessRedirect: boolean | null;
1064
- redirectUrlOnNoRoutingFormResponse: string | null;
1065
- bookingLimits: import('@prisma/client/runtime/client').JsonValue;
1066
- durationLimits: import('@prisma/client/runtime/client').JsonValue;
1067
- isInstantEvent: boolean;
1068
- instantMeetingExpiryTimeOffsetInSeconds: number;
1069
- instantMeetingParameters: string[];
1070
- assignAllTeamMembers: boolean;
1071
- assignRRMembersUsingSegment: boolean;
1072
- rrSegmentQueryValue: import('@prisma/client/runtime/client').JsonValue;
1073
- useEventTypeDestinationCalendarEmail: boolean;
1074
- isRRWeightsEnabled: boolean;
1075
- maxLeadThreshold: number | null;
1076
- includeNoShowInRRCalculation: boolean;
1077
- allowReschedulingPastBookings: boolean;
1078
- hideOrganizerEmail: boolean;
1079
- maxActiveBookingsPerBooker: number | null;
1080
- maxActiveBookingPerBookerOfferReschedule: boolean;
1081
- customReplyToEmail: string | null;
1082
- eventTypeColor: import('@prisma/client/runtime/client').JsonValue;
1083
- rescheduleWithSameRoundRobinHost: boolean;
1084
- disableReassignment: boolean;
1085
- secondaryEmailId: number | null;
1086
- useBookerTimezone: boolean;
1087
- restrictionScheduleId: number | null;
1088
- requiresCancellationReason: import('../../../kysely/types.ts').CancellationReasonRequirement | null;
1089
- enablePerHostLocations: boolean;
1090
- shouldMergePhoneSystemFields: boolean | null;
1091
- customInputs: {
1092
- required: boolean;
1093
- label: string;
1094
- placeholder: string;
1095
- type: import('../../../kysely/types.ts').EventTypeCustomInputType;
1096
- options: import('@prisma/client/runtime/client').JsonValue | null;
1097
- id: number;
1098
- eventTypeId: number;
1099
- }[];
1100
- calVideoSettings: {
1101
- disableRecordingForOrganizer: boolean;
1102
- disableRecordingForGuests: boolean;
1103
- enableAutomaticTranscription: boolean;
1104
- enableAutomaticRecordingForOrganizer: boolean;
1105
- redirectUrlOnExit: string | null;
1106
- disableTranscriptionForGuests: boolean;
1107
- disableTranscriptionForOrganizer: boolean;
1108
- requireEmailForGuests: boolean;
1109
- } | null;
1110
- destinationCalendar: {
1111
- userId: number | null;
1112
- id: number;
1113
- eventTypeId: number | null;
1114
- createdAt: Date | null;
1115
- updatedAt: Date | null;
1116
- credentialId: number | null;
1117
- delegationCredentialId: string | null;
1118
- integration: string;
1119
- externalId: string;
1120
- primaryEmail: string | null;
1121
- domainWideDelegationCredentialId: string | null;
1122
- customCalendarReminder: number | null;
1123
- } | null;
1124
- hashedLink: {
1125
- link: string;
1126
- id: number;
1127
- expiresAt: Date | null;
1128
- maxUsageCount: number;
1129
- usageCount: number;
1130
- }[];
1131
- parent: {
1132
- team: {
1133
- id: number;
1134
- bookingLimits: import('@prisma/client/runtime/client').JsonValue;
1135
- includeManagedEventsInLimits: boolean;
1136
- } | null;
1137
- id: number;
1138
- teamId: number | null;
1139
- } | null;
1140
- instantMeetingSchedule: {
1141
- name: string;
1142
- id: number;
1143
- } | null;
1144
- aiPhoneCallConfig: {
1145
- enabled: boolean;
1146
- id: number;
1147
- eventTypeId: number;
1148
- templateType: string;
1149
- schedulerName: string | null;
1150
- generalPrompt: string | null;
1151
- yourPhoneNumber: string;
1152
- numberToCall: string;
1153
- guestName: string | null;
1154
- guestEmail: string | null;
1155
- guestCompany: string | null;
1156
- beginMessage: string | null;
1157
- llmId: string | null;
1158
- } | null;
1159
- fieldTranslations: {
1160
- field: import('../../../kysely/types.ts').EventTypeAutoTranslatedField;
1161
- targetLocale: string;
1162
- translatedText: string;
1163
- }[];
1164
- restrictionSchedule: {
1165
- name: string;
1166
- id: number;
1167
- } | null;
1168
- hostGroups: {
1169
- name: string;
1170
- id: string;
1171
- }[];
1172
- } | null>;
1173
- findByIdForOrgAdmin({ id, organizationId }: {
1174
- id: number;
1175
- organizationId: number;
1176
- }): Promise<{
1177
- schedule: {
1178
- name: string;
1179
- id: number;
1180
- } | null;
1181
- price: number;
1182
- webhooks: {
1183
- active: boolean;
1184
- secret: string | null;
1185
- id: string;
1186
- eventTypeId: number | null;
1187
- subscriberUrl: string;
1188
- payloadTemplate: string | null;
1189
- eventTriggers: import('../../../kysely/types.ts').WebhookTriggerEvents[];
1190
- }[];
1191
- owner: {
1192
- id: number;
1193
- timeZone: string;
1194
- } | null;
1195
- title: string;
1196
- description: string | null;
1197
- hidden: boolean;
1198
- team: {
1199
- members: {
1200
- role: import('../../../kysely/types.ts').MembershipRole;
1201
- user: {
1202
- username: string | null;
1203
- email: string;
1204
- name: string | null;
1205
- id: number;
1206
- locale: string | null;
1207
- timeZone: string;
1208
- avatarUrl: string | null;
1209
- defaultScheduleId: number | null;
1210
- isPlatformManaged: boolean;
1211
- eventTypes: {
1212
- slug: string;
1213
- }[];
1214
- };
1215
- accepted: boolean;
1216
- }[];
1217
- name: string;
1218
- slug: string | null;
1219
- id: number;
1220
- parentId: number | null;
1221
- bookingLimits: import('@prisma/client/runtime/client').JsonValue;
1222
- rrTimestampBasis: import('../../../kysely/types.ts').RRTimestampBasis;
1223
- includeManagedEventsInLimits: boolean;
1224
- parent: {
1225
- slug: string | null;
1226
- organizationSettings: {
1227
- lockEventTypeCreationForUsers: boolean;
1228
- } | null;
1229
- } | null;
1230
- } | null;
1231
- length: number;
1232
- workflows: ({
1233
- workflow: {
1234
- name: string;
1235
- team: {
1236
- name: string;
1237
- slug: string | null;
1238
- id: number;
1239
- parentId: number | null;
1240
- isOrganization: boolean;
1241
- } | null;
1242
- trigger: import('../../../kysely/types.ts').WorkflowTriggerEvents;
1243
- time: number | null;
1244
- userId: number | null;
1245
- id: number;
1246
- teamId: number | null;
1247
- timeUnit: import('../../../kysely/types.ts').TimeUnit | null;
1248
- steps: {
1249
- action: import('../../../kysely/types.ts').WorkflowActions;
1250
- id: number;
1251
- template: import('../../../kysely/types.ts').WorkflowTemplates;
1252
- stepNumber: number;
1253
- workflowId: number;
1254
- sendTo: string | null;
1255
- reminderBody: string | null;
1256
- emailSubject: string | null;
1257
- numberRequired: boolean | null;
1258
- sender: string | null;
1259
- numberVerificationPending: boolean;
1260
- includeCalendarEvent: boolean;
1261
- verifiedAt: Date | null;
1262
- agentId: string | null;
1263
- inboundAgentId: string | null;
1264
- autoTranslateEnabled: boolean;
1265
- sourceLocale: string | null;
1266
- }[];
1267
- activeOn: {
1268
- eventType: {
1269
- title: string;
1270
- id: number;
1271
- parentId: number | null;
1272
- };
1273
- }[];
1274
- };
1275
- } & {
1276
- id: number;
1277
- eventTypeId: number;
1278
- workflowId: number;
1279
- })[];
1280
- users: {
1281
- username: string | null;
1282
- email: string;
1283
- name: string | null;
1284
- id: number;
1285
- locale: string | null;
1286
- timeZone: string;
1287
- avatarUrl: string | null;
1288
- defaultScheduleId: number | null;
1289
- isPlatformManaged: boolean;
1290
- }[];
1291
- hosts: {
1292
- location: {
1293
- address: string | null;
1294
- type: string;
1295
- link: string | null;
1296
- id: string;
1297
- credentialId: number | null;
1298
- phoneNumber: string | null;
1299
- } | null;
1300
- user: {
1301
- name: string | null;
1302
- timeZone: string;
1303
- avatarUrl: string | null;
1304
- };
1305
- weight: number | null;
1306
- userId: number;
1307
- priority: number | null;
1308
- isFixed: boolean;
1309
- scheduleId: number | null;
1310
- groupId: string | null;
1311
- }[];
1312
- currency: string;
1313
- slug: string;
1314
- children: {
1315
- owner: {
1316
- username: string | null;
1317
- email: string;
1318
- name: string | null;
1319
- id: number;
1320
- avatarUrl: string | null;
1321
- } | null;
1322
- hidden: boolean;
1323
- slug: string;
1324
- id: number;
1325
- }[];
1326
- userId: number | null;
1327
- id: number;
1328
- metadata: import('@prisma/client/runtime/client').JsonValue;
1329
- interfaceLanguage: string | null;
1330
- locations: import('@prisma/client/runtime/client').JsonValue;
1331
- offsetStart: number;
1332
- teamId: number | null;
1333
- useEventLevelSelectedCalendars: boolean;
1334
- eventName: string | null;
1335
- bookingFields: import('@prisma/client/runtime/client').JsonValue;
1336
- timeZone: string | null;
1337
- periodType: import('../../../kysely/types.ts').PeriodType;
1338
- periodStartDate: Date | null;
1339
- periodEndDate: Date | null;
1340
- periodDays: number | null;
1341
- periodCountCalendarDays: boolean | null;
1342
- lockTimeZoneToggleOnBookingPage: boolean;
1343
- lockedTimeZone: string | null;
1344
- requiresConfirmation: boolean;
1345
- requiresConfirmationWillBlockSlot: boolean;
1346
- requiresConfirmationForFreeEmail: boolean;
1347
- requiresBookerEmailVerification: boolean;
1348
- canSendCalVideoTranscriptionEmails: boolean;
1349
- autoTranslateDescriptionEnabled: boolean;
1350
- autoTranslateInstantMeetingTitleEnabled: boolean;
1351
- recurringEvent: import('@prisma/client/runtime/client').JsonValue;
1352
- disableGuests: boolean;
1353
- hideCalendarNotes: boolean;
1354
- hideCalendarEventDetails: boolean;
1355
- minimumBookingNotice: number;
1356
- beforeEventBuffer: number;
1357
- afterEventBuffer: number;
1358
- seatsPerTimeSlot: number | null;
1359
- onlyShowFirstAvailableSlot: boolean;
1360
- showOptimizedSlots: boolean | null;
1361
- disableCancelling: boolean | null;
1362
- disableCancellingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
1363
- disableRescheduling: boolean | null;
1364
- disableReschedulingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
1365
- minimumRescheduleNotice: number | null;
1366
- seatsShowAttendees: boolean | null;
1367
- seatsShowAvailabilityCount: boolean | null;
1368
- schedulingType: import('../../../kysely/types.ts').SchedulingType | null;
1369
- allowReschedulingCancelledBookings: boolean | null;
1370
- slotInterval: number | null;
1371
- successRedirectUrl: string | null;
1372
- successRedirectUrlUpdatedAt: Date | null;
1373
- forwardParamsSuccessRedirect: boolean | null;
1374
- redirectUrlOnNoRoutingFormResponse: string | null;
1375
- bookingLimits: import('@prisma/client/runtime/client').JsonValue;
1376
- durationLimits: import('@prisma/client/runtime/client').JsonValue;
1377
- isInstantEvent: boolean;
1378
- instantMeetingExpiryTimeOffsetInSeconds: number;
1379
- instantMeetingParameters: string[];
1380
- assignAllTeamMembers: boolean;
1381
- assignRRMembersUsingSegment: boolean;
1382
- rrSegmentQueryValue: import('@prisma/client/runtime/client').JsonValue;
1383
- useEventTypeDestinationCalendarEmail: boolean;
1384
- isRRWeightsEnabled: boolean;
1385
- maxLeadThreshold: number | null;
1386
- includeNoShowInRRCalculation: boolean;
1387
- allowReschedulingPastBookings: boolean;
1388
- hideOrganizerEmail: boolean;
1389
- maxActiveBookingsPerBooker: number | null;
1390
- maxActiveBookingPerBookerOfferReschedule: boolean;
1391
- customReplyToEmail: string | null;
1392
- eventTypeColor: import('@prisma/client/runtime/client').JsonValue;
1393
- rescheduleWithSameRoundRobinHost: boolean;
1394
- disableReassignment: boolean;
1395
- secondaryEmailId: number | null;
1396
- useBookerTimezone: boolean;
1397
- restrictionScheduleId: number | null;
1398
- requiresCancellationReason: import('../../../kysely/types.ts').CancellationReasonRequirement | null;
1399
- enablePerHostLocations: boolean;
1400
- shouldMergePhoneSystemFields: boolean | null;
1401
- customInputs: {
1402
- required: boolean;
1403
- label: string;
1404
- placeholder: string;
1405
- type: import('../../../kysely/types.ts').EventTypeCustomInputType;
1406
- options: import('@prisma/client/runtime/client').JsonValue | null;
1407
- id: number;
1408
- eventTypeId: number;
1409
- }[];
1410
- calVideoSettings: {
1411
- disableRecordingForOrganizer: boolean;
1412
- disableRecordingForGuests: boolean;
1413
- enableAutomaticTranscription: boolean;
1414
- enableAutomaticRecordingForOrganizer: boolean;
1415
- redirectUrlOnExit: string | null;
1416
- disableTranscriptionForGuests: boolean;
1417
- disableTranscriptionForOrganizer: boolean;
1418
- requireEmailForGuests: boolean;
1419
- } | null;
1420
- destinationCalendar: {
1421
- userId: number | null;
1422
- id: number;
1423
- eventTypeId: number | null;
1424
- createdAt: Date | null;
1425
- updatedAt: Date | null;
1426
- credentialId: number | null;
1427
- delegationCredentialId: string | null;
1428
- integration: string;
1429
- externalId: string;
1430
- primaryEmail: string | null;
1431
- domainWideDelegationCredentialId: string | null;
1432
- customCalendarReminder: number | null;
1433
- } | null;
1434
- hashedLink: {
1435
- link: string;
1436
- id: number;
1437
- expiresAt: Date | null;
1438
- maxUsageCount: number;
1439
- usageCount: number;
1440
- }[];
1441
- parent: {
1442
- team: {
1443
- id: number;
1444
- bookingLimits: import('@prisma/client/runtime/client').JsonValue;
1445
- includeManagedEventsInLimits: boolean;
1446
- } | null;
1447
- id: number;
1448
- teamId: number | null;
1449
- } | null;
1450
- instantMeetingSchedule: {
1451
- name: string;
1452
- id: number;
1453
- } | null;
1454
- aiPhoneCallConfig: {
1455
- enabled: boolean;
1456
- id: number;
1457
- eventTypeId: number;
1458
- templateType: string;
1459
- schedulerName: string | null;
1460
- generalPrompt: string | null;
1461
- yourPhoneNumber: string;
1462
- numberToCall: string;
1463
- guestName: string | null;
1464
- guestEmail: string | null;
1465
- guestCompany: string | null;
1466
- beginMessage: string | null;
1467
- llmId: string | null;
1468
- } | null;
1469
- fieldTranslations: {
1470
- field: import('../../../kysely/types.ts').EventTypeAutoTranslatedField;
1471
- targetLocale: string;
1472
- translatedText: string;
1473
- }[];
1474
- restrictionSchedule: {
1475
- name: string;
1476
- id: number;
1477
- } | null;
1478
- hostGroups: {
1479
- name: string;
1480
- id: string;
1481
- }[];
1482
- } | null>;
1483
- findByIdMinimal({ id }: {
1484
- id: number;
1485
- }): Promise<{
1486
- price: number;
1487
- title: string;
1488
- description: string | null;
1489
- hidden: boolean;
1490
- length: number;
1491
- currency: string;
1492
- slug: string;
1493
- userId: number | null;
1494
- id: number;
1495
- metadata: import('@prisma/client/runtime/client').JsonValue | null;
1496
- scheduleId: number | null;
1497
- createdAt: Date | null;
1498
- updatedAt: Date | null;
1499
- interfaceLanguage: string | null;
1500
- position: number;
1501
- locations: import('@prisma/client/runtime/client').JsonValue | null;
1502
- offsetStart: number;
1503
- profileId: number | null;
1504
- teamId: number | null;
1505
- useEventLevelSelectedCalendars: boolean;
1506
- eventName: string | null;
1507
- parentId: number | null;
1508
- bookingFields: import('@prisma/client/runtime/client').JsonValue | null;
1509
- timeZone: string | null;
1510
- periodType: import('../../../kysely/types.ts').PeriodType;
1511
- periodStartDate: Date | null;
1512
- periodEndDate: Date | null;
1513
- periodDays: number | null;
1514
- periodCountCalendarDays: boolean | null;
1515
- lockTimeZoneToggleOnBookingPage: boolean;
1516
- lockedTimeZone: string | null;
1517
- requiresConfirmation: boolean;
1518
- requiresConfirmationWillBlockSlot: boolean;
1519
- requiresConfirmationForFreeEmail: boolean;
1520
- requiresBookerEmailVerification: boolean;
1521
- canSendCalVideoTranscriptionEmails: boolean;
1522
- autoTranslateDescriptionEnabled: boolean;
1523
- autoTranslateInstantMeetingTitleEnabled: boolean;
1524
- recurringEvent: import('@prisma/client/runtime/client').JsonValue | null;
1525
- disableGuests: boolean;
1526
- hideCalendarNotes: boolean;
1527
- hideCalendarEventDetails: boolean;
1528
- minimumBookingNotice: number;
1529
- beforeEventBuffer: number;
1530
- afterEventBuffer: number;
1531
- seatsPerTimeSlot: number | null;
1532
- onlyShowFirstAvailableSlot: boolean;
1533
- showOptimizedSlots: boolean | null;
1534
- disableCancelling: boolean | null;
1535
- disableCancellingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
1536
- disableRescheduling: boolean | null;
1537
- disableReschedulingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
1538
- minimumRescheduleNotice: number | null;
1539
- seatsShowAttendees: boolean | null;
1540
- seatsShowAvailabilityCount: boolean | null;
1541
- schedulingType: import('../../../kysely/types.ts').SchedulingType | null;
1542
- allowReschedulingCancelledBookings: boolean | null;
1543
- slotInterval: number | null;
1544
- successRedirectUrl: string | null;
1545
- successRedirectUrlUpdatedAt: Date | null;
1546
- forwardParamsSuccessRedirect: boolean | null;
1547
- redirectUrlOnNoRoutingFormResponse: string | null;
1548
- bookingLimits: import('@prisma/client/runtime/client').JsonValue | null;
1549
- durationLimits: import('@prisma/client/runtime/client').JsonValue | null;
1550
- isInstantEvent: boolean;
1551
- instantMeetingExpiryTimeOffsetInSeconds: number;
1552
- instantMeetingScheduleId: number | null;
1553
- instantMeetingParameters: string[];
1554
- assignAllTeamMembers: boolean;
1555
- assignRRMembersUsingSegment: boolean;
1556
- rrSegmentQueryValue: import('@prisma/client/runtime/client').JsonValue | null;
1557
- useEventTypeDestinationCalendarEmail: boolean;
1558
- isRRWeightsEnabled: boolean;
1559
- maxLeadThreshold: number | null;
1560
- includeNoShowInRRCalculation: boolean;
1561
- allowReschedulingPastBookings: boolean;
1562
- hideOrganizerEmail: boolean;
1563
- maxActiveBookingsPerBooker: number | null;
1564
- maxActiveBookingPerBookerOfferReschedule: boolean;
1565
- customReplyToEmail: string | null;
1566
- eventTypeColor: import('@prisma/client/runtime/client').JsonValue | null;
1567
- rescheduleWithSameRoundRobinHost: boolean;
1568
- disableReassignment: boolean;
1569
- secondaryEmailId: number | null;
1570
- useBookerTimezone: boolean;
1571
- restrictionScheduleId: number | null;
1572
- bookingRequiresAuthentication: boolean;
1573
- rrHostSubsetEnabled: boolean;
1574
- requiresCancellationReason: import('../../../kysely/types.ts').CancellationReasonRequirement | null;
1575
- enablePerHostLocations: boolean;
1576
- shouldMergePhoneSystemFields: boolean | null;
1577
- uuid: string | null;
1578
- } | null>;
1579
- findFirstEventTypeId({ slug, teamId, userId }: {
1580
- slug: string;
1581
- teamId?: number;
1582
- userId?: number;
1583
- }): Promise<{
1584
- id: number;
1585
- } | null>;
1586
- findByIdIncludeHostsAndTeam({ id }: {
1587
- id: number;
1588
- }): Promise<{
1589
- hosts: ({
1590
- user: {
1591
- email: string;
1592
- name: string | null;
1593
- id: number;
1594
- credentials: {
1595
- type: string;
1596
- user: {
1597
- email: string;
1598
- } | null;
1599
- userId: number | null;
1600
- key: import('@prisma/client/runtime/client').JsonValue;
1601
- id: number;
1602
- teamId: number | null;
1603
- encryptedKey: string | null;
1604
- appId: string | null;
1605
- invalid: boolean | null;
1606
- delegationCredentialId: string | null;
1607
- }[];
1608
- selectedCalendars: {
1609
- error: string | null;
1610
- userId: number;
1611
- id: string;
1612
- eventTypeId: number | null;
1613
- createdAt: Date | null;
1614
- updatedAt: Date | null;
1615
- credentialId: number | null;
1616
- delegationCredentialId: string | null;
1617
- integration: string;
1618
- externalId: string;
1619
- domainWideDelegationCredentialId: string | null;
1620
- googleChannelId: string | null;
1621
- googleChannelKind: string | null;
1622
- googleChannelResourceId: string | null;
1623
- googleChannelResourceUri: string | null;
1624
- googleChannelExpiration: string | null;
1625
- channelId: string | null;
1626
- channelKind: string | null;
1627
- channelResourceId: string | null;
1628
- channelResourceUri: string | null;
1629
- channelExpiration: Date | null;
1630
- syncSubscribedAt: Date | null;
1631
- syncSubscribedErrorAt: Date | null;
1632
- syncSubscribedErrorCount: number;
1633
- syncToken: string | null;
1634
- syncedAt: Date | null;
1635
- syncErrorAt: Date | null;
1636
- syncErrorCount: number | null;
1637
- lastWebhookReceivedAt: Date | null;
1638
- lastErrorAt: Date | null;
1639
- watchAttempts: number;
1640
- unwatchAttempts: number;
1641
- maxAttempts: number;
1642
- }[];
1643
- };
1644
- weight: number | null;
1645
- priority: number | null;
1646
- createdAt: Date;
1647
- groupId: string | null;
1648
- } & {
1649
- user: Omit<{
1650
- selectedCalendars: {
1651
- error: string | null;
1652
- userId: number;
1653
- id: string;
1654
- eventTypeId: number | null;
1655
- createdAt: Date | null;
1656
- updatedAt: Date | null;
1657
- credentialId: number | null;
1658
- delegationCredentialId: string | null;
1659
- integration: string;
1660
- externalId: string;
1661
- domainWideDelegationCredentialId: string | null;
1662
- googleChannelId: string | null;
1663
- googleChannelKind: string | null;
1664
- googleChannelResourceId: string | null;
1665
- googleChannelResourceUri: string | null;
1666
- googleChannelExpiration: string | null;
1667
- channelId: string | null;
1668
- channelKind: string | null;
1669
- channelResourceId: string | null;
1670
- channelResourceUri: string | null;
1671
- channelExpiration: Date | null;
1672
- syncSubscribedAt: Date | null;
1673
- syncSubscribedErrorAt: Date | null;
1674
- syncSubscribedErrorCount: number;
1675
- syncToken: string | null;
1676
- syncedAt: Date | null;
1677
- syncErrorAt: Date | null;
1678
- syncErrorCount: number | null;
1679
- lastWebhookReceivedAt: Date | null;
1680
- lastErrorAt: Date | null;
1681
- watchAttempts: number;
1682
- unwatchAttempts: number;
1683
- maxAttempts: number;
1684
- }[];
1685
- }, "selectedCalendars"> & {
1686
- allSelectedCalendars: {
1687
- error: string | null;
1688
- userId: number;
1689
- id: string;
1690
- eventTypeId: number | null;
1691
- createdAt: Date | null;
1692
- updatedAt: Date | null;
1693
- credentialId: number | null;
1694
- delegationCredentialId: string | null;
1695
- integration: string;
1696
- externalId: string;
1697
- domainWideDelegationCredentialId: string | null;
1698
- googleChannelId: string | null;
1699
- googleChannelKind: string | null;
1700
- googleChannelResourceId: string | null;
1701
- googleChannelResourceUri: string | null;
1702
- googleChannelExpiration: string | null;
1703
- channelId: string | null;
1704
- channelKind: string | null;
1705
- channelResourceId: string | null;
1706
- channelResourceUri: string | null;
1707
- channelExpiration: Date | null;
1708
- syncSubscribedAt: Date | null;
1709
- syncSubscribedErrorAt: Date | null;
1710
- syncSubscribedErrorCount: number;
1711
- syncToken: string | null;
1712
- syncedAt: Date | null;
1713
- syncErrorAt: Date | null;
1714
- syncErrorCount: number | null;
1715
- lastWebhookReceivedAt: Date | null;
1716
- lastErrorAt: Date | null;
1717
- watchAttempts: number;
1718
- unwatchAttempts: number;
1719
- maxAttempts: number;
1720
- }[];
1721
- userLevelSelectedCalendars: {
1722
- error: string | null;
1723
- userId: number;
1724
- id: string;
1725
- eventTypeId: number | null;
1726
- createdAt: Date | null;
1727
- updatedAt: Date | null;
1728
- credentialId: number | null;
1729
- delegationCredentialId: string | null;
1730
- integration: string;
1731
- externalId: string;
1732
- domainWideDelegationCredentialId: string | null;
1733
- googleChannelId: string | null;
1734
- googleChannelKind: string | null;
1735
- googleChannelResourceId: string | null;
1736
- googleChannelResourceUri: string | null;
1737
- googleChannelExpiration: string | null;
1738
- channelId: string | null;
1739
- channelKind: string | null;
1740
- channelResourceId: string | null;
1741
- channelResourceUri: string | null;
1742
- channelExpiration: Date | null;
1743
- syncSubscribedAt: Date | null;
1744
- syncSubscribedErrorAt: Date | null;
1745
- syncSubscribedErrorCount: number;
1746
- syncToken: string | null;
1747
- syncedAt: Date | null;
1748
- syncErrorAt: Date | null;
1749
- syncErrorCount: number | null;
1750
- lastWebhookReceivedAt: Date | null;
1751
- lastErrorAt: Date | null;
1752
- watchAttempts: number;
1753
- unwatchAttempts: number;
1754
- maxAttempts: number;
1755
- }[];
1756
- };
1757
- })[];
1758
- team: {
1759
- parentId: number | null;
1760
- rrResetInterval: import('../../../kysely/types.ts').RRResetInterval | null;
1761
- rrTimestampBasis: import('../../../kysely/types.ts').RRTimestampBasis;
1762
- } | null;
1763
- price: number;
1764
- title: string;
1765
- description: string | null;
1766
- hidden: boolean;
1767
- length: number;
1768
- currency: string;
1769
- slug: string;
1770
- userId: number | null;
1771
- id: number;
1772
- metadata: import('@prisma/client/runtime/client').JsonValue | null;
1773
- scheduleId: number | null;
1774
- createdAt: Date | null;
1775
- updatedAt: Date | null;
1776
- interfaceLanguage: string | null;
1777
- position: number;
1778
- locations: import('@prisma/client/runtime/client').JsonValue | null;
1779
- offsetStart: number;
1780
- profileId: number | null;
1781
- teamId: number | null;
1782
- useEventLevelSelectedCalendars: boolean;
1783
- eventName: string | null;
1784
- parentId: number | null;
1785
- bookingFields: import('@prisma/client/runtime/client').JsonValue | null;
1786
- timeZone: string | null;
1787
- periodType: import('../../../kysely/types.ts').PeriodType;
1788
- periodStartDate: Date | null;
1789
- periodEndDate: Date | null;
1790
- periodDays: number | null;
1791
- periodCountCalendarDays: boolean | null;
1792
- lockTimeZoneToggleOnBookingPage: boolean;
1793
- lockedTimeZone: string | null;
1794
- requiresConfirmation: boolean;
1795
- requiresConfirmationWillBlockSlot: boolean;
1796
- requiresConfirmationForFreeEmail: boolean;
1797
- requiresBookerEmailVerification: boolean;
1798
- canSendCalVideoTranscriptionEmails: boolean;
1799
- autoTranslateDescriptionEnabled: boolean;
1800
- autoTranslateInstantMeetingTitleEnabled: boolean;
1801
- recurringEvent: import('@prisma/client/runtime/client').JsonValue | null;
1802
- disableGuests: boolean;
1803
- hideCalendarNotes: boolean;
1804
- hideCalendarEventDetails: boolean;
1805
- minimumBookingNotice: number;
1806
- beforeEventBuffer: number;
1807
- afterEventBuffer: number;
1808
- seatsPerTimeSlot: number | null;
1809
- onlyShowFirstAvailableSlot: boolean;
1810
- showOptimizedSlots: boolean | null;
1811
- disableCancelling: boolean | null;
1812
- disableCancellingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
1813
- disableRescheduling: boolean | null;
1814
- disableReschedulingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
1815
- minimumRescheduleNotice: number | null;
1816
- seatsShowAttendees: boolean | null;
1817
- seatsShowAvailabilityCount: boolean | null;
1818
- schedulingType: import('../../../kysely/types.ts').SchedulingType | null;
1819
- allowReschedulingCancelledBookings: boolean | null;
1820
- slotInterval: number | null;
1821
- successRedirectUrl: string | null;
1822
- successRedirectUrlUpdatedAt: Date | null;
1823
- forwardParamsSuccessRedirect: boolean | null;
1824
- redirectUrlOnNoRoutingFormResponse: string | null;
1825
- bookingLimits: import('@prisma/client/runtime/client').JsonValue | null;
1826
- durationLimits: import('@prisma/client/runtime/client').JsonValue | null;
1827
- isInstantEvent: boolean;
1828
- instantMeetingExpiryTimeOffsetInSeconds: number;
1829
- instantMeetingScheduleId: number | null;
1830
- instantMeetingParameters: string[];
1831
- assignAllTeamMembers: boolean;
1832
- assignRRMembersUsingSegment: boolean;
1833
- rrSegmentQueryValue: import('@prisma/client/runtime/client').JsonValue | null;
1834
- useEventTypeDestinationCalendarEmail: boolean;
1835
- isRRWeightsEnabled: boolean;
1836
- maxLeadThreshold: number | null;
1837
- includeNoShowInRRCalculation: boolean;
1838
- allowReschedulingPastBookings: boolean;
1839
- hideOrganizerEmail: boolean;
1840
- maxActiveBookingsPerBooker: number | null;
1841
- maxActiveBookingPerBookerOfferReschedule: boolean;
1842
- customReplyToEmail: string | null;
1843
- eventTypeColor: import('@prisma/client/runtime/client').JsonValue | null;
1844
- rescheduleWithSameRoundRobinHost: boolean;
1845
- disableReassignment: boolean;
1846
- secondaryEmailId: number | null;
1847
- useBookerTimezone: boolean;
1848
- restrictionScheduleId: number | null;
1849
- bookingRequiresAuthentication: boolean;
1850
- rrHostSubsetEnabled: boolean;
1851
- requiresCancellationReason: import('../../../kysely/types.ts').CancellationReasonRequirement | null;
1852
- enablePerHostLocations: boolean;
1853
- shouldMergePhoneSystemFields: boolean | null;
1854
- uuid: string | null;
1855
- } | null>;
1856
- findByIdIncludeHostsAndTeamMembers({ id }: {
1857
- id: number;
1858
- }): Promise<{
1859
- team: {
1860
- members: {
1861
- role: import('../../../kysely/types.ts').MembershipRole;
1862
- userId: number;
1863
- }[];
1864
- id: number;
1865
- parentId: number | null;
1866
- isOrganization: boolean;
1867
- } | null;
1868
- hosts: {
1869
- userId: number;
1870
- }[];
1871
- userId: number | null;
1872
- id: number;
1873
- teamId: number | null;
1874
- bookingRequiresAuthentication: boolean;
1875
- } | null>;
1876
- findAllByTeamIdIncludeManagedEventTypes({ teamId }: {
1877
- teamId?: number;
1878
- }): Promise<{
1879
- price: number;
1880
- title: string;
1881
- description: string | null;
1882
- hidden: boolean;
1883
- length: number;
1884
- currency: string;
1885
- slug: string;
1886
- userId: number | null;
1887
- id: number;
1888
- metadata: import('@prisma/client/runtime/client').JsonValue | null;
1889
- scheduleId: number | null;
1890
- createdAt: Date | null;
1891
- updatedAt: Date | null;
1892
- interfaceLanguage: string | null;
1893
- position: number;
1894
- locations: import('@prisma/client/runtime/client').JsonValue | null;
1895
- offsetStart: number;
1896
- profileId: number | null;
1897
- teamId: number | null;
1898
- useEventLevelSelectedCalendars: boolean;
1899
- eventName: string | null;
1900
- parentId: number | null;
1901
- bookingFields: import('@prisma/client/runtime/client').JsonValue | null;
1902
- timeZone: string | null;
1903
- periodType: import('../../../kysely/types.ts').PeriodType;
1904
- periodStartDate: Date | null;
1905
- periodEndDate: Date | null;
1906
- periodDays: number | null;
1907
- periodCountCalendarDays: boolean | null;
1908
- lockTimeZoneToggleOnBookingPage: boolean;
1909
- lockedTimeZone: string | null;
1910
- requiresConfirmation: boolean;
1911
- requiresConfirmationWillBlockSlot: boolean;
1912
- requiresConfirmationForFreeEmail: boolean;
1913
- requiresBookerEmailVerification: boolean;
1914
- canSendCalVideoTranscriptionEmails: boolean;
1915
- autoTranslateDescriptionEnabled: boolean;
1916
- autoTranslateInstantMeetingTitleEnabled: boolean;
1917
- recurringEvent: import('@prisma/client/runtime/client').JsonValue | null;
1918
- disableGuests: boolean;
1919
- hideCalendarNotes: boolean;
1920
- hideCalendarEventDetails: boolean;
1921
- minimumBookingNotice: number;
1922
- beforeEventBuffer: number;
1923
- afterEventBuffer: number;
1924
- seatsPerTimeSlot: number | null;
1925
- onlyShowFirstAvailableSlot: boolean;
1926
- showOptimizedSlots: boolean | null;
1927
- disableCancelling: boolean | null;
1928
- disableCancellingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
1929
- disableRescheduling: boolean | null;
1930
- disableReschedulingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
1931
- minimumRescheduleNotice: number | null;
1932
- seatsShowAttendees: boolean | null;
1933
- seatsShowAvailabilityCount: boolean | null;
1934
- schedulingType: import('../../../kysely/types.ts').SchedulingType | null;
1935
- allowReschedulingCancelledBookings: boolean | null;
1936
- slotInterval: number | null;
1937
- successRedirectUrl: string | null;
1938
- successRedirectUrlUpdatedAt: Date | null;
1939
- forwardParamsSuccessRedirect: boolean | null;
1940
- redirectUrlOnNoRoutingFormResponse: string | null;
1941
- bookingLimits: import('@prisma/client/runtime/client').JsonValue | null;
1942
- durationLimits: import('@prisma/client/runtime/client').JsonValue | null;
1943
- isInstantEvent: boolean;
1944
- instantMeetingExpiryTimeOffsetInSeconds: number;
1945
- instantMeetingScheduleId: number | null;
1946
- instantMeetingParameters: string[];
1947
- assignAllTeamMembers: boolean;
1948
- assignRRMembersUsingSegment: boolean;
1949
- rrSegmentQueryValue: import('@prisma/client/runtime/client').JsonValue | null;
1950
- useEventTypeDestinationCalendarEmail: boolean;
1951
- isRRWeightsEnabled: boolean;
1952
- maxLeadThreshold: number | null;
1953
- includeNoShowInRRCalculation: boolean;
1954
- allowReschedulingPastBookings: boolean;
1955
- hideOrganizerEmail: boolean;
1956
- maxActiveBookingsPerBooker: number | null;
1957
- maxActiveBookingPerBookerOfferReschedule: boolean;
1958
- customReplyToEmail: string | null;
1959
- eventTypeColor: import('@prisma/client/runtime/client').JsonValue | null;
1960
- rescheduleWithSameRoundRobinHost: boolean;
1961
- disableReassignment: boolean;
1962
- secondaryEmailId: number | null;
1963
- useBookerTimezone: boolean;
1964
- restrictionScheduleId: number | null;
1965
- bookingRequiresAuthentication: boolean;
1966
- rrHostSubsetEnabled: boolean;
1967
- requiresCancellationReason: import('../../../kysely/types.ts').CancellationReasonRequirement | null;
1968
- enablePerHostLocations: boolean;
1969
- shouldMergePhoneSystemFields: boolean | null;
1970
- uuid: string | null;
1971
- }[]>;
1972
- findForSlots({ id }: {
1973
- id: number;
1974
- }): Promise<{
1975
- hosts: ({
1976
- schedule: {
1977
- availability: {
1978
- days: number[];
1979
- date: Date | null;
1980
- startTime: Date;
1981
- endTime: Date;
1982
- }[];
1983
- id: number;
1984
- timeZone: string | null;
1985
- } | null;
1986
- user: {
1987
- schedules: {
1988
- availability: {
1989
- days: number[];
1990
- date: Date | null;
1991
- startTime: Date;
1992
- endTime: Date;
1993
- }[];
1994
- id: number;
1995
- timeZone: string | null;
1996
- }[];
1997
- username: string | null;
1998
- email: string;
1999
- availability: {
2000
- days: number[];
2001
- date: Date | null;
2002
- userId: number | null;
2003
- id: number;
2004
- eventTypeId: number | null;
2005
- scheduleId: number | null;
2006
- createdAt: Date | null;
2007
- updatedAt: Date | null;
2008
- startTime: Date;
2009
- endTime: Date;
2010
- }[];
2011
- locked: boolean;
2012
- id: number;
2013
- credentials: {
2014
- type: string;
2015
- user: {
2016
- email: string;
2017
- } | null;
2018
- userId: number | null;
2019
- key: import('@prisma/client/runtime/client').JsonValue;
2020
- id: number;
2021
- teamId: number | null;
2022
- encryptedKey: string | null;
2023
- appId: string | null;
2024
- invalid: boolean | null;
2025
- delegationCredentialId: string | null;
2026
- }[];
2027
- timeZone: string;
2028
- uuid: string;
2029
- bufferTime: number;
2030
- defaultScheduleId: number | null;
2031
- timeFormat: number | null;
2032
- isPlatformManaged: boolean;
2033
- travelSchedules: {
2034
- userId: number;
2035
- id: number;
2036
- timeZone: string;
2037
- startDate: Date;
2038
- endDate: Date | null;
2039
- prevTimeZone: string | null;
2040
- }[];
2041
- selectedCalendars: {
2042
- error: string | null;
2043
- userId: number;
2044
- id: string;
2045
- eventTypeId: number | null;
2046
- createdAt: Date | null;
2047
- updatedAt: Date | null;
2048
- credentialId: number | null;
2049
- delegationCredentialId: string | null;
2050
- integration: string;
2051
- externalId: string;
2052
- domainWideDelegationCredentialId: string | null;
2053
- googleChannelId: string | null;
2054
- googleChannelKind: string | null;
2055
- googleChannelResourceId: string | null;
2056
- googleChannelResourceUri: string | null;
2057
- googleChannelExpiration: string | null;
2058
- channelId: string | null;
2059
- channelKind: string | null;
2060
- channelResourceId: string | null;
2061
- channelResourceUri: string | null;
2062
- channelExpiration: Date | null;
2063
- syncSubscribedAt: Date | null;
2064
- syncSubscribedErrorAt: Date | null;
2065
- syncSubscribedErrorCount: number;
2066
- syncToken: string | null;
2067
- syncedAt: Date | null;
2068
- syncErrorAt: Date | null;
2069
- syncErrorCount: number | null;
2070
- lastWebhookReceivedAt: Date | null;
2071
- lastErrorAt: Date | null;
2072
- watchAttempts: number;
2073
- unwatchAttempts: number;
2074
- maxAttempts: number;
2075
- }[];
2076
- };
2077
- weight: number | null;
2078
- priority: number | null;
2079
- isFixed: boolean;
2080
- createdAt: Date;
2081
- groupId: string | null;
2082
- } & {
2083
- user: Omit<{
2084
- selectedCalendars: {
2085
- error: string | null;
2086
- userId: number;
2087
- id: string;
2088
- eventTypeId: number | null;
2089
- createdAt: Date | null;
2090
- updatedAt: Date | null;
2091
- credentialId: number | null;
2092
- delegationCredentialId: string | null;
2093
- integration: string;
2094
- externalId: string;
2095
- domainWideDelegationCredentialId: string | null;
2096
- googleChannelId: string | null;
2097
- googleChannelKind: string | null;
2098
- googleChannelResourceId: string | null;
2099
- googleChannelResourceUri: string | null;
2100
- googleChannelExpiration: string | null;
2101
- channelId: string | null;
2102
- channelKind: string | null;
2103
- channelResourceId: string | null;
2104
- channelResourceUri: string | null;
2105
- channelExpiration: Date | null;
2106
- syncSubscribedAt: Date | null;
2107
- syncSubscribedErrorAt: Date | null;
2108
- syncSubscribedErrorCount: number;
2109
- syncToken: string | null;
2110
- syncedAt: Date | null;
2111
- syncErrorAt: Date | null;
2112
- syncErrorCount: number | null;
2113
- lastWebhookReceivedAt: Date | null;
2114
- lastErrorAt: Date | null;
2115
- watchAttempts: number;
2116
- unwatchAttempts: number;
2117
- maxAttempts: number;
2118
- }[];
2119
- }, "selectedCalendars"> & {
2120
- allSelectedCalendars: {
2121
- error: string | null;
2122
- userId: number;
2123
- id: string;
2124
- eventTypeId: number | null;
2125
- createdAt: Date | null;
2126
- updatedAt: Date | null;
2127
- credentialId: number | null;
2128
- delegationCredentialId: string | null;
2129
- integration: string;
2130
- externalId: string;
2131
- domainWideDelegationCredentialId: string | null;
2132
- googleChannelId: string | null;
2133
- googleChannelKind: string | null;
2134
- googleChannelResourceId: string | null;
2135
- googleChannelResourceUri: string | null;
2136
- googleChannelExpiration: string | null;
2137
- channelId: string | null;
2138
- channelKind: string | null;
2139
- channelResourceId: string | null;
2140
- channelResourceUri: string | null;
2141
- channelExpiration: Date | null;
2142
- syncSubscribedAt: Date | null;
2143
- syncSubscribedErrorAt: Date | null;
2144
- syncSubscribedErrorCount: number;
2145
- syncToken: string | null;
2146
- syncedAt: Date | null;
2147
- syncErrorAt: Date | null;
2148
- syncErrorCount: number | null;
2149
- lastWebhookReceivedAt: Date | null;
2150
- lastErrorAt: Date | null;
2151
- watchAttempts: number;
2152
- unwatchAttempts: number;
2153
- maxAttempts: number;
2154
- }[];
2155
- userLevelSelectedCalendars: {
2156
- error: string | null;
2157
- userId: number;
2158
- id: string;
2159
- eventTypeId: number | null;
2160
- createdAt: Date | null;
2161
- updatedAt: Date | null;
2162
- credentialId: number | null;
2163
- delegationCredentialId: string | null;
2164
- integration: string;
2165
- externalId: string;
2166
- domainWideDelegationCredentialId: string | null;
2167
- googleChannelId: string | null;
2168
- googleChannelKind: string | null;
2169
- googleChannelResourceId: string | null;
2170
- googleChannelResourceUri: string | null;
2171
- googleChannelExpiration: string | null;
2172
- channelId: string | null;
2173
- channelKind: string | null;
2174
- channelResourceId: string | null;
2175
- channelResourceUri: string | null;
2176
- channelExpiration: Date | null;
2177
- syncSubscribedAt: Date | null;
2178
- syncSubscribedErrorAt: Date | null;
2179
- syncSubscribedErrorCount: number;
2180
- syncToken: string | null;
2181
- syncedAt: Date | null;
2182
- syncErrorAt: Date | null;
2183
- syncErrorCount: number | null;
2184
- lastWebhookReceivedAt: Date | null;
2185
- lastErrorAt: Date | null;
2186
- watchAttempts: number;
2187
- unwatchAttempts: number;
2188
- maxAttempts: number;
2189
- }[];
2190
- };
2191
- })[];
2192
- users: (Omit<{
2193
- schedules: {
2194
- availability: {
2195
- days: number[];
2196
- date: Date | null;
2197
- startTime: Date;
2198
- endTime: Date;
2199
- }[];
2200
- id: number;
2201
- timeZone: string | null;
2202
- }[];
2203
- username: string | null;
2204
- email: string;
2205
- availability: {
2206
- days: number[];
2207
- date: Date | null;
2208
- userId: number | null;
2209
- id: number;
2210
- eventTypeId: number | null;
2211
- scheduleId: number | null;
2212
- createdAt: Date | null;
2213
- updatedAt: Date | null;
2214
- startTime: Date;
2215
- endTime: Date;
2216
- }[];
2217
- locked: boolean;
2218
- id: number;
2219
- credentials: {
2220
- type: string;
2221
- user: {
2222
- email: string;
2223
- } | null;
2224
- userId: number | null;
2225
- key: import('@prisma/client/runtime/client').JsonValue;
2226
- id: number;
2227
- teamId: number | null;
2228
- encryptedKey: string | null;
2229
- appId: string | null;
2230
- invalid: boolean | null;
2231
- delegationCredentialId: string | null;
2232
- }[];
2233
- timeZone: string;
2234
- uuid: string;
2235
- bufferTime: number;
2236
- defaultScheduleId: number | null;
2237
- timeFormat: number | null;
2238
- isPlatformManaged: boolean;
2239
- travelSchedules: {
2240
- userId: number;
2241
- id: number;
2242
- timeZone: string;
2243
- startDate: Date;
2244
- endDate: Date | null;
2245
- prevTimeZone: string | null;
2246
- }[];
2247
- selectedCalendars: {
2248
- error: string | null;
2249
- userId: number;
2250
- id: string;
2251
- eventTypeId: number | null;
2252
- createdAt: Date | null;
2253
- updatedAt: Date | null;
2254
- credentialId: number | null;
2255
- delegationCredentialId: string | null;
2256
- integration: string;
2257
- externalId: string;
2258
- domainWideDelegationCredentialId: string | null;
2259
- googleChannelId: string | null;
2260
- googleChannelKind: string | null;
2261
- googleChannelResourceId: string | null;
2262
- googleChannelResourceUri: string | null;
2263
- googleChannelExpiration: string | null;
2264
- channelId: string | null;
2265
- channelKind: string | null;
2266
- channelResourceId: string | null;
2267
- channelResourceUri: string | null;
2268
- channelExpiration: Date | null;
2269
- syncSubscribedAt: Date | null;
2270
- syncSubscribedErrorAt: Date | null;
2271
- syncSubscribedErrorCount: number;
2272
- syncToken: string | null;
2273
- syncedAt: Date | null;
2274
- syncErrorAt: Date | null;
2275
- syncErrorCount: number | null;
2276
- lastWebhookReceivedAt: Date | null;
2277
- lastErrorAt: Date | null;
2278
- watchAttempts: number;
2279
- unwatchAttempts: number;
2280
- maxAttempts: number;
2281
- }[];
2282
- }, "selectedCalendars"> & {
2283
- allSelectedCalendars: {
2284
- error: string | null;
2285
- userId: number;
2286
- id: string;
2287
- eventTypeId: number | null;
2288
- createdAt: Date | null;
2289
- updatedAt: Date | null;
2290
- credentialId: number | null;
2291
- delegationCredentialId: string | null;
2292
- integration: string;
2293
- externalId: string;
2294
- domainWideDelegationCredentialId: string | null;
2295
- googleChannelId: string | null;
2296
- googleChannelKind: string | null;
2297
- googleChannelResourceId: string | null;
2298
- googleChannelResourceUri: string | null;
2299
- googleChannelExpiration: string | null;
2300
- channelId: string | null;
2301
- channelKind: string | null;
2302
- channelResourceId: string | null;
2303
- channelResourceUri: string | null;
2304
- channelExpiration: Date | null;
2305
- syncSubscribedAt: Date | null;
2306
- syncSubscribedErrorAt: Date | null;
2307
- syncSubscribedErrorCount: number;
2308
- syncToken: string | null;
2309
- syncedAt: Date | null;
2310
- syncErrorAt: Date | null;
2311
- syncErrorCount: number | null;
2312
- lastWebhookReceivedAt: Date | null;
2313
- lastErrorAt: Date | null;
2314
- watchAttempts: number;
2315
- unwatchAttempts: number;
2316
- maxAttempts: number;
2317
- }[];
2318
- userLevelSelectedCalendars: {
2319
- error: string | null;
2320
- userId: number;
2321
- id: string;
2322
- eventTypeId: number | null;
2323
- createdAt: Date | null;
2324
- updatedAt: Date | null;
2325
- credentialId: number | null;
2326
- delegationCredentialId: string | null;
2327
- integration: string;
2328
- externalId: string;
2329
- domainWideDelegationCredentialId: string | null;
2330
- googleChannelId: string | null;
2331
- googleChannelKind: string | null;
2332
- googleChannelResourceId: string | null;
2333
- googleChannelResourceUri: string | null;
2334
- googleChannelExpiration: string | null;
2335
- channelId: string | null;
2336
- channelKind: string | null;
2337
- channelResourceId: string | null;
2338
- channelResourceUri: string | null;
2339
- channelExpiration: Date | null;
2340
- syncSubscribedAt: Date | null;
2341
- syncSubscribedErrorAt: Date | null;
2342
- syncSubscribedErrorCount: number;
2343
- syncToken: string | null;
2344
- syncedAt: Date | null;
2345
- syncErrorAt: Date | null;
2346
- syncErrorCount: number | null;
2347
- lastWebhookReceivedAt: Date | null;
2348
- lastErrorAt: Date | null;
2349
- watchAttempts: number;
2350
- unwatchAttempts: number;
2351
- maxAttempts: number;
2352
- }[];
2353
- })[];
2354
- metadata: {
2355
- apps?: Record<string, any> | undefined;
2356
- smartContractAddress?: string | undefined;
2357
- blockchainId?: number | undefined;
2358
- multipleDuration?: number[] | undefined;
2359
- hideDurationSelectorInBookingPage?: boolean | undefined;
2360
- giphyThankYouPage?: string | undefined;
2361
- additionalNotesRequired?: boolean | undefined;
2362
- disableSuccessPage?: boolean | undefined;
2363
- disableStandardEmails?: {
2364
- confirmation?: {
2365
- attendee?: boolean | undefined;
2366
- host?: boolean | undefined;
2367
- } | undefined;
2368
- all?: {
2369
- attendee?: boolean | undefined;
2370
- host?: boolean | undefined;
2371
- } | undefined;
2372
- } | undefined;
2373
- managedEventConfig?: {
2374
- unlockedFields?: {
2375
- bookings?: true | undefined;
2376
- schedule?: true | undefined;
2377
- profile?: true | undefined;
2378
- price?: true | undefined;
2379
- webhooks?: true | undefined;
2380
- owner?: true | undefined;
2381
- title?: true | undefined;
2382
- description?: true | undefined;
2383
- hidden?: true | undefined;
2384
- team?: true | undefined;
2385
- availability?: true | undefined;
2386
- length?: true | undefined;
2387
- workflows?: true | undefined;
2388
- users?: true | undefined;
2389
- hosts?: true | undefined;
2390
- currency?: true | undefined;
2391
- slug?: true | undefined;
2392
- children?: true | undefined;
2393
- userId?: true | undefined;
2394
- metadata?: true | undefined;
2395
- scheduleId?: true | undefined;
2396
- createdAt?: true | undefined;
2397
- updatedAt?: true | undefined;
2398
- interfaceLanguage?: true | undefined;
2399
- position?: true | undefined;
2400
- locations?: true | undefined;
2401
- offsetStart?: true | undefined;
2402
- profileId?: true | undefined;
2403
- teamId?: true | undefined;
2404
- useEventLevelSelectedCalendars?: true | undefined;
2405
- eventName?: true | undefined;
2406
- parentId?: true | undefined;
2407
- bookingFields?: true | undefined;
2408
- timeZone?: true | undefined;
2409
- periodType?: true | undefined;
2410
- periodStartDate?: true | undefined;
2411
- periodEndDate?: true | undefined;
2412
- periodDays?: true | undefined;
2413
- periodCountCalendarDays?: true | undefined;
2414
- lockTimeZoneToggleOnBookingPage?: true | undefined;
2415
- lockedTimeZone?: true | undefined;
2416
- requiresConfirmation?: true | undefined;
2417
- requiresConfirmationWillBlockSlot?: true | undefined;
2418
- requiresConfirmationForFreeEmail?: true | undefined;
2419
- requiresBookerEmailVerification?: true | undefined;
2420
- canSendCalVideoTranscriptionEmails?: true | undefined;
2421
- autoTranslateDescriptionEnabled?: true | undefined;
2422
- autoTranslateInstantMeetingTitleEnabled?: true | undefined;
2423
- recurringEvent?: true | undefined;
2424
- disableGuests?: true | undefined;
2425
- hideCalendarNotes?: true | undefined;
2426
- hideCalendarEventDetails?: true | undefined;
2427
- minimumBookingNotice?: true | undefined;
2428
- beforeEventBuffer?: true | undefined;
2429
- afterEventBuffer?: true | undefined;
2430
- seatsPerTimeSlot?: true | undefined;
2431
- onlyShowFirstAvailableSlot?: true | undefined;
2432
- showOptimizedSlots?: true | undefined;
2433
- disableCancelling?: true | undefined;
2434
- disableCancellingScope?: true | undefined;
2435
- disableRescheduling?: true | undefined;
2436
- disableReschedulingScope?: true | undefined;
2437
- minimumRescheduleNotice?: true | undefined;
2438
- seatsShowAttendees?: true | undefined;
2439
- seatsShowAvailabilityCount?: true | undefined;
2440
- schedulingType?: true | undefined;
2441
- allowReschedulingCancelledBookings?: true | undefined;
2442
- slotInterval?: true | undefined;
2443
- successRedirectUrl?: true | undefined;
2444
- successRedirectUrlUpdatedAt?: true | undefined;
2445
- forwardParamsSuccessRedirect?: true | undefined;
2446
- redirectUrlOnNoRoutingFormResponse?: true | undefined;
2447
- bookingLimits?: true | undefined;
2448
- durationLimits?: true | undefined;
2449
- isInstantEvent?: true | undefined;
2450
- instantMeetingExpiryTimeOffsetInSeconds?: true | undefined;
2451
- instantMeetingScheduleId?: true | undefined;
2452
- instantMeetingParameters?: true | undefined;
2453
- assignAllTeamMembers?: true | undefined;
2454
- assignRRMembersUsingSegment?: true | undefined;
2455
- rrSegmentQueryValue?: true | undefined;
2456
- useEventTypeDestinationCalendarEmail?: true | undefined;
2457
- isRRWeightsEnabled?: true | undefined;
2458
- maxLeadThreshold?: true | undefined;
2459
- includeNoShowInRRCalculation?: true | undefined;
2460
- allowReschedulingPastBookings?: true | undefined;
2461
- hideOrganizerEmail?: true | undefined;
2462
- maxActiveBookingsPerBooker?: true | undefined;
2463
- maxActiveBookingPerBookerOfferReschedule?: true | undefined;
2464
- customReplyToEmail?: true | undefined;
2465
- eventTypeColor?: true | undefined;
2466
- rescheduleWithSameRoundRobinHost?: true | undefined;
2467
- disableReassignment?: true | undefined;
2468
- secondaryEmailId?: true | undefined;
2469
- useBookerTimezone?: true | undefined;
2470
- restrictionScheduleId?: true | undefined;
2471
- bookingRequiresAuthentication?: true | undefined;
2472
- rrHostSubsetEnabled?: true | undefined;
2473
- requiresCancellationReason?: true | undefined;
2474
- enablePerHostLocations?: true | undefined;
2475
- shouldMergePhoneSystemFields?: true | undefined;
2476
- uuid?: true | undefined;
2477
- customInputs?: true | undefined;
2478
- calVideoSettings?: true | undefined;
2479
- destinationCalendar?: true | undefined;
2480
- hashedLink?: true | undefined;
2481
- secondaryEmail?: true | undefined;
2482
- selectedCalendars?: true | undefined;
2483
- _count?: true | undefined;
2484
- parent?: true | undefined;
2485
- instantMeetingSchedule?: true | undefined;
2486
- aiPhoneCallConfig?: true | undefined;
2487
- fieldTranslations?: true | undefined;
2488
- restrictionSchedule?: true | undefined;
2489
- hostGroups?: true | undefined;
2490
- } | undefined;
2491
- } | undefined;
2492
- requiresConfirmationThreshold?: {
2493
- time: number;
2494
- unit: import('dayjs').UnitTypeLongPlural;
2495
- } | undefined;
2496
- config?: {
2497
- useHostSchedulesForTeamEvent?: boolean | undefined;
2498
- } | undefined;
2499
- bookerLayouts?: {
2500
- enabledLayouts: import('../../../prisma/zod-utils').BookerLayouts[];
2501
- defaultLayout: import('../../../prisma/zod-utils').BookerLayouts;
2502
- } | null | undefined;
2503
- } | null;
2504
- rrSegmentQueryValue: {
2505
- type: "group";
2506
- id?: string | undefined;
2507
- properties?: any;
2508
- children1?: Record<string, {
2509
- type?: string | undefined;
2510
- properties?: {
2511
- value?: any;
2512
- operator?: any;
2513
- field?: any;
2514
- valueSrc?: any;
2515
- valueError?: (string | null)[] | undefined;
2516
- valueType?: any;
2517
- } | undefined;
2518
- }> | undefined;
2519
- } | {
2520
- type: "switch_group";
2521
- id?: string | undefined;
2522
- properties?: any;
2523
- children1?: Record<string, {
2524
- type?: string | undefined;
2525
- properties?: {
2526
- value?: any;
2527
- operator?: any;
2528
- field?: any;
2529
- valueSrc?: any;
2530
- valueError?: (string | null)[] | undefined;
2531
- valueType?: any;
2532
- } | undefined;
2533
- }> | undefined;
2534
- } | null | undefined;
2535
- schedule: {
2536
- availability: {
2537
- days: number[];
2538
- date: Date | null;
2539
- startTime: Date;
2540
- endTime: Date;
2541
- }[];
2542
- id: number;
2543
- timeZone: string | null;
2544
- } | null;
2545
- team: {
2546
- id: number;
2547
- parentId: number | null;
2548
- bookingLimits: import('@prisma/client/runtime/client').JsonValue;
2549
- rrResetInterval: import('../../../kysely/types.ts').RRResetInterval | null;
2550
- rrTimestampBasis: import('../../../kysely/types.ts').RRTimestampBasis;
2551
- includeManagedEventsInLimits: boolean;
2552
- createdByOAuthClient: {
2553
- areEmailsEnabled: boolean;
2554
- } | null;
2555
- } | null;
2556
- availability: {
2557
- days: number[];
2558
- date: Date | null;
2559
- startTime: Date;
2560
- endTime: Date;
2561
- }[];
2562
- length: number;
2563
- slug: string;
2564
- userId: number | null;
2565
- id: number;
2566
- offsetStart: number;
2567
- useEventLevelSelectedCalendars: boolean;
2568
- parentId: number | null;
2569
- timeZone: string | null;
2570
- periodType: import('../../../kysely/types.ts').PeriodType;
2571
- periodStartDate: Date | null;
2572
- periodEndDate: Date | null;
2573
- periodDays: number | null;
2574
- periodCountCalendarDays: boolean | null;
2575
- minimumBookingNotice: number;
2576
- beforeEventBuffer: number;
2577
- afterEventBuffer: number;
2578
- seatsPerTimeSlot: number | null;
2579
- onlyShowFirstAvailableSlot: boolean;
2580
- showOptimizedSlots: boolean | null;
2581
- schedulingType: import('../../../kysely/types.ts').SchedulingType | null;
2582
- slotInterval: number | null;
2583
- bookingLimits: import('@prisma/client/runtime/client').JsonValue;
2584
- durationLimits: import('@prisma/client/runtime/client').JsonValue;
2585
- assignAllTeamMembers: boolean;
2586
- assignRRMembersUsingSegment: boolean;
2587
- isRRWeightsEnabled: boolean;
2588
- maxLeadThreshold: number | null;
2589
- includeNoShowInRRCalculation: boolean;
2590
- allowReschedulingPastBookings: boolean;
2591
- hideOrganizerEmail: boolean;
2592
- rescheduleWithSameRoundRobinHost: boolean;
2593
- disableReassignment: boolean;
2594
- useBookerTimezone: boolean;
2595
- restrictionScheduleId: number | null;
2596
- rrHostSubsetEnabled: boolean;
2597
- parent: {
2598
- team: {
2599
- id: number;
2600
- parentId: number | null;
2601
- bookingLimits: import('@prisma/client/runtime/client').JsonValue;
2602
- includeManagedEventsInLimits: boolean;
2603
- createdByOAuthClient: {
2604
- areEmailsEnabled: boolean;
2605
- } | null;
2606
- } | null;
2607
- id: number;
2608
- } | null;
2609
- hostGroups: {
2610
- name: string;
2611
- id: string;
2612
- }[];
2613
- } | null>;
2614
- findByIdForUserAvailability({ id }: {
2615
- id: number;
2616
- }): Promise<{
2617
- metadata: {
2618
- apps?: Record<string, any> | undefined;
2619
- smartContractAddress?: string | undefined;
2620
- blockchainId?: number | undefined;
2621
- multipleDuration?: number[] | undefined;
2622
- hideDurationSelectorInBookingPage?: boolean | undefined;
2623
- giphyThankYouPage?: string | undefined;
2624
- additionalNotesRequired?: boolean | undefined;
2625
- disableSuccessPage?: boolean | undefined;
2626
- disableStandardEmails?: {
2627
- confirmation?: {
2628
- attendee?: boolean | undefined;
2629
- host?: boolean | undefined;
2630
- } | undefined;
2631
- all?: {
2632
- attendee?: boolean | undefined;
2633
- host?: boolean | undefined;
2634
- } | undefined;
2635
- } | undefined;
2636
- managedEventConfig?: {
2637
- unlockedFields?: {
2638
- bookings?: true | undefined;
2639
- schedule?: true | undefined;
2640
- profile?: true | undefined;
2641
- price?: true | undefined;
2642
- webhooks?: true | undefined;
2643
- owner?: true | undefined;
2644
- title?: true | undefined;
2645
- description?: true | undefined;
2646
- hidden?: true | undefined;
2647
- team?: true | undefined;
2648
- availability?: true | undefined;
2649
- length?: true | undefined;
2650
- workflows?: true | undefined;
2651
- users?: true | undefined;
2652
- hosts?: true | undefined;
2653
- currency?: true | undefined;
2654
- slug?: true | undefined;
2655
- children?: true | undefined;
2656
- userId?: true | undefined;
2657
- metadata?: true | undefined;
2658
- scheduleId?: true | undefined;
2659
- createdAt?: true | undefined;
2660
- updatedAt?: true | undefined;
2661
- interfaceLanguage?: true | undefined;
2662
- position?: true | undefined;
2663
- locations?: true | undefined;
2664
- offsetStart?: true | undefined;
2665
- profileId?: true | undefined;
2666
- teamId?: true | undefined;
2667
- useEventLevelSelectedCalendars?: true | undefined;
2668
- eventName?: true | undefined;
2669
- parentId?: true | undefined;
2670
- bookingFields?: true | undefined;
2671
- timeZone?: true | undefined;
2672
- periodType?: true | undefined;
2673
- periodStartDate?: true | undefined;
2674
- periodEndDate?: true | undefined;
2675
- periodDays?: true | undefined;
2676
- periodCountCalendarDays?: true | undefined;
2677
- lockTimeZoneToggleOnBookingPage?: true | undefined;
2678
- lockedTimeZone?: true | undefined;
2679
- requiresConfirmation?: true | undefined;
2680
- requiresConfirmationWillBlockSlot?: true | undefined;
2681
- requiresConfirmationForFreeEmail?: true | undefined;
2682
- requiresBookerEmailVerification?: true | undefined;
2683
- canSendCalVideoTranscriptionEmails?: true | undefined;
2684
- autoTranslateDescriptionEnabled?: true | undefined;
2685
- autoTranslateInstantMeetingTitleEnabled?: true | undefined;
2686
- recurringEvent?: true | undefined;
2687
- disableGuests?: true | undefined;
2688
- hideCalendarNotes?: true | undefined;
2689
- hideCalendarEventDetails?: true | undefined;
2690
- minimumBookingNotice?: true | undefined;
2691
- beforeEventBuffer?: true | undefined;
2692
- afterEventBuffer?: true | undefined;
2693
- seatsPerTimeSlot?: true | undefined;
2694
- onlyShowFirstAvailableSlot?: true | undefined;
2695
- showOptimizedSlots?: true | undefined;
2696
- disableCancelling?: true | undefined;
2697
- disableCancellingScope?: true | undefined;
2698
- disableRescheduling?: true | undefined;
2699
- disableReschedulingScope?: true | undefined;
2700
- minimumRescheduleNotice?: true | undefined;
2701
- seatsShowAttendees?: true | undefined;
2702
- seatsShowAvailabilityCount?: true | undefined;
2703
- schedulingType?: true | undefined;
2704
- allowReschedulingCancelledBookings?: true | undefined;
2705
- slotInterval?: true | undefined;
2706
- successRedirectUrl?: true | undefined;
2707
- successRedirectUrlUpdatedAt?: true | undefined;
2708
- forwardParamsSuccessRedirect?: true | undefined;
2709
- redirectUrlOnNoRoutingFormResponse?: true | undefined;
2710
- bookingLimits?: true | undefined;
2711
- durationLimits?: true | undefined;
2712
- isInstantEvent?: true | undefined;
2713
- instantMeetingExpiryTimeOffsetInSeconds?: true | undefined;
2714
- instantMeetingScheduleId?: true | undefined;
2715
- instantMeetingParameters?: true | undefined;
2716
- assignAllTeamMembers?: true | undefined;
2717
- assignRRMembersUsingSegment?: true | undefined;
2718
- rrSegmentQueryValue?: true | undefined;
2719
- useEventTypeDestinationCalendarEmail?: true | undefined;
2720
- isRRWeightsEnabled?: true | undefined;
2721
- maxLeadThreshold?: true | undefined;
2722
- includeNoShowInRRCalculation?: true | undefined;
2723
- allowReschedulingPastBookings?: true | undefined;
2724
- hideOrganizerEmail?: true | undefined;
2725
- maxActiveBookingsPerBooker?: true | undefined;
2726
- maxActiveBookingPerBookerOfferReschedule?: true | undefined;
2727
- customReplyToEmail?: true | undefined;
2728
- eventTypeColor?: true | undefined;
2729
- rescheduleWithSameRoundRobinHost?: true | undefined;
2730
- disableReassignment?: true | undefined;
2731
- secondaryEmailId?: true | undefined;
2732
- useBookerTimezone?: true | undefined;
2733
- restrictionScheduleId?: true | undefined;
2734
- bookingRequiresAuthentication?: true | undefined;
2735
- rrHostSubsetEnabled?: true | undefined;
2736
- requiresCancellationReason?: true | undefined;
2737
- enablePerHostLocations?: true | undefined;
2738
- shouldMergePhoneSystemFields?: true | undefined;
2739
- uuid?: true | undefined;
2740
- customInputs?: true | undefined;
2741
- calVideoSettings?: true | undefined;
2742
- destinationCalendar?: true | undefined;
2743
- hashedLink?: true | undefined;
2744
- secondaryEmail?: true | undefined;
2745
- selectedCalendars?: true | undefined;
2746
- _count?: true | undefined;
2747
- parent?: true | undefined;
2748
- instantMeetingSchedule?: true | undefined;
2749
- aiPhoneCallConfig?: true | undefined;
2750
- fieldTranslations?: true | undefined;
2751
- restrictionSchedule?: true | undefined;
2752
- hostGroups?: true | undefined;
2753
- } | undefined;
2754
- } | undefined;
2755
- requiresConfirmationThreshold?: {
2756
- time: number;
2757
- unit: import('dayjs').UnitTypeLongPlural;
2758
- } | undefined;
2759
- config?: {
2760
- useHostSchedulesForTeamEvent?: boolean | undefined;
2761
- } | undefined;
2762
- bookerLayouts?: {
2763
- enabledLayouts: import('../../../prisma/zod-utils').BookerLayouts[];
2764
- defaultLayout: import('../../../prisma/zod-utils').BookerLayouts;
2765
- } | null | undefined;
2766
- } | null;
2767
- schedule: {
2768
- availability: {
2769
- days: number[];
2770
- date: Date | null;
2771
- startTime: Date;
2772
- endTime: Date;
2773
- }[];
2774
- id: number;
2775
- timeZone: string | null;
2776
- } | null;
2777
- team: {
2778
- id: number;
2779
- bookingLimits: import('@prisma/client/runtime/client').JsonValue;
2780
- includeManagedEventsInLimits: boolean;
2781
- } | null;
2782
- availability: {
2783
- days: number[];
2784
- date: Date | null;
2785
- startTime: Date;
2786
- endTime: Date;
2787
- }[];
2788
- length: number;
2789
- hosts: {
2790
- schedule: {
2791
- availability: {
2792
- days: number[];
2793
- date: Date | null;
2794
- startTime: Date;
2795
- endTime: Date;
2796
- }[];
2797
- id: number;
2798
- timeZone: string | null;
2799
- } | null;
2800
- user: {
2801
- email: string;
2802
- id: number;
2803
- };
2804
- }[];
2805
- id: number;
2806
- useEventLevelSelectedCalendars: boolean;
2807
- timeZone: string | null;
2808
- seatsPerTimeSlot: number | null;
2809
- schedulingType: import('../../../kysely/types.ts').SchedulingType | null;
2810
- bookingLimits: import('@prisma/client/runtime/client').JsonValue;
2811
- durationLimits: import('@prisma/client/runtime/client').JsonValue;
2812
- assignAllTeamMembers: boolean;
2813
- parent: {
2814
- team: {
2815
- id: number;
2816
- bookingLimits: import('@prisma/client/runtime/client').JsonValue;
2817
- includeManagedEventsInLimits: boolean;
2818
- } | null;
2819
- } | null;
2820
- } | null>;
2821
- getFirstEventTypeByUserId({ userId }: {
2822
- userId: number;
2823
- }): Promise<{
2824
- id: number;
2825
- } | null>;
2826
- findEventTypesWithoutChildren(eventTypeIds: number[], teamId?: number | null): Promise<{
2827
- children: {
2828
- id: number;
2829
- }[];
2830
- id: number;
2831
- }[]>;
2832
- findAllIncludingChildrenByUserId({ userId }: {
2833
- userId: number | null;
2834
- }): Promise<{
2835
- children: {
2836
- id: number;
2837
- }[];
2838
- id: number;
2839
- }[]>;
2840
- findAllIncludingChildrenByTeamId({ teamId }: {
2841
- teamId: number;
2842
- }): Promise<{
2843
- children: {
2844
- id: number;
2845
- }[];
2846
- id: number;
2847
- }[]>;
2848
- getTeamIdByEventTypeId({ id }: {
2849
- id: number;
2850
- }): Promise<{
2851
- teamId: number | null;
2852
- } | null>;
2853
- getTeamContextByEventTypeId({ id }: {
2854
- id: number;
2855
- }): Promise<{
2856
- team: {
2857
- parentId: number | null;
2858
- } | null;
2859
- teamId: number | null;
2860
- schedulingType: import('../../../kysely/types.ts').SchedulingType | null;
2861
- } | null>;
2862
- findByIdWithTeamId({ id }: {
2863
- id: number;
2864
- }): Promise<{
2865
- id: number;
2866
- teamId: number | null;
2867
- } | null>;
2868
- findByIdWithParent(eventTypeId: number): Promise<{
2869
- userId: number | null;
2870
- id: number;
2871
- parentId: number | null;
2872
- } | null>;
2873
- findManyChildEventTypes(parentId: number, excludeUserId?: number | null): Promise<{
2874
- userId: number | null;
2875
- id: number;
2876
- }[]>;
2877
- findManyWithPagination(params: {
2878
- where: Prisma.EventTypeWhereInput;
2879
- skip: number;
2880
- take: number;
2881
- orderBy?: Prisma.EventTypeOrderByWithRelationInput;
2882
- }): Promise<{
2883
- eventTypes: {
2884
- price: number;
2885
- title: string;
2886
- description: string | null;
2887
- hidden: boolean;
2888
- length: number;
2889
- currency: string;
2890
- slug: string;
2891
- userId: number | null;
2892
- id: number;
2893
- metadata: import('@prisma/client/runtime/client').JsonValue | null;
2894
- scheduleId: number | null;
2895
- createdAt: Date | null;
2896
- updatedAt: Date | null;
2897
- interfaceLanguage: string | null;
2898
- position: number;
2899
- locations: import('@prisma/client/runtime/client').JsonValue | null;
2900
- offsetStart: number;
2901
- profileId: number | null;
2902
- teamId: number | null;
2903
- useEventLevelSelectedCalendars: boolean;
2904
- eventName: string | null;
2905
- parentId: number | null;
2906
- bookingFields: import('@prisma/client/runtime/client').JsonValue | null;
2907
- timeZone: string | null;
2908
- periodType: import('../../../kysely/types.ts').PeriodType;
2909
- periodStartDate: Date | null;
2910
- periodEndDate: Date | null;
2911
- periodDays: number | null;
2912
- periodCountCalendarDays: boolean | null;
2913
- lockTimeZoneToggleOnBookingPage: boolean;
2914
- lockedTimeZone: string | null;
2915
- requiresConfirmation: boolean;
2916
- requiresConfirmationWillBlockSlot: boolean;
2917
- requiresConfirmationForFreeEmail: boolean;
2918
- requiresBookerEmailVerification: boolean;
2919
- canSendCalVideoTranscriptionEmails: boolean;
2920
- autoTranslateDescriptionEnabled: boolean;
2921
- autoTranslateInstantMeetingTitleEnabled: boolean;
2922
- recurringEvent: import('@prisma/client/runtime/client').JsonValue | null;
2923
- disableGuests: boolean;
2924
- hideCalendarNotes: boolean;
2925
- hideCalendarEventDetails: boolean;
2926
- minimumBookingNotice: number;
2927
- beforeEventBuffer: number;
2928
- afterEventBuffer: number;
2929
- seatsPerTimeSlot: number | null;
2930
- onlyShowFirstAvailableSlot: boolean;
2931
- showOptimizedSlots: boolean | null;
2932
- disableCancelling: boolean | null;
2933
- disableCancellingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
2934
- disableRescheduling: boolean | null;
2935
- disableReschedulingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
2936
- minimumRescheduleNotice: number | null;
2937
- seatsShowAttendees: boolean | null;
2938
- seatsShowAvailabilityCount: boolean | null;
2939
- schedulingType: import('../../../kysely/types.ts').SchedulingType | null;
2940
- allowReschedulingCancelledBookings: boolean | null;
2941
- slotInterval: number | null;
2942
- successRedirectUrl: string | null;
2943
- successRedirectUrlUpdatedAt: Date | null;
2944
- forwardParamsSuccessRedirect: boolean | null;
2945
- redirectUrlOnNoRoutingFormResponse: string | null;
2946
- bookingLimits: import('@prisma/client/runtime/client').JsonValue | null;
2947
- durationLimits: import('@prisma/client/runtime/client').JsonValue | null;
2948
- isInstantEvent: boolean;
2949
- instantMeetingExpiryTimeOffsetInSeconds: number;
2950
- instantMeetingScheduleId: number | null;
2951
- instantMeetingParameters: string[];
2952
- assignAllTeamMembers: boolean;
2953
- assignRRMembersUsingSegment: boolean;
2954
- rrSegmentQueryValue: import('@prisma/client/runtime/client').JsonValue | null;
2955
- useEventTypeDestinationCalendarEmail: boolean;
2956
- isRRWeightsEnabled: boolean;
2957
- maxLeadThreshold: number | null;
2958
- includeNoShowInRRCalculation: boolean;
2959
- allowReschedulingPastBookings: boolean;
2960
- hideOrganizerEmail: boolean;
2961
- maxActiveBookingsPerBooker: number | null;
2962
- maxActiveBookingPerBookerOfferReschedule: boolean;
2963
- customReplyToEmail: string | null;
2964
- eventTypeColor: import('@prisma/client/runtime/client').JsonValue | null;
2965
- rescheduleWithSameRoundRobinHost: boolean;
2966
- disableReassignment: boolean;
2967
- secondaryEmailId: number | null;
2968
- useBookerTimezone: boolean;
2969
- restrictionScheduleId: number | null;
2970
- bookingRequiresAuthentication: boolean;
2971
- rrHostSubsetEnabled: boolean;
2972
- requiresCancellationReason: import('../../../kysely/types.ts').CancellationReasonRequirement | null;
2973
- enablePerHostLocations: boolean;
2974
- shouldMergePhoneSystemFields: boolean | null;
2975
- uuid: string | null;
2976
- }[];
2977
- total: number;
2978
- }>;
2979
- /**
2980
- * List child event types for a given parent.
2981
- * Supports search, user exclusion, cursor pagination.
2982
- */
2983
- listChildEventTypes({ parentEventTypeId, excludeUserId, searchTerm, limit, cursor, }: {
2984
- parentEventTypeId: number;
2985
- excludeUserId?: number | null;
2986
- searchTerm?: string | null;
2987
- limit: number;
2988
- cursor?: number | null;
2989
- }): Promise<{
2990
- totalCount: number;
2991
- items: {
2992
- owner: {
2993
- schedules: {
2994
- availability: {
2995
- days: number[];
2996
- date: Date | null;
2997
- startTime: Date;
2998
- endTime: Date;
2999
- }[];
3000
- id: number;
3001
- timeZone: string | null;
3002
- }[];
3003
- username: string | null;
3004
- email: string;
3005
- name: string | null;
3006
- availability: {
3007
- days: number[];
3008
- date: Date | null;
3009
- userId: number | null;
3010
- id: number;
3011
- eventTypeId: number | null;
3012
- scheduleId: number | null;
3013
- createdAt: Date | null;
3014
- updatedAt: Date | null;
3015
- startTime: Date;
3016
- endTime: Date;
3017
- }[];
3018
- theme: string | null;
3019
- locked: boolean;
3020
- id: number;
3021
- metadata: import('@prisma/client/runtime/client').JsonValue;
3022
- locale: string | null;
3023
- credentials: {
3024
- type: string;
3025
- user: {
3026
- email: string;
3027
- } | null;
3028
- userId: number | null;
3029
- key: import('@prisma/client/runtime/client').JsonValue;
3030
- id: number;
3031
- teamId: number | null;
3032
- encryptedKey: string | null;
3033
- appId: string | null;
3034
- invalid: boolean | null;
3035
- delegationCredentialId: string | null;
3036
- }[];
3037
- timeZone: string;
3038
- uuid: string;
3039
- bufferTime: number;
3040
- hideBranding: boolean;
3041
- defaultScheduleId: number | null;
3042
- timeFormat: number | null;
3043
- brandColor: string | null;
3044
- darkBrandColor: string | null;
3045
- allowDynamicBooking: boolean | null;
3046
- isPlatformManaged: boolean;
3047
- destinationCalendar: {
3048
- userId: number | null;
3049
- id: number;
3050
- eventTypeId: number | null;
3051
- createdAt: Date | null;
3052
- updatedAt: Date | null;
3053
- credentialId: number | null;
3054
- delegationCredentialId: string | null;
3055
- integration: string;
3056
- externalId: string;
3057
- primaryEmail: string | null;
3058
- domainWideDelegationCredentialId: string | null;
3059
- customCalendarReminder: number | null;
3060
- } | null;
3061
- travelSchedules: {
3062
- userId: number;
3063
- id: number;
3064
- timeZone: string;
3065
- startDate: Date;
3066
- endDate: Date | null;
3067
- prevTimeZone: string | null;
3068
- }[];
3069
- selectedCalendars: {
3070
- error: string | null;
3071
- userId: number;
3072
- id: string;
3073
- eventTypeId: number | null;
3074
- createdAt: Date | null;
3075
- updatedAt: Date | null;
3076
- credentialId: number | null;
3077
- delegationCredentialId: string | null;
3078
- integration: string;
3079
- externalId: string;
3080
- domainWideDelegationCredentialId: string | null;
3081
- googleChannelId: string | null;
3082
- googleChannelKind: string | null;
3083
- googleChannelResourceId: string | null;
3084
- googleChannelResourceUri: string | null;
3085
- googleChannelExpiration: string | null;
3086
- channelId: string | null;
3087
- channelKind: string | null;
3088
- channelResourceId: string | null;
3089
- channelResourceUri: string | null;
3090
- channelExpiration: Date | null;
3091
- syncSubscribedAt: Date | null;
3092
- syncSubscribedErrorAt: Date | null;
3093
- syncSubscribedErrorCount: number;
3094
- syncToken: string | null;
3095
- syncedAt: Date | null;
3096
- syncErrorAt: Date | null;
3097
- syncErrorCount: number | null;
3098
- lastWebhookReceivedAt: Date | null;
3099
- lastErrorAt: Date | null;
3100
- watchAttempts: number;
3101
- unwatchAttempts: number;
3102
- maxAttempts: number;
3103
- }[];
3104
- } | null;
3105
- userId: number | null;
3106
- id: number;
3107
- }[];
3108
- hasMore: boolean;
3109
- nextCursor: number | null;
3110
- }>;
3111
- findChildrenByParentIdIncludeOwner(parentId: number): Promise<{
3112
- owner: {
3113
- email: string;
3114
- name: string | null;
3115
- id: number;
3116
- eventTypes: {
3117
- slug: string;
3118
- }[];
3119
- } | null;
3120
- hidden: boolean;
3121
- slug: string;
3122
- }[]>;
3123
- findByIdWithParentAndUserId(eventTypeId: number): Promise<{
3124
- userId: number | null;
3125
- id: number;
3126
- parentId: number | null;
3127
- schedulingType: import('../../../kysely/types.ts').SchedulingType | null;
3128
- } | null>;
3129
- findByIdTargetChildEventType(userId: number, parentId: number): Promise<{
3130
- userId: number | null;
3131
- id: number;
3132
- parentId: number | null;
3133
- } | null>;
3134
- findByIdIncludeBrandingInfo({ id }: {
3135
- id: number;
3136
- }): Promise<{
3137
- owner: {
3138
- id: number;
3139
- hideBranding: boolean;
3140
- profiles: {
3141
- organization: {
3142
- hideBranding: boolean;
3143
- };
3144
- }[];
3145
- } | null;
3146
- team: {
3147
- hideBranding: boolean;
3148
- parent: {
3149
- hideBranding: boolean;
3150
- } | null;
3151
- } | null;
3152
- id: number;
3153
- } | null>;
3154
- findByIdWithFullDetail({ id }: {
3155
- id: number;
3156
- }): Promise<EventTypeFullDetail>;
3157
- getMetadata(eventTypeId: number): Promise<Prisma.JsonValue>;
3158
- updateById({ id, data, select, }: {
3159
- id: number;
3160
- data: Prisma.EventTypeUpdateInput;
3161
- select: Prisma.EventTypeSelect;
3162
- }): Promise<{
3163
- bookings: {
3164
- paid: boolean;
3165
- location: string | null;
3166
- title: string;
3167
- description: string | null;
3168
- status: import('../../../kysely/types.ts').BookingStatus;
3169
- rescheduled: boolean | null;
3170
- rating: number | null;
3171
- uid: string;
3172
- userId: number | null;
3173
- id: number;
3174
- metadata: import('@prisma/client/runtime/client').JsonValue | null;
3175
- eventTypeId: number | null;
3176
- createdAt: Date;
3177
- updatedAt: Date | null;
3178
- uuid: string | null;
3179
- creationSource: import('../../../kysely/types.ts').CreationSource | null;
3180
- idempotencyKey: string | null;
3181
- userPrimaryEmail: string | null;
3182
- customInputs: import('@prisma/client/runtime/client').JsonValue | null;
3183
- responses: import('@prisma/client/runtime/client').JsonValue | null;
3184
- startTime: Date;
3185
- endTime: Date;
3186
- destinationCalendarId: number | null;
3187
- cancellationReason: string | null;
3188
- rejectionReason: string | null;
3189
- reassignReason: string | null;
3190
- reassignById: number | null;
3191
- dynamicEventSlugRef: string | null;
3192
- dynamicGroupSlugRef: string | null;
3193
- fromReschedule: string | null;
3194
- recurringEventId: string | null;
3195
- smsReminderNumber: string | null;
3196
- scheduledJobs: string[];
3197
- isRecorded: boolean;
3198
- iCalUID: string | null;
3199
- iCalSequence: number;
3200
- ratingFeedback: string | null;
3201
- noShowHost: boolean | null;
3202
- oneTimePassword: string | null;
3203
- cancelledBy: string | null;
3204
- rescheduledBy: string | null;
3205
- }[];
3206
- schedule: {
3207
- name: string;
3208
- userId: number;
3209
- id: number;
3210
- timeZone: string | null;
3211
- } | null;
3212
- profile: {
3213
- username: string;
3214
- uid: string;
3215
- organizationId: number;
3216
- userId: number;
3217
- id: number;
3218
- createdAt: Date;
3219
- updatedAt: Date;
3220
- } | null;
3221
- price: number;
3222
- webhooks: {
3223
- active: boolean;
3224
- secret: string | null;
3225
- time: number | null;
3226
- platform: boolean;
3227
- userId: number | null;
3228
- id: string;
3229
- version: string;
3230
- eventTypeId: number | null;
3231
- createdAt: Date;
3232
- teamId: number | null;
3233
- appId: string | null;
3234
- platformOAuthClientId: string | null;
3235
- subscriberUrl: string;
3236
- payloadTemplate: string | null;
3237
- eventTriggers: import('../../../kysely/types.ts').WebhookTriggerEvents[];
3238
- timeUnit: import('../../../kysely/types.ts').TimeUnit | null;
3239
- }[];
3240
- owner: {
3241
- username: string | null;
3242
- email: string;
3243
- role: import('../../../kysely/types.ts').UserPermissionRole;
3244
- name: string | null;
3245
- bio: string | null;
3246
- theme: string | null;
3247
- verified: boolean | null;
3248
- locked: boolean;
3249
- organizationId: number | null;
3250
- id: number;
3251
- metadata: import('@prisma/client/runtime/client').JsonValue | null;
3252
- locale: string | null;
3253
- timeZone: string;
3254
- requiresBookerEmailVerification: boolean | null;
3255
- uuid: string;
3256
- emailVerified: Date | null;
3257
- avatarUrl: string | null;
3258
- weekStart: string;
3259
- bufferTime: number;
3260
- hideBranding: boolean;
3261
- appTheme: string | null;
3262
- createdDate: Date;
3263
- trialEndsAt: Date | null;
3264
- lastActiveAt: Date | null;
3265
- defaultScheduleId: number | null;
3266
- completedOnboarding: boolean;
3267
- timeFormat: number | null;
3268
- twoFactorSecret: string | null;
3269
- twoFactorEnabled: boolean;
3270
- backupCodes: string | null;
3271
- identityProvider: import('../../../kysely/types.ts').IdentityProvider;
3272
- identityProviderId: string | null;
3273
- invitedTo: number | null;
3274
- brandColor: string | null;
3275
- darkBrandColor: string | null;
3276
- allowDynamicBooking: boolean | null;
3277
- allowSEOIndexing: boolean | null;
3278
- receiveMonthlyDigestEmail: boolean | null;
3279
- disableImpersonation: boolean;
3280
- movedToProfileId: number | null;
3281
- isPlatformManaged: boolean;
3282
- smsLockState: import('../../../kysely/types.ts').SMSLockState;
3283
- smsLockReviewedByAdmin: boolean;
3284
- referralLinkId: string | null;
3285
- creationSource: import('../../../kysely/types.ts').CreationSource | null;
3286
- whitelistWorkflows: boolean;
3287
- autoOptInFeatures: boolean;
3288
- } | null;
3289
- title: string;
3290
- description: string | null;
3291
- hidden: boolean;
3292
- team: {
3293
- name: string;
3294
- bio: string | null;
3295
- theme: string | null;
3296
- slug: string | null;
3297
- id: number;
3298
- metadata: import('@prisma/client/runtime/client').JsonValue | null;
3299
- createdAt: Date;
3300
- parentId: number | null;
3301
- timeZone: string;
3302
- bookingLimits: import('@prisma/client/runtime/client').JsonValue | null;
3303
- weekStart: string;
3304
- hideBranding: boolean;
3305
- timeFormat: number | null;
3306
- brandColor: string | null;
3307
- darkBrandColor: string | null;
3308
- smsLockState: import('../../../kysely/types.ts').SMSLockState;
3309
- smsLockReviewedByAdmin: boolean;
3310
- autoOptInFeatures: boolean;
3311
- logoUrl: string | null;
3312
- calVideoLogo: string | null;
3313
- appLogo: string | null;
3314
- appIconLogo: string | null;
3315
- hideTeamProfileLink: boolean;
3316
- isPrivate: boolean;
3317
- hideBookATeamMember: boolean;
3318
- rrResetInterval: import('../../../kysely/types.ts').RRResetInterval | null;
3319
- rrTimestampBasis: import('../../../kysely/types.ts').RRTimestampBasis;
3320
- bannerUrl: string | null;
3321
- isOrganization: boolean;
3322
- pendingPayment: boolean;
3323
- isPlatform: boolean;
3324
- createdByOAuthClientId: string | null;
3325
- includeManagedEventsInLimits: boolean;
3326
- } | null;
3327
- availability: {
3328
- days: number[];
3329
- date: Date | null;
3330
- userId: number | null;
3331
- id: number;
3332
- eventTypeId: number | null;
3333
- scheduleId: number | null;
3334
- createdAt: Date | null;
3335
- updatedAt: Date | null;
3336
- startTime: Date;
3337
- endTime: Date;
3338
- }[];
3339
- length: number;
3340
- workflows: {
3341
- id: number;
3342
- eventTypeId: number;
3343
- workflowId: number;
3344
- }[];
3345
- users: {
3346
- username: string | null;
3347
- email: string;
3348
- role: import('../../../kysely/types.ts').UserPermissionRole;
3349
- name: string | null;
3350
- bio: string | null;
3351
- theme: string | null;
3352
- verified: boolean | null;
3353
- locked: boolean;
3354
- organizationId: number | null;
3355
- id: number;
3356
- metadata: import('@prisma/client/runtime/client').JsonValue | null;
3357
- locale: string | null;
3358
- timeZone: string;
3359
- requiresBookerEmailVerification: boolean | null;
3360
- uuid: string;
3361
- emailVerified: Date | null;
3362
- avatarUrl: string | null;
3363
- weekStart: string;
3364
- bufferTime: number;
3365
- hideBranding: boolean;
3366
- appTheme: string | null;
3367
- createdDate: Date;
3368
- trialEndsAt: Date | null;
3369
- lastActiveAt: Date | null;
3370
- defaultScheduleId: number | null;
3371
- completedOnboarding: boolean;
3372
- timeFormat: number | null;
3373
- twoFactorSecret: string | null;
3374
- twoFactorEnabled: boolean;
3375
- backupCodes: string | null;
3376
- identityProvider: import('../../../kysely/types.ts').IdentityProvider;
3377
- identityProviderId: string | null;
3378
- invitedTo: number | null;
3379
- brandColor: string | null;
3380
- darkBrandColor: string | null;
3381
- allowDynamicBooking: boolean | null;
3382
- allowSEOIndexing: boolean | null;
3383
- receiveMonthlyDigestEmail: boolean | null;
3384
- disableImpersonation: boolean;
3385
- movedToProfileId: number | null;
3386
- isPlatformManaged: boolean;
3387
- smsLockState: import('../../../kysely/types.ts').SMSLockState;
3388
- smsLockReviewedByAdmin: boolean;
3389
- referralLinkId: string | null;
3390
- creationSource: import('../../../kysely/types.ts').CreationSource | null;
3391
- whitelistWorkflows: boolean;
3392
- autoOptInFeatures: boolean;
3393
- }[];
3394
- hosts: {
3395
- weight: number | null;
3396
- userId: number;
3397
- priority: number | null;
3398
- eventTypeId: number;
3399
- isFixed: boolean;
3400
- weightAdjustment: number | null;
3401
- scheduleId: number | null;
3402
- createdAt: Date;
3403
- groupId: string | null;
3404
- memberId: number | null;
3405
- }[];
3406
- currency: string;
3407
- slug: string;
3408
- children: {
3409
- price: number;
3410
- title: string;
3411
- description: string | null;
3412
- hidden: boolean;
3413
- length: number;
3414
- currency: string;
3415
- slug: string;
3416
- userId: number | null;
3417
- id: number;
3418
- metadata: import('@prisma/client/runtime/client').JsonValue | null;
3419
- scheduleId: number | null;
3420
- createdAt: Date | null;
3421
- updatedAt: Date | null;
3422
- interfaceLanguage: string | null;
3423
- position: number;
3424
- locations: import('@prisma/client/runtime/client').JsonValue | null;
3425
- offsetStart: number;
3426
- profileId: number | null;
3427
- teamId: number | null;
3428
- useEventLevelSelectedCalendars: boolean;
3429
- eventName: string | null;
3430
- parentId: number | null;
3431
- bookingFields: import('@prisma/client/runtime/client').JsonValue | null;
3432
- timeZone: string | null;
3433
- periodType: import('../../../kysely/types.ts').PeriodType;
3434
- periodStartDate: Date | null;
3435
- periodEndDate: Date | null;
3436
- periodDays: number | null;
3437
- periodCountCalendarDays: boolean | null;
3438
- lockTimeZoneToggleOnBookingPage: boolean;
3439
- lockedTimeZone: string | null;
3440
- requiresConfirmation: boolean;
3441
- requiresConfirmationWillBlockSlot: boolean;
3442
- requiresConfirmationForFreeEmail: boolean;
3443
- requiresBookerEmailVerification: boolean;
3444
- canSendCalVideoTranscriptionEmails: boolean;
3445
- autoTranslateDescriptionEnabled: boolean;
3446
- autoTranslateInstantMeetingTitleEnabled: boolean;
3447
- recurringEvent: import('@prisma/client/runtime/client').JsonValue | null;
3448
- disableGuests: boolean;
3449
- hideCalendarNotes: boolean;
3450
- hideCalendarEventDetails: boolean;
3451
- minimumBookingNotice: number;
3452
- beforeEventBuffer: number;
3453
- afterEventBuffer: number;
3454
- seatsPerTimeSlot: number | null;
3455
- onlyShowFirstAvailableSlot: boolean;
3456
- showOptimizedSlots: boolean | null;
3457
- disableCancelling: boolean | null;
3458
- disableCancellingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
3459
- disableRescheduling: boolean | null;
3460
- disableReschedulingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
3461
- minimumRescheduleNotice: number | null;
3462
- seatsShowAttendees: boolean | null;
3463
- seatsShowAvailabilityCount: boolean | null;
3464
- schedulingType: import('../../../kysely/types.ts').SchedulingType | null;
3465
- allowReschedulingCancelledBookings: boolean | null;
3466
- slotInterval: number | null;
3467
- successRedirectUrl: string | null;
3468
- successRedirectUrlUpdatedAt: Date | null;
3469
- forwardParamsSuccessRedirect: boolean | null;
3470
- redirectUrlOnNoRoutingFormResponse: string | null;
3471
- bookingLimits: import('@prisma/client/runtime/client').JsonValue | null;
3472
- durationLimits: import('@prisma/client/runtime/client').JsonValue | null;
3473
- isInstantEvent: boolean;
3474
- instantMeetingExpiryTimeOffsetInSeconds: number;
3475
- instantMeetingScheduleId: number | null;
3476
- instantMeetingParameters: string[];
3477
- assignAllTeamMembers: boolean;
3478
- assignRRMembersUsingSegment: boolean;
3479
- rrSegmentQueryValue: import('@prisma/client/runtime/client').JsonValue | null;
3480
- useEventTypeDestinationCalendarEmail: boolean;
3481
- isRRWeightsEnabled: boolean;
3482
- maxLeadThreshold: number | null;
3483
- includeNoShowInRRCalculation: boolean;
3484
- allowReschedulingPastBookings: boolean;
3485
- hideOrganizerEmail: boolean;
3486
- maxActiveBookingsPerBooker: number | null;
3487
- maxActiveBookingPerBookerOfferReschedule: boolean;
3488
- customReplyToEmail: string | null;
3489
- eventTypeColor: import('@prisma/client/runtime/client').JsonValue | null;
3490
- rescheduleWithSameRoundRobinHost: boolean;
3491
- disableReassignment: boolean;
3492
- secondaryEmailId: number | null;
3493
- useBookerTimezone: boolean;
3494
- restrictionScheduleId: number | null;
3495
- bookingRequiresAuthentication: boolean;
3496
- rrHostSubsetEnabled: boolean;
3497
- requiresCancellationReason: import('../../../kysely/types.ts').CancellationReasonRequirement | null;
3498
- enablePerHostLocations: boolean;
3499
- shouldMergePhoneSystemFields: boolean | null;
3500
- uuid: string | null;
3501
- }[];
3502
- userId: number | null;
3503
- id: number;
3504
- metadata: import('@prisma/client/runtime/client').JsonValue;
3505
- scheduleId: number | null;
3506
- createdAt: Date | null;
3507
- updatedAt: Date | null;
3508
- interfaceLanguage: string | null;
3509
- position: number;
3510
- locations: import('@prisma/client/runtime/client').JsonValue;
3511
- offsetStart: number;
3512
- profileId: number | null;
3513
- teamId: number | null;
3514
- useEventLevelSelectedCalendars: boolean;
3515
- eventName: string | null;
3516
- parentId: number | null;
3517
- bookingFields: import('@prisma/client/runtime/client').JsonValue;
3518
- timeZone: string | null;
3519
- periodType: import('../../../kysely/types.ts').PeriodType;
3520
- periodStartDate: Date | null;
3521
- periodEndDate: Date | null;
3522
- periodDays: number | null;
3523
- periodCountCalendarDays: boolean | null;
3524
- lockTimeZoneToggleOnBookingPage: boolean;
3525
- lockedTimeZone: string | null;
3526
- requiresConfirmation: boolean;
3527
- requiresConfirmationWillBlockSlot: boolean;
3528
- requiresConfirmationForFreeEmail: boolean;
3529
- requiresBookerEmailVerification: boolean;
3530
- canSendCalVideoTranscriptionEmails: boolean;
3531
- autoTranslateDescriptionEnabled: boolean;
3532
- autoTranslateInstantMeetingTitleEnabled: boolean;
3533
- recurringEvent: import('@prisma/client/runtime/client').JsonValue;
3534
- disableGuests: boolean;
3535
- hideCalendarNotes: boolean;
3536
- hideCalendarEventDetails: boolean;
3537
- minimumBookingNotice: number;
3538
- beforeEventBuffer: number;
3539
- afterEventBuffer: number;
3540
- seatsPerTimeSlot: number | null;
3541
- onlyShowFirstAvailableSlot: boolean;
3542
- showOptimizedSlots: boolean | null;
3543
- disableCancelling: boolean | null;
3544
- disableCancellingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
3545
- disableRescheduling: boolean | null;
3546
- disableReschedulingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
3547
- minimumRescheduleNotice: number | null;
3548
- seatsShowAttendees: boolean | null;
3549
- seatsShowAvailabilityCount: boolean | null;
3550
- schedulingType: import('../../../kysely/types.ts').SchedulingType | null;
3551
- allowReschedulingCancelledBookings: boolean | null;
3552
- slotInterval: number | null;
3553
- successRedirectUrl: string | null;
3554
- successRedirectUrlUpdatedAt: Date | null;
3555
- forwardParamsSuccessRedirect: boolean | null;
3556
- redirectUrlOnNoRoutingFormResponse: string | null;
3557
- bookingLimits: import('@prisma/client/runtime/client').JsonValue;
3558
- durationLimits: import('@prisma/client/runtime/client').JsonValue;
3559
- isInstantEvent: boolean;
3560
- instantMeetingExpiryTimeOffsetInSeconds: number;
3561
- instantMeetingScheduleId: number | null;
3562
- instantMeetingParameters: string[];
3563
- assignAllTeamMembers: boolean;
3564
- assignRRMembersUsingSegment: boolean;
3565
- rrSegmentQueryValue: import('@prisma/client/runtime/client').JsonValue;
3566
- useEventTypeDestinationCalendarEmail: boolean;
3567
- isRRWeightsEnabled: boolean;
3568
- maxLeadThreshold: number | null;
3569
- includeNoShowInRRCalculation: boolean;
3570
- allowReschedulingPastBookings: boolean;
3571
- hideOrganizerEmail: boolean;
3572
- maxActiveBookingsPerBooker: number | null;
3573
- maxActiveBookingPerBookerOfferReschedule: boolean;
3574
- customReplyToEmail: string | null;
3575
- eventTypeColor: import('@prisma/client/runtime/client').JsonValue;
3576
- rescheduleWithSameRoundRobinHost: boolean;
3577
- disableReassignment: boolean;
3578
- secondaryEmailId: number | null;
3579
- useBookerTimezone: boolean;
3580
- restrictionScheduleId: number | null;
3581
- bookingRequiresAuthentication: boolean;
3582
- rrHostSubsetEnabled: boolean;
3583
- requiresCancellationReason: import('../../../kysely/types.ts').CancellationReasonRequirement | null;
3584
- enablePerHostLocations: boolean;
3585
- shouldMergePhoneSystemFields: boolean | null;
3586
- uuid: string | null;
3587
- customInputs: {
3588
- required: boolean;
3589
- label: string;
3590
- placeholder: string;
3591
- type: import('../../../kysely/types.ts').EventTypeCustomInputType;
3592
- options: import('@prisma/client/runtime/client').JsonValue | null;
3593
- id: number;
3594
- eventTypeId: number;
3595
- }[];
3596
- calVideoSettings: {
3597
- eventTypeId: number;
3598
- createdAt: Date;
3599
- updatedAt: Date;
3600
- disableRecordingForOrganizer: boolean;
3601
- disableRecordingForGuests: boolean;
3602
- enableAutomaticTranscription: boolean;
3603
- enableAutomaticRecordingForOrganizer: boolean;
3604
- redirectUrlOnExit: string | null;
3605
- disableTranscriptionForGuests: boolean;
3606
- disableTranscriptionForOrganizer: boolean;
3607
- requireEmailForGuests: boolean;
3608
- } | null;
3609
- destinationCalendar: {
3610
- userId: number | null;
3611
- id: number;
3612
- eventTypeId: number | null;
3613
- createdAt: Date | null;
3614
- updatedAt: Date | null;
3615
- credentialId: number | null;
3616
- delegationCredentialId: string | null;
3617
- integration: string;
3618
- externalId: string;
3619
- primaryEmail: string | null;
3620
- domainWideDelegationCredentialId: string | null;
3621
- customCalendarReminder: number | null;
3622
- } | null;
3623
- hashedLink: {
3624
- link: string;
3625
- id: number;
3626
- eventTypeId: number;
3627
- expiresAt: Date | null;
3628
- maxUsageCount: number;
3629
- usageCount: number;
3630
- }[];
3631
- secondaryEmail: {
3632
- email: string;
3633
- userId: number;
3634
- id: number;
3635
- emailVerified: Date | null;
3636
- } | null;
3637
- selectedCalendars: {
3638
- error: string | null;
3639
- userId: number;
3640
- id: string;
3641
- eventTypeId: number | null;
3642
- createdAt: Date | null;
3643
- updatedAt: Date | null;
3644
- credentialId: number | null;
3645
- delegationCredentialId: string | null;
3646
- integration: string;
3647
- externalId: string;
3648
- domainWideDelegationCredentialId: string | null;
3649
- googleChannelId: string | null;
3650
- googleChannelKind: string | null;
3651
- googleChannelResourceId: string | null;
3652
- googleChannelResourceUri: string | null;
3653
- googleChannelExpiration: string | null;
3654
- channelId: string | null;
3655
- channelKind: string | null;
3656
- channelResourceId: string | null;
3657
- channelResourceUri: string | null;
3658
- channelExpiration: Date | null;
3659
- syncSubscribedAt: Date | null;
3660
- syncSubscribedErrorAt: Date | null;
3661
- syncSubscribedErrorCount: number;
3662
- syncToken: string | null;
3663
- syncedAt: Date | null;
3664
- syncErrorAt: Date | null;
3665
- syncErrorCount: number | null;
3666
- lastWebhookReceivedAt: Date | null;
3667
- lastErrorAt: Date | null;
3668
- watchAttempts: number;
3669
- unwatchAttempts: number;
3670
- maxAttempts: number;
3671
- }[];
3672
- _count: {
3673
- hosts: number;
3674
- users: number;
3675
- owner: number;
3676
- profile: number;
3677
- team: number;
3678
- hashedLink: number;
3679
- bookings: number;
3680
- availability: number;
3681
- webhooks: number;
3682
- destinationCalendar: number;
3683
- customInputs: number;
3684
- parent: number;
3685
- children: number;
3686
- schedule: number;
3687
- workflows: number;
3688
- instantMeetingSchedule: number;
3689
- aiPhoneCallConfig: number;
3690
- fieldTranslations: number;
3691
- selectedCalendars: number;
3692
- calVideoSettings: number;
3693
- secondaryEmail: number;
3694
- restrictionSchedule: number;
3695
- hostGroups: number;
3696
- };
3697
- parent: {
3698
- price: number;
3699
- title: string;
3700
- description: string | null;
3701
- hidden: boolean;
3702
- length: number;
3703
- currency: string;
3704
- slug: string;
3705
- userId: number | null;
3706
- id: number;
3707
- metadata: import('@prisma/client/runtime/client').JsonValue | null;
3708
- scheduleId: number | null;
3709
- createdAt: Date | null;
3710
- updatedAt: Date | null;
3711
- interfaceLanguage: string | null;
3712
- position: number;
3713
- locations: import('@prisma/client/runtime/client').JsonValue | null;
3714
- offsetStart: number;
3715
- profileId: number | null;
3716
- teamId: number | null;
3717
- useEventLevelSelectedCalendars: boolean;
3718
- eventName: string | null;
3719
- parentId: number | null;
3720
- bookingFields: import('@prisma/client/runtime/client').JsonValue | null;
3721
- timeZone: string | null;
3722
- periodType: import('../../../kysely/types.ts').PeriodType;
3723
- periodStartDate: Date | null;
3724
- periodEndDate: Date | null;
3725
- periodDays: number | null;
3726
- periodCountCalendarDays: boolean | null;
3727
- lockTimeZoneToggleOnBookingPage: boolean;
3728
- lockedTimeZone: string | null;
3729
- requiresConfirmation: boolean;
3730
- requiresConfirmationWillBlockSlot: boolean;
3731
- requiresConfirmationForFreeEmail: boolean;
3732
- requiresBookerEmailVerification: boolean;
3733
- canSendCalVideoTranscriptionEmails: boolean;
3734
- autoTranslateDescriptionEnabled: boolean;
3735
- autoTranslateInstantMeetingTitleEnabled: boolean;
3736
- recurringEvent: import('@prisma/client/runtime/client').JsonValue | null;
3737
- disableGuests: boolean;
3738
- hideCalendarNotes: boolean;
3739
- hideCalendarEventDetails: boolean;
3740
- minimumBookingNotice: number;
3741
- beforeEventBuffer: number;
3742
- afterEventBuffer: number;
3743
- seatsPerTimeSlot: number | null;
3744
- onlyShowFirstAvailableSlot: boolean;
3745
- showOptimizedSlots: boolean | null;
3746
- disableCancelling: boolean | null;
3747
- disableCancellingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
3748
- disableRescheduling: boolean | null;
3749
- disableReschedulingScope: import('../../../kysely/types.ts').DisableCancelRescheduleScope | null;
3750
- minimumRescheduleNotice: number | null;
3751
- seatsShowAttendees: boolean | null;
3752
- seatsShowAvailabilityCount: boolean | null;
3753
- schedulingType: import('../../../kysely/types.ts').SchedulingType | null;
3754
- allowReschedulingCancelledBookings: boolean | null;
3755
- slotInterval: number | null;
3756
- successRedirectUrl: string | null;
3757
- successRedirectUrlUpdatedAt: Date | null;
3758
- forwardParamsSuccessRedirect: boolean | null;
3759
- redirectUrlOnNoRoutingFormResponse: string | null;
3760
- bookingLimits: import('@prisma/client/runtime/client').JsonValue | null;
3761
- durationLimits: import('@prisma/client/runtime/client').JsonValue | null;
3762
- isInstantEvent: boolean;
3763
- instantMeetingExpiryTimeOffsetInSeconds: number;
3764
- instantMeetingScheduleId: number | null;
3765
- instantMeetingParameters: string[];
3766
- assignAllTeamMembers: boolean;
3767
- assignRRMembersUsingSegment: boolean;
3768
- rrSegmentQueryValue: import('@prisma/client/runtime/client').JsonValue | null;
3769
- useEventTypeDestinationCalendarEmail: boolean;
3770
- isRRWeightsEnabled: boolean;
3771
- maxLeadThreshold: number | null;
3772
- includeNoShowInRRCalculation: boolean;
3773
- allowReschedulingPastBookings: boolean;
3774
- hideOrganizerEmail: boolean;
3775
- maxActiveBookingsPerBooker: number | null;
3776
- maxActiveBookingPerBookerOfferReschedule: boolean;
3777
- customReplyToEmail: string | null;
3778
- eventTypeColor: import('@prisma/client/runtime/client').JsonValue | null;
3779
- rescheduleWithSameRoundRobinHost: boolean;
3780
- disableReassignment: boolean;
3781
- secondaryEmailId: number | null;
3782
- useBookerTimezone: boolean;
3783
- restrictionScheduleId: number | null;
3784
- bookingRequiresAuthentication: boolean;
3785
- rrHostSubsetEnabled: boolean;
3786
- requiresCancellationReason: import('../../../kysely/types.ts').CancellationReasonRequirement | null;
3787
- enablePerHostLocations: boolean;
3788
- shouldMergePhoneSystemFields: boolean | null;
3789
- uuid: string | null;
3790
- } | null;
3791
- instantMeetingSchedule: {
3792
- name: string;
3793
- userId: number;
3794
- id: number;
3795
- timeZone: string | null;
3796
- } | null;
3797
- aiPhoneCallConfig: {
3798
- enabled: boolean;
3799
- id: number;
3800
- eventTypeId: number;
3801
- templateType: string;
3802
- schedulerName: string | null;
3803
- generalPrompt: string | null;
3804
- yourPhoneNumber: string;
3805
- numberToCall: string;
3806
- guestName: string | null;
3807
- guestEmail: string | null;
3808
- guestCompany: string | null;
3809
- beginMessage: string | null;
3810
- llmId: string | null;
3811
- } | null;
3812
- fieldTranslations: {
3813
- uid: string;
3814
- eventTypeId: number;
3815
- createdAt: Date;
3816
- updatedAt: Date;
3817
- sourceLocale: string;
3818
- updatedBy: number | null;
3819
- field: import('../../../kysely/types.ts').EventTypeAutoTranslatedField;
3820
- targetLocale: string;
3821
- translatedText: string;
3822
- createdBy: number;
3823
- }[];
3824
- restrictionSchedule: {
3825
- name: string;
3826
- userId: number;
3827
- id: number;
3828
- timeZone: string | null;
3829
- } | null;
3830
- hostGroups: {
3831
- name: string;
3832
- id: string;
3833
- eventTypeId: number | null;
3834
- createdAt: Date;
3835
- updatedAt: Date;
3836
- }[];
3837
- }>;
3838
- syncHostGroups({ eventTypeId, hostGroups, }: {
3839
- eventTypeId: number;
3840
- hostGroups: {
3841
- id: string;
3842
- name: string;
3843
- }[];
3844
- }): Promise<void>;
3845
- deleteHostLocations(deletions: {
3846
- userId: number;
3847
- eventTypeId: number;
3848
- }[]): Promise<Prisma.BatchPayload>;
3849
- deleteEmptyHostGroups({ eventTypeId }: {
3850
- eventTypeId: number;
3851
- }): Promise<Prisma.BatchPayload>;
3852
- findWorkflowsByEventTypeIdAndTrigger({ eventTypeId, trigger, }: {
3853
- eventTypeId: number;
3854
- trigger: WorkflowTriggerEvents;
3855
- }): Promise<{
3856
- trigger: import('../../../kysely/types.ts').WorkflowTriggerEvents;
3857
- id: number;
3858
- steps: {
3859
- action: import('../../../kysely/types.ts').WorkflowActions;
3860
- }[];
3861
- }[]>;
3862
- findVerifiedSecondaryEmail({ id, userId }: {
3863
- id: number;
3864
- userId: number;
3865
- }): Promise<{
3866
- id: number;
3867
- emailVerified: Date | null;
3868
- } | null>;
3869
- upsertAIPhoneCallConfig({ eventTypeId, config, }: {
3870
- eventTypeId: number;
3871
- config: Prisma.AIPhoneCallConfigurationCreateWithoutEventTypeInput;
3872
- }): Promise<{
3873
- enabled: boolean;
3874
- id: number;
3875
- eventTypeId: number;
3876
- templateType: string;
3877
- schedulerName: string | null;
3878
- generalPrompt: string | null;
3879
- yourPhoneNumber: string;
3880
- numberToCall: string;
3881
- guestName: string | null;
3882
- guestEmail: string | null;
3883
- guestCompany: string | null;
3884
- beginMessage: string | null;
3885
- llmId: string | null;
3886
- }>;
3887
- deleteAIPhoneCallConfig({ eventTypeId }: {
3888
- eventTypeId: number;
3889
- }): Promise<{
3890
- enabled: boolean;
3891
- id: number;
3892
- eventTypeId: number;
3893
- templateType: string;
3894
- schedulerName: string | null;
3895
- generalPrompt: string | null;
3896
- yourPhoneNumber: string;
3897
- numberToCall: string;
3898
- guestName: string | null;
3899
- guestEmail: string | null;
3900
- guestCompany: string | null;
3901
- beginMessage: string | null;
3902
- llmId: string | null;
3903
- }>;
3904
- getEventTypeList({ teamId, userId, isAll, user, }: {
3905
- teamId: number | null | undefined;
3906
- userId: number | null | undefined;
3907
- isAll: boolean | undefined;
3908
- user: {
3909
- id: number;
3910
- organizationId: number | null;
3911
- isOwnerAdminOfParentTeam: boolean;
3912
- };
3913
- }): Promise<{
3914
- title: string;
3915
- team: {
3916
- name: string;
3917
- } | null;
3918
- slug: string;
3919
- userId: number | null;
3920
- id: number;
3921
- teamId: number | null;
3922
- }[]>;
3923
- findManyByAppMetadataCredentialId({ appSlug, credentialId, }: {
3924
- appSlug: string;
3925
- credentialId: number;
3926
- }): Promise<{
3927
- id: number;
3928
- metadata: import('@prisma/client/runtime/client').JsonValue;
3929
- }[]>;
3930
- }
3931
- export {};
3932
- //# sourceMappingURL=eventTypeRepository.d.ts.map