@calcom/atoms 2.8.7 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1350) hide show
  1. package/dist/add-members-switch/add-members-with-switch-platform-wrapper.d.ts +3 -0
  2. package/dist/add-members-switch/add-members-with-switch-platform-wrapper.d.ts.map +1 -0
  3. package/dist/add-members-switch/add-members-with-switch-platform-wrapper.js +6 -0
  4. package/dist/add-members-switch/add-members-with-switch.d.ts +41 -0
  5. package/dist/add-members-switch/add-members-with-switch.d.ts.map +1 -0
  6. package/dist/add-members-switch/add-members-with-switch.js +200 -0
  7. package/dist/availability/availability-settings.d.ts +88 -0
  8. package/dist/availability/availability-settings.d.ts.map +1 -0
  9. package/dist/availability/availability-settings.js +620 -0
  10. package/dist/availability/components/date-override-input-dialog.d.ts +17 -0
  11. package/dist/availability/components/date-override-input-dialog.d.ts.map +1 -0
  12. package/dist/availability/components/date-override-input-dialog.js +169 -0
  13. package/dist/availability/components/date-override-list.d.ts +20 -0
  14. package/dist/availability/components/date-override-list.d.ts.map +1 -0
  15. package/dist/availability/components/date-override-list.js +111 -0
  16. package/dist/availability/components/schedule-component.d.ts +49 -0
  17. package/dist/availability/components/schedule-component.d.ts.map +1 -0
  18. package/dist/availability/components/schedule-component.js +512 -0
  19. package/dist/availability/index.d.ts +4 -0
  20. package/dist/availability/index.d.ts.map +1 -0
  21. package/dist/availability/index.js +6 -0
  22. package/dist/availability/types.d.ts +36 -0
  23. package/dist/availability/types.d.ts.map +1 -0
  24. package/dist/availability/types.js +1 -0
  25. package/dist/availability/wrappers/availability-settings-platform-wrapper.d.ts +28 -0
  26. package/dist/availability/wrappers/availability-settings-platform-wrapper.d.ts.map +1 -0
  27. package/dist/availability/wrappers/availability-settings-platform-wrapper.js +119 -0
  28. package/dist/booker/booker-platform-wrapper.d.ts +5 -0
  29. package/dist/booker/booker-platform-wrapper.d.ts.map +1 -0
  30. package/dist/booker/booker-platform-wrapper.js +388 -0
  31. package/dist/booker/booker-store-provider.d.ts +11 -0
  32. package/dist/booker/booker-store-provider.d.ts.map +1 -0
  33. package/dist/booker/booker-store-provider.js +94 -0
  34. package/dist/booker/components/available-time-slots.d.ts +46 -0
  35. package/dist/booker/components/available-time-slots.d.ts.map +1 -0
  36. package/dist/booker/components/available-time-slots.js +142 -0
  37. package/dist/booker/components/available-times-header.d.ts +14 -0
  38. package/dist/booker/components/available-times-header.d.ts.map +1 -0
  39. package/dist/booker/components/available-times-header.js +71 -0
  40. package/dist/booker/components/available-times.d.ts +46 -0
  41. package/dist/booker/components/available-times.d.ts.map +1 -0
  42. package/dist/booker/components/available-times.js +192 -0
  43. package/dist/booker/components/book-event-form/book-event-form.d.ts +34 -0
  44. package/dist/booker/components/book-event-form/book-event-form.d.ts.map +1 -0
  45. package/dist/booker/components/book-event-form/book-event-form.js +260 -0
  46. package/dist/booker/components/book-event-form/book-form-as-modal.d.ts +14 -0
  47. package/dist/booker/components/book-event-form/book-form-as-modal.d.ts.map +1 -0
  48. package/dist/booker/components/book-event-form/book-form-as-modal.js +53 -0
  49. package/dist/booker/components/book-event-form/booking-fields.d.ts +35 -0
  50. package/dist/booker/components/book-event-form/booking-fields.d.ts.map +1 -0
  51. package/dist/booker/components/book-event-form/booking-fields.js +124 -0
  52. package/dist/booker/components/book-event-form/index.d.ts +5 -0
  53. package/dist/booker/components/book-event-form/index.d.ts.map +1 -0
  54. package/dist/booker/components/book-event-form/index.js +11 -0
  55. package/dist/booker/components/book-event-form/skeleton.d.ts +2 -0
  56. package/dist/booker/components/book-event-form/skeleton.d.ts.map +1 -0
  57. package/dist/booker/components/book-event-form/skeleton.js +27 -0
  58. package/dist/booker/components/booker-component.d.ts +2 -0
  59. package/dist/booker/components/booker-component.d.ts.map +1 -0
  60. package/dist/booker/components/booker-component.js +596 -0
  61. package/dist/booker/components/booker-section.d.ts +15 -0
  62. package/dist/booker/components/booker-section.d.ts.map +1 -0
  63. package/dist/booker/components/booker-section.js +19 -0
  64. package/dist/booker/components/dry-run-message.d.ts +4 -0
  65. package/dist/booker/components/dry-run-message.d.ts.map +1 -0
  66. package/dist/booker/components/dry-run-message.js +22 -0
  67. package/dist/booker/components/event-meta/available-event-locations.d.ts +6 -0
  68. package/dist/booker/components/event-meta/available-event-locations.d.ts.map +1 -0
  69. package/dist/booker/components/event-meta/available-event-locations.js +72 -0
  70. package/dist/booker/components/event-meta/details.d.ts +34 -0
  71. package/dist/booker/components/event-meta/details.d.ts.map +1 -0
  72. package/dist/booker/components/event-meta/details.js +104 -0
  73. package/dist/booker/components/event-meta/duration.d.ts +9 -0
  74. package/dist/booker/components/event-meta/duration.d.ts.map +1 -0
  75. package/dist/booker/components/event-meta/duration.js +85 -0
  76. package/dist/booker/components/event-meta/index.d.ts +7 -0
  77. package/dist/booker/components/event-meta/index.d.ts.map +1 -0
  78. package/dist/booker/components/event-meta/index.js +16 -0
  79. package/dist/booker/components/event-meta/locations.d.ts +5 -0
  80. package/dist/booker/components/event-meta/locations.d.ts.map +1 -0
  81. package/dist/booker/components/event-meta/locations.js +54 -0
  82. package/dist/booker/components/event-meta/members.d.ts +13 -0
  83. package/dist/booker/components/event-meta/members.d.ts.map +1 -0
  84. package/dist/booker/components/event-meta/members.js +56 -0
  85. package/dist/booker/components/event-meta/occurences.d.ts +5 -0
  86. package/dist/booker/components/event-meta/occurences.d.ts.map +1 -0
  87. package/dist/booker/components/event-meta/occurences.js +96 -0
  88. package/dist/booker/components/event-meta/price-icon.d.ts +5 -0
  89. package/dist/booker/components/event-meta/price-icon.d.ts.map +1 -0
  90. package/dist/booker/components/event-meta/price-icon.js +81 -0
  91. package/dist/booker/components/event-meta/price.d.ts +7 -0
  92. package/dist/booker/components/event-meta/price.d.ts.map +1 -0
  93. package/dist/booker/components/event-meta/price.js +95 -0
  94. package/dist/booker/components/event-meta/skeleton.d.ts +2 -0
  95. package/dist/booker/components/event-meta/skeleton.d.ts.map +1 -0
  96. package/dist/booker/components/event-meta/skeleton.js +15 -0
  97. package/dist/booker/components/event-meta/title.d.ts +9 -0
  98. package/dist/booker/components/event-meta/title.d.ts.map +1 -0
  99. package/dist/booker/components/event-meta/title.js +6 -0
  100. package/dist/booker/components/event-meta.d.ts +25 -0
  101. package/dist/booker/components/event-meta.d.ts.map +1 -0
  102. package/dist/booker/components/event-meta.js +175 -0
  103. package/dist/booker/components/external-redirect-interstitial.d.ts +9 -0
  104. package/dist/booker/components/external-redirect-interstitial.d.ts.map +1 -0
  105. package/dist/booker/components/external-redirect-interstitial.js +47 -0
  106. package/dist/booker/components/form-builder/components.d.ts +48 -0
  107. package/dist/booker/components/form-builder/components.d.ts.map +1 -0
  108. package/dist/booker/components/form-builder/components.js +355 -0
  109. package/dist/booker/components/form-builder/form-builder-field.d.ts +46 -0
  110. package/dist/booker/components/form-builder/form-builder-field.d.ts.map +1 -0
  111. package/dist/booker/components/form-builder/form-builder-field.js +238 -0
  112. package/dist/booker/components/having-trouble-finding-time.d.ts +9 -0
  113. package/dist/booker/components/having-trouble-finding-time.d.ts.map +1 -0
  114. package/dist/booker/components/having-trouble-finding-time.js +33 -0
  115. package/dist/booker/components/header.d.ts +18 -0
  116. package/dist/booker/components/header.d.ts.map +1 -0
  117. package/dist/booker/components/header.js +216 -0
  118. package/dist/booker/components/instant-booking.d.ts +16 -0
  119. package/dist/booker/components/instant-booking.d.ts.map +1 -0
  120. package/dist/booker/components/instant-booking.js +53 -0
  121. package/dist/booker/components/out-of-office-in-slots.d.ts +19 -0
  122. package/dist/booker/components/out-of-office-in-slots.d.ts.map +1 -0
  123. package/dist/booker/components/out-of-office-in-slots.js +65 -0
  124. package/dist/booker/components/overlay-calendar/overlay-calendar-continue-modal.d.ts +8 -0
  125. package/dist/booker/components/overlay-calendar/overlay-calendar-continue-modal.d.ts.map +1 -0
  126. package/dist/booker/components/overlay-calendar/overlay-calendar-continue-modal.js +29 -0
  127. package/dist/booker/components/overlay-calendar/overlay-calendar-settings-modal.d.ts +11 -0
  128. package/dist/booker/components/overlay-calendar/overlay-calendar-settings-modal.d.ts.map +1 -0
  129. package/dist/booker/components/overlay-calendar/overlay-calendar-settings-modal.js +86 -0
  130. package/dist/booker/components/overlay-calendar/overlay-calendar-switch.d.ts +8 -0
  131. package/dist/booker/components/overlay-calendar/overlay-calendar-switch.d.ts.map +1 -0
  132. package/dist/booker/components/overlay-calendar/overlay-calendar-switch.js +61 -0
  133. package/dist/booker/components/overlay-calendar/overlay-calendar.d.ts +28 -0
  134. package/dist/booker/components/overlay-calendar/overlay-calendar.d.ts.map +1 -0
  135. package/dist/booker/components/overlay-calendar/overlay-calendar.js +60 -0
  136. package/dist/booker/components/overlay-calendar/store.d.ts +12 -0
  137. package/dist/booker/components/overlay-calendar/store.d.ts.map +1 -0
  138. package/dist/booker/components/overlay-calendar/store.js +18 -0
  139. package/dist/booker/components/pay-icon.d.ts +5 -0
  140. package/dist/booker/components/pay-icon.d.ts.map +1 -0
  141. package/dist/booker/components/pay-icon.js +9 -0
  142. package/dist/booker/components/price.d.ts +9 -0
  143. package/dist/booker/components/price.d.ts.map +1 -0
  144. package/dist/booker/components/price.js +6 -0
  145. package/dist/booker/components/redirect-to-instant-meeting-modal.d.ts +8 -0
  146. package/dist/booker/components/redirect-to-instant-meeting-modal.d.ts.map +1 -0
  147. package/dist/booker/components/redirect-to-instant-meeting-modal.js +75 -0
  148. package/dist/booker/components/scrollable-with-gradients.d.ts +9 -0
  149. package/dist/booker/components/scrollable-with-gradients.d.ts.map +1 -0
  150. package/dist/booker/components/scrollable-with-gradients.js +52 -0
  151. package/dist/booker/components/seats-availability-text.d.ts +18 -0
  152. package/dist/booker/components/seats-availability-text.d.ts.map +1 -0
  153. package/dist/booker/components/seats-availability-text.js +16 -0
  154. package/dist/booker/components/section.d.ts +17 -0
  155. package/dist/booker/components/section.d.ts.map +1 -0
  156. package/dist/booker/components/section.js +19 -0
  157. package/dist/booker/components/slot-selection-modal-header.d.ts +14 -0
  158. package/dist/booker/components/slot-selection-modal-header.d.ts.map +1 -0
  159. package/dist/booker/components/slot-selection-modal-header.js +72 -0
  160. package/dist/booker/components/time-format-toggle.d.ts +4 -0
  161. package/dist/booker/components/time-format-toggle.d.ts.map +1 -0
  162. package/dist/booker/components/time-format-toggle.js +27 -0
  163. package/dist/booker/components/unavailable.d.ts +3 -0
  164. package/dist/booker/components/unavailable.d.ts.map +1 -0
  165. package/dist/booker/components/unavailable.js +16 -0
  166. package/dist/booker/components/unpublished-entity.d.ts +8 -0
  167. package/dist/booker/components/unpublished-entity.d.ts.map +1 -0
  168. package/dist/booker/components/unpublished-entity.js +24 -0
  169. package/dist/booker/components/verify-code-dialog.d.ts +15 -0
  170. package/dist/booker/components/verify-code-dialog.d.ts.map +1 -0
  171. package/dist/booker/components/verify-code-dialog.js +89 -0
  172. package/dist/booker/config.d.ts +86 -0
  173. package/dist/booker/config.d.ts.map +1 -0
  174. package/dist/booker/config.js +161 -0
  175. package/dist/booker/framer-features.d.ts +3 -0
  176. package/dist/booker/framer-features.d.ts.map +1 -0
  177. package/dist/booker/framer-features.js +5 -0
  178. package/dist/booker/hooks/embed-stubs.d.ts +20 -0
  179. package/dist/booker/hooks/embed-stubs.d.ts.map +1 -0
  180. package/dist/booker/hooks/embed-stubs.js +18 -0
  181. package/dist/booker/hooks/use-available-time-slots.d.ts +23 -0
  182. package/dist/booker/hooks/use-available-time-slots.d.ts.map +1 -0
  183. package/dist/booker/hooks/use-available-time-slots.js +20 -0
  184. package/dist/booker/hooks/use-booker-layout.d.ts +51 -0
  185. package/dist/booker/hooks/use-booker-layout.d.ts.map +1 -0
  186. package/dist/booker/hooks/use-booker-layout.js +50 -0
  187. package/dist/booker/hooks/use-booker-time.d.ts +7 -0
  188. package/dist/booker/hooks/use-booker-time.d.ts.map +1 -0
  189. package/dist/booker/hooks/use-booker-time.js +19 -0
  190. package/dist/booker/hooks/use-booking-form.d.ts +65 -0
  191. package/dist/booker/hooks/use-booking-form.d.ts.map +1 -0
  192. package/dist/booker/hooks/use-booking-form.js +34 -0
  193. package/dist/booker/hooks/use-bookings-types.d.ts +10 -0
  194. package/dist/booker/hooks/use-bookings-types.d.ts.map +1 -0
  195. package/dist/booker/hooks/use-bookings-types.js +1 -0
  196. package/dist/booker/hooks/use-check-overlap-with-overlay.d.ts +11 -0
  197. package/dist/booker/hooks/use-check-overlap-with-overlay.d.ts.map +1 -0
  198. package/dist/booker/hooks/use-check-overlap-with-overlay.js +22 -0
  199. package/dist/booker/hooks/use-initialize-week-start.d.ts +2 -0
  200. package/dist/booker/hooks/use-initialize-week-start.d.ts.map +1 -0
  201. package/dist/booker/hooks/use-initialize-week-start.js +13 -0
  202. package/dist/booker/hooks/use-is-quick-availability-check-feature-enabled.d.ts +15 -0
  203. package/dist/booker/hooks/use-is-quick-availability-check-feature-enabled.d.ts.map +1 -0
  204. package/dist/booker/hooks/use-is-quick-availability-check-feature-enabled.js +19 -0
  205. package/dist/booker/hooks/use-local-set.d.ts +12 -0
  206. package/dist/booker/hooks/use-local-set.d.ts.map +1 -0
  207. package/dist/booker/hooks/use-local-set.js +34 -0
  208. package/dist/booker/hooks/use-non-empty-schedule-days.d.ts +3 -0
  209. package/dist/booker/hooks/use-non-empty-schedule-days.d.ts.map +1 -0
  210. package/dist/booker/hooks/use-non-empty-schedule-days.js +13 -0
  211. package/dist/booker/hooks/use-overlay-calendar.d.ts +23 -0
  212. package/dist/booker/hooks/use-overlay-calendar.d.ts.map +1 -0
  213. package/dist/booker/hooks/use-overlay-calendar.js +54 -0
  214. package/dist/booker/hooks/use-should-show-arrows.d.ts +8 -0
  215. package/dist/booker/hooks/use-should-show-arrows.d.ts.map +1 -0
  216. package/dist/booker/hooks/use-should-show-arrows.js +27 -0
  217. package/dist/booker/hooks/use-skip-confirm-step.d.ts +21 -0
  218. package/dist/booker/hooks/use-skip-confirm-step.d.ts.map +1 -0
  219. package/dist/booker/hooks/use-skip-confirm-step.js +39 -0
  220. package/dist/booker/hooks/use-slots-for-date.d.ts +21 -0
  221. package/dist/booker/hooks/use-slots-for-date.d.ts.map +1 -0
  222. package/dist/booker/hooks/use-slots-for-date.js +29 -0
  223. package/dist/booker/hooks/use-stable-timezone.d.ts +5 -0
  224. package/dist/booker/hooks/use-stable-timezone.d.ts.map +1 -0
  225. package/dist/booker/hooks/use-stable-timezone.js +8 -0
  226. package/dist/booker/hooks/use-times-for-schedule.d.ts +27 -0
  227. package/dist/booker/hooks/use-times-for-schedule.d.ts.map +1 -0
  228. package/dist/booker/hooks/use-times-for-schedule.js +49 -0
  229. package/dist/booker/store.d.ts +200 -0
  230. package/dist/booker/store.d.ts.map +1 -0
  231. package/dist/booker/store.js +265 -0
  232. package/dist/booker/types.d.ts +118 -0
  233. package/dist/booker/types.d.ts.map +1 -0
  234. package/dist/booker/types.js +1 -0
  235. package/dist/booker/use-slot-reservation-id.d.ts +2 -0
  236. package/dist/booker/use-slot-reservation-id.d.ts.map +1 -0
  237. package/dist/booker/use-slot-reservation-id.js +13 -0
  238. package/dist/booker/utils/are-different-valid-months.d.ts +2 -0
  239. package/dist/booker/utils/are-different-valid-months.d.ts.map +1 -0
  240. package/dist/booker/utils/are-different-valid-months.js +4 -0
  241. package/dist/booker/utils/dates.d.ts +26 -0
  242. package/dist/booker/utils/dates.d.ts.map +1 -0
  243. package/dist/booker/utils/dates.js +60 -0
  244. package/dist/booker/utils/get-booker-timezone.d.ts +5 -0
  245. package/dist/booker/utils/get-booker-timezone.d.ts.map +1 -0
  246. package/dist/booker/utils/get-booker-timezone.js +7 -0
  247. package/dist/booker/utils/get-booking-duration.d.ts +6 -0
  248. package/dist/booker/utils/get-booking-duration.d.ts.map +1 -0
  249. package/dist/booker/utils/get-booking-duration.js +7 -0
  250. package/dist/booker/utils/get-prefetch-month-count.d.ts +3 -0
  251. package/dist/booker/utils/get-prefetch-month-count.d.ts.map +1 -0
  252. package/dist/booker/utils/get-prefetch-month-count.js +12 -0
  253. package/dist/booker/utils/is-booking-dry-run.d.ts +3 -0
  254. package/dist/booker/utils/is-booking-dry-run.d.ts.map +1 -0
  255. package/dist/booker/utils/is-booking-dry-run.js +4 -0
  256. package/dist/booker/utils/is-month-change.d.ts +2 -0
  257. package/dist/booker/utils/is-month-change.d.ts.map +1 -0
  258. package/dist/booker/utils/is-month-change.js +4 -0
  259. package/dist/booker/utils/is-month-view-prefetch-enabled.d.ts +2 -0
  260. package/dist/booker/utils/is-month-view-prefetch-enabled.d.ts.map +1 -0
  261. package/dist/booker/utils/is-month-view-prefetch-enabled.js +9 -0
  262. package/dist/booker/utils/is-prefetch-next-month-enabled.d.ts +2 -0
  263. package/dist/booker/utils/is-prefetch-next-month-enabled.d.ts.map +1 -0
  264. package/dist/booker/utils/is-prefetch-next-month-enabled.js +9 -0
  265. package/dist/booker/utils/is-timeslot-available.d.ts +19 -0
  266. package/dist/booker/utils/is-timeslot-available.d.ts.map +1 -0
  267. package/dist/booker/utils/is-timeslot-available.js +32 -0
  268. package/dist/booker/utils/layout.d.ts +2 -0
  269. package/dist/booker/utils/layout.d.ts.map +1 -0
  270. package/dist/booker/utils/layout.js +7 -0
  271. package/dist/booker-embed/booker-embed.d.ts +31 -0
  272. package/dist/booker-embed/booker-embed.d.ts.map +1 -0
  273. package/dist/booker-embed/booker-embed.js +74 -0
  274. package/dist/booker-embed/index.d.ts +2 -0
  275. package/dist/booker-embed/index.d.ts.map +1 -0
  276. package/dist/booker-embed/index.js +4 -0
  277. package/dist/booker-embed/use-get-routing-form-url-props.d.ts +29 -0
  278. package/dist/booker-embed/use-get-routing-form-url-props.d.ts.map +1 -0
  279. package/dist/booker-embed/use-get-routing-form-url-props.js +72 -0
  280. package/dist/cal-provider/base-cal-provider.d.ts +24 -0
  281. package/dist/cal-provider/base-cal-provider.d.ts.map +1 -0
  282. package/dist/cal-provider/base-cal-provider.js +178 -0
  283. package/dist/cal-provider/cal-o-auth-provider.d.ts +19 -0
  284. package/dist/cal-provider/cal-o-auth-provider.d.ts.map +1 -0
  285. package/dist/cal-provider/cal-o-auth-provider.js +48 -0
  286. package/dist/cal-provider/cal-provider.d.ts +22 -0
  287. package/dist/cal-provider/cal-provider.d.ts.map +1 -0
  288. package/dist/cal-provider/cal-provider.js +72 -0
  289. package/dist/cal-provider/index.d.ts +3 -0
  290. package/dist/cal-provider/index.d.ts.map +1 -0
  291. package/dist/cal-provider/index.js +6 -0
  292. package/dist/cal-provider/languages.d.ts +55 -0
  293. package/dist/cal-provider/languages.d.ts.map +1 -0
  294. package/dist/cal-provider/languages.js +10 -0
  295. package/dist/calendar-settings/index.d.ts +2 -0
  296. package/dist/calendar-settings/index.d.ts.map +1 -0
  297. package/dist/calendar-settings/index.js +4 -0
  298. package/dist/calendar-settings/wrappers/calendar-settings-platform-wrapper.d.ts +17 -0
  299. package/dist/calendar-settings/wrappers/calendar-settings-platform-wrapper.d.ts.map +1 -0
  300. package/dist/calendar-settings/wrappers/calendar-settings-platform-wrapper.js +32 -0
  301. package/dist/calendar-view/calendar-view-component.d.ts +2 -0
  302. package/dist/calendar-view/calendar-view-component.d.ts.map +1 -0
  303. package/dist/calendar-view/calendar-view-component.js +43 -0
  304. package/dist/calendar-view/components/calendar.d.ts +2 -0
  305. package/dist/calendar-view/components/calendar.d.ts.map +1 -0
  306. package/dist/calendar-view/components/calendar.js +5 -0
  307. package/dist/calendar-view/components/date-picker.d.ts +82 -0
  308. package/dist/calendar-view/components/date-picker.d.ts.map +1 -0
  309. package/dist/calendar-view/components/date-picker.js +285 -0
  310. package/dist/calendar-view/components/large-calendar.d.ts +19 -0
  311. package/dist/calendar-view/components/large-calendar.d.ts.map +1 -0
  312. package/dist/calendar-view/components/large-calendar.js +133 -0
  313. package/dist/calendar-view/components/no-availability-dialog.d.ts +19 -0
  314. package/dist/calendar-view/components/no-availability-dialog.d.ts.map +1 -0
  315. package/dist/calendar-view/components/no-availability-dialog.js +45 -0
  316. package/dist/calendar-view/event-type-calendar-view-component.d.ts +7 -0
  317. package/dist/calendar-view/event-type-calendar-view-component.d.ts.map +1 -0
  318. package/dist/calendar-view/event-type-calendar-view-component.js +105 -0
  319. package/dist/calendar-view/index.d.ts +2 -0
  320. package/dist/calendar-view/index.d.ts.map +1 -0
  321. package/dist/calendar-view/index.js +4 -0
  322. package/dist/calendar-view/scheduler/components/calendar.d.ts +4 -0
  323. package/dist/calendar-view/scheduler/components/calendar.d.ts.map +1 -0
  324. package/dist/calendar-view/scheduler/components/calendar.js +185 -0
  325. package/dist/calendar-view/scheduler/components/current-time/index.d.ts +6 -0
  326. package/dist/calendar-view/scheduler/components/current-time/index.d.ts.map +1 -0
  327. package/dist/calendar-view/scheduler/components/current-time/index.js +61 -0
  328. package/dist/calendar-view/scheduler/components/date-values/index.d.ts +12 -0
  329. package/dist/calendar-view/scheduler/components/date-values/index.d.ts.map +1 -0
  330. package/dist/calendar-view/scheduler/components/date-values/index.js +98 -0
  331. package/dist/calendar-view/scheduler/components/default-out-of-office-slot.d.ts +3 -0
  332. package/dist/calendar-view/scheduler/components/default-out-of-office-slot.d.ts.map +1 -0
  333. package/dist/calendar-view/scheduler/components/default-out-of-office-slot.js +47 -0
  334. package/dist/calendar-view/scheduler/components/event/all-day-events.d.ts +108 -0
  335. package/dist/calendar-view/scheduler/components/event/all-day-events.d.ts.map +1 -0
  336. package/dist/calendar-view/scheduler/components/event/all-day-events.js +156 -0
  337. package/dist/calendar-view/scheduler/components/event/empty.d.ts +18 -0
  338. package/dist/calendar-view/scheduler/components/event/empty.d.ts.map +1 -0
  339. package/dist/calendar-view/scheduler/components/event/empty.js +162 -0
  340. package/dist/calendar-view/scheduler/components/event/event-list.d.ts +7 -0
  341. package/dist/calendar-view/scheduler/components/event/event-list.d.ts.map +1 -0
  342. package/dist/calendar-view/scheduler/components/event/event-list.js +97 -0
  343. package/dist/calendar-view/scheduler/components/event/event.d.ts +14 -0
  344. package/dist/calendar-view/scheduler/components/event/event.d.ts.map +1 -0
  345. package/dist/calendar-view/scheduler/components/event/event.js +131 -0
  346. package/dist/calendar-view/scheduler/components/event/index.d.ts +5 -0
  347. package/dist/calendar-view/scheduler/components/event/index.d.ts.map +1 -0
  348. package/dist/calendar-view/scheduler/components/event/index.js +12 -0
  349. package/dist/calendar-view/scheduler/components/grid/index.d.ts +10 -0
  350. package/dist/calendar-view/scheduler/components/grid/index.d.ts.map +1 -0
  351. package/dist/calendar-view/scheduler/components/grid/index.js +17 -0
  352. package/dist/calendar-view/scheduler/components/heading/index.d.ts +2 -0
  353. package/dist/calendar-view/scheduler/components/heading/index.d.ts.map +1 -0
  354. package/dist/calendar-view/scheduler/components/heading/index.js +4 -0
  355. package/dist/calendar-view/scheduler/components/heading/scheduler-heading.d.ts +2 -0
  356. package/dist/calendar-view/scheduler/components/heading/scheduler-heading.d.ts.map +1 -0
  357. package/dist/calendar-view/scheduler/components/heading/scheduler-heading.js +48 -0
  358. package/dist/calendar-view/scheduler/components/horizontal-lines/index.d.ts +9 -0
  359. package/dist/calendar-view/scheduler/components/horizontal-lines/index.d.ts.map +1 -0
  360. package/dist/calendar-view/scheduler/components/horizontal-lines/index.js +31 -0
  361. package/dist/calendar-view/scheduler/components/spinner/spinner.d.ts +4 -0
  362. package/dist/calendar-view/scheduler/components/spinner/spinner.d.ts.map +1 -0
  363. package/dist/calendar-view/scheduler/components/spinner/spinner.js +32 -0
  364. package/dist/calendar-view/scheduler/components/vertical-lines/index.d.ts +7 -0
  365. package/dist/calendar-view/scheduler/components/vertical-lines/index.d.ts.map +1 -0
  366. package/dist/calendar-view/scheduler/components/vertical-lines/index.js +38 -0
  367. package/dist/calendar-view/scheduler/state/store.d.ts +7 -0
  368. package/dist/calendar-view/scheduler/state/store.d.ts.map +1 -0
  369. package/dist/calendar-view/scheduler/state/store.js +64 -0
  370. package/dist/calendar-view/scheduler/types/common.d.ts +2 -0
  371. package/dist/calendar-view/scheduler/types/common.d.ts.map +1 -0
  372. package/dist/calendar-view/scheduler/types/common.js +1 -0
  373. package/dist/calendar-view/scheduler/types/events.d.ts +20 -0
  374. package/dist/calendar-view/scheduler/types/events.d.ts.map +1 -0
  375. package/dist/calendar-view/scheduler/types/events.js +1 -0
  376. package/dist/calendar-view/scheduler/types/state.d.ts +93 -0
  377. package/dist/calendar-view/scheduler/types/state.d.ts.map +1 -0
  378. package/dist/calendar-view/scheduler/types/state.js +1 -0
  379. package/dist/calendar-view/scheduler/utils/index.d.ts +20 -0
  380. package/dist/calendar-view/scheduler/utils/index.d.ts.map +1 -0
  381. package/dist/calendar-view/scheduler/utils/index.js +64 -0
  382. package/dist/calendar-view/scheduler/utils/overlap.d.ts +20 -0
  383. package/dist/calendar-view/scheduler/utils/overlap.d.ts.map +1 -0
  384. package/dist/calendar-view/scheduler/utils/overlap.js +88 -0
  385. package/dist/calendar-view/wrappers/calendar-view-platform-wrapper.d.ts +22 -0
  386. package/dist/calendar-view/wrappers/calendar-view-platform-wrapper.d.ts.map +1 -0
  387. package/dist/calendar-view/wrappers/calendar-view-platform-wrapper.js +8 -0
  388. package/dist/components/atoms-wrapper.d.ts +6 -0
  389. package/dist/components/atoms-wrapper.d.ts.map +1 -0
  390. package/dist/components/atoms-wrapper.js +21 -0
  391. package/dist/components/ui/address-input.d.ts +11 -0
  392. package/dist/components/ui/address-input.d.ts.map +1 -0
  393. package/dist/components/ui/address-input.js +31 -0
  394. package/dist/components/ui/alert.d.ts +16 -0
  395. package/dist/components/ui/alert.d.ts.map +1 -0
  396. package/dist/components/ui/alert.js +46 -0
  397. package/dist/components/ui/app-list-card.d.ts +30 -0
  398. package/dist/components/ui/app-list-card.d.ts.map +1 -0
  399. package/dist/components/ui/app-list-card.js +57 -0
  400. package/dist/components/ui/avatar-group.d.ts +14 -0
  401. package/dist/components/ui/avatar-group.d.ts.map +1 -0
  402. package/dist/components/ui/avatar-group.js +45 -0
  403. package/dist/components/ui/avatar.d.ts +18 -0
  404. package/dist/components/ui/avatar.d.ts.map +1 -0
  405. package/dist/components/ui/avatar.js +70 -0
  406. package/dist/components/ui/badge.d.ts +553 -0
  407. package/dist/components/ui/badge.d.ts.map +1 -0
  408. package/dist/components/ui/badge.js +61 -0
  409. package/dist/components/ui/button-group.d.ts +9 -0
  410. package/dist/components/ui/button-group.d.ts.map +1 -0
  411. package/dist/components/ui/button-group.js +29 -0
  412. package/dist/components/ui/button.d.ts +37 -0
  413. package/dist/components/ui/button.d.ts.map +1 -0
  414. package/dist/components/ui/button.js +280 -0
  415. package/dist/components/ui/calendar-switch.d.ts +22 -0
  416. package/dist/components/ui/calendar-switch.d.ts.map +1 -0
  417. package/dist/components/ui/calendar-switch.js +26 -0
  418. package/dist/components/ui/checkbox.d.ts +15 -0
  419. package/dist/components/ui/checkbox.d.ts.map +1 -0
  420. package/dist/components/ui/checkbox.js +95 -0
  421. package/dist/components/ui/checked-team-select.d.ts +43 -0
  422. package/dist/components/ui/checked-team-select.d.ts.map +1 -0
  423. package/dist/components/ui/checked-team-select.js +183 -0
  424. package/dist/components/ui/confirmation-dialog-content.d.ts +21 -0
  425. package/dist/components/ui/confirmation-dialog-content.d.ts.map +1 -0
  426. package/dist/components/ui/confirmation-dialog-content.js +52 -0
  427. package/dist/components/ui/controlled-dialog.d.ts +17 -0
  428. package/dist/components/ui/controlled-dialog.d.ts.map +1 -0
  429. package/dist/components/ui/controlled-dialog.js +14 -0
  430. package/dist/components/ui/dialog.d.ts +58 -0
  431. package/dist/components/ui/dialog.d.ts.map +1 -0
  432. package/dist/components/ui/dialog.js +152 -0
  433. package/dist/components/ui/disconnect-calendar-integration.d.ts +12 -0
  434. package/dist/components/ui/disconnect-calendar-integration.d.ts.map +1 -0
  435. package/dist/components/ui/disconnect-calendar-integration.js +44 -0
  436. package/dist/components/ui/divider.d.ts +3 -0
  437. package/dist/components/ui/divider.d.ts.map +1 -0
  438. package/dist/components/ui/divider.js +25 -0
  439. package/dist/components/ui/dropdown.d.ts +40 -0
  440. package/dist/components/ui/dropdown.d.ts.map +1 -0
  441. package/dist/components/ui/dropdown.js +191 -0
  442. package/dist/components/ui/editable-heading.d.ts +6 -0
  443. package/dist/components/ui/editable-heading.d.ts.map +1 -0
  444. package/dist/components/ui/editable-heading.js +54 -0
  445. package/dist/components/ui/empty-screen.d.ts +18 -0
  446. package/dist/components/ui/empty-screen.d.ts.map +1 -0
  447. package/dist/components/ui/empty-screen.js +72 -0
  448. package/dist/components/ui/form.d.ts +11 -0
  449. package/dist/components/ui/form.d.ts.map +1 -0
  450. package/dist/components/ui/form.js +26 -0
  451. package/dist/components/ui/icon.d.ts +42 -0
  452. package/dist/components/ui/icon.d.ts.map +1 -0
  453. package/dist/components/ui/icon.js +188 -0
  454. package/dist/components/ui/icons.d.ts +21 -0
  455. package/dist/components/ui/icons.d.ts.map +1 -0
  456. package/dist/components/ui/icons.js +327 -0
  457. package/dist/components/ui/info-badge.d.ts +4 -0
  458. package/dist/components/ui/info-badge.d.ts.map +1 -0
  459. package/dist/components/ui/info-badge.js +9 -0
  460. package/dist/components/ui/label.d.ts +2 -0
  461. package/dist/components/ui/label.d.ts.map +1 -0
  462. package/dist/components/ui/label.js +16 -0
  463. package/dist/components/ui/navigation.d.ts +37 -0
  464. package/dist/components/ui/navigation.d.ts.map +1 -0
  465. package/dist/components/ui/navigation.js +1 -0
  466. package/dist/components/ui/popover.d.ts +17 -0
  467. package/dist/components/ui/popover.d.ts.map +1 -0
  468. package/dist/components/ui/popover.js +19 -0
  469. package/dist/components/ui/radio-area-group.d.ts +20 -0
  470. package/dist/components/ui/radio-area-group.d.ts.map +1 -0
  471. package/dist/components/ui/radio-area-group.js +52 -0
  472. package/dist/components/ui/radio.d.ts +24 -0
  473. package/dist/components/ui/radio.d.ts.map +1 -0
  474. package/dist/components/ui/radio.js +56 -0
  475. package/dist/components/ui/react-select-components.d.ts +29 -0
  476. package/dist/components/ui/react-select-components.d.ts.map +1 -0
  477. package/dist/components/ui/react-select-components.js +36 -0
  478. package/dist/components/ui/select.d.ts +36 -0
  479. package/dist/components/ui/select.d.ts.map +1 -0
  480. package/dist/components/ui/select.js +125 -0
  481. package/dist/components/ui/settings-header.d.ts +21 -0
  482. package/dist/components/ui/settings-header.d.ts.map +1 -0
  483. package/dist/components/ui/settings-header.js +55 -0
  484. package/dist/components/ui/settings-toggle.d.ts +23 -0
  485. package/dist/components/ui/settings-toggle.d.ts.map +1 -0
  486. package/dist/components/ui/settings-toggle.js +100 -0
  487. package/dist/components/ui/shell.d.ts +31 -0
  488. package/dist/components/ui/shell.d.ts.map +1 -0
  489. package/dist/components/ui/shell.js +15 -0
  490. package/dist/components/ui/show-toast.d.ts +13 -0
  491. package/dist/components/ui/show-toast.d.ts.map +1 -0
  492. package/dist/components/ui/show-toast.js +65 -0
  493. package/dist/components/ui/skeleton.d.ts +31 -0
  494. package/dist/components/ui/skeleton.d.ts.map +1 -0
  495. package/dist/components/ui/skeleton.js +59 -0
  496. package/dist/components/ui/switch.d.ts +17 -0
  497. package/dist/components/ui/switch.d.ts.map +1 -0
  498. package/dist/components/ui/switch.js +71 -0
  499. package/dist/components/ui/text-field.d.ts +99 -0
  500. package/dist/components/ui/text-field.d.ts.map +1 -0
  501. package/dist/components/ui/text-field.js +183 -0
  502. package/dist/components/ui/toast.d.ts +13 -0
  503. package/dist/components/ui/toast.d.ts.map +1 -0
  504. package/dist/components/ui/toast.js +72 -0
  505. package/dist/components/ui/toaster.d.ts +2 -0
  506. package/dist/components/ui/toaster.d.ts.map +1 -0
  507. package/dist/components/ui/toaster.js +21 -0
  508. package/dist/components/ui/toggle-group.d.ts +20 -0
  509. package/dist/components/ui/toggle-group.d.ts.map +1 -0
  510. package/dist/components/ui/toggle-group.js +73 -0
  511. package/dist/components/ui/tooltip.d.ts +29 -0
  512. package/dist/components/ui/tooltip.d.ts.map +1 -0
  513. package/dist/components/ui/tooltip.js +65 -0
  514. package/dist/components/ui/use-toast.d.ts +45 -0
  515. package/dist/components/ui/use-toast.d.ts.map +1 -0
  516. package/dist/components/ui/use-toast.js +95 -0
  517. package/dist/components/ui/user-avatar-group-with-org.d.ts +18 -0
  518. package/dist/components/ui/user-avatar-group-with-org.d.ts.map +1 -0
  519. package/dist/components/ui/user-avatar-group-with-org.js +27 -0
  520. package/dist/connect/apple/apple-connect.d.ts +4 -0
  521. package/dist/connect/apple/apple-connect.d.ts.map +1 -0
  522. package/dist/connect/apple/apple-connect.js +171 -0
  523. package/dist/connect/components/disconnect-integration-modal.d.ts +19 -0
  524. package/dist/connect/components/disconnect-integration-modal.d.ts.map +1 -0
  525. package/dist/connect/components/disconnect-integration-modal.js +30 -0
  526. package/dist/connect/components/office365-account-dialog.d.ts +12 -0
  527. package/dist/connect/components/office365-account-dialog.d.ts.map +1 -0
  528. package/dist/connect/components/office365-account-dialog.js +32 -0
  529. package/dist/connect/conferencing-apps/components/app-list.d.ts +65 -0
  530. package/dist/connect/conferencing-apps/components/app-list.d.ts.map +1 -0
  531. package/dist/connect/conferencing-apps/components/app-list.js +131 -0
  532. package/dist/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.d.ts +29 -0
  533. package/dist/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.d.ts.map +1 -0
  534. package/dist/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.js +211 -0
  535. package/dist/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.d.ts +10 -0
  536. package/dist/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.d.ts.map +1 -0
  537. package/dist/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.js +35 -0
  538. package/dist/connect/conferencing-apps/hooks/use-atom-get-event-types.d.ts +10 -0
  539. package/dist/connect/conferencing-apps/hooks/use-atom-get-event-types.d.ts.map +1 -0
  540. package/dist/connect/conferencing-apps/hooks/use-atom-get-event-types.js +25 -0
  541. package/dist/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.d.ts +4 -0
  542. package/dist/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.d.ts.map +1 -0
  543. package/dist/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.js +27 -0
  544. package/dist/connect/conferencing-apps/hooks/use-connect.d.ts +22 -0
  545. package/dist/connect/conferencing-apps/hooks/use-connect.d.ts.map +1 -0
  546. package/dist/connect/conferencing-apps/hooks/use-connect.js +102 -0
  547. package/dist/connect/conferencing-apps/hooks/use-delete-credential.d.ts +9 -0
  548. package/dist/connect/conferencing-apps/hooks/use-delete-credential.d.ts.map +1 -0
  549. package/dist/connect/conferencing-apps/hooks/use-delete-credential.js +26 -0
  550. package/dist/connect/conferencing-apps/hooks/use-get-default-conferencing-app.d.ts +6 -0
  551. package/dist/connect/conferencing-apps/hooks/use-get-default-conferencing-app.d.ts.map +1 -0
  552. package/dist/connect/conferencing-apps/hooks/use-get-default-conferencing-app.js +25 -0
  553. package/dist/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.d.ts +9 -0
  554. package/dist/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.d.ts.map +1 -0
  555. package/dist/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.js +31 -0
  556. package/dist/connect/google/gcal-connect.d.ts +4 -0
  557. package/dist/connect/google/gcal-connect.d.ts.map +1 -0
  558. package/dist/connect/google/gcal-connect.js +42 -0
  559. package/dist/connect/index.d.ts +4 -0
  560. package/dist/connect/index.d.ts.map +1 -0
  561. package/dist/connect/index.js +8 -0
  562. package/dist/connect/o-auth-connect.d.ts +25 -0
  563. package/dist/connect/o-auth-connect.d.ts.map +1 -0
  564. package/dist/connect/o-auth-connect.js +88 -0
  565. package/dist/connect/outlook/outlook-connect.d.ts +4 -0
  566. package/dist/connect/outlook/outlook-connect.d.ts.map +1 -0
  567. package/dist/connect/outlook/outlook-connect.js +42 -0
  568. package/dist/connect/stripe/stripe-connect.d.ts +22 -0
  569. package/dist/connect/stripe/stripe-connect.d.ts.map +1 -0
  570. package/dist/connect/stripe/stripe-connect.js +52 -0
  571. package/dist/constants/api.d.ts +44 -0
  572. package/dist/constants/api.d.ts.map +1 -0
  573. package/dist/constants/api.js +102 -0
  574. package/dist/constants/app.d.ts +19 -0
  575. package/dist/constants/app.d.ts.map +1 -0
  576. package/dist/constants/app.js +25 -0
  577. package/dist/constants/apps.d.ts +32 -0
  578. package/dist/constants/apps.d.ts.map +1 -0
  579. package/dist/constants/apps.js +34 -0
  580. package/dist/constants/index.d.ts +4 -0
  581. package/dist/constants/index.d.ts.map +1 -0
  582. package/dist/constants/index.js +80 -0
  583. package/dist/constants/styles.d.ts +2 -0
  584. package/dist/constants/styles.d.ts.map +1 -0
  585. package/dist/constants/styles.js +4 -0
  586. package/dist/contracts/api.d.ts +27 -0
  587. package/dist/contracts/api.d.ts.map +1 -0
  588. package/dist/contracts/api.js +1 -0
  589. package/dist/contracts/apps.d.ts +21 -0
  590. package/dist/contracts/apps.d.ts.map +1 -0
  591. package/dist/contracts/apps.js +1 -0
  592. package/dist/contracts/booker.d.ts +255 -0
  593. package/dist/contracts/booker.d.ts.map +1 -0
  594. package/dist/contracts/booker.js +17 -0
  595. package/dist/contracts/bookings.d.ts +154 -0
  596. package/dist/contracts/bookings.d.ts.map +1 -0
  597. package/dist/contracts/bookings.js +22 -0
  598. package/dist/contracts/calendars.d.ts +82 -0
  599. package/dist/contracts/calendars.d.ts.map +1 -0
  600. package/dist/contracts/calendars.js +1 -0
  601. package/dist/contracts/event-types.d.ts +225 -0
  602. package/dist/contracts/event-types.d.ts.map +1 -0
  603. package/dist/contracts/event-types.js +22 -0
  604. package/dist/contracts/index.d.ts +13 -0
  605. package/dist/contracts/index.d.ts.map +1 -0
  606. package/dist/contracts/index.js +20 -0
  607. package/dist/contracts/oauth.d.ts +2 -0
  608. package/dist/contracts/oauth.d.ts.map +1 -0
  609. package/dist/contracts/oauth.js +1 -0
  610. package/dist/contracts/organizations.d.ts +15 -0
  611. package/dist/contracts/organizations.d.ts.map +1 -0
  612. package/dist/contracts/organizations.js +1 -0
  613. package/dist/contracts/schedules.d.ts +92 -0
  614. package/dist/contracts/schedules.d.ts.map +1 -0
  615. package/dist/contracts/schedules.js +1 -0
  616. package/dist/contracts/slots.d.ts +57 -0
  617. package/dist/contracts/slots.d.ts.map +1 -0
  618. package/dist/contracts/slots.js +1 -0
  619. package/dist/contracts/teams.d.ts +31 -0
  620. package/dist/contracts/teams.d.ts.map +1 -0
  621. package/dist/contracts/teams.js +4 -0
  622. package/dist/contracts/user.d.ts +25 -0
  623. package/dist/contracts/user.d.ts.map +1 -0
  624. package/dist/contracts/user.js +1 -0
  625. package/dist/create-schedule/create-schedule-form.d.ts +18 -0
  626. package/dist/create-schedule/create-schedule-form.d.ts.map +1 -0
  627. package/dist/create-schedule/create-schedule-form.js +93 -0
  628. package/dist/create-schedule/index.d.ts +2 -0
  629. package/dist/create-schedule/index.d.ts.map +1 -0
  630. package/dist/create-schedule/index.js +4 -0
  631. package/dist/create-schedule/wrappers/create-schedule-platform-wrapper.d.ts +15 -0
  632. package/dist/create-schedule/wrappers/create-schedule-platform-wrapper.d.ts.map +1 -0
  633. package/dist/create-schedule/wrappers/create-schedule-platform-wrapper.js +53 -0
  634. package/dist/destination-calendar/components/destination-calendar-selector.d.ts +10 -0
  635. package/dist/destination-calendar/components/destination-calendar-selector.d.ts.map +1 -0
  636. package/dist/destination-calendar/components/destination-calendar-selector.js +21 -0
  637. package/dist/destination-calendar/destination-calendar-selector.d.ts +17 -0
  638. package/dist/destination-calendar/destination-calendar-selector.d.ts.map +1 -0
  639. package/dist/destination-calendar/destination-calendar-selector.js +105 -0
  640. package/dist/destination-calendar/destination-calendar.d.ts +21 -0
  641. package/dist/destination-calendar/destination-calendar.d.ts.map +1 -0
  642. package/dist/destination-calendar/destination-calendar.js +49 -0
  643. package/dist/destination-calendar/destination-reminder-selector.d.ts +9 -0
  644. package/dist/destination-calendar/destination-reminder-selector.d.ts.map +1 -0
  645. package/dist/destination-calendar/destination-reminder-selector.js +36 -0
  646. package/dist/destination-calendar/index.d.ts +2 -0
  647. package/dist/destination-calendar/index.d.ts.map +1 -0
  648. package/dist/destination-calendar/index.js +4 -0
  649. package/dist/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.d.ts +8 -0
  650. package/dist/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.d.ts.map +1 -0
  651. package/dist/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.js +40 -0
  652. package/dist/event-types/components/assign-all-team-members.d.ts +14 -0
  653. package/dist/event-types/components/assign-all-team-members.d.ts.map +1 -0
  654. package/dist/event-types/components/assign-all-team-members.js +33 -0
  655. package/dist/event-types/components/bulk-edit-default-for-events-modal.d.ts +29 -0
  656. package/dist/event-types/components/bulk-edit-default-for-events-modal.d.ts.map +1 -0
  657. package/dist/event-types/components/bulk-edit-default-for-events-modal.js +105 -0
  658. package/dist/event-types/components/children-event-type-select.d.ts +34 -0
  659. package/dist/event-types/components/children-event-type-select.d.ts.map +1 -0
  660. package/dist/event-types/components/children-event-type-select.js +204 -0
  661. package/dist/event-types/components/create-event-type-form.d.ts +29 -0
  662. package/dist/event-types/components/create-event-type-form.d.ts.map +1 -0
  663. package/dist/event-types/components/create-event-type-form.js +128 -0
  664. package/dist/event-types/components/event-team-assignment-tab.d.ts +2 -0
  665. package/dist/event-types/components/event-team-assignment-tab.d.ts.map +1 -0
  666. package/dist/event-types/components/event-team-assignment-tab.js +6 -0
  667. package/dist/event-types/components/event-type-list-item.d.ts +12 -0
  668. package/dist/event-types/components/event-type-list-item.d.ts.map +1 -0
  669. package/dist/event-types/components/event-type-list-item.js +100 -0
  670. package/dist/event-types/components/host-edit-dialogs.d.ts +40 -0
  671. package/dist/event-types/components/host-edit-dialogs.d.ts.map +1 -0
  672. package/dist/event-types/components/host-edit-dialogs.js +156 -0
  673. package/dist/event-types/components/learn-more-link.d.ts +15 -0
  674. package/dist/event-types/components/learn-more-link.d.ts.map +1 -0
  675. package/dist/event-types/components/learn-more-link.js +27 -0
  676. package/dist/event-types/components/managed-event-dialog.d.ts +13 -0
  677. package/dist/event-types/components/managed-event-dialog.d.ts.map +1 -0
  678. package/dist/event-types/components/managed-event-dialog.js +44 -0
  679. package/dist/event-types/components/recurring-event-controller.d.ts +34 -0
  680. package/dist/event-types/components/recurring-event-controller.d.ts.map +1 -0
  681. package/dist/event-types/components/recurring-event-controller.js +198 -0
  682. package/dist/event-types/components/tabs/event-recurring-tab.d.ts +14 -0
  683. package/dist/event-types/components/tabs/event-recurring-tab.d.ts.map +1 -0
  684. package/dist/event-types/components/tabs/event-recurring-tab.js +18 -0
  685. package/dist/event-types/components/team-assignment/assign-all-managed-warning-dialog.d.ts +9 -0
  686. package/dist/event-types/components/team-assignment/assign-all-managed-warning-dialog.d.ts.map +1 -0
  687. package/dist/event-types/components/team-assignment/assign-all-managed-warning-dialog.js +35 -0
  688. package/dist/event-types/components/team-assignment/children-event-types-list.d.ts +11 -0
  689. package/dist/event-types/components/team-assignment/children-event-types-list.d.ts.map +1 -0
  690. package/dist/event-types/components/team-assignment/children-event-types-list.js +34 -0
  691. package/dist/event-types/components/team-assignment/children-event-types.d.ts +18 -0
  692. package/dist/event-types/components/team-assignment/children-event-types.d.ts.map +1 -0
  693. package/dist/event-types/components/team-assignment/children-event-types.js +47 -0
  694. package/dist/event-types/components/team-assignment/event-team-assignment-tab.d.ts +58 -0
  695. package/dist/event-types/components/team-assignment/event-team-assignment-tab.d.ts.map +1 -0
  696. package/dist/event-types/components/team-assignment/event-team-assignment-tab.js +248 -0
  697. package/dist/event-types/components/team-assignment/fixed-hosts.d.ts +20 -0
  698. package/dist/event-types/components/team-assignment/fixed-hosts.d.ts.map +1 -0
  699. package/dist/event-types/components/team-assignment/fixed-hosts.js +135 -0
  700. package/dist/event-types/components/team-assignment/hosts.d.ts +19 -0
  701. package/dist/event-types/components/team-assignment/hosts.d.ts.map +1 -0
  702. package/dist/event-types/components/team-assignment/hosts.js +99 -0
  703. package/dist/event-types/components/team-assignment/round-robin-hosts.d.ts +26 -0
  704. package/dist/event-types/components/team-assignment/round-robin-hosts.d.ts.map +1 -0
  705. package/dist/event-types/components/team-assignment/round-robin-hosts.js +197 -0
  706. package/dist/event-types/components/team-event-type-form.d.ts +27 -0
  707. package/dist/event-types/components/team-event-type-form.d.ts.map +1 -0
  708. package/dist/event-types/components/team-event-type-form.js +161 -0
  709. package/dist/event-types/components/weight-description.d.ts +6 -0
  710. package/dist/event-types/components/weight-description.d.ts.map +1 -0
  711. package/dist/event-types/components/weight-description.js +27 -0
  712. package/dist/event-types/hooks/use-add-verified-email.d.ts +15 -0
  713. package/dist/event-types/hooks/use-add-verified-email.d.ts.map +1 -0
  714. package/dist/event-types/hooks/use-add-verified-email.js +31 -0
  715. package/dist/event-types/hooks/use-apps-data-stub.d.ts +15 -0
  716. package/dist/event-types/hooks/use-apps-data-stub.d.ts.map +1 -0
  717. package/dist/event-types/hooks/use-apps-data-stub.js +12 -0
  718. package/dist/event-types/hooks/use-assign-all-managed-warning.d.ts +17 -0
  719. package/dist/event-types/hooks/use-assign-all-managed-warning.d.ts.map +1 -0
  720. package/dist/event-types/hooks/use-assign-all-managed-warning.js +22 -0
  721. package/dist/event-types/hooks/use-atom-event-type-app-integration.d.ts +21 -0
  722. package/dist/event-types/hooks/use-atom-event-type-app-integration.d.ts.map +1 -0
  723. package/dist/event-types/hooks/use-atom-event-type-app-integration.js +24 -0
  724. package/dist/event-types/hooks/use-atom-event-type-by-id.d.ts +4 -0
  725. package/dist/event-types/hooks/use-atom-event-type-by-id.d.ts.map +1 -0
  726. package/dist/event-types/hooks/use-atom-event-type-by-id.js +24 -0
  727. package/dist/event-types/hooks/use-atom-event-type-payment-info.d.ts +7 -0
  728. package/dist/event-types/hooks/use-atom-event-type-payment-info.d.ts.map +1 -0
  729. package/dist/event-types/hooks/use-atom-event-type-payment-info.js +28 -0
  730. package/dist/event-types/hooks/use-atom-get-all-event-types.d.ts +9 -0
  731. package/dist/event-types/hooks/use-atom-get-all-event-types.d.ts.map +1 -0
  732. package/dist/event-types/hooks/use-atom-get-all-event-types.js +22 -0
  733. package/dist/event-types/hooks/use-atom-host-schedules.d.ts +14 -0
  734. package/dist/event-types/hooks/use-atom-host-schedules.d.ts.map +1 -0
  735. package/dist/event-types/hooks/use-atom-host-schedules.js +32 -0
  736. package/dist/event-types/hooks/use-atom-update-event-type.d.ts +10 -0
  737. package/dist/event-types/hooks/use-atom-update-event-type.d.ts.map +1 -0
  738. package/dist/event-types/hooks/use-atom-update-event-type.js +40 -0
  739. package/dist/event-types/hooks/use-event-type-form.d.ts +15 -0
  740. package/dist/event-types/hooks/use-event-type-form.d.ts.map +1 -0
  741. package/dist/event-types/hooks/use-event-type-form.js +334 -0
  742. package/dist/event-types/hooks/use-get-verified-emails.d.ts +3 -0
  743. package/dist/event-types/hooks/use-get-verified-emails.d.ts.map +1 -0
  744. package/dist/event-types/hooks/use-get-verified-emails.js +25 -0
  745. package/dist/event-types/hooks/use-handle-route-change.d.ts +15 -0
  746. package/dist/event-types/hooks/use-handle-route-change.d.ts.map +1 -0
  747. package/dist/event-types/hooks/use-handle-route-change.js +33 -0
  748. package/dist/event-types/hooks/use-locked-fields-manager-stub.d.ts +29 -0
  749. package/dist/event-types/hooks/use-locked-fields-manager-stub.d.ts.map +1 -0
  750. package/dist/event-types/hooks/use-locked-fields-manager-stub.js +21 -0
  751. package/dist/event-types/hooks/use-platform-tabs-navigations.d.ts +16 -0
  752. package/dist/event-types/hooks/use-platform-tabs-navigations.d.ts.map +1 -0
  753. package/dist/event-types/hooks/use-platform-tabs-navigations.js +69 -0
  754. package/dist/event-types/hooks/use-tabs-navigations.d.ts +40 -0
  755. package/dist/event-types/hooks/use-tabs-navigations.d.ts.map +1 -0
  756. package/dist/event-types/hooks/use-tabs-navigations.js +160 -0
  757. package/dist/event-types/hooks/use-team-event-assignment.d.ts +65 -0
  758. package/dist/event-types/hooks/use-team-event-assignment.d.ts.map +1 -0
  759. package/dist/event-types/hooks/use-team-event-assignment.js +77 -0
  760. package/dist/event-types/hooks/use-team-members-with-segment-platform.d.ts +36 -0
  761. package/dist/event-types/hooks/use-team-members-with-segment-platform.d.ts.map +1 -0
  762. package/dist/event-types/hooks/use-team-members-with-segment-platform.js +68 -0
  763. package/dist/event-types/index.d.ts +2 -0
  764. package/dist/event-types/index.d.ts.map +1 -0
  765. package/dist/event-types/index.js +4 -0
  766. package/dist/event-types/lib/format-event-type-duration.d.ts +13 -0
  767. package/dist/event-types/lib/format-event-type-duration.d.ts.map +1 -0
  768. package/dist/event-types/lib/format-event-type-duration.js +9 -0
  769. package/dist/event-types/payments/payment-form.d.ts +9 -0
  770. package/dist/event-types/payments/payment-form.d.ts.map +1 -0
  771. package/dist/event-types/payments/payment-form.js +110 -0
  772. package/dist/event-types/payments/payment-page-types.d.ts +48 -0
  773. package/dist/event-types/payments/payment-page-types.d.ts.map +1 -0
  774. package/dist/event-types/payments/payment-page-types.js +1 -0
  775. package/dist/event-types/payments/payment.d.ts +39 -0
  776. package/dist/event-types/payments/payment.d.ts.map +1 -0
  777. package/dist/event-types/payments/payment.js +56 -0
  778. package/dist/event-types/payments/stripe-payment-form.d.ts +9 -0
  779. package/dist/event-types/payments/stripe-payment-form.d.ts.map +1 -0
  780. package/dist/event-types/payments/stripe-payment-form.js +71 -0
  781. package/dist/event-types/types.d.ts +16 -0
  782. package/dist/event-types/types.d.ts.map +1 -0
  783. package/dist/event-types/types.js +1 -0
  784. package/dist/event-types/wrappers/create-event-type-platform-wrapper.d.ts +20 -0
  785. package/dist/event-types/wrappers/create-event-type-platform-wrapper.d.ts.map +1 -0
  786. package/dist/event-types/wrappers/create-event-type-platform-wrapper.js +100 -0
  787. package/dist/event-types/wrappers/event-recurring-tab-platform-wrapper.d.ts +4 -0
  788. package/dist/event-types/wrappers/event-recurring-tab-platform-wrapper.d.ts.map +1 -0
  789. package/dist/event-types/wrappers/event-recurring-tab-platform-wrapper.js +6 -0
  790. package/dist/event-types/wrappers/event-team-assignment-tab-platform-wrapper.d.ts +4 -0
  791. package/dist/event-types/wrappers/event-team-assignment-tab-platform-wrapper.d.ts.map +1 -0
  792. package/dist/event-types/wrappers/event-team-assignment-tab-platform-wrapper.js +6 -0
  793. package/dist/event-types/wrappers/event-type-platform-wrapper.d.ts +28 -0
  794. package/dist/event-types/wrappers/event-type-platform-wrapper.d.ts.map +1 -0
  795. package/dist/event-types/wrappers/event-type-platform-wrapper.js +240 -0
  796. package/dist/event-types/wrappers/list-event-types-platform-wrapper.d.ts +6 -0
  797. package/dist/event-types/wrappers/list-event-types-platform-wrapper.d.ts.map +1 -0
  798. package/dist/event-types/wrappers/list-event-types-platform-wrapper.js +59 -0
  799. package/dist/event-types/wrappers/types.d.ts +4 -0
  800. package/dist/event-types/wrappers/types.d.ts.map +1 -0
  801. package/dist/event-types/wrappers/types.js +1 -0
  802. package/dist/hooks/bookings/use-booking.d.ts +2 -0
  803. package/dist/hooks/bookings/use-booking.d.ts.map +1 -0
  804. package/dist/hooks/bookings/use-booking.js +22 -0
  805. package/dist/hooks/bookings/use-bookings.d.ts +6 -0
  806. package/dist/hooks/bookings/use-bookings.d.ts.map +1 -0
  807. package/dist/hooks/bookings/use-bookings.js +49 -0
  808. package/dist/hooks/bookings/use-cancel-booking.d.ts +23 -0
  809. package/dist/hooks/bookings/use-cancel-booking.d.ts.map +1 -0
  810. package/dist/hooks/bookings/use-cancel-booking.js +25 -0
  811. package/dist/hooks/bookings/use-create-booking.d.ts +11 -0
  812. package/dist/hooks/bookings/use-create-booking.d.ts.map +1 -0
  813. package/dist/hooks/bookings/use-create-booking.js +24 -0
  814. package/dist/hooks/bookings/use-create-instant-booking.d.ts +10 -0
  815. package/dist/hooks/bookings/use-create-instant-booking.d.ts.map +1 -0
  816. package/dist/hooks/bookings/use-create-instant-booking.js +24 -0
  817. package/dist/hooks/bookings/use-create-recurring-booking.d.ts +10 -0
  818. package/dist/hooks/bookings/use-create-recurring-booking.d.ts.map +1 -0
  819. package/dist/hooks/bookings/use-create-recurring-booking.js +20 -0
  820. package/dist/hooks/bookings/use-get-booking-for-reschedule.d.ts +10 -0
  821. package/dist/hooks/bookings/use-get-booking-for-reschedule.d.ts.map +1 -0
  822. package/dist/hooks/bookings/use-get-booking-for-reschedule.js +32 -0
  823. package/dist/hooks/bookings/use-handle-book-event.d.ts +26 -0
  824. package/dist/hooks/bookings/use-handle-book-event.d.ts.map +1 -0
  825. package/dist/hooks/bookings/use-handle-book-event.js +70 -0
  826. package/dist/hooks/calendars/use-add-selected-calendar.d.ts +21 -0
  827. package/dist/hooks/calendars/use-add-selected-calendar.d.ts.map +1 -0
  828. package/dist/hooks/calendars/use-add-selected-calendar.js +27 -0
  829. package/dist/hooks/calendars/use-delete-calendar-credentials.d.ts +22 -0
  830. package/dist/hooks/calendars/use-delete-calendar-credentials.d.ts.map +1 -0
  831. package/dist/hooks/calendars/use-delete-calendar-credentials.js +33 -0
  832. package/dist/hooks/calendars/use-remove-selected-calendar.d.ts +21 -0
  833. package/dist/hooks/calendars/use-remove-selected-calendar.d.ts.map +1 -0
  834. package/dist/hooks/calendars/use-remove-selected-calendar.js +28 -0
  835. package/dist/hooks/calendars/use-update-destination-calendars.d.ts +21 -0
  836. package/dist/hooks/calendars/use-update-destination-calendars.d.ts.map +1 -0
  837. package/dist/hooks/calendars/use-update-destination-calendars.js +28 -0
  838. package/dist/hooks/connect/use-check.d.ts +21 -0
  839. package/dist/hooks/connect/use-check.d.ts.map +1 -0
  840. package/dist/hooks/connect/use-check.js +32 -0
  841. package/dist/hooks/connect/use-connect.d.ts +18 -0
  842. package/dist/hooks/connect/use-connect.d.ts.map +1 -0
  843. package/dist/hooks/connect/use-connect.js +57 -0
  844. package/dist/hooks/event-types/private/use-create-event-type-form.d.ts +8 -0
  845. package/dist/hooks/event-types/private/use-create-event-type-form.d.ts.map +1 -0
  846. package/dist/hooks/event-types/private/use-create-event-type-form.js +19 -0
  847. package/dist/hooks/event-types/private/use-create-event-type.d.ts +9 -0
  848. package/dist/hooks/event-types/private/use-create-event-type.d.ts.map +1 -0
  849. package/dist/hooks/event-types/private/use-create-event-type.js +24 -0
  850. package/dist/hooks/event-types/private/use-create-team-event-type.d.ts +13 -0
  851. package/dist/hooks/event-types/private/use-create-team-event-type.d.ts.map +1 -0
  852. package/dist/hooks/event-types/private/use-create-team-event-type.js +29 -0
  853. package/dist/hooks/event-types/private/use-delete-event-type-by-id.d.ts +9 -0
  854. package/dist/hooks/event-types/private/use-delete-event-type-by-id.d.ts.map +1 -0
  855. package/dist/hooks/event-types/private/use-delete-event-type-by-id.js +23 -0
  856. package/dist/hooks/event-types/private/use-delete-team-event-type-by-id.d.ts +15 -0
  857. package/dist/hooks/event-types/private/use-delete-team-event-type-by-id.d.ts.map +1 -0
  858. package/dist/hooks/event-types/private/use-delete-team-event-type-by-id.js +33 -0
  859. package/dist/hooks/event-types/private/use-event-type-by-id.d.ts +4 -0
  860. package/dist/hooks/event-types/private/use-event-type-by-id.d.ts.map +1 -0
  861. package/dist/hooks/event-types/private/use-event-type-by-id.js +22 -0
  862. package/dist/hooks/event-types/public/use-atom-get-public-event.d.ts +13 -0
  863. package/dist/hooks/event-types/public/use-atom-get-public-event.d.ts.map +1 -0
  864. package/dist/hooks/event-types/public/use-atom-get-public-event.js +41 -0
  865. package/dist/hooks/event-types/public/use-event-type.d.ts +5 -0
  866. package/dist/hooks/event-types/public/use-event-type.d.ts.map +1 -0
  867. package/dist/hooks/event-types/public/use-event-type.js +32 -0
  868. package/dist/hooks/event-types/public/use-event-types.d.ts +4 -0
  869. package/dist/hooks/event-types/public/use-event-types.d.ts.map +1 -0
  870. package/dist/hooks/event-types/public/use-event-types.js +22 -0
  871. package/dist/hooks/event-types/public/use-team-event-type.d.ts +4 -0
  872. package/dist/hooks/event-types/public/use-team-event-type.d.ts.map +1 -0
  873. package/dist/hooks/event-types/public/use-team-event-type.js +26 -0
  874. package/dist/hooks/event-types/public/use-team-event-types.d.ts +4 -0
  875. package/dist/hooks/event-types/public/use-team-event-types.d.ts.map +1 -0
  876. package/dist/hooks/event-types/public/use-team-event-types.js +24 -0
  877. package/dist/hooks/organizations/bookings/use-organization-bookings.d.ts +4 -0
  878. package/dist/hooks/organizations/bookings/use-organization-bookings.d.ts.map +1 -0
  879. package/dist/hooks/organizations/bookings/use-organization-bookings.js +27 -0
  880. package/dist/hooks/organizations/bookings/use-organization-user-bookings.d.ts +4 -0
  881. package/dist/hooks/organizations/bookings/use-organization-user-bookings.d.ts.map +1 -0
  882. package/dist/hooks/organizations/bookings/use-organization-user-bookings.js +24 -0
  883. package/dist/hooks/schedules/types.d.ts +37 -0
  884. package/dist/hooks/schedules/types.d.ts.map +1 -0
  885. package/dist/hooks/schedules/types.js +1 -0
  886. package/dist/hooks/schedules/use-atom-create-schedule.d.ts +9 -0
  887. package/dist/hooks/schedules/use-atom-create-schedule.d.ts.map +1 -0
  888. package/dist/hooks/schedules/use-atom-create-schedule.js +26 -0
  889. package/dist/hooks/schedules/use-atom-duplicate-schedule.d.ts +11 -0
  890. package/dist/hooks/schedules/use-atom-duplicate-schedule.d.ts.map +1 -0
  891. package/dist/hooks/schedules/use-atom-duplicate-schedule.js +28 -0
  892. package/dist/hooks/schedules/use-atom-get-all-schedules.d.ts +9 -0
  893. package/dist/hooks/schedules/use-atom-get-all-schedules.d.ts.map +1 -0
  894. package/dist/hooks/schedules/use-atom-get-all-schedules.js +22 -0
  895. package/dist/hooks/schedules/use-atom-schedule.d.ts +8 -0
  896. package/dist/hooks/schedules/use-atom-schedule.d.ts.map +1 -0
  897. package/dist/hooks/schedules/use-atom-schedule.js +24 -0
  898. package/dist/hooks/schedules/use-atom-update-schedule.d.ts +11 -0
  899. package/dist/hooks/schedules/use-atom-update-schedule.d.ts.map +1 -0
  900. package/dist/hooks/schedules/use-atom-update-schedule.js +28 -0
  901. package/dist/hooks/schedules/use-delete-schedule.d.ts +11 -0
  902. package/dist/hooks/schedules/use-delete-schedule.d.ts.map +1 -0
  903. package/dist/hooks/schedules/use-delete-schedule.js +32 -0
  904. package/dist/hooks/schedules/use-ensure-default-schedule.d.ts +3 -0
  905. package/dist/hooks/schedules/use-ensure-default-schedule.d.ts.map +1 -0
  906. package/dist/hooks/schedules/use-ensure-default-schedule.js +12 -0
  907. package/dist/hooks/schedules/use-schedule.d.ts +7 -0
  908. package/dist/hooks/schedules/use-schedule.d.ts.map +1 -0
  909. package/dist/hooks/schedules/use-schedule.js +24 -0
  910. package/dist/hooks/schedules/use-schedules.d.ts +7 -0
  911. package/dist/hooks/schedules/use-schedules.d.ts.map +1 -0
  912. package/dist/hooks/schedules/use-schedules.js +24 -0
  913. package/dist/hooks/schedules/use-update-schedule.d.ts +10 -0
  914. package/dist/hooks/schedules/use-update-schedule.d.ts.map +1 -0
  915. package/dist/hooks/schedules/use-update-schedule.js +28 -0
  916. package/dist/hooks/stripe/use-check.d.ts +22 -0
  917. package/dist/hooks/stripe/use-check.d.ts.map +1 -0
  918. package/dist/hooks/stripe/use-check.js +38 -0
  919. package/dist/hooks/stripe/use-connect.d.ts +5 -0
  920. package/dist/hooks/stripe/use-connect.d.ts.map +1 -0
  921. package/dist/hooks/stripe/use-connect.js +37 -0
  922. package/dist/hooks/teams/use-team-members.d.ts +10 -0
  923. package/dist/hooks/teams/use-team-members.d.ts.map +1 -0
  924. package/dist/hooks/teams/use-team-members.js +25 -0
  925. package/dist/hooks/teams/use-teams.d.ts +7 -0
  926. package/dist/hooks/teams/use-teams.d.ts.map +1 -0
  927. package/dist/hooks/teams/use-teams.js +24 -0
  928. package/dist/hooks/use-api-keys.d.ts +9 -0
  929. package/dist/hooks/use-api-keys.d.ts.map +1 -0
  930. package/dist/hooks/use-api-keys.js +6 -0
  931. package/dist/hooks/use-atoms-context.d.ts +32 -0
  932. package/dist/hooks/use-atoms-context.d.ts.map +1 -0
  933. package/dist/hooks/use-atoms-context.js +15 -0
  934. package/dist/hooks/use-atoms-locale.d.ts +3 -0
  935. package/dist/hooks/use-atoms-locale.d.ts.map +1 -0
  936. package/dist/hooks/use-atoms-locale.js +9 -0
  937. package/dist/hooks/use-available-slots.d.ts +7 -0
  938. package/dist/hooks/use-available-slots.d.ts.map +1 -0
  939. package/dist/hooks/use-available-slots.js +35 -0
  940. package/dist/hooks/use-calendars-busy-times.d.ts +12 -0
  941. package/dist/hooks/use-calendars-busy-times.d.ts.map +1 -0
  942. package/dist/hooks/use-calendars-busy-times.js +39 -0
  943. package/dist/hooks/use-connected-calendars.d.ts +6 -0
  944. package/dist/hooks/use-connected-calendars.d.ts.map +1 -0
  945. package/dist/hooks/use-connected-calendars.js +23 -0
  946. package/dist/hooks/use-delete-selected-slot.d.ts +8 -0
  947. package/dist/hooks/use-delete-selected-slot.d.ts.map +1 -0
  948. package/dist/hooks/use-delete-selected-slot.js +27 -0
  949. package/dist/hooks/use-event-types-list.d.ts +18 -0
  950. package/dist/hooks/use-event-types-list.d.ts.map +1 -0
  951. package/dist/hooks/use-event-types-list.js +23 -0
  952. package/dist/hooks/use-get-city-timezones.d.ts +10 -0
  953. package/dist/hooks/use-get-city-timezones.d.ts.map +1 -0
  954. package/dist/hooks/use-get-city-timezones.js +21 -0
  955. package/dist/hooks/use-is-platform-booker-embed.d.ts +2 -0
  956. package/dist/hooks/use-is-platform-booker-embed.d.ts.map +1 -0
  957. package/dist/hooks/use-is-platform-booker-embed.js +8 -0
  958. package/dist/hooks/use-is-platform.d.ts +2 -0
  959. package/dist/hooks/use-is-platform.d.ts.map +1 -0
  960. package/dist/hooks/use-is-platform.js +8 -0
  961. package/dist/hooks/use-me.d.ts +9 -0
  962. package/dist/hooks/use-me.d.ts.map +1 -0
  963. package/dist/hooks/use-me.js +23 -0
  964. package/dist/hooks/use-o-auth-client.d.ts +18 -0
  965. package/dist/hooks/use-o-auth-client.d.ts.map +1 -0
  966. package/dist/hooks/use-o-auth-client.js +35 -0
  967. package/dist/hooks/use-o-auth-flow.d.ts +15 -0
  968. package/dist/hooks/use-o-auth-flow.d.ts.map +1 -0
  969. package/dist/hooks/use-o-auth-flow.js +79 -0
  970. package/dist/hooks/use-reserve-slot.d.ts +8 -0
  971. package/dist/hooks/use-reserve-slot.d.ts.map +1 -0
  972. package/dist/hooks/use-reserve-slot.js +25 -0
  973. package/dist/hooks/use-schedule-by-event-slug.d.ts +16 -0
  974. package/dist/hooks/use-schedule-by-event-slug.d.ts.map +1 -0
  975. package/dist/hooks/use-schedule-by-event-slug.js +23 -0
  976. package/dist/hooks/use-slots.d.ts +24 -0
  977. package/dist/hooks/use-slots.d.ts.map +1 -0
  978. package/dist/hooks/use-slots.js +72 -0
  979. package/dist/hooks/use-timezone.d.ts +2 -0
  980. package/dist/hooks/use-timezone.d.ts.map +1 -0
  981. package/dist/hooks/use-timezone.js +14 -0
  982. package/dist/hooks/use-update-user-timezone.d.ts +7 -0
  983. package/dist/hooks/use-update-user-timezone.d.ts.map +1 -0
  984. package/dist/hooks/use-update-user-timezone.js +21 -0
  985. package/dist/hooks/use-verify-code.d.ts +18 -0
  986. package/dist/hooks/use-verify-code.d.ts.map +1 -0
  987. package/dist/hooks/use-verify-code.js +58 -0
  988. package/dist/hooks/use-verify-email.d.ts +20 -0
  989. package/dist/hooks/use-verify-email.d.ts.map +1 -0
  990. package/dist/hooks/use-verify-email.js +63 -0
  991. package/dist/index.d.ts +162 -6258
  992. package/dist/index.d.ts.map +1 -0
  993. package/dist/index.js +333 -0
  994. package/dist/lib/append-client-id-to-email.d.ts +2 -0
  995. package/dist/lib/append-client-id-to-email.d.ts.map +1 -0
  996. package/dist/lib/append-client-id-to-email.js +7 -0
  997. package/dist/lib/get-placeholder-content.d.ts +16 -0
  998. package/dist/lib/get-placeholder-content.d.ts.map +1 -0
  999. package/dist/lib/get-placeholder-content.js +13 -0
  1000. package/dist/lib/get-query-param.d.ts +3 -0
  1001. package/dist/lib/get-query-param.d.ts.map +1 -0
  1002. package/dist/lib/get-query-param.js +7 -0
  1003. package/dist/lib/get-utm-tracking-parameters.d.ts +5 -0
  1004. package/dist/lib/get-utm-tracking-parameters.d.ts.map +1 -0
  1005. package/dist/lib/get-utm-tracking-parameters.js +10 -0
  1006. package/dist/lib/http.d.ts +24 -0
  1007. package/dist/lib/http.d.ts.map +1 -0
  1008. package/dist/lib/http.js +68 -0
  1009. package/dist/lib/markdown-to-safe-html-client.d.ts +8 -0
  1010. package/dist/lib/markdown-to-safe-html-client.d.ts.map +1 -0
  1011. package/dist/lib/markdown-to-safe-html-client.js +24 -0
  1012. package/dist/lib/markdown-to-safe-html.d.ts +2 -0
  1013. package/dist/lib/markdown-to-safe-html.d.ts.map +1 -0
  1014. package/dist/lib/markdown-to-safe-html.js +11 -0
  1015. package/dist/lib/set-query-param.d.ts +3 -0
  1016. package/dist/lib/set-query-param.d.ts.map +1 -0
  1017. package/dist/lib/set-query-param.js +7 -0
  1018. package/dist/lib/time-zones.d.ts +15 -0
  1019. package/dist/lib/time-zones.d.ts.map +1 -0
  1020. package/dist/lib/time-zones.js +10 -0
  1021. package/dist/lib/use-locale.d.ts +9 -0
  1022. package/dist/lib/use-locale.d.ts.map +1 -0
  1023. package/dist/lib/use-locale.js +13 -0
  1024. package/dist/lib/utils.d.ts +3 -0
  1025. package/dist/lib/utils.d.ts.map +1 -0
  1026. package/dist/lib/utils.js +8 -0
  1027. package/dist/list-schedules/components/schedule-list-item.d.ts +39 -0
  1028. package/dist/list-schedules/components/schedule-list-item.d.ts.map +1 -0
  1029. package/dist/list-schedules/components/schedule-list-item.js +122 -0
  1030. package/dist/list-schedules/index.d.ts +2 -0
  1031. package/dist/list-schedules/index.d.ts.map +1 -0
  1032. package/dist/list-schedules/index.js +4 -0
  1033. package/dist/list-schedules/wrappers/list-schedules-platform-wrapper.d.ts +6 -0
  1034. package/dist/list-schedules/wrappers/list-schedules-platform-wrapper.d.ts.map +1 -0
  1035. package/dist/list-schedules/wrappers/list-schedules-platform-wrapper.js +99 -0
  1036. package/dist/node_modules/.bun/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/esm/extends.js +12 -0
  1037. package/dist/node_modules/.bun/@floating-ui_core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.js +532 -0
  1038. package/dist/node_modules/.bun/@floating-ui_dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +403 -0
  1039. package/dist/node_modules/.bun/@floating-ui_react-dom@2.1.8_21ccd8898788a04d/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +232 -0
  1040. package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +136 -0
  1041. package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +128 -0
  1042. package/dist/node_modules/.bun/@radix-ui_primitive@1.0.1/node_modules/@radix-ui/primitive/dist/index.js +8 -0
  1043. package/dist/node_modules/.bun/@radix-ui_react-arrow@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-arrow/dist/index.js +19 -0
  1044. package/dist/node_modules/.bun/@radix-ui_react-compose-refs@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-compose-refs/dist/index.js +16 -0
  1045. package/dist/node_modules/.bun/@radix-ui_react-context@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-context/dist/index.js +85 -0
  1046. package/dist/node_modules/.bun/@radix-ui_react-dismissable-layer@1.0.4_20d1060667f1d6f1/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +135 -0
  1047. package/dist/node_modules/.bun/@radix-ui_react-focus-guards@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-focus-guards/dist/index.js +20 -0
  1048. package/dist/node_modules/.bun/@radix-ui_react-focus-scope@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-focus-scope/dist/index.js +179 -0
  1049. package/dist/node_modules/.bun/@radix-ui_react-popover@1.0.6_20d1060667f1d6f1/node_modules/@radix-ui/react-popover/dist/index.js +213 -0
  1050. package/dist/node_modules/.bun/@radix-ui_react-popper@1.1.2_20d1060667f1d6f1/node_modules/@radix-ui/react-popper/dist/index.js +215 -0
  1051. package/dist/node_modules/.bun/@radix-ui_react-portal@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-portal/dist/index.js +14 -0
  1052. package/dist/node_modules/.bun/@radix-ui_react-presence@1.0.1_20d1060667f1d6f1/node_modules/@radix-ui/react-presence/dist/index.js +81 -0
  1053. package/dist/node_modules/.bun/@radix-ui_react-primitive@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-primitive/dist/index.js +44 -0
  1054. package/dist/node_modules/.bun/@radix-ui_react-slot@1.0.2_18a90a95e6705280/node_modules/@radix-ui/react-slot/dist/index.js +53 -0
  1055. package/dist/node_modules/.bun/@radix-ui_react-use-callback-ref@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +16 -0
  1056. package/dist/node_modules/.bun/@radix-ui_react-use-controllable-state@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +36 -0
  1057. package/dist/node_modules/.bun/@radix-ui_react-use-escape-keydown@1.0.3_18a90a95e6705280/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +17 -0
  1058. package/dist/node_modules/.bun/@radix-ui_react-use-layout-effect@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +6 -0
  1059. package/dist/node_modules/.bun/@radix-ui_react-use-size@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-use-size/dist/index.js +36 -0
  1060. package/dist/node_modules/.bun/aria-hidden@1.2.6/node_modules/aria-hidden/dist/es2015/index.js +52 -0
  1061. package/dist/node_modules/.bun/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js +7 -0
  1062. package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_18a90a95e6705280/node_modules/react-remove-scroll-bar/dist/es2015/component.js +71 -0
  1063. package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_18a90a95e6705280/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +7 -0
  1064. package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_18a90a95e6705280/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +25 -0
  1065. package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/Combination.js +11 -0
  1066. package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +109 -0
  1067. package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/UI.js +31 -0
  1068. package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +16 -0
  1069. package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +62 -0
  1070. package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/medium.js +5 -0
  1071. package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/sidecar.js +7 -0
  1072. package/dist/node_modules/.bun/react-style-singleton@2.2.3_18a90a95e6705280/node_modules/react-style-singleton/dist/es2015/component.js +11 -0
  1073. package/dist/node_modules/.bun/react-style-singleton@2.2.3_18a90a95e6705280/node_modules/react-style-singleton/dist/es2015/hook.js +15 -0
  1074. package/dist/node_modules/.bun/react-style-singleton@2.2.3_18a90a95e6705280/node_modules/react-style-singleton/dist/es2015/singleton.js +30 -0
  1075. package/dist/node_modules/.bun/tslib@2.8.1/node_modules/tslib/tslib.es6.js +27 -0
  1076. package/dist/node_modules/.bun/use-callback-ref@1.3.3_18a90a95e6705280/node_modules/use-callback-ref/dist/es2015/assignRef.js +6 -0
  1077. package/dist/node_modules/.bun/use-callback-ref@1.3.3_18a90a95e6705280/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +26 -0
  1078. package/dist/node_modules/.bun/use-callback-ref@1.3.3_18a90a95e6705280/node_modules/use-callback-ref/dist/es2015/useRef.js +25 -0
  1079. package/dist/node_modules/.bun/use-sidecar@1.1.3_18a90a95e6705280/node_modules/use-sidecar/dist/es2015/exports.js +18 -0
  1080. package/dist/node_modules/.bun/use-sidecar@1.1.3_18a90a95e6705280/node_modules/use-sidecar/dist/es2015/medium.js +67 -0
  1081. package/dist/onboarding/continue-with-calcom.d.ts +3 -0
  1082. package/dist/onboarding/continue-with-calcom.d.ts.map +1 -0
  1083. package/dist/onboarding/continue-with-calcom.js +429 -0
  1084. package/dist/onboarding/export.d.ts +3 -0
  1085. package/dist/onboarding/export.d.ts.map +1 -0
  1086. package/dist/onboarding/onboarding-embed.d.ts +3 -0
  1087. package/dist/onboarding/onboarding-embed.d.ts.map +1 -0
  1088. package/dist/onboarding/onboarding-embed.js +182 -0
  1089. package/dist/onboarding/types.d.ts +31 -0
  1090. package/dist/onboarding/types.d.ts.map +1 -0
  1091. package/dist/onboarding/types.js +1 -0
  1092. package/dist/router/index.d.ts +2 -0
  1093. package/dist/router/index.d.ts.map +1 -0
  1094. package/dist/router/index.js +4 -0
  1095. package/dist/router/router.d.ts +30 -0
  1096. package/dist/router/router.d.ts.map +1 -0
  1097. package/dist/router/router.js +65 -0
  1098. package/dist/selected-calendars/index.d.ts +2 -0
  1099. package/dist/selected-calendars/index.d.ts.map +1 -0
  1100. package/dist/selected-calendars/index.js +4 -0
  1101. package/dist/selected-calendars/selected-calendars-settings.d.ts +6 -0
  1102. package/dist/selected-calendars/selected-calendars-settings.d.ts.map +1 -0
  1103. package/dist/selected-calendars/selected-calendars-settings.js +6 -0
  1104. package/dist/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.d.ts +38 -0
  1105. package/dist/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.d.ts.map +1 -0
  1106. package/dist/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.js +306 -0
  1107. package/dist/timezone/index.d.ts +6 -0
  1108. package/dist/timezone/index.d.ts.map +1 -0
  1109. package/dist/timezone/index.js +33 -0
  1110. package/dist/timezone/timezone-select-component.d.ts +15 -0
  1111. package/dist/timezone/timezone-select-component.d.ts.map +1 -0
  1112. package/dist/timezone/timezone-select-component.js +136 -0
  1113. package/dist/troubleshooter/components/calendar-toggle-container-component.d.ts +31 -0
  1114. package/dist/troubleshooter/components/calendar-toggle-container-component.d.ts.map +1 -0
  1115. package/dist/troubleshooter/components/calendar-toggle-container-component.js +81 -0
  1116. package/dist/troubleshooter/components/event-schedule-item-component.d.ts +12 -0
  1117. package/dist/troubleshooter/components/event-schedule-item-component.d.ts.map +1 -0
  1118. package/dist/troubleshooter/components/event-schedule-item-component.js +28 -0
  1119. package/dist/troubleshooter/components/event-type-select-component.d.ts +18 -0
  1120. package/dist/troubleshooter/components/event-type-select-component.d.ts.map +1 -0
  1121. package/dist/troubleshooter/components/event-type-select-component.js +75 -0
  1122. package/dist/troubleshooter/components/troubleshooter-list-item-container.d.ts +12 -0
  1123. package/dist/troubleshooter/components/troubleshooter-list-item-container.d.ts.map +1 -0
  1124. package/dist/troubleshooter/components/troubleshooter-list-item-container.js +31 -0
  1125. package/dist/troubleshooter/index.d.ts +2 -0
  1126. package/dist/troubleshooter/index.d.ts.map +1 -0
  1127. package/dist/troubleshooter/index.js +4 -0
  1128. package/dist/troubleshooter/large-calendar/large-calendar.d.ts +6 -0
  1129. package/dist/troubleshooter/large-calendar/large-calendar.d.ts.map +1 -0
  1130. package/dist/troubleshooter/large-calendar/large-calendar.js +10 -0
  1131. package/dist/troubleshooter/sidebar/calendar-toggle-container.d.ts +7 -0
  1132. package/dist/troubleshooter/sidebar/calendar-toggle-container.d.ts.map +1 -0
  1133. package/dist/troubleshooter/sidebar/calendar-toggle-container.js +22 -0
  1134. package/dist/troubleshooter/sidebar/event-schedule-item.d.ts +2 -0
  1135. package/dist/troubleshooter/sidebar/event-schedule-item.d.ts.map +1 -0
  1136. package/dist/troubleshooter/sidebar/event-schedule-item.js +13 -0
  1137. package/dist/troubleshooter/sidebar/event-type-select.d.ts +2 -0
  1138. package/dist/troubleshooter/sidebar/event-type-select.d.ts.map +1 -0
  1139. package/dist/troubleshooter/sidebar/event-type-select.js +10 -0
  1140. package/dist/troubleshooter/sidebar/troubleshooter-sidebar.d.ts +17 -0
  1141. package/dist/troubleshooter/sidebar/troubleshooter-sidebar.d.ts.map +1 -0
  1142. package/dist/troubleshooter/sidebar/troubleshooter-sidebar.js +28 -0
  1143. package/dist/troubleshooter/store.d.ts +30 -0
  1144. package/dist/troubleshooter/store.d.ts.map +1 -0
  1145. package/dist/troubleshooter/store.js +52 -0
  1146. package/dist/troubleshooter/types.d.ts +11 -0
  1147. package/dist/troubleshooter/types.d.ts.map +1 -0
  1148. package/dist/troubleshooter/types.js +1 -0
  1149. package/dist/troubleshooter/wrappers/troubleshooter-platform-wrapper.d.ts +14 -0
  1150. package/dist/troubleshooter/wrappers/troubleshooter-platform-wrapper.d.ts.map +1 -0
  1151. package/dist/troubleshooter/wrappers/troubleshooter-platform-wrapper.js +68 -0
  1152. package/dist/types.d.ts +8 -0
  1153. package/dist/types.d.ts.map +1 -0
  1154. package/dist/types.js +1 -0
  1155. package/dist/vendor/analytics.d.ts +17 -0
  1156. package/dist/vendor/analytics.d.ts.map +1 -0
  1157. package/dist/vendor/analytics.js +8 -0
  1158. package/dist/vendor/availability.d.ts +15 -0
  1159. package/dist/vendor/availability.d.ts.map +1 -0
  1160. package/dist/vendor/availability.js +27 -0
  1161. package/dist/vendor/avatar-url.d.ts +23 -0
  1162. package/dist/vendor/avatar-url.d.ts.map +1 -0
  1163. package/dist/vendor/avatar-url.js +18 -0
  1164. package/dist/vendor/booker-url.d.ts +13 -0
  1165. package/dist/vendor/booker-url.d.ts.map +1 -0
  1166. package/dist/vendor/booker-url.js +14 -0
  1167. package/dist/vendor/booking-to-mutation-input.d.ts +96 -0
  1168. package/dist/vendor/booking-to-mutation-input.d.ts.map +1 -0
  1169. package/dist/vendor/booking-to-mutation-input.js +73 -0
  1170. package/dist/vendor/cal-ai-phone.d.ts +4 -0
  1171. package/dist/vendor/cal-ai-phone.d.ts.map +1 -0
  1172. package/dist/vendor/cal-ai-phone.js +31 -0
  1173. package/dist/vendor/check-for-empty-assignment.d.ts +16 -0
  1174. package/dist/vendor/check-for-empty-assignment.d.ts.map +1 -0
  1175. package/dist/vendor/check-for-empty-assignment.js +11 -0
  1176. package/dist/vendor/children-event-type.d.ts +44 -0
  1177. package/dist/vendor/children-event-type.d.ts.map +1 -0
  1178. package/dist/vendor/children-event-type.js +14 -0
  1179. package/dist/vendor/currency.d.ts +3 -0
  1180. package/dist/vendor/currency.d.ts.map +1 -0
  1181. package/dist/vendor/currency.js +34 -0
  1182. package/dist/vendor/dayjs/index.d.ts +5 -0
  1183. package/dist/vendor/dayjs/index.d.ts.map +1 -0
  1184. package/dist/vendor/dayjs/index.js +27 -0
  1185. package/dist/vendor/dayjs/plugins/business-days-plugin.d.ts +11 -0
  1186. package/dist/vendor/dayjs/plugins/business-days-plugin.d.ts.map +1 -0
  1187. package/dist/vendor/dayjs/plugins/business-days-plugin.js +70 -0
  1188. package/dist/vendor/dayjs-utils.d.ts +4 -0
  1189. package/dist/vendor/dayjs-utils.d.ts.map +1 -0
  1190. package/dist/vendor/dayjs-utils.js +10 -0
  1191. package/dist/vendor/error-codes.d.ts +40 -0
  1192. package/dist/vendor/error-codes.d.ts.map +1 -0
  1193. package/dist/vendor/error-codes.js +4 -0
  1194. package/dist/vendor/event-naming.d.ts +33 -0
  1195. package/dist/vendor/event-naming.d.ts.map +1 -0
  1196. package/dist/vendor/event-naming.js +9 -0
  1197. package/dist/vendor/form-builder/base-schema.d.ts +917 -0
  1198. package/dist/vendor/form-builder/base-schema.d.ts.map +1 -0
  1199. package/dist/vendor/form-builder/base-schema.js +98 -0
  1200. package/dist/vendor/form-builder/field-type-enum.d.ts +4 -0
  1201. package/dist/vendor/form-builder/field-type-enum.d.ts.map +1 -0
  1202. package/dist/vendor/form-builder/field-type-enum.js +21 -0
  1203. package/dist/vendor/form-builder/field-types.d.ts +5 -0
  1204. package/dist/vendor/form-builder/field-types.d.ts.map +1 -0
  1205. package/dist/vendor/form-builder/field-types.js +156 -0
  1206. package/dist/vendor/form-builder/fields-that-support-label-as-safe-html.d.ts +3 -0
  1207. package/dist/vendor/form-builder/fields-that-support-label-as-safe-html.d.ts.map +1 -0
  1208. package/dist/vendor/form-builder/fields-that-support-label-as-safe-html.js +4 -0
  1209. package/dist/vendor/form-builder/props-types.d.ts +18 -0
  1210. package/dist/vendor/form-builder/props-types.d.ts.map +1 -0
  1211. package/dist/vendor/form-builder/props-types.js +20 -0
  1212. package/dist/vendor/form-builder/schema.d.ts +761 -0
  1213. package/dist/vendor/form-builder/schema.d.ts.map +1 -0
  1214. package/dist/vendor/form-builder/schema.js +174 -0
  1215. package/dist/vendor/form-builder/system-field.d.ts +9 -0
  1216. package/dist/vendor/form-builder/system-field.d.ts.map +1 -0
  1217. package/dist/vendor/form-builder/system-field.js +29 -0
  1218. package/dist/vendor/form-builder/use-should-be-disabled-due-to-prefill.d.ts +12 -0
  1219. package/dist/vendor/form-builder/use-should-be-disabled-due-to-prefill.d.ts.map +1 -0
  1220. package/dist/vendor/form-builder/use-should-be-disabled-due-to-prefill.js +45 -0
  1221. package/dist/vendor/form-builder/utils/get-field-identifier.d.ts +2 -0
  1222. package/dist/vendor/form-builder/utils/get-field-identifier.d.ts.map +1 -0
  1223. package/dist/vendor/form-builder/utils/get-field-identifier.js +5 -0
  1224. package/dist/vendor/form-builder/utils/variants-config.d.ts +40 -0
  1225. package/dist/vendor/form-builder/utils/variants-config.d.ts.map +1 -0
  1226. package/dist/vendor/form-builder/utils/variants-config.js +49 -0
  1227. package/dist/vendor/form-builder/utils.d.ts +7 -0
  1228. package/dist/vendor/form-builder/utils.d.ts.map +1 -0
  1229. package/dist/vendor/form-builder/utils.js +25 -0
  1230. package/dist/vendor/form-builder-widgets/index.d.ts +49 -0
  1231. package/dist/vendor/form-builder-widgets/index.d.ts.map +1 -0
  1232. package/dist/vendor/form-builder-widgets/index.js +128 -0
  1233. package/dist/vendor/format-date-time.d.ts +15 -0
  1234. package/dist/vendor/format-date-time.d.ts.map +1 -0
  1235. package/dist/vendor/format-date-time.js +72 -0
  1236. package/dist/vendor/get-available-dates-in-month.d.ts +12 -0
  1237. package/dist/vendor/get-available-dates-in-month.d.ts.map +1 -0
  1238. package/dist/vendor/get-available-dates-in-month.js +20 -0
  1239. package/dist/vendor/get-avatar-url.d.ts +5 -0
  1240. package/dist/vendor/get-avatar-url.d.ts.map +1 -0
  1241. package/dist/vendor/get-avatar-url.js +7 -0
  1242. package/dist/vendor/get-routed-team-member-ids.d.ts +2 -0
  1243. package/dist/vendor/get-routed-team-member-ids.d.ts.map +1 -0
  1244. package/dist/vendor/get-routed-team-member-ids.js +7 -0
  1245. package/dist/vendor/get-stripe.d.ts +7 -0
  1246. package/dist/vendor/get-stripe.d.ts.map +1 -0
  1247. package/dist/vendor/get-stripe.js +8 -0
  1248. package/dist/vendor/get-username-list.d.ts +2 -0
  1249. package/dist/vendor/get-username-list.d.ts.map +1 -0
  1250. package/dist/vendor/get-username-list.js +8 -0
  1251. package/dist/vendor/hooks/use-debounce.d.ts +2 -0
  1252. package/dist/vendor/hooks/use-debounce.d.ts.map +1 -0
  1253. package/dist/vendor/hooks/use-debounce.js +15 -0
  1254. package/dist/vendor/hooks/use-media-query.d.ts +3 -0
  1255. package/dist/vendor/hooks/use-media-query.d.ts.map +1 -0
  1256. package/dist/vendor/hooks/use-media-query.js +15 -0
  1257. package/dist/vendor/hooks/use-router-query.d.ts +2 -0
  1258. package/dist/vendor/hooks/use-router-query.d.ts.map +1 -0
  1259. package/dist/vendor/hooks/use-router-query.js +25 -0
  1260. package/dist/vendor/host-group-utils.d.ts +19 -0
  1261. package/dist/vendor/host-group-utils.d.ts.map +1 -0
  1262. package/dist/vendor/host-group-utils.js +27 -0
  1263. package/dist/vendor/interval-limit.d.ts +6 -0
  1264. package/dist/vendor/interval-limit.d.ts.map +1 -0
  1265. package/dist/vendor/interval-limit.js +8 -0
  1266. package/dist/vendor/invert-logo-on-dark.d.ts +2 -0
  1267. package/dist/vendor/invert-logo-on-dark.d.ts.map +1 -0
  1268. package/dist/vendor/invert-logo-on-dark.js +6 -0
  1269. package/dist/vendor/locales/de/common.json.d.ts +319 -0
  1270. package/dist/vendor/locales/de/common.json.js +626 -0
  1271. package/dist/vendor/locales/en/common.json.d.ts +319 -0
  1272. package/dist/vendor/locales/en/common.json.js +626 -0
  1273. package/dist/vendor/locales/es/common.json.d.ts +319 -0
  1274. package/dist/vendor/locales/es/common.json.js +626 -0
  1275. package/dist/vendor/locales/fr/common.json.d.ts +319 -0
  1276. package/dist/vendor/locales/fr/common.json.js +626 -0
  1277. package/dist/vendor/locales/it/common.json.d.ts +319 -0
  1278. package/dist/vendor/locales/it/common.json.js +626 -0
  1279. package/dist/vendor/locales/nl/common.json.d.ts +319 -0
  1280. package/dist/vendor/locales/nl/common.json.js +626 -0
  1281. package/dist/vendor/locales/pt-BR/common.json.d.ts +319 -0
  1282. package/dist/vendor/locales/pt-BR/common.json.js +626 -0
  1283. package/dist/vendor/locations-resolver.d.ts +38 -0
  1284. package/dist/vendor/locations-resolver.d.ts.map +1 -0
  1285. package/dist/vendor/locations-resolver.js +16 -0
  1286. package/dist/vendor/locations.d.ts +58 -0
  1287. package/dist/vendor/locations.d.ts.map +1 -0
  1288. package/dist/vendor/locations.js +168 -0
  1289. package/dist/vendor/parse-dates.d.ts +18 -0
  1290. package/dist/vendor/parse-dates.d.ts.map +1 -0
  1291. package/dist/vendor/parse-dates.js +56 -0
  1292. package/dist/vendor/payments.d.ts +50 -0
  1293. package/dist/vendor/payments.d.ts.map +1 -0
  1294. package/dist/vendor/payments.js +48 -0
  1295. package/dist/vendor/phone-input/phone-input.d.ts +17 -0
  1296. package/dist/vendor/phone-input/phone-input.d.ts.map +1 -0
  1297. package/dist/vendor/phone-input/phone-input.js +84 -0
  1298. package/dist/vendor/phone-input/phone-masks.d.ts +8 -0
  1299. package/dist/vendor/phone-input/phone-masks.d.ts.map +1 -0
  1300. package/dist/vendor/phone-input/phone-masks.js +10 -0
  1301. package/dist/vendor/query-param.d.ts +4 -0
  1302. package/dist/vendor/query-param.d.ts.map +1 -0
  1303. package/dist/vendor/query-param.js +23 -0
  1304. package/dist/vendor/recurring.d.ts +27 -0
  1305. package/dist/vendor/recurring.d.ts.map +1 -0
  1306. package/dist/vendor/recurring.js +24 -0
  1307. package/dist/vendor/schedule-list-item.d.ts +55 -0
  1308. package/dist/vendor/schedule-list-item.d.ts.map +1 -0
  1309. package/dist/vendor/schedule-list-item.js +12 -0
  1310. package/dist/vendor/scroll.d.ts +2 -0
  1311. package/dist/vendor/scroll.d.ts.map +1 -0
  1312. package/dist/vendor/scroll.js +6 -0
  1313. package/dist/vendor/server-trans.d.ts +25 -0
  1314. package/dist/vendor/server-trans.d.ts.map +1 -0
  1315. package/dist/vendor/server-trans.js +38 -0
  1316. package/dist/vendor/slugify.d.ts +3 -0
  1317. package/dist/vendor/slugify.d.ts.map +1 -0
  1318. package/dist/vendor/slugify.js +13 -0
  1319. package/dist/vendor/time-format.d.ts +10 -0
  1320. package/dist/vendor/time-format.d.ts.map +1 -0
  1321. package/dist/vendor/time-format.js +18 -0
  1322. package/dist/vendor/time-preferences.d.ts +14 -0
  1323. package/dist/vendor/time-preferences.d.ts.map +1 -0
  1324. package/dist/vendor/time-preferences.js +18 -0
  1325. package/dist/vendor/time-shift.d.ts +6 -0
  1326. package/dist/vendor/time-shift.d.ts.map +1 -0
  1327. package/dist/vendor/time-shift.js +19 -0
  1328. package/dist/vendor/timezone-constants.d.ts +3 -0
  1329. package/dist/vendor/timezone-constants.d.ts.map +1 -0
  1330. package/dist/vendor/timezone-constants.js +8 -0
  1331. package/dist/vendor/timezone.d.ts +10 -0
  1332. package/dist/vendor/timezone.d.ts.map +1 -0
  1333. package/dist/vendor/timezone.js +66 -0
  1334. package/dist/vendor/validate-booker-layouts.d.ts +8 -0
  1335. package/dist/vendor/validate-booker-layouts.d.ts.map +1 -0
  1336. package/dist/vendor/validate-booker-layouts.js +18 -0
  1337. package/dist/vendor/webstorage.d.ts +18 -0
  1338. package/dist/vendor/webstorage.d.ts.map +1 -0
  1339. package/dist/vendor/webstorage.js +77 -0
  1340. package/dist/vendor/weekday.d.ts +5 -0
  1341. package/dist/vendor/weekday.d.ts.map +1 -0
  1342. package/dist/vendor/weekday.js +20 -0
  1343. package/dist/vendor/weekstart.d.ts +3 -0
  1344. package/dist/vendor/weekstart.d.ts.map +1 -0
  1345. package/dist/vendor/weekstart.js +19 -0
  1346. package/package.json +333 -5
  1347. package/dist/cal-atoms.js +0 -191
  1348. package/dist/index-CX3mF0eE.js +0 -22128
  1349. package/dist/stripe-payment-form-BkyG0n4F.js +0 -118
  1350. /package/dist/{cal-atoms.css → atoms.css} +0 -0
