@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.
- package/dist/add-members-switch/add-members-with-switch-platform-wrapper.d.ts +3 -0
- package/dist/add-members-switch/add-members-with-switch-platform-wrapper.d.ts.map +1 -0
- package/dist/add-members-switch/add-members-with-switch-platform-wrapper.js +6 -0
- package/dist/add-members-switch/add-members-with-switch.d.ts +41 -0
- package/dist/add-members-switch/add-members-with-switch.d.ts.map +1 -0
- package/dist/add-members-switch/add-members-with-switch.js +200 -0
- package/dist/availability/availability-settings.d.ts +88 -0
- package/dist/availability/availability-settings.d.ts.map +1 -0
- package/dist/availability/availability-settings.js +620 -0
- package/dist/availability/components/date-override-input-dialog.d.ts +17 -0
- package/dist/availability/components/date-override-input-dialog.d.ts.map +1 -0
- package/dist/availability/components/date-override-input-dialog.js +169 -0
- package/dist/availability/components/date-override-list.d.ts +20 -0
- package/dist/availability/components/date-override-list.d.ts.map +1 -0
- package/dist/availability/components/date-override-list.js +111 -0
- package/dist/availability/components/schedule-component.d.ts +49 -0
- package/dist/availability/components/schedule-component.d.ts.map +1 -0
- package/dist/availability/components/schedule-component.js +512 -0
- package/dist/availability/index.d.ts +4 -0
- package/dist/availability/index.d.ts.map +1 -0
- package/dist/availability/index.js +6 -0
- package/dist/availability/types.d.ts +36 -0
- package/dist/availability/types.d.ts.map +1 -0
- package/dist/availability/types.js +1 -0
- package/dist/availability/wrappers/availability-settings-platform-wrapper.d.ts +28 -0
- package/dist/availability/wrappers/availability-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/availability/wrappers/availability-settings-platform-wrapper.js +119 -0
- package/dist/booker/booker-platform-wrapper.d.ts +5 -0
- package/dist/booker/booker-platform-wrapper.d.ts.map +1 -0
- package/dist/booker/booker-platform-wrapper.js +388 -0
- package/dist/booker/booker-store-provider.d.ts +11 -0
- package/dist/booker/booker-store-provider.d.ts.map +1 -0
- package/dist/booker/booker-store-provider.js +94 -0
- package/dist/booker/components/available-time-slots.d.ts +46 -0
- package/dist/booker/components/available-time-slots.d.ts.map +1 -0
- package/dist/booker/components/available-time-slots.js +142 -0
- package/dist/booker/components/available-times-header.d.ts +14 -0
- package/dist/booker/components/available-times-header.d.ts.map +1 -0
- package/dist/booker/components/available-times-header.js +71 -0
- package/dist/booker/components/available-times.d.ts +46 -0
- package/dist/booker/components/available-times.d.ts.map +1 -0
- package/dist/booker/components/available-times.js +192 -0
- package/dist/booker/components/book-event-form/book-event-form.d.ts +34 -0
- package/dist/booker/components/book-event-form/book-event-form.d.ts.map +1 -0
- package/dist/booker/components/book-event-form/book-event-form.js +260 -0
- package/dist/booker/components/book-event-form/book-form-as-modal.d.ts +14 -0
- package/dist/booker/components/book-event-form/book-form-as-modal.d.ts.map +1 -0
- package/dist/booker/components/book-event-form/book-form-as-modal.js +53 -0
- package/dist/booker/components/book-event-form/booking-fields.d.ts +35 -0
- package/dist/booker/components/book-event-form/booking-fields.d.ts.map +1 -0
- package/dist/booker/components/book-event-form/booking-fields.js +124 -0
- package/dist/booker/components/book-event-form/index.d.ts +5 -0
- package/dist/booker/components/book-event-form/index.d.ts.map +1 -0
- package/dist/booker/components/book-event-form/index.js +11 -0
- package/dist/booker/components/book-event-form/skeleton.d.ts +2 -0
- package/dist/booker/components/book-event-form/skeleton.d.ts.map +1 -0
- package/dist/booker/components/book-event-form/skeleton.js +27 -0
- package/dist/booker/components/booker-component.d.ts +2 -0
- package/dist/booker/components/booker-component.d.ts.map +1 -0
- package/dist/booker/components/booker-component.js +596 -0
- package/dist/booker/components/booker-section.d.ts +15 -0
- package/dist/booker/components/booker-section.d.ts.map +1 -0
- package/dist/booker/components/booker-section.js +19 -0
- package/dist/booker/components/dry-run-message.d.ts +4 -0
- package/dist/booker/components/dry-run-message.d.ts.map +1 -0
- package/dist/booker/components/dry-run-message.js +22 -0
- package/dist/booker/components/event-meta/available-event-locations.d.ts +6 -0
- package/dist/booker/components/event-meta/available-event-locations.d.ts.map +1 -0
- package/dist/booker/components/event-meta/available-event-locations.js +72 -0
- package/dist/booker/components/event-meta/details.d.ts +34 -0
- package/dist/booker/components/event-meta/details.d.ts.map +1 -0
- package/dist/booker/components/event-meta/details.js +104 -0
- package/dist/booker/components/event-meta/duration.d.ts +9 -0
- package/dist/booker/components/event-meta/duration.d.ts.map +1 -0
- package/dist/booker/components/event-meta/duration.js +85 -0
- package/dist/booker/components/event-meta/index.d.ts +7 -0
- package/dist/booker/components/event-meta/index.d.ts.map +1 -0
- package/dist/booker/components/event-meta/index.js +16 -0
- package/dist/booker/components/event-meta/locations.d.ts +5 -0
- package/dist/booker/components/event-meta/locations.d.ts.map +1 -0
- package/dist/booker/components/event-meta/locations.js +54 -0
- package/dist/booker/components/event-meta/members.d.ts +13 -0
- package/dist/booker/components/event-meta/members.d.ts.map +1 -0
- package/dist/booker/components/event-meta/members.js +56 -0
- package/dist/booker/components/event-meta/occurences.d.ts +5 -0
- package/dist/booker/components/event-meta/occurences.d.ts.map +1 -0
- package/dist/booker/components/event-meta/occurences.js +96 -0
- package/dist/booker/components/event-meta/price-icon.d.ts +5 -0
- package/dist/booker/components/event-meta/price-icon.d.ts.map +1 -0
- package/dist/booker/components/event-meta/price-icon.js +81 -0
- package/dist/booker/components/event-meta/price.d.ts +7 -0
- package/dist/booker/components/event-meta/price.d.ts.map +1 -0
- package/dist/booker/components/event-meta/price.js +95 -0
- package/dist/booker/components/event-meta/skeleton.d.ts +2 -0
- package/dist/booker/components/event-meta/skeleton.d.ts.map +1 -0
- package/dist/booker/components/event-meta/skeleton.js +15 -0
- package/dist/booker/components/event-meta/title.d.ts +9 -0
- package/dist/booker/components/event-meta/title.d.ts.map +1 -0
- package/dist/booker/components/event-meta/title.js +6 -0
- package/dist/booker/components/event-meta.d.ts +25 -0
- package/dist/booker/components/event-meta.d.ts.map +1 -0
- package/dist/booker/components/event-meta.js +175 -0
- package/dist/booker/components/external-redirect-interstitial.d.ts +9 -0
- package/dist/booker/components/external-redirect-interstitial.d.ts.map +1 -0
- package/dist/booker/components/external-redirect-interstitial.js +47 -0
- package/dist/booker/components/form-builder/components.d.ts +48 -0
- package/dist/booker/components/form-builder/components.d.ts.map +1 -0
- package/dist/booker/components/form-builder/components.js +355 -0
- package/dist/booker/components/form-builder/form-builder-field.d.ts +46 -0
- package/dist/booker/components/form-builder/form-builder-field.d.ts.map +1 -0
- package/dist/booker/components/form-builder/form-builder-field.js +238 -0
- package/dist/booker/components/having-trouble-finding-time.d.ts +9 -0
- package/dist/booker/components/having-trouble-finding-time.d.ts.map +1 -0
- package/dist/booker/components/having-trouble-finding-time.js +33 -0
- package/dist/booker/components/header.d.ts +18 -0
- package/dist/booker/components/header.d.ts.map +1 -0
- package/dist/booker/components/header.js +216 -0
- package/dist/booker/components/instant-booking.d.ts +16 -0
- package/dist/booker/components/instant-booking.d.ts.map +1 -0
- package/dist/booker/components/instant-booking.js +53 -0
- package/dist/booker/components/out-of-office-in-slots.d.ts +19 -0
- package/dist/booker/components/out-of-office-in-slots.d.ts.map +1 -0
- package/dist/booker/components/out-of-office-in-slots.js +65 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-continue-modal.d.ts +8 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-continue-modal.d.ts.map +1 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-continue-modal.js +29 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-settings-modal.d.ts +11 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-settings-modal.d.ts.map +1 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-settings-modal.js +86 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-switch.d.ts +8 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-switch.d.ts.map +1 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-switch.js +61 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar.d.ts +28 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar.d.ts.map +1 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar.js +60 -0
- package/dist/booker/components/overlay-calendar/store.d.ts +12 -0
- package/dist/booker/components/overlay-calendar/store.d.ts.map +1 -0
- package/dist/booker/components/overlay-calendar/store.js +18 -0
- package/dist/booker/components/pay-icon.d.ts +5 -0
- package/dist/booker/components/pay-icon.d.ts.map +1 -0
- package/dist/booker/components/pay-icon.js +9 -0
- package/dist/booker/components/price.d.ts +9 -0
- package/dist/booker/components/price.d.ts.map +1 -0
- package/dist/booker/components/price.js +6 -0
- package/dist/booker/components/redirect-to-instant-meeting-modal.d.ts +8 -0
- package/dist/booker/components/redirect-to-instant-meeting-modal.d.ts.map +1 -0
- package/dist/booker/components/redirect-to-instant-meeting-modal.js +75 -0
- package/dist/booker/components/scrollable-with-gradients.d.ts +9 -0
- package/dist/booker/components/scrollable-with-gradients.d.ts.map +1 -0
- package/dist/booker/components/scrollable-with-gradients.js +52 -0
- package/dist/booker/components/seats-availability-text.d.ts +18 -0
- package/dist/booker/components/seats-availability-text.d.ts.map +1 -0
- package/dist/booker/components/seats-availability-text.js +16 -0
- package/dist/booker/components/section.d.ts +17 -0
- package/dist/booker/components/section.d.ts.map +1 -0
- package/dist/booker/components/section.js +19 -0
- package/dist/booker/components/slot-selection-modal-header.d.ts +14 -0
- package/dist/booker/components/slot-selection-modal-header.d.ts.map +1 -0
- package/dist/booker/components/slot-selection-modal-header.js +72 -0
- package/dist/booker/components/time-format-toggle.d.ts +4 -0
- package/dist/booker/components/time-format-toggle.d.ts.map +1 -0
- package/dist/booker/components/time-format-toggle.js +27 -0
- package/dist/booker/components/unavailable.d.ts +3 -0
- package/dist/booker/components/unavailable.d.ts.map +1 -0
- package/dist/booker/components/unavailable.js +16 -0
- package/dist/booker/components/unpublished-entity.d.ts +8 -0
- package/dist/booker/components/unpublished-entity.d.ts.map +1 -0
- package/dist/booker/components/unpublished-entity.js +24 -0
- package/dist/booker/components/verify-code-dialog.d.ts +15 -0
- package/dist/booker/components/verify-code-dialog.d.ts.map +1 -0
- package/dist/booker/components/verify-code-dialog.js +89 -0
- package/dist/booker/config.d.ts +86 -0
- package/dist/booker/config.d.ts.map +1 -0
- package/dist/booker/config.js +161 -0
- package/dist/booker/framer-features.d.ts +3 -0
- package/dist/booker/framer-features.d.ts.map +1 -0
- package/dist/booker/framer-features.js +5 -0
- package/dist/booker/hooks/embed-stubs.d.ts +20 -0
- package/dist/booker/hooks/embed-stubs.d.ts.map +1 -0
- package/dist/booker/hooks/embed-stubs.js +18 -0
- package/dist/booker/hooks/use-available-time-slots.d.ts +23 -0
- package/dist/booker/hooks/use-available-time-slots.d.ts.map +1 -0
- package/dist/booker/hooks/use-available-time-slots.js +20 -0
- package/dist/booker/hooks/use-booker-layout.d.ts +51 -0
- package/dist/booker/hooks/use-booker-layout.d.ts.map +1 -0
- package/dist/booker/hooks/use-booker-layout.js +50 -0
- package/dist/booker/hooks/use-booker-time.d.ts +7 -0
- package/dist/booker/hooks/use-booker-time.d.ts.map +1 -0
- package/dist/booker/hooks/use-booker-time.js +19 -0
- package/dist/booker/hooks/use-booking-form.d.ts +65 -0
- package/dist/booker/hooks/use-booking-form.d.ts.map +1 -0
- package/dist/booker/hooks/use-booking-form.js +34 -0
- package/dist/booker/hooks/use-bookings-types.d.ts +10 -0
- package/dist/booker/hooks/use-bookings-types.d.ts.map +1 -0
- package/dist/booker/hooks/use-bookings-types.js +1 -0
- package/dist/booker/hooks/use-check-overlap-with-overlay.d.ts +11 -0
- package/dist/booker/hooks/use-check-overlap-with-overlay.d.ts.map +1 -0
- package/dist/booker/hooks/use-check-overlap-with-overlay.js +22 -0
- package/dist/booker/hooks/use-initialize-week-start.d.ts +2 -0
- package/dist/booker/hooks/use-initialize-week-start.d.ts.map +1 -0
- package/dist/booker/hooks/use-initialize-week-start.js +13 -0
- package/dist/booker/hooks/use-is-quick-availability-check-feature-enabled.d.ts +15 -0
- package/dist/booker/hooks/use-is-quick-availability-check-feature-enabled.d.ts.map +1 -0
- package/dist/booker/hooks/use-is-quick-availability-check-feature-enabled.js +19 -0
- package/dist/booker/hooks/use-local-set.d.ts +12 -0
- package/dist/booker/hooks/use-local-set.d.ts.map +1 -0
- package/dist/booker/hooks/use-local-set.js +34 -0
- package/dist/booker/hooks/use-non-empty-schedule-days.d.ts +3 -0
- package/dist/booker/hooks/use-non-empty-schedule-days.d.ts.map +1 -0
- package/dist/booker/hooks/use-non-empty-schedule-days.js +13 -0
- package/dist/booker/hooks/use-overlay-calendar.d.ts +23 -0
- package/dist/booker/hooks/use-overlay-calendar.d.ts.map +1 -0
- package/dist/booker/hooks/use-overlay-calendar.js +54 -0
- package/dist/booker/hooks/use-should-show-arrows.d.ts +8 -0
- package/dist/booker/hooks/use-should-show-arrows.d.ts.map +1 -0
- package/dist/booker/hooks/use-should-show-arrows.js +27 -0
- package/dist/booker/hooks/use-skip-confirm-step.d.ts +21 -0
- package/dist/booker/hooks/use-skip-confirm-step.d.ts.map +1 -0
- package/dist/booker/hooks/use-skip-confirm-step.js +39 -0
- package/dist/booker/hooks/use-slots-for-date.d.ts +21 -0
- package/dist/booker/hooks/use-slots-for-date.d.ts.map +1 -0
- package/dist/booker/hooks/use-slots-for-date.js +29 -0
- package/dist/booker/hooks/use-stable-timezone.d.ts +5 -0
- package/dist/booker/hooks/use-stable-timezone.d.ts.map +1 -0
- package/dist/booker/hooks/use-stable-timezone.js +8 -0
- package/dist/booker/hooks/use-times-for-schedule.d.ts +27 -0
- package/dist/booker/hooks/use-times-for-schedule.d.ts.map +1 -0
- package/dist/booker/hooks/use-times-for-schedule.js +49 -0
- package/dist/booker/store.d.ts +200 -0
- package/dist/booker/store.d.ts.map +1 -0
- package/dist/booker/store.js +265 -0
- package/dist/booker/types.d.ts +118 -0
- package/dist/booker/types.d.ts.map +1 -0
- package/dist/booker/types.js +1 -0
- package/dist/booker/use-slot-reservation-id.d.ts +2 -0
- package/dist/booker/use-slot-reservation-id.d.ts.map +1 -0
- package/dist/booker/use-slot-reservation-id.js +13 -0
- package/dist/booker/utils/are-different-valid-months.d.ts +2 -0
- package/dist/booker/utils/are-different-valid-months.d.ts.map +1 -0
- package/dist/booker/utils/are-different-valid-months.js +4 -0
- package/dist/booker/utils/dates.d.ts +26 -0
- package/dist/booker/utils/dates.d.ts.map +1 -0
- package/dist/booker/utils/dates.js +60 -0
- package/dist/booker/utils/get-booker-timezone.d.ts +5 -0
- package/dist/booker/utils/get-booker-timezone.d.ts.map +1 -0
- package/dist/booker/utils/get-booker-timezone.js +7 -0
- package/dist/booker/utils/get-booking-duration.d.ts +6 -0
- package/dist/booker/utils/get-booking-duration.d.ts.map +1 -0
- package/dist/booker/utils/get-booking-duration.js +7 -0
- package/dist/booker/utils/get-prefetch-month-count.d.ts +3 -0
- package/dist/booker/utils/get-prefetch-month-count.d.ts.map +1 -0
- package/dist/booker/utils/get-prefetch-month-count.js +12 -0
- package/dist/booker/utils/is-booking-dry-run.d.ts +3 -0
- package/dist/booker/utils/is-booking-dry-run.d.ts.map +1 -0
- package/dist/booker/utils/is-booking-dry-run.js +4 -0
- package/dist/booker/utils/is-month-change.d.ts +2 -0
- package/dist/booker/utils/is-month-change.d.ts.map +1 -0
- package/dist/booker/utils/is-month-change.js +4 -0
- package/dist/booker/utils/is-month-view-prefetch-enabled.d.ts +2 -0
- package/dist/booker/utils/is-month-view-prefetch-enabled.d.ts.map +1 -0
- package/dist/booker/utils/is-month-view-prefetch-enabled.js +9 -0
- package/dist/booker/utils/is-prefetch-next-month-enabled.d.ts +2 -0
- package/dist/booker/utils/is-prefetch-next-month-enabled.d.ts.map +1 -0
- package/dist/booker/utils/is-prefetch-next-month-enabled.js +9 -0
- package/dist/booker/utils/is-timeslot-available.d.ts +19 -0
- package/dist/booker/utils/is-timeslot-available.d.ts.map +1 -0
- package/dist/booker/utils/is-timeslot-available.js +32 -0
- package/dist/booker/utils/layout.d.ts +2 -0
- package/dist/booker/utils/layout.d.ts.map +1 -0
- package/dist/booker/utils/layout.js +7 -0
- package/dist/booker-embed/booker-embed.d.ts +31 -0
- package/dist/booker-embed/booker-embed.d.ts.map +1 -0
- package/dist/booker-embed/booker-embed.js +74 -0
- package/dist/booker-embed/index.d.ts +2 -0
- package/dist/booker-embed/index.d.ts.map +1 -0
- package/dist/booker-embed/index.js +4 -0
- package/dist/booker-embed/use-get-routing-form-url-props.d.ts +29 -0
- package/dist/booker-embed/use-get-routing-form-url-props.d.ts.map +1 -0
- package/dist/booker-embed/use-get-routing-form-url-props.js +72 -0
- package/dist/cal-provider/base-cal-provider.d.ts +24 -0
- package/dist/cal-provider/base-cal-provider.d.ts.map +1 -0
- package/dist/cal-provider/base-cal-provider.js +178 -0
- package/dist/cal-provider/cal-o-auth-provider.d.ts +19 -0
- package/dist/cal-provider/cal-o-auth-provider.d.ts.map +1 -0
- package/dist/cal-provider/cal-o-auth-provider.js +48 -0
- package/dist/cal-provider/cal-provider.d.ts +22 -0
- package/dist/cal-provider/cal-provider.d.ts.map +1 -0
- package/dist/cal-provider/cal-provider.js +72 -0
- package/dist/cal-provider/index.d.ts +3 -0
- package/dist/cal-provider/index.d.ts.map +1 -0
- package/dist/cal-provider/index.js +6 -0
- package/dist/cal-provider/languages.d.ts +55 -0
- package/dist/cal-provider/languages.d.ts.map +1 -0
- package/dist/cal-provider/languages.js +10 -0
- package/dist/calendar-settings/index.d.ts +2 -0
- package/dist/calendar-settings/index.d.ts.map +1 -0
- package/dist/calendar-settings/index.js +4 -0
- package/dist/calendar-settings/wrappers/calendar-settings-platform-wrapper.d.ts +17 -0
- package/dist/calendar-settings/wrappers/calendar-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/calendar-settings/wrappers/calendar-settings-platform-wrapper.js +32 -0
- package/dist/calendar-view/calendar-view-component.d.ts +2 -0
- package/dist/calendar-view/calendar-view-component.d.ts.map +1 -0
- package/dist/calendar-view/calendar-view-component.js +43 -0
- package/dist/calendar-view/components/calendar.d.ts +2 -0
- package/dist/calendar-view/components/calendar.d.ts.map +1 -0
- package/dist/calendar-view/components/calendar.js +5 -0
- package/dist/calendar-view/components/date-picker.d.ts +82 -0
- package/dist/calendar-view/components/date-picker.d.ts.map +1 -0
- package/dist/calendar-view/components/date-picker.js +285 -0
- package/dist/calendar-view/components/large-calendar.d.ts +19 -0
- package/dist/calendar-view/components/large-calendar.d.ts.map +1 -0
- package/dist/calendar-view/components/large-calendar.js +133 -0
- package/dist/calendar-view/components/no-availability-dialog.d.ts +19 -0
- package/dist/calendar-view/components/no-availability-dialog.d.ts.map +1 -0
- package/dist/calendar-view/components/no-availability-dialog.js +45 -0
- package/dist/calendar-view/event-type-calendar-view-component.d.ts +7 -0
- package/dist/calendar-view/event-type-calendar-view-component.d.ts.map +1 -0
- package/dist/calendar-view/event-type-calendar-view-component.js +105 -0
- package/dist/calendar-view/index.d.ts +2 -0
- package/dist/calendar-view/index.d.ts.map +1 -0
- package/dist/calendar-view/index.js +4 -0
- package/dist/calendar-view/scheduler/components/calendar.d.ts +4 -0
- package/dist/calendar-view/scheduler/components/calendar.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/calendar.js +185 -0
- package/dist/calendar-view/scheduler/components/current-time/index.d.ts +6 -0
- package/dist/calendar-view/scheduler/components/current-time/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/current-time/index.js +61 -0
- package/dist/calendar-view/scheduler/components/date-values/index.d.ts +12 -0
- package/dist/calendar-view/scheduler/components/date-values/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/date-values/index.js +98 -0
- package/dist/calendar-view/scheduler/components/default-out-of-office-slot.d.ts +3 -0
- package/dist/calendar-view/scheduler/components/default-out-of-office-slot.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/default-out-of-office-slot.js +47 -0
- package/dist/calendar-view/scheduler/components/event/all-day-events.d.ts +108 -0
- package/dist/calendar-view/scheduler/components/event/all-day-events.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/event/all-day-events.js +156 -0
- package/dist/calendar-view/scheduler/components/event/empty.d.ts +18 -0
- package/dist/calendar-view/scheduler/components/event/empty.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/event/empty.js +162 -0
- package/dist/calendar-view/scheduler/components/event/event-list.d.ts +7 -0
- package/dist/calendar-view/scheduler/components/event/event-list.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/event/event-list.js +97 -0
- package/dist/calendar-view/scheduler/components/event/event.d.ts +14 -0
- package/dist/calendar-view/scheduler/components/event/event.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/event/event.js +131 -0
- package/dist/calendar-view/scheduler/components/event/index.d.ts +5 -0
- package/dist/calendar-view/scheduler/components/event/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/event/index.js +12 -0
- package/dist/calendar-view/scheduler/components/grid/index.d.ts +10 -0
- package/dist/calendar-view/scheduler/components/grid/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/grid/index.js +17 -0
- package/dist/calendar-view/scheduler/components/heading/index.d.ts +2 -0
- package/dist/calendar-view/scheduler/components/heading/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/heading/index.js +4 -0
- package/dist/calendar-view/scheduler/components/heading/scheduler-heading.d.ts +2 -0
- package/dist/calendar-view/scheduler/components/heading/scheduler-heading.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/heading/scheduler-heading.js +48 -0
- package/dist/calendar-view/scheduler/components/horizontal-lines/index.d.ts +9 -0
- package/dist/calendar-view/scheduler/components/horizontal-lines/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/horizontal-lines/index.js +31 -0
- package/dist/calendar-view/scheduler/components/spinner/spinner.d.ts +4 -0
- package/dist/calendar-view/scheduler/components/spinner/spinner.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/spinner/spinner.js +32 -0
- package/dist/calendar-view/scheduler/components/vertical-lines/index.d.ts +7 -0
- package/dist/calendar-view/scheduler/components/vertical-lines/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/vertical-lines/index.js +38 -0
- package/dist/calendar-view/scheduler/state/store.d.ts +7 -0
- package/dist/calendar-view/scheduler/state/store.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/state/store.js +64 -0
- package/dist/calendar-view/scheduler/types/common.d.ts +2 -0
- package/dist/calendar-view/scheduler/types/common.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/types/common.js +1 -0
- package/dist/calendar-view/scheduler/types/events.d.ts +20 -0
- package/dist/calendar-view/scheduler/types/events.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/types/events.js +1 -0
- package/dist/calendar-view/scheduler/types/state.d.ts +93 -0
- package/dist/calendar-view/scheduler/types/state.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/types/state.js +1 -0
- package/dist/calendar-view/scheduler/utils/index.d.ts +20 -0
- package/dist/calendar-view/scheduler/utils/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/utils/index.js +64 -0
- package/dist/calendar-view/scheduler/utils/overlap.d.ts +20 -0
- package/dist/calendar-view/scheduler/utils/overlap.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/utils/overlap.js +88 -0
- package/dist/calendar-view/wrappers/calendar-view-platform-wrapper.d.ts +22 -0
- package/dist/calendar-view/wrappers/calendar-view-platform-wrapper.d.ts.map +1 -0
- package/dist/calendar-view/wrappers/calendar-view-platform-wrapper.js +8 -0
- package/dist/components/atoms-wrapper.d.ts +6 -0
- package/dist/components/atoms-wrapper.d.ts.map +1 -0
- package/dist/components/atoms-wrapper.js +21 -0
- package/dist/components/ui/address-input.d.ts +11 -0
- package/dist/components/ui/address-input.d.ts.map +1 -0
- package/dist/components/ui/address-input.js +31 -0
- package/dist/components/ui/alert.d.ts +16 -0
- package/dist/components/ui/alert.d.ts.map +1 -0
- package/dist/components/ui/alert.js +46 -0
- package/dist/components/ui/app-list-card.d.ts +30 -0
- package/dist/components/ui/app-list-card.d.ts.map +1 -0
- package/dist/components/ui/app-list-card.js +57 -0
- package/dist/components/ui/avatar-group.d.ts +14 -0
- package/dist/components/ui/avatar-group.d.ts.map +1 -0
- package/dist/components/ui/avatar-group.js +45 -0
- package/dist/components/ui/avatar.d.ts +18 -0
- package/dist/components/ui/avatar.d.ts.map +1 -0
- package/dist/components/ui/avatar.js +70 -0
- package/dist/components/ui/badge.d.ts +553 -0
- package/dist/components/ui/badge.d.ts.map +1 -0
- package/dist/components/ui/badge.js +61 -0
- package/dist/components/ui/button-group.d.ts +9 -0
- package/dist/components/ui/button-group.d.ts.map +1 -0
- package/dist/components/ui/button-group.js +29 -0
- package/dist/components/ui/button.d.ts +37 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/button.js +280 -0
- package/dist/components/ui/calendar-switch.d.ts +22 -0
- package/dist/components/ui/calendar-switch.d.ts.map +1 -0
- package/dist/components/ui/calendar-switch.js +26 -0
- package/dist/components/ui/checkbox.d.ts +15 -0
- package/dist/components/ui/checkbox.d.ts.map +1 -0
- package/dist/components/ui/checkbox.js +95 -0
- package/dist/components/ui/checked-team-select.d.ts +43 -0
- package/dist/components/ui/checked-team-select.d.ts.map +1 -0
- package/dist/components/ui/checked-team-select.js +183 -0
- package/dist/components/ui/confirmation-dialog-content.d.ts +21 -0
- package/dist/components/ui/confirmation-dialog-content.d.ts.map +1 -0
- package/dist/components/ui/confirmation-dialog-content.js +52 -0
- package/dist/components/ui/controlled-dialog.d.ts +17 -0
- package/dist/components/ui/controlled-dialog.d.ts.map +1 -0
- package/dist/components/ui/controlled-dialog.js +14 -0
- package/dist/components/ui/dialog.d.ts +58 -0
- package/dist/components/ui/dialog.d.ts.map +1 -0
- package/dist/components/ui/dialog.js +152 -0
- package/dist/components/ui/disconnect-calendar-integration.d.ts +12 -0
- package/dist/components/ui/disconnect-calendar-integration.d.ts.map +1 -0
- package/dist/components/ui/disconnect-calendar-integration.js +44 -0
- package/dist/components/ui/divider.d.ts +3 -0
- package/dist/components/ui/divider.d.ts.map +1 -0
- package/dist/components/ui/divider.js +25 -0
- package/dist/components/ui/dropdown.d.ts +40 -0
- package/dist/components/ui/dropdown.d.ts.map +1 -0
- package/dist/components/ui/dropdown.js +191 -0
- package/dist/components/ui/editable-heading.d.ts +6 -0
- package/dist/components/ui/editable-heading.d.ts.map +1 -0
- package/dist/components/ui/editable-heading.js +54 -0
- package/dist/components/ui/empty-screen.d.ts +18 -0
- package/dist/components/ui/empty-screen.d.ts.map +1 -0
- package/dist/components/ui/empty-screen.js +72 -0
- package/dist/components/ui/form.d.ts +11 -0
- package/dist/components/ui/form.d.ts.map +1 -0
- package/dist/components/ui/form.js +26 -0
- package/dist/components/ui/icon.d.ts +42 -0
- package/dist/components/ui/icon.d.ts.map +1 -0
- package/dist/components/ui/icon.js +188 -0
- package/dist/components/ui/icons.d.ts +21 -0
- package/dist/components/ui/icons.d.ts.map +1 -0
- package/dist/components/ui/icons.js +327 -0
- package/dist/components/ui/info-badge.d.ts +4 -0
- package/dist/components/ui/info-badge.d.ts.map +1 -0
- package/dist/components/ui/info-badge.js +9 -0
- package/dist/components/ui/label.d.ts +2 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/label.js +16 -0
- package/dist/components/ui/navigation.d.ts +37 -0
- package/dist/components/ui/navigation.d.ts.map +1 -0
- package/dist/components/ui/navigation.js +1 -0
- package/dist/components/ui/popover.d.ts +17 -0
- package/dist/components/ui/popover.d.ts.map +1 -0
- package/dist/components/ui/popover.js +19 -0
- package/dist/components/ui/radio-area-group.d.ts +20 -0
- package/dist/components/ui/radio-area-group.d.ts.map +1 -0
- package/dist/components/ui/radio-area-group.js +52 -0
- package/dist/components/ui/radio.d.ts +24 -0
- package/dist/components/ui/radio.d.ts.map +1 -0
- package/dist/components/ui/radio.js +56 -0
- package/dist/components/ui/react-select-components.d.ts +29 -0
- package/dist/components/ui/react-select-components.d.ts.map +1 -0
- package/dist/components/ui/react-select-components.js +36 -0
- package/dist/components/ui/select.d.ts +36 -0
- package/dist/components/ui/select.d.ts.map +1 -0
- package/dist/components/ui/select.js +125 -0
- package/dist/components/ui/settings-header.d.ts +21 -0
- package/dist/components/ui/settings-header.d.ts.map +1 -0
- package/dist/components/ui/settings-header.js +55 -0
- package/dist/components/ui/settings-toggle.d.ts +23 -0
- package/dist/components/ui/settings-toggle.d.ts.map +1 -0
- package/dist/components/ui/settings-toggle.js +100 -0
- package/dist/components/ui/shell.d.ts +31 -0
- package/dist/components/ui/shell.d.ts.map +1 -0
- package/dist/components/ui/shell.js +15 -0
- package/dist/components/ui/show-toast.d.ts +13 -0
- package/dist/components/ui/show-toast.d.ts.map +1 -0
- package/dist/components/ui/show-toast.js +65 -0
- package/dist/components/ui/skeleton.d.ts +31 -0
- package/dist/components/ui/skeleton.d.ts.map +1 -0
- package/dist/components/ui/skeleton.js +59 -0
- package/dist/components/ui/switch.d.ts +17 -0
- package/dist/components/ui/switch.d.ts.map +1 -0
- package/dist/components/ui/switch.js +71 -0
- package/dist/components/ui/text-field.d.ts +99 -0
- package/dist/components/ui/text-field.d.ts.map +1 -0
- package/dist/components/ui/text-field.js +183 -0
- package/dist/components/ui/toast.d.ts +13 -0
- package/dist/components/ui/toast.d.ts.map +1 -0
- package/dist/components/ui/toast.js +72 -0
- package/dist/components/ui/toaster.d.ts +2 -0
- package/dist/components/ui/toaster.d.ts.map +1 -0
- package/dist/components/ui/toaster.js +21 -0
- package/dist/components/ui/toggle-group.d.ts +20 -0
- package/dist/components/ui/toggle-group.d.ts.map +1 -0
- package/dist/components/ui/toggle-group.js +73 -0
- package/dist/components/ui/tooltip.d.ts +29 -0
- package/dist/components/ui/tooltip.d.ts.map +1 -0
- package/dist/components/ui/tooltip.js +65 -0
- package/dist/components/ui/use-toast.d.ts +45 -0
- package/dist/components/ui/use-toast.d.ts.map +1 -0
- package/dist/components/ui/use-toast.js +95 -0
- package/dist/components/ui/user-avatar-group-with-org.d.ts +18 -0
- package/dist/components/ui/user-avatar-group-with-org.d.ts.map +1 -0
- package/dist/components/ui/user-avatar-group-with-org.js +27 -0
- package/dist/connect/apple/apple-connect.d.ts +4 -0
- package/dist/connect/apple/apple-connect.d.ts.map +1 -0
- package/dist/connect/apple/apple-connect.js +171 -0
- package/dist/connect/components/disconnect-integration-modal.d.ts +19 -0
- package/dist/connect/components/disconnect-integration-modal.d.ts.map +1 -0
- package/dist/connect/components/disconnect-integration-modal.js +30 -0
- package/dist/connect/components/office365-account-dialog.d.ts +12 -0
- package/dist/connect/components/office365-account-dialog.d.ts.map +1 -0
- package/dist/connect/components/office365-account-dialog.js +32 -0
- package/dist/connect/conferencing-apps/components/app-list.d.ts +65 -0
- package/dist/connect/conferencing-apps/components/app-list.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/components/app-list.js +131 -0
- package/dist/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.d.ts +29 -0
- package/dist/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.js +211 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.d.ts +10 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.js +35 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-get-event-types.d.ts +10 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-get-event-types.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-get-event-types.js +25 -0
- package/dist/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.d.ts +4 -0
- package/dist/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.js +27 -0
- package/dist/connect/conferencing-apps/hooks/use-connect.d.ts +22 -0
- package/dist/connect/conferencing-apps/hooks/use-connect.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-connect.js +102 -0
- package/dist/connect/conferencing-apps/hooks/use-delete-credential.d.ts +9 -0
- package/dist/connect/conferencing-apps/hooks/use-delete-credential.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-delete-credential.js +26 -0
- package/dist/connect/conferencing-apps/hooks/use-get-default-conferencing-app.d.ts +6 -0
- package/dist/connect/conferencing-apps/hooks/use-get-default-conferencing-app.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-get-default-conferencing-app.js +25 -0
- package/dist/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.d.ts +9 -0
- package/dist/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.js +31 -0
- package/dist/connect/google/gcal-connect.d.ts +4 -0
- package/dist/connect/google/gcal-connect.d.ts.map +1 -0
- package/dist/connect/google/gcal-connect.js +42 -0
- package/dist/connect/index.d.ts +4 -0
- package/dist/connect/index.d.ts.map +1 -0
- package/dist/connect/index.js +8 -0
- package/dist/connect/o-auth-connect.d.ts +25 -0
- package/dist/connect/o-auth-connect.d.ts.map +1 -0
- package/dist/connect/o-auth-connect.js +88 -0
- package/dist/connect/outlook/outlook-connect.d.ts +4 -0
- package/dist/connect/outlook/outlook-connect.d.ts.map +1 -0
- package/dist/connect/outlook/outlook-connect.js +42 -0
- package/dist/connect/stripe/stripe-connect.d.ts +22 -0
- package/dist/connect/stripe/stripe-connect.d.ts.map +1 -0
- package/dist/connect/stripe/stripe-connect.js +52 -0
- package/dist/constants/api.d.ts +44 -0
- package/dist/constants/api.d.ts.map +1 -0
- package/dist/constants/api.js +102 -0
- package/dist/constants/app.d.ts +19 -0
- package/dist/constants/app.d.ts.map +1 -0
- package/dist/constants/app.js +25 -0
- package/dist/constants/apps.d.ts +32 -0
- package/dist/constants/apps.d.ts.map +1 -0
- package/dist/constants/apps.js +34 -0
- package/dist/constants/index.d.ts +4 -0
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/constants/index.js +80 -0
- package/dist/constants/styles.d.ts +2 -0
- package/dist/constants/styles.d.ts.map +1 -0
- package/dist/constants/styles.js +4 -0
- package/dist/contracts/api.d.ts +27 -0
- package/dist/contracts/api.d.ts.map +1 -0
- package/dist/contracts/api.js +1 -0
- package/dist/contracts/apps.d.ts +21 -0
- package/dist/contracts/apps.d.ts.map +1 -0
- package/dist/contracts/apps.js +1 -0
- package/dist/contracts/booker.d.ts +255 -0
- package/dist/contracts/booker.d.ts.map +1 -0
- package/dist/contracts/booker.js +17 -0
- package/dist/contracts/bookings.d.ts +154 -0
- package/dist/contracts/bookings.d.ts.map +1 -0
- package/dist/contracts/bookings.js +22 -0
- package/dist/contracts/calendars.d.ts +82 -0
- package/dist/contracts/calendars.d.ts.map +1 -0
- package/dist/contracts/calendars.js +1 -0
- package/dist/contracts/event-types.d.ts +225 -0
- package/dist/contracts/event-types.d.ts.map +1 -0
- package/dist/contracts/event-types.js +22 -0
- package/dist/contracts/index.d.ts +13 -0
- package/dist/contracts/index.d.ts.map +1 -0
- package/dist/contracts/index.js +20 -0
- package/dist/contracts/oauth.d.ts +2 -0
- package/dist/contracts/oauth.d.ts.map +1 -0
- package/dist/contracts/oauth.js +1 -0
- package/dist/contracts/organizations.d.ts +15 -0
- package/dist/contracts/organizations.d.ts.map +1 -0
- package/dist/contracts/organizations.js +1 -0
- package/dist/contracts/schedules.d.ts +92 -0
- package/dist/contracts/schedules.d.ts.map +1 -0
- package/dist/contracts/schedules.js +1 -0
- package/dist/contracts/slots.d.ts +57 -0
- package/dist/contracts/slots.d.ts.map +1 -0
- package/dist/contracts/slots.js +1 -0
- package/dist/contracts/teams.d.ts +31 -0
- package/dist/contracts/teams.d.ts.map +1 -0
- package/dist/contracts/teams.js +4 -0
- package/dist/contracts/user.d.ts +25 -0
- package/dist/contracts/user.d.ts.map +1 -0
- package/dist/contracts/user.js +1 -0
- package/dist/create-schedule/create-schedule-form.d.ts +18 -0
- package/dist/create-schedule/create-schedule-form.d.ts.map +1 -0
- package/dist/create-schedule/create-schedule-form.js +93 -0
- package/dist/create-schedule/index.d.ts +2 -0
- package/dist/create-schedule/index.d.ts.map +1 -0
- package/dist/create-schedule/index.js +4 -0
- package/dist/create-schedule/wrappers/create-schedule-platform-wrapper.d.ts +15 -0
- package/dist/create-schedule/wrappers/create-schedule-platform-wrapper.d.ts.map +1 -0
- package/dist/create-schedule/wrappers/create-schedule-platform-wrapper.js +53 -0
- package/dist/destination-calendar/components/destination-calendar-selector.d.ts +10 -0
- package/dist/destination-calendar/components/destination-calendar-selector.d.ts.map +1 -0
- package/dist/destination-calendar/components/destination-calendar-selector.js +21 -0
- package/dist/destination-calendar/destination-calendar-selector.d.ts +17 -0
- package/dist/destination-calendar/destination-calendar-selector.d.ts.map +1 -0
- package/dist/destination-calendar/destination-calendar-selector.js +105 -0
- package/dist/destination-calendar/destination-calendar.d.ts +21 -0
- package/dist/destination-calendar/destination-calendar.d.ts.map +1 -0
- package/dist/destination-calendar/destination-calendar.js +49 -0
- package/dist/destination-calendar/destination-reminder-selector.d.ts +9 -0
- package/dist/destination-calendar/destination-reminder-selector.d.ts.map +1 -0
- package/dist/destination-calendar/destination-reminder-selector.js +36 -0
- package/dist/destination-calendar/index.d.ts +2 -0
- package/dist/destination-calendar/index.d.ts.map +1 -0
- package/dist/destination-calendar/index.js +4 -0
- package/dist/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.d.ts +8 -0
- package/dist/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.js +40 -0
- package/dist/event-types/components/assign-all-team-members.d.ts +14 -0
- package/dist/event-types/components/assign-all-team-members.d.ts.map +1 -0
- package/dist/event-types/components/assign-all-team-members.js +33 -0
- package/dist/event-types/components/bulk-edit-default-for-events-modal.d.ts +29 -0
- package/dist/event-types/components/bulk-edit-default-for-events-modal.d.ts.map +1 -0
- package/dist/event-types/components/bulk-edit-default-for-events-modal.js +105 -0
- package/dist/event-types/components/children-event-type-select.d.ts +34 -0
- package/dist/event-types/components/children-event-type-select.d.ts.map +1 -0
- package/dist/event-types/components/children-event-type-select.js +204 -0
- package/dist/event-types/components/create-event-type-form.d.ts +29 -0
- package/dist/event-types/components/create-event-type-form.d.ts.map +1 -0
- package/dist/event-types/components/create-event-type-form.js +128 -0
- package/dist/event-types/components/event-team-assignment-tab.d.ts +2 -0
- package/dist/event-types/components/event-team-assignment-tab.d.ts.map +1 -0
- package/dist/event-types/components/event-team-assignment-tab.js +6 -0
- package/dist/event-types/components/event-type-list-item.d.ts +12 -0
- package/dist/event-types/components/event-type-list-item.d.ts.map +1 -0
- package/dist/event-types/components/event-type-list-item.js +100 -0
- package/dist/event-types/components/host-edit-dialogs.d.ts +40 -0
- package/dist/event-types/components/host-edit-dialogs.d.ts.map +1 -0
- package/dist/event-types/components/host-edit-dialogs.js +156 -0
- package/dist/event-types/components/learn-more-link.d.ts +15 -0
- package/dist/event-types/components/learn-more-link.d.ts.map +1 -0
- package/dist/event-types/components/learn-more-link.js +27 -0
- package/dist/event-types/components/managed-event-dialog.d.ts +13 -0
- package/dist/event-types/components/managed-event-dialog.d.ts.map +1 -0
- package/dist/event-types/components/managed-event-dialog.js +44 -0
- package/dist/event-types/components/recurring-event-controller.d.ts +34 -0
- package/dist/event-types/components/recurring-event-controller.d.ts.map +1 -0
- package/dist/event-types/components/recurring-event-controller.js +198 -0
- package/dist/event-types/components/tabs/event-recurring-tab.d.ts +14 -0
- package/dist/event-types/components/tabs/event-recurring-tab.d.ts.map +1 -0
- package/dist/event-types/components/tabs/event-recurring-tab.js +18 -0
- package/dist/event-types/components/team-assignment/assign-all-managed-warning-dialog.d.ts +9 -0
- package/dist/event-types/components/team-assignment/assign-all-managed-warning-dialog.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/assign-all-managed-warning-dialog.js +35 -0
- package/dist/event-types/components/team-assignment/children-event-types-list.d.ts +11 -0
- package/dist/event-types/components/team-assignment/children-event-types-list.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/children-event-types-list.js +34 -0
- package/dist/event-types/components/team-assignment/children-event-types.d.ts +18 -0
- package/dist/event-types/components/team-assignment/children-event-types.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/children-event-types.js +47 -0
- package/dist/event-types/components/team-assignment/event-team-assignment-tab.d.ts +58 -0
- package/dist/event-types/components/team-assignment/event-team-assignment-tab.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/event-team-assignment-tab.js +248 -0
- package/dist/event-types/components/team-assignment/fixed-hosts.d.ts +20 -0
- package/dist/event-types/components/team-assignment/fixed-hosts.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/fixed-hosts.js +135 -0
- package/dist/event-types/components/team-assignment/hosts.d.ts +19 -0
- package/dist/event-types/components/team-assignment/hosts.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/hosts.js +99 -0
- package/dist/event-types/components/team-assignment/round-robin-hosts.d.ts +26 -0
- package/dist/event-types/components/team-assignment/round-robin-hosts.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/round-robin-hosts.js +197 -0
- package/dist/event-types/components/team-event-type-form.d.ts +27 -0
- package/dist/event-types/components/team-event-type-form.d.ts.map +1 -0
- package/dist/event-types/components/team-event-type-form.js +161 -0
- package/dist/event-types/components/weight-description.d.ts +6 -0
- package/dist/event-types/components/weight-description.d.ts.map +1 -0
- package/dist/event-types/components/weight-description.js +27 -0
- package/dist/event-types/hooks/use-add-verified-email.d.ts +15 -0
- package/dist/event-types/hooks/use-add-verified-email.d.ts.map +1 -0
- package/dist/event-types/hooks/use-add-verified-email.js +31 -0
- package/dist/event-types/hooks/use-apps-data-stub.d.ts +15 -0
- package/dist/event-types/hooks/use-apps-data-stub.d.ts.map +1 -0
- package/dist/event-types/hooks/use-apps-data-stub.js +12 -0
- package/dist/event-types/hooks/use-assign-all-managed-warning.d.ts +17 -0
- package/dist/event-types/hooks/use-assign-all-managed-warning.d.ts.map +1 -0
- package/dist/event-types/hooks/use-assign-all-managed-warning.js +22 -0
- package/dist/event-types/hooks/use-atom-event-type-app-integration.d.ts +21 -0
- package/dist/event-types/hooks/use-atom-event-type-app-integration.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-event-type-app-integration.js +24 -0
- package/dist/event-types/hooks/use-atom-event-type-by-id.d.ts +4 -0
- package/dist/event-types/hooks/use-atom-event-type-by-id.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-event-type-by-id.js +24 -0
- package/dist/event-types/hooks/use-atom-event-type-payment-info.d.ts +7 -0
- package/dist/event-types/hooks/use-atom-event-type-payment-info.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-event-type-payment-info.js +28 -0
- package/dist/event-types/hooks/use-atom-get-all-event-types.d.ts +9 -0
- package/dist/event-types/hooks/use-atom-get-all-event-types.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-get-all-event-types.js +22 -0
- package/dist/event-types/hooks/use-atom-host-schedules.d.ts +14 -0
- package/dist/event-types/hooks/use-atom-host-schedules.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-host-schedules.js +32 -0
- package/dist/event-types/hooks/use-atom-update-event-type.d.ts +10 -0
- package/dist/event-types/hooks/use-atom-update-event-type.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-update-event-type.js +40 -0
- package/dist/event-types/hooks/use-event-type-form.d.ts +15 -0
- package/dist/event-types/hooks/use-event-type-form.d.ts.map +1 -0
- package/dist/event-types/hooks/use-event-type-form.js +334 -0
- package/dist/event-types/hooks/use-get-verified-emails.d.ts +3 -0
- package/dist/event-types/hooks/use-get-verified-emails.d.ts.map +1 -0
- package/dist/event-types/hooks/use-get-verified-emails.js +25 -0
- package/dist/event-types/hooks/use-handle-route-change.d.ts +15 -0
- package/dist/event-types/hooks/use-handle-route-change.d.ts.map +1 -0
- package/dist/event-types/hooks/use-handle-route-change.js +33 -0
- package/dist/event-types/hooks/use-locked-fields-manager-stub.d.ts +29 -0
- package/dist/event-types/hooks/use-locked-fields-manager-stub.d.ts.map +1 -0
- package/dist/event-types/hooks/use-locked-fields-manager-stub.js +21 -0
- package/dist/event-types/hooks/use-platform-tabs-navigations.d.ts +16 -0
- package/dist/event-types/hooks/use-platform-tabs-navigations.d.ts.map +1 -0
- package/dist/event-types/hooks/use-platform-tabs-navigations.js +69 -0
- package/dist/event-types/hooks/use-tabs-navigations.d.ts +40 -0
- package/dist/event-types/hooks/use-tabs-navigations.d.ts.map +1 -0
- package/dist/event-types/hooks/use-tabs-navigations.js +160 -0
- package/dist/event-types/hooks/use-team-event-assignment.d.ts +65 -0
- package/dist/event-types/hooks/use-team-event-assignment.d.ts.map +1 -0
- package/dist/event-types/hooks/use-team-event-assignment.js +77 -0
- package/dist/event-types/hooks/use-team-members-with-segment-platform.d.ts +36 -0
- package/dist/event-types/hooks/use-team-members-with-segment-platform.d.ts.map +1 -0
- package/dist/event-types/hooks/use-team-members-with-segment-platform.js +68 -0
- package/dist/event-types/index.d.ts +2 -0
- package/dist/event-types/index.d.ts.map +1 -0
- package/dist/event-types/index.js +4 -0
- package/dist/event-types/lib/format-event-type-duration.d.ts +13 -0
- package/dist/event-types/lib/format-event-type-duration.d.ts.map +1 -0
- package/dist/event-types/lib/format-event-type-duration.js +9 -0
- package/dist/event-types/payments/payment-form.d.ts +9 -0
- package/dist/event-types/payments/payment-form.d.ts.map +1 -0
- package/dist/event-types/payments/payment-form.js +110 -0
- package/dist/event-types/payments/payment-page-types.d.ts +48 -0
- package/dist/event-types/payments/payment-page-types.d.ts.map +1 -0
- package/dist/event-types/payments/payment-page-types.js +1 -0
- package/dist/event-types/payments/payment.d.ts +39 -0
- package/dist/event-types/payments/payment.d.ts.map +1 -0
- package/dist/event-types/payments/payment.js +56 -0
- package/dist/event-types/payments/stripe-payment-form.d.ts +9 -0
- package/dist/event-types/payments/stripe-payment-form.d.ts.map +1 -0
- package/dist/event-types/payments/stripe-payment-form.js +71 -0
- package/dist/event-types/types.d.ts +16 -0
- package/dist/event-types/types.d.ts.map +1 -0
- package/dist/event-types/types.js +1 -0
- package/dist/event-types/wrappers/create-event-type-platform-wrapper.d.ts +20 -0
- package/dist/event-types/wrappers/create-event-type-platform-wrapper.d.ts.map +1 -0
- package/dist/event-types/wrappers/create-event-type-platform-wrapper.js +100 -0
- package/dist/event-types/wrappers/event-recurring-tab-platform-wrapper.d.ts +4 -0
- package/dist/event-types/wrappers/event-recurring-tab-platform-wrapper.d.ts.map +1 -0
- package/dist/event-types/wrappers/event-recurring-tab-platform-wrapper.js +6 -0
- package/dist/event-types/wrappers/event-team-assignment-tab-platform-wrapper.d.ts +4 -0
- package/dist/event-types/wrappers/event-team-assignment-tab-platform-wrapper.d.ts.map +1 -0
- package/dist/event-types/wrappers/event-team-assignment-tab-platform-wrapper.js +6 -0
- package/dist/event-types/wrappers/event-type-platform-wrapper.d.ts +28 -0
- package/dist/event-types/wrappers/event-type-platform-wrapper.d.ts.map +1 -0
- package/dist/event-types/wrappers/event-type-platform-wrapper.js +240 -0
- package/dist/event-types/wrappers/list-event-types-platform-wrapper.d.ts +6 -0
- package/dist/event-types/wrappers/list-event-types-platform-wrapper.d.ts.map +1 -0
- package/dist/event-types/wrappers/list-event-types-platform-wrapper.js +59 -0
- package/dist/event-types/wrappers/types.d.ts +4 -0
- package/dist/event-types/wrappers/types.d.ts.map +1 -0
- package/dist/event-types/wrappers/types.js +1 -0
- package/dist/hooks/bookings/use-booking.d.ts +2 -0
- package/dist/hooks/bookings/use-booking.d.ts.map +1 -0
- package/dist/hooks/bookings/use-booking.js +22 -0
- package/dist/hooks/bookings/use-bookings.d.ts +6 -0
- package/dist/hooks/bookings/use-bookings.d.ts.map +1 -0
- package/dist/hooks/bookings/use-bookings.js +49 -0
- package/dist/hooks/bookings/use-cancel-booking.d.ts +23 -0
- package/dist/hooks/bookings/use-cancel-booking.d.ts.map +1 -0
- package/dist/hooks/bookings/use-cancel-booking.js +25 -0
- package/dist/hooks/bookings/use-create-booking.d.ts +11 -0
- package/dist/hooks/bookings/use-create-booking.d.ts.map +1 -0
- package/dist/hooks/bookings/use-create-booking.js +24 -0
- package/dist/hooks/bookings/use-create-instant-booking.d.ts +10 -0
- package/dist/hooks/bookings/use-create-instant-booking.d.ts.map +1 -0
- package/dist/hooks/bookings/use-create-instant-booking.js +24 -0
- package/dist/hooks/bookings/use-create-recurring-booking.d.ts +10 -0
- package/dist/hooks/bookings/use-create-recurring-booking.d.ts.map +1 -0
- package/dist/hooks/bookings/use-create-recurring-booking.js +20 -0
- package/dist/hooks/bookings/use-get-booking-for-reschedule.d.ts +10 -0
- package/dist/hooks/bookings/use-get-booking-for-reschedule.d.ts.map +1 -0
- package/dist/hooks/bookings/use-get-booking-for-reschedule.js +32 -0
- package/dist/hooks/bookings/use-handle-book-event.d.ts +26 -0
- package/dist/hooks/bookings/use-handle-book-event.d.ts.map +1 -0
- package/dist/hooks/bookings/use-handle-book-event.js +70 -0
- package/dist/hooks/calendars/use-add-selected-calendar.d.ts +21 -0
- package/dist/hooks/calendars/use-add-selected-calendar.d.ts.map +1 -0
- package/dist/hooks/calendars/use-add-selected-calendar.js +27 -0
- package/dist/hooks/calendars/use-delete-calendar-credentials.d.ts +22 -0
- package/dist/hooks/calendars/use-delete-calendar-credentials.d.ts.map +1 -0
- package/dist/hooks/calendars/use-delete-calendar-credentials.js +33 -0
- package/dist/hooks/calendars/use-remove-selected-calendar.d.ts +21 -0
- package/dist/hooks/calendars/use-remove-selected-calendar.d.ts.map +1 -0
- package/dist/hooks/calendars/use-remove-selected-calendar.js +28 -0
- package/dist/hooks/calendars/use-update-destination-calendars.d.ts +21 -0
- package/dist/hooks/calendars/use-update-destination-calendars.d.ts.map +1 -0
- package/dist/hooks/calendars/use-update-destination-calendars.js +28 -0
- package/dist/hooks/connect/use-check.d.ts +21 -0
- package/dist/hooks/connect/use-check.d.ts.map +1 -0
- package/dist/hooks/connect/use-check.js +32 -0
- package/dist/hooks/connect/use-connect.d.ts +18 -0
- package/dist/hooks/connect/use-connect.d.ts.map +1 -0
- package/dist/hooks/connect/use-connect.js +57 -0
- package/dist/hooks/event-types/private/use-create-event-type-form.d.ts +8 -0
- package/dist/hooks/event-types/private/use-create-event-type-form.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-create-event-type-form.js +19 -0
- package/dist/hooks/event-types/private/use-create-event-type.d.ts +9 -0
- package/dist/hooks/event-types/private/use-create-event-type.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-create-event-type.js +24 -0
- package/dist/hooks/event-types/private/use-create-team-event-type.d.ts +13 -0
- package/dist/hooks/event-types/private/use-create-team-event-type.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-create-team-event-type.js +29 -0
- package/dist/hooks/event-types/private/use-delete-event-type-by-id.d.ts +9 -0
- package/dist/hooks/event-types/private/use-delete-event-type-by-id.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-delete-event-type-by-id.js +23 -0
- package/dist/hooks/event-types/private/use-delete-team-event-type-by-id.d.ts +15 -0
- package/dist/hooks/event-types/private/use-delete-team-event-type-by-id.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-delete-team-event-type-by-id.js +33 -0
- package/dist/hooks/event-types/private/use-event-type-by-id.d.ts +4 -0
- package/dist/hooks/event-types/private/use-event-type-by-id.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-event-type-by-id.js +22 -0
- package/dist/hooks/event-types/public/use-atom-get-public-event.d.ts +13 -0
- package/dist/hooks/event-types/public/use-atom-get-public-event.d.ts.map +1 -0
- package/dist/hooks/event-types/public/use-atom-get-public-event.js +41 -0
- package/dist/hooks/event-types/public/use-event-type.d.ts +5 -0
- package/dist/hooks/event-types/public/use-event-type.d.ts.map +1 -0
- package/dist/hooks/event-types/public/use-event-type.js +32 -0
- package/dist/hooks/event-types/public/use-event-types.d.ts +4 -0
- package/dist/hooks/event-types/public/use-event-types.d.ts.map +1 -0
- package/dist/hooks/event-types/public/use-event-types.js +22 -0
- package/dist/hooks/event-types/public/use-team-event-type.d.ts +4 -0
- package/dist/hooks/event-types/public/use-team-event-type.d.ts.map +1 -0
- package/dist/hooks/event-types/public/use-team-event-type.js +26 -0
- package/dist/hooks/event-types/public/use-team-event-types.d.ts +4 -0
- package/dist/hooks/event-types/public/use-team-event-types.d.ts.map +1 -0
- package/dist/hooks/event-types/public/use-team-event-types.js +24 -0
- package/dist/hooks/organizations/bookings/use-organization-bookings.d.ts +4 -0
- package/dist/hooks/organizations/bookings/use-organization-bookings.d.ts.map +1 -0
- package/dist/hooks/organizations/bookings/use-organization-bookings.js +27 -0
- package/dist/hooks/organizations/bookings/use-organization-user-bookings.d.ts +4 -0
- package/dist/hooks/organizations/bookings/use-organization-user-bookings.d.ts.map +1 -0
- package/dist/hooks/organizations/bookings/use-organization-user-bookings.js +24 -0
- package/dist/hooks/schedules/types.d.ts +37 -0
- package/dist/hooks/schedules/types.d.ts.map +1 -0
- package/dist/hooks/schedules/types.js +1 -0
- package/dist/hooks/schedules/use-atom-create-schedule.d.ts +9 -0
- package/dist/hooks/schedules/use-atom-create-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-atom-create-schedule.js +26 -0
- package/dist/hooks/schedules/use-atom-duplicate-schedule.d.ts +11 -0
- package/dist/hooks/schedules/use-atom-duplicate-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-atom-duplicate-schedule.js +28 -0
- package/dist/hooks/schedules/use-atom-get-all-schedules.d.ts +9 -0
- package/dist/hooks/schedules/use-atom-get-all-schedules.d.ts.map +1 -0
- package/dist/hooks/schedules/use-atom-get-all-schedules.js +22 -0
- package/dist/hooks/schedules/use-atom-schedule.d.ts +8 -0
- package/dist/hooks/schedules/use-atom-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-atom-schedule.js +24 -0
- package/dist/hooks/schedules/use-atom-update-schedule.d.ts +11 -0
- package/dist/hooks/schedules/use-atom-update-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-atom-update-schedule.js +28 -0
- package/dist/hooks/schedules/use-delete-schedule.d.ts +11 -0
- package/dist/hooks/schedules/use-delete-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-delete-schedule.js +32 -0
- package/dist/hooks/schedules/use-ensure-default-schedule.d.ts +3 -0
- package/dist/hooks/schedules/use-ensure-default-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-ensure-default-schedule.js +12 -0
- package/dist/hooks/schedules/use-schedule.d.ts +7 -0
- package/dist/hooks/schedules/use-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-schedule.js +24 -0
- package/dist/hooks/schedules/use-schedules.d.ts +7 -0
- package/dist/hooks/schedules/use-schedules.d.ts.map +1 -0
- package/dist/hooks/schedules/use-schedules.js +24 -0
- package/dist/hooks/schedules/use-update-schedule.d.ts +10 -0
- package/dist/hooks/schedules/use-update-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-update-schedule.js +28 -0
- package/dist/hooks/stripe/use-check.d.ts +22 -0
- package/dist/hooks/stripe/use-check.d.ts.map +1 -0
- package/dist/hooks/stripe/use-check.js +38 -0
- package/dist/hooks/stripe/use-connect.d.ts +5 -0
- package/dist/hooks/stripe/use-connect.d.ts.map +1 -0
- package/dist/hooks/stripe/use-connect.js +37 -0
- package/dist/hooks/teams/use-team-members.d.ts +10 -0
- package/dist/hooks/teams/use-team-members.d.ts.map +1 -0
- package/dist/hooks/teams/use-team-members.js +25 -0
- package/dist/hooks/teams/use-teams.d.ts +7 -0
- package/dist/hooks/teams/use-teams.d.ts.map +1 -0
- package/dist/hooks/teams/use-teams.js +24 -0
- package/dist/hooks/use-api-keys.d.ts +9 -0
- package/dist/hooks/use-api-keys.d.ts.map +1 -0
- package/dist/hooks/use-api-keys.js +6 -0
- package/dist/hooks/use-atoms-context.d.ts +32 -0
- package/dist/hooks/use-atoms-context.d.ts.map +1 -0
- package/dist/hooks/use-atoms-context.js +15 -0
- package/dist/hooks/use-atoms-locale.d.ts +3 -0
- package/dist/hooks/use-atoms-locale.d.ts.map +1 -0
- package/dist/hooks/use-atoms-locale.js +9 -0
- package/dist/hooks/use-available-slots.d.ts +7 -0
- package/dist/hooks/use-available-slots.d.ts.map +1 -0
- package/dist/hooks/use-available-slots.js +35 -0
- package/dist/hooks/use-calendars-busy-times.d.ts +12 -0
- package/dist/hooks/use-calendars-busy-times.d.ts.map +1 -0
- package/dist/hooks/use-calendars-busy-times.js +39 -0
- package/dist/hooks/use-connected-calendars.d.ts +6 -0
- package/dist/hooks/use-connected-calendars.d.ts.map +1 -0
- package/dist/hooks/use-connected-calendars.js +23 -0
- package/dist/hooks/use-delete-selected-slot.d.ts +8 -0
- package/dist/hooks/use-delete-selected-slot.d.ts.map +1 -0
- package/dist/hooks/use-delete-selected-slot.js +27 -0
- package/dist/hooks/use-event-types-list.d.ts +18 -0
- package/dist/hooks/use-event-types-list.d.ts.map +1 -0
- package/dist/hooks/use-event-types-list.js +23 -0
- package/dist/hooks/use-get-city-timezones.d.ts +10 -0
- package/dist/hooks/use-get-city-timezones.d.ts.map +1 -0
- package/dist/hooks/use-get-city-timezones.js +21 -0
- package/dist/hooks/use-is-platform-booker-embed.d.ts +2 -0
- package/dist/hooks/use-is-platform-booker-embed.d.ts.map +1 -0
- package/dist/hooks/use-is-platform-booker-embed.js +8 -0
- package/dist/hooks/use-is-platform.d.ts +2 -0
- package/dist/hooks/use-is-platform.d.ts.map +1 -0
- package/dist/hooks/use-is-platform.js +8 -0
- package/dist/hooks/use-me.d.ts +9 -0
- package/dist/hooks/use-me.d.ts.map +1 -0
- package/dist/hooks/use-me.js +23 -0
- package/dist/hooks/use-o-auth-client.d.ts +18 -0
- package/dist/hooks/use-o-auth-client.d.ts.map +1 -0
- package/dist/hooks/use-o-auth-client.js +35 -0
- package/dist/hooks/use-o-auth-flow.d.ts +15 -0
- package/dist/hooks/use-o-auth-flow.d.ts.map +1 -0
- package/dist/hooks/use-o-auth-flow.js +79 -0
- package/dist/hooks/use-reserve-slot.d.ts +8 -0
- package/dist/hooks/use-reserve-slot.d.ts.map +1 -0
- package/dist/hooks/use-reserve-slot.js +25 -0
- package/dist/hooks/use-schedule-by-event-slug.d.ts +16 -0
- package/dist/hooks/use-schedule-by-event-slug.d.ts.map +1 -0
- package/dist/hooks/use-schedule-by-event-slug.js +23 -0
- package/dist/hooks/use-slots.d.ts +24 -0
- package/dist/hooks/use-slots.d.ts.map +1 -0
- package/dist/hooks/use-slots.js +72 -0
- package/dist/hooks/use-timezone.d.ts +2 -0
- package/dist/hooks/use-timezone.d.ts.map +1 -0
- package/dist/hooks/use-timezone.js +14 -0
- package/dist/hooks/use-update-user-timezone.d.ts +7 -0
- package/dist/hooks/use-update-user-timezone.d.ts.map +1 -0
- package/dist/hooks/use-update-user-timezone.js +21 -0
- package/dist/hooks/use-verify-code.d.ts +18 -0
- package/dist/hooks/use-verify-code.d.ts.map +1 -0
- package/dist/hooks/use-verify-code.js +58 -0
- package/dist/hooks/use-verify-email.d.ts +20 -0
- package/dist/hooks/use-verify-email.d.ts.map +1 -0
- package/dist/hooks/use-verify-email.js +63 -0
- package/dist/index.d.ts +162 -6258
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +333 -0
- package/dist/lib/append-client-id-to-email.d.ts +2 -0
- package/dist/lib/append-client-id-to-email.d.ts.map +1 -0
- package/dist/lib/append-client-id-to-email.js +7 -0
- package/dist/lib/get-placeholder-content.d.ts +16 -0
- package/dist/lib/get-placeholder-content.d.ts.map +1 -0
- package/dist/lib/get-placeholder-content.js +13 -0
- package/dist/lib/get-query-param.d.ts +3 -0
- package/dist/lib/get-query-param.d.ts.map +1 -0
- package/dist/lib/get-query-param.js +7 -0
- package/dist/lib/get-utm-tracking-parameters.d.ts +5 -0
- package/dist/lib/get-utm-tracking-parameters.d.ts.map +1 -0
- package/dist/lib/get-utm-tracking-parameters.js +10 -0
- package/dist/lib/http.d.ts +24 -0
- package/dist/lib/http.d.ts.map +1 -0
- package/dist/lib/http.js +68 -0
- package/dist/lib/markdown-to-safe-html-client.d.ts +8 -0
- package/dist/lib/markdown-to-safe-html-client.d.ts.map +1 -0
- package/dist/lib/markdown-to-safe-html-client.js +24 -0
- package/dist/lib/markdown-to-safe-html.d.ts +2 -0
- package/dist/lib/markdown-to-safe-html.d.ts.map +1 -0
- package/dist/lib/markdown-to-safe-html.js +11 -0
- package/dist/lib/set-query-param.d.ts +3 -0
- package/dist/lib/set-query-param.d.ts.map +1 -0
- package/dist/lib/set-query-param.js +7 -0
- package/dist/lib/time-zones.d.ts +15 -0
- package/dist/lib/time-zones.d.ts.map +1 -0
- package/dist/lib/time-zones.js +10 -0
- package/dist/lib/use-locale.d.ts +9 -0
- package/dist/lib/use-locale.d.ts.map +1 -0
- package/dist/lib/use-locale.js +13 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/lib/utils.js +8 -0
- package/dist/list-schedules/components/schedule-list-item.d.ts +39 -0
- package/dist/list-schedules/components/schedule-list-item.d.ts.map +1 -0
- package/dist/list-schedules/components/schedule-list-item.js +122 -0
- package/dist/list-schedules/index.d.ts +2 -0
- package/dist/list-schedules/index.d.ts.map +1 -0
- package/dist/list-schedules/index.js +4 -0
- package/dist/list-schedules/wrappers/list-schedules-platform-wrapper.d.ts +6 -0
- package/dist/list-schedules/wrappers/list-schedules-platform-wrapper.d.ts.map +1 -0
- package/dist/list-schedules/wrappers/list-schedules-platform-wrapper.js +99 -0
- package/dist/node_modules/.bun/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/esm/extends.js +12 -0
- package/dist/node_modules/.bun/@floating-ui_core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.js +532 -0
- package/dist/node_modules/.bun/@floating-ui_dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +403 -0
- 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
- package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +136 -0
- package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +128 -0
- package/dist/node_modules/.bun/@radix-ui_primitive@1.0.1/node_modules/@radix-ui/primitive/dist/index.js +8 -0
- package/dist/node_modules/.bun/@radix-ui_react-arrow@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-arrow/dist/index.js +19 -0
- 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
- package/dist/node_modules/.bun/@radix-ui_react-context@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-context/dist/index.js +85 -0
- 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
- 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
- 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
- package/dist/node_modules/.bun/@radix-ui_react-popover@1.0.6_20d1060667f1d6f1/node_modules/@radix-ui/react-popover/dist/index.js +213 -0
- package/dist/node_modules/.bun/@radix-ui_react-popper@1.1.2_20d1060667f1d6f1/node_modules/@radix-ui/react-popper/dist/index.js +215 -0
- package/dist/node_modules/.bun/@radix-ui_react-portal@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-portal/dist/index.js +14 -0
- package/dist/node_modules/.bun/@radix-ui_react-presence@1.0.1_20d1060667f1d6f1/node_modules/@radix-ui/react-presence/dist/index.js +81 -0
- package/dist/node_modules/.bun/@radix-ui_react-primitive@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-primitive/dist/index.js +44 -0
- package/dist/node_modules/.bun/@radix-ui_react-slot@1.0.2_18a90a95e6705280/node_modules/@radix-ui/react-slot/dist/index.js +53 -0
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.bun/aria-hidden@1.2.6/node_modules/aria-hidden/dist/es2015/index.js +52 -0
- package/dist/node_modules/.bun/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js +7 -0
- 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
- 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
- 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
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/Combination.js +11 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +109 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/UI.js +31 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +16 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +62 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/medium.js +5 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/sidecar.js +7 -0
- package/dist/node_modules/.bun/react-style-singleton@2.2.3_18a90a95e6705280/node_modules/react-style-singleton/dist/es2015/component.js +11 -0
- package/dist/node_modules/.bun/react-style-singleton@2.2.3_18a90a95e6705280/node_modules/react-style-singleton/dist/es2015/hook.js +15 -0
- package/dist/node_modules/.bun/react-style-singleton@2.2.3_18a90a95e6705280/node_modules/react-style-singleton/dist/es2015/singleton.js +30 -0
- package/dist/node_modules/.bun/tslib@2.8.1/node_modules/tslib/tslib.es6.js +27 -0
- package/dist/node_modules/.bun/use-callback-ref@1.3.3_18a90a95e6705280/node_modules/use-callback-ref/dist/es2015/assignRef.js +6 -0
- package/dist/node_modules/.bun/use-callback-ref@1.3.3_18a90a95e6705280/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +26 -0
- package/dist/node_modules/.bun/use-callback-ref@1.3.3_18a90a95e6705280/node_modules/use-callback-ref/dist/es2015/useRef.js +25 -0
- package/dist/node_modules/.bun/use-sidecar@1.1.3_18a90a95e6705280/node_modules/use-sidecar/dist/es2015/exports.js +18 -0
- package/dist/node_modules/.bun/use-sidecar@1.1.3_18a90a95e6705280/node_modules/use-sidecar/dist/es2015/medium.js +67 -0
- package/dist/onboarding/continue-with-calcom.d.ts +3 -0
- package/dist/onboarding/continue-with-calcom.d.ts.map +1 -0
- package/dist/onboarding/continue-with-calcom.js +429 -0
- package/dist/onboarding/export.d.ts +3 -0
- package/dist/onboarding/export.d.ts.map +1 -0
- package/dist/onboarding/onboarding-embed.d.ts +3 -0
- package/dist/onboarding/onboarding-embed.d.ts.map +1 -0
- package/dist/onboarding/onboarding-embed.js +182 -0
- package/dist/onboarding/types.d.ts +31 -0
- package/dist/onboarding/types.d.ts.map +1 -0
- package/dist/onboarding/types.js +1 -0
- package/dist/router/index.d.ts +2 -0
- package/dist/router/index.d.ts.map +1 -0
- package/dist/router/index.js +4 -0
- package/dist/router/router.d.ts +30 -0
- package/dist/router/router.d.ts.map +1 -0
- package/dist/router/router.js +65 -0
- package/dist/selected-calendars/index.d.ts +2 -0
- package/dist/selected-calendars/index.d.ts.map +1 -0
- package/dist/selected-calendars/index.js +4 -0
- package/dist/selected-calendars/selected-calendars-settings.d.ts +6 -0
- package/dist/selected-calendars/selected-calendars-settings.d.ts.map +1 -0
- package/dist/selected-calendars/selected-calendars-settings.js +6 -0
- package/dist/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.d.ts +38 -0
- package/dist/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.js +306 -0
- package/dist/timezone/index.d.ts +6 -0
- package/dist/timezone/index.d.ts.map +1 -0
- package/dist/timezone/index.js +33 -0
- package/dist/timezone/timezone-select-component.d.ts +15 -0
- package/dist/timezone/timezone-select-component.d.ts.map +1 -0
- package/dist/timezone/timezone-select-component.js +136 -0
- package/dist/troubleshooter/components/calendar-toggle-container-component.d.ts +31 -0
- package/dist/troubleshooter/components/calendar-toggle-container-component.d.ts.map +1 -0
- package/dist/troubleshooter/components/calendar-toggle-container-component.js +81 -0
- package/dist/troubleshooter/components/event-schedule-item-component.d.ts +12 -0
- package/dist/troubleshooter/components/event-schedule-item-component.d.ts.map +1 -0
- package/dist/troubleshooter/components/event-schedule-item-component.js +28 -0
- package/dist/troubleshooter/components/event-type-select-component.d.ts +18 -0
- package/dist/troubleshooter/components/event-type-select-component.d.ts.map +1 -0
- package/dist/troubleshooter/components/event-type-select-component.js +75 -0
- package/dist/troubleshooter/components/troubleshooter-list-item-container.d.ts +12 -0
- package/dist/troubleshooter/components/troubleshooter-list-item-container.d.ts.map +1 -0
- package/dist/troubleshooter/components/troubleshooter-list-item-container.js +31 -0
- package/dist/troubleshooter/index.d.ts +2 -0
- package/dist/troubleshooter/index.d.ts.map +1 -0
- package/dist/troubleshooter/index.js +4 -0
- package/dist/troubleshooter/large-calendar/large-calendar.d.ts +6 -0
- package/dist/troubleshooter/large-calendar/large-calendar.d.ts.map +1 -0
- package/dist/troubleshooter/large-calendar/large-calendar.js +10 -0
- package/dist/troubleshooter/sidebar/calendar-toggle-container.d.ts +7 -0
- package/dist/troubleshooter/sidebar/calendar-toggle-container.d.ts.map +1 -0
- package/dist/troubleshooter/sidebar/calendar-toggle-container.js +22 -0
- package/dist/troubleshooter/sidebar/event-schedule-item.d.ts +2 -0
- package/dist/troubleshooter/sidebar/event-schedule-item.d.ts.map +1 -0
- package/dist/troubleshooter/sidebar/event-schedule-item.js +13 -0
- package/dist/troubleshooter/sidebar/event-type-select.d.ts +2 -0
- package/dist/troubleshooter/sidebar/event-type-select.d.ts.map +1 -0
- package/dist/troubleshooter/sidebar/event-type-select.js +10 -0
- package/dist/troubleshooter/sidebar/troubleshooter-sidebar.d.ts +17 -0
- package/dist/troubleshooter/sidebar/troubleshooter-sidebar.d.ts.map +1 -0
- package/dist/troubleshooter/sidebar/troubleshooter-sidebar.js +28 -0
- package/dist/troubleshooter/store.d.ts +30 -0
- package/dist/troubleshooter/store.d.ts.map +1 -0
- package/dist/troubleshooter/store.js +52 -0
- package/dist/troubleshooter/types.d.ts +11 -0
- package/dist/troubleshooter/types.d.ts.map +1 -0
- package/dist/troubleshooter/types.js +1 -0
- package/dist/troubleshooter/wrappers/troubleshooter-platform-wrapper.d.ts +14 -0
- package/dist/troubleshooter/wrappers/troubleshooter-platform-wrapper.d.ts.map +1 -0
- package/dist/troubleshooter/wrappers/troubleshooter-platform-wrapper.js +68 -0
- package/dist/types.d.ts +8 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +1 -0
- package/dist/vendor/analytics.d.ts +17 -0
- package/dist/vendor/analytics.d.ts.map +1 -0
- package/dist/vendor/analytics.js +8 -0
- package/dist/vendor/availability.d.ts +15 -0
- package/dist/vendor/availability.d.ts.map +1 -0
- package/dist/vendor/availability.js +27 -0
- package/dist/vendor/avatar-url.d.ts +23 -0
- package/dist/vendor/avatar-url.d.ts.map +1 -0
- package/dist/vendor/avatar-url.js +18 -0
- package/dist/vendor/booker-url.d.ts +13 -0
- package/dist/vendor/booker-url.d.ts.map +1 -0
- package/dist/vendor/booker-url.js +14 -0
- package/dist/vendor/booking-to-mutation-input.d.ts +96 -0
- package/dist/vendor/booking-to-mutation-input.d.ts.map +1 -0
- package/dist/vendor/booking-to-mutation-input.js +73 -0
- package/dist/vendor/cal-ai-phone.d.ts +4 -0
- package/dist/vendor/cal-ai-phone.d.ts.map +1 -0
- package/dist/vendor/cal-ai-phone.js +31 -0
- package/dist/vendor/check-for-empty-assignment.d.ts +16 -0
- package/dist/vendor/check-for-empty-assignment.d.ts.map +1 -0
- package/dist/vendor/check-for-empty-assignment.js +11 -0
- package/dist/vendor/children-event-type.d.ts +44 -0
- package/dist/vendor/children-event-type.d.ts.map +1 -0
- package/dist/vendor/children-event-type.js +14 -0
- package/dist/vendor/currency.d.ts +3 -0
- package/dist/vendor/currency.d.ts.map +1 -0
- package/dist/vendor/currency.js +34 -0
- package/dist/vendor/dayjs/index.d.ts +5 -0
- package/dist/vendor/dayjs/index.d.ts.map +1 -0
- package/dist/vendor/dayjs/index.js +27 -0
- package/dist/vendor/dayjs/plugins/business-days-plugin.d.ts +11 -0
- package/dist/vendor/dayjs/plugins/business-days-plugin.d.ts.map +1 -0
- package/dist/vendor/dayjs/plugins/business-days-plugin.js +70 -0
- package/dist/vendor/dayjs-utils.d.ts +4 -0
- package/dist/vendor/dayjs-utils.d.ts.map +1 -0
- package/dist/vendor/dayjs-utils.js +10 -0
- package/dist/vendor/error-codes.d.ts +40 -0
- package/dist/vendor/error-codes.d.ts.map +1 -0
- package/dist/vendor/error-codes.js +4 -0
- package/dist/vendor/event-naming.d.ts +33 -0
- package/dist/vendor/event-naming.d.ts.map +1 -0
- package/dist/vendor/event-naming.js +9 -0
- package/dist/vendor/form-builder/base-schema.d.ts +917 -0
- package/dist/vendor/form-builder/base-schema.d.ts.map +1 -0
- package/dist/vendor/form-builder/base-schema.js +98 -0
- package/dist/vendor/form-builder/field-type-enum.d.ts +4 -0
- package/dist/vendor/form-builder/field-type-enum.d.ts.map +1 -0
- package/dist/vendor/form-builder/field-type-enum.js +21 -0
- package/dist/vendor/form-builder/field-types.d.ts +5 -0
- package/dist/vendor/form-builder/field-types.d.ts.map +1 -0
- package/dist/vendor/form-builder/field-types.js +156 -0
- package/dist/vendor/form-builder/fields-that-support-label-as-safe-html.d.ts +3 -0
- package/dist/vendor/form-builder/fields-that-support-label-as-safe-html.d.ts.map +1 -0
- package/dist/vendor/form-builder/fields-that-support-label-as-safe-html.js +4 -0
- package/dist/vendor/form-builder/props-types.d.ts +18 -0
- package/dist/vendor/form-builder/props-types.d.ts.map +1 -0
- package/dist/vendor/form-builder/props-types.js +20 -0
- package/dist/vendor/form-builder/schema.d.ts +761 -0
- package/dist/vendor/form-builder/schema.d.ts.map +1 -0
- package/dist/vendor/form-builder/schema.js +174 -0
- package/dist/vendor/form-builder/system-field.d.ts +9 -0
- package/dist/vendor/form-builder/system-field.d.ts.map +1 -0
- package/dist/vendor/form-builder/system-field.js +29 -0
- package/dist/vendor/form-builder/use-should-be-disabled-due-to-prefill.d.ts +12 -0
- package/dist/vendor/form-builder/use-should-be-disabled-due-to-prefill.d.ts.map +1 -0
- package/dist/vendor/form-builder/use-should-be-disabled-due-to-prefill.js +45 -0
- package/dist/vendor/form-builder/utils/get-field-identifier.d.ts +2 -0
- package/dist/vendor/form-builder/utils/get-field-identifier.d.ts.map +1 -0
- package/dist/vendor/form-builder/utils/get-field-identifier.js +5 -0
- package/dist/vendor/form-builder/utils/variants-config.d.ts +40 -0
- package/dist/vendor/form-builder/utils/variants-config.d.ts.map +1 -0
- package/dist/vendor/form-builder/utils/variants-config.js +49 -0
- package/dist/vendor/form-builder/utils.d.ts +7 -0
- package/dist/vendor/form-builder/utils.d.ts.map +1 -0
- package/dist/vendor/form-builder/utils.js +25 -0
- package/dist/vendor/form-builder-widgets/index.d.ts +49 -0
- package/dist/vendor/form-builder-widgets/index.d.ts.map +1 -0
- package/dist/vendor/form-builder-widgets/index.js +128 -0
- package/dist/vendor/format-date-time.d.ts +15 -0
- package/dist/vendor/format-date-time.d.ts.map +1 -0
- package/dist/vendor/format-date-time.js +72 -0
- package/dist/vendor/get-available-dates-in-month.d.ts +12 -0
- package/dist/vendor/get-available-dates-in-month.d.ts.map +1 -0
- package/dist/vendor/get-available-dates-in-month.js +20 -0
- package/dist/vendor/get-avatar-url.d.ts +5 -0
- package/dist/vendor/get-avatar-url.d.ts.map +1 -0
- package/dist/vendor/get-avatar-url.js +7 -0
- package/dist/vendor/get-routed-team-member-ids.d.ts +2 -0
- package/dist/vendor/get-routed-team-member-ids.d.ts.map +1 -0
- package/dist/vendor/get-routed-team-member-ids.js +7 -0
- package/dist/vendor/get-stripe.d.ts +7 -0
- package/dist/vendor/get-stripe.d.ts.map +1 -0
- package/dist/vendor/get-stripe.js +8 -0
- package/dist/vendor/get-username-list.d.ts +2 -0
- package/dist/vendor/get-username-list.d.ts.map +1 -0
- package/dist/vendor/get-username-list.js +8 -0
- package/dist/vendor/hooks/use-debounce.d.ts +2 -0
- package/dist/vendor/hooks/use-debounce.d.ts.map +1 -0
- package/dist/vendor/hooks/use-debounce.js +15 -0
- package/dist/vendor/hooks/use-media-query.d.ts +3 -0
- package/dist/vendor/hooks/use-media-query.d.ts.map +1 -0
- package/dist/vendor/hooks/use-media-query.js +15 -0
- package/dist/vendor/hooks/use-router-query.d.ts +2 -0
- package/dist/vendor/hooks/use-router-query.d.ts.map +1 -0
- package/dist/vendor/hooks/use-router-query.js +25 -0
- package/dist/vendor/host-group-utils.d.ts +19 -0
- package/dist/vendor/host-group-utils.d.ts.map +1 -0
- package/dist/vendor/host-group-utils.js +27 -0
- package/dist/vendor/interval-limit.d.ts +6 -0
- package/dist/vendor/interval-limit.d.ts.map +1 -0
- package/dist/vendor/interval-limit.js +8 -0
- package/dist/vendor/invert-logo-on-dark.d.ts +2 -0
- package/dist/vendor/invert-logo-on-dark.d.ts.map +1 -0
- package/dist/vendor/invert-logo-on-dark.js +6 -0
- package/dist/vendor/locales/de/common.json.d.ts +319 -0
- package/dist/vendor/locales/de/common.json.js +626 -0
- package/dist/vendor/locales/en/common.json.d.ts +319 -0
- package/dist/vendor/locales/en/common.json.js +626 -0
- package/dist/vendor/locales/es/common.json.d.ts +319 -0
- package/dist/vendor/locales/es/common.json.js +626 -0
- package/dist/vendor/locales/fr/common.json.d.ts +319 -0
- package/dist/vendor/locales/fr/common.json.js +626 -0
- package/dist/vendor/locales/it/common.json.d.ts +319 -0
- package/dist/vendor/locales/it/common.json.js +626 -0
- package/dist/vendor/locales/nl/common.json.d.ts +319 -0
- package/dist/vendor/locales/nl/common.json.js +626 -0
- package/dist/vendor/locales/pt-BR/common.json.d.ts +319 -0
- package/dist/vendor/locales/pt-BR/common.json.js +626 -0
- package/dist/vendor/locations-resolver.d.ts +38 -0
- package/dist/vendor/locations-resolver.d.ts.map +1 -0
- package/dist/vendor/locations-resolver.js +16 -0
- package/dist/vendor/locations.d.ts +58 -0
- package/dist/vendor/locations.d.ts.map +1 -0
- package/dist/vendor/locations.js +168 -0
- package/dist/vendor/parse-dates.d.ts +18 -0
- package/dist/vendor/parse-dates.d.ts.map +1 -0
- package/dist/vendor/parse-dates.js +56 -0
- package/dist/vendor/payments.d.ts +50 -0
- package/dist/vendor/payments.d.ts.map +1 -0
- package/dist/vendor/payments.js +48 -0
- package/dist/vendor/phone-input/phone-input.d.ts +17 -0
- package/dist/vendor/phone-input/phone-input.d.ts.map +1 -0
- package/dist/vendor/phone-input/phone-input.js +84 -0
- package/dist/vendor/phone-input/phone-masks.d.ts +8 -0
- package/dist/vendor/phone-input/phone-masks.d.ts.map +1 -0
- package/dist/vendor/phone-input/phone-masks.js +10 -0
- package/dist/vendor/query-param.d.ts +4 -0
- package/dist/vendor/query-param.d.ts.map +1 -0
- package/dist/vendor/query-param.js +23 -0
- package/dist/vendor/recurring.d.ts +27 -0
- package/dist/vendor/recurring.d.ts.map +1 -0
- package/dist/vendor/recurring.js +24 -0
- package/dist/vendor/schedule-list-item.d.ts +55 -0
- package/dist/vendor/schedule-list-item.d.ts.map +1 -0
- package/dist/vendor/schedule-list-item.js +12 -0
- package/dist/vendor/scroll.d.ts +2 -0
- package/dist/vendor/scroll.d.ts.map +1 -0
- package/dist/vendor/scroll.js +6 -0
- package/dist/vendor/server-trans.d.ts +25 -0
- package/dist/vendor/server-trans.d.ts.map +1 -0
- package/dist/vendor/server-trans.js +38 -0
- package/dist/vendor/slugify.d.ts +3 -0
- package/dist/vendor/slugify.d.ts.map +1 -0
- package/dist/vendor/slugify.js +13 -0
- package/dist/vendor/time-format.d.ts +10 -0
- package/dist/vendor/time-format.d.ts.map +1 -0
- package/dist/vendor/time-format.js +18 -0
- package/dist/vendor/time-preferences.d.ts +14 -0
- package/dist/vendor/time-preferences.d.ts.map +1 -0
- package/dist/vendor/time-preferences.js +18 -0
- package/dist/vendor/time-shift.d.ts +6 -0
- package/dist/vendor/time-shift.d.ts.map +1 -0
- package/dist/vendor/time-shift.js +19 -0
- package/dist/vendor/timezone-constants.d.ts +3 -0
- package/dist/vendor/timezone-constants.d.ts.map +1 -0
- package/dist/vendor/timezone-constants.js +8 -0
- package/dist/vendor/timezone.d.ts +10 -0
- package/dist/vendor/timezone.d.ts.map +1 -0
- package/dist/vendor/timezone.js +66 -0
- package/dist/vendor/validate-booker-layouts.d.ts +8 -0
- package/dist/vendor/validate-booker-layouts.d.ts.map +1 -0
- package/dist/vendor/validate-booker-layouts.js +18 -0
- package/dist/vendor/webstorage.d.ts +18 -0
- package/dist/vendor/webstorage.d.ts.map +1 -0
- package/dist/vendor/webstorage.js +77 -0
- package/dist/vendor/weekday.d.ts +5 -0
- package/dist/vendor/weekday.d.ts.map +1 -0
- package/dist/vendor/weekday.js +20 -0
- package/dist/vendor/weekstart.d.ts +3 -0
- package/dist/vendor/weekstart.d.ts.map +1 -0
- package/dist/vendor/weekstart.js +19 -0
- package/package.json +333 -5
- package/dist/cal-atoms.js +0 -191
- package/dist/index-CX3mF0eE.js +0 -22128
- package/dist/stripe-payment-form-BkyG0n4F.js +0 -118
- /package/dist/{cal-atoms.css → atoms.css} +0 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { useState as m, useRef as p, useCallback as e } from "react";
|
|
2
|
+
import "../../contracts/bookings.js";
|
|
3
|
+
import { SchedulingType as h } from "../../contracts/event-types.js";
|
|
4
|
+
function C() {
|
|
5
|
+
const [s, n] = m(!1), r = p(!1), t = e(
|
|
6
|
+
({
|
|
7
|
+
schedulingType: i,
|
|
8
|
+
oldAssignAllTeamMembers: l,
|
|
9
|
+
newAssignAllTeamMembers: u
|
|
10
|
+
}) => {
|
|
11
|
+
const f = r.current;
|
|
12
|
+
return u && !l && i === h.MANAGED && !f;
|
|
13
|
+
},
|
|
14
|
+
[]
|
|
15
|
+
), o = e(() => n(!0), []), a = e(() => {
|
|
16
|
+
r.current = !0, n(!1);
|
|
17
|
+
}, []), c = e(() => n(!1), []);
|
|
18
|
+
return { isOpen: s, shouldShowWarning: t, show: o, confirm: a, cancel: c };
|
|
19
|
+
}
|
|
20
|
+
export {
|
|
21
|
+
C as useAssignAllManagedWarning
|
|
22
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { AtomApp as App, AtomCredentialDataWithTeamName as CredentialDataWithTeamName, AtomLocationOption as LocationOption } from '../../contracts';
|
|
2
|
+
type UserTeams = [] | {
|
|
3
|
+
teamId: number;
|
|
4
|
+
name: string;
|
|
5
|
+
logoUrl: string | null;
|
|
6
|
+
credentialId: number;
|
|
7
|
+
isAdmin: boolean;
|
|
8
|
+
}[];
|
|
9
|
+
type EnabledAppType = App & {
|
|
10
|
+
credential: CredentialDataWithTeamName;
|
|
11
|
+
credentials: CredentialDataWithTeamName[];
|
|
12
|
+
userCredentialIds: number[];
|
|
13
|
+
locationOption: LocationOption | null;
|
|
14
|
+
teams: UserTeams;
|
|
15
|
+
};
|
|
16
|
+
export declare const QUERY_KEY = "use-event-app-integration";
|
|
17
|
+
export declare const useAtomsEventTypeById: (appSlug: string | null, teamId: number | null) => import('@tanstack/react-query').UseQueryResult<{
|
|
18
|
+
app: EnabledAppType;
|
|
19
|
+
}, Error>;
|
|
20
|
+
export {};
|
|
21
|
+
//# sourceMappingURL=use-atom-event-type-app-integration.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-atom-event-type-app-integration.d.ts","sourceRoot":"","sources":["../../../src/event-types/hooks/use-atom-event-type-app-integration.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAEV,OAAO,IAAI,GAAG,EACd,8BAA8B,IAAI,0BAA0B,EAC5D,kBAAkB,IAAI,cAAc,EACrC,MAAM,iBAAiB,CAAC;AAKzB,KAAK,SAAS,GACV,EAAE,GACF;IACE,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,OAAO,CAAC;CAClB,EAAE,CAAC;AAER,KAAK,cAAc,GAAG,GAAG,GAAG;IAC1B,UAAU,EAAE,0BAA0B,CAAC;IACvC,WAAW,EAAE,0BAA0B,EAAE,CAAC;IAC1C,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,cAAc,EAAE,cAAc,GAAG,IAAI,CAAC;IACtC,KAAK,EAAE,SAAS,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,SAAS,8BAA8B,CAAC;AACrD,eAAO,MAAM,qBAAqB,GAAI,SAAS,MAAM,GAAG,IAAI,EAAE,QAAQ,MAAM,GAAG,IAAI;SAOzC,cAAc;SASvD,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { useQuery as m } from "@tanstack/react-query";
|
|
2
|
+
import { SUCCESS_STATUS as i } from "../../constants/api.js";
|
|
3
|
+
import "../../constants/app.js";
|
|
4
|
+
import { useAtomsContext as p } from "../../hooks/use-atoms-context.js";
|
|
5
|
+
import u from "../../lib/http.js";
|
|
6
|
+
const y = "use-event-app-integration", T = (t, r) => {
|
|
7
|
+
const n = `/atoms/event-types-app/${t}${r ? `?teamId=${r}` : ""}`, { isInit: s, accessToken: a } = p();
|
|
8
|
+
return m({
|
|
9
|
+
queryKey: [y, t],
|
|
10
|
+
queryFn: () => {
|
|
11
|
+
var o;
|
|
12
|
+
return (o = u) == null ? void 0 : o.get(n).then((e) => {
|
|
13
|
+
if (e.data.status === i)
|
|
14
|
+
return e.data.data;
|
|
15
|
+
throw new Error(e.data.error.message);
|
|
16
|
+
});
|
|
17
|
+
},
|
|
18
|
+
enabled: !!t && s && !!a
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
export {
|
|
22
|
+
y as QUERY_KEY,
|
|
23
|
+
T as useAtomsEventTypeById
|
|
24
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { EventTypeSetupProps } from '../../contracts';
|
|
2
|
+
export declare const QUERY_KEY = "use-event-by-id";
|
|
3
|
+
export declare const useAtomsEventTypeById: (id: number | null) => import('@tanstack/react-query').UseQueryResult<EventTypeSetupProps, Error>;
|
|
4
|
+
//# sourceMappingURL=use-atom-event-type-by-id.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-atom-event-type-by-id.d.ts","sourceRoot":"","sources":["../../../src/event-types/hooks/use-atom-event-type-by-id.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAmC,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAK5F,eAAO,MAAM,SAAS,oBAAoB,CAAC;AAC3C,eAAO,MAAM,qBAAqB,GAAI,IAAI,MAAM,GAAG,IAAI,+EAgBtD,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { useQuery as a } from "@tanstack/react-query";
|
|
2
|
+
import { V2_ENDPOINTS as m, SUCCESS_STATUS as u } from "../../constants/api.js";
|
|
3
|
+
import "../../constants/app.js";
|
|
4
|
+
import { useAtomsContext as p } from "../../hooks/use-atoms-context.js";
|
|
5
|
+
import y from "../../lib/http.js";
|
|
6
|
+
const i = "use-event-by-id", f = (t) => {
|
|
7
|
+
const o = `/atoms/${m.eventTypes}/${t}`, { isInit: n, accessToken: s } = p();
|
|
8
|
+
return a({
|
|
9
|
+
queryKey: [i, t],
|
|
10
|
+
queryFn: () => {
|
|
11
|
+
var r;
|
|
12
|
+
return (r = y) == null ? void 0 : r.get(o).then((e) => {
|
|
13
|
+
if (e.data.status === u)
|
|
14
|
+
return e.data.data;
|
|
15
|
+
throw new Error(e.data.error.message);
|
|
16
|
+
});
|
|
17
|
+
},
|
|
18
|
+
enabled: !!t && n && !!s
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
export {
|
|
22
|
+
i as QUERY_KEY,
|
|
23
|
+
f as useAtomsEventTypeById
|
|
24
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const QUERY_KEY = "use-event-app-integration";
|
|
2
|
+
export declare const useAtomsEventTypePaymentInfo: ({ uid, onEventTypePaymentInfoSuccess, onEventTypePaymentInfoFailure, }: {
|
|
3
|
+
uid: string;
|
|
4
|
+
onEventTypePaymentInfoSuccess?: () => void;
|
|
5
|
+
onEventTypePaymentInfoFailure?: () => void;
|
|
6
|
+
}) => import('@tanstack/react-query').UseQueryResult<any, Error>;
|
|
7
|
+
//# sourceMappingURL=use-atom-event-type-payment-info.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-atom-event-type-payment-info.d.ts","sourceRoot":"","sources":["../../../src/event-types/hooks/use-atom-event-type-payment-info.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,SAAS,8BAA8B,CAAC;AACrD,eAAO,MAAM,4BAA4B,GAAI,wEAI1C;IACD,GAAG,EAAE,MAAM,CAAC;IACZ,6BAA6B,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3C,6BAA6B,CAAC,EAAE,MAAM,IAAI,CAAC;CAC5C,+DAkBA,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { useQuery as p } from "@tanstack/react-query";
|
|
2
|
+
import { SUCCESS_STATUS as d } from "../../constants/api.js";
|
|
3
|
+
import "../../constants/app.js";
|
|
4
|
+
import { useAtomsContext as g } from "../../hooks/use-atoms-context.js";
|
|
5
|
+
import A from "../../lib/http.js";
|
|
6
|
+
const C = "use-event-app-integration", Q = ({
|
|
7
|
+
uid: r,
|
|
8
|
+
onEventTypePaymentInfoSuccess: t,
|
|
9
|
+
onEventTypePaymentInfoFailure: m
|
|
10
|
+
}) => {
|
|
11
|
+
const a = `/atoms/payment/${r}`, { isInit: h, accessToken: i } = g();
|
|
12
|
+
return p({
|
|
13
|
+
queryKey: [C, r],
|
|
14
|
+
queryFn: () => {
|
|
15
|
+
var s;
|
|
16
|
+
return (s = A) == null ? void 0 : s.get(a).then((o) => {
|
|
17
|
+
if (o.data.status === d)
|
|
18
|
+
return t == null || t(), o.data.data;
|
|
19
|
+
throw m == null || m(), new Error(o.data.error.message);
|
|
20
|
+
});
|
|
21
|
+
},
|
|
22
|
+
enabled: !!r && h && !!i
|
|
23
|
+
});
|
|
24
|
+
};
|
|
25
|
+
export {
|
|
26
|
+
C as QUERY_KEY,
|
|
27
|
+
Q as useAtomsEventTypePaymentInfo
|
|
28
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { AtomEventTypeListItem } from '../types';
|
|
2
|
+
export declare const QUERY_KEY = "use-atom-all-event-types";
|
|
3
|
+
export declare const useAtomGetAllEventTypes: () => {
|
|
4
|
+
isLoading: boolean;
|
|
5
|
+
error: Error | null;
|
|
6
|
+
data: AtomEventTypeListItem[] | undefined;
|
|
7
|
+
refetch: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<AtomEventTypeListItem[], Error>>;
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=use-atom-get-all-event-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-atom-get-all-event-types.d.ts","sourceRoot":"","sources":["../../../src/event-types/hooks/use-atom-get-all-event-types.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,qBAAqB,EAA0B,MAAM,UAAU,CAAC;AAE9E,eAAO,MAAM,SAAS,6BAA6B,CAAC;AAEpD,eAAO,MAAM,uBAAuB;;;;;CAkBnC,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { useQuery as u } from "@tanstack/react-query";
|
|
2
|
+
import { V2_ENDPOINTS as i, SUCCESS_STATUS as c } from "../../constants/api.js";
|
|
3
|
+
import "../../constants/app.js";
|
|
4
|
+
import { useAtomsContext as y } from "../../hooks/use-atoms-context.js";
|
|
5
|
+
import d from "../../lib/http.js";
|
|
6
|
+
const T = "use-atom-all-event-types", v = () => {
|
|
7
|
+
const r = `/atoms/${i.eventTypes}`, { isInit: o, accessToken: n } = y(), { isLoading: s, error: a, data: m, refetch: p } = u({
|
|
8
|
+
queryKey: [T],
|
|
9
|
+
queryFn: () => d.get(r).then((t) => {
|
|
10
|
+
var e;
|
|
11
|
+
if (t.data.status === c)
|
|
12
|
+
return t.data.data.eventTypes;
|
|
13
|
+
throw new Error((e = t.data.error) == null ? void 0 : e.message);
|
|
14
|
+
}),
|
|
15
|
+
enabled: o && !!n
|
|
16
|
+
});
|
|
17
|
+
return { isLoading: s, error: a, data: m, refetch: p };
|
|
18
|
+
};
|
|
19
|
+
export {
|
|
20
|
+
T as QUERY_KEY,
|
|
21
|
+
v as useAtomGetAllEventTypes
|
|
22
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const QUERY_KEY = "use-atom-host-schedule-by-id";
|
|
2
|
+
export declare const useAtomHostSchedules: ({ userId, teamId }: {
|
|
3
|
+
userId: number;
|
|
4
|
+
teamId?: number;
|
|
5
|
+
}) => import('@tanstack/react-query').UseQueryResult<{
|
|
6
|
+
schedules: {
|
|
7
|
+
id: number;
|
|
8
|
+
name: string;
|
|
9
|
+
isDefault: boolean | undefined;
|
|
10
|
+
userId: number | undefined;
|
|
11
|
+
readOnly: boolean;
|
|
12
|
+
}[];
|
|
13
|
+
}, Error>;
|
|
14
|
+
//# sourceMappingURL=use-atom-host-schedules.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-atom-host-schedules.d.ts","sourceRoot":"","sources":["../../../src/event-types/hooks/use-atom-host-schedules.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,SAAS,iCAAiC,CAAC;AAExD,eAAO,MAAM,oBAAoB,GAAI,oBAAoB;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE;;;;;;;;SAyB3F,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { useQuery as d } from "@tanstack/react-query";
|
|
2
|
+
import { SUCCESS_STATUS as c } from "../../constants/api.js";
|
|
3
|
+
import "../../constants/app.js";
|
|
4
|
+
import { useAtomsContext as h } from "../../hooks/use-atoms-context.js";
|
|
5
|
+
import p from "../../lib/http.js";
|
|
6
|
+
const l = "use-atom-host-schedule-by-id", C = ({ userId: t, teamId: s }) => {
|
|
7
|
+
const { organizationId: o, userId: i } = h();
|
|
8
|
+
return d({
|
|
9
|
+
queryKey: [l, o, t],
|
|
10
|
+
queryFn: async () => {
|
|
11
|
+
var n;
|
|
12
|
+
const u = `/organizations/${o}/teams/${s}/users/${t}/schedules`;
|
|
13
|
+
return (n = p) == null ? void 0 : n.get(u).then((r) => {
|
|
14
|
+
var a, m;
|
|
15
|
+
if (r.data.status === c)
|
|
16
|
+
return { schedules: r.data.data.map((e) => ({
|
|
17
|
+
id: e.id,
|
|
18
|
+
name: e.name,
|
|
19
|
+
isDefault: e.isDefault,
|
|
20
|
+
userId: e.ownerId,
|
|
21
|
+
readOnly: i !== t
|
|
22
|
+
})) };
|
|
23
|
+
throw new Error(((m = (a = r.data) == null ? void 0 : a.error) == null ? void 0 : m.message) ?? "Error while getting host schedules");
|
|
24
|
+
});
|
|
25
|
+
},
|
|
26
|
+
enabled: !!o && !!s && !!t
|
|
27
|
+
});
|
|
28
|
+
};
|
|
29
|
+
export {
|
|
30
|
+
l as QUERY_KEY,
|
|
31
|
+
C as useAtomHostSchedules
|
|
32
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { EventType, EventTypeUpdateInput } from '../../contracts';
|
|
2
|
+
export declare const QUERY_KEY = "use-event-by-id";
|
|
3
|
+
export type UseAtomUpdateEventTypeProps = {
|
|
4
|
+
onSuccess?: () => void;
|
|
5
|
+
onError?: (err: Error) => void;
|
|
6
|
+
onSettled?: () => void;
|
|
7
|
+
teamId?: number;
|
|
8
|
+
};
|
|
9
|
+
export declare const useAtomUpdateEventType: ({ onSuccess, onError, onSettled, teamId, }: UseAtomUpdateEventTypeProps) => import('@tanstack/react-query').UseMutationResult<EventType, Error, EventTypeUpdateInput, unknown>;
|
|
10
|
+
//# sourceMappingURL=use-atom-update-event-type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-atom-update-event-type.d.ts","sourceRoot":"","sources":["../../../src/event-types/hooks/use-atom-update-event-type.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAIV,SAAS,EACT,oBAAoB,EACrB,MAAM,iBAAiB,CAAC;AAKzB,eAAO,MAAM,SAAS,oBAAoB,CAAC;AAC3C,MAAM,MAAM,2BAA2B,GAAG;IACxC,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,KAAK,KAAK,IAAI,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AACF,eAAO,MAAM,sBAAsB,GAAI,4CAWpC,2BAA2B,uGA4B7B,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { useMutation as f } from "@tanstack/react-query";
|
|
2
|
+
import { V2_ENDPOINTS as p, SUCCESS_STATUS as h } from "../../constants/api.js";
|
|
3
|
+
import "../../constants/app.js";
|
|
4
|
+
import { useAtomsContext as w } from "../../hooks/use-atoms-context.js";
|
|
5
|
+
import y from "../../lib/http.js";
|
|
6
|
+
const U = "use-event-by-id", x = ({
|
|
7
|
+
onSuccess: u = () => {
|
|
8
|
+
},
|
|
9
|
+
onError: d = () => {
|
|
10
|
+
},
|
|
11
|
+
onSettled: E = () => {
|
|
12
|
+
},
|
|
13
|
+
teamId: e
|
|
14
|
+
}) => {
|
|
15
|
+
const { organizationId: c } = w();
|
|
16
|
+
return f({
|
|
17
|
+
onSuccess: u,
|
|
18
|
+
onError: d,
|
|
19
|
+
onSettled: E,
|
|
20
|
+
mutationFn: async (r) => {
|
|
21
|
+
var n, s, a, i;
|
|
22
|
+
if (!r.id) throw new Error("Event type id is required");
|
|
23
|
+
let o = `/atoms/${p.eventTypes}/${r.id}`;
|
|
24
|
+
e && (o = `/atoms/organizations/${c}/teams/${e}/${p.eventTypes}/${r.id}`);
|
|
25
|
+
try {
|
|
26
|
+
const t = await ((n = y) == null ? void 0 : n.patch(o, r));
|
|
27
|
+
if ((t == null ? void 0 : t.data.status) === h)
|
|
28
|
+
return t.data.data;
|
|
29
|
+
throw new Error(t == null ? void 0 : t.data.error.message);
|
|
30
|
+
} catch (t) {
|
|
31
|
+
const m = t;
|
|
32
|
+
throw (i = (a = (s = m.response) == null ? void 0 : s.data) == null ? void 0 : a.error) != null && i.message ? new Error(m.response.data.error.message) : t;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
export {
|
|
38
|
+
U as QUERY_KEY,
|
|
39
|
+
x as useAtomUpdateEventType
|
|
40
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { EventTypeSetupProps, EventTypeUpdateInput, FormValues, Host, HostInput } from '../../contracts';
|
|
2
|
+
export declare const stripHostsForPayload: (hosts: Host[] | undefined) => HostInput[] | undefined;
|
|
3
|
+
export declare const useEventTypeForm: ({ eventType, onSubmit, onFormStateChange, }: {
|
|
4
|
+
eventType: EventTypeSetupProps["eventType"];
|
|
5
|
+
onSubmit: (data: EventTypeUpdateInput) => void;
|
|
6
|
+
onFormStateChange?: (formState: {
|
|
7
|
+
isDirty: boolean;
|
|
8
|
+
dirtyFields: Partial<FormValues>;
|
|
9
|
+
values: FormValues;
|
|
10
|
+
}) => void;
|
|
11
|
+
}) => {
|
|
12
|
+
form: import('react-hook-form').UseFormReturn<FormValues, any>;
|
|
13
|
+
handleSubmit: (values: FormValues) => Promise<void>;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=use-event-type-form.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-event-type-form.d.ts","sourceRoot":"","sources":["../../../src/event-types/hooks/use-event-type-form.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,UAAU,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAkB9G,eAAO,MAAM,oBAAoB,GAAI,OAAO,IAAI,EAAE,GAAG,SAAS,KAAG,SAAS,EAAE,GAAG,SAE9E,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,6CAI9B;IACD,SAAS,EAAE,mBAAmB,CAAC,WAAW,CAAC,CAAC;IAC5C,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAC/C,iBAAiB,CAAC,EAAE,CAAC,SAAS,EAAE;QAC9B,OAAO,EAAE,OAAO,CAAC;QACjB,WAAW,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;QACjC,MAAM,EAAE,UAAU,CAAC;KACpB,KAAK,IAAI,CAAC;CACZ;;2BAwRqC,UAAU;CAgL/C,CAAC"}
|
|
@@ -0,0 +1,334 @@
|
|
|
1
|
+
import { zodResolver as ci } from "@hookform/resolvers/zod";
|
|
2
|
+
import { useState as mi, useMemo as gi, useEffect as hi } from "react";
|
|
3
|
+
import { useForm as fi } from "react-hook-form";
|
|
4
|
+
import { z as t } from "zod";
|
|
5
|
+
import { DisableCancelRescheduleScope as I } from "../../contracts/booker.js";
|
|
6
|
+
import "../../contracts/bookings.js";
|
|
7
|
+
import { eventTypeBookingFields as bi } from "../../contracts/event-types.js";
|
|
8
|
+
import { useAtomsLocale as Ci } from "../../hooks/use-atoms-locale.js";
|
|
9
|
+
import { DEFAULT_BEGIN_MESSAGE as Ei, DEFAULT_PROMPT_VALUE as Si } from "../../vendor/cal-ai-phone.js";
|
|
10
|
+
import { stripChildrenForPayload as Ri } from "../../vendor/children-event-type.js";
|
|
11
|
+
import "../../vendor/event-naming.js";
|
|
12
|
+
import { sortHosts as Pi } from "../../vendor/host-group-utils.js";
|
|
13
|
+
import { validateIntervalLimitOrder as q } from "../../vendor/interval-limit.js";
|
|
14
|
+
import { locationsResolver as ki } from "../../vendor/locations-resolver.js";
|
|
15
|
+
import { checkForMultiplePaymentApps as _i } from "../../vendor/payments.js";
|
|
16
|
+
import { validateBookerLayouts as Di } from "../../vendor/validate-booker-layouts.js";
|
|
17
|
+
const pi = (i) => i == null ? void 0 : i.map(({ name: L, avatar: R, ...d }) => d), yi = ({
|
|
18
|
+
eventType: i,
|
|
19
|
+
onSubmit: L,
|
|
20
|
+
onFormStateChange: R
|
|
21
|
+
}) => {
|
|
22
|
+
const { t: d } = Ci(), [F] = mi({
|
|
23
|
+
startDate: new Date(i.periodStartDate || Date.now()),
|
|
24
|
+
endDate: new Date(i.periodEndDate || Date.now())
|
|
25
|
+
}), z = gi(() => {
|
|
26
|
+
var e, a, l, n, o, s, u, C, h, _;
|
|
27
|
+
return {
|
|
28
|
+
title: i.title,
|
|
29
|
+
id: i.id,
|
|
30
|
+
slug: i.slug,
|
|
31
|
+
afterEventBuffer: i.afterEventBuffer,
|
|
32
|
+
beforeEventBuffer: i.beforeEventBuffer,
|
|
33
|
+
eventName: i.eventName || "",
|
|
34
|
+
scheduleName: i.scheduleName,
|
|
35
|
+
periodDays: i.periodDays,
|
|
36
|
+
requiresBookerEmailVerification: i.requiresBookerEmailVerification,
|
|
37
|
+
seatsPerTimeSlot: i.seatsPerTimeSlot,
|
|
38
|
+
seatsShowAttendees: i.seatsShowAttendees,
|
|
39
|
+
seatsShowAvailabilityCount: i.seatsShowAvailabilityCount,
|
|
40
|
+
lockTimeZoneToggleOnBookingPage: i.lockTimeZoneToggleOnBookingPage,
|
|
41
|
+
lockedTimeZone: i.lockedTimeZone || null,
|
|
42
|
+
locations: i.locations || [],
|
|
43
|
+
destinationCalendar: i.destinationCalendar,
|
|
44
|
+
recurringEvent: i.recurringEvent || null,
|
|
45
|
+
isInstantEvent: i.isInstantEvent,
|
|
46
|
+
instantMeetingParameters: i.instantMeetingParameters || [],
|
|
47
|
+
instantMeetingExpiryTimeOffsetInSeconds: i.instantMeetingExpiryTimeOffsetInSeconds,
|
|
48
|
+
description: i.description ?? void 0,
|
|
49
|
+
schedule: i.schedule || void 0,
|
|
50
|
+
instantMeetingSchedule: i.instantMeetingSchedule || void 0,
|
|
51
|
+
bookingLimits: i.bookingLimits || void 0,
|
|
52
|
+
onlyShowFirstAvailableSlot: i.onlyShowFirstAvailableSlot || void 0,
|
|
53
|
+
durationLimits: i.durationLimits || void 0,
|
|
54
|
+
length: i.length,
|
|
55
|
+
hidden: i.hidden,
|
|
56
|
+
multiplePrivateLinks: i.hashedLink.map((c) => ({
|
|
57
|
+
link: c.link,
|
|
58
|
+
expiresAt: c.expiresAt,
|
|
59
|
+
maxUsageCount: c.maxUsageCount
|
|
60
|
+
})),
|
|
61
|
+
eventTypeColor: i.eventTypeColor || null,
|
|
62
|
+
periodDates: {
|
|
63
|
+
startDate: F.startDate,
|
|
64
|
+
endDate: F.endDate
|
|
65
|
+
},
|
|
66
|
+
hideCalendarNotes: i.hideCalendarNotes,
|
|
67
|
+
hideCalendarEventDetails: i.hideCalendarEventDetails,
|
|
68
|
+
offsetStart: i.offsetStart,
|
|
69
|
+
bookingFields: i.bookingFields,
|
|
70
|
+
periodType: i.periodType,
|
|
71
|
+
periodCountCalendarDays: !!i.periodCountCalendarDays,
|
|
72
|
+
schedulingType: i.schedulingType,
|
|
73
|
+
requiresConfirmation: i.requiresConfirmation,
|
|
74
|
+
canSendCalVideoTranscriptionEmails: i.canSendCalVideoTranscriptionEmails,
|
|
75
|
+
requiresConfirmationWillBlockSlot: i.requiresConfirmationWillBlockSlot,
|
|
76
|
+
requiresConfirmationForFreeEmail: i.requiresConfirmationForFreeEmail,
|
|
77
|
+
slotInterval: i.slotInterval,
|
|
78
|
+
minimumBookingNotice: i.minimumBookingNotice,
|
|
79
|
+
minimumRescheduleNotice: i.minimumRescheduleNotice ?? null,
|
|
80
|
+
disabledCancelling: i.disableCancelling ?? !1,
|
|
81
|
+
disableCancellingScope: i.disableCancellingScope ?? I.HOST_AND_ATTENDEE,
|
|
82
|
+
disabledRescheduling: i.disableRescheduling ?? !1,
|
|
83
|
+
disableReschedulingScope: i.disableReschedulingScope ?? I.HOST_AND_ATTENDEE,
|
|
84
|
+
requiresCancellationReason: i.requiresCancellationReason ?? null,
|
|
85
|
+
allowReschedulingPastBookings: i.allowReschedulingPastBookings,
|
|
86
|
+
hideOrganizerEmail: i.hideOrganizerEmail,
|
|
87
|
+
metadata: i.metadata,
|
|
88
|
+
hosts: i.hosts.sort((c, g) => Pi(c, g, i.isRRWeightsEnabled)),
|
|
89
|
+
// Delta-based host changes for performance - only track changes, not all 700+ hosts
|
|
90
|
+
pendingHostChanges: {
|
|
91
|
+
hostsToAdd: [],
|
|
92
|
+
hostsToUpdate: [],
|
|
93
|
+
hostsToRemove: []
|
|
94
|
+
},
|
|
95
|
+
pendingFixedHostChanges: {
|
|
96
|
+
hostsToAdd: [],
|
|
97
|
+
hostsToUpdate: [],
|
|
98
|
+
hostsToRemove: []
|
|
99
|
+
},
|
|
100
|
+
hostGroups: i.hostGroups || [],
|
|
101
|
+
successRedirectUrl: i.successRedirectUrl || "",
|
|
102
|
+
redirectUrlOnNoRoutingFormResponse: i.redirectUrlOnNoRoutingFormResponse || "",
|
|
103
|
+
forwardParamsSuccessRedirect: i.forwardParamsSuccessRedirect,
|
|
104
|
+
users: i.users,
|
|
105
|
+
useEventTypeDestinationCalendarEmail: i.useEventTypeDestinationCalendarEmail,
|
|
106
|
+
secondaryEmailId: (i == null ? void 0 : i.secondaryEmailId) || -1,
|
|
107
|
+
children: i.children.map((c) => {
|
|
108
|
+
var g, D;
|
|
109
|
+
return {
|
|
110
|
+
...c,
|
|
111
|
+
created: !0,
|
|
112
|
+
owner: {
|
|
113
|
+
...c.owner,
|
|
114
|
+
eventTypeSlugs: ((D = (g = i.team) == null ? void 0 : g.members.find((m) => m.user.id === c.owner.id)) == null ? void 0 : D.user.eventTypes.map((m) => m.slug).filter((m) => m !== i.slug)) ?? []
|
|
115
|
+
}
|
|
116
|
+
};
|
|
117
|
+
}),
|
|
118
|
+
seatsPerTimeSlotEnabled: i.seatsPerTimeSlot,
|
|
119
|
+
autoTranslateDescriptionEnabled: i.autoTranslateDescriptionEnabled,
|
|
120
|
+
autoTranslateInstantMeetingTitleEnabled: i.autoTranslateInstantMeetingTitleEnabled ?? !0,
|
|
121
|
+
rescheduleWithSameRoundRobinHost: i.rescheduleWithSameRoundRobinHost,
|
|
122
|
+
disableReassignment: i.disableReassignment ?? !1,
|
|
123
|
+
assignAllTeamMembers: i.assignAllTeamMembers,
|
|
124
|
+
assignRRMembersUsingSegment: i.assignRRMembersUsingSegment,
|
|
125
|
+
rrSegmentQueryValue: i.rrSegmentQueryValue,
|
|
126
|
+
aiPhoneCallConfig: {
|
|
127
|
+
generalPrompt: ((e = i.aiPhoneCallConfig) == null ? void 0 : e.generalPrompt) ?? Si,
|
|
128
|
+
enabled: (a = i.aiPhoneCallConfig) == null ? void 0 : a.enabled,
|
|
129
|
+
beginMessage: ((l = i.aiPhoneCallConfig) == null ? void 0 : l.beginMessage) ?? Ei,
|
|
130
|
+
guestName: (n = i.aiPhoneCallConfig) == null ? void 0 : n.guestName,
|
|
131
|
+
guestEmail: (o = i.aiPhoneCallConfig) == null ? void 0 : o.guestEmail,
|
|
132
|
+
guestCompany: (s = i.aiPhoneCallConfig) == null ? void 0 : s.guestCompany,
|
|
133
|
+
yourPhoneNumber: (u = i.aiPhoneCallConfig) == null ? void 0 : u.yourPhoneNumber,
|
|
134
|
+
numberToCall: (C = i.aiPhoneCallConfig) == null ? void 0 : C.numberToCall,
|
|
135
|
+
templateType: ((h = i.aiPhoneCallConfig) == null ? void 0 : h.templateType) ?? "CUSTOM_TEMPLATE",
|
|
136
|
+
schedulerName: (_ = i.aiPhoneCallConfig) == null ? void 0 : _.schedulerName
|
|
137
|
+
},
|
|
138
|
+
isRRWeightsEnabled: i.isRRWeightsEnabled,
|
|
139
|
+
maxLeadThreshold: i.maxLeadThreshold,
|
|
140
|
+
includeNoShowInRRCalculation: i.includeNoShowInRRCalculation,
|
|
141
|
+
useEventLevelSelectedCalendars: i.useEventLevelSelectedCalendars,
|
|
142
|
+
customReplyToEmail: i.customReplyToEmail || null,
|
|
143
|
+
calVideoSettings: i.calVideoSettings,
|
|
144
|
+
maxActiveBookingsPerBooker: i.maxActiveBookingsPerBooker || null,
|
|
145
|
+
maxActiveBookingPerBookerOfferReschedule: i.maxActiveBookingPerBookerOfferReschedule,
|
|
146
|
+
showOptimizedSlots: i.showOptimizedSlots ?? !1,
|
|
147
|
+
enablePerHostLocations: i.enablePerHostLocations ?? !1,
|
|
148
|
+
shouldMergePhoneSystemFields: i.shouldMergePhoneSystemFields
|
|
149
|
+
};
|
|
150
|
+
}, [i, F]), P = fi({
|
|
151
|
+
defaultValues: z,
|
|
152
|
+
resolver: ci(
|
|
153
|
+
t.object({
|
|
154
|
+
// Length if string, is converted to a number or it can be a number
|
|
155
|
+
// Make it optional because it's not submitted from all tabs of the page
|
|
156
|
+
eventName: t.string().superRefine((e, a) => {
|
|
157
|
+
const l = {};
|
|
158
|
+
P.getValues("bookingFields").forEach(({ name: o }) => {
|
|
159
|
+
l[o] = o;
|
|
160
|
+
});
|
|
161
|
+
}).optional(),
|
|
162
|
+
length: t.union([t.string().transform((e) => +e), t.number()]).optional(),
|
|
163
|
+
offsetStart: t.union([t.string().transform((e) => +e), t.number()]).optional(),
|
|
164
|
+
bookingFields: bi,
|
|
165
|
+
locations: ki(),
|
|
166
|
+
calVideoSettings: t.object({
|
|
167
|
+
redirectUrlOnExit: t.string().url().nullish(),
|
|
168
|
+
disableRecordingForOrganizer: t.boolean().nullable(),
|
|
169
|
+
disableRecordingForGuests: t.boolean().nullable(),
|
|
170
|
+
enableAutomaticTranscription: t.boolean().nullable(),
|
|
171
|
+
enableAutomaticRecordingForOrganizer: t.boolean().nullable(),
|
|
172
|
+
disableTranscriptionForGuests: t.boolean().nullable(),
|
|
173
|
+
disableTranscriptionForOrganizer: t.boolean().nullable(),
|
|
174
|
+
requireEmailForGuests: t.boolean().nullable()
|
|
175
|
+
}).optional().nullable()
|
|
176
|
+
}).passthrough()
|
|
177
|
+
)
|
|
178
|
+
}), {
|
|
179
|
+
formState: { isDirty: A, dirtyFields: S }
|
|
180
|
+
} = P, O = P.watch(), k = (e) => e !== null && typeof e == "object" && !Array.isArray(e), N = (e) => Array.isArray(e), j = (e, a) => {
|
|
181
|
+
const l = a.split(".");
|
|
182
|
+
let n = e;
|
|
183
|
+
for (let o = 0; o < l.length; o++) {
|
|
184
|
+
const s = n[l[o]];
|
|
185
|
+
if (s === void 0) return;
|
|
186
|
+
n = s;
|
|
187
|
+
}
|
|
188
|
+
return n;
|
|
189
|
+
}, G = (e) => {
|
|
190
|
+
if (!A)
|
|
191
|
+
return {};
|
|
192
|
+
const a = (n) => {
|
|
193
|
+
if (S[n] === !0)
|
|
194
|
+
return !0;
|
|
195
|
+
const o = j(S, n);
|
|
196
|
+
if (k(o))
|
|
197
|
+
for (const s in o) {
|
|
198
|
+
if (o[s] === !0)
|
|
199
|
+
return !0;
|
|
200
|
+
if (k(o[s]) || N(o[s])) {
|
|
201
|
+
const u = `${n}.${s}`;
|
|
202
|
+
if (a(u))
|
|
203
|
+
return !0;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
if (N(o)) {
|
|
207
|
+
for (const s of o)
|
|
208
|
+
if (k(s))
|
|
209
|
+
for (const u in s) {
|
|
210
|
+
if (s[u] === !0)
|
|
211
|
+
return !0;
|
|
212
|
+
if (k(s[u]) || N(s[u])) {
|
|
213
|
+
const C = `${n}.${u}`;
|
|
214
|
+
if (a(C))
|
|
215
|
+
return !0;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
else if (s === !0)
|
|
219
|
+
return !0;
|
|
220
|
+
}
|
|
221
|
+
return !1;
|
|
222
|
+
}, l = {};
|
|
223
|
+
return Object.keys(S).forEach((n) => {
|
|
224
|
+
const o = n;
|
|
225
|
+
l[o] = void 0, a(o) && (l[o] = e[o]);
|
|
226
|
+
}), l;
|
|
227
|
+
}, W = async (e) => {
|
|
228
|
+
var M, x, V;
|
|
229
|
+
const { children: a } = e, l = G(e), n = Object.keys(l).length !== 0, {
|
|
230
|
+
periodDates: o,
|
|
231
|
+
periodCountCalendarDays: s,
|
|
232
|
+
beforeEventBuffer: u,
|
|
233
|
+
afterEventBuffer: C,
|
|
234
|
+
seatsPerTimeSlot: h,
|
|
235
|
+
seatsShowAttendees: _,
|
|
236
|
+
seatsShowAvailabilityCount: c,
|
|
237
|
+
bookingLimits: g,
|
|
238
|
+
onlyShowFirstAvailableSlot: D,
|
|
239
|
+
durationLimits: m,
|
|
240
|
+
recurringEvent: B,
|
|
241
|
+
eventTypeColor: Z,
|
|
242
|
+
customReplyToEmail: $,
|
|
243
|
+
locations: K,
|
|
244
|
+
metadata: r,
|
|
245
|
+
customInputs: Q,
|
|
246
|
+
assignAllTeamMembers: J,
|
|
247
|
+
// We don't need to send send these values to the backend
|
|
248
|
+
seatsPerTimeSlotEnabled: wi,
|
|
249
|
+
minimumBookingNoticeInDurationType: Fi,
|
|
250
|
+
bookerLayouts: Ai,
|
|
251
|
+
multipleDurationEnabled: Ni,
|
|
252
|
+
length: E,
|
|
253
|
+
...X
|
|
254
|
+
} = l;
|
|
255
|
+
if (E && !Number(E)) throw new Error(d("event_setup_length_error"));
|
|
256
|
+
const Y = h === void 0 ? i.seatsPerTimeSlot : h, y = B === void 0 ? i.recurringEvent : B;
|
|
257
|
+
if (Y && y)
|
|
258
|
+
throw new Error(d("recurring_event_seats_error"));
|
|
259
|
+
if (g && !q(g))
|
|
260
|
+
throw new Error(d("event_setup_booking_limits_error"));
|
|
261
|
+
if (m && !q(m))
|
|
262
|
+
throw new Error(d("event_setup_duration_limits_error"));
|
|
263
|
+
const H = Di((r == null ? void 0 : r.bookerLayouts) || null);
|
|
264
|
+
if (H) throw new Error(d(H));
|
|
265
|
+
if ((r == null ? void 0 : r.multipleDuration) !== void 0) {
|
|
266
|
+
if ((r == null ? void 0 : r.multipleDuration.length) < 1)
|
|
267
|
+
throw new Error(d("event_setup_multiple_duration_error"));
|
|
268
|
+
if (E !== void 0 && !E && !((M = r == null ? void 0 : r.multipleDuration) != null && M.includes(E)))
|
|
269
|
+
throw new Error(d("event_setup_multiple_duration_default_error"));
|
|
270
|
+
}
|
|
271
|
+
if (_i(r)) throw new Error(d("event_setup_multiple_payment_apps_error"));
|
|
272
|
+
if (((V = (x = r == null ? void 0 : r.apps) == null ? void 0 : x.stripe) == null ? void 0 : V.paymentOption) === "HOLD" && h)
|
|
273
|
+
throw new Error(d("seats_and_no_show_fee_error"));
|
|
274
|
+
const {
|
|
275
|
+
availability: Bi,
|
|
276
|
+
users: Li,
|
|
277
|
+
hosts: v,
|
|
278
|
+
scheduleName: Oi,
|
|
279
|
+
disabledCancelling: T,
|
|
280
|
+
disableCancellingScope: ii,
|
|
281
|
+
disabledRescheduling: oi,
|
|
282
|
+
disableReschedulingScope: ei,
|
|
283
|
+
requiresCancellationReason: si,
|
|
284
|
+
pendingHostChanges: Hi,
|
|
285
|
+
pendingFixedHostChanges: Mi,
|
|
286
|
+
...p
|
|
287
|
+
} = X, ri = a ? Ri(a) : void 0, ti = pi(v), f = e.pendingHostChanges, ni = f && (f.hostsToAdd.length > 0 || f.hostsToUpdate.length > 0 || f.hostsToRemove.length > 0 || f.clearAllHosts || f.clearAllHostLocations), b = e.pendingFixedHostChanges, li = b && (b.hostsToAdd.length > 0 || b.hostsToUpdate.length > 0 || b.hostsToRemove.length > 0 || b.clearAllHosts || b.clearAllHostLocations), ai = {
|
|
288
|
+
...p,
|
|
289
|
+
hosts: ti,
|
|
290
|
+
length: E,
|
|
291
|
+
locations: K,
|
|
292
|
+
recurringEvent: B,
|
|
293
|
+
periodStartDate: o == null ? void 0 : o.startDate,
|
|
294
|
+
periodEndDate: o == null ? void 0 : o.endDate,
|
|
295
|
+
periodCountCalendarDays: s,
|
|
296
|
+
id: i.id,
|
|
297
|
+
beforeEventBuffer: u,
|
|
298
|
+
afterEventBuffer: C,
|
|
299
|
+
bookingLimits: g,
|
|
300
|
+
onlyShowFirstAvailableSlot: D,
|
|
301
|
+
durationLimits: m,
|
|
302
|
+
eventTypeColor: Z,
|
|
303
|
+
customReplyToEmail: $,
|
|
304
|
+
seatsPerTimeSlot: h,
|
|
305
|
+
seatsShowAttendees: _,
|
|
306
|
+
seatsShowAvailabilityCount: c,
|
|
307
|
+
metadata: r,
|
|
308
|
+
customInputs: Q,
|
|
309
|
+
children: ri,
|
|
310
|
+
assignAllTeamMembers: J,
|
|
311
|
+
pendingHostChanges: ni ? f : void 0,
|
|
312
|
+
pendingFixedHostChanges: li ? b : void 0,
|
|
313
|
+
multiplePrivateLinks: e.multiplePrivateLinks,
|
|
314
|
+
disableCancelling: T,
|
|
315
|
+
disableCancellingScope: ii,
|
|
316
|
+
disableRescheduling: oi,
|
|
317
|
+
disableReschedulingScope: ei,
|
|
318
|
+
requiresCancellationReason: si,
|
|
319
|
+
aiPhoneCallConfig: p.aiPhoneCallConfig ? { ...p.aiPhoneCallConfig, templateType: p.aiPhoneCallConfig.templateType } : void 0
|
|
320
|
+
}, di = Object.entries(ai).reduce((w, [ui, U]) => (U !== void 0 && (w[ui] = U), w), {});
|
|
321
|
+
n && L({ ...di, id: i.id });
|
|
322
|
+
};
|
|
323
|
+
return hi(() => {
|
|
324
|
+
R && R({
|
|
325
|
+
isDirty: A,
|
|
326
|
+
dirtyFields: S,
|
|
327
|
+
values: O
|
|
328
|
+
});
|
|
329
|
+
}, [A, S, O, R]), { form: P, handleSubmit: W };
|
|
330
|
+
};
|
|
331
|
+
export {
|
|
332
|
+
pi as stripHostsForPayload,
|
|
333
|
+
yi as useEventTypeForm
|
|
334
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-get-verified-emails.d.ts","sourceRoot":"","sources":["../../../src/event-types/hooks/use-get-verified-emails.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,SAAS,4BAA4B,CAAC;AACnD,eAAO,MAAM,oBAAoB,GAAI,SAAS,MAAM,oEAiBnD,CAAC"}
|