@calcom/atoms 2.6.0 → 2.7.1

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 (4443) hide show
  1. package/README.md +63 -51
  2. package/dist/cal-atoms.css +1 -1
  3. package/dist/cal-atoms.js +18 -18
  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 +140 -37
  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-INmIRs8-.js +0 -29
  1381. package/dist/AlbyPriceComponent-C_Gtm7T6.js +0 -372
  1382. package/dist/AppCard-Jly1hUzJ.js +0 -232
  1383. package/dist/AppListCardPlatformWrapper-Dfvg0jJ4.js +0 -9
  1384. package/dist/AppListCardWebWrapper-5UxMkTRD.js +0 -97
  1385. package/dist/AppSettingsInterface-BW1HEirp.js +0 -29
  1386. package/dist/AppSettingsInterface-C_G2HEx1.js +0 -75
  1387. package/dist/AppSettingsInterface-DMmIDFez.js +0 -23
  1388. package/dist/DateRangePicker-DYZMYZrR.js +0 -1434
  1389. package/dist/EventTypeAppCardInterface-5SZquLGh.js +0 -43
  1390. package/dist/EventTypeAppCardInterface-AiVLQt6e.js +0 -39
  1391. package/dist/EventTypeAppCardInterface-B04SMxB_.js +0 -29
  1392. package/dist/EventTypeAppCardInterface-B0Id4aDq.js +0 -35
  1393. package/dist/EventTypeAppCardInterface-BF0QRXBm.js +0 -33
  1394. package/dist/EventTypeAppCardInterface-BFi1f8EH.js +0 -52
  1395. package/dist/EventTypeAppCardInterface-Bz6kbQBF.js +0 -33
  1396. package/dist/EventTypeAppCardInterface-C-9q1Pgv.js +0 -1402
  1397. package/dist/EventTypeAppCardInterface-C0B8brbX.js +0 -44
  1398. package/dist/EventTypeAppCardInterface-CPWGyDsB.js +0 -35
  1399. package/dist/EventTypeAppCardInterface-CbAAfPzI.js +0 -29
  1400. package/dist/EventTypeAppCardInterface-CcH_pTPb.js +0 -44
  1401. package/dist/EventTypeAppCardInterface-Ccbh0lE5.js +0 -34
  1402. package/dist/EventTypeAppCardInterface-CcfHXA9X.js +0 -43
  1403. package/dist/EventTypeAppCardInterface-CgHm_UTp.js +0 -87
  1404. package/dist/EventTypeAppCardInterface-DHNaymv9.js +0 -35
  1405. package/dist/EventTypeAppCardInterface-DIvOvqNe.js +0 -29
  1406. package/dist/EventTypeAppCardInterface-DNd_P6LS.js +0 -35
  1407. package/dist/EventTypeAppCardInterface-DOJnmkX5.js +0 -25
  1408. package/dist/EventTypeAppCardInterface-DQOs5zow.js +0 -56
  1409. package/dist/EventTypeAppCardInterface-DiEndqtB.js +0 -35
  1410. package/dist/EventTypeAppCardInterface-DzBaD2iI.js +0 -39
  1411. package/dist/EventTypeAppCardInterface-FUX1nD4I.js +0 -44
  1412. package/dist/EventTypeAppCardInterface-J1sPid30.js +0 -39
  1413. package/dist/EventTypeAppCardInterface-LlkvSyXU.js +0 -41
  1414. package/dist/EventTypeAppCardInterface-VKJISMU_.js +0 -36
  1415. package/dist/EventTypeAppCardInterface-mSg8w4Wv.js +0 -616
  1416. package/dist/EventTypeAppCardInterface-oELnGHj7.js +0 -54
  1417. package/dist/EventTypeAppSettingsInterface--bM-v-2f.js +0 -23
  1418. package/dist/EventTypeAppSettingsInterface-C2VeNfWl.js +0 -55
  1419. package/dist/EventTypeAppSettingsInterface-CcopfL0O.js +0 -343
  1420. package/dist/EventTypeAppSettingsInterface-CospBDnp.js +0 -103
  1421. package/dist/EventTypeAppSettingsInterface-CotkiiMf.js +0 -221
  1422. package/dist/EventTypeAppSettingsInterface-D-QGHf2b.js +0 -25
  1423. package/dist/EventTypeAppSettingsInterface-D7zovxei.js +0 -72
  1424. package/dist/EventTypeAppSettingsInterface-DEfLbYcF.js +0 -56
  1425. package/dist/EventTypeAppSettingsInterface-DYHjvMy2.js +0 -78
  1426. package/dist/EventTypeAppSettingsInterface-DesLYNzu.js +0 -106
  1427. package/dist/EventTypeAppSettingsInterface-DoeUQnIb.js +0 -42
  1428. package/dist/EventTypeAppSettingsInterface-Dq2HBfY2.js +0 -43
  1429. package/dist/EventTypeAppSettingsInterface-fKNVuyJB.js +0 -48
  1430. package/dist/EventTypeAppSettingsInterface-qTJxM2CJ.js +0 -24
  1431. package/dist/InstallAppButton-16Gy65tx.js +0 -14
  1432. package/dist/InstallAppButton-B68jfFfO.js +0 -93
  1433. package/dist/InstallAppButton-BdAHg4Ly.js +0 -29
  1434. package/dist/InstallAppButton-Bqr77mlF.js +0 -14
  1435. package/dist/PhoneInput-BTpX6Hp6.js +0 -1402
  1436. package/dist/StripePaymentForm-vfC0WlVJ.js +0 -492
  1437. package/dist/currencyOptions-r01lKGBF.js +0 -61
  1438. package/dist/index-C-6UACoM.js +0 -26
  1439. package/dist/index-DjKXpoZ-.js +0 -174140
  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 -36
  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 -130
  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 -69
  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 -523
  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 -131
  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 -63
  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 -42
  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 -842
  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 -1569
  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 -834
  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 -485
  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 -1320
  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-preference.test.d.ts +0 -2
  2065. package/dist/packages/features/data-table/__tests__/filterSegments/get-preference.test.d.ts.map +0 -1
  2066. package/dist/packages/features/data-table/__tests__/filterSegments/get-segments.test.d.ts +0 -2
  2067. package/dist/packages/features/data-table/__tests__/filterSegments/get-segments.test.d.ts.map +0 -1
  2068. package/dist/packages/features/data-table/__tests__/filterSegments/update.test.d.ts +0 -2
  2069. package/dist/packages/features/data-table/__tests__/filterSegments/update.test.d.ts.map +0 -1
  2070. package/dist/packages/features/data-table/index.d.ts +0 -5
  2071. package/dist/packages/features/data-table/index.d.ts.map +0 -1
  2072. package/dist/packages/features/data-table/lib/__tests__/picker-date-constraints.test.d.ts +0 -2
  2073. package/dist/packages/features/data-table/lib/__tests__/picker-date-constraints.test.d.ts.map +0 -1
  2074. package/dist/packages/features/data-table/lib/__tests__/preserveLocalTime.test.d.ts +0 -2
  2075. package/dist/packages/features/data-table/lib/__tests__/preserveLocalTime.test.d.ts.map +0 -1
  2076. package/dist/packages/features/data-table/lib/__tests__/server.test.d.ts +0 -2
  2077. package/dist/packages/features/data-table/lib/__tests__/server.test.d.ts.map +0 -1
  2078. package/dist/packages/features/data-table/lib/dateRange.d.ts +0 -45
  2079. package/dist/packages/features/data-table/lib/dateRange.d.ts.map +0 -1
  2080. package/dist/packages/features/data-table/lib/dateRange.test.d.ts +0 -2
  2081. package/dist/packages/features/data-table/lib/dateRange.test.d.ts.map +0 -1
  2082. package/dist/packages/features/data-table/lib/parsers.d.ts +0 -127
  2083. package/dist/packages/features/data-table/lib/parsers.d.ts.map +0 -1
  2084. package/dist/packages/features/data-table/lib/preserveLocalTime.d.ts +0 -19
  2085. package/dist/packages/features/data-table/lib/preserveLocalTime.d.ts.map +0 -1
  2086. package/dist/packages/features/data-table/lib/separator.d.ts +0 -8
  2087. package/dist/packages/features/data-table/lib/separator.d.ts.map +0 -1
  2088. package/dist/packages/features/data-table/lib/serializers.d.ts +0 -90
  2089. package/dist/packages/features/data-table/lib/serializers.d.ts.map +0 -1
  2090. package/dist/packages/features/data-table/lib/server.d.ts +0 -190
  2091. package/dist/packages/features/data-table/lib/server.d.ts.map +0 -1
  2092. package/dist/packages/features/data-table/lib/types.d.ts +0 -839
  2093. package/dist/packages/features/data-table/lib/types.d.ts.map +0 -1
  2094. package/dist/packages/features/data-table/lib/utils.d.ts +0 -20
  2095. package/dist/packages/features/data-table/lib/utils.d.ts.map +0 -1
  2096. package/dist/packages/features/data-table/lib/utils.test.d.ts +0 -2
  2097. package/dist/packages/features/data-table/lib/utils.test.d.ts.map +0 -1
  2098. package/dist/packages/features/data-table/repositories/filterSegment.d.ts +0 -66
  2099. package/dist/packages/features/data-table/repositories/filterSegment.d.ts.map +0 -1
  2100. package/dist/packages/features/data-table/repositories/filterSegment.type.d.ts +0 -1098
  2101. package/dist/packages/features/data-table/repositories/filterSegment.type.d.ts.map +0 -1
  2102. package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingRepository.module.d.ts +0 -3
  2103. package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingRepository.module.d.ts.map +0 -1
  2104. package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingService.container.d.ts +0 -3
  2105. package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingService.container.d.ts.map +0 -1
  2106. package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingService.module.d.ts +0 -3
  2107. package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingService.module.d.ts.map +0 -1
  2108. package/dist/packages/features/ee/billing/active-user/di/tokens.d.ts +0 -7
  2109. package/dist/packages/features/ee/billing/active-user/di/tokens.d.ts.map +0 -1
  2110. package/dist/packages/features/ee/billing/active-user/repositories/ActiveUserBillingRepository.d.ts +0 -65
  2111. package/dist/packages/features/ee/billing/active-user/repositories/ActiveUserBillingRepository.d.ts.map +0 -1
  2112. package/dist/packages/features/ee/billing/active-user/seed-active-user-test.d.ts +0 -1
  2113. package/dist/packages/features/ee/billing/active-user/seed-active-user-test.d.ts.map +0 -1
  2114. package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.d.ts +0 -47
  2115. package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.d.ts.map +0 -1
  2116. package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.integration-test.d.ts +0 -2
  2117. package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.integration-test.d.ts.map +0 -1
  2118. package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.test.d.ts +0 -2
  2119. package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.test.d.ts.map +0 -1
  2120. package/dist/packages/features/ee/billing/api/webhook/__handler.d.ts +0 -69
  2121. package/dist/packages/features/ee/billing/api/webhook/__handler.d.ts.map +0 -1
  2122. package/dist/packages/features/ee/billing/api/webhook/__handler.test.d.ts +0 -2
  2123. package/dist/packages/features/ee/billing/api/webhook/__handler.test.d.ts.map +0 -1
  2124. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.credits.d.ts +0 -6
  2125. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.credits.d.ts.map +0 -1
  2126. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.d.ts +0 -9
  2127. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.d.ts.map +0 -1
  2128. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.phone.d.ts +0 -7
  2129. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.phone.d.ts.map +0 -1
  2130. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.phone.test.d.ts +0 -2
  2131. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.phone.test.d.ts.map +0 -1
  2132. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.team-creation.d.ts +0 -7
  2133. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.team-creation.d.ts.map +0 -1
  2134. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.team-creation.test.d.ts +0 -2
  2135. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.team-creation.test.d.ts.map +0 -1
  2136. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.test.d.ts +0 -2
  2137. package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.test.d.ts.map +0 -1
  2138. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.d.ts +0 -5
  2139. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.d.ts.map +0 -1
  2140. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.team-plan.d.ts +0 -6
  2141. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.team-plan.d.ts.map +0 -1
  2142. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.team-plan.test.d.ts +0 -2
  2143. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.team-plan.test.d.ts.map +0 -1
  2144. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.test.d.ts +0 -2
  2145. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.test.d.ts.map +0 -1
  2146. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.updated.d.ts +0 -25
  2147. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.updated.d.ts.map +0 -1
  2148. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.updated.test.d.ts +0 -2
  2149. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.updated.test.d.ts.map +0 -1
  2150. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.d.ts +0 -3
  2151. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.d.ts.map +0 -1
  2152. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.d.ts +0 -10
  2153. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.d.ts.map +0 -1
  2154. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.test.d.ts +0 -2
  2155. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.test.d.ts.map +0 -1
  2156. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.team.d.ts +0 -6
  2157. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.team.d.ts.map +0 -1
  2158. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.team.test.d.ts +0 -2
  2159. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.team.test.d.ts.map +0 -1
  2160. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.test.d.ts +0 -2
  2161. package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.test.d.ts.map +0 -1
  2162. package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_failed.d.ts +0 -13
  2163. package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_failed.d.ts.map +0 -1
  2164. package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_failed.test.d.ts +0 -2
  2165. package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_failed.test.d.ts.map +0 -1
  2166. package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_succeeded.d.ts +0 -13
  2167. package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_succeeded.d.ts.map +0 -1
  2168. package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_succeeded.test.d.ts +0 -2
  2169. package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_succeeded.test.d.ts.map +0 -1
  2170. package/dist/packages/features/ee/billing/api/webhook/_invoice.upcoming.d.ts +0 -20
  2171. package/dist/packages/features/ee/billing/api/webhook/_invoice.upcoming.d.ts.map +0 -1
  2172. package/dist/packages/features/ee/billing/api/webhook/_invoice.upcoming.test.d.ts +0 -2
  2173. package/dist/packages/features/ee/billing/api/webhook/_invoice.upcoming.test.d.ts.map +0 -1
  2174. package/dist/packages/features/ee/billing/api/webhook/_payment_intent.succeeded.d.ts +0 -6
  2175. package/dist/packages/features/ee/billing/api/webhook/_payment_intent.succeeded.d.ts.map +0 -1
  2176. package/dist/packages/features/ee/billing/api/webhook/hwm-webhook-utils.d.ts +0 -23
  2177. package/dist/packages/features/ee/billing/api/webhook/hwm-webhook-utils.d.ts.map +0 -1
  2178. package/dist/packages/features/ee/billing/api/webhook/hwm-webhook-utils.test.d.ts +0 -2
  2179. package/dist/packages/features/ee/billing/api/webhook/hwm-webhook-utils.test.d.ts.map +0 -1
  2180. package/dist/packages/features/ee/billing/api/webhook/index.d.ts +0 -3
  2181. package/dist/packages/features/ee/billing/api/webhook/index.d.ts.map +0 -1
  2182. package/dist/packages/features/ee/billing/constants.d.ts +0 -36
  2183. package/dist/packages/features/ee/billing/constants.d.ts.map +0 -1
  2184. package/dist/packages/features/ee/billing/credit-service.d.ts +0 -247
  2185. package/dist/packages/features/ee/billing/credit-service.d.ts.map +0 -1
  2186. package/dist/packages/features/ee/billing/credit-service.test.d.ts +0 -2
  2187. package/dist/packages/features/ee/billing/credit-service.test.d.ts.map +0 -1
  2188. package/dist/packages/features/ee/billing/di/containers/Billing.d.ts +0 -27
  2189. package/dist/packages/features/ee/billing/di/containers/Billing.d.ts.map +0 -1
  2190. package/dist/packages/features/ee/billing/di/containers/BillingPeriodRepository.d.ts +0 -3
  2191. package/dist/packages/features/ee/billing/di/containers/BillingPeriodRepository.d.ts.map +0 -1
  2192. package/dist/packages/features/ee/billing/di/containers/MonthlyProrationService.d.ts +0 -3
  2193. package/dist/packages/features/ee/billing/di/containers/MonthlyProrationService.d.ts.map +0 -1
  2194. package/dist/packages/features/ee/billing/di/containers/WebhookEventRepository.d.ts +0 -3
  2195. package/dist/packages/features/ee/billing/di/containers/WebhookEventRepository.d.ts.map +0 -1
  2196. package/dist/packages/features/ee/billing/di/containers/WebhookEventService.d.ts +0 -3
  2197. package/dist/packages/features/ee/billing/di/containers/WebhookEventService.d.ts.map +0 -1
  2198. package/dist/packages/features/ee/billing/di/modules/AdminBillingRepository.module.d.ts +0 -5
  2199. package/dist/packages/features/ee/billing/di/modules/AdminBillingRepository.module.d.ts.map +0 -1
  2200. package/dist/packages/features/ee/billing/di/modules/BillingPeriodRepository.d.ts +0 -5
  2201. package/dist/packages/features/ee/billing/di/modules/BillingPeriodRepository.d.ts.map +0 -1
  2202. package/dist/packages/features/ee/billing/di/modules/BillingPeriodService.module.d.ts +0 -5
  2203. package/dist/packages/features/ee/billing/di/modules/BillingPeriodService.module.d.ts.map +0 -1
  2204. package/dist/packages/features/ee/billing/di/modules/BillingProviderService.d.ts +0 -3
  2205. package/dist/packages/features/ee/billing/di/modules/BillingProviderService.d.ts.map +0 -1
  2206. package/dist/packages/features/ee/billing/di/modules/BillingRepositoryFactory.d.ts +0 -3
  2207. package/dist/packages/features/ee/billing/di/modules/BillingRepositoryFactory.d.ts.map +0 -1
  2208. package/dist/packages/features/ee/billing/di/modules/DunningEmailService.module.d.ts +0 -5
  2209. package/dist/packages/features/ee/billing/di/modules/DunningEmailService.module.d.ts.map +0 -1
  2210. package/dist/packages/features/ee/billing/di/modules/DunningGuard.module.d.ts +0 -5
  2211. package/dist/packages/features/ee/billing/di/modules/DunningGuard.module.d.ts.map +0 -1
  2212. package/dist/packages/features/ee/billing/di/modules/DunningServiceFactory.module.d.ts +0 -5
  2213. package/dist/packages/features/ee/billing/di/modules/DunningServiceFactory.module.d.ts.map +0 -1
  2214. package/dist/packages/features/ee/billing/di/modules/DunningStatusResolver.module.d.ts +0 -5
  2215. package/dist/packages/features/ee/billing/di/modules/DunningStatusResolver.module.d.ts.map +0 -1
  2216. package/dist/packages/features/ee/billing/di/modules/DunningStrategyFactory.module.d.ts +0 -5
  2217. package/dist/packages/features/ee/billing/di/modules/DunningStrategyFactory.module.d.ts.map +0 -1
  2218. package/dist/packages/features/ee/billing/di/modules/HighWaterMarkRepository.d.ts +0 -5
  2219. package/dist/packages/features/ee/billing/di/modules/HighWaterMarkRepository.d.ts.map +0 -1
  2220. package/dist/packages/features/ee/billing/di/modules/HighWaterMarkService.d.ts +0 -5
  2221. package/dist/packages/features/ee/billing/di/modules/HighWaterMarkService.d.ts.map +0 -1
  2222. package/dist/packages/features/ee/billing/di/modules/IsTeamBillingEnabled.d.ts +0 -3
  2223. package/dist/packages/features/ee/billing/di/modules/IsTeamBillingEnabled.d.ts.map +0 -1
  2224. package/dist/packages/features/ee/billing/di/modules/MonthlyProrationService.d.ts +0 -5
  2225. package/dist/packages/features/ee/billing/di/modules/MonthlyProrationService.d.ts.map +0 -1
  2226. package/dist/packages/features/ee/billing/di/modules/MonthlyProrationTeamRepository.d.ts +0 -5
  2227. package/dist/packages/features/ee/billing/di/modules/MonthlyProrationTeamRepository.d.ts.map +0 -1
  2228. package/dist/packages/features/ee/billing/di/modules/OrgBillingRepository.module.d.ts +0 -5
  2229. package/dist/packages/features/ee/billing/di/modules/OrgBillingRepository.module.d.ts.map +0 -1
  2230. package/dist/packages/features/ee/billing/di/modules/OrgDunningRepository.module.d.ts +0 -5
  2231. package/dist/packages/features/ee/billing/di/modules/OrgDunningRepository.module.d.ts.map +0 -1
  2232. package/dist/packages/features/ee/billing/di/modules/OrgDunningService.module.d.ts +0 -5
  2233. package/dist/packages/features/ee/billing/di/modules/OrgDunningService.module.d.ts.map +0 -1
  2234. package/dist/packages/features/ee/billing/di/modules/SeatBillingStrategyFactory.module.d.ts +0 -5
  2235. package/dist/packages/features/ee/billing/di/modules/SeatBillingStrategyFactory.module.d.ts.map +0 -1
  2236. package/dist/packages/features/ee/billing/di/modules/StripeClient.d.ts +0 -4
  2237. package/dist/packages/features/ee/billing/di/modules/StripeClient.d.ts.map +0 -1
  2238. package/dist/packages/features/ee/billing/di/modules/TeamBillingDataRepositoryFactory.d.ts +0 -3
  2239. package/dist/packages/features/ee/billing/di/modules/TeamBillingDataRepositoryFactory.d.ts.map +0 -1
  2240. package/dist/packages/features/ee/billing/di/modules/TeamBillingRepository.module.d.ts +0 -5
  2241. package/dist/packages/features/ee/billing/di/modules/TeamBillingRepository.module.d.ts.map +0 -1
  2242. package/dist/packages/features/ee/billing/di/modules/TeamBillingServiceFactory.d.ts +0 -3
  2243. package/dist/packages/features/ee/billing/di/modules/TeamBillingServiceFactory.d.ts.map +0 -1
  2244. package/dist/packages/features/ee/billing/di/modules/TeamDunningRepository.module.d.ts +0 -5
  2245. package/dist/packages/features/ee/billing/di/modules/TeamDunningRepository.module.d.ts.map +0 -1
  2246. package/dist/packages/features/ee/billing/di/modules/TeamDunningService.module.d.ts +0 -5
  2247. package/dist/packages/features/ee/billing/di/modules/TeamDunningService.module.d.ts.map +0 -1
  2248. package/dist/packages/features/ee/billing/di/modules/WebhookEventRepository.module.d.ts +0 -5
  2249. package/dist/packages/features/ee/billing/di/modules/WebhookEventRepository.module.d.ts.map +0 -1
  2250. package/dist/packages/features/ee/billing/di/modules/WebhookEventService.module.d.ts +0 -5
  2251. package/dist/packages/features/ee/billing/di/modules/WebhookEventService.module.d.ts.map +0 -1
  2252. package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationSyncTasker.module.d.ts +0 -5
  2253. package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationSyncTasker.module.d.ts.map +0 -1
  2254. package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTasker.container.d.ts +0 -3
  2255. package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTasker.container.d.ts.map +0 -1
  2256. package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTasker.module.d.ts +0 -5
  2257. package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTasker.module.d.ts.map +0 -1
  2258. package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTriggerDevTasker.module.d.ts +0 -5
  2259. package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTriggerDevTasker.module.d.ts.map +0 -1
  2260. package/dist/packages/features/ee/billing/di/tasker/ProrationEmailSyncTasker.module.d.ts +0 -5
  2261. package/dist/packages/features/ee/billing/di/tasker/ProrationEmailSyncTasker.module.d.ts.map +0 -1
  2262. package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTasker.container.d.ts +0 -3
  2263. package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTasker.container.d.ts.map +0 -1
  2264. package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTasker.module.d.ts +0 -5
  2265. package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTasker.module.d.ts.map +0 -1
  2266. package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTriggerDevTasker.module.d.ts +0 -5
  2267. package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTriggerDevTasker.module.d.ts.map +0 -1
  2268. package/dist/packages/features/ee/billing/di/tasker/tokens.d.ts +0 -17
  2269. package/dist/packages/features/ee/billing/di/tasker/tokens.d.ts.map +0 -1
  2270. package/dist/packages/features/ee/billing/di/tokens.d.ts +0 -55
  2271. package/dist/packages/features/ee/billing/di/tokens.d.ts.map +0 -1
  2272. package/dist/packages/features/ee/billing/domain/BillingPeriodPricing.d.ts +0 -10
  2273. package/dist/packages/features/ee/billing/domain/BillingPeriodPricing.d.ts.map +0 -1
  2274. package/dist/packages/features/ee/billing/domain/BillingPeriodSwitch.d.ts +0 -34
  2275. package/dist/packages/features/ee/billing/domain/BillingPeriodSwitch.d.ts.map +0 -1
  2276. package/dist/packages/features/ee/billing/domain/__tests__/BillingPeriodPricing.test.d.ts +0 -2
  2277. package/dist/packages/features/ee/billing/domain/__tests__/BillingPeriodPricing.test.d.ts.map +0 -1
  2278. package/dist/packages/features/ee/billing/domain/__tests__/BillingPeriodSwitch.test.d.ts +0 -2
  2279. package/dist/packages/features/ee/billing/domain/__tests__/BillingPeriodSwitch.test.d.ts.map +0 -1
  2280. package/dist/packages/features/ee/billing/domain/__tests__/billing-plans.test.d.ts +0 -2
  2281. package/dist/packages/features/ee/billing/domain/__tests__/billing-plans.test.d.ts.map +0 -1
  2282. package/dist/packages/features/ee/billing/domain/billing-plans.d.ts +0 -31
  2283. package/dist/packages/features/ee/billing/domain/billing-plans.d.ts.map +0 -1
  2284. package/dist/packages/features/ee/billing/helpers/getCheckoutSessionExpiresAt.d.ts +0 -2
  2285. package/dist/packages/features/ee/billing/helpers/getCheckoutSessionExpiresAt.d.ts.map +0 -1
  2286. package/dist/packages/features/ee/billing/helpers/getCheckoutSessionExpiresAt.test.d.ts +0 -2
  2287. package/dist/packages/features/ee/billing/helpers/getCheckoutSessionExpiresAt.test.d.ts.map +0 -1
  2288. package/dist/packages/features/ee/billing/helpers/getUserAndTeamWithBillingPermission.d.ts +0 -24
  2289. package/dist/packages/features/ee/billing/helpers/getUserAndTeamWithBillingPermission.d.ts.map +0 -1
  2290. package/dist/packages/features/ee/billing/helpers/getUserAndTeamWithBillingPermission.test.d.ts +0 -2
  2291. package/dist/packages/features/ee/billing/helpers/getUserAndTeamWithBillingPermission.test.d.ts.map +0 -1
  2292. package/dist/packages/features/ee/billing/helpers/handleInsufficientCredits.d.ts +0 -10
  2293. package/dist/packages/features/ee/billing/helpers/handleInsufficientCredits.d.ts.map +0 -1
  2294. package/dist/packages/features/ee/billing/helpers/handleInsufficientCredits.test.d.ts +0 -2
  2295. package/dist/packages/features/ee/billing/helpers/handleInsufficientCredits.test.d.ts.map +0 -1
  2296. package/dist/packages/features/ee/billing/lib/month-key.d.ts +0 -3
  2297. package/dist/packages/features/ee/billing/lib/month-key.d.ts.map +0 -1
  2298. package/dist/packages/features/ee/billing/lib/month-key.test.d.ts +0 -2
  2299. package/dist/packages/features/ee/billing/lib/month-key.test.d.ts.map +0 -1
  2300. package/dist/packages/features/ee/billing/lib/proration-utils.d.ts +0 -12
  2301. package/dist/packages/features/ee/billing/lib/proration-utils.d.ts.map +0 -1
  2302. package/dist/packages/features/ee/billing/lib/proration-utils.test.d.ts +0 -2
  2303. package/dist/packages/features/ee/billing/lib/proration-utils.test.d.ts.map +0 -1
  2304. package/dist/packages/features/ee/billing/lib/stripe-subscription-utils.d.ts +0 -31
  2305. package/dist/packages/features/ee/billing/lib/stripe-subscription-utils.d.ts.map +0 -1
  2306. package/dist/packages/features/ee/billing/lib/stripe-subscription-utils.test.d.ts +0 -2
  2307. package/dist/packages/features/ee/billing/lib/stripe-subscription-utils.test.d.ts.map +0 -1
  2308. package/dist/packages/features/ee/billing/lib/subscription-updates.d.ts +0 -13
  2309. package/dist/packages/features/ee/billing/lib/subscription-updates.d.ts.map +0 -1
  2310. package/dist/packages/features/ee/billing/lib/subscription-updates.test.d.ts +0 -2
  2311. package/dist/packages/features/ee/billing/lib/subscription-updates.test.d.ts.map +0 -1
  2312. package/dist/packages/features/ee/billing/organizations/index.d.ts +0 -5
  2313. package/dist/packages/features/ee/billing/organizations/index.d.ts.map +0 -1
  2314. package/dist/packages/features/ee/billing/organizations/internal-organization-billing.d.ts +0 -13
  2315. package/dist/packages/features/ee/billing/organizations/internal-organization-billing.d.ts.map +0 -1
  2316. package/dist/packages/features/ee/billing/organizations/internal-organization-billing.test.d.ts +0 -2
  2317. package/dist/packages/features/ee/billing/organizations/internal-organization-billing.test.d.ts.map +0 -1
  2318. package/dist/packages/features/ee/billing/organizations/organization-billing.d.ts +0 -14
  2319. package/dist/packages/features/ee/billing/organizations/organization-billing.d.ts.map +0 -1
  2320. package/dist/packages/features/ee/billing/organizations/organization-billing.repository.d.ts +0 -41
  2321. package/dist/packages/features/ee/billing/organizations/organization-billing.repository.d.ts.map +0 -1
  2322. package/dist/packages/features/ee/billing/organizations/organization-billing.repository.interface.d.ts +0 -7
  2323. package/dist/packages/features/ee/billing/organizations/organization-billing.repository.interface.d.ts.map +0 -1
  2324. package/dist/packages/features/ee/billing/organizations/stub-organization-billing.d.ts +0 -17
  2325. package/dist/packages/features/ee/billing/organizations/stub-organization-billing.d.ts.map +0 -1
  2326. package/dist/packages/features/ee/billing/repository/adminBilling/AdminBillingRepository.d.ts +0 -96
  2327. package/dist/packages/features/ee/billing/repository/adminBilling/AdminBillingRepository.d.ts.map +0 -1
  2328. package/dist/packages/features/ee/billing/repository/billing/IBillingRepository.d.ts +0 -71
  2329. package/dist/packages/features/ee/billing/repository/billing/IBillingRepository.d.ts.map +0 -1
  2330. package/dist/packages/features/ee/billing/repository/billing/PrismaOrganizationBillingRepository.d.ts +0 -18
  2331. package/dist/packages/features/ee/billing/repository/billing/PrismaOrganizationBillingRepository.d.ts.map +0 -1
  2332. package/dist/packages/features/ee/billing/repository/billing/PrismaTeamBillingRepository.d.ts +0 -18
  2333. package/dist/packages/features/ee/billing/repository/billing/PrismaTeamBillingRepository.d.ts.map +0 -1
  2334. package/dist/packages/features/ee/billing/repository/billing/StubBillingRepository.d.ts +0 -15
  2335. package/dist/packages/features/ee/billing/repository/billing/StubBillingRepository.d.ts.map +0 -1
  2336. package/dist/packages/features/ee/billing/repository/billingPeriod/BillingPeriodRepository.d.ts +0 -41
  2337. package/dist/packages/features/ee/billing/repository/billingPeriod/BillingPeriodRepository.d.ts.map +0 -1
  2338. package/dist/packages/features/ee/billing/repository/dunning/IDunningRepository.d.ts +0 -56
  2339. package/dist/packages/features/ee/billing/repository/dunning/IDunningRepository.d.ts.map +0 -1
  2340. package/dist/packages/features/ee/billing/repository/dunning/OrgDunningRepository.d.ts +0 -14
  2341. package/dist/packages/features/ee/billing/repository/dunning/OrgDunningRepository.d.ts.map +0 -1
  2342. package/dist/packages/features/ee/billing/repository/dunning/OrgDunningRepository.integration-test.d.ts +0 -2
  2343. package/dist/packages/features/ee/billing/repository/dunning/OrgDunningRepository.integration-test.d.ts.map +0 -1
  2344. package/dist/packages/features/ee/billing/repository/dunning/TeamDunningRepository.d.ts +0 -14
  2345. package/dist/packages/features/ee/billing/repository/dunning/TeamDunningRepository.d.ts.map +0 -1
  2346. package/dist/packages/features/ee/billing/repository/dunning/TeamDunningRepository.integration-test.d.ts +0 -2
  2347. package/dist/packages/features/ee/billing/repository/dunning/TeamDunningRepository.integration-test.d.ts.map +0 -1
  2348. package/dist/packages/features/ee/billing/repository/highWaterMark/HighWaterMarkRepository.d.ts +0 -54
  2349. package/dist/packages/features/ee/billing/repository/highWaterMark/HighWaterMarkRepository.d.ts.map +0 -1
  2350. package/dist/packages/features/ee/billing/repository/highWaterMark/__tests__/HighWaterMarkRepository.test.d.ts +0 -2
  2351. package/dist/packages/features/ee/billing/repository/highWaterMark/__tests__/HighWaterMarkRepository.test.d.ts.map +0 -1
  2352. package/dist/packages/features/ee/billing/repository/proration/MonthlyProrationRepository.d.ts +0 -49
  2353. package/dist/packages/features/ee/billing/repository/proration/MonthlyProrationRepository.d.ts.map +0 -1
  2354. package/dist/packages/features/ee/billing/repository/proration/MonthlyProrationTeamRepository.d.ts +0 -103
  2355. package/dist/packages/features/ee/billing/repository/proration/MonthlyProrationTeamRepository.d.ts.map +0 -1
  2356. package/dist/packages/features/ee/billing/repository/seatChangeLogs/SeatChangeLogRepository.d.ts +0 -42
  2357. package/dist/packages/features/ee/billing/repository/seatChangeLogs/SeatChangeLogRepository.d.ts.map +0 -1
  2358. package/dist/packages/features/ee/billing/repository/teamBillingData/ITeamBillingDataRepository.d.ts +0 -17
  2359. package/dist/packages/features/ee/billing/repository/teamBillingData/ITeamBillingDataRepository.d.ts.map +0 -1
  2360. package/dist/packages/features/ee/billing/repository/teamBillingData/PrismaTeamBillingRepository.d.ts +0 -34
  2361. package/dist/packages/features/ee/billing/repository/teamBillingData/PrismaTeamBillingRepository.d.ts.map +0 -1
  2362. package/dist/packages/features/ee/billing/repository/teamBillingData/StubTeamBillingRepository.d.ts +0 -20
  2363. package/dist/packages/features/ee/billing/repository/teamBillingData/StubTeamBillingRepository.d.ts.map +0 -1
  2364. package/dist/packages/features/ee/billing/repository/webhookEvent/PrismaWebhookEventRepository.d.ts +0 -14
  2365. package/dist/packages/features/ee/billing/repository/webhookEvent/PrismaWebhookEventRepository.d.ts.map +0 -1
  2366. package/dist/packages/features/ee/billing/repository/webhookEvent/__tests__/WebhookEventRepository.integration-test.d.ts +0 -2
  2367. package/dist/packages/features/ee/billing/repository/webhookEvent/__tests__/WebhookEventRepository.integration-test.d.ts.map +0 -1
  2368. package/dist/packages/features/ee/billing/seed-stripe-products.d.ts +0 -21
  2369. package/dist/packages/features/ee/billing/seed-stripe-products.d.ts.map +0 -1
  2370. package/dist/packages/features/ee/billing/seed.d.ts +0 -33
  2371. package/dist/packages/features/ee/billing/seed.d.ts.map +0 -1
  2372. package/dist/packages/features/ee/billing/service/adminBillingMode/AdminBillingModeService.d.ts +0 -20
  2373. package/dist/packages/features/ee/billing/service/adminBillingMode/AdminBillingModeService.d.ts.map +0 -1
  2374. package/dist/packages/features/ee/billing/service/billingPeriod/BillingPeriodService.d.ts +0 -52
  2375. package/dist/packages/features/ee/billing/service/billingPeriod/BillingPeriodService.d.ts.map +0 -1
  2376. package/dist/packages/features/ee/billing/service/billingPeriod/__tests__/BillingPeriodService.test.d.ts +0 -2
  2377. package/dist/packages/features/ee/billing/service/billingPeriod/__tests__/BillingPeriodService.test.d.ts.map +0 -1
  2378. package/dist/packages/features/ee/billing/service/billingProvider/IBillingProviderService.d.ts +0 -172
  2379. package/dist/packages/features/ee/billing/service/billingProvider/IBillingProviderService.d.ts.map +0 -1
  2380. package/dist/packages/features/ee/billing/service/billingProvider/StripeBillingService.d.ts +0 -123
  2381. package/dist/packages/features/ee/billing/service/billingProvider/StripeBillingService.d.ts.map +0 -1
  2382. package/dist/packages/features/ee/billing/service/billingProvider/StripeBillingService.test.d.ts +0 -2
  2383. package/dist/packages/features/ee/billing/service/billingProvider/StripeBillingService.test.d.ts.map +0 -1
  2384. package/dist/packages/features/ee/billing/service/dueInvoice/cleanup-proration-test.d.ts +0 -12
  2385. package/dist/packages/features/ee/billing/service/dueInvoice/cleanup-proration-test.d.ts.map +0 -1
  2386. package/dist/packages/features/ee/billing/service/dueInvoice/seed-proration-test.d.ts +0 -24
  2387. package/dist/packages/features/ee/billing/service/dueInvoice/seed-proration-test.d.ts.map +0 -1
  2388. package/dist/packages/features/ee/billing/service/dunning/BaseDunningService.d.ts +0 -28
  2389. package/dist/packages/features/ee/billing/service/dunning/BaseDunningService.d.ts.map +0 -1
  2390. package/dist/packages/features/ee/billing/service/dunning/DunningAwareStrategy.d.ts +0 -28
  2391. package/dist/packages/features/ee/billing/service/dunning/DunningAwareStrategy.d.ts.map +0 -1
  2392. package/dist/packages/features/ee/billing/service/dunning/DunningAwareStrategy.test.d.ts +0 -2
  2393. package/dist/packages/features/ee/billing/service/dunning/DunningAwareStrategy.test.d.ts.map +0 -1
  2394. package/dist/packages/features/ee/billing/service/dunning/DunningEmailService.d.ts +0 -16
  2395. package/dist/packages/features/ee/billing/service/dunning/DunningEmailService.d.ts.map +0 -1
  2396. package/dist/packages/features/ee/billing/service/dunning/DunningEmailService.test.d.ts +0 -2
  2397. package/dist/packages/features/ee/billing/service/dunning/DunningEmailService.test.d.ts.map +0 -1
  2398. package/dist/packages/features/ee/billing/service/dunning/DunningGuard.d.ts +0 -34
  2399. package/dist/packages/features/ee/billing/service/dunning/DunningGuard.d.ts.map +0 -1
  2400. package/dist/packages/features/ee/billing/service/dunning/DunningGuard.test.d.ts +0 -2
  2401. package/dist/packages/features/ee/billing/service/dunning/DunningGuard.test.d.ts.map +0 -1
  2402. package/dist/packages/features/ee/billing/service/dunning/DunningMapper.d.ts +0 -17
  2403. package/dist/packages/features/ee/billing/service/dunning/DunningMapper.d.ts.map +0 -1
  2404. package/dist/packages/features/ee/billing/service/dunning/DunningServiceFactory.d.ts +0 -33
  2405. package/dist/packages/features/ee/billing/service/dunning/DunningServiceFactory.d.ts.map +0 -1
  2406. package/dist/packages/features/ee/billing/service/dunning/DunningState.d.ts +0 -68
  2407. package/dist/packages/features/ee/billing/service/dunning/DunningState.d.ts.map +0 -1
  2408. package/dist/packages/features/ee/billing/service/dunning/DunningStatusResolver.d.ts +0 -17
  2409. package/dist/packages/features/ee/billing/service/dunning/DunningStatusResolver.d.ts.map +0 -1
  2410. package/dist/packages/features/ee/billing/service/dunning/DunningStrategyFactory.d.ts +0 -17
  2411. package/dist/packages/features/ee/billing/service/dunning/DunningStrategyFactory.d.ts.map +0 -1
  2412. package/dist/packages/features/ee/billing/service/dunning/DunningStrategyFactory.test.d.ts +0 -2
  2413. package/dist/packages/features/ee/billing/service/dunning/DunningStrategyFactory.test.d.ts.map +0 -1
  2414. package/dist/packages/features/ee/billing/service/dunning/IDunningService.d.ts +0 -34
  2415. package/dist/packages/features/ee/billing/service/dunning/IDunningService.d.ts.map +0 -1
  2416. package/dist/packages/features/ee/billing/service/dunning/OrgDunningService.d.ts +0 -5
  2417. package/dist/packages/features/ee/billing/service/dunning/OrgDunningService.d.ts.map +0 -1
  2418. package/dist/packages/features/ee/billing/service/dunning/TeamDunningService.d.ts +0 -5
  2419. package/dist/packages/features/ee/billing/service/dunning/TeamDunningService.d.ts.map +0 -1
  2420. package/dist/packages/features/ee/billing/service/dunning/__tests__/BaseDunningService.test.d.ts +0 -2
  2421. package/dist/packages/features/ee/billing/service/dunning/__tests__/BaseDunningService.test.d.ts.map +0 -1
  2422. package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningMapper.test.d.ts +0 -2
  2423. package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningMapper.test.d.ts.map +0 -1
  2424. package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningServiceFactory.test.d.ts +0 -2
  2425. package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningServiceFactory.test.d.ts.map +0 -1
  2426. package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningStatusResolver.test.d.ts +0 -2
  2427. package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningStatusResolver.test.d.ts.map +0 -1
  2428. package/dist/packages/features/ee/billing/service/dunning/__tests__/shouldSkipDunningAdvancement.test.d.ts +0 -2
  2429. package/dist/packages/features/ee/billing/service/dunning/__tests__/shouldSkipDunningAdvancement.test.d.ts.map +0 -1
  2430. package/dist/packages/features/ee/billing/service/dunning/dunning-state.test.d.ts +0 -2
  2431. package/dist/packages/features/ee/billing/service/dunning/dunning-state.test.d.ts.map +0 -1
  2432. package/dist/packages/features/ee/billing/service/dunning/seed-dunning-test.d.ts +0 -1
  2433. package/dist/packages/features/ee/billing/service/dunning/seed-dunning-test.d.ts.map +0 -1
  2434. package/dist/packages/features/ee/billing/service/dunning/seed-recreate-ownership-test.d.ts +0 -1
  2435. package/dist/packages/features/ee/billing/service/dunning/seed-recreate-ownership-test.d.ts.map +0 -1
  2436. package/dist/packages/features/ee/billing/service/dunning/seed-resubscribe-test.d.ts +0 -1
  2437. package/dist/packages/features/ee/billing/service/dunning/seed-resubscribe-test.d.ts.map +0 -1
  2438. package/dist/packages/features/ee/billing/service/dunning/shouldSkipDunningAdvancement.d.ts +0 -4
  2439. package/dist/packages/features/ee/billing/service/dunning/shouldSkipDunningAdvancement.d.ts.map +0 -1
  2440. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/advance-dunning-tiers.test.d.ts +0 -2
  2441. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/advance-dunning-tiers.test.d.ts.map +0 -1
  2442. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/advance-single-team-dunning.test.d.ts +0 -2
  2443. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/advance-single-team-dunning.test.d.ts.map +0 -1
  2444. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/blast-dunning-emails.test.d.ts +0 -2
  2445. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/blast-dunning-emails.test.d.ts.map +0 -1
  2446. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-cancellation-email.test.d.ts +0 -2
  2447. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-cancellation-email.test.d.ts.map +0 -1
  2448. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-email-for-status.test.d.ts +0 -2
  2449. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-email-for-status.test.d.ts.map +0 -1
  2450. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-pause-email.test.d.ts +0 -2
  2451. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-pause-email.test.d.ts.map +0 -1
  2452. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-soft-block-email.test.d.ts +0 -2
  2453. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-soft-block-email.test.d.ts.map +0 -1
  2454. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-warning-email.test.d.ts +0 -2
  2455. package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-warning-email.test.d.ts.map +0 -1
  2456. package/dist/packages/features/ee/billing/service/dunning/trigger/advance-dunning-tiers.d.ts +0 -14
  2457. package/dist/packages/features/ee/billing/service/dunning/trigger/advance-dunning-tiers.d.ts.map +0 -1
  2458. package/dist/packages/features/ee/billing/service/dunning/trigger/advance-single-team-dunning.d.ts +0 -5
  2459. package/dist/packages/features/ee/billing/service/dunning/trigger/advance-single-team-dunning.d.ts.map +0 -1
  2460. package/dist/packages/features/ee/billing/service/dunning/trigger/blast-dunning-emails.d.ts +0 -23
  2461. package/dist/packages/features/ee/billing/service/dunning/trigger/blast-dunning-emails.d.ts.map +0 -1
  2462. package/dist/packages/features/ee/billing/service/dunning/trigger/config.d.ts +0 -6
  2463. package/dist/packages/features/ee/billing/service/dunning/trigger/config.d.ts.map +0 -1
  2464. package/dist/packages/features/ee/billing/service/dunning/trigger/emailConfig.d.ts +0 -6
  2465. package/dist/packages/features/ee/billing/service/dunning/trigger/emailConfig.d.ts.map +0 -1
  2466. package/dist/packages/features/ee/billing/service/dunning/trigger/emailSchema.d.ts +0 -9
  2467. package/dist/packages/features/ee/billing/service/dunning/trigger/emailSchema.d.ts.map +0 -1
  2468. package/dist/packages/features/ee/billing/service/dunning/trigger/schema.d.ts +0 -12
  2469. package/dist/packages/features/ee/billing/service/dunning/trigger/schema.d.ts.map +0 -1
  2470. package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-cancellation-email.d.ts +0 -5
  2471. package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-cancellation-email.d.ts.map +0 -1
  2472. package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-email-for-status.d.ts +0 -16
  2473. package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-email-for-status.d.ts.map +0 -1
  2474. package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-pause-email.d.ts +0 -5
  2475. package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-pause-email.d.ts.map +0 -1
  2476. package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-soft-block-email.d.ts +0 -5
  2477. package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-soft-block-email.d.ts.map +0 -1
  2478. package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-warning-email.d.ts +0 -5
  2479. package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-warning-email.d.ts.map +0 -1
  2480. package/dist/packages/features/ee/billing/service/highWaterMark/HighWaterMarkService.d.ts +0 -51
  2481. package/dist/packages/features/ee/billing/service/highWaterMark/HighWaterMarkService.d.ts.map +0 -1
  2482. package/dist/packages/features/ee/billing/service/highWaterMark/__tests__/HighWaterMarkService.test.d.ts +0 -2
  2483. package/dist/packages/features/ee/billing/service/highWaterMark/__tests__/HighWaterMarkService.test.d.ts.map +0 -1
  2484. package/dist/packages/features/ee/billing/service/highWaterMark/__tests__/HighWaterMarkStripe.integration-test.d.ts +0 -2
  2485. package/dist/packages/features/ee/billing/service/highWaterMark/__tests__/HighWaterMarkStripe.integration-test.d.ts.map +0 -1
  2486. package/dist/packages/features/ee/billing/service/highWaterMark/seed-hwm-test.d.ts +0 -1
  2487. package/dist/packages/features/ee/billing/service/highWaterMark/seed-hwm-test.d.ts.map +0 -1
  2488. package/dist/packages/features/ee/billing/service/plans/seed-plans-test.d.ts +0 -1
  2489. package/dist/packages/features/ee/billing/service/plans/seed-plans-test.d.ts.map +0 -1
  2490. package/dist/packages/features/ee/billing/service/proration/MonthlyProrationService.d.ts +0 -105
  2491. package/dist/packages/features/ee/billing/service/proration/MonthlyProrationService.d.ts.map +0 -1
  2492. package/dist/packages/features/ee/billing/service/proration/ProrationEmailService.d.ts +0 -17
  2493. package/dist/packages/features/ee/billing/service/proration/ProrationEmailService.d.ts.map +0 -1
  2494. package/dist/packages/features/ee/billing/service/proration/__tests__/MonthlyProrationService.integration-test.d.ts +0 -2
  2495. package/dist/packages/features/ee/billing/service/proration/__tests__/MonthlyProrationService.integration-test.d.ts.map +0 -1
  2496. package/dist/packages/features/ee/billing/service/proration/__tests__/MonthlyProrationService.test.d.ts +0 -2
  2497. package/dist/packages/features/ee/billing/service/proration/__tests__/MonthlyProrationService.test.d.ts.map +0 -1
  2498. package/dist/packages/features/ee/billing/service/proration/__tests__/ProrationEmailService.test.d.ts +0 -2
  2499. package/dist/packages/features/ee/billing/service/proration/__tests__/ProrationEmailService.test.d.ts.map +0 -1
  2500. package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationSyncTasker.d.ts +0 -10
  2501. package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationSyncTasker.d.ts.map +0 -1
  2502. package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationTasker.d.ts +0 -17
  2503. package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationTasker.d.ts.map +0 -1
  2504. package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationTriggerDevTasker.d.ts +0 -10
  2505. package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationTriggerDevTasker.d.ts.map +0 -1
  2506. package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailSyncTasker.d.ts +0 -16
  2507. package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailSyncTasker.d.ts.map +0 -1
  2508. package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailTasker.d.ts +0 -23
  2509. package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailTasker.d.ts.map +0 -1
  2510. package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailTriggerDevTasker.d.ts +0 -16
  2511. package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailTriggerDevTasker.d.ts.map +0 -1
  2512. package/dist/packages/features/ee/billing/service/proration/tasker/constants.d.ts +0 -2
  2513. package/dist/packages/features/ee/billing/service/proration/tasker/constants.d.ts.map +0 -1
  2514. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/cancelProrationReminder.test.d.ts +0 -2
  2515. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/cancelProrationReminder.test.d.ts.map +0 -1
  2516. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/processMonthlyProrationBatch.test.d.ts +0 -2
  2517. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/processMonthlyProrationBatch.test.d.ts.map +0 -1
  2518. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/scheduleMonthlyProration.test.d.ts +0 -2
  2519. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/scheduleMonthlyProration.test.d.ts.map +0 -1
  2520. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/sendProrationInvoiceEmail.test.d.ts +0 -2
  2521. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/sendProrationInvoiceEmail.test.d.ts.map +0 -1
  2522. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/sendProrationReminderEmail.test.d.ts +0 -2
  2523. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/sendProrationReminderEmail.test.d.ts.map +0 -1
  2524. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/cancelProrationReminder.d.ts +0 -10
  2525. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/cancelProrationReminder.d.ts.map +0 -1
  2526. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/config.d.ts +0 -6
  2527. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/config.d.ts.map +0 -1
  2528. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/emailConfig.d.ts +0 -6
  2529. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/emailConfig.d.ts.map +0 -1
  2530. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/emailSchemas.d.ts +0 -35
  2531. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/emailSchemas.d.ts.map +0 -1
  2532. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/processMonthlyProrationBatch.d.ts +0 -43
  2533. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/processMonthlyProrationBatch.d.ts.map +0 -1
  2534. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/scheduleMonthlyProration.d.ts +0 -31
  2535. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/scheduleMonthlyProration.d.ts.map +0 -1
  2536. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/schema.d.ts +0 -12
  2537. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/schema.d.ts.map +0 -1
  2538. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/sendProrationInvoiceEmail.d.ts +0 -16
  2539. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/sendProrationInvoiceEmail.d.ts.map +0 -1
  2540. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/sendProrationReminderEmail.d.ts +0 -13
  2541. package/dist/packages/features/ee/billing/service/proration/tasker/trigger/sendProrationReminderEmail.d.ts.map +0 -1
  2542. package/dist/packages/features/ee/billing/service/proration/tasker/types.d.ts +0 -33
  2543. package/dist/packages/features/ee/billing/service/proration/tasker/types.d.ts.map +0 -1
  2544. package/dist/packages/features/ee/billing/service/seatBillingStrategy/ActiveUserBillingStrategy.d.ts +0 -21
  2545. package/dist/packages/features/ee/billing/service/seatBillingStrategy/ActiveUserBillingStrategy.d.ts.map +0 -1
  2546. package/dist/packages/features/ee/billing/service/seatBillingStrategy/HighWaterMarkStrategy.d.ts +0 -22
  2547. package/dist/packages/features/ee/billing/service/seatBillingStrategy/HighWaterMarkStrategy.d.ts.map +0 -1
  2548. package/dist/packages/features/ee/billing/service/seatBillingStrategy/ISeatBillingStrategy.d.ts +0 -50
  2549. package/dist/packages/features/ee/billing/service/seatBillingStrategy/ISeatBillingStrategy.d.ts.map +0 -1
  2550. package/dist/packages/features/ee/billing/service/seatBillingStrategy/ImmediateUpdateStrategy.d.ts +0 -9
  2551. package/dist/packages/features/ee/billing/service/seatBillingStrategy/ImmediateUpdateStrategy.d.ts.map +0 -1
  2552. package/dist/packages/features/ee/billing/service/seatBillingStrategy/MonthlyProrationStrategy.d.ts +0 -18
  2553. package/dist/packages/features/ee/billing/service/seatBillingStrategy/MonthlyProrationStrategy.d.ts.map +0 -1
  2554. package/dist/packages/features/ee/billing/service/seatBillingStrategy/SeatBillingStrategyFactory.d.ts +0 -30
  2555. package/dist/packages/features/ee/billing/service/seatBillingStrategy/SeatBillingStrategyFactory.d.ts.map +0 -1
  2556. package/dist/packages/features/ee/billing/service/seatBillingStrategy/SeatBillingStrategyFactory.test.d.ts +0 -2
  2557. package/dist/packages/features/ee/billing/service/seatBillingStrategy/SeatBillingStrategyFactory.test.d.ts.map +0 -1
  2558. package/dist/packages/features/ee/billing/service/seatBillingStrategy/__tests__/SeatBillingStrategyFactory.test.d.ts +0 -2
  2559. package/dist/packages/features/ee/billing/service/seatBillingStrategy/__tests__/SeatBillingStrategyFactory.test.d.ts.map +0 -1
  2560. package/dist/packages/features/ee/billing/service/seatBillingStrategy/__tests__/strategies.test.d.ts +0 -2
  2561. package/dist/packages/features/ee/billing/service/seatBillingStrategy/__tests__/strategies.test.d.ts.map +0 -1
  2562. package/dist/packages/features/ee/billing/service/seatTracking/SeatChangeTrackingService.d.ts +0 -64
  2563. package/dist/packages/features/ee/billing/service/seatTracking/SeatChangeTrackingService.d.ts.map +0 -1
  2564. package/dist/packages/features/ee/billing/service/seatTracking/__tests__/SeatChangeTrackingService.test.d.ts +0 -2
  2565. package/dist/packages/features/ee/billing/service/seatTracking/__tests__/SeatChangeTrackingService.test.d.ts.map +0 -1
  2566. package/dist/packages/features/ee/billing/service/teams/ITeamBillingService.d.ts +0 -26
  2567. package/dist/packages/features/ee/billing/service/teams/ITeamBillingService.d.ts.map +0 -1
  2568. package/dist/packages/features/ee/billing/service/teams/StubTeamBillingService.d.ts +0 -17
  2569. package/dist/packages/features/ee/billing/service/teams/StubTeamBillingService.d.ts.map +0 -1
  2570. package/dist/packages/features/ee/billing/service/teams/TeamBillingFactory.test.d.ts +0 -2
  2571. package/dist/packages/features/ee/billing/service/teams/TeamBillingFactory.test.d.ts.map +0 -1
  2572. package/dist/packages/features/ee/billing/service/teams/TeamBillingService.d.ts +0 -66
  2573. package/dist/packages/features/ee/billing/service/teams/TeamBillingService.d.ts.map +0 -1
  2574. package/dist/packages/features/ee/billing/service/teams/TeamBillingService.test.d.ts +0 -2
  2575. package/dist/packages/features/ee/billing/service/teams/TeamBillingService.test.d.ts.map +0 -1
  2576. package/dist/packages/features/ee/billing/service/teams/TeamBillingServiceFactory.d.ts +0 -27
  2577. package/dist/packages/features/ee/billing/service/teams/TeamBillingServiceFactory.d.ts.map +0 -1
  2578. package/dist/packages/features/ee/billing/service/trial/seed-trial-test.d.ts +0 -1
  2579. package/dist/packages/features/ee/billing/service/trial/seed-trial-test.d.ts.map +0 -1
  2580. package/dist/packages/features/ee/billing/service/webhookEvent/WebhookEventService.d.ts +0 -14
  2581. package/dist/packages/features/ee/billing/service/webhookEvent/WebhookEventService.d.ts.map +0 -1
  2582. package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.idempotency.integration-test.d.ts +0 -2
  2583. package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.idempotency.integration-test.d.ts.map +0 -1
  2584. package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.integration-test.d.ts +0 -2
  2585. package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.integration-test.d.ts.map +0 -1
  2586. package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.test.d.ts +0 -2
  2587. package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.test.d.ts.map +0 -1
  2588. package/dist/packages/features/ee/billing/teams/internal-team-billing.test.d.ts +0 -2
  2589. package/dist/packages/features/ee/billing/teams/internal-team-billing.test.d.ts.map +0 -1
  2590. package/dist/packages/features/ee/billing/ui/SeatBasedBilling.d.ts +0 -23
  2591. package/dist/packages/features/ee/billing/ui/SeatBasedBilling.d.ts.map +0 -1
  2592. package/dist/packages/features/ee/payments/api/handle-setup-success-integration.test.d.ts +0 -2
  2593. package/dist/packages/features/ee/payments/api/handle-setup-success-integration.test.d.ts.map +0 -1
  2594. package/dist/packages/features/ee/payments/api/handle-setup-success.test.d.ts +0 -2
  2595. package/dist/packages/features/ee/payments/api/handle-setup-success.test.d.ts.map +0 -1
  2596. package/dist/packages/features/ee/payments/api/webhook.d.ts +0 -17
  2597. package/dist/packages/features/ee/payments/api/webhook.d.ts.map +0 -1
  2598. package/dist/packages/features/ee/payments/api/webhook.test.d.ts +0 -2
  2599. package/dist/packages/features/ee/payments/api/webhook.test.d.ts.map +0 -1
  2600. package/dist/packages/features/ee/payments/components/Payment.d.ts +0 -43
  2601. package/dist/packages/features/ee/payments/components/Payment.d.ts.map +0 -1
  2602. package/dist/packages/features/ee/payments/pages/getClientSecretFromPayment.d.ts +0 -5
  2603. package/dist/packages/features/ee/payments/pages/getClientSecretFromPayment.d.ts.map +0 -1
  2604. package/dist/packages/features/ee/payments/pages/payment.d.ts +0 -258
  2605. package/dist/packages/features/ee/payments/pages/payment.d.ts.map +0 -1
  2606. package/dist/packages/features/ee/payments/pages/sanitizePaymentDataForClient.d.ts +0 -7
  2607. package/dist/packages/features/ee/payments/pages/sanitizePaymentDataForClient.d.ts.map +0 -1
  2608. package/dist/packages/features/ee/payments/pages/sanitizePaymentDataForClient.test.d.ts +0 -2
  2609. package/dist/packages/features/ee/payments/pages/sanitizePaymentDataForClient.test.d.ts.map +0 -1
  2610. package/dist/packages/features/ee/payments/server/stripe-service.d.ts +0 -23
  2611. package/dist/packages/features/ee/payments/server/stripe-service.d.ts.map +0 -1
  2612. package/dist/packages/features/ee/payments/server/stripe.d.ts +0 -7
  2613. package/dist/packages/features/ee/payments/server/stripe.d.ts.map +0 -1
  2614. package/dist/packages/features/ee/round-robin/assignmentReason/AssignmentReasonRecorder.d.ts +0 -75
  2615. package/dist/packages/features/ee/round-robin/assignmentReason/AssignmentReasonRecorder.d.ts.map +0 -1
  2616. package/dist/packages/features/ee/round-robin/assignmentReason/appAssignmentReasonHandler.d.ts +0 -13
  2617. package/dist/packages/features/ee/round-robin/assignmentReason/appAssignmentReasonHandler.d.ts.map +0 -1
  2618. package/dist/packages/features/ee/round-robin/handleRescheduleEventManager.d.ts +0 -104
  2619. package/dist/packages/features/ee/round-robin/handleRescheduleEventManager.d.ts.map +0 -1
  2620. package/dist/packages/features/ee/round-robin/lib/bookingLocationService.d.ts +0 -160
  2621. package/dist/packages/features/ee/round-robin/lib/bookingLocationService.d.ts.map +0 -1
  2622. package/dist/packages/features/ee/round-robin/lib/bookingLocationService.test.d.ts +0 -2
  2623. package/dist/packages/features/ee/round-robin/lib/bookingLocationService.test.d.ts.map +0 -1
  2624. package/dist/packages/features/ee/round-robin/roundRobinDeleteEvents.test.d.ts +0 -2
  2625. package/dist/packages/features/ee/round-robin/roundRobinDeleteEvents.test.d.ts.map +0 -1
  2626. package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts +0 -120
  2627. package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts.map +0 -1
  2628. package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.test.d.ts +0 -2
  2629. package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.test.d.ts.map +0 -1
  2630. package/dist/packages/features/ee/round-robin/roundRobinReassignment.d.ts +0 -20
  2631. package/dist/packages/features/ee/round-robin/roundRobinReassignment.d.ts.map +0 -1
  2632. package/dist/packages/features/ee/round-robin/roundRobinReassignment.test.d.ts +0 -2
  2633. package/dist/packages/features/ee/round-robin/roundRobinReassignment.test.d.ts.map +0 -1
  2634. package/dist/packages/features/ee/round-robin/utils/bookingSelect.d.ts +0 -53
  2635. package/dist/packages/features/ee/round-robin/utils/bookingSelect.d.ts.map +0 -1
  2636. package/dist/packages/features/ee/round-robin/utils/getDestinationCalendar.d.ts +0 -10
  2637. package/dist/packages/features/ee/round-robin/utils/getDestinationCalendar.d.ts.map +0 -1
  2638. package/dist/packages/features/ee/round-robin/utils/getTeamMembers.d.ts +0 -39
  2639. package/dist/packages/features/ee/round-robin/utils/getTeamMembers.d.ts.map +0 -1
  2640. package/dist/packages/features/ee/round-robin/utils/validateRoundRobinSlotAvailability.d.ts +0 -4
  2641. package/dist/packages/features/ee/round-robin/utils/validateRoundRobinSlotAvailability.d.ts.map +0 -1
  2642. package/dist/packages/features/ee/round-robin/utils/validateRoundRobinSlotAvailability.test.d.ts +0 -2
  2643. package/dist/packages/features/ee/round-robin/utils/validateRoundRobinSlotAvailability.test.d.ts.map +0 -1
  2644. package/dist/packages/features/ee/workflows/api/handleSMSResponse.d.ts +0 -6
  2645. package/dist/packages/features/ee/workflows/api/handleSMSResponse.d.ts.map +0 -1
  2646. package/dist/packages/features/ee/workflows/api/scheduleEmailReminders.d.ts +0 -6
  2647. package/dist/packages/features/ee/workflows/api/scheduleEmailReminders.d.ts.map +0 -1
  2648. package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.d.ts +0 -7
  2649. package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.d.ts.map +0 -1
  2650. package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.test.d.ts +0 -2
  2651. package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.test.d.ts.map +0 -1
  2652. package/dist/packages/features/ee/workflows/api/scheduleWhatsappReminders.d.ts +0 -7
  2653. package/dist/packages/features/ee/workflows/api/scheduleWhatsappReminders.d.ts.map +0 -1
  2654. package/dist/packages/features/ee/workflows/api/scheduleWhatsappReminders.test.d.ts +0 -2
  2655. package/dist/packages/features/ee/workflows/api/scheduleWhatsappReminders.test.d.ts.map +0 -1
  2656. package/dist/packages/features/ee/workflows/di/WorkflowStepTranslationRepository.container.d.ts +0 -3
  2657. package/dist/packages/features/ee/workflows/di/WorkflowStepTranslationRepository.container.d.ts.map +0 -1
  2658. package/dist/packages/features/ee/workflows/di/WorkflowStepTranslationRepository.module.d.ts +0 -5
  2659. package/dist/packages/features/ee/workflows/di/WorkflowStepTranslationRepository.module.d.ts.map +0 -1
  2660. package/dist/packages/features/ee/workflows/hooks/useVoicePreview.d.ts +0 -6
  2661. package/dist/packages/features/ee/workflows/hooks/useVoicePreview.d.ts.map +0 -1
  2662. package/dist/packages/features/ee/workflows/lib/action-helper-functions.test.d.ts +0 -2
  2663. package/dist/packages/features/ee/workflows/lib/action-helper-functions.test.d.ts.map +0 -1
  2664. package/dist/packages/features/ee/workflows/lib/actionHelperFunctions.d.ts +0 -46
  2665. package/dist/packages/features/ee/workflows/lib/actionHelperFunctions.d.ts.map +0 -1
  2666. package/dist/packages/features/ee/workflows/lib/allowDisablingStandardEmails.d.ts +0 -11
  2667. package/dist/packages/features/ee/workflows/lib/allowDisablingStandardEmails.d.ts.map +0 -1
  2668. package/dist/packages/features/ee/workflows/lib/alphanumericSenderIdSupport.d.ts +0 -2
  2669. package/dist/packages/features/ee/workflows/lib/alphanumericSenderIdSupport.d.ts.map +0 -1
  2670. package/dist/packages/features/ee/workflows/lib/compareReminderBodyToTemplate.d.ts +0 -6
  2671. package/dist/packages/features/ee/workflows/lib/compareReminderBodyToTemplate.d.ts.map +0 -1
  2672. package/dist/packages/features/ee/workflows/lib/constants.d.ts +0 -14
  2673. package/dist/packages/features/ee/workflows/lib/constants.d.ts.map +0 -1
  2674. package/dist/packages/features/ee/workflows/lib/deleteRemindersOfActiveOnIds.d.ts +0 -8
  2675. package/dist/packages/features/ee/workflows/lib/deleteRemindersOfActiveOnIds.d.ts.map +0 -1
  2676. package/dist/packages/features/ee/workflows/lib/detectMatchedTemplate.d.ts +0 -33
  2677. package/dist/packages/features/ee/workflows/lib/detectMatchedTemplate.d.ts.map +0 -1
  2678. package/dist/packages/features/ee/workflows/lib/getActionIcon.d.ts +0 -3
  2679. package/dist/packages/features/ee/workflows/lib/getActionIcon.d.ts.map +0 -1
  2680. package/dist/packages/features/ee/workflows/lib/getAllWorkflows.d.ts +0 -43
  2681. package/dist/packages/features/ee/workflows/lib/getAllWorkflows.d.ts.map +0 -1
  2682. package/dist/packages/features/ee/workflows/lib/getAllWorkflowsFromEventType.d.ts +0 -15
  2683. package/dist/packages/features/ee/workflows/lib/getAllWorkflowsFromEventType.d.ts.map +0 -1
  2684. package/dist/packages/features/ee/workflows/lib/getOptions.d.ts +0 -31
  2685. package/dist/packages/features/ee/workflows/lib/getOptions.d.ts.map +0 -1
  2686. package/dist/packages/features/ee/workflows/lib/getWorkflowReminders.d.ts +0 -144
  2687. package/dist/packages/features/ee/workflows/lib/getWorkflowReminders.d.ts.map +0 -1
  2688. package/dist/packages/features/ee/workflows/lib/getiCalEventAsString.d.ts +0 -16
  2689. package/dist/packages/features/ee/workflows/lib/getiCalEventAsString.d.ts.map +0 -1
  2690. package/dist/packages/features/ee/workflows/lib/isAuthorized.d.ts +0 -4
  2691. package/dist/packages/features/ee/workflows/lib/isAuthorized.d.ts.map +0 -1
  2692. package/dist/packages/features/ee/workflows/lib/reminders/aiPhoneCallManager.d.ts +0 -33
  2693. package/dist/packages/features/ee/workflows/lib/reminders/aiPhoneCallManager.d.ts.map +0 -1
  2694. package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts +0 -31
  2695. package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts.map +0 -1
  2696. package/dist/packages/features/ee/workflows/lib/reminders/messageDispatcher.d.ts +0 -53
  2697. package/dist/packages/features/ee/workflows/lib/reminders/messageDispatcher.d.ts.map +0 -1
  2698. package/dist/packages/features/ee/workflows/lib/reminders/providers/emailProvider.d.ts +0 -11
  2699. package/dist/packages/features/ee/workflows/lib/reminders/providers/emailProvider.d.ts.map +0 -1
  2700. package/dist/packages/features/ee/workflows/lib/reminders/providers/sendgridProvider.d.ts +0 -10
  2701. package/dist/packages/features/ee/workflows/lib/reminders/providers/sendgridProvider.d.ts.map +0 -1
  2702. package/dist/packages/features/ee/workflows/lib/reminders/providers/twilio-provider.test.d.ts +0 -2
  2703. package/dist/packages/features/ee/workflows/lib/reminders/providers/twilio-provider.test.d.ts.map +0 -1
  2704. package/dist/packages/features/ee/workflows/lib/reminders/providers/twilioProvider.d.ts +0 -48
  2705. package/dist/packages/features/ee/workflows/lib/reminders/providers/twilioProvider.d.ts.map +0 -1
  2706. package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.d.ts +0 -63
  2707. package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.d.ts.map +0 -1
  2708. package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.test.d.ts +0 -2
  2709. package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.test.d.ts.map +0 -1
  2710. package/dist/packages/features/ee/workflows/lib/reminders/scheduleMandatoryReminder.d.ts +0 -17
  2711. package/dist/packages/features/ee/workflows/lib/reminders/scheduleMandatoryReminder.d.ts.map +0 -1
  2712. package/dist/packages/features/ee/workflows/lib/reminders/smsReminderManager.d.ts +0 -31
  2713. package/dist/packages/features/ee/workflows/lib/reminders/smsReminderManager.d.ts.map +0 -1
  2714. package/dist/packages/features/ee/workflows/lib/reminders/templates/customTemplate.d.ts +0 -50
  2715. package/dist/packages/features/ee/workflows/lib/reminders/templates/customTemplate.d.ts.map +0 -1
  2716. package/dist/packages/features/ee/workflows/lib/reminders/templates/customTemplate.test.d.ts +0 -2
  2717. package/dist/packages/features/ee/workflows/lib/reminders/templates/customTemplate.test.d.ts.map +0 -1
  2718. package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.d.ts +0 -25
  2719. package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.d.ts.map +0 -1
  2720. package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.test.d.ts +0 -2
  2721. package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.test.d.ts.map +0 -1
  2722. package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.d.ts +0 -28
  2723. package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.d.ts.map +0 -1
  2724. package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.test.d.ts +0 -2
  2725. package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.test.d.ts.map +0 -1
  2726. package/dist/packages/features/ee/workflows/lib/reminders/templates/plainTextTemplates.d.ts +0 -17
  2727. package/dist/packages/features/ee/workflows/lib/reminders/templates/plainTextTemplates.d.ts.map +0 -1
  2728. package/dist/packages/features/ee/workflows/lib/reminders/templates/smsReminderTemplate.d.ts +0 -6
  2729. package/dist/packages/features/ee/workflows/lib/reminders/templates/smsReminderTemplate.d.ts.map +0 -1
  2730. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/ContentSidMapping.d.ts +0 -11
  2731. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/ContentSidMapping.d.ts.map +0 -1
  2732. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/index.d.ts +0 -5
  2733. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/index.d.ts.map +0 -1
  2734. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCancelledTemplate.d.ts +0 -5
  2735. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCancelledTemplate.d.ts.map +0 -1
  2736. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCompletedTemplate.d.ts +0 -5
  2737. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCompletedTemplate.d.ts.map +0 -1
  2738. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventReminderTemplate.d.ts +0 -5
  2739. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventReminderTemplate.d.ts.map +0 -1
  2740. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventRescheduledTemplate.d.ts +0 -5
  2741. package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventRescheduledTemplate.d.ts.map +0 -1
  2742. package/dist/packages/features/ee/workflows/lib/reminders/utils.d.ts +0 -7
  2743. package/dist/packages/features/ee/workflows/lib/reminders/utils.d.ts.map +0 -1
  2744. package/dist/packages/features/ee/workflows/lib/reminders/utils.test.d.ts +0 -2
  2745. package/dist/packages/features/ee/workflows/lib/reminders/utils.test.d.ts.map +0 -1
  2746. package/dist/packages/features/ee/workflows/lib/reminders/verifyPhoneNumber.d.ts +0 -3
  2747. package/dist/packages/features/ee/workflows/lib/reminders/verifyPhoneNumber.d.ts.map +0 -1
  2748. package/dist/packages/features/ee/workflows/lib/reminders/whatsappReminderManager.d.ts +0 -6
  2749. package/dist/packages/features/ee/workflows/lib/reminders/whatsappReminderManager.d.ts.map +0 -1
  2750. package/dist/packages/features/ee/workflows/lib/repository/workflowOptOutContact.d.ts +0 -6
  2751. package/dist/packages/features/ee/workflows/lib/repository/workflowOptOutContact.d.ts.map +0 -1
  2752. package/dist/packages/features/ee/workflows/lib/scheduleBookingReminders.d.ts +0 -8
  2753. package/dist/packages/features/ee/workflows/lib/scheduleBookingReminders.d.ts.map +0 -1
  2754. package/dist/packages/features/ee/workflows/lib/scheduleWorkflowNotifications.d.ts +0 -103
  2755. package/dist/packages/features/ee/workflows/lib/scheduleWorkflowNotifications.d.ts.map +0 -1
  2756. package/dist/packages/features/ee/workflows/lib/scheduleWorkflowNotifications.integration-test.d.ts +0 -2
  2757. package/dist/packages/features/ee/workflows/lib/scheduleWorkflowNotifications.integration-test.d.ts.map +0 -1
  2758. package/dist/packages/features/ee/workflows/lib/schema.d.ts +0 -165
  2759. package/dist/packages/features/ee/workflows/lib/schema.d.ts.map +0 -1
  2760. package/dist/packages/features/ee/workflows/lib/service/email-workflow-service.d.ts +0 -123
  2761. package/dist/packages/features/ee/workflows/lib/service/email-workflow-service.d.ts.map +0 -1
  2762. package/dist/packages/features/ee/workflows/lib/service/email-workflow-service.test.d.ts +0 -2
  2763. package/dist/packages/features/ee/workflows/lib/service/email-workflow-service.test.d.ts.map +0 -1
  2764. package/dist/packages/features/ee/workflows/lib/service/workflow-service.d.ts +0 -83
  2765. package/dist/packages/features/ee/workflows/lib/service/workflow-service.d.ts.map +0 -1
  2766. package/dist/packages/features/ee/workflows/lib/service/workflow-service.test.d.ts +0 -2
  2767. package/dist/packages/features/ee/workflows/lib/service/workflow-service.test.d.ts.map +0 -1
  2768. package/dist/packages/features/ee/workflows/lib/service/workflowOptOutService.d.ts +0 -5
  2769. package/dist/packages/features/ee/workflows/lib/service/workflowOptOutService.d.ts.map +0 -1
  2770. package/dist/packages/features/ee/workflows/lib/test/compareReminderBodyToTemplate.test.d.ts +0 -2
  2771. package/dist/packages/features/ee/workflows/lib/test/compareReminderBodyToTemplate.test.d.ts.map +0 -1
  2772. package/dist/packages/features/ee/workflows/lib/test/detectMatchedTemplate.test.d.ts +0 -2
  2773. package/dist/packages/features/ee/workflows/lib/test/detectMatchedTemplate.test.d.ts.map +0 -1
  2774. package/dist/packages/features/ee/workflows/lib/test/twilioWebhook.test.d.ts +0 -2
  2775. package/dist/packages/features/ee/workflows/lib/test/twilioWebhook.test.d.ts.map +0 -1
  2776. package/dist/packages/features/ee/workflows/lib/test/urlScanner.test.d.ts +0 -2
  2777. package/dist/packages/features/ee/workflows/lib/test/urlScanner.test.d.ts.map +0 -1
  2778. package/dist/packages/features/ee/workflows/lib/test/workflows.test.d.ts +0 -2
  2779. package/dist/packages/features/ee/workflows/lib/test/workflows.test.d.ts.map +0 -1
  2780. package/dist/packages/features/ee/workflows/lib/types.d.ts +0 -165
  2781. package/dist/packages/features/ee/workflows/lib/types.d.ts.map +0 -1
  2782. package/dist/packages/features/ee/workflows/lib/url-scanner.test.d.ts +0 -2
  2783. package/dist/packages/features/ee/workflows/lib/url-scanner.test.d.ts.map +0 -1
  2784. package/dist/packages/features/ee/workflows/lib/urlScanner.d.ts +0 -63
  2785. package/dist/packages/features/ee/workflows/lib/urlScanner.d.ts.map +0 -1
  2786. package/dist/packages/features/ee/workflows/lib/variableTranslations.d.ts +0 -10
  2787. package/dist/packages/features/ee/workflows/lib/variableTranslations.d.ts.map +0 -1
  2788. package/dist/packages/features/ee/workflows/lib/verifyEmailSender.d.ts +0 -2
  2789. package/dist/packages/features/ee/workflows/lib/verifyEmailSender.d.ts.map +0 -1
  2790. package/dist/packages/features/ee/workflows/repositories/WorkflowRelationsRepository.d.ts +0 -24
  2791. package/dist/packages/features/ee/workflows/repositories/WorkflowRelationsRepository.d.ts.map +0 -1
  2792. package/dist/packages/features/ee/workflows/repositories/WorkflowStepRepository.d.ts +0 -68
  2793. package/dist/packages/features/ee/workflows/repositories/WorkflowStepRepository.d.ts.map +0 -1
  2794. package/dist/packages/features/ee/workflows/repositories/WorkflowStepTranslationRepository.d.ts +0 -30
  2795. package/dist/packages/features/ee/workflows/repositories/WorkflowStepTranslationRepository.d.ts.map +0 -1
  2796. package/dist/packages/features/ee/workflows/repositories/WorkflowStepTranslationRepository.test.d.ts +0 -2
  2797. package/dist/packages/features/ee/workflows/repositories/WorkflowStepTranslationRepository.test.d.ts.map +0 -1
  2798. package/dist/packages/features/ee/workflows/repositories/workflow-reminder-repository.d.ts +0 -164
  2799. package/dist/packages/features/ee/workflows/repositories/workflow-reminder-repository.d.ts.map +0 -1
  2800. package/dist/packages/features/ee/workflows/repositories/workflow-reminder-repository.test.d.ts +0 -2
  2801. package/dist/packages/features/ee/workflows/repositories/workflow-reminder-repository.test.d.ts.map +0 -1
  2802. package/dist/packages/features/ee/workflows/repositories/workflow-repository.d.ts +0 -872
  2803. package/dist/packages/features/ee/workflows/repositories/workflow-repository.d.ts.map +0 -1
  2804. package/dist/packages/features/ee/workflows/repositories/workflow-repository.test.d.ts +0 -2
  2805. package/dist/packages/features/ee/workflows/repositories/workflow-repository.test.d.ts.map +0 -1
  2806. package/dist/packages/features/ee/workflows/repositories/workflow-step-translation-repository.integration-test.d.ts +0 -2
  2807. package/dist/packages/features/ee/workflows/repositories/workflow-step-translation-repository.integration-test.d.ts.map +0 -1
  2808. package/dist/packages/features/eventtypes/components/AssignAllTeamMembers.d.ts +0 -8
  2809. package/dist/packages/features/eventtypes/components/AssignAllTeamMembers.d.ts.map +0 -1
  2810. package/dist/packages/features/eventtypes/components/BulkEditDefaultForEventsModal.d.ts +0 -28
  2811. package/dist/packages/features/eventtypes/components/BulkEditDefaultForEventsModal.d.ts.map +0 -1
  2812. package/dist/packages/features/eventtypes/components/CheckedTeamSelect.d.ts +0 -41
  2813. package/dist/packages/features/eventtypes/components/CheckedTeamSelect.d.ts.map +0 -1
  2814. package/dist/packages/features/eventtypes/components/ChildrenEventTypeSelect.d.ts +0 -32
  2815. package/dist/packages/features/eventtypes/components/ChildrenEventTypeSelect.d.ts.map +0 -1
  2816. package/dist/packages/features/eventtypes/components/CreateEventTypeForm.d.ts +0 -17
  2817. package/dist/packages/features/eventtypes/components/CreateEventTypeForm.d.ts.map +0 -1
  2818. package/dist/packages/features/eventtypes/components/LearnMoreLink.d.ts +0 -9
  2819. package/dist/packages/features/eventtypes/components/LearnMoreLink.d.ts.map +0 -1
  2820. package/dist/packages/features/eventtypes/components/WeightDescription.d.ts +0 -5
  2821. package/dist/packages/features/eventtypes/components/WeightDescription.d.ts.map +0 -1
  2822. package/dist/packages/features/eventtypes/components/dialogs/HostEditDialogs.d.ts +0 -29
  2823. package/dist/packages/features/eventtypes/components/dialogs/HostEditDialogs.d.ts.map +0 -1
  2824. package/dist/packages/features/eventtypes/components/dialogs/ManagedEventDialog.d.ts +0 -13
  2825. package/dist/packages/features/eventtypes/components/dialogs/ManagedEventDialog.d.ts.map +0 -1
  2826. package/dist/packages/features/eventtypes/components/locations/types.d.ts +0 -48
  2827. package/dist/packages/features/eventtypes/components/locations/types.d.ts.map +0 -1
  2828. package/dist/packages/features/eventtypes/components/tabs/advanced/CustomEventTypeModal.d.ts +0 -44
  2829. package/dist/packages/features/eventtypes/components/tabs/advanced/CustomEventTypeModal.d.ts.map +0 -1
  2830. package/dist/packages/features/eventtypes/components/tabs/advanced/DisableAllEmailsSetting.d.ts +0 -26
  2831. package/dist/packages/features/eventtypes/components/tabs/advanced/DisableAllEmailsSetting.d.ts.map +0 -1
  2832. package/dist/packages/features/eventtypes/components/tabs/advanced/DisableReschedulingController.d.ts +0 -18
  2833. package/dist/packages/features/eventtypes/components/tabs/advanced/DisableReschedulingController.d.ts.map +0 -1
  2834. package/dist/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.d.ts +0 -144
  2835. package/dist/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.d.ts.map +0 -1
  2836. package/dist/packages/features/eventtypes/components/tabs/advanced/FormBuilder.d.ts +0 -46
  2837. package/dist/packages/features/eventtypes/components/tabs/advanced/FormBuilder.d.ts.map +0 -1
  2838. package/dist/packages/features/eventtypes/components/tabs/advanced/RequiresConfirmationController.d.ts +0 -27
  2839. package/dist/packages/features/eventtypes/components/tabs/advanced/RequiresConfirmationController.d.ts.map +0 -1
  2840. package/dist/packages/features/eventtypes/components/tabs/availability/EventAvailabilityTab.d.ts +0 -91
  2841. package/dist/packages/features/eventtypes/components/tabs/availability/EventAvailabilityTab.d.ts.map +0 -1
  2842. package/dist/packages/features/eventtypes/components/tabs/limits/EventLimitsTab.d.ts +0 -58
  2843. package/dist/packages/features/eventtypes/components/tabs/limits/EventLimitsTab.d.ts.map +0 -1
  2844. package/dist/packages/features/eventtypes/components/tabs/limits/MaxActiveBookingsPerBookerController.d.ts +0 -10
  2845. package/dist/packages/features/eventtypes/components/tabs/limits/MaxActiveBookingsPerBookerController.d.ts.map +0 -1
  2846. package/dist/packages/features/eventtypes/components/tabs/limits/dateConversions.test.d.ts +0 -2
  2847. package/dist/packages/features/eventtypes/components/tabs/limits/dateConversions.test.d.ts.map +0 -1
  2848. package/dist/packages/features/eventtypes/components/tabs/recurring/EventRecurringTab.d.ts +0 -4
  2849. package/dist/packages/features/eventtypes/components/tabs/recurring/EventRecurringTab.d.ts.map +0 -1
  2850. package/dist/packages/features/eventtypes/components/tabs/recurring/RecurringEventController.d.ts +0 -22
  2851. package/dist/packages/features/eventtypes/components/tabs/recurring/RecurringEventController.d.ts.map +0 -1
  2852. package/dist/packages/features/eventtypes/components/tabs/setup/EventSetupTab.d.ts +0 -46
  2853. package/dist/packages/features/eventtypes/components/tabs/setup/EventSetupTab.d.ts.map +0 -1
  2854. package/dist/packages/features/eventtypes/di/EventTypeService.container.d.ts +0 -4
  2855. package/dist/packages/features/eventtypes/di/EventTypeService.container.d.ts.map +0 -1
  2856. package/dist/packages/features/eventtypes/di/EventTypeService.module.d.ts +0 -9
  2857. package/dist/packages/features/eventtypes/di/EventTypeService.module.d.ts.map +0 -1
  2858. package/dist/packages/features/eventtypes/di/tokens.d.ts +0 -5
  2859. package/dist/packages/features/eventtypes/di/tokens.d.ts.map +0 -1
  2860. package/dist/packages/features/eventtypes/eventtypes.repository.interface.d.ts +0 -20
  2861. package/dist/packages/features/eventtypes/eventtypes.repository.interface.d.ts.map +0 -1
  2862. package/dist/packages/features/eventtypes/lib/apply-pending-host-changes.d.ts +0 -12
  2863. package/dist/packages/features/eventtypes/lib/apply-pending-host-changes.d.ts.map +0 -1
  2864. package/dist/packages/features/eventtypes/lib/bookingFieldsManager.d.ts +0 -14
  2865. package/dist/packages/features/eventtypes/lib/bookingFieldsManager.d.ts.map +0 -1
  2866. package/dist/packages/features/eventtypes/lib/checkForEmptyAssignment.d.ts +0 -8
  2867. package/dist/packages/features/eventtypes/lib/checkForEmptyAssignment.d.ts.map +0 -1
  2868. package/dist/packages/features/eventtypes/lib/checkForEmptyAssignment.test.d.ts +0 -2
  2869. package/dist/packages/features/eventtypes/lib/checkForEmptyAssignment.test.d.ts.map +0 -1
  2870. package/dist/packages/features/eventtypes/lib/childrenEventType.d.ts +0 -35
  2871. package/dist/packages/features/eventtypes/lib/childrenEventType.d.ts.map +0 -1
  2872. package/dist/packages/features/eventtypes/lib/childrenEventType.test.d.ts +0 -2
  2873. package/dist/packages/features/eventtypes/lib/childrenEventType.test.d.ts.map +0 -1
  2874. package/dist/packages/features/eventtypes/lib/defaultEvents.d.ts +0 -2056
  2875. package/dist/packages/features/eventtypes/lib/defaultEvents.d.ts.map +0 -1
  2876. package/dist/packages/features/eventtypes/lib/defaultEvents.test.d.ts +0 -2
  2877. package/dist/packages/features/eventtypes/lib/defaultEvents.test.d.ts.map +0 -1
  2878. package/dist/packages/features/eventtypes/lib/eventNaming.d.ts +0 -28
  2879. package/dist/packages/features/eventtypes/lib/eventNaming.d.ts.map +0 -1
  2880. package/dist/packages/features/eventtypes/lib/eventNaming.test.d.ts +0 -2
  2881. package/dist/packages/features/eventtypes/lib/eventNaming.test.d.ts.map +0 -1
  2882. package/dist/packages/features/eventtypes/lib/eventTypeUpdateUtils.d.ts +0 -45
  2883. package/dist/packages/features/eventtypes/lib/eventTypeUpdateUtils.d.ts.map +0 -1
  2884. package/dist/packages/features/eventtypes/lib/getDefinedBufferTimes.d.ts +0 -2
  2885. package/dist/packages/features/eventtypes/lib/getDefinedBufferTimes.d.ts.map +0 -1
  2886. package/dist/packages/features/eventtypes/lib/getDefinedBufferTimes.test.d.ts +0 -2
  2887. package/dist/packages/features/eventtypes/lib/getDefinedBufferTimes.test.d.ts.map +0 -1
  2888. package/dist/packages/features/eventtypes/lib/getEventTypeById.d.ts +0 -1256
  2889. package/dist/packages/features/eventtypes/lib/getEventTypeById.d.ts.map +0 -1
  2890. package/dist/packages/features/eventtypes/lib/getEventTypeById.integration-test.d.ts +0 -2
  2891. package/dist/packages/features/eventtypes/lib/getEventTypeById.integration-test.d.ts.map +0 -1
  2892. package/dist/packages/features/eventtypes/lib/getEventTypesByViewer.d.ts +0 -447
  2893. package/dist/packages/features/eventtypes/lib/getEventTypesByViewer.d.ts.map +0 -1
  2894. package/dist/packages/features/eventtypes/lib/getEventTypesByViewer.test.d.ts +0 -2
  2895. package/dist/packages/features/eventtypes/lib/getEventTypesByViewer.test.d.ts.map +0 -1
  2896. package/dist/packages/features/eventtypes/lib/getEventTypesPublic.d.ts +0 -171
  2897. package/dist/packages/features/eventtypes/lib/getEventTypesPublic.d.ts.map +0 -1
  2898. package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts +0 -2870
  2899. package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts.map +0 -1
  2900. package/dist/packages/features/eventtypes/lib/getPublicEvent.test.d.ts +0 -2
  2901. package/dist/packages/features/eventtypes/lib/getPublicEvent.test.d.ts.map +0 -1
  2902. package/dist/packages/features/eventtypes/lib/getTeamEventType.d.ts +0 -200
  2903. package/dist/packages/features/eventtypes/lib/getTeamEventType.d.ts.map +0 -1
  2904. package/dist/packages/features/eventtypes/lib/isCurrentlyAvailable.test.d.ts +0 -2
  2905. package/dist/packages/features/eventtypes/lib/isCurrentlyAvailable.test.d.ts.map +0 -1
  2906. package/dist/packages/features/eventtypes/lib/schemas.d.ts +0 -54
  2907. package/dist/packages/features/eventtypes/lib/schemas.d.ts.map +0 -1
  2908. package/dist/packages/features/eventtypes/lib/schemas.test.d.ts +0 -2
  2909. package/dist/packages/features/eventtypes/lib/schemas.test.d.ts.map +0 -1
  2910. package/dist/packages/features/eventtypes/lib/successRedirectUrlAllowed.d.ts +0 -25
  2911. package/dist/packages/features/eventtypes/lib/successRedirectUrlAllowed.d.ts.map +0 -1
  2912. package/dist/packages/features/eventtypes/lib/successRedirectUrlAllowed.test.d.ts +0 -2
  2913. package/dist/packages/features/eventtypes/lib/successRedirectUrlAllowed.test.d.ts.map +0 -1
  2914. package/dist/packages/features/eventtypes/lib/types.d.ts +0 -592
  2915. package/dist/packages/features/eventtypes/lib/types.d.ts.map +0 -1
  2916. package/dist/packages/features/eventtypes/repositories/EventRepository.d.ts +0 -1670
  2917. package/dist/packages/features/eventtypes/repositories/EventRepository.d.ts.map +0 -1
  2918. package/dist/packages/features/eventtypes/repositories/__tests__/EventTypeRepository.integration-test.d.ts +0 -2
  2919. package/dist/packages/features/eventtypes/repositories/__tests__/EventTypeRepository.integration-test.d.ts.map +0 -1
  2920. package/dist/packages/features/eventtypes/repositories/__tests__/EventTypeRepository.test.d.ts +0 -2
  2921. package/dist/packages/features/eventtypes/repositories/__tests__/EventTypeRepository.test.d.ts.map +0 -1
  2922. package/dist/packages/features/eventtypes/repositories/eventTypeRepository.d.ts +0 -3968
  2923. package/dist/packages/features/eventtypes/repositories/eventTypeRepository.d.ts.map +0 -1
  2924. package/dist/packages/features/eventtypes/service/EventTypeService.d.ts +0 -81
  2925. package/dist/packages/features/eventtypes/service/EventTypeService.d.ts.map +0 -1
  2926. package/dist/packages/features/eventtypes/service/EventTypeService.test.d.ts +0 -2
  2927. package/dist/packages/features/eventtypes/service/EventTypeService.test.d.ts.map +0 -1
  2928. package/dist/packages/features/eventtypes/store/__tests__/hosts-store.test.d.ts +0 -2
  2929. package/dist/packages/features/eventtypes/store/__tests__/hosts-store.test.d.ts.map +0 -1
  2930. package/dist/packages/features/eventtypes/store/hosts-store-provider.d.ts +0 -7
  2931. package/dist/packages/features/eventtypes/store/hosts-store-provider.d.ts.map +0 -1
  2932. package/dist/packages/features/eventtypes/store/hosts-store.d.ts +0 -25
  2933. package/dist/packages/features/eventtypes/store/hosts-store.d.ts.map +0 -1
  2934. package/dist/packages/features/form-builder/fieldTypes.d.ts +0 -5
  2935. package/dist/packages/features/form-builder/fieldTypes.d.ts.map +0 -1
  2936. package/dist/packages/features/form-builder/fieldsThatSupportLabelAsSafeHtml.d.ts +0 -7
  2937. package/dist/packages/features/form-builder/fieldsThatSupportLabelAsSafeHtml.d.ts.map +0 -1
  2938. package/dist/packages/features/form-builder/propsTypes.d.ts +0 -18
  2939. package/dist/packages/features/form-builder/propsTypes.d.ts.map +0 -1
  2940. package/dist/packages/features/form-builder/schema.d.ts +0 -783
  2941. package/dist/packages/features/form-builder/schema.d.ts.map +0 -1
  2942. package/dist/packages/features/form-builder/staticConfig.d.ts +0 -67
  2943. package/dist/packages/features/form-builder/staticConfig.d.ts.map +0 -1
  2944. package/dist/packages/features/form-builder/staticConfig.test.d.ts +0 -2
  2945. package/dist/packages/features/form-builder/staticConfig.test.d.ts.map +0 -1
  2946. package/dist/packages/features/form-builder/testUtils.d.ts +0 -421
  2947. package/dist/packages/features/form-builder/testUtils.d.ts.map +0 -1
  2948. package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.d.ts +0 -12
  2949. package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.d.ts.map +0 -1
  2950. package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.test.d.ts +0 -2
  2951. package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.test.d.ts.map +0 -1
  2952. package/dist/packages/features/form-builder/utils/getFieldIdentifier.d.ts +0 -2
  2953. package/dist/packages/features/form-builder/utils/getFieldIdentifier.d.ts.map +0 -1
  2954. package/dist/packages/features/form-builder/utils/variantsConfig.d.ts +0 -44
  2955. package/dist/packages/features/form-builder/utils/variantsConfig.d.ts.map +0 -1
  2956. package/dist/packages/features/form-builder/utils.d.ts +0 -6
  2957. package/dist/packages/features/form-builder/utils.d.ts.map +0 -1
  2958. package/dist/packages/features/instant-meeting/schema.d.ts +0 -3
  2959. package/dist/packages/features/instant-meeting/schema.d.ts.map +0 -1
  2960. package/dist/packages/features/schedules/components/DateOverrideInputDialog.d.ts +0 -16
  2961. package/dist/packages/features/schedules/components/DateOverrideInputDialog.d.ts.map +0 -1
  2962. package/dist/packages/features/schedules/components/DateOverrideList.d.ts +0 -25
  2963. package/dist/packages/features/schedules/components/DateOverrideList.d.ts.map +0 -1
  2964. package/dist/packages/features/schedules/components/ScheduleComponent.d.ts +0 -50
  2965. package/dist/packages/features/schedules/components/ScheduleComponent.d.ts.map +0 -1
  2966. package/dist/packages/features/schedules/components/ScheduleComponent.test.d.ts +0 -2
  2967. package/dist/packages/features/schedules/components/ScheduleComponent.test.d.ts.map +0 -1
  2968. package/dist/packages/features/schedules/components/ScheduleListItem.d.ts +0 -39
  2969. package/dist/packages/features/schedules/components/ScheduleListItem.d.ts.map +0 -1
  2970. package/dist/packages/features/schedules/components/parse-time-string.test.d.ts +0 -2
  2971. package/dist/packages/features/schedules/components/parse-time-string.test.d.ts.map +0 -1
  2972. package/dist/packages/features/schedules/hooks/useTimesForSchedule.d.ts +0 -30
  2973. package/dist/packages/features/schedules/hooks/useTimesForSchedule.d.ts.map +0 -1
  2974. package/dist/packages/features/schedules/hooks/useTimesForSchedule.timezone.test.d.ts +0 -2
  2975. package/dist/packages/features/schedules/hooks/useTimesForSchedule.timezone.test.d.ts.map +0 -1
  2976. package/dist/packages/features/schedules/lib/date-ranges.d.ts +0 -59
  2977. package/dist/packages/features/schedules/lib/date-ranges.d.ts.map +0 -1
  2978. package/dist/packages/features/schedules/lib/date-ranges.expansion.test.d.ts +0 -2
  2979. package/dist/packages/features/schedules/lib/date-ranges.expansion.test.d.ts.map +0 -1
  2980. package/dist/packages/features/schedules/lib/date-ranges.test.d.ts +0 -2
  2981. package/dist/packages/features/schedules/lib/date-ranges.test.d.ts.map +0 -1
  2982. package/dist/packages/features/schedules/lib/slots-minBookingNotice.test.d.ts +0 -2
  2983. package/dist/packages/features/schedules/lib/slots-minBookingNotice.test.d.ts.map +0 -1
  2984. package/dist/packages/features/schedules/lib/slots.d.ts +0 -30
  2985. package/dist/packages/features/schedules/lib/slots.d.ts.map +0 -1
  2986. package/dist/packages/features/schedules/lib/slots.expansion.test.d.ts +0 -2
  2987. package/dist/packages/features/schedules/lib/slots.expansion.test.d.ts.map +0 -1
  2988. package/dist/packages/features/schedules/lib/slots.test.d.ts +0 -2
  2989. package/dist/packages/features/schedules/lib/slots.test.d.ts.map +0 -1
  2990. package/dist/packages/features/schedules/repositories/ScheduleRepository.d.ts +0 -213
  2991. package/dist/packages/features/schedules/repositories/ScheduleRepository.d.ts.map +0 -1
  2992. package/dist/packages/features/schedules/repositories/ScheduleRepository.test.d.ts +0 -2
  2993. package/dist/packages/features/schedules/repositories/ScheduleRepository.test.d.ts.map +0 -1
  2994. package/dist/packages/features/schedules/services/ScheduleService.d.ts +0 -152
  2995. package/dist/packages/features/schedules/services/ScheduleService.d.ts.map +0 -1
  2996. package/dist/packages/features/schedules/services/ScheduleService.test.d.ts +0 -2
  2997. package/dist/packages/features/schedules/services/ScheduleService.test.d.ts.map +0 -1
  2998. package/dist/packages/features/schedules/types.d.ts +0 -20
  2999. package/dist/packages/features/schedules/types.d.ts.map +0 -1
  3000. package/dist/packages/kysely/types.d.ts +0 -2724
  3001. package/dist/packages/kysely/types.d.ts.map +0 -1
  3002. package/dist/packages/lib/intervalLimits/intervalLimitSchema.d.ts +0 -6
  3003. package/dist/packages/lib/intervalLimits/intervalLimitSchema.d.ts.map +0 -1
  3004. package/dist/packages/platform/atoms/add-members-switch/AddMembersWithSwitchPlatformWrapper.d.ts +0 -3
  3005. package/dist/packages/platform/atoms/add-members-switch/AddMembersWithSwitchPlatformWrapper.d.ts.map +0 -1
  3006. package/dist/packages/platform/atoms/availability/AvailabilitySettings.d.ts +0 -89
  3007. package/dist/packages/platform/atoms/availability/AvailabilitySettings.d.ts.map +0 -1
  3008. package/dist/packages/platform/atoms/availability/index.d.ts +0 -4
  3009. package/dist/packages/platform/atoms/availability/index.d.ts.map +0 -1
  3010. package/dist/packages/platform/atoms/availability/types.d.ts +0 -36
  3011. package/dist/packages/platform/atoms/availability/types.d.ts.map +0 -1
  3012. package/dist/packages/platform/atoms/availability/wrappers/AvailabilitySettingsPlatformWrapper.d.ts +0 -29
  3013. package/dist/packages/platform/atoms/availability/wrappers/AvailabilitySettingsPlatformWrapper.d.ts.map +0 -1
  3014. package/dist/packages/platform/atoms/booker/BookerPlatformWrapper.d.ts +0 -4
  3015. package/dist/packages/platform/atoms/booker/BookerPlatformWrapper.d.ts.map +0 -1
  3016. package/dist/packages/platform/atoms/booker/types.d.ts +0 -99
  3017. package/dist/packages/platform/atoms/booker/types.d.ts.map +0 -1
  3018. package/dist/packages/platform/atoms/booker-embed/BookerEmbed.d.ts +0 -31
  3019. package/dist/packages/platform/atoms/booker-embed/BookerEmbed.d.ts.map +0 -1
  3020. package/dist/packages/platform/atoms/booker-embed/index.d.ts +0 -2
  3021. package/dist/packages/platform/atoms/booker-embed/index.d.ts.map +0 -1
  3022. package/dist/packages/platform/atoms/booker-embed/useGetRoutingFormUrlProps.d.ts +0 -21
  3023. package/dist/packages/platform/atoms/booker-embed/useGetRoutingFormUrlProps.d.ts.map +0 -1
  3024. package/dist/packages/platform/atoms/cal-provider/BaseCalProvider.d.ts +0 -24
  3025. package/dist/packages/platform/atoms/cal-provider/BaseCalProvider.d.ts.map +0 -1
  3026. package/dist/packages/platform/atoms/cal-provider/CalOAuthProvider.d.ts +0 -19
  3027. package/dist/packages/platform/atoms/cal-provider/CalOAuthProvider.d.ts.map +0 -1
  3028. package/dist/packages/platform/atoms/cal-provider/CalProvider.d.ts +0 -22
  3029. package/dist/packages/platform/atoms/cal-provider/CalProvider.d.ts.map +0 -1
  3030. package/dist/packages/platform/atoms/cal-provider/index.d.ts +0 -3
  3031. package/dist/packages/platform/atoms/cal-provider/index.d.ts.map +0 -1
  3032. package/dist/packages/platform/atoms/cal-provider/languages.d.ts +0 -55
  3033. package/dist/packages/platform/atoms/cal-provider/languages.d.ts.map +0 -1
  3034. package/dist/packages/platform/atoms/calendar-settings/index.d.ts +0 -2
  3035. package/dist/packages/platform/atoms/calendar-settings/index.d.ts.map +0 -1
  3036. package/dist/packages/platform/atoms/calendar-settings/wrappers/CalendarSettingsPlatformWrapper.d.ts +0 -17
  3037. package/dist/packages/platform/atoms/calendar-settings/wrappers/CalendarSettingsPlatformWrapper.d.ts.map +0 -1
  3038. package/dist/packages/platform/atoms/calendar-view/CalendarViewComponent.d.ts +0 -2
  3039. package/dist/packages/platform/atoms/calendar-view/CalendarViewComponent.d.ts.map +0 -1
  3040. package/dist/packages/platform/atoms/calendar-view/EventTypeCalendarViewComponent.d.ts +0 -7
  3041. package/dist/packages/platform/atoms/calendar-view/EventTypeCalendarViewComponent.d.ts.map +0 -1
  3042. package/dist/packages/platform/atoms/calendar-view/components/LargeCalendar.d.ts +0 -11
  3043. package/dist/packages/platform/atoms/calendar-view/components/LargeCalendar.d.ts.map +0 -1
  3044. package/dist/packages/platform/atoms/calendar-view/index.d.ts +0 -2
  3045. package/dist/packages/platform/atoms/calendar-view/index.d.ts.map +0 -1
  3046. package/dist/packages/platform/atoms/calendar-view/wrappers/CalendarViewPlatformWrapper.d.ts +0 -22
  3047. package/dist/packages/platform/atoms/calendar-view/wrappers/CalendarViewPlatformWrapper.d.ts.map +0 -1
  3048. package/dist/packages/platform/atoms/connect/OAuthConnect.d.ts +0 -25
  3049. package/dist/packages/platform/atoms/connect/OAuthConnect.d.ts.map +0 -1
  3050. package/dist/packages/platform/atoms/connect/apple/AppleConnect.d.ts +0 -4
  3051. package/dist/packages/platform/atoms/connect/apple/AppleConnect.d.ts.map +0 -1
  3052. package/dist/packages/platform/atoms/connect/conferencing-apps/ConferencingAppsViewPlatformWrapper.d.ts +0 -29
  3053. package/dist/packages/platform/atoms/connect/conferencing-apps/ConferencingAppsViewPlatformWrapper.d.ts.map +0 -1
  3054. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomBulkUpdateEventTypesToDefaultLocation.d.ts +0 -102
  3055. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomBulkUpdateEventTypesToDefaultLocation.d.ts.map +0 -1
  3056. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomGetEventTypes.d.ts +0 -10
  3057. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomGetEventTypes.d.ts.map +0 -1
  3058. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomsGetInstalledConferencingApps.d.ts +0 -3
  3059. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomsGetInstalledConferencingApps.d.ts.map +0 -1
  3060. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useConnect.d.ts +0 -23
  3061. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useConnect.d.ts.map +0 -1
  3062. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useDeleteCredential.d.ts +0 -9
  3063. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useDeleteCredential.d.ts.map +0 -1
  3064. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useGetDefaultConferencingApp.d.ts +0 -6
  3065. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useGetDefaultConferencingApp.d.ts.map +0 -1
  3066. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useUpdateUserDefaultConferencingApp.d.ts +0 -9
  3067. package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useUpdateUserDefaultConferencingApp.d.ts.map +0 -1
  3068. package/dist/packages/platform/atoms/connect/google/GcalConnect.d.ts +0 -4
  3069. package/dist/packages/platform/atoms/connect/google/GcalConnect.d.ts.map +0 -1
  3070. package/dist/packages/platform/atoms/connect/index.d.ts +0 -4
  3071. package/dist/packages/platform/atoms/connect/index.d.ts.map +0 -1
  3072. package/dist/packages/platform/atoms/connect/outlook/OutlookConnect.d.ts +0 -4
  3073. package/dist/packages/platform/atoms/connect/outlook/OutlookConnect.d.ts.map +0 -1
  3074. package/dist/packages/platform/atoms/connect/stripe/StripeConnect.d.ts +0 -22
  3075. package/dist/packages/platform/atoms/connect/stripe/StripeConnect.d.ts.map +0 -1
  3076. package/dist/packages/platform/atoms/create-schedule/CreateScheduleForm.d.ts +0 -18
  3077. package/dist/packages/platform/atoms/create-schedule/CreateScheduleForm.d.ts.map +0 -1
  3078. package/dist/packages/platform/atoms/create-schedule/index.d.ts +0 -2
  3079. package/dist/packages/platform/atoms/create-schedule/index.d.ts.map +0 -1
  3080. package/dist/packages/platform/atoms/create-schedule/wrappers/CreateSchedulePlatformWrapper.d.ts +0 -15
  3081. package/dist/packages/platform/atoms/create-schedule/wrappers/CreateSchedulePlatformWrapper.d.ts.map +0 -1
  3082. package/dist/packages/platform/atoms/destination-calendar/DestinationCalendar.d.ts +0 -21
  3083. package/dist/packages/platform/atoms/destination-calendar/DestinationCalendar.d.ts.map +0 -1
  3084. package/dist/packages/platform/atoms/destination-calendar/DestinationCalendarSelector.d.ts +0 -17
  3085. package/dist/packages/platform/atoms/destination-calendar/DestinationCalendarSelector.d.ts.map +0 -1
  3086. package/dist/packages/platform/atoms/destination-calendar/DestinationReminderSelector.d.ts +0 -9
  3087. package/dist/packages/platform/atoms/destination-calendar/DestinationReminderSelector.d.ts.map +0 -1
  3088. package/dist/packages/platform/atoms/destination-calendar/index.d.ts +0 -2
  3089. package/dist/packages/platform/atoms/destination-calendar/index.d.ts.map +0 -1
  3090. package/dist/packages/platform/atoms/destination-calendar/wrappers/DestinationCalendarSettingsPlatformWrapper.d.ts +0 -8
  3091. package/dist/packages/platform/atoms/destination-calendar/wrappers/DestinationCalendarSettingsPlatformWrapper.d.ts.map +0 -1
  3092. package/dist/packages/platform/atoms/event-types/__tests__/EventTypeListItem.test.d.ts +0 -2
  3093. package/dist/packages/platform/atoms/event-types/__tests__/EventTypeListItem.test.d.ts.map +0 -1
  3094. package/dist/packages/platform/atoms/event-types/__tests__/formatEventTypeDuration.test.d.ts +0 -2
  3095. package/dist/packages/platform/atoms/event-types/__tests__/formatEventTypeDuration.test.d.ts.map +0 -1
  3096. package/dist/packages/platform/atoms/event-types/components/EventTypeListItem.d.ts +0 -12
  3097. package/dist/packages/platform/atoms/event-types/components/EventTypeListItem.d.ts.map +0 -1
  3098. package/dist/packages/platform/atoms/event-types/hooks/use-tabs-navigations.test.d.ts +0 -2
  3099. package/dist/packages/platform/atoms/event-types/hooks/use-tabs-navigations.test.d.ts.map +0 -1
  3100. package/dist/packages/platform/atoms/event-types/hooks/useAddVerifiedEmail.d.ts +0 -15
  3101. package/dist/packages/platform/atoms/event-types/hooks/useAddVerifiedEmail.d.ts.map +0 -1
  3102. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeAppIntegration.d.ts +0 -22
  3103. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeAppIntegration.d.ts.map +0 -1
  3104. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts +0 -937
  3105. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts.map +0 -1
  3106. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypePaymentInfo.d.ts +0 -245
  3107. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypePaymentInfo.d.ts.map +0 -1
  3108. package/dist/packages/platform/atoms/event-types/hooks/useAtomGetAllEventTypes.d.ts +0 -9
  3109. package/dist/packages/platform/atoms/event-types/hooks/useAtomGetAllEventTypes.d.ts.map +0 -1
  3110. package/dist/packages/platform/atoms/event-types/hooks/useAtomHostSchedules.d.ts +0 -14
  3111. package/dist/packages/platform/atoms/event-types/hooks/useAtomHostSchedules.d.ts.map +0 -1
  3112. package/dist/packages/platform/atoms/event-types/hooks/useAtomUpdateEventType.d.ts +0 -103
  3113. package/dist/packages/platform/atoms/event-types/hooks/useAtomUpdateEventType.d.ts.map +0 -1
  3114. package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.d.ts +0 -15
  3115. package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.d.ts.map +0 -1
  3116. package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.test.d.ts +0 -2
  3117. package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.test.d.ts.map +0 -1
  3118. package/dist/packages/platform/atoms/event-types/hooks/useGetVerifiedEmails.d.ts +0 -3
  3119. package/dist/packages/platform/atoms/event-types/hooks/useGetVerifiedEmails.d.ts.map +0 -1
  3120. package/dist/packages/platform/atoms/event-types/hooks/useHandleRouteChange.d.ts +0 -15
  3121. package/dist/packages/platform/atoms/event-types/hooks/useHandleRouteChange.d.ts.map +0 -1
  3122. package/dist/packages/platform/atoms/event-types/hooks/usePlatformTabsNavigations.d.ts +0 -16
  3123. package/dist/packages/platform/atoms/event-types/hooks/usePlatformTabsNavigations.d.ts.map +0 -1
  3124. package/dist/packages/platform/atoms/event-types/hooks/useTabsNavigations.d.ts +0 -41
  3125. package/dist/packages/platform/atoms/event-types/hooks/useTabsNavigations.d.ts.map +0 -1
  3126. package/dist/packages/platform/atoms/event-types/hooks/useTeamMembersWithSegmentPlatform.d.ts +0 -38
  3127. package/dist/packages/platform/atoms/event-types/hooks/useTeamMembersWithSegmentPlatform.d.ts.map +0 -1
  3128. package/dist/packages/platform/atoms/event-types/index.d.ts +0 -2
  3129. package/dist/packages/platform/atoms/event-types/index.d.ts.map +0 -1
  3130. package/dist/packages/platform/atoms/event-types/lib/formatEventTypeDuration.d.ts +0 -13
  3131. package/dist/packages/platform/atoms/event-types/lib/formatEventTypeDuration.d.ts.map +0 -1
  3132. package/dist/packages/platform/atoms/event-types/payments/PaymentForm.d.ts +0 -9
  3133. package/dist/packages/platform/atoms/event-types/payments/PaymentForm.d.ts.map +0 -1
  3134. package/dist/packages/platform/atoms/event-types/payments/StripePaymentForm.d.ts +0 -9
  3135. package/dist/packages/platform/atoms/event-types/payments/StripePaymentForm.d.ts.map +0 -1
  3136. package/dist/packages/platform/atoms/event-types/types.d.ts.map +0 -1
  3137. package/dist/packages/platform/atoms/event-types/wrappers/CreateEventTypePlatformWrapper.d.ts +0 -20
  3138. package/dist/packages/platform/atoms/event-types/wrappers/CreateEventTypePlatformWrapper.d.ts.map +0 -1
  3139. package/dist/packages/platform/atoms/event-types/wrappers/EventAdvancedPlatformWrapper.d.ts +0 -4
  3140. package/dist/packages/platform/atoms/event-types/wrappers/EventAdvancedPlatformWrapper.d.ts.map +0 -1
  3141. package/dist/packages/platform/atoms/event-types/wrappers/EventAvailabilityTabPlatformWrapper.d.ts +0 -13
  3142. package/dist/packages/platform/atoms/event-types/wrappers/EventAvailabilityTabPlatformWrapper.d.ts.map +0 -1
  3143. package/dist/packages/platform/atoms/event-types/wrappers/EventLimitsTabPlatformWrapper.d.ts +0 -4
  3144. package/dist/packages/platform/atoms/event-types/wrappers/EventLimitsTabPlatformWrapper.d.ts.map +0 -1
  3145. package/dist/packages/platform/atoms/event-types/wrappers/EventPaymentsTabPlatformWrapper.d.ts +0 -6
  3146. package/dist/packages/platform/atoms/event-types/wrappers/EventPaymentsTabPlatformWrapper.d.ts.map +0 -1
  3147. package/dist/packages/platform/atoms/event-types/wrappers/EventRecurringTabPlatformWrapper.d.ts +0 -4
  3148. package/dist/packages/platform/atoms/event-types/wrappers/EventRecurringTabPlatformWrapper.d.ts.map +0 -1
  3149. package/dist/packages/platform/atoms/event-types/wrappers/EventSetupTabPlatformWrapper.d.ts +0 -4
  3150. package/dist/packages/platform/atoms/event-types/wrappers/EventSetupTabPlatformWrapper.d.ts.map +0 -1
  3151. package/dist/packages/platform/atoms/event-types/wrappers/EventTeamAssignmentTabPlatformWrapper.d.ts +0 -4
  3152. package/dist/packages/platform/atoms/event-types/wrappers/EventTeamAssignmentTabPlatformWrapper.d.ts.map +0 -1
  3153. package/dist/packages/platform/atoms/event-types/wrappers/EventTypePlatformWrapper.d.ts +0 -36
  3154. package/dist/packages/platform/atoms/event-types/wrappers/EventTypePlatformWrapper.d.ts.map +0 -1
  3155. package/dist/packages/platform/atoms/event-types/wrappers/ListEventTypesPlatformWrapper.d.ts +0 -6
  3156. package/dist/packages/platform/atoms/event-types/wrappers/ListEventTypesPlatformWrapper.d.ts.map +0 -1
  3157. package/dist/packages/platform/atoms/event-types/wrappers/types.d.ts +0 -4
  3158. package/dist/packages/platform/atoms/event-types/wrappers/types.d.ts.map +0 -1
  3159. package/dist/packages/platform/atoms/hooks/bookings/useBooking.d.ts +0 -2
  3160. package/dist/packages/platform/atoms/hooks/bookings/useBooking.d.ts.map +0 -1
  3161. package/dist/packages/platform/atoms/hooks/bookings/useBookings.d.ts +0 -4
  3162. package/dist/packages/platform/atoms/hooks/bookings/useBookings.d.ts.map +0 -1
  3163. package/dist/packages/platform/atoms/hooks/bookings/useCancelBooking.d.ts +0 -23
  3164. package/dist/packages/platform/atoms/hooks/bookings/useCancelBooking.d.ts.map +0 -1
  3165. package/dist/packages/platform/atoms/hooks/bookings/useCreateBooking.d.ts +0 -561
  3166. package/dist/packages/platform/atoms/hooks/bookings/useCreateBooking.d.ts.map +0 -1
  3167. package/dist/packages/platform/atoms/hooks/bookings/useCreateInstantBooking.d.ts +0 -599
  3168. package/dist/packages/platform/atoms/hooks/bookings/useCreateInstantBooking.d.ts.map +0 -1
  3169. package/dist/packages/platform/atoms/hooks/bookings/useCreateRecurringBooking.d.ts +0 -557
  3170. package/dist/packages/platform/atoms/hooks/bookings/useCreateRecurringBooking.d.ts.map +0 -1
  3171. package/dist/packages/platform/atoms/hooks/bookings/useGetBookingForReschedule.d.ts +0 -45
  3172. package/dist/packages/platform/atoms/hooks/bookings/useGetBookingForReschedule.d.ts.map +0 -1
  3173. package/dist/packages/platform/atoms/hooks/bookings/useHandleBookEvent.d.ts +0 -27
  3174. package/dist/packages/platform/atoms/hooks/bookings/useHandleBookEvent.d.ts.map +0 -1
  3175. package/dist/packages/platform/atoms/hooks/calendars/useAddSelectedCalendar.d.ts +0 -21
  3176. package/dist/packages/platform/atoms/hooks/calendars/useAddSelectedCalendar.d.ts.map +0 -1
  3177. package/dist/packages/platform/atoms/hooks/calendars/useDeleteCalendarCredentials.d.ts +0 -22
  3178. package/dist/packages/platform/atoms/hooks/calendars/useDeleteCalendarCredentials.d.ts.map +0 -1
  3179. package/dist/packages/platform/atoms/hooks/calendars/useRemoveSelectedCalendar.d.ts +0 -21
  3180. package/dist/packages/platform/atoms/hooks/calendars/useRemoveSelectedCalendar.d.ts.map +0 -1
  3181. package/dist/packages/platform/atoms/hooks/calendars/useUpdateDestinationCalendars.d.ts +0 -21
  3182. package/dist/packages/platform/atoms/hooks/calendars/useUpdateDestinationCalendars.d.ts.map +0 -1
  3183. package/dist/packages/platform/atoms/hooks/connect/useCheck.d.ts +0 -21
  3184. package/dist/packages/platform/atoms/hooks/connect/useCheck.d.ts.map +0 -1
  3185. package/dist/packages/platform/atoms/hooks/connect/useConnect.d.ts +0 -18
  3186. package/dist/packages/platform/atoms/hooks/connect/useConnect.d.ts.map +0 -1
  3187. package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventType.d.ts +0 -103
  3188. package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventType.d.ts.map +0 -1
  3189. package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventTypeForm.d.ts +0 -8
  3190. package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventTypeForm.d.ts.map +0 -1
  3191. package/dist/packages/platform/atoms/hooks/event-types/private/useCreateTeamEventType.d.ts +0 -105
  3192. package/dist/packages/platform/atoms/hooks/event-types/private/useCreateTeamEventType.d.ts.map +0 -1
  3193. package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteEventTypeById.d.ts +0 -101
  3194. package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteEventTypeById.d.ts.map +0 -1
  3195. package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteTeamEventTypeById.d.ts +0 -15
  3196. package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteTeamEventTypeById.d.ts.map +0 -1
  3197. package/dist/packages/platform/atoms/hooks/event-types/private/useEventTypeById.d.ts +0 -4
  3198. package/dist/packages/platform/atoms/hooks/event-types/private/useEventTypeById.d.ts.map +0 -1
  3199. package/dist/packages/platform/atoms/hooks/event-types/public/useAtomGetPublicEvent.d.ts +0 -1670
  3200. package/dist/packages/platform/atoms/hooks/event-types/public/useAtomGetPublicEvent.d.ts.map +0 -1
  3201. package/dist/packages/platform/atoms/hooks/event-types/public/useEventType.d.ts +0 -5
  3202. package/dist/packages/platform/atoms/hooks/event-types/public/useEventType.d.ts.map +0 -1
  3203. package/dist/packages/platform/atoms/hooks/event-types/public/useEventTypes.d.ts +0 -4
  3204. package/dist/packages/platform/atoms/hooks/event-types/public/useEventTypes.d.ts.map +0 -1
  3205. package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventType.d.ts +0 -4
  3206. package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventType.d.ts.map +0 -1
  3207. package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventTypes.d.ts +0 -4
  3208. package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventTypes.d.ts.map +0 -1
  3209. package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationBookings.d.ts +0 -4
  3210. package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationBookings.d.ts.map +0 -1
  3211. package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationUserBookings.d.ts +0 -4
  3212. package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationUserBookings.d.ts.map +0 -1
  3213. package/dist/packages/platform/atoms/hooks/schedules/types.d.ts.map +0 -1
  3214. package/dist/packages/platform/atoms/hooks/schedules/useAtomCreateSchedule.d.ts +0 -9
  3215. package/dist/packages/platform/atoms/hooks/schedules/useAtomCreateSchedule.d.ts.map +0 -1
  3216. package/dist/packages/platform/atoms/hooks/schedules/useAtomDuplicateSchedule.d.ts +0 -11
  3217. package/dist/packages/platform/atoms/hooks/schedules/useAtomDuplicateSchedule.d.ts.map +0 -1
  3218. package/dist/packages/platform/atoms/hooks/schedules/useAtomGetAllSchedules.d.ts +0 -9
  3219. package/dist/packages/platform/atoms/hooks/schedules/useAtomGetAllSchedules.d.ts.map +0 -1
  3220. package/dist/packages/platform/atoms/hooks/schedules/useAtomSchedule.d.ts +0 -37
  3221. package/dist/packages/platform/atoms/hooks/schedules/useAtomSchedule.d.ts.map +0 -1
  3222. package/dist/packages/platform/atoms/hooks/schedules/useAtomUpdateSchedule.d.ts +0 -51
  3223. package/dist/packages/platform/atoms/hooks/schedules/useAtomUpdateSchedule.d.ts.map +0 -1
  3224. package/dist/packages/platform/atoms/hooks/schedules/useDeleteSchedule.d.ts +0 -11
  3225. package/dist/packages/platform/atoms/hooks/schedules/useDeleteSchedule.d.ts.map +0 -1
  3226. package/dist/packages/platform/atoms/hooks/schedules/useEnsureDefaultSchedule.d.ts +0 -3
  3227. package/dist/packages/platform/atoms/hooks/schedules/useEnsureDefaultSchedule.d.ts.map +0 -1
  3228. package/dist/packages/platform/atoms/hooks/schedules/useSchedule.d.ts +0 -7
  3229. package/dist/packages/platform/atoms/hooks/schedules/useSchedule.d.ts.map +0 -1
  3230. package/dist/packages/platform/atoms/hooks/schedules/useSchedules.d.ts +0 -7
  3231. package/dist/packages/platform/atoms/hooks/schedules/useSchedules.d.ts.map +0 -1
  3232. package/dist/packages/platform/atoms/hooks/schedules/useUpdateSchedule.d.ts +0 -10
  3233. package/dist/packages/platform/atoms/hooks/schedules/useUpdateSchedule.d.ts.map +0 -1
  3234. package/dist/packages/platform/atoms/hooks/stripe/useCheck.d.ts +0 -22
  3235. package/dist/packages/platform/atoms/hooks/stripe/useCheck.d.ts.map +0 -1
  3236. package/dist/packages/platform/atoms/hooks/stripe/useConnect.d.ts +0 -5
  3237. package/dist/packages/platform/atoms/hooks/stripe/useConnect.d.ts.map +0 -1
  3238. package/dist/packages/platform/atoms/hooks/teams/useTeamMembers.d.ts +0 -10
  3239. package/dist/packages/platform/atoms/hooks/teams/useTeamMembers.d.ts.map +0 -1
  3240. package/dist/packages/platform/atoms/hooks/teams/useTeams.d.ts +0 -7
  3241. package/dist/packages/platform/atoms/hooks/teams/useTeams.d.ts.map +0 -1
  3242. package/dist/packages/platform/atoms/hooks/use-atoms-locale.d.ts +0 -3
  3243. package/dist/packages/platform/atoms/hooks/use-atoms-locale.d.ts.map +0 -1
  3244. package/dist/packages/platform/atoms/hooks/useApiKeys.d.ts +0 -9
  3245. package/dist/packages/platform/atoms/hooks/useApiKeys.d.ts.map +0 -1
  3246. package/dist/packages/platform/atoms/hooks/useAtomsContext.d.ts +0 -32
  3247. package/dist/packages/platform/atoms/hooks/useAtomsContext.d.ts.map +0 -1
  3248. package/dist/packages/platform/atoms/hooks/useAvailableSlots.d.ts +0 -7
  3249. package/dist/packages/platform/atoms/hooks/useAvailableSlots.d.ts.map +0 -1
  3250. package/dist/packages/platform/atoms/hooks/useCalendarsBusyTimes.d.ts +0 -13
  3251. package/dist/packages/platform/atoms/hooks/useCalendarsBusyTimes.d.ts.map +0 -1
  3252. package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts +0 -8
  3253. package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts.map +0 -1
  3254. package/dist/packages/platform/atoms/hooks/useDeleteSelectedSlot.d.ts +0 -8
  3255. package/dist/packages/platform/atoms/hooks/useDeleteSelectedSlot.d.ts.map +0 -1
  3256. package/dist/packages/platform/atoms/hooks/useEventTypesList.d.ts +0 -18
  3257. package/dist/packages/platform/atoms/hooks/useEventTypesList.d.ts.map +0 -1
  3258. package/dist/packages/platform/atoms/hooks/useGetCityTimezones.d.ts +0 -10
  3259. package/dist/packages/platform/atoms/hooks/useGetCityTimezones.d.ts.map +0 -1
  3260. package/dist/packages/platform/atoms/hooks/useIsPlatform.d.ts +0 -2
  3261. package/dist/packages/platform/atoms/hooks/useIsPlatform.d.ts.map +0 -1
  3262. package/dist/packages/platform/atoms/hooks/useIsPlatformBookerEmbed.d.ts +0 -2
  3263. package/dist/packages/platform/atoms/hooks/useIsPlatformBookerEmbed.d.ts.map +0 -1
  3264. package/dist/packages/platform/atoms/hooks/useMe.d.ts +0 -25
  3265. package/dist/packages/platform/atoms/hooks/useMe.d.ts.map +0 -1
  3266. package/dist/packages/platform/atoms/hooks/useOAuthClient.d.ts +0 -18
  3267. package/dist/packages/platform/atoms/hooks/useOAuthClient.d.ts.map +0 -1
  3268. package/dist/packages/platform/atoms/hooks/useOAuthFlow.d.ts +0 -15
  3269. package/dist/packages/platform/atoms/hooks/useOAuthFlow.d.ts.map +0 -1
  3270. package/dist/packages/platform/atoms/hooks/useReserveSlot.d.ts +0 -8
  3271. package/dist/packages/platform/atoms/hooks/useReserveSlot.d.ts.map +0 -1
  3272. package/dist/packages/platform/atoms/hooks/useScheduleByEventSlug.d.ts +0 -16
  3273. package/dist/packages/platform/atoms/hooks/useScheduleByEventSlug.d.ts.map +0 -1
  3274. package/dist/packages/platform/atoms/hooks/useSlots.d.ts +0 -25
  3275. package/dist/packages/platform/atoms/hooks/useSlots.d.ts.map +0 -1
  3276. package/dist/packages/platform/atoms/hooks/useTimezone.d.ts +0 -2
  3277. package/dist/packages/platform/atoms/hooks/useTimezone.d.ts.map +0 -1
  3278. package/dist/packages/platform/atoms/hooks/useUpdateUserTimezone.d.ts +0 -23
  3279. package/dist/packages/platform/atoms/hooks/useUpdateUserTimezone.d.ts.map +0 -1
  3280. package/dist/packages/platform/atoms/hooks/useVerifyCode.d.ts +0 -18
  3281. package/dist/packages/platform/atoms/hooks/useVerifyCode.d.ts.map +0 -1
  3282. package/dist/packages/platform/atoms/hooks/useVerifyEmail.d.ts +0 -20
  3283. package/dist/packages/platform/atoms/hooks/useVerifyEmail.d.ts.map +0 -1
  3284. package/dist/packages/platform/atoms/index.d.ts +0 -51
  3285. package/dist/packages/platform/atoms/index.d.ts.map +0 -1
  3286. package/dist/packages/platform/atoms/kysely-types/index.d.ts +0 -2
  3287. package/dist/packages/platform/atoms/kysely-types/index.d.ts.map +0 -1
  3288. package/dist/packages/platform/atoms/lib/appendClientIdToEmail.d.ts +0 -2
  3289. package/dist/packages/platform/atoms/lib/appendClientIdToEmail.d.ts.map +0 -1
  3290. package/dist/packages/platform/atoms/lib/getPlaceholderContent.d.ts +0 -16
  3291. package/dist/packages/platform/atoms/lib/getPlaceholderContent.d.ts.map +0 -1
  3292. package/dist/packages/platform/atoms/lib/getQueryParam.d.ts +0 -3
  3293. package/dist/packages/platform/atoms/lib/getQueryParam.d.ts.map +0 -1
  3294. package/dist/packages/platform/atoms/lib/getUtmTrackingParameters.d.ts +0 -5
  3295. package/dist/packages/platform/atoms/lib/getUtmTrackingParameters.d.ts.map +0 -1
  3296. package/dist/packages/platform/atoms/lib/http.d.ts.map +0 -1
  3297. package/dist/packages/platform/atoms/lib/markdownToSafeHTML.d.ts +0 -2
  3298. package/dist/packages/platform/atoms/lib/markdownToSafeHTML.d.ts.map +0 -1
  3299. package/dist/packages/platform/atoms/lib/setQueryParam.d.ts +0 -3
  3300. package/dist/packages/platform/atoms/lib/setQueryParam.d.ts.map +0 -1
  3301. package/dist/packages/platform/atoms/lib/useLocale.d.ts +0 -10
  3302. package/dist/packages/platform/atoms/lib/useLocale.d.ts.map +0 -1
  3303. package/dist/packages/platform/atoms/list-schedules/index.d.ts +0 -2
  3304. package/dist/packages/platform/atoms/list-schedules/index.d.ts.map +0 -1
  3305. package/dist/packages/platform/atoms/list-schedules/wrappers/ListSchedulesPlatformWrapper.d.ts +0 -6
  3306. package/dist/packages/platform/atoms/list-schedules/wrappers/ListSchedulesPlatformWrapper.d.ts.map +0 -1
  3307. package/dist/packages/platform/atoms/onboarding/continue-with-calcom.d.ts.map +0 -1
  3308. package/dist/packages/platform/atoms/onboarding/export.d.ts +0 -3
  3309. package/dist/packages/platform/atoms/onboarding/export.d.ts.map +0 -1
  3310. package/dist/packages/platform/atoms/onboarding/onboarding-embed.d.ts.map +0 -1
  3311. package/dist/packages/platform/atoms/onboarding/types.d.ts +0 -31
  3312. package/dist/packages/platform/atoms/onboarding/types.d.ts.map +0 -1
  3313. package/dist/packages/platform/atoms/prisma-types/index.d.ts +0 -6
  3314. package/dist/packages/platform/atoms/prisma-types/index.d.ts.map +0 -1
  3315. package/dist/packages/platform/atoms/router/Router.d.ts +0 -30
  3316. package/dist/packages/platform/atoms/router/Router.d.ts.map +0 -1
  3317. package/dist/packages/platform/atoms/router/index.d.ts +0 -2
  3318. package/dist/packages/platform/atoms/router/index.d.ts.map +0 -1
  3319. package/dist/packages/platform/atoms/selected-calendars/SelectedCalendarsSettings.d.ts +0 -6
  3320. package/dist/packages/platform/atoms/selected-calendars/SelectedCalendarsSettings.d.ts.map +0 -1
  3321. package/dist/packages/platform/atoms/selected-calendars/index.d.ts +0 -2
  3322. package/dist/packages/platform/atoms/selected-calendars/index.d.ts.map +0 -1
  3323. package/dist/packages/platform/atoms/selected-calendars/wrappers/SelectedCalendarsSettingsPlatformWrapper.d.ts +0 -38
  3324. package/dist/packages/platform/atoms/selected-calendars/wrappers/SelectedCalendarsSettingsPlatformWrapper.d.ts.map +0 -1
  3325. package/dist/packages/platform/atoms/src/components/atoms-wrapper.d.ts.map +0 -1
  3326. package/dist/packages/platform/atoms/src/components/ui/button.d.ts +0 -14
  3327. package/dist/packages/platform/atoms/src/components/ui/button.d.ts.map +0 -1
  3328. package/dist/packages/platform/atoms/src/components/ui/dialog.d.ts +0 -30
  3329. package/dist/packages/platform/atoms/src/components/ui/dialog.d.ts.map +0 -1
  3330. package/dist/packages/platform/atoms/src/components/ui/popover.d.ts.map +0 -1
  3331. package/dist/packages/platform/atoms/src/components/ui/shell.d.ts +0 -3
  3332. package/dist/packages/platform/atoms/src/components/ui/shell.d.ts.map +0 -1
  3333. package/dist/packages/platform/atoms/src/components/ui/switch.d.ts +0 -5
  3334. package/dist/packages/platform/atoms/src/components/ui/switch.d.ts.map +0 -1
  3335. package/dist/packages/platform/atoms/src/components/ui/toast.d.ts +0 -13
  3336. package/dist/packages/platform/atoms/src/components/ui/toast.d.ts.map +0 -1
  3337. package/dist/packages/platform/atoms/src/components/ui/toaster.d.ts.map +0 -1
  3338. package/dist/packages/platform/atoms/src/components/ui/tooltip.d.ts +0 -19
  3339. package/dist/packages/platform/atoms/src/components/ui/tooltip.d.ts.map +0 -1
  3340. package/dist/packages/platform/atoms/src/components/ui/use-toast.d.ts.map +0 -1
  3341. package/dist/packages/platform/atoms/src/constants/styles.d.ts.map +0 -1
  3342. package/dist/packages/platform/atoms/src/lib/timeZones.d.ts +0 -15
  3343. package/dist/packages/platform/atoms/src/lib/timeZones.d.ts.map +0 -1
  3344. package/dist/packages/platform/atoms/src/lib/utils.d.ts.map +0 -1
  3345. package/dist/packages/platform/atoms/timezone/index.d.ts +0 -6
  3346. package/dist/packages/platform/atoms/timezone/index.d.ts.map +0 -1
  3347. package/dist/packages/platform/atoms/troubleshooter/index.d.ts +0 -2
  3348. package/dist/packages/platform/atoms/troubleshooter/index.d.ts.map +0 -1
  3349. package/dist/packages/platform/atoms/troubleshooter/large-calendar/LargeCalendar.d.ts +0 -2
  3350. package/dist/packages/platform/atoms/troubleshooter/large-calendar/LargeCalendar.d.ts.map +0 -1
  3351. package/dist/packages/platform/atoms/troubleshooter/sidebar/CalendarToggleContainer.d.ts +0 -7
  3352. package/dist/packages/platform/atoms/troubleshooter/sidebar/CalendarToggleContainer.d.ts.map +0 -1
  3353. package/dist/packages/platform/atoms/troubleshooter/sidebar/EventScheduleItem.d.ts +0 -2
  3354. package/dist/packages/platform/atoms/troubleshooter/sidebar/EventScheduleItem.d.ts.map +0 -1
  3355. package/dist/packages/platform/atoms/troubleshooter/sidebar/EventTypeSelect.d.ts +0 -2
  3356. package/dist/packages/platform/atoms/troubleshooter/sidebar/EventTypeSelect.d.ts.map +0 -1
  3357. package/dist/packages/platform/atoms/troubleshooter/sidebar/TroubleshooterSidebar.d.ts +0 -7
  3358. package/dist/packages/platform/atoms/troubleshooter/sidebar/TroubleshooterSidebar.d.ts.map +0 -1
  3359. package/dist/packages/platform/atoms/troubleshooter/wrappers/TroubleshooterPlatformWrapper.d.ts +0 -14
  3360. package/dist/packages/platform/atoms/troubleshooter/wrappers/TroubleshooterPlatformWrapper.d.ts.map +0 -1
  3361. package/dist/packages/platform/atoms/types.d.ts.map +0 -1
  3362. package/dist/packages/platform/atoms/vite.config.d.ts.map +0 -1
  3363. package/dist/packages/platform/constants/api.d.ts +0 -44
  3364. package/dist/packages/platform/constants/api.d.ts.map +0 -1
  3365. package/dist/packages/platform/constants/apps.d.ts +0 -32
  3366. package/dist/packages/platform/constants/apps.d.ts.map +0 -1
  3367. package/dist/packages/platform/constants/index.d.ts +0 -4
  3368. package/dist/packages/platform/constants/index.d.ts.map +0 -1
  3369. package/dist/packages/platform/constants/permissions.d.ts +0 -56
  3370. package/dist/packages/platform/constants/permissions.d.ts.map +0 -1
  3371. package/dist/packages/platform/libraries/app-store.d.ts +0 -28
  3372. package/dist/packages/platform/libraries/app-store.d.ts.map +0 -1
  3373. package/dist/packages/platform/libraries/bookings.d.ts +0 -52
  3374. package/dist/packages/platform/libraries/bookings.d.ts.map +0 -1
  3375. package/dist/packages/platform/libraries/calendars.d.ts +0 -12
  3376. package/dist/packages/platform/libraries/calendars.d.ts.map +0 -1
  3377. package/dist/packages/platform/libraries/conferencing.d.ts +0 -4
  3378. package/dist/packages/platform/libraries/conferencing.d.ts.map +0 -1
  3379. package/dist/packages/platform/libraries/emails.d.ts +0 -40
  3380. package/dist/packages/platform/libraries/emails.d.ts.map +0 -1
  3381. package/dist/packages/platform/libraries/errors.d.ts +0 -6
  3382. package/dist/packages/platform/libraries/errors.d.ts.map +0 -1
  3383. package/dist/packages/platform/libraries/event-types.d.ts +0 -28
  3384. package/dist/packages/platform/libraries/event-types.d.ts.map +0 -1
  3385. package/dist/packages/platform/libraries/index.d.ts +0 -65
  3386. package/dist/packages/platform/libraries/index.d.ts.map +0 -1
  3387. package/dist/packages/platform/libraries/oauth.d.ts +0 -7
  3388. package/dist/packages/platform/libraries/oauth.d.ts.map +0 -1
  3389. package/dist/packages/platform/libraries/organizations.d.ts +0 -21
  3390. package/dist/packages/platform/libraries/organizations.d.ts.map +0 -1
  3391. package/dist/packages/platform/libraries/pbac.d.ts +0 -8
  3392. package/dist/packages/platform/libraries/pbac.d.ts.map +0 -1
  3393. package/dist/packages/platform/libraries/private-links.d.ts +0 -4
  3394. package/dist/packages/platform/libraries/private-links.d.ts.map +0 -1
  3395. package/dist/packages/platform/libraries/repositories.d.ts +0 -27
  3396. package/dist/packages/platform/libraries/repositories.d.ts.map +0 -1
  3397. package/dist/packages/platform/libraries/schedules.d.ts +0 -9
  3398. package/dist/packages/platform/libraries/schedules.d.ts.map +0 -1
  3399. package/dist/packages/platform/libraries/slots.d.ts +0 -14
  3400. package/dist/packages/platform/libraries/slots.d.ts.map +0 -1
  3401. package/dist/packages/platform/libraries/tasker.d.ts +0 -5
  3402. package/dist/packages/platform/libraries/tasker.d.ts.map +0 -1
  3403. package/dist/packages/platform/libraries/workflows.d.ts +0 -4
  3404. package/dist/packages/platform/libraries/workflows.d.ts.map +0 -1
  3405. package/dist/packages/platform/types/api.d.ts +0 -32
  3406. package/dist/packages/platform/types/api.d.ts.map +0 -1
  3407. package/dist/packages/platform/types/billing.d.ts +0 -4
  3408. package/dist/packages/platform/types/billing.d.ts.map +0 -1
  3409. package/dist/packages/platform/types/bookings/2024-04-15/index.d.ts +0 -2
  3410. package/dist/packages/platform/types/bookings/2024-04-15/index.d.ts.map +0 -1
  3411. package/dist/packages/platform/types/bookings/2024-04-15/inputs/index.d.ts +0 -28
  3412. package/dist/packages/platform/types/bookings/2024-04-15/inputs/index.d.ts.map +0 -1
  3413. package/dist/packages/platform/types/bookings/2024-08-13/index.d.ts +0 -3
  3414. package/dist/packages/platform/types/bookings/2024-08-13/index.d.ts.map +0 -1
  3415. package/dist/packages/platform/types/bookings/2024-08-13/inputs/add-attendee.input.d.ts +0 -5
  3416. package/dist/packages/platform/types/bookings/2024-08-13/inputs/add-attendee.input.d.ts.map +0 -1
  3417. package/dist/packages/platform/types/bookings/2024-08-13/inputs/add-guests.input.d.ts +0 -13
  3418. package/dist/packages/platform/types/bookings/2024-08-13/inputs/add-guests.input.d.ts.map +0 -1
  3419. package/dist/packages/platform/types/bookings/2024-08-13/inputs/cancel-booking-input.pipe.d.ts +0 -12
  3420. package/dist/packages/platform/types/bookings/2024-08-13/inputs/cancel-booking-input.pipe.d.ts.map +0 -1
  3421. package/dist/packages/platform/types/bookings/2024-08-13/inputs/cancel-booking.input.d.ts +0 -9
  3422. package/dist/packages/platform/types/bookings/2024-08-13/inputs/cancel-booking.input.d.ts.map +0 -1
  3423. package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking-input.pipe.d.ts +0 -14
  3424. package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking-input.pipe.d.ts.map +0 -1
  3425. package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.d.ts +0 -48
  3426. package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.d.ts.map +0 -1
  3427. package/dist/packages/platform/types/bookings/2024-08-13/inputs/decline-booking.input.d.ts +0 -4
  3428. package/dist/packages/platform/types/bookings/2024-08-13/inputs/decline-booking.input.d.ts.map +0 -1
  3429. package/dist/packages/platform/types/bookings/2024-08-13/inputs/get-bookings.input.d.ts +0 -37
  3430. package/dist/packages/platform/types/bookings/2024-08-13/inputs/get-bookings.input.d.ts.map +0 -1
  3431. package/dist/packages/platform/types/bookings/2024-08-13/inputs/index.d.ts +0 -17
  3432. package/dist/packages/platform/types/bookings/2024-08-13/inputs/index.d.ts.map +0 -1
  3433. package/dist/packages/platform/types/bookings/2024-08-13/inputs/language.d.ts +0 -47
  3434. package/dist/packages/platform/types/bookings/2024-08-13/inputs/language.d.ts.map +0 -1
  3435. package/dist/packages/platform/types/bookings/2024-08-13/inputs/location.input.d.ts +0 -35
  3436. package/dist/packages/platform/types/bookings/2024-08-13/inputs/location.input.d.ts.map +0 -1
  3437. package/dist/packages/platform/types/bookings/2024-08-13/inputs/mark-absent.input.d.ts +0 -10
  3438. package/dist/packages/platform/types/bookings/2024-08-13/inputs/mark-absent.input.d.ts.map +0 -1
  3439. package/dist/packages/platform/types/bookings/2024-08-13/inputs/reassign-to-user.input.d.ts +0 -4
  3440. package/dist/packages/platform/types/bookings/2024-08-13/inputs/reassign-to-user.input.d.ts.map +0 -1
  3441. package/dist/packages/platform/types/bookings/2024-08-13/inputs/request-reschedule.input.d.ts +0 -4
  3442. package/dist/packages/platform/types/bookings/2024-08-13/inputs/request-reschedule.input.d.ts.map +0 -1
  3443. package/dist/packages/platform/types/bookings/2024-08-13/inputs/reschedule-booking-input.pipe.d.ts +0 -12
  3444. package/dist/packages/platform/types/bookings/2024-08-13/inputs/reschedule-booking-input.pipe.d.ts.map +0 -1
  3445. package/dist/packages/platform/types/bookings/2024-08-13/inputs/reschedule-booking.input.d.ts +0 -15
  3446. package/dist/packages/platform/types/bookings/2024-08-13/inputs/reschedule-booking.input.d.ts.map +0 -1
  3447. package/dist/packages/platform/types/bookings/2024-08-13/inputs/update-location.input.d.ts +0 -23
  3448. package/dist/packages/platform/types/bookings/2024-08-13/inputs/update-location.input.d.ts.map +0 -1
  3449. package/dist/packages/platform/types/bookings/2024-08-13/inputs/validators/validate-metadata.d.ts +0 -5
  3450. package/dist/packages/platform/types/bookings/2024-08-13/inputs/validators/validate-metadata.d.ts.map +0 -1
  3451. package/dist/packages/platform/types/bookings/2024-08-13/outputs/booking.output.d.ts +0 -92
  3452. package/dist/packages/platform/types/bookings/2024-08-13/outputs/booking.output.d.ts.map +0 -1
  3453. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-recordings.output.d.ts +0 -17
  3454. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-recordings.output.d.ts.map +0 -1
  3455. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-transcripts.output.d.ts +0 -6
  3456. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-transcripts.output.d.ts.map +0 -1
  3457. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-video-sessions.output.d.ts +0 -21
  3458. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-video-sessions.output.d.ts.map +0 -1
  3459. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking.output.d.ts +0 -7
  3460. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking.output.d.ts.map +0 -1
  3461. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-bookings.output.d.ts +0 -8
  3462. package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-bookings.output.d.ts.map +0 -1
  3463. package/dist/packages/platform/types/bookings/2024-08-13/outputs/index.d.ts +0 -7
  3464. package/dist/packages/platform/types/bookings/2024-08-13/outputs/index.d.ts.map +0 -1
  3465. package/dist/packages/platform/types/bookings/index.d.ts +0 -3
  3466. package/dist/packages/platform/types/bookings/index.d.ts.map +0 -1
  3467. package/dist/packages/platform/types/calendars/index.d.ts +0 -2
  3468. package/dist/packages/platform/types/calendars/index.d.ts.map +0 -1
  3469. package/dist/packages/platform/types/calendars/inputs/busy-times.input.d.ts +0 -12
  3470. package/dist/packages/platform/types/calendars/inputs/busy-times.input.d.ts.map +0 -1
  3471. package/dist/packages/platform/types/calendars/inputs/create-calendar-credentials.input.d.ts +0 -5
  3472. package/dist/packages/platform/types/calendars/inputs/create-calendar-credentials.input.d.ts.map +0 -1
  3473. package/dist/packages/platform/types/calendars/inputs/index.d.ts +0 -3
  3474. package/dist/packages/platform/types/calendars/inputs/index.d.ts.map +0 -1
  3475. package/dist/packages/platform/types/embed.d.ts +0 -21
  3476. package/dist/packages/platform/types/embed.d.ts.map +0 -1
  3477. package/dist/packages/platform/types/event-types/event-types_2024_06_14/index.d.ts +0 -3
  3478. package/dist/packages/platform/types/event-types/event-types_2024_06_14/index.d.ts.map +0 -1
  3479. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-active-booking-limit.input.d.ts +0 -6
  3480. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-active-booking-limit.input.d.ts.map +0 -1
  3481. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-layouts.input.d.ts +0 -19
  3482. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-layouts.input.d.ts.map +0 -1
  3483. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-fields.input.d.ts +0 -173
  3484. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-fields.input.d.ts.map +0 -1
  3485. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-count.input.d.ts +0 -17
  3486. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-count.input.d.ts.map +0 -1
  3487. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-duration.input.d.ts +0 -12
  3488. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-duration.input.d.ts.map +0 -1
  3489. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-window.input.d.ts +0 -32
  3490. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-window.input.d.ts.map +0 -1
  3491. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/confirmation-policy.input.d.ts +0 -29
  3492. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/confirmation-policy.input.d.ts.map +0 -1
  3493. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.d.ts +0 -99
  3494. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.d.ts.map +0 -1
  3495. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/destination-calendar.input.d.ts +0 -5
  3496. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/destination-calendar.input.d.ts.map +0 -1
  3497. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disable-cancelling.input.d.ts +0 -4
  3498. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disable-cancelling.input.d.ts.map +0 -1
  3499. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disable-rescheduling.input.d.ts +0 -5
  3500. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disable-rescheduling.input.d.ts.map +0 -1
  3501. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disabled.input.d.ts +0 -4
  3502. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disabled.input.d.ts.map +0 -1
  3503. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/email-settings.input.d.ts +0 -5
  3504. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/email-settings.input.d.ts.map +0 -1
  3505. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/event-type-color.input.d.ts +0 -9
  3506. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/event-type-color.input.d.ts.map +0 -1
  3507. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/get-event-types-query.input.d.ts +0 -18
  3508. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/get-event-types-query.input.d.ts.map +0 -1
  3509. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/index.d.ts +0 -19
  3510. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/index.d.ts.map +0 -1
  3511. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/locations.input.d.ts +0 -40
  3512. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/locations.input.d.ts.map +0 -1
  3513. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/recurrence.input.d.ts +0 -13
  3514. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/recurrence.input.d.ts.map +0 -1
  3515. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/seats.input.d.ts +0 -15
  3516. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/seats.input.d.ts.map +0 -1
  3517. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.d.ts +0 -74
  3518. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.d.ts.map +0 -1
  3519. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/validators/CantHaveRecurrenceAndBookerActiveBookingsLimit.d.ts +0 -4
  3520. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/validators/CantHaveRecurrenceAndBookerActiveBookingsLimit.d.ts.map +0 -1
  3521. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booker-active-bookings-limit.output.d.ts +0 -5
  3522. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booker-active-bookings-limit.output.d.ts.map +0 -1
  3523. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booking-fields.output.d.ts +0 -137
  3524. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booking-fields.output.d.ts.map +0 -1
  3525. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/disable-cancelling.output.d.ts +0 -4
  3526. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/disable-cancelling.output.d.ts.map +0 -1
  3527. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/disable-rescheduling.output.d.ts +0 -5
  3528. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/disable-rescheduling.output.d.ts.map +0 -1
  3529. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/event-type.output.d.ts +0 -110
  3530. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/event-type.output.d.ts.map +0 -1
  3531. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/index.d.ts +0 -6
  3532. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/index.d.ts.map +0 -1
  3533. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/locations.output.d.ts +0 -33
  3534. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/locations.output.d.ts.map +0 -1
  3535. package/dist/packages/platform/types/event-types/index.d.ts +0 -4
  3536. package/dist/packages/platform/types/event-types/index.d.ts.map +0 -1
  3537. package/dist/packages/platform/types/event-types/inputs/private-link.input.d.ts +0 -14
  3538. package/dist/packages/platform/types/event-types/inputs/private-link.input.d.ts.map +0 -1
  3539. package/dist/packages/platform/types/event-types/outputs/private-link.output.d.ts +0 -35
  3540. package/dist/packages/platform/types/event-types/outputs/private-link.output.d.ts.map +0 -1
  3541. package/dist/packages/platform/types/index.d.ts +0 -20
  3542. package/dist/packages/platform/types/index.d.ts.map +0 -1
  3543. package/dist/packages/platform/types/me/index.d.ts +0 -2
  3544. package/dist/packages/platform/types/me/index.d.ts.map +0 -1
  3545. package/dist/packages/platform/types/me/outputs/index.d.ts +0 -2
  3546. package/dist/packages/platform/types/me/outputs/index.d.ts.map +0 -1
  3547. package/dist/packages/platform/types/me/outputs/me.d.ts +0 -52
  3548. package/dist/packages/platform/types/me/outputs/me.d.ts.map +0 -1
  3549. package/dist/packages/platform/types/me.d.ts +0 -61
  3550. package/dist/packages/platform/types/me.d.ts.map +0 -1
  3551. package/dist/packages/platform/types/oauth-clients/index.d.ts +0 -3
  3552. package/dist/packages/platform/types/oauth-clients/index.d.ts.map +0 -1
  3553. package/dist/packages/platform/types/oauth-clients/inputs/create-oauth-client.input.d.ts +0 -16
  3554. package/dist/packages/platform/types/oauth-clients/inputs/create-oauth-client.input.d.ts.map +0 -1
  3555. package/dist/packages/platform/types/oauth-clients/inputs/delete-oauth-client.input.d.ts +0 -4
  3556. package/dist/packages/platform/types/oauth-clients/inputs/delete-oauth-client.input.d.ts.map +0 -1
  3557. package/dist/packages/platform/types/oauth-clients/inputs/index.d.ts +0 -4
  3558. package/dist/packages/platform/types/oauth-clients/inputs/index.d.ts.map +0 -1
  3559. package/dist/packages/platform/types/oauth-clients/inputs/update-oauth-client.input.d.ts +0 -12
  3560. package/dist/packages/platform/types/oauth-clients/inputs/update-oauth-client.input.d.ts.map +0 -1
  3561. package/dist/packages/platform/types/oauth-clients/outputs/create-oauth-client.output.d.ts +0 -5
  3562. package/dist/packages/platform/types/oauth-clients/outputs/create-oauth-client.output.d.ts.map +0 -1
  3563. package/dist/packages/platform/types/oauth-clients/outputs/index.d.ts +0 -3
  3564. package/dist/packages/platform/types/oauth-clients/outputs/index.d.ts.map +0 -1
  3565. package/dist/packages/platform/types/oauth-clients/outputs/oauth-client.output.d.ts +0 -18
  3566. package/dist/packages/platform/types/oauth-clients/outputs/oauth-client.output.d.ts.map +0 -1
  3567. package/dist/packages/platform/types/organizations/bookings/block-org-booking.input.d.ts +0 -6
  3568. package/dist/packages/platform/types/organizations/bookings/block-org-booking.input.d.ts.map +0 -1
  3569. package/dist/packages/platform/types/organizations/bookings/block-org-booking.output.d.ts +0 -13
  3570. package/dist/packages/platform/types/organizations/bookings/block-org-booking.output.d.ts.map +0 -1
  3571. package/dist/packages/platform/types/organizations/bookings/get-org-bookings.input.d.ts +0 -5
  3572. package/dist/packages/platform/types/organizations/bookings/get-org-bookings.input.d.ts.map +0 -1
  3573. package/dist/packages/platform/types/organizations/bookings/index.d.ts +0 -6
  3574. package/dist/packages/platform/types/organizations/bookings/index.d.ts.map +0 -1
  3575. package/dist/packages/platform/types/organizations/bookings/report-org-booking.input.d.ts +0 -16
  3576. package/dist/packages/platform/types/organizations/bookings/report-org-booking.input.d.ts.map +0 -1
  3577. package/dist/packages/platform/types/organizations/bookings/report-org-booking.output.d.ts +0 -13
  3578. package/dist/packages/platform/types/organizations/bookings/report-org-booking.output.d.ts.map +0 -1
  3579. package/dist/packages/platform/types/organizations/index.d.ts +0 -3
  3580. package/dist/packages/platform/types/organizations/index.d.ts.map +0 -1
  3581. package/dist/packages/platform/types/organizations/teams/index.d.ts +0 -2
  3582. package/dist/packages/platform/types/organizations/teams/index.d.ts.map +0 -1
  3583. package/dist/packages/platform/types/organizations/teams/outputs/index.d.ts +0 -2
  3584. package/dist/packages/platform/types/organizations/teams/outputs/index.d.ts.map +0 -1
  3585. package/dist/packages/platform/types/organizations/teams/outputs/team.output.d.ts +0 -5
  3586. package/dist/packages/platform/types/organizations/teams/outputs/team.output.d.ts.map +0 -1
  3587. package/dist/packages/platform/types/pagination/pagination.input.d.ts +0 -14
  3588. package/dist/packages/platform/types/pagination/pagination.input.d.ts.map +0 -1
  3589. package/dist/packages/platform/types/pagination/pagination.output.d.ts +0 -11
  3590. package/dist/packages/platform/types/pagination/pagination.output.d.ts.map +0 -1
  3591. package/dist/packages/platform/types/permissions.d.ts +0 -3
  3592. package/dist/packages/platform/types/permissions.d.ts.map +0 -1
  3593. package/dist/packages/platform/types/routing-forms/index.d.ts +0 -2
  3594. package/dist/packages/platform/types/routing-forms/index.d.ts.map +0 -1
  3595. package/dist/packages/platform/types/routing-forms/responses/index.d.ts +0 -2
  3596. package/dist/packages/platform/types/routing-forms/responses/index.d.ts.map +0 -1
  3597. package/dist/packages/platform/types/routing-forms/responses/routing-form-response.output.d.ts +0 -14
  3598. package/dist/packages/platform/types/routing-forms/responses/routing-form-response.output.d.ts.map +0 -1
  3599. package/dist/packages/platform/types/schedules/index.d.ts +0 -4
  3600. package/dist/packages/platform/types/schedules/index.d.ts.map +0 -1
  3601. package/dist/packages/platform/types/schedules/schedules-2024-04-15/index.d.ts +0 -2
  3602. package/dist/packages/platform/types/schedules/schedules-2024-04-15/index.d.ts.map +0 -1
  3603. package/dist/packages/platform/types/schedules/schedules-2024-04-15/schedules.d.ts +0 -74
  3604. package/dist/packages/platform/types/schedules/schedules-2024-04-15/schedules.d.ts.map +0 -1
  3605. package/dist/packages/platform/types/schedules/schedules-2024-06-11/constants.d.ts +0 -4
  3606. package/dist/packages/platform/types/schedules/schedules-2024-06-11/constants.d.ts.map +0 -1
  3607. package/dist/packages/platform/types/schedules/schedules-2024-06-11/index.d.ts +0 -4
  3608. package/dist/packages/platform/types/schedules/schedules-2024-06-11/index.d.ts.map +0 -1
  3609. package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/create-schedule.input.d.ts +0 -19
  3610. package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/create-schedule.input.d.ts.map +0 -1
  3611. package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/index.d.ts +0 -3
  3612. package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/index.d.ts.map +0 -1
  3613. package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/update-schedule.input.d.ts +0 -9
  3614. package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/update-schedule.input.d.ts.map +0 -1
  3615. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/create-schedule.output.d.ts +0 -7
  3616. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/create-schedule.output.d.ts.map +0 -1
  3617. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/delete-schedule.output.d.ts +0 -5
  3618. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/delete-schedule.output.d.ts.map +0 -1
  3619. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-default-schedule.output.d.ts +0 -7
  3620. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-default-schedule.output.d.ts.map +0 -1
  3621. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-schedule.output.d.ts +0 -7
  3622. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-schedule.output.d.ts.map +0 -1
  3623. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-schedules.output.d.ts +0 -7
  3624. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-schedules.output.d.ts.map +0 -1
  3625. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/index.d.ts +0 -8
  3626. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/index.d.ts.map +0 -1
  3627. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/schedule.output.d.ts +0 -11
  3628. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/schedule.output.d.ts.map +0 -1
  3629. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/update-schedule.output.d.ts +0 -7
  3630. package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/update-schedule.output.d.ts.map +0 -1
  3631. package/dist/packages/platform/types/schedules/update-atom-schedule-body.input.d.ts +0 -15
  3632. package/dist/packages/platform/types/schedules/update-atom-schedule-body.input.d.ts.map +0 -1
  3633. package/dist/packages/platform/types/slots/index.d.ts +0 -3
  3634. package/dist/packages/platform/types/slots/index.d.ts.map +0 -1
  3635. package/dist/packages/platform/types/slots/slots-2024-04-15/index.d.ts +0 -2
  3636. package/dist/packages/platform/types/slots/slots-2024-04-15/index.d.ts.map +0 -1
  3637. package/dist/packages/platform/types/slots/slots-2024-04-15/inputs/index.d.ts +0 -38
  3638. package/dist/packages/platform/types/slots/slots-2024-04-15/inputs/index.d.ts.map +0 -1
  3639. package/dist/packages/platform/types/slots/slots-2024-09-04/index.d.ts +0 -3
  3640. package/dist/packages/platform/types/slots/slots-2024-09-04/index.d.ts.map +0 -1
  3641. package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots-input.pipe.d.ts +0 -22
  3642. package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots-input.pipe.d.ts.map +0 -1
  3643. package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots.input.d.ts +0 -36
  3644. package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots.input.d.ts.map +0 -1
  3645. package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/index.d.ts +0 -4
  3646. package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/index.d.ts.map +0 -1
  3647. package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/reserve-slot.input.d.ts +0 -7
  3648. package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/reserve-slot.input.d.ts.map +0 -1
  3649. package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/get-reserved-slot.output.d.ts +0 -9
  3650. package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/get-reserved-slot.output.d.ts.map +0 -1
  3651. package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/index.d.ts +0 -4
  3652. package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/index.d.ts.map +0 -1
  3653. package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/reserve-slot.output.d.ts +0 -10
  3654. package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/reserve-slot.output.d.ts.map +0 -1
  3655. package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/slots.output.d.ts +0 -25
  3656. package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/slots.output.d.ts.map +0 -1
  3657. package/dist/packages/platform/types/teams/index.d.ts +0 -2
  3658. package/dist/packages/platform/types/teams/index.d.ts.map +0 -1
  3659. package/dist/packages/platform/types/teams/outputs/index.d.ts +0 -3
  3660. package/dist/packages/platform/types/teams/outputs/index.d.ts.map +0 -1
  3661. package/dist/packages/platform/types/teams/outputs/team-members-attributes.output.d.ts +0 -9
  3662. package/dist/packages/platform/types/teams/outputs/team-members-attributes.output.d.ts.map +0 -1
  3663. package/dist/packages/platform/types/teams/outputs/team.output.d.ts +0 -25
  3664. package/dist/packages/platform/types/teams/outputs/team.output.d.ts.map +0 -1
  3665. package/dist/packages/platform/types/utils/RequiresOneOfPropertiesWhenNotDisabled.d.ts +0 -9
  3666. package/dist/packages/platform/types/utils/RequiresOneOfPropertiesWhenNotDisabled.d.ts.map +0 -1
  3667. package/dist/packages/platform/types/utils/normalizeTimezone.d.ts +0 -2
  3668. package/dist/packages/platform/types/utils/normalizeTimezone.d.ts.map +0 -1
  3669. package/dist/packages/platform/utils/index.d.ts +0 -2
  3670. package/dist/packages/platform/utils/index.d.ts.map +0 -1
  3671. package/dist/packages/platform/utils/jest.config.d.ts +0 -4
  3672. package/dist/packages/platform/utils/jest.config.d.ts.map +0 -1
  3673. package/dist/packages/platform/utils/permissions.d.ts +0 -15
  3674. package/dist/packages/platform/utils/permissions.d.ts.map +0 -1
  3675. package/dist/packages/platform/utils/tests/permissions.test.d.ts +0 -2
  3676. package/dist/packages/platform/utils/tests/permissions.test.d.ts.map +0 -1
  3677. package/dist/packages/prisma/zod/index.d.ts +0 -3
  3678. package/dist/packages/prisma/zod/index.d.ts.map +0 -1
  3679. package/dist/packages/prisma/zod/inputTypeSchemas/AIPhoneCallConfigurationScalarFieldEnumSchema.d.ts +0 -4
  3680. package/dist/packages/prisma/zod/inputTypeSchemas/AIPhoneCallConfigurationScalarFieldEnumSchema.d.ts.map +0 -1
  3681. package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleAuditActionSchema.d.ts +0 -5
  3682. package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleAuditActionSchema.d.ts.map +0 -1
  3683. package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleAuditScalarFieldEnumSchema.d.ts +0 -4
  3684. package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleAuditScalarFieldEnumSchema.d.ts.map +0 -1
  3685. package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleConditionScalarFieldEnumSchema.d.ts +0 -4
  3686. package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleConditionScalarFieldEnumSchema.d.ts.map +0 -1
  3687. package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleGroupScalarFieldEnumSchema.d.ts +0 -4
  3688. package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleGroupScalarFieldEnumSchema.d.ts.map +0 -1
  3689. package/dist/packages/prisma/zod/inputTypeSchemas/AbuseScoringConfigScalarFieldEnumSchema.d.ts +0 -4
  3690. package/dist/packages/prisma/zod/inputTypeSchemas/AbuseScoringConfigScalarFieldEnumSchema.d.ts.map +0 -1
  3691. package/dist/packages/prisma/zod/inputTypeSchemas/AccessCodeScalarFieldEnumSchema.d.ts +0 -4
  3692. package/dist/packages/prisma/zod/inputTypeSchemas/AccessCodeScalarFieldEnumSchema.d.ts.map +0 -1
  3693. package/dist/packages/prisma/zod/inputTypeSchemas/AccessScopeSchema.d.ts +0 -5
  3694. package/dist/packages/prisma/zod/inputTypeSchemas/AccessScopeSchema.d.ts.map +0 -1
  3695. package/dist/packages/prisma/zod/inputTypeSchemas/AccessTokenScalarFieldEnumSchema.d.ts +0 -4
  3696. package/dist/packages/prisma/zod/inputTypeSchemas/AccessTokenScalarFieldEnumSchema.d.ts.map +0 -1
  3697. package/dist/packages/prisma/zod/inputTypeSchemas/AccountScalarFieldEnumSchema.d.ts +0 -4
  3698. package/dist/packages/prisma/zod/inputTypeSchemas/AccountScalarFieldEnumSchema.d.ts.map +0 -1
  3699. package/dist/packages/prisma/zod/inputTypeSchemas/AgentScalarFieldEnumSchema.d.ts +0 -4
  3700. package/dist/packages/prisma/zod/inputTypeSchemas/AgentScalarFieldEnumSchema.d.ts.map +0 -1
  3701. package/dist/packages/prisma/zod/inputTypeSchemas/ApiKeyScalarFieldEnumSchema.d.ts +0 -4
  3702. package/dist/packages/prisma/zod/inputTypeSchemas/ApiKeyScalarFieldEnumSchema.d.ts.map +0 -1
  3703. package/dist/packages/prisma/zod/inputTypeSchemas/AppCategoriesSchema.d.ts +0 -5
  3704. package/dist/packages/prisma/zod/inputTypeSchemas/AppCategoriesSchema.d.ts.map +0 -1
  3705. package/dist/packages/prisma/zod/inputTypeSchemas/AppScalarFieldEnumSchema.d.ts +0 -4
  3706. package/dist/packages/prisma/zod/inputTypeSchemas/AppScalarFieldEnumSchema.d.ts.map +0 -1
  3707. package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_FormResponseScalarFieldEnumSchema.d.ts +0 -4
  3708. package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_FormResponseScalarFieldEnumSchema.d.ts.map +0 -1
  3709. package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_FormScalarFieldEnumSchema.d.ts +0 -4
  3710. package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_FormScalarFieldEnumSchema.d.ts.map +0 -1
  3711. package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_IncompleteBookingActionsScalarFieldEnumSchema.d.ts +0 -4
  3712. package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_IncompleteBookingActionsScalarFieldEnumSchema.d.ts.map +0 -1
  3713. package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_QueuedFormResponseScalarFieldEnumSchema.d.ts +0 -4
  3714. package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_QueuedFormResponseScalarFieldEnumSchema.d.ts.map +0 -1
  3715. package/dist/packages/prisma/zod/inputTypeSchemas/AssignmentReasonEnumSchema.d.ts +0 -5
  3716. package/dist/packages/prisma/zod/inputTypeSchemas/AssignmentReasonEnumSchema.d.ts.map +0 -1
  3717. package/dist/packages/prisma/zod/inputTypeSchemas/AssignmentReasonScalarFieldEnumSchema.d.ts +0 -4
  3718. package/dist/packages/prisma/zod/inputTypeSchemas/AssignmentReasonScalarFieldEnumSchema.d.ts.map +0 -1
  3719. package/dist/packages/prisma/zod/inputTypeSchemas/AttendeeScalarFieldEnumSchema.d.ts +0 -4
  3720. package/dist/packages/prisma/zod/inputTypeSchemas/AttendeeScalarFieldEnumSchema.d.ts.map +0 -1
  3721. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeOptionScalarFieldEnumSchema.d.ts +0 -4
  3722. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeOptionScalarFieldEnumSchema.d.ts.map +0 -1
  3723. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeScalarFieldEnumSchema.d.ts +0 -4
  3724. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeScalarFieldEnumSchema.d.ts.map +0 -1
  3725. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeSyncFieldMappingScalarFieldEnumSchema.d.ts +0 -4
  3726. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeSyncFieldMappingScalarFieldEnumSchema.d.ts.map +0 -1
  3727. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeSyncRuleScalarFieldEnumSchema.d.ts +0 -4
  3728. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeSyncRuleScalarFieldEnumSchema.d.ts.map +0 -1
  3729. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeToUserScalarFieldEnumSchema.d.ts +0 -4
  3730. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeToUserScalarFieldEnumSchema.d.ts.map +0 -1
  3731. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeTypeSchema.d.ts +0 -5
  3732. package/dist/packages/prisma/zod/inputTypeSchemas/AttributeTypeSchema.d.ts.map +0 -1
  3733. package/dist/packages/prisma/zod/inputTypeSchemas/AuditActionSchema.d.ts +0 -5
  3734. package/dist/packages/prisma/zod/inputTypeSchemas/AuditActionSchema.d.ts.map +0 -1
  3735. package/dist/packages/prisma/zod/inputTypeSchemas/AuditActorScalarFieldEnumSchema.d.ts +0 -4
  3736. package/dist/packages/prisma/zod/inputTypeSchemas/AuditActorScalarFieldEnumSchema.d.ts.map +0 -1
  3737. package/dist/packages/prisma/zod/inputTypeSchemas/AuditActorTypeSchema.d.ts +0 -5
  3738. package/dist/packages/prisma/zod/inputTypeSchemas/AuditActorTypeSchema.d.ts.map +0 -1
  3739. package/dist/packages/prisma/zod/inputTypeSchemas/AuditCategorySchema.d.ts +0 -5
  3740. package/dist/packages/prisma/zod/inputTypeSchemas/AuditCategorySchema.d.ts.map +0 -1
  3741. package/dist/packages/prisma/zod/inputTypeSchemas/AuditEventScalarFieldEnumSchema.d.ts +0 -4
  3742. package/dist/packages/prisma/zod/inputTypeSchemas/AuditEventScalarFieldEnumSchema.d.ts.map +0 -1
  3743. package/dist/packages/prisma/zod/inputTypeSchemas/AuditResultSchema.d.ts +0 -5
  3744. package/dist/packages/prisma/zod/inputTypeSchemas/AuditResultSchema.d.ts.map +0 -1
  3745. package/dist/packages/prisma/zod/inputTypeSchemas/AuditRetentionTierSchema.d.ts +0 -5
  3746. package/dist/packages/prisma/zod/inputTypeSchemas/AuditRetentionTierSchema.d.ts.map +0 -1
  3747. package/dist/packages/prisma/zod/inputTypeSchemas/AuditSensitivitySchema.d.ts +0 -5
  3748. package/dist/packages/prisma/zod/inputTypeSchemas/AuditSensitivitySchema.d.ts.map +0 -1
  3749. package/dist/packages/prisma/zod/inputTypeSchemas/AuditSourceSchema.d.ts +0 -5
  3750. package/dist/packages/prisma/zod/inputTypeSchemas/AuditSourceSchema.d.ts.map +0 -1
  3751. package/dist/packages/prisma/zod/inputTypeSchemas/AuditVisibilitySchema.d.ts +0 -5
  3752. package/dist/packages/prisma/zod/inputTypeSchemas/AuditVisibilitySchema.d.ts.map +0 -1
  3753. package/dist/packages/prisma/zod/inputTypeSchemas/AvailabilityScalarFieldEnumSchema.d.ts +0 -4
  3754. package/dist/packages/prisma/zod/inputTypeSchemas/AvailabilityScalarFieldEnumSchema.d.ts.map +0 -1
  3755. package/dist/packages/prisma/zod/inputTypeSchemas/AvatarScalarFieldEnumSchema.d.ts +0 -4
  3756. package/dist/packages/prisma/zod/inputTypeSchemas/AvatarScalarFieldEnumSchema.d.ts.map +0 -1
  3757. package/dist/packages/prisma/zod/inputTypeSchemas/BillingModeSchema.d.ts +0 -5
  3758. package/dist/packages/prisma/zod/inputTypeSchemas/BillingModeSchema.d.ts.map +0 -1
  3759. package/dist/packages/prisma/zod/inputTypeSchemas/BillingPeriodSchema.d.ts +0 -5
  3760. package/dist/packages/prisma/zod/inputTypeSchemas/BillingPeriodSchema.d.ts.map +0 -1
  3761. package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditActionSchema.d.ts +0 -5
  3762. package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditActionSchema.d.ts.map +0 -1
  3763. package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditScalarFieldEnumSchema.d.ts +0 -4
  3764. package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditScalarFieldEnumSchema.d.ts.map +0 -1
  3765. package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditSourceSchema.d.ts +0 -5
  3766. package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditSourceSchema.d.ts.map +0 -1
  3767. package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditTypeSchema.d.ts +0 -5
  3768. package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditTypeSchema.d.ts.map +0 -1
  3769. package/dist/packages/prisma/zod/inputTypeSchemas/BookingDenormalizedScalarFieldEnumSchema.d.ts +0 -4
  3770. package/dist/packages/prisma/zod/inputTypeSchemas/BookingDenormalizedScalarFieldEnumSchema.d.ts.map +0 -1
  3771. package/dist/packages/prisma/zod/inputTypeSchemas/BookingInternalNoteScalarFieldEnumSchema.d.ts +0 -4
  3772. package/dist/packages/prisma/zod/inputTypeSchemas/BookingInternalNoteScalarFieldEnumSchema.d.ts.map +0 -1
  3773. package/dist/packages/prisma/zod/inputTypeSchemas/BookingLimitScalarFieldEnumSchema.d.ts +0 -4
  3774. package/dist/packages/prisma/zod/inputTypeSchemas/BookingLimitScalarFieldEnumSchema.d.ts.map +0 -1
  3775. package/dist/packages/prisma/zod/inputTypeSchemas/BookingReferenceScalarFieldEnumSchema.d.ts +0 -4
  3776. package/dist/packages/prisma/zod/inputTypeSchemas/BookingReferenceScalarFieldEnumSchema.d.ts.map +0 -1
  3777. package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportReasonSchema.d.ts +0 -5
  3778. package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportReasonSchema.d.ts.map +0 -1
  3779. package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportScalarFieldEnumSchema.d.ts +0 -4
  3780. package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportScalarFieldEnumSchema.d.ts.map +0 -1
  3781. package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportStatusSchema.d.ts +0 -5
  3782. package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportStatusSchema.d.ts.map +0 -1
  3783. package/dist/packages/prisma/zod/inputTypeSchemas/BookingScalarFieldEnumSchema.d.ts +0 -4
  3784. package/dist/packages/prisma/zod/inputTypeSchemas/BookingScalarFieldEnumSchema.d.ts.map +0 -1
  3785. package/dist/packages/prisma/zod/inputTypeSchemas/BookingSeatScalarFieldEnumSchema.d.ts +0 -4
  3786. package/dist/packages/prisma/zod/inputTypeSchemas/BookingSeatScalarFieldEnumSchema.d.ts.map +0 -1
  3787. package/dist/packages/prisma/zod/inputTypeSchemas/BookingStatusSchema.d.ts +0 -5
  3788. package/dist/packages/prisma/zod/inputTypeSchemas/BookingStatusSchema.d.ts.map +0 -1
  3789. package/dist/packages/prisma/zod/inputTypeSchemas/BookingTimeStatusDenormalizedScalarFieldEnumSchema.d.ts +0 -4
  3790. package/dist/packages/prisma/zod/inputTypeSchemas/BookingTimeStatusDenormalizedScalarFieldEnumSchema.d.ts.map +0 -1
  3791. package/dist/packages/prisma/zod/inputTypeSchemas/BookingTimeStatusScalarFieldEnumSchema.d.ts +0 -4
  3792. package/dist/packages/prisma/zod/inputTypeSchemas/BookingTimeStatusScalarFieldEnumSchema.d.ts.map +0 -1
  3793. package/dist/packages/prisma/zod/inputTypeSchemas/BookingWindowScalarFieldEnumSchema.d.ts +0 -4
  3794. package/dist/packages/prisma/zod/inputTypeSchemas/BookingWindowScalarFieldEnumSchema.d.ts.map +0 -1
  3795. package/dist/packages/prisma/zod/inputTypeSchemas/CalAiPhoneNumberScalarFieldEnumSchema.d.ts +0 -4
  3796. package/dist/packages/prisma/zod/inputTypeSchemas/CalAiPhoneNumberScalarFieldEnumSchema.d.ts.map +0 -1
  3797. package/dist/packages/prisma/zod/inputTypeSchemas/CalVideoSettingsScalarFieldEnumSchema.d.ts +0 -4
  3798. package/dist/packages/prisma/zod/inputTypeSchemas/CalVideoSettingsScalarFieldEnumSchema.d.ts.map +0 -1
  3799. package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheEventScalarFieldEnumSchema.d.ts +0 -4
  3800. package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheEventScalarFieldEnumSchema.d.ts.map +0 -1
  3801. package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheEventStatusSchema.d.ts +0 -5
  3802. package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheEventStatusSchema.d.ts.map +0 -1
  3803. package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheScalarFieldEnumSchema.d.ts +0 -4
  3804. package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheScalarFieldEnumSchema.d.ts.map +0 -1
  3805. package/dist/packages/prisma/zod/inputTypeSchemas/CancellationReasonRequirementSchema.d.ts +0 -5
  3806. package/dist/packages/prisma/zod/inputTypeSchemas/CancellationReasonRequirementSchema.d.ts.map +0 -1
  3807. package/dist/packages/prisma/zod/inputTypeSchemas/CreationSourceSchema.d.ts +0 -5
  3808. package/dist/packages/prisma/zod/inputTypeSchemas/CreationSourceSchema.d.ts.map +0 -1
  3809. package/dist/packages/prisma/zod/inputTypeSchemas/CredentialScalarFieldEnumSchema.d.ts +0 -4
  3810. package/dist/packages/prisma/zod/inputTypeSchemas/CredentialScalarFieldEnumSchema.d.ts.map +0 -1
  3811. package/dist/packages/prisma/zod/inputTypeSchemas/CreditBalanceScalarFieldEnumSchema.d.ts +0 -4
  3812. package/dist/packages/prisma/zod/inputTypeSchemas/CreditBalanceScalarFieldEnumSchema.d.ts.map +0 -1
  3813. package/dist/packages/prisma/zod/inputTypeSchemas/CreditExpenseLogScalarFieldEnumSchema.d.ts +0 -4
  3814. package/dist/packages/prisma/zod/inputTypeSchemas/CreditExpenseLogScalarFieldEnumSchema.d.ts.map +0 -1
  3815. package/dist/packages/prisma/zod/inputTypeSchemas/CreditPurchaseLogScalarFieldEnumSchema.d.ts +0 -4
  3816. package/dist/packages/prisma/zod/inputTypeSchemas/CreditPurchaseLogScalarFieldEnumSchema.d.ts.map +0 -1
  3817. package/dist/packages/prisma/zod/inputTypeSchemas/CreditTransferLogScalarFieldEnumSchema.d.ts +0 -4
  3818. package/dist/packages/prisma/zod/inputTypeSchemas/CreditTransferLogScalarFieldEnumSchema.d.ts.map +0 -1
  3819. package/dist/packages/prisma/zod/inputTypeSchemas/CreditTransferReasonSchema.d.ts +0 -5
  3820. package/dist/packages/prisma/zod/inputTypeSchemas/CreditTransferReasonSchema.d.ts.map +0 -1
  3821. package/dist/packages/prisma/zod/inputTypeSchemas/CreditTypeSchema.d.ts +0 -5
  3822. package/dist/packages/prisma/zod/inputTypeSchemas/CreditTypeSchema.d.ts.map +0 -1
  3823. package/dist/packages/prisma/zod/inputTypeSchemas/CreditUsageTypeSchema.d.ts +0 -5
  3824. package/dist/packages/prisma/zod/inputTypeSchemas/CreditUsageTypeSchema.d.ts.map +0 -1
  3825. package/dist/packages/prisma/zod/inputTypeSchemas/CustomDomainScalarFieldEnumSchema.d.ts +0 -4
  3826. package/dist/packages/prisma/zod/inputTypeSchemas/CustomDomainScalarFieldEnumSchema.d.ts.map +0 -1
  3827. package/dist/packages/prisma/zod/inputTypeSchemas/DSyncDataScalarFieldEnumSchema.d.ts +0 -4
  3828. package/dist/packages/prisma/zod/inputTypeSchemas/DSyncDataScalarFieldEnumSchema.d.ts.map +0 -1
  3829. package/dist/packages/prisma/zod/inputTypeSchemas/DSyncTeamGroupMappingScalarFieldEnumSchema.d.ts +0 -4
  3830. package/dist/packages/prisma/zod/inputTypeSchemas/DSyncTeamGroupMappingScalarFieldEnumSchema.d.ts.map +0 -1
  3831. package/dist/packages/prisma/zod/inputTypeSchemas/DecimalJsLikeSchema.d.ts +0 -5
  3832. package/dist/packages/prisma/zod/inputTypeSchemas/DecimalJsLikeSchema.d.ts.map +0 -1
  3833. package/dist/packages/prisma/zod/inputTypeSchemas/DelegationCredentialScalarFieldEnumSchema.d.ts +0 -4
  3834. package/dist/packages/prisma/zod/inputTypeSchemas/DelegationCredentialScalarFieldEnumSchema.d.ts.map +0 -1
  3835. package/dist/packages/prisma/zod/inputTypeSchemas/DeploymentScalarFieldEnumSchema.d.ts +0 -4
  3836. package/dist/packages/prisma/zod/inputTypeSchemas/DeploymentScalarFieldEnumSchema.d.ts.map +0 -1
  3837. package/dist/packages/prisma/zod/inputTypeSchemas/DestinationCalendarScalarFieldEnumSchema.d.ts +0 -4
  3838. package/dist/packages/prisma/zod/inputTypeSchemas/DestinationCalendarScalarFieldEnumSchema.d.ts.map +0 -1
  3839. package/dist/packages/prisma/zod/inputTypeSchemas/DisableCancelRescheduleScopeSchema.d.ts +0 -5
  3840. package/dist/packages/prisma/zod/inputTypeSchemas/DisableCancelRescheduleScopeSchema.d.ts.map +0 -1
  3841. package/dist/packages/prisma/zod/inputTypeSchemas/DomainWideDelegationScalarFieldEnumSchema.d.ts +0 -4
  3842. package/dist/packages/prisma/zod/inputTypeSchemas/DomainWideDelegationScalarFieldEnumSchema.d.ts.map +0 -1
  3843. package/dist/packages/prisma/zod/inputTypeSchemas/DunningStatusSchema.d.ts +0 -5
  3844. package/dist/packages/prisma/zod/inputTypeSchemas/DunningStatusSchema.d.ts.map +0 -1
  3845. package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeAutoTranslatedFieldSchema.d.ts +0 -5
  3846. package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeAutoTranslatedFieldSchema.d.ts.map +0 -1
  3847. package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeCustomInputScalarFieldEnumSchema.d.ts +0 -4
  3848. package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeCustomInputScalarFieldEnumSchema.d.ts.map +0 -1
  3849. package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeCustomInputTypeSchema.d.ts +0 -5
  3850. package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeCustomInputTypeSchema.d.ts.map +0 -1
  3851. package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeScalarFieldEnumSchema.d.ts +0 -4
  3852. package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeScalarFieldEnumSchema.d.ts.map +0 -1
  3853. package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeTranslationScalarFieldEnumSchema.d.ts +0 -4
  3854. package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeTranslationScalarFieldEnumSchema.d.ts.map +0 -1
  3855. package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentScalarFieldEnumSchema.d.ts +0 -4
  3856. package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentScalarFieldEnumSchema.d.ts.map +0 -1
  3857. package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentStatusSchema.d.ts +0 -5
  3858. package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentStatusSchema.d.ts.map +0 -1
  3859. package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentVariantScalarFieldEnumSchema.d.ts +0 -4
  3860. package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentVariantScalarFieldEnumSchema.d.ts.map +0 -1
  3861. package/dist/packages/prisma/zod/inputTypeSchemas/ExternalAvatarScalarFieldEnumSchema.d.ts +0 -4
  3862. package/dist/packages/prisma/zod/inputTypeSchemas/ExternalAvatarScalarFieldEnumSchema.d.ts.map +0 -1
  3863. package/dist/packages/prisma/zod/inputTypeSchemas/FeatureScalarFieldEnumSchema.d.ts +0 -4
  3864. package/dist/packages/prisma/zod/inputTypeSchemas/FeatureScalarFieldEnumSchema.d.ts.map +0 -1
  3865. package/dist/packages/prisma/zod/inputTypeSchemas/FeatureTypeSchema.d.ts +0 -5
  3866. package/dist/packages/prisma/zod/inputTypeSchemas/FeatureTypeSchema.d.ts.map +0 -1
  3867. package/dist/packages/prisma/zod/inputTypeSchemas/FeedbackScalarFieldEnumSchema.d.ts +0 -4
  3868. package/dist/packages/prisma/zod/inputTypeSchemas/FeedbackScalarFieldEnumSchema.d.ts.map +0 -1
  3869. package/dist/packages/prisma/zod/inputTypeSchemas/FilterSegmentScalarFieldEnumSchema.d.ts +0 -4
  3870. package/dist/packages/prisma/zod/inputTypeSchemas/FilterSegmentScalarFieldEnumSchema.d.ts.map +0 -1
  3871. package/dist/packages/prisma/zod/inputTypeSchemas/FilterSegmentScopeSchema.d.ts +0 -5
  3872. package/dist/packages/prisma/zod/inputTypeSchemas/FilterSegmentScopeSchema.d.ts.map +0 -1
  3873. package/dist/packages/prisma/zod/inputTypeSchemas/HashedLinkScalarFieldEnumSchema.d.ts +0 -4
  3874. package/dist/packages/prisma/zod/inputTypeSchemas/HashedLinkScalarFieldEnumSchema.d.ts.map +0 -1
  3875. package/dist/packages/prisma/zod/inputTypeSchemas/HolidayCacheScalarFieldEnumSchema.d.ts +0 -4
  3876. package/dist/packages/prisma/zod/inputTypeSchemas/HolidayCacheScalarFieldEnumSchema.d.ts.map +0 -1
  3877. package/dist/packages/prisma/zod/inputTypeSchemas/HostGroupScalarFieldEnumSchema.d.ts +0 -4
  3878. package/dist/packages/prisma/zod/inputTypeSchemas/HostGroupScalarFieldEnumSchema.d.ts.map +0 -1
  3879. package/dist/packages/prisma/zod/inputTypeSchemas/HostLocationScalarFieldEnumSchema.d.ts +0 -4
  3880. package/dist/packages/prisma/zod/inputTypeSchemas/HostLocationScalarFieldEnumSchema.d.ts.map +0 -1
  3881. package/dist/packages/prisma/zod/inputTypeSchemas/HostScalarFieldEnumSchema.d.ts +0 -4
  3882. package/dist/packages/prisma/zod/inputTypeSchemas/HostScalarFieldEnumSchema.d.ts.map +0 -1
  3883. package/dist/packages/prisma/zod/inputTypeSchemas/IdentityProviderSchema.d.ts +0 -5
  3884. package/dist/packages/prisma/zod/inputTypeSchemas/IdentityProviderSchema.d.ts.map +0 -1
  3885. package/dist/packages/prisma/zod/inputTypeSchemas/ImpersonationsScalarFieldEnumSchema.d.ts +0 -4
  3886. package/dist/packages/prisma/zod/inputTypeSchemas/ImpersonationsScalarFieldEnumSchema.d.ts.map +0 -1
  3887. package/dist/packages/prisma/zod/inputTypeSchemas/IncompleteBookingActionTypeSchema.d.ts +0 -5
  3888. package/dist/packages/prisma/zod/inputTypeSchemas/IncompleteBookingActionTypeSchema.d.ts.map +0 -1
  3889. package/dist/packages/prisma/zod/inputTypeSchemas/InputJsonValueSchema.d.ts +0 -6
  3890. package/dist/packages/prisma/zod/inputTypeSchemas/InputJsonValueSchema.d.ts.map +0 -1
  3891. package/dist/packages/prisma/zod/inputTypeSchemas/InstantMeetingTokenScalarFieldEnumSchema.d.ts +0 -4
  3892. package/dist/packages/prisma/zod/inputTypeSchemas/InstantMeetingTokenScalarFieldEnumSchema.d.ts.map +0 -1
  3893. package/dist/packages/prisma/zod/inputTypeSchemas/IntegrationAttributeSyncScalarFieldEnumSchema.d.ts +0 -4
  3894. package/dist/packages/prisma/zod/inputTypeSchemas/IntegrationAttributeSyncScalarFieldEnumSchema.d.ts.map +0 -1
  3895. package/dist/packages/prisma/zod/inputTypeSchemas/InternalNotePresetScalarFieldEnumSchema.d.ts +0 -4
  3896. package/dist/packages/prisma/zod/inputTypeSchemas/InternalNotePresetScalarFieldEnumSchema.d.ts.map +0 -1
  3897. package/dist/packages/prisma/zod/inputTypeSchemas/JsonNullValueFilterSchema.d.ts +0 -13
  3898. package/dist/packages/prisma/zod/inputTypeSchemas/JsonNullValueFilterSchema.d.ts.map +0 -1
  3899. package/dist/packages/prisma/zod/inputTypeSchemas/JsonNullValueInputSchema.d.ts +0 -8
  3900. package/dist/packages/prisma/zod/inputTypeSchemas/JsonNullValueInputSchema.d.ts.map +0 -1
  3901. package/dist/packages/prisma/zod/inputTypeSchemas/JsonValueSchema.d.ts +0 -6
  3902. package/dist/packages/prisma/zod/inputTypeSchemas/JsonValueSchema.d.ts.map +0 -1
  3903. package/dist/packages/prisma/zod/inputTypeSchemas/ManagedOrganizationScalarFieldEnumSchema.d.ts +0 -4
  3904. package/dist/packages/prisma/zod/inputTypeSchemas/ManagedOrganizationScalarFieldEnumSchema.d.ts.map +0 -1
  3905. package/dist/packages/prisma/zod/inputTypeSchemas/MembershipRoleSchema.d.ts +0 -5
  3906. package/dist/packages/prisma/zod/inputTypeSchemas/MembershipRoleSchema.d.ts.map +0 -1
  3907. package/dist/packages/prisma/zod/inputTypeSchemas/MembershipScalarFieldEnumSchema.d.ts +0 -4
  3908. package/dist/packages/prisma/zod/inputTypeSchemas/MembershipScalarFieldEnumSchema.d.ts.map +0 -1
  3909. package/dist/packages/prisma/zod/inputTypeSchemas/MonthlyProrationScalarFieldEnumSchema.d.ts +0 -4
  3910. package/dist/packages/prisma/zod/inputTypeSchemas/MonthlyProrationScalarFieldEnumSchema.d.ts.map +0 -1
  3911. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationEventSchema.d.ts +0 -5
  3912. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationEventSchema.d.ts.map +0 -1
  3913. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPlatformSchema.d.ts +0 -5
  3914. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPlatformSchema.d.ts.map +0 -1
  3915. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPreferenceScalarFieldEnumSchema.d.ts +0 -4
  3916. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPreferenceScalarFieldEnumSchema.d.ts.map +0 -1
  3917. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPreferenceTargetTypeSchema.d.ts +0 -5
  3918. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPreferenceTargetTypeSchema.d.ts.map +0 -1
  3919. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationSubscriptionTypeSchema.d.ts +0 -5
  3920. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationSubscriptionTypeSchema.d.ts.map +0 -1
  3921. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationsSubscriptionsScalarFieldEnumSchema.d.ts +0 -4
  3922. package/dist/packages/prisma/zod/inputTypeSchemas/NotificationsSubscriptionsScalarFieldEnumSchema.d.ts.map +0 -1
  3923. package/dist/packages/prisma/zod/inputTypeSchemas/NullableJsonNullValueInputSchema.d.ts +0 -13
  3924. package/dist/packages/prisma/zod/inputTypeSchemas/NullableJsonNullValueInputSchema.d.ts.map +0 -1
  3925. package/dist/packages/prisma/zod/inputTypeSchemas/NullsOrderSchema.d.ts +0 -4
  3926. package/dist/packages/prisma/zod/inputTypeSchemas/NullsOrderSchema.d.ts.map +0 -1
  3927. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthAuthorizationScalarFieldEnumSchema.d.ts +0 -4
  3928. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthAuthorizationScalarFieldEnumSchema.d.ts.map +0 -1
  3929. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientScalarFieldEnumSchema.d.ts +0 -4
  3930. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientScalarFieldEnumSchema.d.ts.map +0 -1
  3931. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientSecretScalarFieldEnumSchema.d.ts +0 -4
  3932. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientSecretScalarFieldEnumSchema.d.ts.map +0 -1
  3933. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientStatusSchema.d.ts +0 -5
  3934. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientStatusSchema.d.ts.map +0 -1
  3935. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientTypeSchema.d.ts +0 -5
  3936. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientTypeSchema.d.ts.map +0 -1
  3937. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthRefreshTokenScalarFieldEnumSchema.d.ts +0 -4
  3938. package/dist/packages/prisma/zod/inputTypeSchemas/OAuthRefreshTokenScalarFieldEnumSchema.d.ts.map +0 -1
  3939. package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationBillingScalarFieldEnumSchema.d.ts +0 -4
  3940. package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationBillingScalarFieldEnumSchema.d.ts.map +0 -1
  3941. package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationDunningStatusScalarFieldEnumSchema.d.ts +0 -4
  3942. package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationDunningStatusScalarFieldEnumSchema.d.ts.map +0 -1
  3943. package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationOnboardingScalarFieldEnumSchema.d.ts +0 -4
  3944. package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationOnboardingScalarFieldEnumSchema.d.ts.map +0 -1
  3945. package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationSettingsScalarFieldEnumSchema.d.ts +0 -4
  3946. package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationSettingsScalarFieldEnumSchema.d.ts.map +0 -1
  3947. package/dist/packages/prisma/zod/inputTypeSchemas/OutOfOfficeEntryScalarFieldEnumSchema.d.ts +0 -4
  3948. package/dist/packages/prisma/zod/inputTypeSchemas/OutOfOfficeEntryScalarFieldEnumSchema.d.ts.map +0 -1
  3949. package/dist/packages/prisma/zod/inputTypeSchemas/OutOfOfficeReasonScalarFieldEnumSchema.d.ts +0 -4
  3950. package/dist/packages/prisma/zod/inputTypeSchemas/OutOfOfficeReasonScalarFieldEnumSchema.d.ts.map +0 -1
  3951. package/dist/packages/prisma/zod/inputTypeSchemas/PaymentOptionSchema.d.ts +0 -5
  3952. package/dist/packages/prisma/zod/inputTypeSchemas/PaymentOptionSchema.d.ts.map +0 -1
  3953. package/dist/packages/prisma/zod/inputTypeSchemas/PaymentScalarFieldEnumSchema.d.ts +0 -4
  3954. package/dist/packages/prisma/zod/inputTypeSchemas/PaymentScalarFieldEnumSchema.d.ts.map +0 -1
  3955. package/dist/packages/prisma/zod/inputTypeSchemas/PendingRoutingTraceScalarFieldEnumSchema.d.ts +0 -4
  3956. package/dist/packages/prisma/zod/inputTypeSchemas/PendingRoutingTraceScalarFieldEnumSchema.d.ts.map +0 -1
  3957. package/dist/packages/prisma/zod/inputTypeSchemas/PeriodTypeSchema.d.ts +0 -5
  3958. package/dist/packages/prisma/zod/inputTypeSchemas/PeriodTypeSchema.d.ts.map +0 -1
  3959. package/dist/packages/prisma/zod/inputTypeSchemas/PhoneNumberSubscriptionStatusSchema.d.ts +0 -5
  3960. package/dist/packages/prisma/zod/inputTypeSchemas/PhoneNumberSubscriptionStatusSchema.d.ts.map +0 -1
  3961. package/dist/packages/prisma/zod/inputTypeSchemas/PlatformAuthorizationTokenScalarFieldEnumSchema.d.ts +0 -4
  3962. package/dist/packages/prisma/zod/inputTypeSchemas/PlatformAuthorizationTokenScalarFieldEnumSchema.d.ts.map +0 -1
  3963. package/dist/packages/prisma/zod/inputTypeSchemas/PlatformBillingScalarFieldEnumSchema.d.ts +0 -4
  3964. package/dist/packages/prisma/zod/inputTypeSchemas/PlatformBillingScalarFieldEnumSchema.d.ts.map +0 -1
  3965. package/dist/packages/prisma/zod/inputTypeSchemas/PlatformOAuthClientScalarFieldEnumSchema.d.ts +0 -4
  3966. package/dist/packages/prisma/zod/inputTypeSchemas/PlatformOAuthClientScalarFieldEnumSchema.d.ts.map +0 -1
  3967. package/dist/packages/prisma/zod/inputTypeSchemas/ProfileScalarFieldEnumSchema.d.ts +0 -4
  3968. package/dist/packages/prisma/zod/inputTypeSchemas/ProfileScalarFieldEnumSchema.d.ts.map +0 -1
  3969. package/dist/packages/prisma/zod/inputTypeSchemas/ProrationStatusSchema.d.ts +0 -5
  3970. package/dist/packages/prisma/zod/inputTypeSchemas/ProrationStatusSchema.d.ts.map +0 -1
  3971. package/dist/packages/prisma/zod/inputTypeSchemas/QueryModeSchema.d.ts +0 -4
  3972. package/dist/packages/prisma/zod/inputTypeSchemas/QueryModeSchema.d.ts.map +0 -1
  3973. package/dist/packages/prisma/zod/inputTypeSchemas/RRResetIntervalSchema.d.ts +0 -5
  3974. package/dist/packages/prisma/zod/inputTypeSchemas/RRResetIntervalSchema.d.ts.map +0 -1
  3975. package/dist/packages/prisma/zod/inputTypeSchemas/RRTimestampBasisSchema.d.ts +0 -5
  3976. package/dist/packages/prisma/zod/inputTypeSchemas/RRTimestampBasisSchema.d.ts.map +0 -1
  3977. package/dist/packages/prisma/zod/inputTypeSchemas/RateLimitScalarFieldEnumSchema.d.ts +0 -4
  3978. package/dist/packages/prisma/zod/inputTypeSchemas/RateLimitScalarFieldEnumSchema.d.ts.map +0 -1
  3979. package/dist/packages/prisma/zod/inputTypeSchemas/RedirectTypeSchema.d.ts +0 -5
  3980. package/dist/packages/prisma/zod/inputTypeSchemas/RedirectTypeSchema.d.ts.map +0 -1
  3981. package/dist/packages/prisma/zod/inputTypeSchemas/RefreshTokenScalarFieldEnumSchema.d.ts +0 -4
  3982. package/dist/packages/prisma/zod/inputTypeSchemas/RefreshTokenScalarFieldEnumSchema.d.ts.map +0 -1
  3983. package/dist/packages/prisma/zod/inputTypeSchemas/ReminderMailScalarFieldEnumSchema.d.ts +0 -4
  3984. package/dist/packages/prisma/zod/inputTypeSchemas/ReminderMailScalarFieldEnumSchema.d.ts.map +0 -1
  3985. package/dist/packages/prisma/zod/inputTypeSchemas/ReminderTypeSchema.d.ts +0 -5
  3986. package/dist/packages/prisma/zod/inputTypeSchemas/ReminderTypeSchema.d.ts.map +0 -1
  3987. package/dist/packages/prisma/zod/inputTypeSchemas/ResetPasswordRequestScalarFieldEnumSchema.d.ts +0 -4
  3988. package/dist/packages/prisma/zod/inputTypeSchemas/ResetPasswordRequestScalarFieldEnumSchema.d.ts.map +0 -1
  3989. package/dist/packages/prisma/zod/inputTypeSchemas/RolePermissionScalarFieldEnumSchema.d.ts +0 -4
  3990. package/dist/packages/prisma/zod/inputTypeSchemas/RolePermissionScalarFieldEnumSchema.d.ts.map +0 -1
  3991. package/dist/packages/prisma/zod/inputTypeSchemas/RoleScalarFieldEnumSchema.d.ts +0 -4
  3992. package/dist/packages/prisma/zod/inputTypeSchemas/RoleScalarFieldEnumSchema.d.ts.map +0 -1
  3993. package/dist/packages/prisma/zod/inputTypeSchemas/RoleTypeSchema.d.ts +0 -5
  3994. package/dist/packages/prisma/zod/inputTypeSchemas/RoleTypeSchema.d.ts.map +0 -1
  3995. package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseDenormalizedScalarFieldEnumSchema.d.ts +0 -4
  3996. package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseDenormalizedScalarFieldEnumSchema.d.ts.map +0 -1
  3997. package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseFieldScalarFieldEnumSchema.d.ts +0 -4
  3998. package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseFieldScalarFieldEnumSchema.d.ts.map +0 -1
  3999. package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseScalarFieldEnumSchema.d.ts +0 -4
  4000. package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseScalarFieldEnumSchema.d.ts.map +0 -1
  4001. package/dist/packages/prisma/zod/inputTypeSchemas/RoutingTraceScalarFieldEnumSchema.d.ts +0 -4
  4002. package/dist/packages/prisma/zod/inputTypeSchemas/RoutingTraceScalarFieldEnumSchema.d.ts.map +0 -1
  4003. package/dist/packages/prisma/zod/inputTypeSchemas/SMSLockStateSchema.d.ts +0 -5
  4004. package/dist/packages/prisma/zod/inputTypeSchemas/SMSLockStateSchema.d.ts.map +0 -1
  4005. package/dist/packages/prisma/zod/inputTypeSchemas/ScheduleScalarFieldEnumSchema.d.ts +0 -4
  4006. package/dist/packages/prisma/zod/inputTypeSchemas/ScheduleScalarFieldEnumSchema.d.ts.map +0 -1
  4007. package/dist/packages/prisma/zod/inputTypeSchemas/SchedulingTypeSchema.d.ts +0 -5
  4008. package/dist/packages/prisma/zod/inputTypeSchemas/SchedulingTypeSchema.d.ts.map +0 -1
  4009. package/dist/packages/prisma/zod/inputTypeSchemas/SeatChangeLogScalarFieldEnumSchema.d.ts +0 -4
  4010. package/dist/packages/prisma/zod/inputTypeSchemas/SeatChangeLogScalarFieldEnumSchema.d.ts.map +0 -1
  4011. package/dist/packages/prisma/zod/inputTypeSchemas/SeatChangeTypeSchema.d.ts +0 -5
  4012. package/dist/packages/prisma/zod/inputTypeSchemas/SeatChangeTypeSchema.d.ts.map +0 -1
  4013. package/dist/packages/prisma/zod/inputTypeSchemas/SecondaryEmailScalarFieldEnumSchema.d.ts +0 -4
  4014. package/dist/packages/prisma/zod/inputTypeSchemas/SecondaryEmailScalarFieldEnumSchema.d.ts.map +0 -1
  4015. package/dist/packages/prisma/zod/inputTypeSchemas/SelectedCalendarScalarFieldEnumSchema.d.ts +0 -4
  4016. package/dist/packages/prisma/zod/inputTypeSchemas/SelectedCalendarScalarFieldEnumSchema.d.ts.map +0 -1
  4017. package/dist/packages/prisma/zod/inputTypeSchemas/SelectedSlotsScalarFieldEnumSchema.d.ts +0 -4
  4018. package/dist/packages/prisma/zod/inputTypeSchemas/SelectedSlotsScalarFieldEnumSchema.d.ts.map +0 -1
  4019. package/dist/packages/prisma/zod/inputTypeSchemas/SessionScalarFieldEnumSchema.d.ts +0 -4
  4020. package/dist/packages/prisma/zod/inputTypeSchemas/SessionScalarFieldEnumSchema.d.ts.map +0 -1
  4021. package/dist/packages/prisma/zod/inputTypeSchemas/SmtpConfigurationScalarFieldEnumSchema.d.ts +0 -4
  4022. package/dist/packages/prisma/zod/inputTypeSchemas/SmtpConfigurationScalarFieldEnumSchema.d.ts.map +0 -1
  4023. package/dist/packages/prisma/zod/inputTypeSchemas/SortOrderSchema.d.ts +0 -4
  4024. package/dist/packages/prisma/zod/inputTypeSchemas/SortOrderSchema.d.ts.map +0 -1
  4025. package/dist/packages/prisma/zod/inputTypeSchemas/SystemReportStatusSchema.d.ts +0 -5
  4026. package/dist/packages/prisma/zod/inputTypeSchemas/SystemReportStatusSchema.d.ts.map +0 -1
  4027. package/dist/packages/prisma/zod/inputTypeSchemas/TaskScalarFieldEnumSchema.d.ts +0 -4
  4028. package/dist/packages/prisma/zod/inputTypeSchemas/TaskScalarFieldEnumSchema.d.ts.map +0 -1
  4029. package/dist/packages/prisma/zod/inputTypeSchemas/TeamBillingScalarFieldEnumSchema.d.ts +0 -4
  4030. package/dist/packages/prisma/zod/inputTypeSchemas/TeamBillingScalarFieldEnumSchema.d.ts.map +0 -1
  4031. package/dist/packages/prisma/zod/inputTypeSchemas/TeamDunningStatusScalarFieldEnumSchema.d.ts +0 -4
  4032. package/dist/packages/prisma/zod/inputTypeSchemas/TeamDunningStatusScalarFieldEnumSchema.d.ts.map +0 -1
  4033. package/dist/packages/prisma/zod/inputTypeSchemas/TeamFeaturesScalarFieldEnumSchema.d.ts +0 -4
  4034. package/dist/packages/prisma/zod/inputTypeSchemas/TeamFeaturesScalarFieldEnumSchema.d.ts.map +0 -1
  4035. package/dist/packages/prisma/zod/inputTypeSchemas/TeamScalarFieldEnumSchema.d.ts +0 -4
  4036. package/dist/packages/prisma/zod/inputTypeSchemas/TeamScalarFieldEnumSchema.d.ts.map +0 -1
  4037. package/dist/packages/prisma/zod/inputTypeSchemas/TempOrgRedirectScalarFieldEnumSchema.d.ts +0 -4
  4038. package/dist/packages/prisma/zod/inputTypeSchemas/TempOrgRedirectScalarFieldEnumSchema.d.ts.map +0 -1
  4039. package/dist/packages/prisma/zod/inputTypeSchemas/TimeUnitSchema.d.ts +0 -5
  4040. package/dist/packages/prisma/zod/inputTypeSchemas/TimeUnitSchema.d.ts.map +0 -1
  4041. package/dist/packages/prisma/zod/inputTypeSchemas/TrackingScalarFieldEnumSchema.d.ts +0 -4
  4042. package/dist/packages/prisma/zod/inputTypeSchemas/TrackingScalarFieldEnumSchema.d.ts.map +0 -1
  4043. package/dist/packages/prisma/zod/inputTypeSchemas/TransactionIsolationLevelSchema.d.ts +0 -4
  4044. package/dist/packages/prisma/zod/inputTypeSchemas/TransactionIsolationLevelSchema.d.ts.map +0 -1
  4045. package/dist/packages/prisma/zod/inputTypeSchemas/TravelScheduleScalarFieldEnumSchema.d.ts +0 -4
  4046. package/dist/packages/prisma/zod/inputTypeSchemas/TravelScheduleScalarFieldEnumSchema.d.ts.map +0 -1
  4047. package/dist/packages/prisma/zod/inputTypeSchemas/UserAbuseScoreScalarFieldEnumSchema.d.ts +0 -4
  4048. package/dist/packages/prisma/zod/inputTypeSchemas/UserAbuseScoreScalarFieldEnumSchema.d.ts.map +0 -1
  4049. package/dist/packages/prisma/zod/inputTypeSchemas/UserAbuseSignalScalarFieldEnumSchema.d.ts +0 -4
  4050. package/dist/packages/prisma/zod/inputTypeSchemas/UserAbuseSignalScalarFieldEnumSchema.d.ts.map +0 -1
  4051. package/dist/packages/prisma/zod/inputTypeSchemas/UserFeaturesScalarFieldEnumSchema.d.ts +0 -4
  4052. package/dist/packages/prisma/zod/inputTypeSchemas/UserFeaturesScalarFieldEnumSchema.d.ts.map +0 -1
  4053. package/dist/packages/prisma/zod/inputTypeSchemas/UserFilterSegmentPreferenceScalarFieldEnumSchema.d.ts +0 -4
  4054. package/dist/packages/prisma/zod/inputTypeSchemas/UserFilterSegmentPreferenceScalarFieldEnumSchema.d.ts.map +0 -1
  4055. package/dist/packages/prisma/zod/inputTypeSchemas/UserHolidaySettingsScalarFieldEnumSchema.d.ts +0 -4
  4056. package/dist/packages/prisma/zod/inputTypeSchemas/UserHolidaySettingsScalarFieldEnumSchema.d.ts.map +0 -1
  4057. package/dist/packages/prisma/zod/inputTypeSchemas/UserPasswordScalarFieldEnumSchema.d.ts +0 -4
  4058. package/dist/packages/prisma/zod/inputTypeSchemas/UserPasswordScalarFieldEnumSchema.d.ts.map +0 -1
  4059. package/dist/packages/prisma/zod/inputTypeSchemas/UserPermissionRoleSchema.d.ts +0 -5
  4060. package/dist/packages/prisma/zod/inputTypeSchemas/UserPermissionRoleSchema.d.ts.map +0 -1
  4061. package/dist/packages/prisma/zod/inputTypeSchemas/UserScalarFieldEnumSchema.d.ts +0 -4
  4062. package/dist/packages/prisma/zod/inputTypeSchemas/UserScalarFieldEnumSchema.d.ts.map +0 -1
  4063. package/dist/packages/prisma/zod/inputTypeSchemas/VerificationTokenScalarFieldEnumSchema.d.ts +0 -4
  4064. package/dist/packages/prisma/zod/inputTypeSchemas/VerificationTokenScalarFieldEnumSchema.d.ts.map +0 -1
  4065. package/dist/packages/prisma/zod/inputTypeSchemas/VerifiedEmailScalarFieldEnumSchema.d.ts +0 -4
  4066. package/dist/packages/prisma/zod/inputTypeSchemas/VerifiedEmailScalarFieldEnumSchema.d.ts.map +0 -1
  4067. package/dist/packages/prisma/zod/inputTypeSchemas/VerifiedNumberScalarFieldEnumSchema.d.ts +0 -4
  4068. package/dist/packages/prisma/zod/inputTypeSchemas/VerifiedNumberScalarFieldEnumSchema.d.ts.map +0 -1
  4069. package/dist/packages/prisma/zod/inputTypeSchemas/VideoCallGuestScalarFieldEnumSchema.d.ts +0 -4
  4070. package/dist/packages/prisma/zod/inputTypeSchemas/VideoCallGuestScalarFieldEnumSchema.d.ts.map +0 -1
  4071. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistActionSchema.d.ts +0 -5
  4072. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistActionSchema.d.ts.map +0 -1
  4073. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistAuditScalarFieldEnumSchema.d.ts +0 -4
  4074. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistAuditScalarFieldEnumSchema.d.ts.map +0 -1
  4075. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistEventAuditScalarFieldEnumSchema.d.ts +0 -4
  4076. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistEventAuditScalarFieldEnumSchema.d.ts.map +0 -1
  4077. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistScalarFieldEnumSchema.d.ts +0 -4
  4078. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistScalarFieldEnumSchema.d.ts.map +0 -1
  4079. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistSourceSchema.d.ts +0 -5
  4080. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistSourceSchema.d.ts.map +0 -1
  4081. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistTypeSchema.d.ts +0 -5
  4082. package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistTypeSchema.d.ts.map +0 -1
  4083. package/dist/packages/prisma/zod/inputTypeSchemas/WebhookEventScalarFieldEnumSchema.d.ts +0 -4
  4084. package/dist/packages/prisma/zod/inputTypeSchemas/WebhookEventScalarFieldEnumSchema.d.ts.map +0 -1
  4085. package/dist/packages/prisma/zod/inputTypeSchemas/WebhookEventStatusSchema.d.ts +0 -5
  4086. package/dist/packages/prisma/zod/inputTypeSchemas/WebhookEventStatusSchema.d.ts.map +0 -1
  4087. package/dist/packages/prisma/zod/inputTypeSchemas/WebhookScalarFieldEnumSchema.d.ts +0 -4
  4088. package/dist/packages/prisma/zod/inputTypeSchemas/WebhookScalarFieldEnumSchema.d.ts.map +0 -1
  4089. package/dist/packages/prisma/zod/inputTypeSchemas/WebhookScheduledTriggersScalarFieldEnumSchema.d.ts +0 -4
  4090. package/dist/packages/prisma/zod/inputTypeSchemas/WebhookScheduledTriggersScalarFieldEnumSchema.d.ts.map +0 -1
  4091. package/dist/packages/prisma/zod/inputTypeSchemas/WebhookTriggerEventsSchema.d.ts +0 -5
  4092. package/dist/packages/prisma/zod/inputTypeSchemas/WebhookTriggerEventsSchema.d.ts.map +0 -1
  4093. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowActionsSchema.d.ts +0 -5
  4094. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowActionsSchema.d.ts.map +0 -1
  4095. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowContactTypeSchema.d.ts +0 -5
  4096. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowContactTypeSchema.d.ts.map +0 -1
  4097. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowMethodsSchema.d.ts +0 -5
  4098. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowMethodsSchema.d.ts.map +0 -1
  4099. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowOptOutContactScalarFieldEnumSchema.d.ts +0 -4
  4100. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowOptOutContactScalarFieldEnumSchema.d.ts.map +0 -1
  4101. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowReminderScalarFieldEnumSchema.d.ts +0 -4
  4102. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowReminderScalarFieldEnumSchema.d.ts.map +0 -1
  4103. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowScalarFieldEnumSchema.d.ts +0 -4
  4104. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowScalarFieldEnumSchema.d.ts.map +0 -1
  4105. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepAutoTranslatedFieldSchema.d.ts +0 -5
  4106. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepAutoTranslatedFieldSchema.d.ts.map +0 -1
  4107. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepScalarFieldEnumSchema.d.ts +0 -4
  4108. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepScalarFieldEnumSchema.d.ts.map +0 -1
  4109. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepTranslationScalarFieldEnumSchema.d.ts +0 -4
  4110. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepTranslationScalarFieldEnumSchema.d.ts.map +0 -1
  4111. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTemplatesSchema.d.ts +0 -5
  4112. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTemplatesSchema.d.ts.map +0 -1
  4113. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTriggerEventsSchema.d.ts +0 -5
  4114. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTriggerEventsSchema.d.ts.map +0 -1
  4115. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTypeSchema.d.ts +0 -5
  4116. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTypeSchema.d.ts.map +0 -1
  4117. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnEventTypesScalarFieldEnumSchema.d.ts +0 -4
  4118. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnEventTypesScalarFieldEnumSchema.d.ts.map +0 -1
  4119. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnRoutingFormsScalarFieldEnumSchema.d.ts +0 -4
  4120. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnRoutingFormsScalarFieldEnumSchema.d.ts.map +0 -1
  4121. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnTeamsScalarFieldEnumSchema.d.ts +0 -4
  4122. package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnTeamsScalarFieldEnumSchema.d.ts.map +0 -1
  4123. package/dist/packages/prisma/zod/inputTypeSchemas/WorkspacePlatformScalarFieldEnumSchema.d.ts +0 -4
  4124. package/dist/packages/prisma/zod/inputTypeSchemas/WorkspacePlatformScalarFieldEnumSchema.d.ts.map +0 -1
  4125. package/dist/packages/prisma/zod/inputTypeSchemas/WrongAssignmentReportScalarFieldEnumSchema.d.ts +0 -4
  4126. package/dist/packages/prisma/zod/inputTypeSchemas/WrongAssignmentReportScalarFieldEnumSchema.d.ts.map +0 -1
  4127. package/dist/packages/prisma/zod/inputTypeSchemas/WrongAssignmentReportStatusSchema.d.ts +0 -5
  4128. package/dist/packages/prisma/zod/inputTypeSchemas/WrongAssignmentReportStatusSchema.d.ts.map +0 -1
  4129. package/dist/packages/prisma/zod/inputTypeSchemas/index.d.ts +0 -227
  4130. package/dist/packages/prisma/zod/inputTypeSchemas/index.d.ts.map +0 -1
  4131. package/dist/packages/prisma/zod/inputTypeSchemas/isValidDecimalInput.d.ts +0 -5
  4132. package/dist/packages/prisma/zod/inputTypeSchemas/isValidDecimalInput.d.ts.map +0 -1
  4133. package/dist/packages/prisma/zod/modelSchema/AIPhoneCallConfigurationSchema.d.ts +0 -47
  4134. package/dist/packages/prisma/zod/modelSchema/AIPhoneCallConfigurationSchema.d.ts.map +0 -1
  4135. package/dist/packages/prisma/zod/modelSchema/AbuseRuleAuditSchema.d.ts +0 -26
  4136. package/dist/packages/prisma/zod/modelSchema/AbuseRuleAuditSchema.d.ts.map +0 -1
  4137. package/dist/packages/prisma/zod/modelSchema/AbuseRuleConditionSchema.d.ts +0 -29
  4138. package/dist/packages/prisma/zod/modelSchema/AbuseRuleConditionSchema.d.ts.map +0 -1
  4139. package/dist/packages/prisma/zod/modelSchema/AbuseRuleGroupSchema.d.ts +0 -38
  4140. package/dist/packages/prisma/zod/modelSchema/AbuseRuleGroupSchema.d.ts.map +0 -1
  4141. package/dist/packages/prisma/zod/modelSchema/AbuseScoringConfigSchema.d.ts +0 -29
  4142. package/dist/packages/prisma/zod/modelSchema/AbuseScoringConfigSchema.d.ts.map +0 -1
  4143. package/dist/packages/prisma/zod/modelSchema/AccessCodeSchema.d.ts +0 -35
  4144. package/dist/packages/prisma/zod/modelSchema/AccessCodeSchema.d.ts.map +0 -1
  4145. package/dist/packages/prisma/zod/modelSchema/AccessTokenSchema.d.ts +0 -26
  4146. package/dist/packages/prisma/zod/modelSchema/AccessTokenSchema.d.ts.map +0 -1
  4147. package/dist/packages/prisma/zod/modelSchema/AccountSchema.d.ts +0 -47
  4148. package/dist/packages/prisma/zod/modelSchema/AccountSchema.d.ts.map +0 -1
  4149. package/dist/packages/prisma/zod/modelSchema/AgentSchema.d.ts +0 -38
  4150. package/dist/packages/prisma/zod/modelSchema/AgentSchema.d.ts.map +0 -1
  4151. package/dist/packages/prisma/zod/modelSchema/ApiKeySchema.d.ts +0 -35
  4152. package/dist/packages/prisma/zod/modelSchema/ApiKeySchema.d.ts.map +0 -1
  4153. package/dist/packages/prisma/zod/modelSchema/AppSchema.d.ts +0 -29
  4154. package/dist/packages/prisma/zod/modelSchema/AppSchema.d.ts.map +0 -1
  4155. package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_FormResponseSchema.d.ts +0 -35
  4156. package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_FormResponseSchema.d.ts.map +0 -1
  4157. package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_FormSchema.d.ts +0 -67
  4158. package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_FormSchema.d.ts.map +0 -1
  4159. package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_IncompleteBookingActionsSchema.d.ts +0 -26
  4160. package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_IncompleteBookingActionsSchema.d.ts.map +0 -1
  4161. package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_QueuedFormResponseSchema.d.ts +0 -32
  4162. package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_QueuedFormResponseSchema.d.ts.map +0 -1
  4163. package/dist/packages/prisma/zod/modelSchema/AssignmentReasonSchema.d.ts +0 -23
  4164. package/dist/packages/prisma/zod/modelSchema/AssignmentReasonSchema.d.ts.map +0 -1
  4165. package/dist/packages/prisma/zod/modelSchema/AttendeeSchema.d.ts +0 -35
  4166. package/dist/packages/prisma/zod/modelSchema/AttendeeSchema.d.ts.map +0 -1
  4167. package/dist/packages/prisma/zod/modelSchema/AttributeOptionSchema.d.ts +0 -26
  4168. package/dist/packages/prisma/zod/modelSchema/AttributeOptionSchema.d.ts.map +0 -1
  4169. package/dist/packages/prisma/zod/modelSchema/AttributeSchema.d.ts +0 -41
  4170. package/dist/packages/prisma/zod/modelSchema/AttributeSchema.d.ts.map +0 -1
  4171. package/dist/packages/prisma/zod/modelSchema/AttributeSyncFieldMappingSchema.d.ts +0 -29
  4172. package/dist/packages/prisma/zod/modelSchema/AttributeSyncFieldMappingSchema.d.ts.map +0 -1
  4173. package/dist/packages/prisma/zod/modelSchema/AttributeSyncRuleSchema.d.ts +0 -23
  4174. package/dist/packages/prisma/zod/modelSchema/AttributeSyncRuleSchema.d.ts.map +0 -1
  4175. package/dist/packages/prisma/zod/modelSchema/AttributeToUserSchema.d.ts +0 -38
  4176. package/dist/packages/prisma/zod/modelSchema/AttributeToUserSchema.d.ts.map +0 -1
  4177. package/dist/packages/prisma/zod/modelSchema/AuditActorSchema.d.ts +0 -35
  4178. package/dist/packages/prisma/zod/modelSchema/AuditActorSchema.d.ts.map +0 -1
  4179. package/dist/packages/prisma/zod/modelSchema/AuditEventSchema.d.ts +0 -71
  4180. package/dist/packages/prisma/zod/modelSchema/AuditEventSchema.d.ts.map +0 -1
  4181. package/dist/packages/prisma/zod/modelSchema/AvailabilitySchema.d.ts +0 -38
  4182. package/dist/packages/prisma/zod/modelSchema/AvailabilitySchema.d.ts.map +0 -1
  4183. package/dist/packages/prisma/zod/modelSchema/AvatarSchema.d.ts +0 -23
  4184. package/dist/packages/prisma/zod/modelSchema/AvatarSchema.d.ts.map +0 -1
  4185. package/dist/packages/prisma/zod/modelSchema/BookingAuditSchema.d.ts +0 -44
  4186. package/dist/packages/prisma/zod/modelSchema/BookingAuditSchema.d.ts.map +0 -1
  4187. package/dist/packages/prisma/zod/modelSchema/BookingDenormalizedSchema.d.ts +0 -80
  4188. package/dist/packages/prisma/zod/modelSchema/BookingDenormalizedSchema.d.ts.map +0 -1
  4189. package/dist/packages/prisma/zod/modelSchema/BookingInternalNoteSchema.d.ts +0 -26
  4190. package/dist/packages/prisma/zod/modelSchema/BookingInternalNoteSchema.d.ts.map +0 -1
  4191. package/dist/packages/prisma/zod/modelSchema/BookingLimitSchema.d.ts +0 -32
  4192. package/dist/packages/prisma/zod/modelSchema/BookingLimitSchema.d.ts.map +0 -1
  4193. package/dist/packages/prisma/zod/modelSchema/BookingReferenceSchema.d.ts +0 -47
  4194. package/dist/packages/prisma/zod/modelSchema/BookingReferenceSchema.d.ts.map +0 -1
  4195. package/dist/packages/prisma/zod/modelSchema/BookingReportSchema.d.ts +0 -50
  4196. package/dist/packages/prisma/zod/modelSchema/BookingReportSchema.d.ts.map +0 -1
  4197. package/dist/packages/prisma/zod/modelSchema/BookingSchema.d.ts +0 -236
  4198. package/dist/packages/prisma/zod/modelSchema/BookingSchema.d.ts.map +0 -1
  4199. package/dist/packages/prisma/zod/modelSchema/BookingSeatSchema.d.ts +0 -158
  4200. package/dist/packages/prisma/zod/modelSchema/BookingSeatSchema.d.ts.map +0 -1
  4201. package/dist/packages/prisma/zod/modelSchema/BookingTimeStatusDenormalizedSchema.d.ts +0 -83
  4202. package/dist/packages/prisma/zod/modelSchema/BookingTimeStatusDenormalizedSchema.d.ts.map +0 -1
  4203. package/dist/packages/prisma/zod/modelSchema/BookingTimeStatusSchema.d.ts +0 -77
  4204. package/dist/packages/prisma/zod/modelSchema/BookingTimeStatusSchema.d.ts.map +0 -1
  4205. package/dist/packages/prisma/zod/modelSchema/BookingWindowSchema.d.ts +0 -75
  4206. package/dist/packages/prisma/zod/modelSchema/BookingWindowSchema.d.ts.map +0 -1
  4207. package/dist/packages/prisma/zod/modelSchema/CalAiPhoneNumberSchema.d.ts +0 -47
  4208. package/dist/packages/prisma/zod/modelSchema/CalAiPhoneNumberSchema.d.ts.map +0 -1
  4209. package/dist/packages/prisma/zod/modelSchema/CalVideoSettingsSchema.d.ts +0 -41
  4210. package/dist/packages/prisma/zod/modelSchema/CalVideoSettingsSchema.d.ts.map +0 -1
  4211. package/dist/packages/prisma/zod/modelSchema/CalendarCacheEventSchema.d.ts +0 -68
  4212. package/dist/packages/prisma/zod/modelSchema/CalendarCacheEventSchema.d.ts.map +0 -1
  4213. package/dist/packages/prisma/zod/modelSchema/CalendarCacheSchema.d.ts +0 -29
  4214. package/dist/packages/prisma/zod/modelSchema/CalendarCacheSchema.d.ts.map +0 -1
  4215. package/dist/packages/prisma/zod/modelSchema/CredentialSchema.d.ts +0 -44
  4216. package/dist/packages/prisma/zod/modelSchema/CredentialSchema.d.ts.map +0 -1
  4217. package/dist/packages/prisma/zod/modelSchema/CreditBalanceSchema.d.ts +0 -26
  4218. package/dist/packages/prisma/zod/modelSchema/CreditBalanceSchema.d.ts.map +0 -1
  4219. package/dist/packages/prisma/zod/modelSchema/CreditExpenseLogSchema.d.ts +0 -47
  4220. package/dist/packages/prisma/zod/modelSchema/CreditExpenseLogSchema.d.ts.map +0 -1
  4221. package/dist/packages/prisma/zod/modelSchema/CreditPurchaseLogSchema.d.ts +0 -23
  4222. package/dist/packages/prisma/zod/modelSchema/CreditPurchaseLogSchema.d.ts.map +0 -1
  4223. package/dist/packages/prisma/zod/modelSchema/CreditTransferLogSchema.d.ts +0 -29
  4224. package/dist/packages/prisma/zod/modelSchema/CreditTransferLogSchema.d.ts.map +0 -1
  4225. package/dist/packages/prisma/zod/modelSchema/CustomDomainSchema.d.ts +0 -29
  4226. package/dist/packages/prisma/zod/modelSchema/CustomDomainSchema.d.ts.map +0 -1
  4227. package/dist/packages/prisma/zod/modelSchema/DSyncDataSchema.d.ts +0 -20
  4228. package/dist/packages/prisma/zod/modelSchema/DSyncDataSchema.d.ts.map +0 -1
  4229. package/dist/packages/prisma/zod/modelSchema/DSyncTeamGroupMappingSchema.d.ts +0 -23
  4230. package/dist/packages/prisma/zod/modelSchema/DSyncTeamGroupMappingSchema.d.ts.map +0 -1
  4231. package/dist/packages/prisma/zod/modelSchema/DelegationCredentialSchema.d.ts +0 -67
  4232. package/dist/packages/prisma/zod/modelSchema/DelegationCredentialSchema.d.ts.map +0 -1
  4233. package/dist/packages/prisma/zod/modelSchema/DeploymentSchema.d.ts +0 -99
  4234. package/dist/packages/prisma/zod/modelSchema/DeploymentSchema.d.ts.map +0 -1
  4235. package/dist/packages/prisma/zod/modelSchema/DestinationCalendarSchema.d.ts +0 -44
  4236. package/dist/packages/prisma/zod/modelSchema/DestinationCalendarSchema.d.ts.map +0 -1
  4237. package/dist/packages/prisma/zod/modelSchema/DomainWideDelegationSchema.d.ts +0 -61
  4238. package/dist/packages/prisma/zod/modelSchema/DomainWideDelegationSchema.d.ts.map +0 -1
  4239. package/dist/packages/prisma/zod/modelSchema/EventTypeCustomInputSchema.d.ts +0 -44
  4240. package/dist/packages/prisma/zod/modelSchema/EventTypeCustomInputSchema.d.ts.map +0 -1
  4241. package/dist/packages/prisma/zod/modelSchema/EventTypeSchema.d.ts +0 -2188
  4242. package/dist/packages/prisma/zod/modelSchema/EventTypeSchema.d.ts.map +0 -1
  4243. package/dist/packages/prisma/zod/modelSchema/EventTypeTranslationSchema.d.ts +0 -38
  4244. package/dist/packages/prisma/zod/modelSchema/EventTypeTranslationSchema.d.ts.map +0 -1
  4245. package/dist/packages/prisma/zod/modelSchema/ExperimentSchema.d.ts +0 -41
  4246. package/dist/packages/prisma/zod/modelSchema/ExperimentSchema.d.ts.map +0 -1
  4247. package/dist/packages/prisma/zod/modelSchema/ExperimentVariantSchema.d.ts +0 -26
  4248. package/dist/packages/prisma/zod/modelSchema/ExperimentVariantSchema.d.ts.map +0 -1
  4249. package/dist/packages/prisma/zod/modelSchema/ExternalAvatarSchema.d.ts +0 -17
  4250. package/dist/packages/prisma/zod/modelSchema/ExternalAvatarSchema.d.ts.map +0 -1
  4251. package/dist/packages/prisma/zod/modelSchema/FeatureSchema.d.ts +0 -35
  4252. package/dist/packages/prisma/zod/modelSchema/FeatureSchema.d.ts.map +0 -1
  4253. package/dist/packages/prisma/zod/modelSchema/FeedbackSchema.d.ts +0 -23
  4254. package/dist/packages/prisma/zod/modelSchema/FeedbackSchema.d.ts.map +0 -1
  4255. package/dist/packages/prisma/zod/modelSchema/FilterSegmentSchema.d.ts +0 -50
  4256. package/dist/packages/prisma/zod/modelSchema/FilterSegmentSchema.d.ts.map +0 -1
  4257. package/dist/packages/prisma/zod/modelSchema/HashedLinkSchema.d.ts +0 -26
  4258. package/dist/packages/prisma/zod/modelSchema/HashedLinkSchema.d.ts.map +0 -1
  4259. package/dist/packages/prisma/zod/modelSchema/HolidayCacheSchema.d.ts +0 -35
  4260. package/dist/packages/prisma/zod/modelSchema/HolidayCacheSchema.d.ts.map +0 -1
  4261. package/dist/packages/prisma/zod/modelSchema/HostGroupSchema.d.ts +0 -23
  4262. package/dist/packages/prisma/zod/modelSchema/HostGroupSchema.d.ts.map +0 -1
  4263. package/dist/packages/prisma/zod/modelSchema/HostLocationSchema.d.ts +0 -38
  4264. package/dist/packages/prisma/zod/modelSchema/HostLocationSchema.d.ts.map +0 -1
  4265. package/dist/packages/prisma/zod/modelSchema/HostSchema.d.ts +0 -38
  4266. package/dist/packages/prisma/zod/modelSchema/HostSchema.d.ts.map +0 -1
  4267. package/dist/packages/prisma/zod/modelSchema/ImpersonationsSchema.d.ts +0 -20
  4268. package/dist/packages/prisma/zod/modelSchema/ImpersonationsSchema.d.ts.map +0 -1
  4269. package/dist/packages/prisma/zod/modelSchema/InstantMeetingTokenSchema.d.ts +0 -29
  4270. package/dist/packages/prisma/zod/modelSchema/InstantMeetingTokenSchema.d.ts.map +0 -1
  4271. package/dist/packages/prisma/zod/modelSchema/IntegrationAttributeSyncSchema.d.ts +0 -32
  4272. package/dist/packages/prisma/zod/modelSchema/IntegrationAttributeSyncSchema.d.ts.map +0 -1
  4273. package/dist/packages/prisma/zod/modelSchema/InternalNotePresetSchema.d.ts +0 -23
  4274. package/dist/packages/prisma/zod/modelSchema/InternalNotePresetSchema.d.ts.map +0 -1
  4275. package/dist/packages/prisma/zod/modelSchema/ManagedOrganizationSchema.d.ts +0 -17
  4276. package/dist/packages/prisma/zod/modelSchema/ManagedOrganizationSchema.d.ts.map +0 -1
  4277. package/dist/packages/prisma/zod/modelSchema/MembershipSchema.d.ts +0 -35
  4278. package/dist/packages/prisma/zod/modelSchema/MembershipSchema.d.ts.map +0 -1
  4279. package/dist/packages/prisma/zod/modelSchema/MonthlyProrationSchema.d.ts +0 -101
  4280. package/dist/packages/prisma/zod/modelSchema/MonthlyProrationSchema.d.ts.map +0 -1
  4281. package/dist/packages/prisma/zod/modelSchema/NotificationPreferenceSchema.d.ts +0 -29
  4282. package/dist/packages/prisma/zod/modelSchema/NotificationPreferenceSchema.d.ts.map +0 -1
  4283. package/dist/packages/prisma/zod/modelSchema/NotificationsSubscriptionsSchema.d.ts +0 -38
  4284. package/dist/packages/prisma/zod/modelSchema/NotificationsSubscriptionsSchema.d.ts.map +0 -1
  4285. package/dist/packages/prisma/zod/modelSchema/OAuthAuthorizationSchema.d.ts +0 -26
  4286. package/dist/packages/prisma/zod/modelSchema/OAuthAuthorizationSchema.d.ts.map +0 -1
  4287. package/dist/packages/prisma/zod/modelSchema/OAuthClientSchema.d.ts +0 -47
  4288. package/dist/packages/prisma/zod/modelSchema/OAuthClientSchema.d.ts.map +0 -1
  4289. package/dist/packages/prisma/zod/modelSchema/OAuthClientSecretSchema.d.ts +0 -23
  4290. package/dist/packages/prisma/zod/modelSchema/OAuthClientSecretSchema.d.ts.map +0 -1
  4291. package/dist/packages/prisma/zod/modelSchema/OAuthRefreshTokenSchema.d.ts +0 -29
  4292. package/dist/packages/prisma/zod/modelSchema/OAuthRefreshTokenSchema.d.ts.map +0 -1
  4293. package/dist/packages/prisma/zod/modelSchema/OrganizationBillingSchema.d.ts +0 -65
  4294. package/dist/packages/prisma/zod/modelSchema/OrganizationBillingSchema.d.ts.map +0 -1
  4295. package/dist/packages/prisma/zod/modelSchema/OrganizationDunningStatusSchema.d.ts +0 -47
  4296. package/dist/packages/prisma/zod/modelSchema/OrganizationDunningStatusSchema.d.ts.map +0 -1
  4297. package/dist/packages/prisma/zod/modelSchema/OrganizationOnboardingSchema.d.ts +0 -141
  4298. package/dist/packages/prisma/zod/modelSchema/OrganizationOnboardingSchema.d.ts.map +0 -1
  4299. package/dist/packages/prisma/zod/modelSchema/OrganizationSettingsSchema.d.ts +0 -83
  4300. package/dist/packages/prisma/zod/modelSchema/OrganizationSettingsSchema.d.ts.map +0 -1
  4301. package/dist/packages/prisma/zod/modelSchema/OutOfOfficeEntrySchema.d.ts +0 -41
  4302. package/dist/packages/prisma/zod/modelSchema/OutOfOfficeEntrySchema.d.ts.map +0 -1
  4303. package/dist/packages/prisma/zod/modelSchema/OutOfOfficeReasonSchema.d.ts +0 -23
  4304. package/dist/packages/prisma/zod/modelSchema/OutOfOfficeReasonSchema.d.ts.map +0 -1
  4305. package/dist/packages/prisma/zod/modelSchema/PaymentSchema.d.ts +0 -44
  4306. package/dist/packages/prisma/zod/modelSchema/PaymentSchema.d.ts.map +0 -1
  4307. package/dist/packages/prisma/zod/modelSchema/PendingRoutingTraceSchema.d.ts +0 -23
  4308. package/dist/packages/prisma/zod/modelSchema/PendingRoutingTraceSchema.d.ts.map +0 -1
  4309. package/dist/packages/prisma/zod/modelSchema/PlatformAuthorizationTokenSchema.d.ts +0 -20
  4310. package/dist/packages/prisma/zod/modelSchema/PlatformAuthorizationTokenSchema.d.ts.map +0 -1
  4311. package/dist/packages/prisma/zod/modelSchema/PlatformBillingSchema.d.ts +0 -35
  4312. package/dist/packages/prisma/zod/modelSchema/PlatformBillingSchema.d.ts.map +0 -1
  4313. package/dist/packages/prisma/zod/modelSchema/PlatformOAuthClientSchema.d.ts +0 -50
  4314. package/dist/packages/prisma/zod/modelSchema/PlatformOAuthClientSchema.d.ts.map +0 -1
  4315. package/dist/packages/prisma/zod/modelSchema/ProfileSchema.d.ts +0 -29
  4316. package/dist/packages/prisma/zod/modelSchema/ProfileSchema.d.ts.map +0 -1
  4317. package/dist/packages/prisma/zod/modelSchema/RateLimitSchema.d.ts +0 -32
  4318. package/dist/packages/prisma/zod/modelSchema/RateLimitSchema.d.ts.map +0 -1
  4319. package/dist/packages/prisma/zod/modelSchema/RefreshTokenSchema.d.ts +0 -26
  4320. package/dist/packages/prisma/zod/modelSchema/RefreshTokenSchema.d.ts.map +0 -1
  4321. package/dist/packages/prisma/zod/modelSchema/ReminderMailSchema.d.ts +0 -23
  4322. package/dist/packages/prisma/zod/modelSchema/ReminderMailSchema.d.ts.map +0 -1
  4323. package/dist/packages/prisma/zod/modelSchema/ResetPasswordRequestSchema.d.ts +0 -23
  4324. package/dist/packages/prisma/zod/modelSchema/ResetPasswordRequestSchema.d.ts.map +0 -1
  4325. package/dist/packages/prisma/zod/modelSchema/RolePermissionSchema.d.ts +0 -23
  4326. package/dist/packages/prisma/zod/modelSchema/RolePermissionSchema.d.ts.map +0 -1
  4327. package/dist/packages/prisma/zod/modelSchema/RoleSchema.d.ts +0 -32
  4328. package/dist/packages/prisma/zod/modelSchema/RoleSchema.d.ts.map +0 -1
  4329. package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseDenormalizedSchema.d.ts +0 -89
  4330. package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseDenormalizedSchema.d.ts.map +0 -1
  4331. package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseFieldSchema.d.ts +0 -26
  4332. package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseFieldSchema.d.ts.map +0 -1
  4333. package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseSchema.d.ts +0 -86
  4334. package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseSchema.d.ts.map +0 -1
  4335. package/dist/packages/prisma/zod/modelSchema/RoutingTraceSchema.d.ts +0 -29
  4336. package/dist/packages/prisma/zod/modelSchema/RoutingTraceSchema.d.ts.map +0 -1
  4337. package/dist/packages/prisma/zod/modelSchema/ScheduleSchema.d.ts +0 -20
  4338. package/dist/packages/prisma/zod/modelSchema/ScheduleSchema.d.ts.map +0 -1
  4339. package/dist/packages/prisma/zod/modelSchema/SeatChangeLogSchema.d.ts +0 -50
  4340. package/dist/packages/prisma/zod/modelSchema/SeatChangeLogSchema.d.ts.map +0 -1
  4341. package/dist/packages/prisma/zod/modelSchema/SecondaryEmailSchema.d.ts +0 -20
  4342. package/dist/packages/prisma/zod/modelSchema/SecondaryEmailSchema.d.ts.map +0 -1
  4343. package/dist/packages/prisma/zod/modelSchema/SelectedCalendarSchema.d.ts +0 -107
  4344. package/dist/packages/prisma/zod/modelSchema/SelectedCalendarSchema.d.ts.map +0 -1
  4345. package/dist/packages/prisma/zod/modelSchema/SelectedSlotsSchema.d.ts +0 -32
  4346. package/dist/packages/prisma/zod/modelSchema/SelectedSlotsSchema.d.ts.map +0 -1
  4347. package/dist/packages/prisma/zod/modelSchema/SessionSchema.d.ts +0 -20
  4348. package/dist/packages/prisma/zod/modelSchema/SessionSchema.d.ts.map +0 -1
  4349. package/dist/packages/prisma/zod/modelSchema/SmtpConfigurationSchema.d.ts +0 -41
  4350. package/dist/packages/prisma/zod/modelSchema/SmtpConfigurationSchema.d.ts.map +0 -1
  4351. package/dist/packages/prisma/zod/modelSchema/TaskSchema.d.ts +0 -44
  4352. package/dist/packages/prisma/zod/modelSchema/TaskSchema.d.ts.map +0 -1
  4353. package/dist/packages/prisma/zod/modelSchema/TeamBillingSchema.d.ts +0 -65
  4354. package/dist/packages/prisma/zod/modelSchema/TeamBillingSchema.d.ts.map +0 -1
  4355. package/dist/packages/prisma/zod/modelSchema/TeamDunningStatusSchema.d.ts +0 -47
  4356. package/dist/packages/prisma/zod/modelSchema/TeamDunningStatusSchema.d.ts.map +0 -1
  4357. package/dist/packages/prisma/zod/modelSchema/TeamFeaturesSchema.d.ts +0 -26
  4358. package/dist/packages/prisma/zod/modelSchema/TeamFeaturesSchema.d.ts.map +0 -1
  4359. package/dist/packages/prisma/zod/modelSchema/TeamSchema.d.ts +0 -213
  4360. package/dist/packages/prisma/zod/modelSchema/TeamSchema.d.ts.map +0 -1
  4361. package/dist/packages/prisma/zod/modelSchema/TempOrgRedirectSchema.d.ts +0 -32
  4362. package/dist/packages/prisma/zod/modelSchema/TempOrgRedirectSchema.d.ts.map +0 -1
  4363. package/dist/packages/prisma/zod/modelSchema/TrackingSchema.d.ts +0 -29
  4364. package/dist/packages/prisma/zod/modelSchema/TrackingSchema.d.ts.map +0 -1
  4365. package/dist/packages/prisma/zod/modelSchema/TravelScheduleSchema.d.ts +0 -26
  4366. package/dist/packages/prisma/zod/modelSchema/TravelScheduleSchema.d.ts.map +0 -1
  4367. package/dist/packages/prisma/zod/modelSchema/UserAbuseScoreSchema.d.ts +0 -35
  4368. package/dist/packages/prisma/zod/modelSchema/UserAbuseScoreSchema.d.ts.map +0 -1
  4369. package/dist/packages/prisma/zod/modelSchema/UserAbuseSignalSchema.d.ts +0 -26
  4370. package/dist/packages/prisma/zod/modelSchema/UserAbuseSignalSchema.d.ts.map +0 -1
  4371. package/dist/packages/prisma/zod/modelSchema/UserFeaturesSchema.d.ts +0 -26
  4372. package/dist/packages/prisma/zod/modelSchema/UserFeaturesSchema.d.ts.map +0 -1
  4373. package/dist/packages/prisma/zod/modelSchema/UserFilterSegmentPreferenceSchema.d.ts +0 -29
  4374. package/dist/packages/prisma/zod/modelSchema/UserFilterSegmentPreferenceSchema.d.ts.map +0 -1
  4375. package/dist/packages/prisma/zod/modelSchema/UserHolidaySettingsSchema.d.ts +0 -26
  4376. package/dist/packages/prisma/zod/modelSchema/UserHolidaySettingsSchema.d.ts.map +0 -1
  4377. package/dist/packages/prisma/zod/modelSchema/UserPasswordSchema.d.ts +0 -14
  4378. package/dist/packages/prisma/zod/modelSchema/UserPasswordSchema.d.ts.map +0 -1
  4379. package/dist/packages/prisma/zod/modelSchema/UserSchema.d.ts +0 -304
  4380. package/dist/packages/prisma/zod/modelSchema/UserSchema.d.ts.map +0 -1
  4381. package/dist/packages/prisma/zod/modelSchema/VerificationTokenSchema.d.ts +0 -35
  4382. package/dist/packages/prisma/zod/modelSchema/VerificationTokenSchema.d.ts.map +0 -1
  4383. package/dist/packages/prisma/zod/modelSchema/VerifiedEmailSchema.d.ts +0 -20
  4384. package/dist/packages/prisma/zod/modelSchema/VerifiedEmailSchema.d.ts.map +0 -1
  4385. package/dist/packages/prisma/zod/modelSchema/VerifiedNumberSchema.d.ts +0 -20
  4386. package/dist/packages/prisma/zod/modelSchema/VerifiedNumberSchema.d.ts.map +0 -1
  4387. package/dist/packages/prisma/zod/modelSchema/VideoCallGuestSchema.d.ts +0 -29
  4388. package/dist/packages/prisma/zod/modelSchema/VideoCallGuestSchema.d.ts.map +0 -1
  4389. package/dist/packages/prisma/zod/modelSchema/WatchlistAuditSchema.d.ts +0 -32
  4390. package/dist/packages/prisma/zod/modelSchema/WatchlistAuditSchema.d.ts.map +0 -1
  4391. package/dist/packages/prisma/zod/modelSchema/WatchlistEventAuditSchema.d.ts +0 -23
  4392. package/dist/packages/prisma/zod/modelSchema/WatchlistEventAuditSchema.d.ts.map +0 -1
  4393. package/dist/packages/prisma/zod/modelSchema/WatchlistSchema.d.ts +0 -35
  4394. package/dist/packages/prisma/zod/modelSchema/WatchlistSchema.d.ts.map +0 -1
  4395. package/dist/packages/prisma/zod/modelSchema/WebhookEventSchema.d.ts +0 -23
  4396. package/dist/packages/prisma/zod/modelSchema/WebhookEventSchema.d.ts.map +0 -1
  4397. package/dist/packages/prisma/zod/modelSchema/WebhookScheduledTriggersSchema.d.ts +0 -38
  4398. package/dist/packages/prisma/zod/modelSchema/WebhookScheduledTriggersSchema.d.ts.map +0 -1
  4399. package/dist/packages/prisma/zod/modelSchema/WebhookSchema.d.ts +0 -56
  4400. package/dist/packages/prisma/zod/modelSchema/WebhookSchema.d.ts.map +0 -1
  4401. package/dist/packages/prisma/zod/modelSchema/WorkflowOptOutContactSchema.d.ts +0 -26
  4402. package/dist/packages/prisma/zod/modelSchema/WorkflowOptOutContactSchema.d.ts.map +0 -1
  4403. package/dist/packages/prisma/zod/modelSchema/WorkflowReminderSchema.d.ts +0 -44
  4404. package/dist/packages/prisma/zod/modelSchema/WorkflowReminderSchema.d.ts.map +0 -1
  4405. package/dist/packages/prisma/zod/modelSchema/WorkflowSchema.d.ts +0 -38
  4406. package/dist/packages/prisma/zod/modelSchema/WorkflowSchema.d.ts.map +0 -1
  4407. package/dist/packages/prisma/zod/modelSchema/WorkflowStepSchema.d.ts +0 -59
  4408. package/dist/packages/prisma/zod/modelSchema/WorkflowStepSchema.d.ts.map +0 -1
  4409. package/dist/packages/prisma/zod/modelSchema/WorkflowStepTranslationSchema.d.ts +0 -32
  4410. package/dist/packages/prisma/zod/modelSchema/WorkflowStepTranslationSchema.d.ts.map +0 -1
  4411. package/dist/packages/prisma/zod/modelSchema/WorkflowsOnEventTypesSchema.d.ts +0 -17
  4412. package/dist/packages/prisma/zod/modelSchema/WorkflowsOnEventTypesSchema.d.ts.map +0 -1
  4413. package/dist/packages/prisma/zod/modelSchema/WorkflowsOnRoutingFormsSchema.d.ts +0 -17
  4414. package/dist/packages/prisma/zod/modelSchema/WorkflowsOnRoutingFormsSchema.d.ts.map +0 -1
  4415. package/dist/packages/prisma/zod/modelSchema/WorkflowsOnTeamsSchema.d.ts +0 -17
  4416. package/dist/packages/prisma/zod/modelSchema/WorkflowsOnTeamsSchema.d.ts.map +0 -1
  4417. package/dist/packages/prisma/zod/modelSchema/WorkspacePlatformSchema.d.ts +0 -61
  4418. package/dist/packages/prisma/zod/modelSchema/WorkspacePlatformSchema.d.ts.map +0 -1
  4419. package/dist/packages/prisma/zod/modelSchema/WrongAssignmentReportSchema.d.ts +0 -44
  4420. package/dist/packages/prisma/zod/modelSchema/WrongAssignmentReportSchema.d.ts.map +0 -1
  4421. package/dist/packages/prisma/zod/modelSchema/index.d.ts +0 -145
  4422. package/dist/packages/prisma/zod/modelSchema/index.d.ts.map +0 -1
  4423. package/dist/packages/prisma/zod-utils.d.ts +0 -5257
  4424. package/dist/packages/prisma/zod-utils.d.ts.map +0 -1
  4425. package/dist/server.browser-CCvpIGE0.js +0 -2514
  4426. package/dist/useIsAppEnabled-BGd8_8Pc.js +0 -18
  4427. /package/dist/{packages/features/bookings/Booker → src/booker}/framer-features.d.ts +0 -0
  4428. /package/dist/{packages/platform/atoms/src → src}/components/atoms-wrapper.d.ts +0 -0
  4429. /package/dist/{packages/platform/atoms/src → src}/components/ui/popover.d.ts +0 -0
  4430. /package/dist/{packages/platform/atoms/src → src}/components/ui/toaster.d.ts +0 -0
  4431. /package/dist/{packages/platform/atoms/src → src}/components/ui/use-toast.d.ts +0 -0
  4432. /package/dist/{packages/platform/atoms/src → src}/constants/styles.d.ts +0 -0
  4433. /package/dist/{packages/platform/atoms → src}/event-types/types.d.ts +0 -0
  4434. /package/dist/{packages/platform/atoms → src}/hooks/schedules/types.d.ts +0 -0
  4435. /package/dist/{packages/platform/atoms → src}/lib/http.d.ts +0 -0
  4436. /package/dist/{packages/platform/atoms/src → src}/lib/utils.d.ts +0 -0
  4437. /package/dist/{packages/platform/atoms → src}/onboarding/continue-with-calcom.d.ts +0 -0
  4438. /package/dist/{packages/platform/atoms → src}/onboarding/onboarding-embed.d.ts +0 -0
  4439. /package/dist/{packages/platform/atoms → src}/types.d.ts +0 -0
  4440. /package/dist/{packages → src/vendor}/dayjs/index.d.ts +0 -0
  4441. /package/dist/{packages → src/vendor}/dayjs/plugins/business-days-plugin.d.ts +0 -0
  4442. /package/dist/{packages/features/bookings/Booker/utils → src/vendor}/query-param.d.ts +0 -0
  4443. /package/dist/{packages/platform/atoms/vite.config.d.ts → vite.config.d.ts} +0 -0