@@ -0,0 +1,27 @@
1
+ import { API_ERROR_CODES, ERROR_STATUS, REDIRECT_STATUS, SUCCESS_STATUS } from '../constants';
2
+ export type ApiSuccessResponse<T> = {
3
+ status: typeof SUCCESS_STATUS;
4
+ data: T;
5
+ };
6
+ export type ApiSuccessResponseWithoutData = {
7
+ status: typeof SUCCESS_STATUS;
8
+ };
9
+ export type ApiErrorCode = (typeof API_ERROR_CODES)[number] | string;
10
+ export type ErrorType = {
11
+ code: ApiErrorCode;
12
+ message?: string;
13
+ details?: string | string[] | Record<string, unknown>;
14
+ };
15
+ export type ApiErrorResponse = {
16
+ status: typeof ERROR_STATUS;
17
+ timestamp?: string;
18
+ path?: string;
19
+ error: ErrorType;
20
+ };
21
+ export type ApiRedirectResponse = {
22
+ status: typeof REDIRECT_STATUS;
23
+ url: string;
24
+ };
25
+ export type ApiResponse<T = undefined> = T extends undefined ? ApiSuccessResponseWithoutData | ApiErrorResponse : ApiSuccessResponse<T> | ApiErrorResponse;
26
+ export type ApiResponseMaybeRedirect<T = undefined> = ApiResponse<T> | ApiRedirectResponse;
27
+ //# sourceMappingURL=api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/contracts/api.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAEnG,MAAM,MAAM,kBAAkB,CAAC,CAAC,IAAI;IAAE,MAAM,EAAE,OAAO,cAAc,CAAC;IAAC,IAAI,EAAE,CAAC,CAAA;CAAE,CAAC;AAC/E,MAAM,MAAM,6BAA6B,GAAG;IAAE,MAAM,EAAE,OAAO,cAAc,CAAA;CAAE,CAAC;AAE9E,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,GAAG,MAAM,CAAC;AAErE,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,YAAY,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACvD,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,MAAM,EAAE,OAAO,YAAY,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,SAAS,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,MAAM,EAAE,OAAO,eAAe,CAAC;IAC/B,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,WAAW,CAAC,CAAC,GAAG,SAAS,IAAI,CAAC,SAAS,SAAS,GACxD,6BAA6B,GAAG,gBAAgB,GAChD,kBAAkB,CAAC,CAAC,CAAC,GAAG,gBAAgB,CAAC;AAE7C,MAAM,MAAM,wBAAwB,CAAC,CAAC,GAAG,SAAS,IAAI,WAAW,CAAC,CAAC,CAAC,GAAG,mBAAmB,CAAC"}
@@ -0,0 +1 @@
1
+
@@ -0,0 +1,21 @@
1
+ export type AtomApp = {
2
+ slug: string;
3
+ };
4
+ export type AtomLocationOption = {
5
+ label: string;
6
+ value: string;
7
+ icon?: string;
8
+ disabled?: boolean;
9
+ };
10
+ export type AtomCredentialDataWithTeamName = {
11
+ id: number;
12
+ team?: {
13
+ name: string;
14
+ } | null;
15
+ [key: string]: unknown;
16
+ };
17
+ export type AtomEventTypeAppsList = string;
18
+ export type AtomEventTypeApp = Record<string, unknown>;
19
+ export type AtomEventTypeForAppCard = Record<string, unknown>;
20
+ export type AtomAttributesQueryValue = Record<string, unknown>;
21
+ //# sourceMappingURL=apps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"apps.d.ts","sourceRoot":"","sources":["../../src/contracts/apps.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,OAAO,GAAG;IACpB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAC/B,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,MAAM,CAAC;AAE3C,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAEvD,MAAM,MAAM,uBAAuB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAE9D,MAAM,MAAM,wBAAwB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC"}
@@ -0,0 +1 @@
1
+
@@ -0,0 +1,255 @@
1
+ import { default as React } from 'react';
2
+ export type CountryCode = string;
3
+ export type BookerTimezone = string;
4
+ export type BookerView = "MONTH_VIEW" | "WEEK_VIEW" | "COLUMN_VIEW";
5
+ export type BookerLayout = "month_view" | "week_view" | "column_view" | "mobile";
6
+ export type BookerState = "loading" | "selecting_date" | "selecting_time" | "booking";
7
+ export type BookerEntity = {
8
+ fromRedirectOfNonOrgLink?: boolean;
9
+ considerUnpublished: boolean;
10
+ isUnpublished?: boolean;
11
+ orgSlug?: string | null;
12
+ teamSlug?: string | null;
13
+ name?: string | null;
14
+ logoUrl?: string | null;
15
+ eventTypeId?: number | null;
16
+ };
17
+ export type BookerDatePickerClassNames = {
18
+ datePickerContainer?: string;
19
+ datePickerTitle?: string;
20
+ datePickerDays?: string;
21
+ datePickerDate?: string;
22
+ datePickerDatesActive?: string;
23
+ datePickerToggle?: string;
24
+ };
25
+ export type BookerCustomClassNames = {
26
+ bookerWrapper?: string;
27
+ bookerContainer?: string;
28
+ eventMetaCustomClassNames?: {
29
+ eventMetaContainer?: string;
30
+ eventMetaTitle?: string;
31
+ eventMetaTimezoneSelect?: string;
32
+ eventMetaChildren?: string;
33
+ };
34
+ datePickerCustomClassNames?: BookerDatePickerClassNames;
35
+ availableTimeSlotsCustomClassNames?: {
36
+ availableTimeSlotsContainer?: string;
37
+ availableTimeSlotsHeaderContainer?: string;
38
+ availableTimeSlotsTitle?: string;
39
+ availableTimeSlotsTimeFormatToggle?: string;
40
+ availableTimes?: string;
41
+ };
42
+ atomsWrapper?: string;
43
+ confirmStep?: {
44
+ confirmButton?: string;
45
+ backButton?: string;
46
+ };
47
+ };
48
+ export type BookerPropsContract = {
49
+ eventSlug: string;
50
+ username: string;
51
+ orgBannerUrl?: string | null;
52
+ customClassNames?: BookerCustomClassNames;
53
+ eventMetaChildren?: React.ReactNode;
54
+ entity: BookerEntity;
55
+ month?: string;
56
+ selectedDate?: Date;
57
+ hideBranding?: boolean;
58
+ allowsDynamicBooking?: boolean;
59
+ bookingData?: Record<string, unknown> | null;
60
+ isTeamEvent?: boolean;
61
+ duration?: number | null;
62
+ durationConfig?: number[];
63
+ hashedLink?: string | null;
64
+ isInstantMeeting?: boolean;
65
+ teamMemberEmail?: string | null;
66
+ showNoAvailabilityDialog?: boolean;
67
+ crmOwnerRecordType?: string | null;
68
+ crmAppSlug?: string | null;
69
+ crmRecordId?: string | null;
70
+ pendingCrmTraceId?: string | null;
71
+ areInstantMeetingParametersSet?: boolean | null;
72
+ userLocale?: string | null;
73
+ hasValidLicense?: boolean;
74
+ useApiV2?: boolean;
75
+ };
76
+ export type BookerStoreValues = {
77
+ state?: BookerState;
78
+ username?: string | null;
79
+ eventSlug?: string | null;
80
+ eventId?: number | null;
81
+ verifiedEmail?: string | null;
82
+ selectedDate?: Date | string | null;
83
+ selectedDatesAndTimes?: unknown;
84
+ selectedDuration?: number | null;
85
+ selectedTimeslot?: string | null;
86
+ tentativeSelectedTimeslots?: unknown;
87
+ month?: string | null;
88
+ dayCount?: number;
89
+ bookingUid?: string | null;
90
+ bookingData?: Record<string, unknown> | null;
91
+ rescheduleUid?: string | null;
92
+ rescheduledBy?: string | null;
93
+ durationConfig?: number[] | null;
94
+ org?: string | null;
95
+ timezone?: BookerTimezone | null;
96
+ layout?: BookerLayout | null;
97
+ recurringEventCount?: number | null;
98
+ formValues?: Record<string, unknown>;
99
+ seatedEventData?: {
100
+ seatsPerTimeSlot?: number | null;
101
+ attendees?: number;
102
+ bookingUid?: string;
103
+ showAvailableSeatsCount?: boolean | null;
104
+ [key: string]: unknown;
105
+ } | null;
106
+ isInstantMeeting?: boolean;
107
+ teamMemberEmail?: string | null;
108
+ crmOwnerRecordType?: string | null;
109
+ crmAppSlug?: string | null;
110
+ crmRecordId?: string | null;
111
+ pendingCrmTraceId?: string | null;
112
+ defaultPhoneCountry?: CountryCode;
113
+ [key: string]: unknown;
114
+ };
115
+ export type BookingTrackingInput = {
116
+ utm_source?: string;
117
+ utm_medium?: string;
118
+ utm_campaign?: string;
119
+ utm_term?: string;
120
+ utm_content?: string;
121
+ };
122
+ export type RoutingFormResponseValue = {
123
+ label?: string;
124
+ value: string | number | string[];
125
+ };
126
+ export type BookingCustomInput = {
127
+ label: string;
128
+ value: string | boolean;
129
+ };
130
+ export type BookingAppStatus = {
131
+ appName: string;
132
+ success: number;
133
+ failures: number;
134
+ type: string;
135
+ errors: string[];
136
+ warnings?: string[];
137
+ };
138
+ export type RecurringBookingDateInput = {
139
+ start: string;
140
+ end?: string;
141
+ };
142
+ export type BookingInput = {
143
+ eventTypeId: number;
144
+ start: string;
145
+ timeZone: BookerTimezone;
146
+ language: string;
147
+ metadata: Record<string, string>;
148
+ end?: string;
149
+ eventTypeSlug?: string;
150
+ rescheduleUid?: string;
151
+ recurringEventId?: string;
152
+ rescheduledBy?: string;
153
+ user?: string | string[];
154
+ bookingUid?: string;
155
+ hasHashedBookingLink?: boolean;
156
+ hashedLink?: string | null;
157
+ seatReferenceUid?: string;
158
+ orgSlug?: string;
159
+ teamMemberEmail?: string | null;
160
+ crmOwnerRecordType?: string | null;
161
+ crmRecordId?: string | null;
162
+ pendingCrmTraceId?: string | null;
163
+ routedTeamMemberIds?: number[] | null;
164
+ routingFormResponseId?: number;
165
+ skipContactOwner?: boolean;
166
+ rrHostSubsetIds?: number[] | null;
167
+ crmAppSlug?: string | null;
168
+ cfToken?: string | null;
169
+ reroutingFormResponses?: Record<string, RoutingFormResponseValue>;
170
+ _isDryRun?: boolean;
171
+ tracking?: BookingTrackingInput;
172
+ dub_id?: string | null;
173
+ creationSource?: string;
174
+ verificationCode?: string;
175
+ email?: string;
176
+ name?: string;
177
+ guests?: string[];
178
+ notes?: string;
179
+ location?: string;
180
+ smsReminderNumber?: string | null;
181
+ rescheduleReason?: string;
182
+ customInputs?: BookingCustomInput[];
183
+ [key: string]: unknown;
184
+ };
185
+ export type BookingCreateInput = BookingInput & {
186
+ locationUrl?: string;
187
+ };
188
+ export type RecurringBookingCreateInput = BookingInput & {
189
+ recurringCount?: number;
190
+ isFirstRecurringSlot?: boolean;
191
+ thirdPartyRecurringEventId?: string | null;
192
+ numSlotsToCheckForAvailability?: number;
193
+ allRecurringDates?: RecurringBookingDateInput[];
194
+ currentRecurringIndex?: number;
195
+ noEmail?: boolean;
196
+ appsStatus?: BookingAppStatus[];
197
+ luckyUsers?: number[];
198
+ };
199
+ export declare enum BookerLayouts {
200
+ MONTH_VIEW = "month_view",
201
+ WEEK_VIEW = "week_view",
202
+ COLUMN_VIEW = "column_view"
203
+ }
204
+ export declare const bookerLayoutOptions: readonly [BookerLayouts.MONTH_VIEW, BookerLayouts.WEEK_VIEW, BookerLayouts.COLUMN_VIEW];
205
+ export declare const defaultBookerLayoutSettings: {
206
+ readonly defaultLayout: BookerLayouts.MONTH_VIEW;
207
+ readonly enabledLayouts: readonly [BookerLayouts.MONTH_VIEW, BookerLayouts.WEEK_VIEW, BookerLayouts.COLUMN_VIEW];
208
+ };
209
+ export declare enum DisableCancelRescheduleScope {
210
+ HOST_AND_ATTENDEE = "HOST_AND_ATTENDEE",
211
+ ATTENDEE_ONLY = "ATTENDEE_ONLY"
212
+ }
213
+ /** Alias for BookerTimezone; kept for compatibility with features-side Timezone. */
214
+ export type Timezone = BookerTimezone;
215
+ export type BookerAreas = "calendar" | "timeslots" | "main" | "meta" | "header";
216
+ /** Minimum BookerEvent shape used by atoms (id/length plus loose profile.bookerLayouts). */
217
+ export type BookerEvent = {
218
+ id: number;
219
+ length: number;
220
+ slug?: string;
221
+ title?: string;
222
+ description?: string | null;
223
+ locations?: unknown[];
224
+ schedulingType?: string | null;
225
+ seatsPerTimeSlot?: number | null;
226
+ metadata?: Record<string, unknown> | null;
227
+ recurringEvent?: Record<string, unknown> | {
228
+ freq?: number;
229
+ count?: number;
230
+ interval?: number;
231
+ } | null;
232
+ price?: number;
233
+ currency?: string;
234
+ requiresConfirmation?: boolean;
235
+ requiresBookerEmailVerification?: boolean;
236
+ isDynamic?: boolean;
237
+ lockTimeZoneToggleOnBookingPage?: boolean;
238
+ lockedTimeZone?: string | null;
239
+ schedule?: unknown;
240
+ enablePerHostLocations?: boolean;
241
+ autoTranslateDescriptionEnabled?: boolean;
242
+ fieldTranslations?: unknown;
243
+ subsetOfUsers?: unknown[];
244
+ entity?: Record<string, unknown> | null;
245
+ bookingFields?: unknown;
246
+ profile: {
247
+ bookerLayouts?: {
248
+ defaultLayout?: string;
249
+ enabledLayouts?: string[];
250
+ } | null;
251
+ [key: string]: unknown;
252
+ };
253
+ [key: string]: unknown;
254
+ };
255
+ //# sourceMappingURL=booker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"booker.d.ts","sourceRoot":"","sources":["../../src/contracts/booker.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,17 @@
1
+ var _ = /* @__PURE__ */ ((E) => (E.MONTH_VIEW = "month_view", E.WEEK_VIEW = "week_view", E.COLUMN_VIEW = "column_view", E))(_ || {});
2
+ const t = [
3
+ "month_view",
4
+ "week_view",
5
+ "column_view"
6
+ /* COLUMN_VIEW */
7
+ ], n = {
8
+ defaultLayout: "month_view",
9
+ enabledLayouts: t
10
+ };
11
+ var e = /* @__PURE__ */ ((E) => (E.HOST_AND_ATTENDEE = "HOST_AND_ATTENDEE", E.ATTENDEE_ONLY = "ATTENDEE_ONLY", E))(e || {});
12
+ export {
13
+ _ as BookerLayouts,
14
+ e as DisableCancelRescheduleScope,
15
+ t as bookerLayoutOptions,
16
+ n as defaultBookerLayoutSettings
17
+ };
@@ -0,0 +1,154 @@
1
+ import { z } from 'zod';
2
+ import { ApiResponse } from './api';
3
+ export declare enum BookingStatus {
4
+ CANCELLED = "CANCELLED",
5
+ ACCEPTED = "ACCEPTED",
6
+ REJECTED = "REJECTED",
7
+ PENDING = "PENDING",
8
+ AWAITING_HOST = "AWAITING_HOST"
9
+ }
10
+ export declare const bookingCancelSchema: z.ZodObject<{
11
+ id: z.ZodOptional<z.ZodNumber>;
12
+ uid: z.ZodOptional<z.ZodString>;
13
+ allRemainingBookings: z.ZodOptional<z.ZodBoolean>;
14
+ cancelSubsequentBookings: z.ZodOptional<z.ZodBoolean>;
15
+ cancellationReason: z.ZodOptional<z.ZodString>;
16
+ skipCancellationReasonValidation: z.ZodOptional<z.ZodBoolean>;
17
+ skipCalendarSyncTaskCancellation: z.ZodOptional<z.ZodBoolean>;
18
+ seatReferenceUid: z.ZodOptional<z.ZodString>;
19
+ cancelledBy: z.ZodOptional<z.ZodString>;
20
+ internalNote: z.ZodNullable<z.ZodOptional<z.ZodObject<{
21
+ id: z.ZodNumber;
22
+ name: z.ZodString;
23
+ cancellationReason: z.ZodNullable<z.ZodOptional<z.ZodString>>;
24
+ }, "strip", z.ZodTypeAny, {
25
+ name: string;
26
+ id: number;
27
+ cancellationReason?: string | null | undefined;
28
+ }, {
29
+ name: string;
30
+ id: number;
31
+ cancellationReason?: string | null | undefined;
32
+ }>>>;
33
+ }, "strip", z.ZodTypeAny, {
34
+ id?: number | undefined;
35
+ seatReferenceUid?: string | undefined;
36
+ uid?: string | undefined;
37
+ allRemainingBookings?: boolean | undefined;
38
+ cancelSubsequentBookings?: boolean | undefined;
39
+ cancellationReason?: string | undefined;
40
+ skipCancellationReasonValidation?: boolean | undefined;
41
+ skipCalendarSyncTaskCancellation?: boolean | undefined;
42
+ cancelledBy?: string | undefined;
43
+ internalNote?: {
44
+ name: string;
45
+ id: number;
46
+ cancellationReason?: string | null | undefined;
47
+ } | null | undefined;
48
+ }, {
49
+ id?: number | undefined;
50
+ seatReferenceUid?: string | undefined;
51
+ uid?: string | undefined;
52
+ allRemainingBookings?: boolean | undefined;
53
+ cancelSubsequentBookings?: boolean | undefined;
54
+ cancellationReason?: string | undefined;
55
+ skipCancellationReasonValidation?: boolean | undefined;
56
+ skipCalendarSyncTaskCancellation?: boolean | undefined;
57
+ cancelledBy?: string | undefined;
58
+ internalNote?: {
59
+ name: string;
60
+ id: number;
61
+ cancellationReason?: string | null | undefined;
62
+ } | null | undefined;
63
+ }>;
64
+ export type BookingAttendee = {
65
+ email?: string | null;
66
+ name?: string | null;
67
+ timeZone?: string | null;
68
+ [key: string]: unknown;
69
+ };
70
+ export type BookingResponse = {
71
+ id?: number;
72
+ uid: string;
73
+ title?: string | null;
74
+ description?: string | null;
75
+ start?: string;
76
+ end?: string;
77
+ status?: string;
78
+ location?: string | null;
79
+ attendees?: BookingAttendee[];
80
+ [key: string]: unknown;
81
+ };
82
+ export type GetBookingOutput_2024_08_13 = ApiResponse<BookingResponse>;
83
+ export type GetBookingsInput_2024_08_13 = {
84
+ status?: string | string[];
85
+ attendeeEmail?: string;
86
+ attendeeName?: string;
87
+ eventTypeIds?: number[];
88
+ eventTypeId?: number;
89
+ teamsIds?: number[];
90
+ teamId?: number;
91
+ afterStart?: string;
92
+ beforeEnd?: string;
93
+ afterCreatedAt?: string;
94
+ beforeCreatedAt?: string;
95
+ afterUpdatedAt?: string;
96
+ beforeUpdatedAt?: string;
97
+ sortStart?: "asc" | "desc";
98
+ sortEnd?: "asc" | "desc";
99
+ sortCreated?: "asc" | "desc";
100
+ sortUpdatedAt?: "asc" | "desc";
101
+ take?: number;
102
+ skip?: number;
103
+ [key: string]: unknown;
104
+ };
105
+ export type GetBookingsOutput_2024_08_13 = ApiResponse<BookingResponse[]>;
106
+ export type RoutingFormSearchParams = Record<string, string | string[] | number | boolean | undefined>;
107
+ export type RoutingFormSearchParamsForEmbed = RoutingFormSearchParams & {
108
+ organizationId?: number;
109
+ teamId?: number;
110
+ username?: string;
111
+ eventTypeSlug?: string;
112
+ teamMemberEmail?: string;
113
+ crmOwnerRecordType?: string;
114
+ crmAppSlug?: string;
115
+ };
116
+ export type AtomBookingForRescheduleEventType = {
117
+ disableRescheduling?: boolean | null;
118
+ disableReschedulingScope?: string | null;
119
+ minimumRescheduleNotice?: number | null;
120
+ };
121
+ export type AtomBookingForRescheduleAttendee = {
122
+ email: string;
123
+ name: string;
124
+ bookingSeat?: unknown;
125
+ };
126
+ export type AtomBookingForRescheduleUser = {
127
+ id: number;
128
+ username: string | null;
129
+ };
130
+ export type AtomBookingForReschedule = {
131
+ id: number;
132
+ uid: string;
133
+ startTime: string | Date;
134
+ endTime: string | Date;
135
+ description?: string | null;
136
+ customInputs?: Record<string, unknown> | unknown[] | string | number | boolean | null;
137
+ responses?: Record<string, unknown> | unknown[] | string | number | boolean | null;
138
+ smsReminderNumber?: string | null;
139
+ location?: string | null;
140
+ eventTypeId?: number | null;
141
+ status?: string;
142
+ userId?: number | null;
143
+ eventType?: AtomBookingForRescheduleEventType | null;
144
+ attendees: AtomBookingForRescheduleAttendee[];
145
+ user?: AtomBookingForRescheduleUser | null;
146
+ };
147
+ /** Alias used by the Booker store for the bookingData field. */
148
+ export type GetBookingType = AtomBookingForReschedule;
149
+ export type EventPrice = {
150
+ price: number;
151
+ currency: string;
152
+ displayAlternateSymbol?: boolean;
153
+ };
154
+ //# sourceMappingURL=bookings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bookings.d.ts","sourceRoot":"","sources":["../../src/contracts/bookings.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,22 @@
1
+ import { z as n } from "zod";
2
+ var o = /* @__PURE__ */ ((a) => (a.CANCELLED = "CANCELLED", a.ACCEPTED = "ACCEPTED", a.REJECTED = "REJECTED", a.PENDING = "PENDING", a.AWAITING_HOST = "AWAITING_HOST", a))(o || {});
3
+ const e = n.object({
4
+ id: n.number().optional(),
5
+ uid: n.string().optional(),
6
+ allRemainingBookings: n.boolean().optional(),
7
+ cancelSubsequentBookings: n.boolean().optional(),
8
+ cancellationReason: n.string().optional(),
9
+ skipCancellationReasonValidation: n.boolean().optional(),
10
+ skipCalendarSyncTaskCancellation: n.boolean().optional(),
11
+ seatReferenceUid: n.string().optional(),
12
+ cancelledBy: n.string().email({ message: "Invalid email" }).optional(),
13
+ internalNote: n.object({
14
+ id: n.number(),
15
+ name: n.string(),
16
+ cancellationReason: n.string().optional().nullable()
17
+ }).optional().nullable()
18
+ });
19
+ export {
20
+ o as BookingStatus,
21
+ e as bookingCancelSchema
22
+ };
@@ -0,0 +1,82 @@
1
+ export type CreateCalendarCredentialsInput = {
2
+ username: string;
3
+ password: string;
4
+ };
5
+ export type CalendarToLoad = {
6
+ credentialId: number;
7
+ externalId: string;
8
+ };
9
+ export type CalendarBusyTimesInput = {
10
+ dateFrom?: string;
11
+ dateTo?: string;
12
+ loggedInUsersTz?: string;
13
+ calendarsToLoad?: CalendarToLoad[];
14
+ [key: string]: unknown;
15
+ };
16
+ export type ConnectedCalendarApp = {
17
+ slug: string;
18
+ credentialId?: number;
19
+ name?: string;
20
+ [key: string]: unknown;
21
+ };
22
+ export type ConnectedApps = {
23
+ items: ConnectedCalendarApp[];
24
+ [key: string]: unknown;
25
+ };
26
+ export type EventBusyDate = {
27
+ start: Date | string;
28
+ end: Date | string;
29
+ source?: string | null;
30
+ };
31
+ export type ReminderMinutes = 0 | 10 | 30 | 60 | null;
32
+ /**
33
+ * Slots per date for the weekly calendar view. Keys are YYYY-MM-DD,
34
+ * values are time ranges with optional out-of-office metadata.
35
+ */
36
+ export type CalendarAvailableTimeslots = {
37
+ [date: string]: Array<{
38
+ start: string | Date;
39
+ end: string | Date;
40
+ away?: boolean;
41
+ reason?: string;
42
+ emoji?: string;
43
+ showNotePublicly?: boolean;
44
+ [key: string]: unknown;
45
+ }>;
46
+ };
47
+ export type ConnectedDestinationCalendars = {
48
+ connectedCalendars: Array<{
49
+ integration: {
50
+ slug: string;
51
+ name: string;
52
+ type: string;
53
+ description?: string;
54
+ logo?: string;
55
+ [key: string]: unknown;
56
+ };
57
+ credentialId: number;
58
+ delegationCredentialId?: string | null;
59
+ calendars?: Array<{
60
+ externalId: string;
61
+ isSelected?: boolean;
62
+ name?: string;
63
+ credentialId: number;
64
+ [key: string]: unknown;
65
+ }>;
66
+ primary?: {
67
+ email?: string;
68
+ [key: string]: unknown;
69
+ };
70
+ error?: {
71
+ message: string;
72
+ };
73
+ [key: string]: unknown;
74
+ }>;
75
+ destinationCalendar: {
76
+ externalId: string;
77
+ integration?: string;
78
+ [key: string]: unknown;
79
+ };
80
+ [key: string]: unknown;
81
+ };
82
+ //# sourceMappingURL=calendars.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendars.d.ts","sourceRoot":"","sources":["../../src/contracts/calendars.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+