@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,2514 +0,0 @@
1
- import { az as fn } from "./index-DjKXpoZ-.js";
2
- import Kr from "react";
3
- function pn($, m) {
4
- for (var F = 0; F < m.length; F++) {
5
- const B = m[F];
6
- if (typeof B != "string" && !Array.isArray(B)) {
7
- for (const v in B)
8
- if (v !== "default" && !(v in $)) {
9
- const R = Object.getOwnPropertyDescriptor(B, v);
10
- R && Object.defineProperty($, v, R.get ? R : {
11
- enumerable: !0,
12
- get: () => B[v]
13
- });
14
- }
15
- }
16
- }
17
- return Object.freeze(Object.defineProperty($, Symbol.toStringTag, { value: "Module" }));
18
- }
19
- var he = {}, Re = {};
20
- /**
21
- * @license React
22
- * react-dom-server-legacy.browser.production.min.js
23
- *
24
- * Copyright (c) Facebook, Inc. and its affiliates.
25
- *
26
- * This source code is licensed under the MIT license found in the
27
- * LICENSE file in the root directory of this source tree.
28
- */
29
- var Gr;
30
- function dn() {
31
- if (Gr) return Re;
32
- Gr = 1;
33
- var $ = Kr;
34
- function m(e) {
35
- for (var n = "https://reactjs.org/docs/error-decoder.html?invariant=" + e, l = 1; l < arguments.length; l++) n += "&args[]=" + encodeURIComponent(arguments[l]);
36
- return "Minified React error #" + e + "; visit " + n + " for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";
37
- }
38
- var F = Object.prototype.hasOwnProperty, B = /^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/, v = {}, R = {};
39
- function Ae(e) {
40
- return F.call(R, e) ? !0 : F.call(v, e) ? !1 : B.test(e) ? R[e] = !0 : (v[e] = !0, !1);
41
- }
42
- function N(e, n, l, s, f, i, p) {
43
- this.acceptsBooleans = n === 2 || n === 3 || n === 4, this.attributeName = s, this.attributeNamespace = f, this.mustUseProperty = l, this.propertyName = e, this.type = n, this.sanitizeURL = i, this.removeEmptyString = p;
44
- }
45
- var S = {};
46
- "children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e) {
47
- S[e] = new N(e, 0, !1, e, null, !1, !1);
48
- }), [["acceptCharset", "accept-charset"], ["className", "class"], ["htmlFor", "for"], ["httpEquiv", "http-equiv"]].forEach(function(e) {
49
- var n = e[0];
50
- S[n] = new N(n, 1, !1, e[1], null, !1, !1);
51
- }), ["contentEditable", "draggable", "spellCheck", "value"].forEach(function(e) {
52
- S[e] = new N(e, 2, !1, e.toLowerCase(), null, !1, !1);
53
- }), ["autoReverse", "externalResourcesRequired", "focusable", "preserveAlpha"].forEach(function(e) {
54
- S[e] = new N(e, 2, !1, e, null, !1, !1);
55
- }), "allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e) {
56
- S[e] = new N(e, 3, !1, e.toLowerCase(), null, !1, !1);
57
- }), ["checked", "multiple", "muted", "selected"].forEach(function(e) {
58
- S[e] = new N(e, 3, !0, e, null, !1, !1);
59
- }), ["capture", "download"].forEach(function(e) {
60
- S[e] = new N(e, 4, !1, e, null, !1, !1);
61
- }), ["cols", "rows", "size", "span"].forEach(function(e) {
62
- S[e] = new N(e, 6, !1, e, null, !1, !1);
63
- }), ["rowSpan", "start"].forEach(function(e) {
64
- S[e] = new N(e, 5, !1, e.toLowerCase(), null, !1, !1);
65
- });
66
- var g = /[\-:]([a-z])/g;
67
- function _e(e) {
68
- return e[1].toUpperCase();
69
- }
70
- "accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e) {
71
- var n = e.replace(
72
- g,
73
- _e
74
- );
75
- S[n] = new N(n, 1, !1, e, null, !1, !1);
76
- }), "xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e) {
77
- var n = e.replace(g, _e);
78
- S[n] = new N(n, 1, !1, e, "http://www.w3.org/1999/xlink", !1, !1);
79
- }), ["xml:base", "xml:lang", "xml:space"].forEach(function(e) {
80
- var n = e.replace(g, _e);
81
- S[n] = new N(n, 1, !1, e, "http://www.w3.org/XML/1998/namespace", !1, !1);
82
- }), ["tabIndex", "crossOrigin"].forEach(function(e) {
83
- S[e] = new N(e, 1, !1, e.toLowerCase(), null, !1, !1);
84
- }), S.xlinkHref = new N("xlinkHref", 1, !1, "xlink:href", "http://www.w3.org/1999/xlink", !0, !1), ["src", "href", "action", "formAction"].forEach(function(e) {
85
- S[e] = new N(e, 1, !1, e.toLowerCase(), null, !0, !0);
86
- });
87
- var z = {
88
- animationIterationCount: !0,
89
- aspectRatio: !0,
90
- borderImageOutset: !0,
91
- borderImageSlice: !0,
92
- borderImageWidth: !0,
93
- boxFlex: !0,
94
- boxFlexGroup: !0,
95
- boxOrdinalGroup: !0,
96
- columnCount: !0,
97
- columns: !0,
98
- flex: !0,
99
- flexGrow: !0,
100
- flexPositive: !0,
101
- flexShrink: !0,
102
- flexNegative: !0,
103
- flexOrder: !0,
104
- gridArea: !0,
105
- gridRow: !0,
106
- gridRowEnd: !0,
107
- gridRowSpan: !0,
108
- gridRowStart: !0,
109
- gridColumn: !0,
110
- gridColumnEnd: !0,
111
- gridColumnSpan: !0,
112
- gridColumnStart: !0,
113
- fontWeight: !0,
114
- lineClamp: !0,
115
- lineHeight: !0,
116
- opacity: !0,
117
- order: !0,
118
- orphans: !0,
119
- tabSize: !0,
120
- widows: !0,
121
- zIndex: !0,
122
- zoom: !0,
123
- fillOpacity: !0,
124
- floodOpacity: !0,
125
- stopOpacity: !0,
126
- strokeDasharray: !0,
127
- strokeDashoffset: !0,
128
- strokeMiterlimit: !0,
129
- strokeOpacity: !0,
130
- strokeWidth: !0
131
- }, sr = ["Webkit", "ms", "Moz", "O"];
132
- Object.keys(z).forEach(function(e) {
133
- sr.forEach(function(n) {
134
- n = n + e.charAt(0).toUpperCase() + e.substring(1), z[n] = z[e];
135
- });
136
- });
137
- var gt = /["'&<>]/;
138
- function O(e) {
139
- if (typeof e == "boolean" || typeof e == "number") return "" + e;
140
- e = "" + e;
141
- var n = gt.exec(e);
142
- if (n) {
143
- var l = "", s, f = 0;
144
- for (s = n.index; s < e.length; s++) {
145
- switch (e.charCodeAt(s)) {
146
- case 34:
147
- n = "&quot;";
148
- break;
149
- case 38:
150
- n = "&amp;";
151
- break;
152
- case 39:
153
- n = "&#x27;";
154
- break;
155
- case 60:
156
- n = "&lt;";
157
- break;
158
- case 62:
159
- n = "&gt;";
160
- break;
161
- default:
162
- continue;
163
- }
164
- f !== s && (l += e.substring(f, s)), f = s + 1, l += n;
165
- }
166
- e = f !== s ? l + e.substring(f, s) : l;
167
- }
168
- return e;
169
- }
170
- var vt = /([A-Z])/g, L = /^ms-/, b = Array.isArray;
171
- function U(e, n) {
172
- return { insertionMode: e, selectedValue: n };
173
- }
174
- function He(e, n, l) {
175
- switch (n) {
176
- case "select":
177
- return U(1, l.value != null ? l.value : l.defaultValue);
178
- case "svg":
179
- return U(2, null);
180
- case "math":
181
- return U(3, null);
182
- case "foreignObject":
183
- return U(1, null);
184
- case "table":
185
- return U(4, null);
186
- case "thead":
187
- case "tbody":
188
- case "tfoot":
189
- return U(5, null);
190
- case "colgroup":
191
- return U(7, null);
192
- case "tr":
193
- return U(6, null);
194
- }
195
- return 4 <= e.insertionMode || e.insertionMode === 0 ? U(1, null) : e;
196
- }
197
- var me = /* @__PURE__ */ new Map();
198
- function St(e, n, l) {
199
- if (typeof l != "object") throw Error(m(62));
200
- n = !0;
201
- for (var s in l) if (F.call(l, s)) {
202
- var f = l[s];
203
- if (f != null && typeof f != "boolean" && f !== "") {
204
- if (s.indexOf("--") === 0) {
205
- var i = O(s);
206
- f = O(("" + f).trim());
207
- } else {
208
- i = s;
209
- var p = me.get(i);
210
- p !== void 0 || (p = O(i.replace(vt, "-$1").toLowerCase().replace(L, "-ms-")), me.set(i, p)), i = p, f = typeof f == "number" ? f === 0 || F.call(z, s) ? "" + f : f + "px" : O(("" + f).trim());
211
- }
212
- n ? (n = !1, e.push(' style="', i, ":", f)) : e.push(";", i, ":", f);
213
- }
214
- }
215
- n || e.push('"');
216
- }
217
- function j(e, n, l, s) {
218
- switch (l) {
219
- case "style":
220
- St(e, n, s);
221
- return;
222
- case "defaultValue":
223
- case "defaultChecked":
224
- case "innerHTML":
225
- case "suppressContentEditableWarning":
226
- case "suppressHydrationWarning":
227
- return;
228
- }
229
- if (!(2 < l.length) || l[0] !== "o" && l[0] !== "O" || l[1] !== "n" && l[1] !== "N") {
230
- if (n = S.hasOwnProperty(l) ? S[l] : null, n !== null) {
231
- switch (typeof s) {
232
- case "function":
233
- case "symbol":
234
- return;
235
- case "boolean":
236
- if (!n.acceptsBooleans) return;
237
- }
238
- switch (l = n.attributeName, n.type) {
239
- case 3:
240
- s && e.push(" ", l, '=""');
241
- break;
242
- case 4:
243
- s === !0 ? e.push(" ", l, '=""') : s !== !1 && e.push(" ", l, '="', O(s), '"');
244
- break;
245
- case 5:
246
- isNaN(s) || e.push(" ", l, '="', O(s), '"');
247
- break;
248
- case 6:
249
- !isNaN(s) && 1 <= s && e.push(" ", l, '="', O(s), '"');
250
- break;
251
- default:
252
- n.sanitizeURL && (s = "" + s), e.push(" ", l, '="', O(s), '"');
253
- }
254
- } else if (Ae(l)) {
255
- switch (typeof s) {
256
- case "function":
257
- case "symbol":
258
- return;
259
- case "boolean":
260
- if (n = l.toLowerCase().slice(0, 5), n !== "data-" && n !== "aria-") return;
261
- }
262
- e.push(" ", l, '="', O(s), '"');
263
- }
264
- }
265
- }
266
- function D(e, n, l) {
267
- if (n != null) {
268
- if (l != null) throw Error(m(60));
269
- if (typeof n != "object" || !("__html" in n)) throw Error(m(61));
270
- n = n.__html, n != null && e.push("" + n);
271
- }
272
- }
273
- function ir(e) {
274
- var n = "";
275
- return $.Children.forEach(e, function(l) {
276
- l != null && (n += l);
277
- }), n;
278
- }
279
- function Ue(e, n, l, s) {
280
- e.push(X(l));
281
- var f = l = null, i;
282
- for (i in n) if (F.call(n, i)) {
283
- var p = n[i];
284
- if (p != null) switch (i) {
285
- case "children":
286
- l = p;
287
- break;
288
- case "dangerouslySetInnerHTML":
289
- f = p;
290
- break;
291
- default:
292
- j(e, s, i, p);
293
- }
294
- }
295
- return e.push(">"), D(e, f, l), typeof l == "string" ? (e.push(O(l)), null) : l;
296
- }
297
- var We = /^[a-zA-Z][a-zA-Z:_\.\-\d]*$/, xt = /* @__PURE__ */ new Map();
298
- function X(e) {
299
- var n = xt.get(e);
300
- if (n === void 0) {
301
- if (!We.test(e)) throw Error(m(65, e));
302
- n = "<" + e, xt.set(e, n);
303
- }
304
- return n;
305
- }
306
- function ar(e, n, l, s, f) {
307
- switch (n) {
308
- case "select":
309
- e.push(X("select"));
310
- var i = null, p = null;
311
- for (C in l) if (F.call(l, C)) {
312
- var y = l[C];
313
- if (y != null) switch (C) {
314
- case "children":
315
- i = y;
316
- break;
317
- case "dangerouslySetInnerHTML":
318
- p = y;
319
- break;
320
- case "defaultValue":
321
- case "value":
322
- break;
323
- default:
324
- j(e, s, C, y);
325
- }
326
- }
327
- return e.push(">"), D(e, p, i), i;
328
- case "option":
329
- p = f.selectedValue, e.push(X("option"));
330
- var x = y = null, w = null, C = null;
331
- for (i in l) if (F.call(l, i)) {
332
- var M = l[i];
333
- if (M != null) switch (i) {
334
- case "children":
335
- y = M;
336
- break;
337
- case "selected":
338
- w = M;
339
- break;
340
- case "dangerouslySetInnerHTML":
341
- C = M;
342
- break;
343
- case "value":
344
- x = M;
345
- default:
346
- j(e, s, i, M);
347
- }
348
- }
349
- if (p != null) if (l = x !== null ? "" + x : ir(y), b(p)) {
350
- for (s = 0; s < p.length; s++)
351
- if ("" + p[s] === l) {
352
- e.push(' selected=""');
353
- break;
354
- }
355
- } else "" + p === l && e.push(' selected=""');
356
- else w && e.push(' selected=""');
357
- return e.push(">"), D(e, C, y), y;
358
- case "textarea":
359
- e.push(X("textarea")), C = p = i = null;
360
- for (y in l) if (F.call(l, y) && (x = l[y], x != null)) switch (y) {
361
- case "children":
362
- C = x;
363
- break;
364
- case "value":
365
- i = x;
366
- break;
367
- case "defaultValue":
368
- p = x;
369
- break;
370
- case "dangerouslySetInnerHTML":
371
- throw Error(m(91));
372
- default:
373
- j(
374
- e,
375
- s,
376
- y,
377
- x
378
- );
379
- }
380
- if (i === null && p !== null && (i = p), e.push(">"), C != null) {
381
- if (i != null) throw Error(m(92));
382
- if (b(C) && 1 < C.length) throw Error(m(93));
383
- i = "" + C;
384
- }
385
- return typeof i == "string" && i[0] === `
386
- ` && e.push(`
387
- `), i !== null && e.push(O("" + i)), null;
388
- case "input":
389
- e.push(X("input")), x = C = y = i = null;
390
- for (p in l) if (F.call(l, p) && (w = l[p], w != null)) switch (p) {
391
- case "children":
392
- case "dangerouslySetInnerHTML":
393
- throw Error(m(399, "input"));
394
- case "defaultChecked":
395
- x = w;
396
- break;
397
- case "defaultValue":
398
- y = w;
399
- break;
400
- case "checked":
401
- C = w;
402
- break;
403
- case "value":
404
- i = w;
405
- break;
406
- default:
407
- j(e, s, p, w);
408
- }
409
- return C !== null ? j(e, s, "checked", C) : x !== null && j(e, s, "checked", x), i !== null ? j(e, s, "value", i) : y !== null && j(e, s, "value", y), e.push("/>"), null;
410
- case "menuitem":
411
- e.push(X("menuitem"));
412
- for (var K in l) if (F.call(l, K) && (i = l[K], i != null)) switch (K) {
413
- case "children":
414
- case "dangerouslySetInnerHTML":
415
- throw Error(m(400));
416
- default:
417
- j(e, s, K, i);
418
- }
419
- return e.push(">"), null;
420
- case "title":
421
- e.push(X("title")), i = null;
422
- for (M in l) if (F.call(l, M) && (p = l[M], p != null)) switch (M) {
423
- case "children":
424
- i = p;
425
- break;
426
- case "dangerouslySetInnerHTML":
427
- throw Error(m(434));
428
- default:
429
- j(e, s, M, p);
430
- }
431
- return e.push(">"), i;
432
- case "listing":
433
- case "pre":
434
- e.push(X(n)), p = i = null;
435
- for (x in l) if (F.call(l, x) && (y = l[x], y != null)) switch (x) {
436
- case "children":
437
- i = y;
438
- break;
439
- case "dangerouslySetInnerHTML":
440
- p = y;
441
- break;
442
- default:
443
- j(e, s, x, y);
444
- }
445
- if (e.push(">"), p != null) {
446
- if (i != null) throw Error(m(60));
447
- if (typeof p != "object" || !("__html" in p)) throw Error(m(61));
448
- l = p.__html, l != null && (typeof l == "string" && 0 < l.length && l[0] === `
449
- ` ? e.push(`
450
- `, l) : e.push("" + l));
451
- }
452
- return typeof i == "string" && i[0] === `
453
- ` && e.push(`
454
- `), i;
455
- case "area":
456
- case "base":
457
- case "br":
458
- case "col":
459
- case "embed":
460
- case "hr":
461
- case "img":
462
- case "keygen":
463
- case "link":
464
- case "meta":
465
- case "param":
466
- case "source":
467
- case "track":
468
- case "wbr":
469
- e.push(X(n));
470
- for (var Q in l) if (F.call(l, Q) && (i = l[Q], i != null)) switch (Q) {
471
- case "children":
472
- case "dangerouslySetInnerHTML":
473
- throw Error(m(399, n));
474
- default:
475
- j(e, s, Q, i);
476
- }
477
- return e.push("/>"), null;
478
- case "annotation-xml":
479
- case "color-profile":
480
- case "font-face":
481
- case "font-face-src":
482
- case "font-face-uri":
483
- case "font-face-format":
484
- case "font-face-name":
485
- case "missing-glyph":
486
- return Ue(
487
- e,
488
- l,
489
- n,
490
- s
491
- );
492
- case "html":
493
- return f.insertionMode === 0 && e.push("<!DOCTYPE html>"), Ue(e, l, n, s);
494
- default:
495
- if (n.indexOf("-") === -1 && typeof l.is != "string") return Ue(e, l, n, s);
496
- e.push(X(n)), p = i = null;
497
- for (w in l) if (F.call(l, w) && (y = l[w], y != null)) switch (w) {
498
- case "children":
499
- i = y;
500
- break;
501
- case "dangerouslySetInnerHTML":
502
- p = y;
503
- break;
504
- case "style":
505
- St(e, s, y);
506
- break;
507
- case "suppressContentEditableWarning":
508
- case "suppressHydrationWarning":
509
- break;
510
- default:
511
- Ae(w) && typeof y != "function" && typeof y != "symbol" && e.push(" ", w, '="', O(y), '"');
512
- }
513
- return e.push(">"), D(e, p, i), i;
514
- }
515
- }
516
- function kt(e, n, l) {
517
- if (e.push('<!--$?--><template id="'), l === null) throw Error(m(395));
518
- return e.push(l), e.push('"></template>');
519
- }
520
- function wt(e, n, l, s) {
521
- switch (l.insertionMode) {
522
- case 0:
523
- case 1:
524
- return e.push('<div hidden id="'), e.push(n.segmentPrefix), n = s.toString(16), e.push(n), e.push('">');
525
- case 2:
526
- return e.push('<svg aria-hidden="true" style="display:none" id="'), e.push(n.segmentPrefix), n = s.toString(16), e.push(n), e.push('">');
527
- case 3:
528
- return e.push('<math aria-hidden="true" style="display:none" id="'), e.push(n.segmentPrefix), n = s.toString(16), e.push(n), e.push('">');
529
- case 4:
530
- return e.push('<table hidden id="'), e.push(n.segmentPrefix), n = s.toString(16), e.push(n), e.push('">');
531
- case 5:
532
- return e.push('<table hidden><tbody id="'), e.push(n.segmentPrefix), n = s.toString(16), e.push(n), e.push('">');
533
- case 6:
534
- return e.push('<table hidden><tr id="'), e.push(n.segmentPrefix), n = s.toString(16), e.push(n), e.push('">');
535
- case 7:
536
- return e.push('<table hidden><colgroup id="'), e.push(n.segmentPrefix), n = s.toString(16), e.push(n), e.push('">');
537
- default:
538
- throw Error(m(397));
539
- }
540
- }
541
- function cr(e, n) {
542
- switch (n.insertionMode) {
543
- case 0:
544
- case 1:
545
- return e.push("</div>");
546
- case 2:
547
- return e.push("</svg>");
548
- case 3:
549
- return e.push("</math>");
550
- case 4:
551
- return e.push("</table>");
552
- case 5:
553
- return e.push("</tbody></table>");
554
- case 6:
555
- return e.push("</tr></table>");
556
- case 7:
557
- return e.push("</colgroup></table>");
558
- default:
559
- throw Error(m(397));
560
- }
561
- }
562
- var fr = /[<\u2028\u2029]/g;
563
- function qe(e) {
564
- return JSON.stringify(e).replace(fr, function(n) {
565
- switch (n) {
566
- case "<":
567
- return "\\u003c";
568
- case "\u2028":
569
- return "\\u2028";
570
- case "\u2029":
571
- return "\\u2029";
572
- default:
573
- throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React");
574
- }
575
- });
576
- }
577
- function G(e, n) {
578
- return n = n === void 0 ? "" : n, { bootstrapChunks: [], startInlineScript: "<script>", placeholderPrefix: n + "P:", segmentPrefix: n + "S:", boundaryPrefix: n + "B:", idPrefix: n, nextSuspenseID: 0, sentCompleteSegmentFunction: !1, sentCompleteBoundaryFunction: !1, sentClientRenderFunction: !1, generateStaticMarkup: e };
579
- }
580
- function Ct(e, n, l, s) {
581
- return l.generateStaticMarkup ? (e.push(O(n)), !1) : (n === "" ? e = s : (s && e.push("<!-- -->"), e.push(O(n)), e = !0), e);
582
- }
583
- var ye = Object.assign, Ze = Symbol.for("react.element"), Xe = Symbol.for("react.portal"), Ge = Symbol.for("react.fragment"), Et = Symbol.for("react.strict_mode"), Je = Symbol.for("react.profiler"), Tt = Symbol.for("react.provider"), Ye = Symbol.for("react.context"), Y = Symbol.for("react.forward_ref"), ue = Symbol.for("react.suspense"), re = Symbol.for("react.suspense_list"), Ke = Symbol.for("react.memo"), V = Symbol.for("react.lazy"), ne = Symbol.for("react.scope"), Ft = Symbol.for("react.debug_trace_mode"), Pe = Symbol.for("react.legacy_hidden"), pr = Symbol.for("react.default_value"), Ie = Symbol.iterator;
584
- function ge(e) {
585
- if (e == null) return null;
586
- if (typeof e == "function") return e.displayName || e.name || null;
587
- if (typeof e == "string") return e;
588
- switch (e) {
589
- case Ge:
590
- return "Fragment";
591
- case Xe:
592
- return "Portal";
593
- case Je:
594
- return "Profiler";
595
- case Et:
596
- return "StrictMode";
597
- case ue:
598
- return "Suspense";
599
- case re:
600
- return "SuspenseList";
601
- }
602
- if (typeof e == "object") switch (e.$$typeof) {
603
- case Ye:
604
- return (e.displayName || "Context") + ".Consumer";
605
- case Tt:
606
- return (e._context.displayName || "Context") + ".Provider";
607
- case Y:
608
- var n = e.render;
609
- return e = e.displayName, e || (e = n.displayName || n.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
610
- case Ke:
611
- return n = e.displayName || null, n !== null ? n : ge(e.type) || "Memo";
612
- case V:
613
- n = e._payload, e = e._init;
614
- try {
615
- return ge(e(n));
616
- } catch {
617
- }
618
- }
619
- return null;
620
- }
621
- var Me = {};
622
- function Rt(e, n) {
623
- if (e = e.contextTypes, !e) return Me;
624
- var l = {}, s;
625
- for (s in e) l[s] = n[s];
626
- return l;
627
- }
628
- var oe = null;
629
- function A(e, n) {
630
- if (e !== n) {
631
- e.context._currentValue2 = e.parentValue, e = e.parent;
632
- var l = n.parent;
633
- if (e === null) {
634
- if (l !== null) throw Error(m(401));
635
- } else {
636
- if (l === null) throw Error(m(401));
637
- A(e, l);
638
- }
639
- n.context._currentValue2 = n.value;
640
- }
641
- }
642
- function _t(e) {
643
- e.context._currentValue2 = e.parentValue, e = e.parent, e !== null && _t(e);
644
- }
645
- function Pt(e) {
646
- var n = e.parent;
647
- n !== null && Pt(n), e.context._currentValue2 = e.value;
648
- }
649
- function It(e, n) {
650
- if (e.context._currentValue2 = e.parentValue, e = e.parent, e === null) throw Error(m(402));
651
- e.depth === n.depth ? A(e, n) : It(e, n);
652
- }
653
- function Mt(e, n) {
654
- var l = n.parent;
655
- if (l === null) throw Error(m(402));
656
- e.depth === l.depth ? A(e, l) : Mt(e, l), n.context._currentValue2 = n.value;
657
- }
658
- function De(e) {
659
- var n = oe;
660
- n !== e && (n === null ? Pt(e) : e === null ? _t(n) : n.depth === e.depth ? A(n, e) : n.depth > e.depth ? It(n, e) : Mt(n, e), oe = e);
661
- }
662
- var Dt = { isMounted: function() {
663
- return !1;
664
- }, enqueueSetState: function(e, n) {
665
- e = e._reactInternals, e.queue !== null && e.queue.push(n);
666
- }, enqueueReplaceState: function(e, n) {
667
- e = e._reactInternals, e.replace = !0, e.queue = [n];
668
- }, enqueueForceUpdate: function() {
669
- } };
670
- function Bt(e, n, l, s) {
671
- var f = e.state !== void 0 ? e.state : null;
672
- e.updater = Dt, e.props = l, e.state = f;
673
- var i = { queue: [], replace: !1 };
674
- e._reactInternals = i;
675
- var p = n.contextType;
676
- if (e.context = typeof p == "object" && p !== null ? p._currentValue2 : s, p = n.getDerivedStateFromProps, typeof p == "function" && (p = p(l, f), f = p == null ? f : ye({}, f, p), e.state = f), typeof n.getDerivedStateFromProps != "function" && typeof e.getSnapshotBeforeUpdate != "function" && (typeof e.UNSAFE_componentWillMount == "function" || typeof e.componentWillMount == "function")) if (n = e.state, typeof e.componentWillMount == "function" && e.componentWillMount(), typeof e.UNSAFE_componentWillMount == "function" && e.UNSAFE_componentWillMount(), n !== e.state && Dt.enqueueReplaceState(e, e.state, null), i.queue !== null && 0 < i.queue.length) if (n = i.queue, p = i.replace, i.queue = null, i.replace = !1, p && n.length === 1) e.state = n[0];
677
- else {
678
- for (i = p ? n[0] : e.state, f = !0, p = p ? 1 : 0; p < n.length; p++) {
679
- var y = n[p];
680
- y = typeof y == "function" ? y.call(e, i, l, s) : y, y != null && (f ? (f = !1, i = ye({}, i, y)) : ye(i, y));
681
- }
682
- e.state = i;
683
- }
684
- else i.queue = null;
685
- }
686
- var dr = { id: 1, overflow: "" };
687
- function Qe(e, n, l) {
688
- var s = e.id;
689
- e = e.overflow;
690
- var f = 32 - Be(s) - 1;
691
- s &= ~(1 << f), l += 1;
692
- var i = 32 - Be(n) + f;
693
- if (30 < i) {
694
- var p = f - f % 5;
695
- return i = (s & (1 << p) - 1).toString(32), s >>= p, f -= p, { id: 1 << 32 - Be(n) + f | l << f | s, overflow: i + e };
696
- }
697
- return { id: 1 << i | l << f | s, overflow: e };
698
- }
699
- var Be = Math.clz32 ? Math.clz32 : yr, hr = Math.log, mr = Math.LN2;
700
- function yr(e) {
701
- return e >>>= 0, e === 0 ? 32 : 31 - (hr(e) / mr | 0) | 0;
702
- }
703
- function gr(e, n) {
704
- return e === n && (e !== 0 || 1 / e === 1 / n) || e !== e && n !== n;
705
- }
706
- var vr = typeof Object.is == "function" ? Object.is : gr, J = null, et = null, be = null, _ = null, ve = !1, ze = !1, Se = 0, le = null, Ne = 0;
707
- function se() {
708
- if (J === null) throw Error(m(321));
709
- return J;
710
- }
711
- function bt() {
712
- if (0 < Ne) throw Error(m(312));
713
- return { memoizedState: null, queue: null, next: null };
714
- }
715
- function tt() {
716
- return _ === null ? be === null ? (ve = !1, be = _ = bt()) : (ve = !0, _ = be) : _.next === null ? (ve = !1, _ = _.next = bt()) : (ve = !0, _ = _.next), _;
717
- }
718
- function rt() {
719
- et = J = null, ze = !1, be = null, Ne = 0, _ = le = null;
720
- }
721
- function zt(e, n) {
722
- return typeof n == "function" ? n(e) : n;
723
- }
724
- function Nt(e, n, l) {
725
- if (J = se(), _ = tt(), ve) {
726
- var s = _.queue;
727
- if (n = s.dispatch, le !== null && (l = le.get(s), l !== void 0)) {
728
- le.delete(s), s = _.memoizedState;
729
- do
730
- s = e(s, l.action), l = l.next;
731
- while (l !== null);
732
- return _.memoizedState = s, [s, n];
733
- }
734
- return [_.memoizedState, n];
735
- }
736
- return e = e === zt ? typeof n == "function" ? n() : n : l !== void 0 ? l(n) : n, _.memoizedState = e, e = _.queue = { last: null, dispatch: null }, e = e.dispatch = Sr.bind(null, J, e), [_.memoizedState, e];
737
- }
738
- function Ot(e, n) {
739
- if (J = se(), _ = tt(), n = n === void 0 ? null : n, _ !== null) {
740
- var l = _.memoizedState;
741
- if (l !== null && n !== null) {
742
- var s = l[1];
743
- e: if (s === null) s = !1;
744
- else {
745
- for (var f = 0; f < s.length && f < n.length; f++) if (!vr(n[f], s[f])) {
746
- s = !1;
747
- break e;
748
- }
749
- s = !0;
750
- }
751
- if (s) return l[0];
752
- }
753
- }
754
- return e = e(), _.memoizedState = [e, n], e;
755
- }
756
- function Sr(e, n, l) {
757
- if (25 <= Ne) throw Error(m(301));
758
- if (e === J) if (ze = !0, e = { action: l, next: null }, le === null && (le = /* @__PURE__ */ new Map()), l = le.get(n), l === void 0) le.set(n, e);
759
- else {
760
- for (n = l; n.next !== null; ) n = n.next;
761
- n.next = e;
762
- }
763
- }
764
- function xr() {
765
- throw Error(m(394));
766
- }
767
- function Oe() {
768
- }
769
- var Lt = { readContext: function(e) {
770
- return e._currentValue2;
771
- }, useContext: function(e) {
772
- return se(), e._currentValue2;
773
- }, useMemo: Ot, useReducer: Nt, useRef: function(e) {
774
- J = se(), _ = tt();
775
- var n = _.memoizedState;
776
- return n === null ? (e = { current: e }, _.memoizedState = e) : n;
777
- }, useState: function(e) {
778
- return Nt(zt, e);
779
- }, useInsertionEffect: Oe, useLayoutEffect: function() {
780
- }, useCallback: function(e, n) {
781
- return Ot(function() {
782
- return e;
783
- }, n);
784
- }, useImperativeHandle: Oe, useEffect: Oe, useDebugValue: Oe, useDeferredValue: function(e) {
785
- return se(), e;
786
- }, useTransition: function() {
787
- return se(), [
788
- !1,
789
- xr
790
- ];
791
- }, useId: function() {
792
- var e = et.treeContext, n = e.overflow;
793
- e = e.id, e = (e & ~(1 << 32 - Be(e) - 1)).toString(32) + n;
794
- var l = Le;
795
- if (l === null) throw Error(m(404));
796
- return n = Se++, e = ":" + l.idPrefix + "R" + e, 0 < n && (e += "H" + n.toString(32)), e + ":";
797
- }, useMutableSource: function(e, n) {
798
- return se(), n(e._source);
799
- }, useSyncExternalStore: function(e, n, l) {
800
- if (l === void 0) throw Error(m(407));
801
- return l();
802
- } }, Le = null, nt = $.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;
803
- function kr(e) {
804
- return console.error(e), null;
805
- }
806
- function xe() {
807
- }
808
- function wr(e, n, l, s, f, i, p, y, x) {
809
- var w = [], C = /* @__PURE__ */ new Set();
810
- return n = { destination: null, responseState: n, progressiveChunkSize: s === void 0 ? 12800 : s, status: 0, fatalError: null, nextSegmentId: 0, allPendingTasks: 0, pendingRootTasks: 0, completedRootSegment: null, abortableTasks: C, pingedTasks: w, clientRenderedBoundaries: [], completedBoundaries: [], partialBoundaries: [], onError: f === void 0 ? kr : f, onAllReady: xe, onShellReady: p === void 0 ? xe : p, onShellError: xe, onFatalError: xe }, l = Ve(n, 0, null, l, !1, !1), l.parentFlushed = !0, e = ot(n, e, null, l, C, Me, null, dr), w.push(e), n;
811
- }
812
- function ot(e, n, l, s, f, i, p, y) {
813
- e.allPendingTasks++, l === null ? e.pendingRootTasks++ : l.pendingTasks++;
814
- var x = { node: n, ping: function() {
815
- var w = e.pingedTasks;
816
- w.push(x), w.length === 1 && Ut(e);
817
- }, blockedBoundary: l, blockedSegment: s, abortSet: f, legacyContext: i, context: p, treeContext: y };
818
- return f.add(x), x;
819
- }
820
- function Ve(e, n, l, s, f, i) {
821
- return { status: 0, id: -1, index: n, parentFlushed: !1, chunks: [], children: [], formatContext: s, boundary: l, lastPushedText: f, textEmbedded: i };
822
- }
823
- function ke(e, n) {
824
- if (e = e.onError(n), e != null && typeof e != "string") throw Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "' + typeof e + '" instead');
825
- return e;
826
- }
827
- function $e(e, n) {
828
- var l = e.onShellError;
829
- l(n), l = e.onFatalError, l(n), e.destination !== null ? (e.status = 2, e.destination.destroy(n)) : (e.status = 1, e.fatalError = n);
830
- }
831
- function Vt(e, n, l, s, f) {
832
- for (J = {}, et = n, Se = 0, e = l(s, f); ze; ) ze = !1, Se = 0, Ne += 1, _ = null, e = l(s, f);
833
- return rt(), e;
834
- }
835
- function $t(e, n, l, s) {
836
- var f = l.render(), i = s.childContextTypes;
837
- if (i != null) {
838
- var p = n.legacyContext;
839
- if (typeof l.getChildContext != "function") s = p;
840
- else {
841
- l = l.getChildContext();
842
- for (var y in l) if (!(y in i)) throw Error(m(108, ge(s) || "Unknown", y));
843
- s = ye({}, p, l);
844
- }
845
- n.legacyContext = s, H(e, n, f), n.legacyContext = p;
846
- } else H(e, n, f);
847
- }
848
- function jt(e, n) {
849
- if (e && e.defaultProps) {
850
- n = ye({}, n), e = e.defaultProps;
851
- for (var l in e) n[l] === void 0 && (n[l] = e[l]);
852
- return n;
853
- }
854
- return n;
855
- }
856
- function lt(e, n, l, s, f) {
857
- if (typeof l == "function") if (l.prototype && l.prototype.isReactComponent) {
858
- f = Rt(l, n.legacyContext);
859
- var i = l.contextType;
860
- i = new l(s, typeof i == "object" && i !== null ? i._currentValue2 : f), Bt(i, l, s, f), $t(e, n, i, l);
861
- } else {
862
- i = Rt(l, n.legacyContext), f = Vt(e, n, l, s, i);
863
- var p = Se !== 0;
864
- if (typeof f == "object" && f !== null && typeof f.render == "function" && f.$$typeof === void 0) Bt(f, l, s, i), $t(e, n, f, l);
865
- else if (p) {
866
- s = n.treeContext, n.treeContext = Qe(s, 1, 0);
867
- try {
868
- H(e, n, f);
869
- } finally {
870
- n.treeContext = s;
871
- }
872
- } else H(e, n, f);
873
- }
874
- else if (typeof l == "string") {
875
- switch (f = n.blockedSegment, i = ar(f.chunks, l, s, e.responseState, f.formatContext), f.lastPushedText = !1, p = f.formatContext, f.formatContext = He(p, l, s), ut(e, n, i), f.formatContext = p, l) {
876
- case "area":
877
- case "base":
878
- case "br":
879
- case "col":
880
- case "embed":
881
- case "hr":
882
- case "img":
883
- case "input":
884
- case "keygen":
885
- case "link":
886
- case "meta":
887
- case "param":
888
- case "source":
889
- case "track":
890
- case "wbr":
891
- break;
892
- default:
893
- f.chunks.push("</", l, ">");
894
- }
895
- f.lastPushedText = !1;
896
- } else {
897
- switch (l) {
898
- case Pe:
899
- case Ft:
900
- case Et:
901
- case Je:
902
- case Ge:
903
- H(e, n, s.children);
904
- return;
905
- case re:
906
- H(e, n, s.children);
907
- return;
908
- case ne:
909
- throw Error(m(343));
910
- case ue:
911
- e: {
912
- l = n.blockedBoundary, f = n.blockedSegment, i = s.fallback, s = s.children, p = /* @__PURE__ */ new Set();
913
- var y = { id: null, rootSegmentID: -1, parentFlushed: !1, pendingTasks: 0, forceClientRender: !1, completedSegments: [], byteSize: 0, fallbackAbortableTasks: p, errorDigest: null }, x = Ve(e, f.chunks.length, y, f.formatContext, !1, !1);
914
- f.children.push(x), f.lastPushedText = !1;
915
- var w = Ve(e, 0, null, f.formatContext, !1, !1);
916
- w.parentFlushed = !0, n.blockedBoundary = y, n.blockedSegment = w;
917
- try {
918
- if (ut(
919
- e,
920
- n,
921
- s
922
- ), e.responseState.generateStaticMarkup || w.lastPushedText && w.textEmbedded && w.chunks.push("<!-- -->"), w.status = 1, ce(y, w), y.pendingTasks === 0) break e;
923
- } catch (C) {
924
- w.status = 4, y.forceClientRender = !0, y.errorDigest = ke(e, C);
925
- } finally {
926
- n.blockedBoundary = l, n.blockedSegment = f;
927
- }
928
- n = ot(e, i, l, x, p, n.legacyContext, n.context, n.treeContext), e.pingedTasks.push(n);
929
- }
930
- return;
931
- }
932
- if (typeof l == "object" && l !== null) switch (l.$$typeof) {
933
- case Y:
934
- if (s = Vt(e, n, l.render, s, f), Se !== 0) {
935
- l = n.treeContext, n.treeContext = Qe(l, 1, 0);
936
- try {
937
- H(e, n, s);
938
- } finally {
939
- n.treeContext = l;
940
- }
941
- } else H(e, n, s);
942
- return;
943
- case Ke:
944
- l = l.type, s = jt(l, s), lt(e, n, l, s, f);
945
- return;
946
- case Tt:
947
- if (f = s.children, l = l._context, s = s.value, i = l._currentValue2, l._currentValue2 = s, p = oe, oe = s = { parent: p, depth: p === null ? 0 : p.depth + 1, context: l, parentValue: i, value: s }, n.context = s, H(e, n, f), e = oe, e === null) throw Error(m(403));
948
- s = e.parentValue, e.context._currentValue2 = s === pr ? e.context._defaultValue : s, e = oe = e.parent, n.context = e;
949
- return;
950
- case Ye:
951
- s = s.children, s = s(l._currentValue2), H(e, n, s);
952
- return;
953
- case V:
954
- f = l._init, l = f(l._payload), s = jt(l, s), lt(
955
- e,
956
- n,
957
- l,
958
- s,
959
- void 0
960
- );
961
- return;
962
- }
963
- throw Error(m(130, l == null ? l : typeof l, ""));
964
- }
965
- }
966
- function H(e, n, l) {
967
- if (n.node = l, typeof l == "object" && l !== null) {
968
- switch (l.$$typeof) {
969
- case Ze:
970
- lt(e, n, l.type, l.props, l.ref);
971
- return;
972
- case Xe:
973
- throw Error(m(257));
974
- case V:
975
- var s = l._init;
976
- l = s(l._payload), H(e, n, l);
977
- return;
978
- }
979
- if (b(l)) {
980
- At(e, n, l);
981
- return;
982
- }
983
- if (l === null || typeof l != "object" ? s = null : (s = Ie && l[Ie] || l["@@iterator"], s = typeof s == "function" ? s : null), s && (s = s.call(l))) {
984
- if (l = s.next(), !l.done) {
985
- var f = [];
986
- do
987
- f.push(l.value), l = s.next();
988
- while (!l.done);
989
- At(e, n, f);
990
- }
991
- return;
992
- }
993
- throw e = Object.prototype.toString.call(l), Error(m(31, e === "[object Object]" ? "object with keys {" + Object.keys(l).join(", ") + "}" : e));
994
- }
995
- typeof l == "string" ? (s = n.blockedSegment, s.lastPushedText = Ct(n.blockedSegment.chunks, l, e.responseState, s.lastPushedText)) : typeof l == "number" && (s = n.blockedSegment, s.lastPushedText = Ct(n.blockedSegment.chunks, "" + l, e.responseState, s.lastPushedText));
996
- }
997
- function At(e, n, l) {
998
- for (var s = l.length, f = 0; f < s; f++) {
999
- var i = n.treeContext;
1000
- n.treeContext = Qe(i, s, f);
1001
- try {
1002
- ut(e, n, l[f]);
1003
- } finally {
1004
- n.treeContext = i;
1005
- }
1006
- }
1007
- }
1008
- function ut(e, n, l) {
1009
- var s = n.blockedSegment.formatContext, f = n.legacyContext, i = n.context;
1010
- try {
1011
- return H(e, n, l);
1012
- } catch (x) {
1013
- if (rt(), typeof x == "object" && x !== null && typeof x.then == "function") {
1014
- l = x;
1015
- var p = n.blockedSegment, y = Ve(e, p.chunks.length, null, p.formatContext, p.lastPushedText, !0);
1016
- p.children.push(y), p.lastPushedText = !1, e = ot(e, n.node, n.blockedBoundary, y, n.abortSet, n.legacyContext, n.context, n.treeContext).ping, l.then(e, e), n.blockedSegment.formatContext = s, n.legacyContext = f, n.context = i, De(i);
1017
- } else throw n.blockedSegment.formatContext = s, n.legacyContext = f, n.context = i, De(i), x;
1018
- }
1019
- }
1020
- function st(e) {
1021
- var n = e.blockedBoundary;
1022
- e = e.blockedSegment, e.status = 3, fe(this, n, e);
1023
- }
1024
- function Ht(e, n, l) {
1025
- var s = e.blockedBoundary;
1026
- e.blockedSegment.status = 3, s === null ? (n.allPendingTasks--, n.status !== 2 && (n.status = 2, n.destination !== null && n.destination.push(null))) : (s.pendingTasks--, s.forceClientRender || (s.forceClientRender = !0, e = l === void 0 ? Error(m(432)) : l, s.errorDigest = n.onError(e), s.parentFlushed && n.clientRenderedBoundaries.push(s)), s.fallbackAbortableTasks.forEach(function(f) {
1027
- return Ht(f, n, l);
1028
- }), s.fallbackAbortableTasks.clear(), n.allPendingTasks--, n.allPendingTasks === 0 && (s = n.onAllReady, s()));
1029
- }
1030
- function ce(e, n) {
1031
- if (n.chunks.length === 0 && n.children.length === 1 && n.children[0].boundary === null) {
1032
- var l = n.children[0];
1033
- l.id = n.id, l.parentFlushed = !0, l.status === 1 && ce(e, l);
1034
- } else e.completedSegments.push(n);
1035
- }
1036
- function fe(e, n, l) {
1037
- if (n === null) {
1038
- if (l.parentFlushed) {
1039
- if (e.completedRootSegment !== null) throw Error(m(389));
1040
- e.completedRootSegment = l;
1041
- }
1042
- e.pendingRootTasks--, e.pendingRootTasks === 0 && (e.onShellError = xe, n = e.onShellReady, n());
1043
- } else n.pendingTasks--, n.forceClientRender || (n.pendingTasks === 0 ? (l.parentFlushed && l.status === 1 && ce(n, l), n.parentFlushed && e.completedBoundaries.push(n), n.fallbackAbortableTasks.forEach(st, e), n.fallbackAbortableTasks.clear()) : l.parentFlushed && l.status === 1 && (ce(n, l), n.completedSegments.length === 1 && n.parentFlushed && e.partialBoundaries.push(n)));
1044
- e.allPendingTasks--, e.allPendingTasks === 0 && (e = e.onAllReady, e());
1045
- }
1046
- function Ut(e) {
1047
- if (e.status !== 2) {
1048
- var n = oe, l = nt.current;
1049
- nt.current = Lt;
1050
- var s = Le;
1051
- Le = e.responseState;
1052
- try {
1053
- var f = e.pingedTasks, i;
1054
- for (i = 0; i < f.length; i++) {
1055
- var p = f[i], y = e, x = p.blockedSegment;
1056
- if (x.status === 0) {
1057
- De(p.context);
1058
- try {
1059
- H(y, p, p.node), y.responseState.generateStaticMarkup || x.lastPushedText && x.textEmbedded && x.chunks.push("<!-- -->"), p.abortSet.delete(p), x.status = 1, fe(y, p.blockedBoundary, x);
1060
- } catch (W) {
1061
- if (rt(), typeof W == "object" && W !== null && typeof W.then == "function") {
1062
- var w = p.ping;
1063
- W.then(w, w);
1064
- } else {
1065
- p.abortSet.delete(p), x.status = 4;
1066
- var C = p.blockedBoundary, M = W, K = ke(y, M);
1067
- if (C === null ? $e(y, M) : (C.pendingTasks--, C.forceClientRender || (C.forceClientRender = !0, C.errorDigest = K, C.parentFlushed && y.clientRenderedBoundaries.push(C))), y.allPendingTasks--, y.allPendingTasks === 0) {
1068
- var Q = y.onAllReady;
1069
- Q();
1070
- }
1071
- }
1072
- } finally {
1073
- }
1074
- }
1075
- }
1076
- f.splice(0, i), e.destination !== null && je(e, e.destination);
1077
- } catch (W) {
1078
- ke(e, W), $e(e, W);
1079
- } finally {
1080
- Le = s, nt.current = l, l === Lt && De(n);
1081
- }
1082
- }
1083
- }
1084
- function we(e, n, l) {
1085
- switch (l.parentFlushed = !0, l.status) {
1086
- case 0:
1087
- var s = l.id = e.nextSegmentId++;
1088
- return l.lastPushedText = !1, l.textEmbedded = !1, e = e.responseState, n.push('<template id="'), n.push(e.placeholderPrefix), e = s.toString(16), n.push(e), n.push('"></template>');
1089
- case 1:
1090
- l.status = 2;
1091
- var f = !0;
1092
- s = l.chunks;
1093
- var i = 0;
1094
- l = l.children;
1095
- for (var p = 0; p < l.length; p++) {
1096
- for (f = l[p]; i < f.index; i++) n.push(s[i]);
1097
- f = Ce(e, n, f);
1098
- }
1099
- for (; i < s.length - 1; i++) n.push(s[i]);
1100
- return i < s.length && (f = n.push(s[i])), f;
1101
- default:
1102
- throw Error(m(390));
1103
- }
1104
- }
1105
- function Ce(e, n, l) {
1106
- var s = l.boundary;
1107
- if (s === null) return we(e, n, l);
1108
- if (s.parentFlushed = !0, s.forceClientRender) return e.responseState.generateStaticMarkup || (s = s.errorDigest, n.push("<!--$!-->"), n.push("<template"), s && (n.push(' data-dgst="'), s = O(s), n.push(s), n.push('"')), n.push("></template>")), we(e, n, l), e = e.responseState.generateStaticMarkup ? !0 : n.push("<!--/$-->"), e;
1109
- if (0 < s.pendingTasks) {
1110
- s.rootSegmentID = e.nextSegmentId++, 0 < s.completedSegments.length && e.partialBoundaries.push(s);
1111
- var f = e.responseState, i = f.nextSuspenseID++;
1112
- return f = f.boundaryPrefix + i.toString(16), s = s.id = f, kt(n, e.responseState, s), we(e, n, l), n.push("<!--/$-->");
1113
- }
1114
- if (s.byteSize > e.progressiveChunkSize) return s.rootSegmentID = e.nextSegmentId++, e.completedBoundaries.push(s), kt(n, e.responseState, s.id), we(e, n, l), n.push("<!--/$-->");
1115
- if (e.responseState.generateStaticMarkup || n.push("<!--$-->"), l = s.completedSegments, l.length !== 1) throw Error(m(391));
1116
- return Ce(e, n, l[0]), e = e.responseState.generateStaticMarkup ? !0 : n.push("<!--/$-->"), e;
1117
- }
1118
- function it(e, n, l) {
1119
- return wt(n, e.responseState, l.formatContext, l.id), Ce(e, n, l), cr(n, l.formatContext);
1120
- }
1121
- function at(e, n, l) {
1122
- for (var s = l.completedSegments, f = 0; f < s.length; f++) ct(e, n, l, s[f]);
1123
- if (s.length = 0, e = e.responseState, s = l.id, l = l.rootSegmentID, n.push(e.startInlineScript), e.sentCompleteBoundaryFunction ? n.push('$RC("') : (e.sentCompleteBoundaryFunction = !0, n.push('function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("')), s === null) throw Error(m(395));
1124
- return l = l.toString(16), n.push(s), n.push('","'), n.push(e.segmentPrefix), n.push(l), n.push('")<\/script>');
1125
- }
1126
- function ct(e, n, l, s) {
1127
- if (s.status === 2) return !0;
1128
- var f = s.id;
1129
- if (f === -1) {
1130
- if ((s.id = l.rootSegmentID) === -1) throw Error(m(392));
1131
- return it(e, n, s);
1132
- }
1133
- return it(e, n, s), e = e.responseState, n.push(e.startInlineScript), e.sentCompleteSegmentFunction ? n.push('$RS("') : (e.sentCompleteSegmentFunction = !0, n.push('function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("')), n.push(e.segmentPrefix), f = f.toString(16), n.push(f), n.push('","'), n.push(e.placeholderPrefix), n.push(f), n.push('")<\/script>');
1134
- }
1135
- function je(e, n) {
1136
- try {
1137
- var l = e.completedRootSegment;
1138
- if (l !== null && e.pendingRootTasks === 0) {
1139
- Ce(e, n, l), e.completedRootSegment = null;
1140
- var s = e.responseState.bootstrapChunks;
1141
- for (l = 0; l < s.length - 1; l++) n.push(s[l]);
1142
- l < s.length && n.push(s[l]);
1143
- }
1144
- var f = e.clientRenderedBoundaries, i;
1145
- for (i = 0; i < f.length; i++) {
1146
- var p = f[i];
1147
- s = n;
1148
- var y = e.responseState, x = p.id, w = p.errorDigest, C = p.errorMessage, M = p.errorComponentStack;
1149
- if (s.push(y.startInlineScript), y.sentClientRenderFunction ? s.push('$RX("') : (y.sentClientRenderFunction = !0, s.push('function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};$RX("')), x === null) throw Error(m(395));
1150
- if (s.push(x), s.push('"'), w || C || M) {
1151
- s.push(",");
1152
- var K = qe(w || "");
1153
- s.push(K);
1154
- }
1155
- if (C || M) {
1156
- s.push(",");
1157
- var Q = qe(C || "");
1158
- s.push(Q);
1159
- }
1160
- if (M) {
1161
- s.push(",");
1162
- var W = qe(M);
1163
- s.push(W);
1164
- }
1165
- if (!s.push(")<\/script>")) {
1166
- e.destination = null, i++, f.splice(0, i);
1167
- return;
1168
- }
1169
- }
1170
- f.splice(0, i);
1171
- var Ee = e.completedBoundaries;
1172
- for (i = 0; i < Ee.length; i++) if (!at(e, n, Ee[i])) {
1173
- e.destination = null, i++, Ee.splice(0, i);
1174
- return;
1175
- }
1176
- Ee.splice(0, i);
1177
- var ie = e.partialBoundaries;
1178
- for (i = 0; i < ie.length; i++) {
1179
- var pt = ie[i];
1180
- e: {
1181
- f = e, p = n;
1182
- var Te = pt.completedSegments;
1183
- for (y = 0; y < Te.length; y++) if (!ct(f, p, pt, Te[y])) {
1184
- y++, Te.splice(0, y);
1185
- var Zt = !1;
1186
- break e;
1187
- }
1188
- Te.splice(0, y), Zt = !0;
1189
- }
1190
- if (!Zt) {
1191
- e.destination = null, i++, ie.splice(0, i);
1192
- return;
1193
- }
1194
- }
1195
- ie.splice(0, i);
1196
- var pe = e.completedBoundaries;
1197
- for (i = 0; i < pe.length; i++) if (!at(e, n, pe[i])) {
1198
- e.destination = null, i++, pe.splice(0, i);
1199
- return;
1200
- }
1201
- pe.splice(0, i);
1202
- } finally {
1203
- e.allPendingTasks === 0 && e.pingedTasks.length === 0 && e.clientRenderedBoundaries.length === 0 && e.completedBoundaries.length === 0 && n.push(null);
1204
- }
1205
- }
1206
- function Wt(e, n) {
1207
- try {
1208
- var l = e.abortableTasks;
1209
- l.forEach(function(s) {
1210
- return Ht(s, e, n);
1211
- }), l.clear(), e.destination !== null && je(e, e.destination);
1212
- } catch (s) {
1213
- ke(e, s), $e(e, s);
1214
- }
1215
- }
1216
- function qt() {
1217
- }
1218
- function ft(e, n, l, s) {
1219
- var f = !1, i = null, p = "", y = { push: function(w) {
1220
- return w !== null && (p += w), !0;
1221
- }, destroy: function(w) {
1222
- f = !0, i = w;
1223
- } }, x = !1;
1224
- if (e = wr(e, G(l, n ? n.identifierPrefix : void 0), { insertionMode: 1, selectedValue: null }, 1 / 0, qt, void 0, function() {
1225
- x = !0;
1226
- }), Ut(e), Wt(e, s), e.status === 1) e.status = 2, y.destroy(e.fatalError);
1227
- else if (e.status !== 2 && e.destination === null) {
1228
- e.destination = y;
1229
- try {
1230
- je(e, y);
1231
- } catch (w) {
1232
- ke(e, w), $e(e, w);
1233
- }
1234
- }
1235
- if (f) throw i;
1236
- if (!x) throw Error(m(426));
1237
- return p;
1238
- }
1239
- return Re.renderToNodeStream = function() {
1240
- throw Error(m(207));
1241
- }, Re.renderToStaticMarkup = function(e, n) {
1242
- return ft(e, n, !0, 'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server');
1243
- }, Re.renderToStaticNodeStream = function() {
1244
- throw Error(m(208));
1245
- }, Re.renderToString = function(e, n) {
1246
- return ft(e, n, !1, 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server');
1247
- }, Re.version = "18.2.0", Re;
1248
- }
1249
- var ur = {};
1250
- /**
1251
- * @license React
1252
- * react-dom-server.browser.production.min.js
1253
- *
1254
- * Copyright (c) Facebook, Inc. and its affiliates.
1255
- *
1256
- * This source code is licensed under the MIT license found in the
1257
- * LICENSE file in the root directory of this source tree.
1258
- */
1259
- var Jr;
1260
- function hn() {
1261
- if (Jr) return ur;
1262
- Jr = 1;
1263
- var $ = Kr;
1264
- function m(t) {
1265
- for (var r = "https://reactjs.org/docs/error-decoder.html?invariant=" + t, o = 1; o < arguments.length; o++) r += "&args[]=" + encodeURIComponent(arguments[o]);
1266
- return "Minified React error #" + t + "; visit " + r + " for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";
1267
- }
1268
- var F = null, B = 0;
1269
- function v(t, r) {
1270
- if (r.length !== 0) if (512 < r.length) 0 < B && (t.enqueue(new Uint8Array(F.buffer, 0, B)), F = new Uint8Array(512), B = 0), t.enqueue(r);
1271
- else {
1272
- var o = F.length - B;
1273
- o < r.length && (o === 0 ? t.enqueue(F) : (F.set(r.subarray(0, o), B), t.enqueue(F), r = r.subarray(o)), F = new Uint8Array(512), B = 0), F.set(r, B), B += r.length;
1274
- }
1275
- }
1276
- function R(t, r) {
1277
- return v(t, r), !0;
1278
- }
1279
- function Ae(t) {
1280
- F && 0 < B && (t.enqueue(new Uint8Array(F.buffer, 0, B)), F = null, B = 0);
1281
- }
1282
- var N = new TextEncoder();
1283
- function S(t) {
1284
- return N.encode(t);
1285
- }
1286
- function g(t) {
1287
- return N.encode(t);
1288
- }
1289
- function _e(t, r) {
1290
- typeof t.error == "function" ? t.error(r) : t.close();
1291
- }
1292
- var z = Object.prototype.hasOwnProperty, sr = /^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/, gt = {}, O = {};
1293
- function vt(t) {
1294
- return z.call(O, t) ? !0 : z.call(gt, t) ? !1 : sr.test(t) ? O[t] = !0 : (gt[t] = !0, !1);
1295
- }
1296
- function L(t, r, o, u, c, a, d) {
1297
- this.acceptsBooleans = r === 2 || r === 3 || r === 4, this.attributeName = u, this.attributeNamespace = c, this.mustUseProperty = o, this.propertyName = t, this.type = r, this.sanitizeURL = a, this.removeEmptyString = d;
1298
- }
1299
- var b = {};
1300
- "children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(t) {
1301
- b[t] = new L(t, 0, !1, t, null, !1, !1);
1302
- }), [["acceptCharset", "accept-charset"], ["className", "class"], ["htmlFor", "for"], ["httpEquiv", "http-equiv"]].forEach(function(t) {
1303
- var r = t[0];
1304
- b[r] = new L(r, 1, !1, t[1], null, !1, !1);
1305
- }), ["contentEditable", "draggable", "spellCheck", "value"].forEach(function(t) {
1306
- b[t] = new L(t, 2, !1, t.toLowerCase(), null, !1, !1);
1307
- }), ["autoReverse", "externalResourcesRequired", "focusable", "preserveAlpha"].forEach(function(t) {
1308
- b[t] = new L(t, 2, !1, t, null, !1, !1);
1309
- }), "allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(t) {
1310
- b[t] = new L(t, 3, !1, t.toLowerCase(), null, !1, !1);
1311
- }), ["checked", "multiple", "muted", "selected"].forEach(function(t) {
1312
- b[t] = new L(t, 3, !0, t, null, !1, !1);
1313
- }), ["capture", "download"].forEach(function(t) {
1314
- b[t] = new L(t, 4, !1, t, null, !1, !1);
1315
- }), ["cols", "rows", "size", "span"].forEach(function(t) {
1316
- b[t] = new L(t, 6, !1, t, null, !1, !1);
1317
- }), ["rowSpan", "start"].forEach(function(t) {
1318
- b[t] = new L(t, 5, !1, t.toLowerCase(), null, !1, !1);
1319
- });
1320
- var U = /[\-:]([a-z])/g;
1321
- function He(t) {
1322
- return t[1].toUpperCase();
1323
- }
1324
- "accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(t) {
1325
- var r = t.replace(
1326
- U,
1327
- He
1328
- );
1329
- b[r] = new L(r, 1, !1, t, null, !1, !1);
1330
- }), "xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(t) {
1331
- var r = t.replace(U, He);
1332
- b[r] = new L(r, 1, !1, t, "http://www.w3.org/1999/xlink", !1, !1);
1333
- }), ["xml:base", "xml:lang", "xml:space"].forEach(function(t) {
1334
- var r = t.replace(U, He);
1335
- b[r] = new L(r, 1, !1, t, "http://www.w3.org/XML/1998/namespace", !1, !1);
1336
- }), ["tabIndex", "crossOrigin"].forEach(function(t) {
1337
- b[t] = new L(t, 1, !1, t.toLowerCase(), null, !1, !1);
1338
- }), b.xlinkHref = new L("xlinkHref", 1, !1, "xlink:href", "http://www.w3.org/1999/xlink", !0, !1), ["src", "href", "action", "formAction"].forEach(function(t) {
1339
- b[t] = new L(t, 1, !1, t.toLowerCase(), null, !0, !0);
1340
- });
1341
- var me = {
1342
- animationIterationCount: !0,
1343
- aspectRatio: !0,
1344
- borderImageOutset: !0,
1345
- borderImageSlice: !0,
1346
- borderImageWidth: !0,
1347
- boxFlex: !0,
1348
- boxFlexGroup: !0,
1349
- boxOrdinalGroup: !0,
1350
- columnCount: !0,
1351
- columns: !0,
1352
- flex: !0,
1353
- flexGrow: !0,
1354
- flexPositive: !0,
1355
- flexShrink: !0,
1356
- flexNegative: !0,
1357
- flexOrder: !0,
1358
- gridArea: !0,
1359
- gridRow: !0,
1360
- gridRowEnd: !0,
1361
- gridRowSpan: !0,
1362
- gridRowStart: !0,
1363
- gridColumn: !0,
1364
- gridColumnEnd: !0,
1365
- gridColumnSpan: !0,
1366
- gridColumnStart: !0,
1367
- fontWeight: !0,
1368
- lineClamp: !0,
1369
- lineHeight: !0,
1370
- opacity: !0,
1371
- order: !0,
1372
- orphans: !0,
1373
- tabSize: !0,
1374
- widows: !0,
1375
- zIndex: !0,
1376
- zoom: !0,
1377
- fillOpacity: !0,
1378
- floodOpacity: !0,
1379
- stopOpacity: !0,
1380
- strokeDasharray: !0,
1381
- strokeDashoffset: !0,
1382
- strokeMiterlimit: !0,
1383
- strokeOpacity: !0,
1384
- strokeWidth: !0
1385
- }, St = ["Webkit", "ms", "Moz", "O"];
1386
- Object.keys(me).forEach(function(t) {
1387
- St.forEach(function(r) {
1388
- r = r + t.charAt(0).toUpperCase() + t.substring(1), me[r] = me[t];
1389
- });
1390
- });
1391
- var j = /["'&<>]/;
1392
- function D(t) {
1393
- if (typeof t == "boolean" || typeof t == "number") return "" + t;
1394
- t = "" + t;
1395
- var r = j.exec(t);
1396
- if (r) {
1397
- var o = "", u, c = 0;
1398
- for (u = r.index; u < t.length; u++) {
1399
- switch (t.charCodeAt(u)) {
1400
- case 34:
1401
- r = "&quot;";
1402
- break;
1403
- case 38:
1404
- r = "&amp;";
1405
- break;
1406
- case 39:
1407
- r = "&#x27;";
1408
- break;
1409
- case 60:
1410
- r = "&lt;";
1411
- break;
1412
- case 62:
1413
- r = "&gt;";
1414
- break;
1415
- default:
1416
- continue;
1417
- }
1418
- c !== u && (o += t.substring(c, u)), c = u + 1, o += r;
1419
- }
1420
- t = c !== u ? o + t.substring(c, u) : o;
1421
- }
1422
- return t;
1423
- }
1424
- var ir = /([A-Z])/g, Ue = /^ms-/, We = Array.isArray, xt = g("<script>"), X = g("<\/script>"), ar = g('<script src="'), kt = g('<script type="module" src="'), wt = g('" async=""><\/script>'), cr = /(<\/|<)(s)(cript)/gi;
1425
- function fr(t, r, o, u) {
1426
- return "" + r + (o === "s" ? "\\u0073" : "\\u0053") + u;
1427
- }
1428
- function qe(t, r, o, u, c) {
1429
- t = t === void 0 ? "" : t, r = r === void 0 ? xt : g('<script nonce="' + D(r) + '">');
1430
- var a = [];
1431
- if (o !== void 0 && a.push(r, S(("" + o).replace(cr, fr)), X), u !== void 0) for (o = 0; o < u.length; o++) a.push(ar, S(D(u[o])), wt);
1432
- if (c !== void 0) for (u = 0; u < c.length; u++) a.push(kt, S(D(c[u])), wt);
1433
- return { bootstrapChunks: a, startInlineScript: r, placeholderPrefix: g(t + "P:"), segmentPrefix: g(t + "S:"), boundaryPrefix: t + "B:", idPrefix: t, nextSuspenseID: 0, sentCompleteSegmentFunction: !1, sentCompleteBoundaryFunction: !1, sentClientRenderFunction: !1 };
1434
- }
1435
- function G(t, r) {
1436
- return { insertionMode: t, selectedValue: r };
1437
- }
1438
- function Ct(t) {
1439
- return G(t === "http://www.w3.org/2000/svg" ? 2 : t === "http://www.w3.org/1998/Math/MathML" ? 3 : 0, null);
1440
- }
1441
- function ye(t, r, o) {
1442
- switch (r) {
1443
- case "select":
1444
- return G(1, o.value != null ? o.value : o.defaultValue);
1445
- case "svg":
1446
- return G(2, null);
1447
- case "math":
1448
- return G(3, null);
1449
- case "foreignObject":
1450
- return G(1, null);
1451
- case "table":
1452
- return G(4, null);
1453
- case "thead":
1454
- case "tbody":
1455
- case "tfoot":
1456
- return G(5, null);
1457
- case "colgroup":
1458
- return G(7, null);
1459
- case "tr":
1460
- return G(6, null);
1461
- }
1462
- return 4 <= t.insertionMode || t.insertionMode === 0 ? G(1, null) : t;
1463
- }
1464
- var Ze = g("<!-- -->");
1465
- function Xe(t, r, o, u) {
1466
- return r === "" ? u : (u && t.push(Ze), t.push(S(D(r))), !0);
1467
- }
1468
- var Ge = /* @__PURE__ */ new Map(), Et = g(' style="'), Je = g(":"), Tt = g(";");
1469
- function Ye(t, r, o) {
1470
- if (typeof o != "object") throw Error(m(62));
1471
- r = !0;
1472
- for (var u in o) if (z.call(o, u)) {
1473
- var c = o[u];
1474
- if (c != null && typeof c != "boolean" && c !== "") {
1475
- if (u.indexOf("--") === 0) {
1476
- var a = S(D(u));
1477
- c = S(D(("" + c).trim()));
1478
- } else {
1479
- a = u;
1480
- var d = Ge.get(a);
1481
- d !== void 0 || (d = g(D(a.replace(ir, "-$1").toLowerCase().replace(Ue, "-ms-"))), Ge.set(a, d)), a = d, c = typeof c == "number" ? c === 0 || z.call(me, u) ? S("" + c) : S(c + "px") : S(D(("" + c).trim()));
1482
- }
1483
- r ? (r = !1, t.push(Et, a, Je, c)) : t.push(Tt, a, Je, c);
1484
- }
1485
- }
1486
- r || t.push(re);
1487
- }
1488
- var Y = g(" "), ue = g('="'), re = g('"'), Ke = g('=""');
1489
- function V(t, r, o, u) {
1490
- switch (o) {
1491
- case "style":
1492
- Ye(t, r, u);
1493
- return;
1494
- case "defaultValue":
1495
- case "defaultChecked":
1496
- case "innerHTML":
1497
- case "suppressContentEditableWarning":
1498
- case "suppressHydrationWarning":
1499
- return;
1500
- }
1501
- if (!(2 < o.length) || o[0] !== "o" && o[0] !== "O" || o[1] !== "n" && o[1] !== "N") {
1502
- if (r = b.hasOwnProperty(o) ? b[o] : null, r !== null) {
1503
- switch (typeof u) {
1504
- case "function":
1505
- case "symbol":
1506
- return;
1507
- case "boolean":
1508
- if (!r.acceptsBooleans) return;
1509
- }
1510
- switch (o = S(r.attributeName), r.type) {
1511
- case 3:
1512
- u && t.push(Y, o, Ke);
1513
- break;
1514
- case 4:
1515
- u === !0 ? t.push(Y, o, Ke) : u !== !1 && t.push(Y, o, ue, S(D(u)), re);
1516
- break;
1517
- case 5:
1518
- isNaN(u) || t.push(Y, o, ue, S(D(u)), re);
1519
- break;
1520
- case 6:
1521
- !isNaN(u) && 1 <= u && t.push(Y, o, ue, S(D(u)), re);
1522
- break;
1523
- default:
1524
- r.sanitizeURL && (u = "" + u), t.push(Y, o, ue, S(D(u)), re);
1525
- }
1526
- } else if (vt(o)) {
1527
- switch (typeof u) {
1528
- case "function":
1529
- case "symbol":
1530
- return;
1531
- case "boolean":
1532
- if (r = o.toLowerCase().slice(0, 5), r !== "data-" && r !== "aria-") return;
1533
- }
1534
- t.push(Y, S(o), ue, S(D(u)), re);
1535
- }
1536
- }
1537
- }
1538
- var ne = g(">"), Ft = g("/>");
1539
- function Pe(t, r, o) {
1540
- if (r != null) {
1541
- if (o != null) throw Error(m(60));
1542
- if (typeof r != "object" || !("__html" in r)) throw Error(m(61));
1543
- r = r.__html, r != null && t.push(S("" + r));
1544
- }
1545
- }
1546
- function pr(t) {
1547
- var r = "";
1548
- return $.Children.forEach(t, function(o) {
1549
- o != null && (r += o);
1550
- }), r;
1551
- }
1552
- var Ie = g(' selected=""');
1553
- function ge(t, r, o, u) {
1554
- t.push(A(o));
1555
- var c = o = null, a;
1556
- for (a in r) if (z.call(r, a)) {
1557
- var d = r[a];
1558
- if (d != null) switch (a) {
1559
- case "children":
1560
- o = d;
1561
- break;
1562
- case "dangerouslySetInnerHTML":
1563
- c = d;
1564
- break;
1565
- default:
1566
- V(t, u, a, d);
1567
- }
1568
- }
1569
- return t.push(ne), Pe(t, c, o), typeof o == "string" ? (t.push(S(D(o))), null) : o;
1570
- }
1571
- var Me = g(`
1572
- `), Rt = /^[a-zA-Z][a-zA-Z:_\.\-\d]*$/, oe = /* @__PURE__ */ new Map();
1573
- function A(t) {
1574
- var r = oe.get(t);
1575
- if (r === void 0) {
1576
- if (!Rt.test(t)) throw Error(m(65, t));
1577
- r = g("<" + t), oe.set(t, r);
1578
- }
1579
- return r;
1580
- }
1581
- var _t = g("<!DOCTYPE html>");
1582
- function Pt(t, r, o, u, c) {
1583
- switch (r) {
1584
- case "select":
1585
- t.push(A("select"));
1586
- var a = null, d = null;
1587
- for (E in o) if (z.call(o, E)) {
1588
- var h = o[E];
1589
- if (h != null) switch (E) {
1590
- case "children":
1591
- a = h;
1592
- break;
1593
- case "dangerouslySetInnerHTML":
1594
- d = h;
1595
- break;
1596
- case "defaultValue":
1597
- case "value":
1598
- break;
1599
- default:
1600
- V(t, u, E, h);
1601
- }
1602
- }
1603
- return t.push(ne), Pe(t, d, a), a;
1604
- case "option":
1605
- d = c.selectedValue, t.push(A("option"));
1606
- var k = h = null, T = null, E = null;
1607
- for (a in o) if (z.call(o, a)) {
1608
- var I = o[a];
1609
- if (I != null) switch (a) {
1610
- case "children":
1611
- h = I;
1612
- break;
1613
- case "selected":
1614
- T = I;
1615
- break;
1616
- case "dangerouslySetInnerHTML":
1617
- E = I;
1618
- break;
1619
- case "value":
1620
- k = I;
1621
- default:
1622
- V(t, u, a, I);
1623
- }
1624
- }
1625
- if (d != null) if (o = k !== null ? "" + k : pr(h), We(d)) {
1626
- for (u = 0; u < d.length; u++)
1627
- if ("" + d[u] === o) {
1628
- t.push(Ie);
1629
- break;
1630
- }
1631
- } else "" + d === o && t.push(Ie);
1632
- else T && t.push(Ie);
1633
- return t.push(ne), Pe(t, E, h), h;
1634
- case "textarea":
1635
- t.push(A("textarea")), E = d = a = null;
1636
- for (h in o) if (z.call(o, h) && (k = o[h], k != null)) switch (h) {
1637
- case "children":
1638
- E = k;
1639
- break;
1640
- case "value":
1641
- a = k;
1642
- break;
1643
- case "defaultValue":
1644
- d = k;
1645
- break;
1646
- case "dangerouslySetInnerHTML":
1647
- throw Error(m(91));
1648
- default:
1649
- V(t, u, h, k);
1650
- }
1651
- if (a === null && d !== null && (a = d), t.push(ne), E != null) {
1652
- if (a != null) throw Error(m(92));
1653
- if (We(E) && 1 < E.length) throw Error(m(93));
1654
- a = "" + E;
1655
- }
1656
- return typeof a == "string" && a[0] === `
1657
- ` && t.push(Me), a !== null && t.push(S(D("" + a))), null;
1658
- case "input":
1659
- t.push(A("input")), k = E = h = a = null;
1660
- for (d in o) if (z.call(o, d) && (T = o[d], T != null)) switch (d) {
1661
- case "children":
1662
- case "dangerouslySetInnerHTML":
1663
- throw Error(m(399, "input"));
1664
- case "defaultChecked":
1665
- k = T;
1666
- break;
1667
- case "defaultValue":
1668
- h = T;
1669
- break;
1670
- case "checked":
1671
- E = T;
1672
- break;
1673
- case "value":
1674
- a = T;
1675
- break;
1676
- default:
1677
- V(t, u, d, T);
1678
- }
1679
- return E !== null ? V(
1680
- t,
1681
- u,
1682
- "checked",
1683
- E
1684
- ) : k !== null && V(t, u, "checked", k), a !== null ? V(t, u, "value", a) : h !== null && V(t, u, "value", h), t.push(Ft), null;
1685
- case "menuitem":
1686
- t.push(A("menuitem"));
1687
- for (var Z in o) if (z.call(o, Z) && (a = o[Z], a != null)) switch (Z) {
1688
- case "children":
1689
- case "dangerouslySetInnerHTML":
1690
- throw Error(m(400));
1691
- default:
1692
- V(t, u, Z, a);
1693
- }
1694
- return t.push(ne), null;
1695
- case "title":
1696
- t.push(A("title")), a = null;
1697
- for (I in o) if (z.call(o, I) && (d = o[I], d != null)) switch (I) {
1698
- case "children":
1699
- a = d;
1700
- break;
1701
- case "dangerouslySetInnerHTML":
1702
- throw Error(m(434));
1703
- default:
1704
- V(t, u, I, d);
1705
- }
1706
- return t.push(ne), a;
1707
- case "listing":
1708
- case "pre":
1709
- t.push(A(r)), d = a = null;
1710
- for (k in o) if (z.call(o, k) && (h = o[k], h != null)) switch (k) {
1711
- case "children":
1712
- a = h;
1713
- break;
1714
- case "dangerouslySetInnerHTML":
1715
- d = h;
1716
- break;
1717
- default:
1718
- V(t, u, k, h);
1719
- }
1720
- if (t.push(ne), d != null) {
1721
- if (a != null) throw Error(m(60));
1722
- if (typeof d != "object" || !("__html" in d)) throw Error(m(61));
1723
- o = d.__html, o != null && (typeof o == "string" && 0 < o.length && o[0] === `
1724
- ` ? t.push(Me, S(o)) : t.push(S("" + o)));
1725
- }
1726
- return typeof a == "string" && a[0] === `
1727
- ` && t.push(Me), a;
1728
- case "area":
1729
- case "base":
1730
- case "br":
1731
- case "col":
1732
- case "embed":
1733
- case "hr":
1734
- case "img":
1735
- case "keygen":
1736
- case "link":
1737
- case "meta":
1738
- case "param":
1739
- case "source":
1740
- case "track":
1741
- case "wbr":
1742
- t.push(A(r));
1743
- for (var ee in o) if (z.call(o, ee) && (a = o[ee], a != null)) switch (ee) {
1744
- case "children":
1745
- case "dangerouslySetInnerHTML":
1746
- throw Error(m(399, r));
1747
- default:
1748
- V(t, u, ee, a);
1749
- }
1750
- return t.push(Ft), null;
1751
- case "annotation-xml":
1752
- case "color-profile":
1753
- case "font-face":
1754
- case "font-face-src":
1755
- case "font-face-uri":
1756
- case "font-face-format":
1757
- case "font-face-name":
1758
- case "missing-glyph":
1759
- return ge(t, o, r, u);
1760
- case "html":
1761
- return c.insertionMode === 0 && t.push(_t), ge(t, o, r, u);
1762
- default:
1763
- if (r.indexOf("-") === -1 && typeof o.is != "string") return ge(t, o, r, u);
1764
- t.push(A(r)), d = a = null;
1765
- for (T in o) if (z.call(o, T) && (h = o[T], h != null)) switch (T) {
1766
- case "children":
1767
- a = h;
1768
- break;
1769
- case "dangerouslySetInnerHTML":
1770
- d = h;
1771
- break;
1772
- case "style":
1773
- Ye(t, u, h);
1774
- break;
1775
- case "suppressContentEditableWarning":
1776
- case "suppressHydrationWarning":
1777
- break;
1778
- default:
1779
- vt(T) && typeof h != "function" && typeof h != "symbol" && t.push(Y, S(T), ue, S(D(h)), re);
1780
- }
1781
- return t.push(ne), Pe(t, d, a), a;
1782
- }
1783
- }
1784
- var It = g("</"), Mt = g(">"), De = g('<template id="'), Dt = g('"></template>'), Bt = g("<!--$-->"), dr = g('<!--$?--><template id="'), Qe = g('"></template>'), Be = g("<!--$!-->"), hr = g("<!--/$-->"), mr = g("<template"), yr = g('"'), gr = g(' data-dgst="');
1785
- g(' data-msg="'), g(' data-stck="');
1786
- var vr = g("></template>");
1787
- function J(t, r, o) {
1788
- if (v(t, dr), o === null) throw Error(m(395));
1789
- return v(t, o), R(t, Qe);
1790
- }
1791
- var et = g('<div hidden id="'), be = g('">'), _ = g("</div>"), ve = g('<svg aria-hidden="true" style="display:none" id="'), ze = g('">'), Se = g("</svg>"), le = g('<math aria-hidden="true" style="display:none" id="'), Ne = g('">'), se = g("</math>"), bt = g('<table hidden id="'), tt = g('">'), rt = g("</table>"), zt = g('<table hidden><tbody id="'), Nt = g('">'), Ot = g("</tbody></table>"), Sr = g('<table hidden><tr id="'), xr = g('">'), Oe = g("</tr></table>"), Lt = g('<table hidden><colgroup id="'), Le = g('">'), nt = g("</colgroup></table>");
1792
- function kr(t, r, o, u) {
1793
- switch (o.insertionMode) {
1794
- case 0:
1795
- case 1:
1796
- return v(t, et), v(t, r.segmentPrefix), v(t, S(u.toString(16))), R(t, be);
1797
- case 2:
1798
- return v(t, ve), v(t, r.segmentPrefix), v(t, S(u.toString(16))), R(t, ze);
1799
- case 3:
1800
- return v(t, le), v(t, r.segmentPrefix), v(t, S(u.toString(16))), R(t, Ne);
1801
- case 4:
1802
- return v(t, bt), v(t, r.segmentPrefix), v(t, S(u.toString(16))), R(t, tt);
1803
- case 5:
1804
- return v(t, zt), v(t, r.segmentPrefix), v(t, S(u.toString(16))), R(t, Nt);
1805
- case 6:
1806
- return v(t, Sr), v(t, r.segmentPrefix), v(t, S(u.toString(16))), R(t, xr);
1807
- case 7:
1808
- return v(
1809
- t,
1810
- Lt
1811
- ), v(t, r.segmentPrefix), v(t, S(u.toString(16))), R(t, Le);
1812
- default:
1813
- throw Error(m(397));
1814
- }
1815
- }
1816
- function xe(t, r) {
1817
- switch (r.insertionMode) {
1818
- case 0:
1819
- case 1:
1820
- return R(t, _);
1821
- case 2:
1822
- return R(t, Se);
1823
- case 3:
1824
- return R(t, se);
1825
- case 4:
1826
- return R(t, rt);
1827
- case 5:
1828
- return R(t, Ot);
1829
- case 6:
1830
- return R(t, Oe);
1831
- case 7:
1832
- return R(t, nt);
1833
- default:
1834
- throw Error(m(397));
1835
- }
1836
- }
1837
- var wr = g('function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("'), ot = g('$RS("'), Ve = g('","'), ke = g('")<\/script>'), $e = g('function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("'), Vt = g('$RC("'), $t = g('","'), jt = g('")<\/script>'), lt = g('function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};$RX("'), H = g('$RX("'), At = g('"'), ut = g(")<\/script>"), st = g(","), Ht = /[<\u2028\u2029]/g;
1838
- function ce(t) {
1839
- return JSON.stringify(t).replace(Ht, function(r) {
1840
- switch (r) {
1841
- case "<":
1842
- return "\\u003c";
1843
- case "\u2028":
1844
- return "\\u2028";
1845
- case "\u2029":
1846
- return "\\u2029";
1847
- default:
1848
- throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React");
1849
- }
1850
- });
1851
- }
1852
- var fe = Object.assign, Ut = Symbol.for("react.element"), we = Symbol.for("react.portal"), Ce = Symbol.for("react.fragment"), it = Symbol.for("react.strict_mode"), at = Symbol.for("react.profiler"), ct = Symbol.for("react.provider"), je = Symbol.for("react.context"), Wt = Symbol.for("react.forward_ref"), qt = Symbol.for("react.suspense"), ft = Symbol.for("react.suspense_list"), e = Symbol.for("react.memo"), n = Symbol.for("react.lazy"), l = Symbol.for("react.scope"), s = Symbol.for("react.debug_trace_mode"), f = Symbol.for("react.legacy_hidden"), i = Symbol.for("react.default_value"), p = Symbol.iterator;
1853
- function y(t) {
1854
- if (t == null) return null;
1855
- if (typeof t == "function") return t.displayName || t.name || null;
1856
- if (typeof t == "string") return t;
1857
- switch (t) {
1858
- case Ce:
1859
- return "Fragment";
1860
- case we:
1861
- return "Portal";
1862
- case at:
1863
- return "Profiler";
1864
- case it:
1865
- return "StrictMode";
1866
- case qt:
1867
- return "Suspense";
1868
- case ft:
1869
- return "SuspenseList";
1870
- }
1871
- if (typeof t == "object") switch (t.$$typeof) {
1872
- case je:
1873
- return (t.displayName || "Context") + ".Consumer";
1874
- case ct:
1875
- return (t._context.displayName || "Context") + ".Provider";
1876
- case Wt:
1877
- var r = t.render;
1878
- return t = t.displayName, t || (t = r.displayName || r.name || "", t = t !== "" ? "ForwardRef(" + t + ")" : "ForwardRef"), t;
1879
- case e:
1880
- return r = t.displayName || null, r !== null ? r : y(t.type) || "Memo";
1881
- case n:
1882
- r = t._payload, t = t._init;
1883
- try {
1884
- return y(t(r));
1885
- } catch {
1886
- }
1887
- }
1888
- return null;
1889
- }
1890
- var x = {};
1891
- function w(t, r) {
1892
- if (t = t.contextTypes, !t) return x;
1893
- var o = {}, u;
1894
- for (u in t) o[u] = r[u];
1895
- return o;
1896
- }
1897
- var C = null;
1898
- function M(t, r) {
1899
- if (t !== r) {
1900
- t.context._currentValue = t.parentValue, t = t.parent;
1901
- var o = r.parent;
1902
- if (t === null) {
1903
- if (o !== null) throw Error(m(401));
1904
- } else {
1905
- if (o === null) throw Error(m(401));
1906
- M(t, o);
1907
- }
1908
- r.context._currentValue = r.value;
1909
- }
1910
- }
1911
- function K(t) {
1912
- t.context._currentValue = t.parentValue, t = t.parent, t !== null && K(t);
1913
- }
1914
- function Q(t) {
1915
- var r = t.parent;
1916
- r !== null && Q(r), t.context._currentValue = t.value;
1917
- }
1918
- function W(t, r) {
1919
- if (t.context._currentValue = t.parentValue, t = t.parent, t === null) throw Error(m(402));
1920
- t.depth === r.depth ? M(t, r) : W(t, r);
1921
- }
1922
- function Ee(t, r) {
1923
- var o = r.parent;
1924
- if (o === null) throw Error(m(402));
1925
- t.depth === o.depth ? M(t, o) : Ee(t, o), r.context._currentValue = r.value;
1926
- }
1927
- function ie(t) {
1928
- var r = C;
1929
- r !== t && (r === null ? Q(t) : t === null ? K(r) : r.depth === t.depth ? M(r, t) : r.depth > t.depth ? W(r, t) : Ee(r, t), C = t);
1930
- }
1931
- var pt = { isMounted: function() {
1932
- return !1;
1933
- }, enqueueSetState: function(t, r) {
1934
- t = t._reactInternals, t.queue !== null && t.queue.push(r);
1935
- }, enqueueReplaceState: function(t, r) {
1936
- t = t._reactInternals, t.replace = !0, t.queue = [r];
1937
- }, enqueueForceUpdate: function() {
1938
- } };
1939
- function Te(t, r, o, u) {
1940
- var c = t.state !== void 0 ? t.state : null;
1941
- t.updater = pt, t.props = o, t.state = c;
1942
- var a = { queue: [], replace: !1 };
1943
- t._reactInternals = a;
1944
- var d = r.contextType;
1945
- if (t.context = typeof d == "object" && d !== null ? d._currentValue : u, d = r.getDerivedStateFromProps, typeof d == "function" && (d = d(o, c), c = d == null ? c : fe({}, c, d), t.state = c), typeof r.getDerivedStateFromProps != "function" && typeof t.getSnapshotBeforeUpdate != "function" && (typeof t.UNSAFE_componentWillMount == "function" || typeof t.componentWillMount == "function")) if (r = t.state, typeof t.componentWillMount == "function" && t.componentWillMount(), typeof t.UNSAFE_componentWillMount == "function" && t.UNSAFE_componentWillMount(), r !== t.state && pt.enqueueReplaceState(t, t.state, null), a.queue !== null && 0 < a.queue.length) if (r = a.queue, d = a.replace, a.queue = null, a.replace = !1, d && r.length === 1) t.state = r[0];
1946
- else {
1947
- for (a = d ? r[0] : t.state, c = !0, d = d ? 1 : 0; d < r.length; d++) {
1948
- var h = r[d];
1949
- h = typeof h == "function" ? h.call(t, a, o, u) : h, h != null && (c ? (c = !1, a = fe({}, a, h)) : fe(a, h));
1950
- }
1951
- t.state = a;
1952
- }
1953
- else a.queue = null;
1954
- }
1955
- var Zt = { id: 1, overflow: "" };
1956
- function pe(t, r, o) {
1957
- var u = t.id;
1958
- t = t.overflow;
1959
- var c = 32 - Xt(u) - 1;
1960
- u &= ~(1 << c), o += 1;
1961
- var a = 32 - Xt(r) + c;
1962
- if (30 < a) {
1963
- var d = c - c % 5;
1964
- return a = (u & (1 << d) - 1).toString(32), u >>= d, c -= d, { id: 1 << 32 - Xt(r) + c | o << c | u, overflow: a + t };
1965
- }
1966
- return { id: 1 << a | o << c | u, overflow: t };
1967
- }
1968
- var Xt = Math.clz32 ? Math.clz32 : rn, en = Math.log, tn = Math.LN2;
1969
- function rn(t) {
1970
- return t >>>= 0, t === 0 ? 32 : 31 - (en(t) / tn | 0) | 0;
1971
- }
1972
- function nn(t, r) {
1973
- return t === r && (t !== 0 || 1 / t === 1 / r) || t !== t && r !== r;
1974
- }
1975
- var on = typeof Object.is == "function" ? Object.is : nn, ae = null, Cr = null, Gt = null, P = null, dt = !1, Jt = !1, ht = 0, de = null, Yt = 0;
1976
- function Fe() {
1977
- if (ae === null) throw Error(m(321));
1978
- return ae;
1979
- }
1980
- function Dr() {
1981
- if (0 < Yt) throw Error(m(312));
1982
- return { memoizedState: null, queue: null, next: null };
1983
- }
1984
- function Er() {
1985
- return P === null ? Gt === null ? (dt = !1, Gt = P = Dr()) : (dt = !0, P = Gt) : P.next === null ? (dt = !1, P = P.next = Dr()) : (dt = !0, P = P.next), P;
1986
- }
1987
- function Tr() {
1988
- Cr = ae = null, Jt = !1, Gt = null, Yt = 0, P = de = null;
1989
- }
1990
- function Br(t, r) {
1991
- return typeof r == "function" ? r(t) : r;
1992
- }
1993
- function br(t, r, o) {
1994
- if (ae = Fe(), P = Er(), dt) {
1995
- var u = P.queue;
1996
- if (r = u.dispatch, de !== null && (o = de.get(u), o !== void 0)) {
1997
- de.delete(u), u = P.memoizedState;
1998
- do
1999
- u = t(u, o.action), o = o.next;
2000
- while (o !== null);
2001
- return P.memoizedState = u, [u, r];
2002
- }
2003
- return [P.memoizedState, r];
2004
- }
2005
- return t = t === Br ? typeof r == "function" ? r() : r : o !== void 0 ? o(r) : r, P.memoizedState = t, t = P.queue = { last: null, dispatch: null }, t = t.dispatch = ln.bind(null, ae, t), [P.memoizedState, t];
2006
- }
2007
- function zr(t, r) {
2008
- if (ae = Fe(), P = Er(), r = r === void 0 ? null : r, P !== null) {
2009
- var o = P.memoizedState;
2010
- if (o !== null && r !== null) {
2011
- var u = o[1];
2012
- e: if (u === null) u = !1;
2013
- else {
2014
- for (var c = 0; c < u.length && c < r.length; c++) if (!on(r[c], u[c])) {
2015
- u = !1;
2016
- break e;
2017
- }
2018
- u = !0;
2019
- }
2020
- if (u) return o[0];
2021
- }
2022
- }
2023
- return t = t(), P.memoizedState = [t, r], t;
2024
- }
2025
- function ln(t, r, o) {
2026
- if (25 <= Yt) throw Error(m(301));
2027
- if (t === ae) if (Jt = !0, t = { action: o, next: null }, de === null && (de = /* @__PURE__ */ new Map()), o = de.get(r), o === void 0) de.set(r, t);
2028
- else {
2029
- for (r = o; r.next !== null; ) r = r.next;
2030
- r.next = t;
2031
- }
2032
- }
2033
- function un() {
2034
- throw Error(m(394));
2035
- }
2036
- function Kt() {
2037
- }
2038
- var Nr = { readContext: function(t) {
2039
- return t._currentValue;
2040
- }, useContext: function(t) {
2041
- return Fe(), t._currentValue;
2042
- }, useMemo: zr, useReducer: br, useRef: function(t) {
2043
- ae = Fe(), P = Er();
2044
- var r = P.memoizedState;
2045
- return r === null ? (t = { current: t }, P.memoizedState = t) : r;
2046
- }, useState: function(t) {
2047
- return br(Br, t);
2048
- }, useInsertionEffect: Kt, useLayoutEffect: function() {
2049
- }, useCallback: function(t, r) {
2050
- return zr(function() {
2051
- return t;
2052
- }, r);
2053
- }, useImperativeHandle: Kt, useEffect: Kt, useDebugValue: Kt, useDeferredValue: function(t) {
2054
- return Fe(), t;
2055
- }, useTransition: function() {
2056
- return Fe(), [!1, un];
2057
- }, useId: function() {
2058
- var t = Cr.treeContext, r = t.overflow;
2059
- t = t.id, t = (t & ~(1 << 32 - Xt(t) - 1)).toString(32) + r;
2060
- var o = Qt;
2061
- if (o === null) throw Error(m(404));
2062
- return r = ht++, t = ":" + o.idPrefix + "R" + t, 0 < r && (t += "H" + r.toString(32)), t + ":";
2063
- }, useMutableSource: function(t, r) {
2064
- return Fe(), r(t._source);
2065
- }, useSyncExternalStore: function(t, r, o) {
2066
- if (o === void 0) throw Error(m(407));
2067
- return o();
2068
- } }, Qt = null, Fr = $.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;
2069
- function sn(t) {
2070
- return console.error(t), null;
2071
- }
2072
- function mt() {
2073
- }
2074
- function an(t, r, o, u, c, a, d, h, k) {
2075
- var T = [], E = /* @__PURE__ */ new Set();
2076
- return r = { destination: null, responseState: r, progressiveChunkSize: u === void 0 ? 12800 : u, status: 0, fatalError: null, nextSegmentId: 0, allPendingTasks: 0, pendingRootTasks: 0, completedRootSegment: null, abortableTasks: E, pingedTasks: T, clientRenderedBoundaries: [], completedBoundaries: [], partialBoundaries: [], onError: c === void 0 ? sn : c, onAllReady: a === void 0 ? mt : a, onShellReady: d === void 0 ? mt : d, onShellError: h === void 0 ? mt : h, onFatalError: k === void 0 ? mt : k }, o = er(r, 0, null, o, !1, !1), o.parentFlushed = !0, t = Rr(r, t, null, o, E, x, null, Zt), T.push(t), r;
2077
- }
2078
- function Rr(t, r, o, u, c, a, d, h) {
2079
- t.allPendingTasks++, o === null ? t.pendingRootTasks++ : o.pendingTasks++;
2080
- var k = { node: r, ping: function() {
2081
- var T = t.pingedTasks;
2082
- T.push(k), T.length === 1 && Hr(t);
2083
- }, blockedBoundary: o, blockedSegment: u, abortSet: c, legacyContext: a, context: d, treeContext: h };
2084
- return c.add(k), k;
2085
- }
2086
- function er(t, r, o, u, c, a) {
2087
- return { status: 0, id: -1, index: r, parentFlushed: !1, chunks: [], children: [], formatContext: u, boundary: o, lastPushedText: c, textEmbedded: a };
2088
- }
2089
- function yt(t, r) {
2090
- if (t = t.onError(r), t != null && typeof t != "string") throw Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "' + typeof t + '" instead');
2091
- return t;
2092
- }
2093
- function tr(t, r) {
2094
- var o = t.onShellError;
2095
- o(r), o = t.onFatalError, o(r), t.destination !== null ? (t.status = 2, _e(t.destination, r)) : (t.status = 1, t.fatalError = r);
2096
- }
2097
- function Or(t, r, o, u, c) {
2098
- for (ae = {}, Cr = r, ht = 0, t = o(u, c); Jt; ) Jt = !1, ht = 0, Yt += 1, P = null, t = o(u, c);
2099
- return Tr(), t;
2100
- }
2101
- function Lr(t, r, o, u) {
2102
- var c = o.render(), a = u.childContextTypes;
2103
- if (a != null) {
2104
- var d = r.legacyContext;
2105
- if (typeof o.getChildContext != "function") u = d;
2106
- else {
2107
- o = o.getChildContext();
2108
- for (var h in o) if (!(h in a)) throw Error(m(108, y(u) || "Unknown", h));
2109
- u = fe({}, d, o);
2110
- }
2111
- r.legacyContext = u, q(t, r, c), r.legacyContext = d;
2112
- } else q(t, r, c);
2113
- }
2114
- function Vr(t, r) {
2115
- if (t && t.defaultProps) {
2116
- r = fe({}, r), t = t.defaultProps;
2117
- for (var o in t) r[o] === void 0 && (r[o] = t[o]);
2118
- return r;
2119
- }
2120
- return r;
2121
- }
2122
- function _r(t, r, o, u, c) {
2123
- if (typeof o == "function") if (o.prototype && o.prototype.isReactComponent) {
2124
- c = w(o, r.legacyContext);
2125
- var a = o.contextType;
2126
- a = new o(u, typeof a == "object" && a !== null ? a._currentValue : c), Te(a, o, u, c), Lr(t, r, a, o);
2127
- } else {
2128
- a = w(o, r.legacyContext), c = Or(t, r, o, u, a);
2129
- var d = ht !== 0;
2130
- if (typeof c == "object" && c !== null && typeof c.render == "function" && c.$$typeof === void 0) Te(c, o, u, a), Lr(t, r, c, o);
2131
- else if (d) {
2132
- u = r.treeContext, r.treeContext = pe(u, 1, 0);
2133
- try {
2134
- q(t, r, c);
2135
- } finally {
2136
- r.treeContext = u;
2137
- }
2138
- } else q(t, r, c);
2139
- }
2140
- else if (typeof o == "string") {
2141
- switch (c = r.blockedSegment, a = Pt(c.chunks, o, u, t.responseState, c.formatContext), c.lastPushedText = !1, d = c.formatContext, c.formatContext = ye(d, o, u), Pr(t, r, a), c.formatContext = d, o) {
2142
- case "area":
2143
- case "base":
2144
- case "br":
2145
- case "col":
2146
- case "embed":
2147
- case "hr":
2148
- case "img":
2149
- case "input":
2150
- case "keygen":
2151
- case "link":
2152
- case "meta":
2153
- case "param":
2154
- case "source":
2155
- case "track":
2156
- case "wbr":
2157
- break;
2158
- default:
2159
- c.chunks.push(It, S(o), Mt);
2160
- }
2161
- c.lastPushedText = !1;
2162
- } else {
2163
- switch (o) {
2164
- case f:
2165
- case s:
2166
- case it:
2167
- case at:
2168
- case Ce:
2169
- q(t, r, u.children);
2170
- return;
2171
- case ft:
2172
- q(t, r, u.children);
2173
- return;
2174
- case l:
2175
- throw Error(m(343));
2176
- case qt:
2177
- e: {
2178
- o = r.blockedBoundary, c = r.blockedSegment, a = u.fallback, u = u.children, d = /* @__PURE__ */ new Set();
2179
- var h = { id: null, rootSegmentID: -1, parentFlushed: !1, pendingTasks: 0, forceClientRender: !1, completedSegments: [], byteSize: 0, fallbackAbortableTasks: d, errorDigest: null }, k = er(t, c.chunks.length, h, c.formatContext, !1, !1);
2180
- c.children.push(k), c.lastPushedText = !1;
2181
- var T = er(t, 0, null, c.formatContext, !1, !1);
2182
- T.parentFlushed = !0, r.blockedBoundary = h, r.blockedSegment = T;
2183
- try {
2184
- if (Pr(
2185
- t,
2186
- r,
2187
- u
2188
- ), T.lastPushedText && T.textEmbedded && T.chunks.push(Ze), T.status = 1, rr(h, T), h.pendingTasks === 0) break e;
2189
- } catch (E) {
2190
- T.status = 4, h.forceClientRender = !0, h.errorDigest = yt(t, E);
2191
- } finally {
2192
- r.blockedBoundary = o, r.blockedSegment = c;
2193
- }
2194
- r = Rr(t, a, o, k, d, r.legacyContext, r.context, r.treeContext), t.pingedTasks.push(r);
2195
- }
2196
- return;
2197
- }
2198
- if (typeof o == "object" && o !== null) switch (o.$$typeof) {
2199
- case Wt:
2200
- if (u = Or(t, r, o.render, u, c), ht !== 0) {
2201
- o = r.treeContext, r.treeContext = pe(o, 1, 0);
2202
- try {
2203
- q(t, r, u);
2204
- } finally {
2205
- r.treeContext = o;
2206
- }
2207
- } else q(t, r, u);
2208
- return;
2209
- case e:
2210
- o = o.type, u = Vr(o, u), _r(t, r, o, u, c);
2211
- return;
2212
- case ct:
2213
- if (c = u.children, o = o._context, u = u.value, a = o._currentValue, o._currentValue = u, d = C, C = u = { parent: d, depth: d === null ? 0 : d.depth + 1, context: o, parentValue: a, value: u }, r.context = u, q(t, r, c), t = C, t === null) throw Error(m(403));
2214
- u = t.parentValue, t.context._currentValue = u === i ? t.context._defaultValue : u, t = C = t.parent, r.context = t;
2215
- return;
2216
- case je:
2217
- u = u.children, u = u(o._currentValue), q(t, r, u);
2218
- return;
2219
- case n:
2220
- c = o._init, o = c(o._payload), u = Vr(o, u), _r(t, r, o, u, void 0);
2221
- return;
2222
- }
2223
- throw Error(m(
2224
- 130,
2225
- o == null ? o : typeof o,
2226
- ""
2227
- ));
2228
- }
2229
- }
2230
- function q(t, r, o) {
2231
- if (r.node = o, typeof o == "object" && o !== null) {
2232
- switch (o.$$typeof) {
2233
- case Ut:
2234
- _r(t, r, o.type, o.props, o.ref);
2235
- return;
2236
- case we:
2237
- throw Error(m(257));
2238
- case n:
2239
- var u = o._init;
2240
- o = u(o._payload), q(t, r, o);
2241
- return;
2242
- }
2243
- if (We(o)) {
2244
- $r(t, r, o);
2245
- return;
2246
- }
2247
- if (o === null || typeof o != "object" ? u = null : (u = p && o[p] || o["@@iterator"], u = typeof u == "function" ? u : null), u && (u = u.call(o))) {
2248
- if (o = u.next(), !o.done) {
2249
- var c = [];
2250
- do
2251
- c.push(o.value), o = u.next();
2252
- while (!o.done);
2253
- $r(t, r, c);
2254
- }
2255
- return;
2256
- }
2257
- throw t = Object.prototype.toString.call(o), Error(m(31, t === "[object Object]" ? "object with keys {" + Object.keys(o).join(", ") + "}" : t));
2258
- }
2259
- typeof o == "string" ? (u = r.blockedSegment, u.lastPushedText = Xe(r.blockedSegment.chunks, o, t.responseState, u.lastPushedText)) : typeof o == "number" && (u = r.blockedSegment, u.lastPushedText = Xe(r.blockedSegment.chunks, "" + o, t.responseState, u.lastPushedText));
2260
- }
2261
- function $r(t, r, o) {
2262
- for (var u = o.length, c = 0; c < u; c++) {
2263
- var a = r.treeContext;
2264
- r.treeContext = pe(a, u, c);
2265
- try {
2266
- Pr(t, r, o[c]);
2267
- } finally {
2268
- r.treeContext = a;
2269
- }
2270
- }
2271
- }
2272
- function Pr(t, r, o) {
2273
- var u = r.blockedSegment.formatContext, c = r.legacyContext, a = r.context;
2274
- try {
2275
- return q(t, r, o);
2276
- } catch (k) {
2277
- if (Tr(), typeof k == "object" && k !== null && typeof k.then == "function") {
2278
- o = k;
2279
- var d = r.blockedSegment, h = er(t, d.chunks.length, null, d.formatContext, d.lastPushedText, !0);
2280
- d.children.push(h), d.lastPushedText = !1, t = Rr(t, r.node, r.blockedBoundary, h, r.abortSet, r.legacyContext, r.context, r.treeContext).ping, o.then(t, t), r.blockedSegment.formatContext = u, r.legacyContext = c, r.context = a, ie(a);
2281
- } else throw r.blockedSegment.formatContext = u, r.legacyContext = c, r.context = a, ie(a), k;
2282
- }
2283
- }
2284
- function cn(t) {
2285
- var r = t.blockedBoundary;
2286
- t = t.blockedSegment, t.status = 3, Ar(this, r, t);
2287
- }
2288
- function jr(t, r, o) {
2289
- var u = t.blockedBoundary;
2290
- t.blockedSegment.status = 3, u === null ? (r.allPendingTasks--, r.status !== 2 && (r.status = 2, r.destination !== null && r.destination.close())) : (u.pendingTasks--, u.forceClientRender || (u.forceClientRender = !0, t = o === void 0 ? Error(m(432)) : o, u.errorDigest = r.onError(t), u.parentFlushed && r.clientRenderedBoundaries.push(u)), u.fallbackAbortableTasks.forEach(function(c) {
2291
- return jr(c, r, o);
2292
- }), u.fallbackAbortableTasks.clear(), r.allPendingTasks--, r.allPendingTasks === 0 && (u = r.onAllReady, u()));
2293
- }
2294
- function rr(t, r) {
2295
- if (r.chunks.length === 0 && r.children.length === 1 && r.children[0].boundary === null) {
2296
- var o = r.children[0];
2297
- o.id = r.id, o.parentFlushed = !0, o.status === 1 && rr(t, o);
2298
- } else t.completedSegments.push(r);
2299
- }
2300
- function Ar(t, r, o) {
2301
- if (r === null) {
2302
- if (o.parentFlushed) {
2303
- if (t.completedRootSegment !== null) throw Error(m(389));
2304
- t.completedRootSegment = o;
2305
- }
2306
- t.pendingRootTasks--, t.pendingRootTasks === 0 && (t.onShellError = mt, r = t.onShellReady, r());
2307
- } else r.pendingTasks--, r.forceClientRender || (r.pendingTasks === 0 ? (o.parentFlushed && o.status === 1 && rr(r, o), r.parentFlushed && t.completedBoundaries.push(r), r.fallbackAbortableTasks.forEach(cn, t), r.fallbackAbortableTasks.clear()) : o.parentFlushed && o.status === 1 && (rr(r, o), r.completedSegments.length === 1 && r.parentFlushed && t.partialBoundaries.push(r)));
2308
- t.allPendingTasks--, t.allPendingTasks === 0 && (t = t.onAllReady, t());
2309
- }
2310
- function Hr(t) {
2311
- if (t.status !== 2) {
2312
- var r = C, o = Fr.current;
2313
- Fr.current = Nr;
2314
- var u = Qt;
2315
- Qt = t.responseState;
2316
- try {
2317
- var c = t.pingedTasks, a;
2318
- for (a = 0; a < c.length; a++) {
2319
- var d = c[a], h = t, k = d.blockedSegment;
2320
- if (k.status === 0) {
2321
- ie(d.context);
2322
- try {
2323
- q(h, d, d.node), k.lastPushedText && k.textEmbedded && k.chunks.push(Ze), d.abortSet.delete(d), k.status = 1, Ar(h, d.blockedBoundary, k);
2324
- } catch (te) {
2325
- if (Tr(), typeof te == "object" && te !== null && typeof te.then == "function") {
2326
- var T = d.ping;
2327
- te.then(T, T);
2328
- } else {
2329
- d.abortSet.delete(d), k.status = 4;
2330
- var E = d.blockedBoundary, I = te, Z = yt(h, I);
2331
- if (E === null ? tr(h, I) : (E.pendingTasks--, E.forceClientRender || (E.forceClientRender = !0, E.errorDigest = Z, E.parentFlushed && h.clientRenderedBoundaries.push(E))), h.allPendingTasks--, h.allPendingTasks === 0) {
2332
- var ee = h.onAllReady;
2333
- ee();
2334
- }
2335
- }
2336
- } finally {
2337
- }
2338
- }
2339
- }
2340
- c.splice(0, a), t.destination !== null && Ir(t, t.destination);
2341
- } catch (te) {
2342
- yt(t, te), tr(t, te);
2343
- } finally {
2344
- Qt = u, Fr.current = o, o === Nr && ie(r);
2345
- }
2346
- }
2347
- }
2348
- function nr(t, r, o) {
2349
- switch (o.parentFlushed = !0, o.status) {
2350
- case 0:
2351
- var u = o.id = t.nextSegmentId++;
2352
- return o.lastPushedText = !1, o.textEmbedded = !1, t = t.responseState, v(r, De), v(r, t.placeholderPrefix), t = S(u.toString(16)), v(r, t), R(r, Dt);
2353
- case 1:
2354
- o.status = 2;
2355
- var c = !0;
2356
- u = o.chunks;
2357
- var a = 0;
2358
- o = o.children;
2359
- for (var d = 0; d < o.length; d++) {
2360
- for (c = o[d]; a < c.index; a++) v(r, u[a]);
2361
- c = or(t, r, c);
2362
- }
2363
- for (; a < u.length - 1; a++) v(r, u[a]);
2364
- return a < u.length && (c = R(r, u[a])), c;
2365
- default:
2366
- throw Error(m(390));
2367
- }
2368
- }
2369
- function or(t, r, o) {
2370
- var u = o.boundary;
2371
- if (u === null) return nr(t, r, o);
2372
- if (u.parentFlushed = !0, u.forceClientRender) u = u.errorDigest, R(r, Be), v(r, mr), u && (v(r, gr), v(r, S(D(u))), v(r, yr)), R(r, vr), nr(t, r, o);
2373
- else if (0 < u.pendingTasks) {
2374
- u.rootSegmentID = t.nextSegmentId++, 0 < u.completedSegments.length && t.partialBoundaries.push(u);
2375
- var c = t.responseState, a = c.nextSuspenseID++;
2376
- c = g(c.boundaryPrefix + a.toString(16)), u = u.id = c, J(r, t.responseState, u), nr(t, r, o);
2377
- } else if (u.byteSize > t.progressiveChunkSize) u.rootSegmentID = t.nextSegmentId++, t.completedBoundaries.push(u), J(r, t.responseState, u.id), nr(t, r, o);
2378
- else {
2379
- if (R(r, Bt), o = u.completedSegments, o.length !== 1) throw Error(m(391));
2380
- or(t, r, o[0]);
2381
- }
2382
- return R(r, hr);
2383
- }
2384
- function Ur(t, r, o) {
2385
- return kr(r, t.responseState, o.formatContext, o.id), or(t, r, o), xe(r, o.formatContext);
2386
- }
2387
- function Wr(t, r, o) {
2388
- for (var u = o.completedSegments, c = 0; c < u.length; c++) qr(t, r, o, u[c]);
2389
- if (u.length = 0, t = t.responseState, u = o.id, o = o.rootSegmentID, v(r, t.startInlineScript), t.sentCompleteBoundaryFunction ? v(r, Vt) : (t.sentCompleteBoundaryFunction = !0, v(r, $e)), u === null) throw Error(m(395));
2390
- return o = S(o.toString(16)), v(r, u), v(r, $t), v(r, t.segmentPrefix), v(r, o), R(r, jt);
2391
- }
2392
- function qr(t, r, o, u) {
2393
- if (u.status === 2) return !0;
2394
- var c = u.id;
2395
- if (c === -1) {
2396
- if ((u.id = o.rootSegmentID) === -1) throw Error(m(392));
2397
- return Ur(t, r, u);
2398
- }
2399
- return Ur(t, r, u), t = t.responseState, v(r, t.startInlineScript), t.sentCompleteSegmentFunction ? v(r, ot) : (t.sentCompleteSegmentFunction = !0, v(r, wr)), v(r, t.segmentPrefix), c = S(c.toString(16)), v(r, c), v(r, Ve), v(r, t.placeholderPrefix), v(r, c), R(r, ke);
2400
- }
2401
- function Ir(t, r) {
2402
- F = new Uint8Array(512), B = 0;
2403
- try {
2404
- var o = t.completedRootSegment;
2405
- if (o !== null && t.pendingRootTasks === 0) {
2406
- or(t, r, o), t.completedRootSegment = null;
2407
- var u = t.responseState.bootstrapChunks;
2408
- for (o = 0; o < u.length - 1; o++) v(r, u[o]);
2409
- o < u.length && R(r, u[o]);
2410
- }
2411
- var c = t.clientRenderedBoundaries, a;
2412
- for (a = 0; a < c.length; a++) {
2413
- var d = c[a];
2414
- u = r;
2415
- var h = t.responseState, k = d.id, T = d.errorDigest, E = d.errorMessage, I = d.errorComponentStack;
2416
- if (v(u, h.startInlineScript), h.sentClientRenderFunction ? v(u, H) : (h.sentClientRenderFunction = !0, v(
2417
- u,
2418
- lt
2419
- )), k === null) throw Error(m(395));
2420
- v(u, k), v(u, At), (T || E || I) && (v(u, st), v(u, S(ce(T || "")))), (E || I) && (v(u, st), v(u, S(ce(E || "")))), I && (v(u, st), v(u, S(ce(I)))), R(u, ut);
2421
- }
2422
- c.splice(0, a);
2423
- var Z = t.completedBoundaries;
2424
- for (a = 0; a < Z.length; a++) Wr(t, r, Z[a]);
2425
- Z.splice(0, a), Ae(r), F = new Uint8Array(512), B = 0;
2426
- var ee = t.partialBoundaries;
2427
- for (a = 0; a < ee.length; a++) {
2428
- var te = ee[a];
2429
- e: {
2430
- c = t, d = r;
2431
- var lr = te.completedSegments;
2432
- for (h = 0; h < lr.length; h++) if (!qr(
2433
- c,
2434
- d,
2435
- te,
2436
- lr[h]
2437
- )) {
2438
- h++, lr.splice(0, h);
2439
- var Xr = !1;
2440
- break e;
2441
- }
2442
- lr.splice(0, h), Xr = !0;
2443
- }
2444
- if (!Xr) {
2445
- t.destination = null, a++, ee.splice(0, a);
2446
- return;
2447
- }
2448
- }
2449
- ee.splice(0, a);
2450
- var Mr = t.completedBoundaries;
2451
- for (a = 0; a < Mr.length; a++) Wr(t, r, Mr[a]);
2452
- Mr.splice(0, a);
2453
- } finally {
2454
- Ae(r), t.allPendingTasks === 0 && t.pingedTasks.length === 0 && t.clientRenderedBoundaries.length === 0 && t.completedBoundaries.length === 0 && r.close();
2455
- }
2456
- }
2457
- function Zr(t, r) {
2458
- try {
2459
- var o = t.abortableTasks;
2460
- o.forEach(function(u) {
2461
- return jr(u, t, r);
2462
- }), o.clear(), t.destination !== null && Ir(t, t.destination);
2463
- } catch (u) {
2464
- yt(t, u), tr(t, u);
2465
- }
2466
- }
2467
- return ur.renderToReadableStream = function(t, r) {
2468
- return new Promise(function(o, u) {
2469
- var c, a, d = new Promise(function(E, I) {
2470
- a = E, c = I;
2471
- }), h = an(t, qe(r ? r.identifierPrefix : void 0, r ? r.nonce : void 0, r ? r.bootstrapScriptContent : void 0, r ? r.bootstrapScripts : void 0, r ? r.bootstrapModules : void 0), Ct(r ? r.namespaceURI : void 0), r ? r.progressiveChunkSize : void 0, r ? r.onError : void 0, a, function() {
2472
- var E = new ReadableStream({ type: "bytes", pull: function(I) {
2473
- if (h.status === 1) h.status = 2, _e(I, h.fatalError);
2474
- else if (h.status !== 2 && h.destination === null) {
2475
- h.destination = I;
2476
- try {
2477
- Ir(h, I);
2478
- } catch (Z) {
2479
- yt(h, Z), tr(h, Z);
2480
- }
2481
- }
2482
- }, cancel: function() {
2483
- Zr(h);
2484
- } }, { highWaterMark: 0 });
2485
- E.allReady = d, o(E);
2486
- }, function(E) {
2487
- d.catch(function() {
2488
- }), u(E);
2489
- }, c);
2490
- if (r && r.signal) {
2491
- var k = r.signal, T = function() {
2492
- Zr(h, k.reason), k.removeEventListener("abort", T);
2493
- };
2494
- k.addEventListener("abort", T);
2495
- }
2496
- Hr(h);
2497
- });
2498
- }, ur.version = "18.2.0", ur;
2499
- }
2500
- var Yr;
2501
- function mn() {
2502
- if (Yr) return he;
2503
- Yr = 1;
2504
- var $, m;
2505
- return $ = dn(), m = hn(), he.version = $.version, he.renderToString = $.renderToString, he.renderToStaticMarkup = $.renderToStaticMarkup, he.renderToNodeStream = $.renderToNodeStream, he.renderToStaticNodeStream = $.renderToStaticNodeStream, he.renderToReadableStream = m.renderToReadableStream, he;
2506
- }
2507
- var Qr = mn();
2508
- const yn = /* @__PURE__ */ fn(Qr), Sn = /* @__PURE__ */ pn({
2509
- __proto__: null,
2510
- default: yn
2511
- }, [Qr]);
2512
- export {
2513
- Sn as s
2514
- };