@@ -1,46 +0,0 @@
1
- import { TFunction } from 'i18next';
2
- import { TimeFormat } from '../../../../lib/timeFormat';
3
- import { WorkflowActions, WorkflowTemplates, WorkflowTriggerEvents } from '../../../../prisma/enums';
4
- import { whatsappReminderTemplate } from '../lib/reminders/templates/whatsapp';
5
- import { WorkflowStep } from './types';
6
- export declare function shouldScheduleEmailReminder(action: WorkflowActions): action is "EMAIL_HOST" | "EMAIL_ATTENDEE";
7
- export declare function shouldScheduleSMSReminder(action: WorkflowActions): action is "SMS_ATTENDEE" | "SMS_NUMBER";
8
- export declare function isSMSAction(action: WorkflowActions): action is "SMS_ATTENDEE" | "SMS_NUMBER";
9
- export declare function isWhatsappAction(action: WorkflowActions): action is "WHATSAPP_ATTENDEE" | "WHATSAPP_NUMBER";
10
- export declare function isSMSOrWhatsappAction(action: WorkflowActions): action is "SMS_ATTENDEE" | "SMS_NUMBER" | "WHATSAPP_ATTENDEE" | "WHATSAPP_NUMBER";
11
- export declare function isCalAIAction(action: WorkflowActions): action is "CAL_AI_PHONE_CALL";
12
- export declare function isEmailAction(action: WorkflowActions): action is Extract<WorkflowActions, "EMAIL_HOST" | "EMAIL_ATTENDEE" | "EMAIL_ADDRESS">;
13
- export declare function isAttendeeAction(action: WorkflowActions): action is "EMAIL_ATTENDEE" | "SMS_ATTENDEE" | "WHATSAPP_ATTENDEE";
14
- export declare function isEmailToAttendeeAction(action: WorkflowActions): action is "EMAIL_ATTENDEE";
15
- export declare function isTextMessageToSpecificNumber(action?: WorkflowActions): action is "SMS_NUMBER" | "WHATSAPP_NUMBER";
16
- export declare function getWhatsappTemplateForTrigger(trigger: WorkflowTriggerEvents): WorkflowTemplates;
17
- export declare function getWhatsappTemplateFunction(template?: WorkflowTemplates): typeof whatsappReminderTemplate;
18
- export declare function getWhatsappTemplateForAction(action: WorkflowActions, locale: string, template: WorkflowTemplates, timeFormat: TimeFormat): string | null;
19
- export declare function getTemplateBodyForAction({ action, locale, t, template, timeFormat, showRescheduleAndCancelSection, }: {
20
- action: WorkflowActions;
21
- locale: string;
22
- t: TFunction;
23
- template: WorkflowTemplates;
24
- timeFormat: TimeFormat;
25
- showRescheduleAndCancelSection?: boolean;
26
- }): string | null;
27
- export declare function getTemplateSubjectForAction({ action, locale, t, template, timeFormat, }: {
28
- action: WorkflowActions;
29
- locale: string;
30
- t: TFunction;
31
- template: WorkflowTemplates;
32
- timeFormat: TimeFormat;
33
- }): string | null;
34
- export declare function isFormTrigger(trigger: WorkflowTriggerEvents): boolean;
35
- export declare function hasCalAIAction(steps: WorkflowStep[]): boolean;
36
- export declare function getEventTypeIdForCalAiTest({ trigger, outboundEventTypeId, eventTypeIds, activeOnEventTypeId, t, }: {
37
- trigger: WorkflowTriggerEvents;
38
- outboundEventTypeId?: number | null;
39
- eventTypeIds?: number[];
40
- activeOnEventTypeId?: string;
41
- t: TFunction;
42
- }): {
43
- eventTypeId: number | null;
44
- error: string | null;
45
- };
46
- //# sourceMappingURL=actionHelperFunctions.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"actionHelperFunctions.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/workflows/lib/actionHelperFunctions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAEjG,OAAO,EAIL,wBAAwB,EACzB,MAAM,qCAAqC,CAAC;AAK7C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,eAAe,6CAElE;AAED,wBAAgB,yBAAyB,CAAC,MAAM,EAAE,eAAe,2CAEhE;AAED,wBAAgB,WAAW,CAAC,MAAM,EAAE,eAAe,2CAElD;AAED,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,eAAe,qDAEvD;AAED,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,eAAe,qFAE5D;AAED,wBAAgB,aAAa,CAAC,MAAM,EAAE,eAAe,iCAEpD;AAED,wBAAgB,aAAa,CAC3B,MAAM,EAAE,eAAe,GACtB,MAAM,IAAI,OAAO,CAAC,eAAe,EAAE,YAAY,GAAG,gBAAgB,GAAG,eAAe,CAAC,CAMvF;AAED,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,eAAe,qEAMvD;AAED,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,eAAe,8BAE9D;AAED,wBAAgB,6BAA6B,CAAC,MAAM,CAAC,EAAE,eAAe,8CAErE;AAED,wBAAgB,6BAA6B,CAAC,OAAO,EAAE,qBAAqB,GAAG,iBAAiB,CAc/F;AAED,wBAAgB,2BAA2B,CAAC,QAAQ,CAAC,EAAE,iBAAiB,GAAG,OAAO,wBAAwB,CAczG;AAaD,wBAAgB,4BAA4B,CAC1C,MAAM,EAAE,eAAe,EACvB,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,iBAAiB,EAC3B,UAAU,EAAE,UAAU,GACrB,MAAM,GAAG,IAAI,CAGf;AAED,wBAAgB,wBAAwB,CAAC,EACvC,MAAM,EACN,MAAM,EACN,CAAC,EACD,QAAQ,EACR,UAAU,EACV,8BAA8B,GAC/B,EAAE;IACD,MAAM,EAAE,eAAe,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,CAAC,EAAE,SAAS,CAAC;IACb,QAAQ,EAAE,iBAAiB,CAAC;IAC5B,UAAU,EAAE,UAAU,CAAC;IACvB,8BAA8B,CAAC,EAAE,OAAO,CAAC;CAC1C,GAAG,MAAM,GAAG,IAAI,CAkBhB;AAED,wBAAgB,2BAA2B,CAAC,EAC1C,MAAM,EACN,MAAM,EACN,CAAC,EACD,QAAQ,EACR,UAAU,GACX,EAAE;IACD,MAAM,EAAE,eAAe,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,CAAC,EAAE,SAAS,CAAC;IACb,QAAQ,EAAE,iBAAiB,CAAC;IAC5B,UAAU,EAAE,UAAU,CAAC;CACxB,GAAG,MAAM,GAAG,IAAI,CAShB;AAED,wBAAgB,aAAa,CAAC,OAAO,EAAE,qBAAqB,WAE3D;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,YAAY,EAAE,WAEnD;AAED,wBAAgB,0BAA0B,CAAC,EACzC,OAAO,EACP,mBAAmB,EACnB,YAAY,EACZ,mBAAmB,EACnB,CAAC,GACF,EAAE;IACD,OAAO,EAAE,qBAAqB,CAAC;IAC/B,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,CAAC,EAAE,SAAS,CAAC;CACd,GAAG;IAAE,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;CAAE,CAyBvD"}
@@ -1,11 +0,0 @@
1
- import { WorkflowActions, WorkflowTriggerEvents } from '../../../../prisma/enums';
2
- type WorkflowWithStepsAndTrigger = {
3
- trigger: WorkflowTriggerEvents;
4
- steps: {
5
- action: WorkflowActions;
6
- }[];
7
- };
8
- export declare function allowDisablingHostConfirmationEmails(workflows: WorkflowWithStepsAndTrigger[]): boolean;
9
- export declare function allowDisablingAttendeeConfirmationEmails(workflows: WorkflowWithStepsAndTrigger[]): boolean;
10
- export {};
11
- //# sourceMappingURL=allowDisablingStandardEmails.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"allowDisablingStandardEmails.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/workflows/lib/allowDisablingStandardEmails.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAE9E,KAAK,2BAA2B,GAAG;IACjC,OAAO,EAAE,qBAAqB,CAAC;IAC/B,KAAK,EAAE;QACL,MAAM,EAAE,eAAe,CAAC;KACzB,EAAE,CAAC;CACL,CAAC;AAEF,wBAAgB,oCAAoC,CAAC,SAAS,EAAE,2BAA2B,EAAE,WAM5F;AAED,wBAAgB,wCAAwC,CAAC,SAAS,EAAE,2BAA2B,EAAE,WAShG"}
@@ -1,2 +0,0 @@
1
- export declare function getSenderId(phoneNumber?: string | null, sender?: string | null): string;
2
- //# sourceMappingURL=alphanumericSenderIdSupport.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"alphanumericSenderIdSupport.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/workflows/lib/alphanumericSenderIdSupport.ts"],"names":[],"mappings":"AAEA,wBAAgB,WAAW,CAAC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,UAQ9E"}
@@ -1,6 +0,0 @@
1
- declare const compareReminderBodyToTemplate: ({ reminderBody, template, }: {
2
- reminderBody: string;
3
- template: string;
4
- }) => boolean;
5
- export default compareReminderBodyToTemplate;
6
- //# sourceMappingURL=compareReminderBodyToTemplate.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"compareReminderBodyToTemplate.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/workflows/lib/compareReminderBodyToTemplate.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,6BAA6B,GAAI,6BAGpC;IACD,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;CAClB,YAOA,CAAC;AAEF,eAAe,6BAA6B,CAAC"}
@@ -1,14 +0,0 @@
1
- import { WorkflowTriggerEvents } from '../../../../prisma/enums';
2
- export declare const WORKFLOW_TRIGGER_EVENTS: readonly ["BEFORE_EVENT", "EVENT_CANCELLED", "NEW_EVENT", "AFTER_EVENT", "RESCHEDULE_EVENT", "AFTER_HOSTS_CAL_VIDEO_NO_SHOW", "AFTER_GUESTS_CAL_VIDEO_NO_SHOW", "FORM_SUBMITTED", "FORM_SUBMITTED_NO_EVENT", "BOOKING_REJECTED", "BOOKING_REQUESTED", "BOOKING_PAYMENT_INITIATED", "BOOKING_PAID", "BOOKING_NO_SHOW_UPDATED"];
3
- export declare const WORKFLOW_ACTIONS: readonly ["EMAIL_HOST", "EMAIL_ATTENDEE", "EMAIL_ADDRESS", "SMS_ATTENDEE", "SMS_NUMBER", "WHATSAPP_ATTENDEE", "WHATSAPP_NUMBER", "CAL_AI_PHONE_CALL"];
4
- export declare const TIME_UNIT: readonly ["DAY", "HOUR", "MINUTE"];
5
- export declare const WORKFLOW_TEMPLATES: readonly ["CUSTOM", "REMINDER", "RATING", "CANCELLED", "COMPLETED", "RESCHEDULED"];
6
- export declare const BASIC_WORKFLOW_TEMPLATES: readonly ["CUSTOM", "REMINDER"];
7
- export declare const ATTENDEE_WORKFLOW_TEMPLATES: readonly ["CUSTOM", "REMINDER", "RATING"];
8
- export declare const WHATSAPP_WORKFLOW_TEMPLATES: readonly ["REMINDER", "COMPLETED", "CANCELLED", "RESCHEDULED"];
9
- export declare const DYNAMIC_TEXT_VARIABLES: string[];
10
- export declare const FORMATTED_DYNAMIC_TEXT_VARIABLES: string[];
11
- export declare const IMMEDIATE_WORKFLOW_TRIGGER_EVENTS: WorkflowTriggerEvents[];
12
- export declare const FORM_TRIGGER_WORKFLOW_EVENTS: WorkflowTriggerEvents[];
13
- export declare const ALLOWED_FORM_WORKFLOW_ACTIONS: readonly ["EMAIL_ATTENDEE", "EMAIL_ADDRESS", "SMS_ATTENDEE", "SMS_NUMBER", "CAL_AI_PHONE_CALL"];
14
- //# sourceMappingURL=constants.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/workflows/lib/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAgD,MAAM,sBAAsB,CAAC;AAE3G,eAAO,MAAM,uBAAuB,+TAe1B,CAAC;AAEX,eAAO,MAAM,gBAAgB,uJASnB,CAAC;AAEX,eAAO,MAAM,SAAS,oCAA0D,CAAC;AAEjF,eAAO,MAAM,kBAAkB,oFAOrB,CAAC;AAEX,eAAO,MAAM,wBAAwB,iCAAkE,CAAC;AAExG,eAAO,MAAM,2BAA2B,2CAI9B,CAAC;AAEX,eAAO,MAAM,2BAA2B,gEAK9B,CAAC;AAEX,eAAO,MAAM,sBAAsB,UAuBlC,CAAC;AAEF,eAAO,MAAM,gCAAgC,UAM5C,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,qBAAqB,EAWpE,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,qBAAqB,EAG/D,CAAC;AAEF,eAAO,MAAM,6BAA6B,iGAMhC,CAAC"}
@@ -1,8 +0,0 @@
1
- import { WorkflowStep } from '../../../../kysely/types.ts';
2
- export declare function deleteRemindersOfActiveOnIds({ removedActiveOnIds, workflowSteps, isOrg, activeOnIds, }: {
3
- removedActiveOnIds: number[];
4
- workflowSteps: WorkflowStep[];
5
- isOrg: boolean;
6
- activeOnIds?: number[];
7
- }): Promise<void>;
8
- //# sourceMappingURL=deleteRemindersOfActiveOnIds.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"deleteRemindersOfActiveOnIds.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/workflows/lib/deleteRemindersOfActiveOnIds.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAU,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAoClE,wBAAsB,4BAA4B,CAAC,EACjD,kBAAkB,EAClB,aAAa,EACb,KAAK,EACL,WAAW,GACZ,EAAE;IACD,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,KAAK,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;CACxB,iBAKA"}
@@ -1,33 +0,0 @@
1
- import { WorkflowTemplates } from '../../../../prisma/enums';
2
- export type DefaultTemplates = {
3
- reminder: {
4
- body: string | null;
5
- previousBodies?: string[];
6
- subject: string | null;
7
- };
8
- rating: {
9
- body: string | null;
10
- previousBodies?: string[];
11
- subject: string | null;
12
- };
13
- };
14
- export type DetectMatchedTemplateParams = {
15
- emailBody: string;
16
- emailSubject: string;
17
- template?: WorkflowTemplates;
18
- defaultTemplates: DefaultTemplates;
19
- };
20
- /**
21
- * Detects if the email body and subject match a default template (REMINDER or RATING).
22
- *
23
- * Logic:
24
- * 1. If emailBody is empty but template is specified as REMINDER or RATING, return that template
25
- * 2. If emailBody exists, check if both body AND subject match the REMINDER default template
26
- * 3. If not matched, check if both body AND subject match the RATING default template
27
- * 4. Return null if no match (indicating custom content that should be preserved)
28
- *
29
- * This is used to determine whether to regenerate the template with the recipient's locale
30
- * for proper translation, or to preserve user customizations.
31
- */
32
- export declare function detectMatchedTemplate({ emailBody, emailSubject, template, defaultTemplates, }: DetectMatchedTemplateParams): WorkflowTemplates | null;
33
- //# sourceMappingURL=detectMatchedTemplate.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"detectMatchedTemplate.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/workflows/lib/detectMatchedTemplate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAIzD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE;QAAE,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QAAC,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;QAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;KAAE,CAAC;IACrF,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QAAC,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;QAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;KAAE,CAAC;CACpF,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG;IACxC,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,iBAAiB,CAAC;IAC7B,gBAAgB,EAAE,gBAAgB,CAAC;CACpC,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,wBAAgB,qBAAqB,CAAC,EACpC,SAAS,EACT,YAAY,EACZ,QAAQ,EACR,gBAAgB,GACjB,EAAE,2BAA2B,GAAG,iBAAiB,GAAG,IAAI,CAkCxD"}
@@ -1,3 +0,0 @@
1
- import { WorkflowStep } from '../lib/types';
2
- export declare function getActionIcon(steps: WorkflowStep[], className?: string): JSX.Element;
3
- //# sourceMappingURL=getActionIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getActionIcon.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/workflows/lib/getActionIcon.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAEjD,wBAAgB,aAAa,CAAC,KAAK,EAAE,YAAY,EAAE,EAAE,SAAS,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAiFpF"}
@@ -1,43 +0,0 @@
1
- import { WorkflowType } from '../../../../kysely/types.ts';
2
- import { Workflow } from './types';
3
- export declare const workflowSelect: {
4
- id: boolean;
5
- trigger: boolean;
6
- time: boolean;
7
- timeUnit: boolean;
8
- userId: boolean;
9
- teamId: boolean;
10
- name: boolean;
11
- team: {
12
- select: {
13
- isOrganization: boolean;
14
- parentId: boolean;
15
- };
16
- };
17
- steps: {
18
- select: {
19
- id: boolean;
20
- action: boolean;
21
- sendTo: boolean;
22
- reminderBody: boolean;
23
- emailSubject: boolean;
24
- template: boolean;
25
- numberVerificationPending: boolean;
26
- sender: boolean;
27
- includeCalendarEvent: boolean;
28
- numberRequired: boolean;
29
- verifiedAt: boolean;
30
- autoTranslateEnabled: boolean;
31
- sourceLocale: boolean;
32
- };
33
- };
34
- };
35
- export declare const getAllWorkflows: ({ entityWorkflows, userId, teamId, orgId, workflowsLockedForUser, type, }: {
36
- entityWorkflows: Workflow[];
37
- userId?: number | null;
38
- teamId?: number | null;
39
- orgId?: number | null;
40
- workflowsLockedForUser?: boolean;
41
- type: WorkflowType;
42
- }) => Promise<Workflow[]>;
43
- //# sourceMappingURL=getAllWorkflows.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getAllWorkflows.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/workflows/lib/getAllWorkflows.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE1D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAExC,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B1B,CAAC;AAEF,eAAO,MAAM,eAAe,GAAU,2EAOnC;IACD,eAAe,EAAE,QAAQ,EAAE,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,IAAI,EAAE,YAAY,CAAC;CACpB,wBA8FA,CAAC"}
@@ -1,15 +0,0 @@
1
- import { Workflow as WorkflowType } from '@calcom/ee/workflows/lib/types';
2
- import { Prisma } from '../../../../kysely/types.ts';
3
- export declare function getAllWorkflowsFromEventType(eventType: {
4
- workflows?: {
5
- workflow: WorkflowType;
6
- }[];
7
- teamId?: number | null;
8
- parentId?: number | null;
9
- parent?: {
10
- id?: number | null;
11
- teamId: number | null;
12
- } | null;
13
- metadata?: Prisma.JsonValue;
14
- } | null, userId?: number | null): Promise<WorkflowType[]>;
15
- //# sourceMappingURL=getAllWorkflowsFromEventType.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getAllWorkflowsFromEventType.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/workflows/lib/getAllWorkflowsFromEventType.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAG/E,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAIpD,wBAAsB,4BAA4B,CAChD,SAAS,EAAE;IACT,SAAS,CAAC,EAAE;QACV,QAAQ,EAAE,YAAY,CAAC;KACxB,EAAE,CAAC;IACJ,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,CAAC,EAAE;QACP,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACnB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;KACvB,GAAG,IAAI,CAAC;IACT,QAAQ,CAAC,EAAE,MAAM,CAAC,SAAS,CAAC;CAC7B,GAAG,IAAI,EACR,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,2BAiCvB"}
@@ -1,31 +0,0 @@
1
- import { TFunction } from 'i18next';
2
- import { WorkflowActions, WorkflowTemplates, WorkflowTriggerEvents } from '../../../../prisma/enums';
3
- export declare function getWorkflowActionOptions(t: TFunction, isOrgsPlan?: boolean): {
4
- label: string;
5
- value: "CAL_AI_PHONE_CALL" | "EMAIL_HOST" | "EMAIL_ATTENDEE" | "SMS_ATTENDEE" | "SMS_NUMBER" | "EMAIL_ADDRESS" | "WHATSAPP_ATTENDEE" | "WHATSAPP_NUMBER";
6
- needsCredits: boolean;
7
- isCalAi: boolean;
8
- }[];
9
- type PlanState = {
10
- hasPaidPlan?: boolean;
11
- hasActiveTeamPlan?: boolean;
12
- isTrial?: boolean;
13
- };
14
- export declare function getWorkflowTriggerOptions(t: TFunction, planState?: PlanState): {
15
- label: string;
16
- value: "BOOKING_PAYMENT_INITIATED" | "BOOKING_PAID" | "BOOKING_REQUESTED" | "BOOKING_REJECTED" | "BOOKING_NO_SHOW_UPDATED" | "FORM_SUBMITTED" | "FORM_SUBMITTED_NO_EVENT" | "BEFORE_EVENT" | "EVENT_CANCELLED" | "NEW_EVENT" | "AFTER_EVENT" | "RESCHEDULE_EVENT";
17
- needsTeamsUpgrade: boolean;
18
- upgradeTeamsBadgeProps: {
19
- hasPaidPlan: false;
20
- hasActiveTeamPlan: boolean | undefined;
21
- isTrial: boolean | undefined;
22
- } | undefined;
23
- }[];
24
- export declare function getWorkflowTemplateOptions(t: TFunction, action: WorkflowActions | undefined, planState: PlanState, trigger: WorkflowTriggerEvents): {
25
- label: string;
26
- value: WorkflowTemplates;
27
- needsTeamsUpgrade: boolean;
28
- upgradeTeamsBadgeProps?: PlanState;
29
- }[];
30
- export {};
31
- //# sourceMappingURL=getOptions.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getOptions.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/workflows/lib/getOptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAiBhF,wBAAgB,wBAAwB,CAAC,CAAC,EAAE,SAAS,EAAE,UAAU,CAAC,EAAE,OAAO;;;;;IAW1E;AAED,KAAK,SAAS,GAAG;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,wBAAgB,yBAAyB,CAAC,CAAC,EAAE,SAAS,EAAE,SAAS,GAAE,SAAc;;;;;;;;;IAuBhF;AAwBD,wBAAgB,0BAA0B,CACxC,CAAC,EAAE,SAAS,EACZ,MAAM,EAAE,eAAe,GAAG,SAAS,EACnC,SAAS,EAAE,SAAS,EACpB,OAAO,EAAE,qBAAqB;WAZnB,MAAM;WACN,iBAAiB;uBACL,OAAO;6BACD,SAAS;IAuBvC"}
@@ -1,144 +0,0 @@
1
- import { EventType, Prisma, User, WorkflowReminder, WorkflowStep } from '../../../../kysely/types.ts';
2
- type PartialWorkflowStep = (Partial<WorkflowStep> & {
3
- workflow: {
4
- userId?: number;
5
- teamId?: number;
6
- team?: {
7
- isOrganization: boolean;
8
- parentId?: number | null;
9
- } | null;
10
- };
11
- }) | null;
12
- type Booking = Prisma.BookingGetPayload<{
13
- include: {
14
- attendees: true;
15
- };
16
- }>;
17
- type PartialBooking = (Pick<Booking, "startTime" | "endTime" | "location" | "description" | "metadata" | "customInputs" | "responses" | "uid" | "attendees" | "userPrimaryEmail" | "smsReminderNumber" | "title"> & {
18
- eventType: (Partial<EventType> & {
19
- slug: string;
20
- team: {
21
- parentId?: number;
22
- hideBranding: boolean;
23
- };
24
- hosts: {
25
- user: {
26
- email: string;
27
- destinationCalendar?: {
28
- primaryEmail: string;
29
- };
30
- };
31
- }[] | undefined;
32
- }) | null;
33
- } & {
34
- user: Partial<User> | null;
35
- }) | null;
36
- export type PartialWorkflowReminder = Pick<WorkflowReminder, "id" | "isMandatoryReminder" | "scheduledDate" | "uuid" | "seatReferenceId"> & {
37
- booking: PartialBooking | null;
38
- } & {
39
- workflowStep: PartialWorkflowStep;
40
- };
41
- type RemindersToDeleteType = {
42
- referenceId: string | null;
43
- id: number;
44
- };
45
- export declare function getAllRemindersToDelete(): Promise<RemindersToDeleteType[]>;
46
- type RemindersToCancelType = {
47
- referenceId: string | null;
48
- id: number;
49
- };
50
- export declare function getAllRemindersToCancel(): Promise<RemindersToCancelType[]>;
51
- export declare const select: {
52
- id: true;
53
- scheduledDate: true;
54
- isMandatoryReminder: true;
55
- uuid: true;
56
- seatReferenceId: true;
57
- workflowStep: {
58
- select: {
59
- action: true;
60
- sendTo: true;
61
- reminderBody: true;
62
- emailSubject: true;
63
- template: true;
64
- sender: true;
65
- includeCalendarEvent: true;
66
- workflow: {
67
- select: {
68
- userId: true;
69
- teamId: true;
70
- team: {
71
- select: {
72
- isOrganization: true;
73
- parentId: true;
74
- };
75
- };
76
- };
77
- };
78
- };
79
- };
80
- booking: {
81
- select: {
82
- startTime: true;
83
- endTime: true;
84
- location: true;
85
- description: true;
86
- smsReminderNumber: true;
87
- userPrimaryEmail: true;
88
- user: {
89
- select: {
90
- email: true;
91
- name: true;
92
- timeZone: true;
93
- locale: true;
94
- username: true;
95
- timeFormat: true;
96
- hideBranding: true;
97
- };
98
- };
99
- metadata: true;
100
- uid: true;
101
- customInputs: true;
102
- responses: true;
103
- attendees: true;
104
- eventType: {
105
- select: {
106
- bookingFields: true;
107
- title: true;
108
- slug: true;
109
- hosts: {
110
- select: {
111
- user: {
112
- select: {
113
- email: true;
114
- destinationCalendar: {
115
- select: {
116
- primaryEmail: true;
117
- };
118
- };
119
- };
120
- };
121
- };
122
- };
123
- recurringEvent: true;
124
- team: {
125
- select: {
126
- parentId: true;
127
- hideBranding: true;
128
- };
129
- };
130
- customReplyToEmail: true;
131
- };
132
- };
133
- };
134
- };
135
- };
136
- export declare function getAllUnscheduledReminders(): Promise<PartialWorkflowReminder[]>;
137
- export declare function getWorkflowRecipientEmail({ action, organizerEmail, attendeeEmail, sendToEmail, }: {
138
- action: string;
139
- organizerEmail?: string;
140
- attendeeEmail?: string;
141
- sendToEmail?: string | null;
142
- }): string | null;
143
- export {};
144
- //# sourceMappingURL=getWorkflowReminders.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getWorkflowReminders.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/workflows/lib/getWorkflowReminders.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAGrG,KAAK,mBAAmB,GACpB,CAAC,OAAO,CAAC,YAAY,CAAC,GAAG;IACvB,QAAQ,EAAE;QACR,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,IAAI,CAAC,EAAE;YACL,cAAc,EAAE,OAAO,CAAC;YACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;SAC1B,GAAG,IAAI,CAAC;KACV,CAAC;CACH,CAAC,GACF,IAAI,CAAC;AAET,KAAK,OAAO,GAAG,MAAM,CAAC,iBAAiB,CAAC;IACtC,OAAO,EAAE;QACP,SAAS,EAAE,IAAI,CAAC;KACjB,CAAC;CACH,CAAC,CAAC;AAEH,KAAK,cAAc,GACf,CAAC,IAAI,CACH,OAAO,EACL,WAAW,GACX,SAAS,GACT,UAAU,GACV,aAAa,GACb,UAAU,GACV,cAAc,GACd,WAAW,GACX,KAAK,GACL,WAAW,GACX,kBAAkB,GAClB,mBAAmB,GACnB,OAAO,CACV,GAAG;IACF,SAAS,EACL,CAAC,OAAO,CAAC,SAAS,CAAC,GAAG;QACpB,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE;YAAE,QAAQ,CAAC,EAAE,MAAM,CAAC;YAAC,YAAY,EAAE,OAAO,CAAA;SAAE,CAAC;QACnD,KAAK,EAAE;YAAE,IAAI,EAAE;gBAAE,KAAK,EAAE,MAAM,CAAC;gBAAC,mBAAmB,CAAC,EAAE;oBAAE,YAAY,EAAE,MAAM,CAAA;iBAAE,CAAA;aAAE,CAAA;SAAE,EAAE,GAAG,SAAS,CAAC;KAClG,CAAC,GACF,IAAI,CAAC;CACV,GAAG;IACF,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;CAC5B,CAAC,GACF,IAAI,CAAC;AAET,MAAM,MAAM,uBAAuB,GAAG,IAAI,CACxC,gBAAgB,EAChB,IAAI,GAAG,qBAAqB,GAAG,eAAe,GAAG,MAAM,GAAG,iBAAiB,CAC5E,GAAG;IACF,OAAO,EAAE,cAAc,GAAG,IAAI,CAAC;CAChC,GAAG;IAAE,YAAY,EAAE,mBAAmB,CAAA;CAAE,CAAC;AAgC1C,KAAK,qBAAqB,GAAG;IAAE,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,EAAE,EAAE,MAAM,CAAA;CAAE,CAAC;AAExE,wBAAsB,uBAAuB,IAAI,OAAO,CAAC,qBAAqB,EAAE,CAAC,CAoBhF;AAED,KAAK,qBAAqB,GAAG;IAAE,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,EAAE,EAAE,MAAM,CAAA;CAAE,CAAC;AAExE,wBAAsB,uBAAuB,IAAI,OAAO,CAAC,qBAAqB,EAAE,CAAC,CAiBhF;AAED,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoFsB,CAAC;AAE1C,wBAAsB,0BAA0B,IAAI,OAAO,CAAC,uBAAuB,EAAE,CAAC,CAiBrF;AAED,wBAAgB,yBAAyB,CAAC,EACxC,MAAM,EACN,cAAc,EACd,aAAa,EACb,WAAW,GACZ,EAAE;IACD,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B,GAAG,MAAM,GAAG,IAAI,CAoBhB"}
@@ -1,16 +0,0 @@
1
- import { Prisma, User } from '../../../../kysely/types.ts';
2
- type Booking = Prisma.BookingGetPayload<{
3
- include: {
4
- eventType: true;
5
- attendees: true;
6
- };
7
- }>;
8
- export declare function getiCalEventAsString(booking: Pick<Booking, "startTime" | "endTime" | "description" | "location" | "attendees"> & {
9
- eventType: {
10
- recurringEvent?: Prisma.JsonValue;
11
- title?: string;
12
- } | null;
13
- user: Partial<User> | null;
14
- }): string | undefined;
15
- export {};
16
- //# sourceMappingURL=getiCalEventAsString.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getiCalEventAsString.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/workflows/lib/getiCalEventAsString.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAE1D,KAAK,OAAO,GAAG,MAAM,CAAC,iBAAiB,CAAC;IACtC,OAAO,EAAE;QACP,SAAS,EAAE,IAAI,CAAC;QAChB,SAAS,EAAE,IAAI,CAAC;KACjB,CAAC;CACH,CAAC,CAAC;AAEH,wBAAgB,oBAAoB,CAClC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,WAAW,GAAG,SAAS,GAAG,aAAa,GAAG,UAAU,GAAG,WAAW,CAAC,GAAG;IAC3F,SAAS,EAAE;QAAE,cAAc,CAAC,EAAE,MAAM,CAAC,SAAS,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IACxE,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;CAC5B,sBAkDF"}
@@ -1,4 +0,0 @@
1
- import { PermissionString } from '../../../pbac/domain/types/permission-registry';
2
- import { Workflow } from '../../../../kysely/types.ts';
3
- export declare function isAuthorized(workflow: Pick<Workflow, "id" | "teamId" | "userId"> | null, currentUserId: number, permission?: PermissionString): Promise<boolean>;
4
- //# sourceMappingURL=isAuthorized.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"isAuthorized.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/workflows/lib/isAuthorized.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wDAAwD,CAAC;AAE/F,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAGtD,wBAAsB,YAAY,CAChC,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,IAAI,GAAG,QAAQ,GAAG,QAAQ,CAAC,GAAG,IAAI,EAC3D,aAAa,EAAE,MAAM,EACrB,UAAU,GAAE,gBAAkC,oBA0B/C"}
@@ -1,33 +0,0 @@
1
- import { TimeUnit, PhoneNumberSubscriptionStatus, WorkflowTriggerEvents } from '../../../../../prisma/enums';
2
- import { WorkflowContextData } from './reminderScheduler';
3
- type ScheduleAIPhoneCallArgs = {
4
- submittedPhoneNumber: string | null;
5
- triggerEvent: WorkflowTriggerEvents;
6
- timeSpan: {
7
- time: number | null;
8
- timeUnit: TimeUnit | null;
9
- };
10
- workflowStepId: number | undefined;
11
- userId: number | null;
12
- teamId: number | null;
13
- seatReferenceUid?: string;
14
- verifiedAt: Date | null;
15
- routedEventTypeId: number | null;
16
- } & WorkflowContextData;
17
- export type ScheduleAIPhoneCallArgsWithRequiredFields = Omit<ScheduleAIPhoneCallArgs, "workflowStepId"> & {
18
- workflowStepId: number;
19
- agent: Agent;
20
- activePhoneNumber: string;
21
- };
22
- type Agent = {
23
- id: string;
24
- providerAgentId: string;
25
- outboundPhoneNumbers: {
26
- phoneNumber: string;
27
- subscriptionStatus: PhoneNumberSubscriptionStatus | null;
28
- }[];
29
- };
30
- export declare const scheduleAIPhoneCall: (args: ScheduleAIPhoneCallArgs) => Promise<void>;
31
- export declare const deleteScheduledAIPhoneCall: (reminderId: number, referenceId: string | null) => Promise<void>;
32
- export {};
33
- //# sourceMappingURL=aiPhoneCallManager.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"aiPhoneCallManager.d.ts","sourceRoot":"","sources":["../../../../../../../../../features/ee/workflows/lib/reminders/aiPhoneCallManager.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,6BAA6B,EAAmB,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAG7G,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAsE/D,KAAK,uBAAuB,GAAG;IAC7B,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,YAAY,EAAE,qBAAqB,CAAC;IACpC,QAAQ,EAAE;QACR,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,QAAQ,EAAE,QAAQ,GAAG,IAAI,CAAC;KAC3B,CAAC;IACF,cAAc,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC,GAAG,mBAAmB,CAAC;AAExB,MAAM,MAAM,yCAAyC,GAAG,IAAI,CAAC,uBAAuB,EAAE,gBAAgB,CAAC,GAAG;IACxG,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,KAAK,CAAC;IACb,iBAAiB,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,KAAK,KAAK,GAAG;IACX,EAAE,EAAE,MAAM,CAAC;IACX,eAAe,EAAE,MAAM,CAAC;IACxB,oBAAoB,EAAE;QACpB,WAAW,EAAE,MAAM,CAAC;QACpB,kBAAkB,EAAE,6BAA6B,GAAG,IAAI,CAAC;KAC1D,EAAE,CAAC;CACL,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAU,MAAM,uBAAuB,kBAmEtE,CAAC;AA2PF,eAAO,MAAM,0BAA0B,GAAU,YAAY,MAAM,EAAE,aAAa,MAAM,GAAG,IAAI,kBA4C9F,CAAC"}
@@ -1,31 +0,0 @@
1
- import { TimeUnit, WorkflowTemplates, WorkflowTriggerEvents } from '../../../../../prisma/enums';
2
- import { ScheduleEmailReminderAction } from '../types';
3
- import { WorkflowContextData } from './reminderScheduler';
4
- export type ScheduleReminderArgs = {
5
- triggerEvent: WorkflowTriggerEvents;
6
- timeSpan: {
7
- time: number | null;
8
- timeUnit: TimeUnit | null;
9
- };
10
- template?: WorkflowTemplates;
11
- sender?: string | null;
12
- workflowStepId?: number;
13
- seatReferenceUid?: string;
14
- } & WorkflowContextData;
15
- type scheduleEmailReminderArgs = ScheduleReminderArgs & {
16
- sendTo: string[];
17
- action: ScheduleEmailReminderAction;
18
- emailSubject?: string;
19
- emailBody?: string;
20
- hideBranding?: boolean;
21
- includeCalendarEvent?: boolean;
22
- verifiedAt: Date | null;
23
- isOrganization?: boolean;
24
- organizationId?: number | null;
25
- autoTranslateEnabled?: boolean;
26
- sourceLocale?: string | null;
27
- };
28
- export declare const scheduleEmailReminder: (args: scheduleEmailReminderArgs) => Promise<void>;
29
- export declare const deleteScheduledEmailReminder: (reminderId: number) => Promise<void>;
30
- export {};
31
- //# sourceMappingURL=emailReminderManager.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"emailReminderManager.d.ts","sourceRoot":"","sources":["../../../../../../../../../features/ee/workflows/lib/reminders/emailReminderManager.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAmB,iBAAiB,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAEjG,OAAO,KAAK,EAAe,2BAA2B,EAAsB,MAAM,UAAU,CAAC;AAE7F,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAM/D,MAAM,MAAM,oBAAoB,GAAG;IACjC,YAAY,EAAE,qBAAqB,CAAC;IACpC,QAAQ,EAAE;QACR,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,QAAQ,EAAE,QAAQ,GAAG,IAAI,CAAC;KAC3B,CAAC;IACF,QAAQ,CAAC,EAAE,iBAAiB,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,GAAG,mBAAmB,CAAC;AAExB,KAAK,yBAAyB,GAAG,oBAAoB,GAAG;IACtD,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,MAAM,EAAE,2BAA2B,CAAC;IACpC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B,CAAC;AAiDF,eAAO,MAAM,qBAAqB,GAAU,MAAM,yBAAyB,kBAY1E,CAAC;AAyIF,eAAO,MAAM,4BAA4B,GAAU,YAAY,MAAM,kBAuDpE,CAAC"}
@@ -1,53 +0,0 @@
1
- import { TFunction } from 'i18next';
2
- import { CreditCheckFn } from '../../../billing/credit-service';
3
- export declare function sendSmsOrFallbackEmail(props: {
4
- twilioData: {
5
- phoneNumber: string;
6
- body: string;
7
- sender: string;
8
- bodyWithoutOptOut?: string;
9
- bookingUid?: string | null;
10
- userId?: number | null;
11
- teamId?: number | null;
12
- isWhatsapp?: boolean;
13
- contentSid?: string;
14
- contentVariables?: Record<string, string>;
15
- };
16
- fallbackData?: {
17
- email: string;
18
- t: TFunction;
19
- replyTo: string;
20
- organizationId?: number | null;
21
- };
22
- creditCheckFn: CreditCheckFn;
23
- }): Promise<void>;
24
- export declare function scheduleSmsOrFallbackEmail(props: {
25
- twilioData: {
26
- phoneNumber: string;
27
- body: string;
28
- scheduledDate: Date;
29
- sender: string;
30
- bodyWithoutOptOut?: string;
31
- bookingUid?: string | null;
32
- userId?: number | null;
33
- teamId?: number | null;
34
- isWhatsapp?: boolean;
35
- contentSid?: string;
36
- contentVariables?: Record<string, string>;
37
- };
38
- fallbackData?: {
39
- email: string;
40
- t: TFunction;
41
- replyTo: string;
42
- workflowStepId?: number;
43
- organizationId?: number | null;
44
- };
45
- creditCheckFn: CreditCheckFn;
46
- }): Promise<{
47
- emailReminderId: number;
48
- sid: null;
49
- } | {
50
- emailReminderId: null;
51
- sid: string;
52
- } | null>;
53
- //# sourceMappingURL=messageDispatcher.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"messageDispatcher.d.ts","sourceRoot":"","sources":["../../../../../../../../../features/ee/workflows/lib/reminders/messageDispatcher.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;AAUhF,wBAAsB,sBAAsB,CAAC,KAAK,EAAE;IAClD,UAAU,EAAE;QACV,WAAW,EAAE,MAAM,CAAC;QACpB,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAC3B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC3B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;KAC3C,CAAC;IACF,YAAY,CAAC,EAAE;QACb,KAAK,EAAE,MAAM,CAAC;QACd,CAAC,EAAE,SAAS,CAAC;QACb,OAAO,EAAE,MAAM,CAAC;QAChB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KAChC,CAAC;IACF,aAAa,EAAE,aAAa,CAAC;CAC9B,iBAwBA;AAED,wBAAsB,0BAA0B,CAAC,KAAK,EAAE;IACtD,UAAU,EAAE;QACV,WAAW,EAAE,MAAM,CAAC;QACpB,IAAI,EAAE,MAAM,CAAC;QACb,aAAa,EAAE,IAAI,CAAC;QACpB,MAAM,EAAE,MAAM,CAAC;QACf,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAC3B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC3B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;KAC3C,CAAC;IACF,YAAY,CAAC,EAAE;QACb,KAAK,EAAE,MAAM,CAAC;QACd,CAAC,EAAE,SAAS,CAAC;QACb,OAAO,EAAE,MAAM,CAAC;QAChB,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KAChC,CAAC;IACF,aAAa,EAAE,aAAa,CAAC;CAC9B;;;;;;UAqCA"}
@@ -1,11 +0,0 @@
1
- import { WorkflowEmailData } from '@calcom/emails/templates/workflow-email';
2
- type EmailData = Omit<WorkflowEmailData, "to"> & {
3
- to: string[];
4
- } & {
5
- sendAt?: Date | null;
6
- includeCalendarEvent?: boolean;
7
- referenceUid?: string;
8
- };
9
- export declare function sendOrScheduleWorkflowEmails(mailData: EmailData): Promise<string | undefined>;
10
- export {};
11
- //# sourceMappingURL=emailProvider.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"emailProvider.d.ts","sourceRoot":"","sources":["../../../../../../../../../../features/ee/workflows/lib/reminders/providers/emailProvider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAIjF,KAAK,SAAS,GAAG,IAAI,CAAC,iBAAiB,EAAE,IAAI,CAAC,GAAG;IAC/C,EAAE,EAAE,MAAM,EAAE,CAAC;CACd,GAAG;IAAE,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAAC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAAC,YAAY,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAEpF,wBAAsB,4BAA4B,CAAC,QAAQ,EAAE,SAAS,+BAuBrE"}
@@ -1,10 +0,0 @@
1
- import { MailData } from '@sendgrid/helpers/classes/mail';
2
- import { default as sgMail } from '@sendgrid/mail';
3
- export declare function getBatchId(): Promise<string>;
4
- export declare function sendSendgridMail(mailData: Partial<MailData> & {
5
- sender?: string | null;
6
- includeCalendarEvent?: boolean;
7
- }): Promise<unknown>;
8
- export declare function cancelScheduledEmail(referenceId: string | null): Promise<void> | Promise<[sgMail.ClientResponse, any]>;
9
- export declare function deleteScheduledSend(referenceId: string | null): Promise<void> | Promise<[sgMail.ClientResponse, any]>;
10
- //# sourceMappingURL=sendgridProvider.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sendgridProvider.d.ts","sourceRoot":"","sources":["../../../../../../../../../../features/ee/workflows/lib/reminders/providers/sendgridProvider.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAC/D,OAAO,MAAM,MAAM,gBAAgB,CAAC;AAmBpC,wBAAsB,UAAU,oBAc/B;AAED,wBAAgB,gBAAgB,CAC9B,QAAQ,EAAE,OAAO,CAAC,QAAQ,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,oBAAoB,CAAC,EAAE,OAAO,CAAA;CAAE,oBAyCzF;AAED,wBAAgB,oBAAoB,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI,yDAgB9D;AAED,wBAAgB,mBAAmB,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI,yDAY7D"}