@calcom/atoms 2.6.0 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +63 -51
- package/dist/cal-atoms.css +1 -1
- package/dist/cal-atoms.js +18 -18
- package/dist/index-D_xjDzPo.js +67473 -0
- package/dist/index.d.ts +1 -1
- package/dist/src/add-members-switch/add-members-with-switch-platform-wrapper.d.ts +3 -0
- package/dist/src/add-members-switch/add-members-with-switch-platform-wrapper.d.ts.map +1 -0
- package/dist/src/add-members-switch/add-members-with-switch.d.ts +41 -0
- package/dist/src/add-members-switch/add-members-with-switch.d.ts.map +1 -0
- package/dist/src/availability/availability-settings.d.ts +88 -0
- package/dist/src/availability/availability-settings.d.ts.map +1 -0
- package/dist/src/availability/components/date-override-input-dialog.d.ts +17 -0
- package/dist/src/availability/components/date-override-input-dialog.d.ts.map +1 -0
- package/dist/src/availability/components/date-override-list.d.ts +20 -0
- package/dist/src/availability/components/date-override-list.d.ts.map +1 -0
- package/dist/src/availability/components/schedule-component.d.ts +49 -0
- package/dist/src/availability/components/schedule-component.d.ts.map +1 -0
- package/dist/src/availability/index.d.ts +4 -0
- package/dist/src/availability/index.d.ts.map +1 -0
- package/dist/src/availability/types.d.ts +36 -0
- package/dist/src/availability/types.d.ts.map +1 -0
- package/dist/src/availability/wrappers/availability-settings-platform-wrapper.d.ts +28 -0
- package/dist/src/availability/wrappers/availability-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/src/booker/booker-platform-wrapper.d.ts +5 -0
- package/dist/src/booker/booker-platform-wrapper.d.ts.map +1 -0
- package/dist/src/booker/booker-store-provider.d.ts +11 -0
- package/dist/src/booker/booker-store-provider.d.ts.map +1 -0
- package/dist/src/booker/components/available-time-slots.d.ts +46 -0
- package/dist/src/booker/components/available-time-slots.d.ts.map +1 -0
- package/dist/src/booker/components/available-times-header.d.ts +14 -0
- package/dist/src/booker/components/available-times-header.d.ts.map +1 -0
- package/dist/src/booker/components/available-times.d.ts +46 -0
- package/dist/src/booker/components/available-times.d.ts.map +1 -0
- package/dist/src/booker/components/book-event-form/book-event-form.d.ts +34 -0
- package/dist/src/booker/components/book-event-form/book-event-form.d.ts.map +1 -0
- package/dist/src/booker/components/book-event-form/book-form-as-modal.d.ts +14 -0
- package/dist/src/booker/components/book-event-form/book-form-as-modal.d.ts.map +1 -0
- package/dist/src/booker/components/book-event-form/booking-fields.d.ts +35 -0
- package/dist/src/booker/components/book-event-form/booking-fields.d.ts.map +1 -0
- package/dist/src/booker/components/book-event-form/index.d.ts +5 -0
- package/dist/src/booker/components/book-event-form/index.d.ts.map +1 -0
- package/dist/src/booker/components/book-event-form/skeleton.d.ts +2 -0
- package/dist/src/booker/components/book-event-form/skeleton.d.ts.map +1 -0
- package/dist/src/booker/components/booker-component.d.ts +2 -0
- package/dist/src/booker/components/booker-component.d.ts.map +1 -0
- package/dist/src/booker/components/booker-section.d.ts +15 -0
- package/dist/src/booker/components/booker-section.d.ts.map +1 -0
- package/dist/src/booker/components/dry-run-message.d.ts +4 -0
- package/dist/src/booker/components/dry-run-message.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/available-event-locations.d.ts +6 -0
- package/dist/src/booker/components/event-meta/available-event-locations.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/details.d.ts +34 -0
- package/dist/src/booker/components/event-meta/details.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/duration.d.ts +9 -0
- package/dist/src/booker/components/event-meta/duration.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/index.d.ts +7 -0
- package/dist/src/booker/components/event-meta/index.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/locations.d.ts +5 -0
- package/dist/src/booker/components/event-meta/locations.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/members.d.ts +13 -0
- package/dist/src/booker/components/event-meta/members.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/occurences.d.ts +5 -0
- package/dist/src/booker/components/event-meta/occurences.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/price-icon.d.ts +5 -0
- package/dist/src/booker/components/event-meta/price-icon.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/price.d.ts +7 -0
- package/dist/src/booker/components/event-meta/price.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/skeleton.d.ts +2 -0
- package/dist/src/booker/components/event-meta/skeleton.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/title.d.ts +9 -0
- package/dist/src/booker/components/event-meta/title.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta.d.ts +25 -0
- package/dist/src/booker/components/event-meta.d.ts.map +1 -0
- package/dist/src/booker/components/external-redirect-interstitial.d.ts +9 -0
- package/dist/src/booker/components/external-redirect-interstitial.d.ts.map +1 -0
- package/dist/src/booker/components/form-builder/components.d.ts +48 -0
- package/dist/src/booker/components/form-builder/components.d.ts.map +1 -0
- package/dist/src/booker/components/form-builder/form-builder-field.d.ts +46 -0
- package/dist/src/booker/components/form-builder/form-builder-field.d.ts.map +1 -0
- package/dist/src/booker/components/having-trouble-finding-time.d.ts +9 -0
- package/dist/src/booker/components/having-trouble-finding-time.d.ts.map +1 -0
- package/dist/src/booker/components/header.d.ts +18 -0
- package/dist/src/booker/components/header.d.ts.map +1 -0
- package/dist/src/booker/components/instant-booking.d.ts +16 -0
- package/dist/src/booker/components/instant-booking.d.ts.map +1 -0
- package/dist/src/booker/components/out-of-office-in-slots.d.ts +19 -0
- package/dist/src/booker/components/out-of-office-in-slots.d.ts.map +1 -0
- package/dist/src/booker/components/overlay-calendar/overlay-calendar-continue-modal.d.ts +8 -0
- package/dist/src/booker/components/overlay-calendar/overlay-calendar-continue-modal.d.ts.map +1 -0
- package/dist/src/booker/components/overlay-calendar/overlay-calendar-settings-modal.d.ts +11 -0
- package/dist/src/booker/components/overlay-calendar/overlay-calendar-settings-modal.d.ts.map +1 -0
- package/dist/src/booker/components/overlay-calendar/overlay-calendar-switch.d.ts +8 -0
- package/dist/src/booker/components/overlay-calendar/overlay-calendar-switch.d.ts.map +1 -0
- package/dist/src/booker/components/overlay-calendar/overlay-calendar.d.ts +28 -0
- package/dist/src/booker/components/overlay-calendar/overlay-calendar.d.ts.map +1 -0
- package/dist/src/booker/components/overlay-calendar/store.d.ts +12 -0
- package/dist/src/booker/components/overlay-calendar/store.d.ts.map +1 -0
- package/dist/src/booker/components/pay-icon.d.ts +5 -0
- package/dist/src/booker/components/pay-icon.d.ts.map +1 -0
- package/dist/src/booker/components/price.d.ts +9 -0
- package/dist/src/booker/components/price.d.ts.map +1 -0
- package/dist/src/booker/components/redirect-to-instant-meeting-modal.d.ts +8 -0
- package/dist/src/booker/components/redirect-to-instant-meeting-modal.d.ts.map +1 -0
- package/dist/src/booker/components/scrollable-with-gradients.d.ts +9 -0
- package/dist/src/booker/components/scrollable-with-gradients.d.ts.map +1 -0
- package/dist/src/booker/components/seats-availability-text.d.ts +18 -0
- package/dist/src/booker/components/seats-availability-text.d.ts.map +1 -0
- package/dist/src/booker/components/section.d.ts +17 -0
- package/dist/src/booker/components/section.d.ts.map +1 -0
- package/dist/src/booker/components/slot-selection-modal-header.d.ts +14 -0
- package/dist/src/booker/components/slot-selection-modal-header.d.ts.map +1 -0
- package/dist/src/booker/components/time-format-toggle.d.ts +4 -0
- package/dist/src/booker/components/time-format-toggle.d.ts.map +1 -0
- package/dist/src/booker/components/unavailable.d.ts +3 -0
- package/dist/src/booker/components/unavailable.d.ts.map +1 -0
- package/dist/src/booker/components/unpublished-entity.d.ts +8 -0
- package/dist/src/booker/components/unpublished-entity.d.ts.map +1 -0
- package/dist/src/booker/components/verify-code-dialog.d.ts +15 -0
- package/dist/src/booker/components/verify-code-dialog.d.ts.map +1 -0
- package/dist/src/booker/config.d.ts +86 -0
- package/dist/src/booker/config.d.ts.map +1 -0
- package/dist/src/booker/framer-features.d.ts.map +1 -0
- package/dist/src/booker/hooks/embed-stubs.d.ts +20 -0
- package/dist/src/booker/hooks/embed-stubs.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-available-time-slots.d.ts +23 -0
- package/dist/src/booker/hooks/use-available-time-slots.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-booker-layout.d.ts +51 -0
- package/dist/src/booker/hooks/use-booker-layout.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-booker-time.d.ts +7 -0
- package/dist/src/booker/hooks/use-booker-time.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-booking-form.d.ts +65 -0
- package/dist/src/booker/hooks/use-booking-form.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-bookings-types.d.ts +10 -0
- package/dist/src/booker/hooks/use-bookings-types.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-check-overlap-with-overlay.d.ts +11 -0
- package/dist/src/booker/hooks/use-check-overlap-with-overlay.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-initialize-week-start.d.ts +2 -0
- package/dist/src/booker/hooks/use-initialize-week-start.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-is-quick-availability-check-feature-enabled.d.ts +15 -0
- package/dist/src/booker/hooks/use-is-quick-availability-check-feature-enabled.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-local-set.d.ts +12 -0
- package/dist/src/booker/hooks/use-local-set.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-non-empty-schedule-days.d.ts +3 -0
- package/dist/src/booker/hooks/use-non-empty-schedule-days.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-overlay-calendar.d.ts +23 -0
- package/dist/src/booker/hooks/use-overlay-calendar.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-should-show-arrows.d.ts +8 -0
- package/dist/src/booker/hooks/use-should-show-arrows.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-skip-confirm-step.d.ts +21 -0
- package/dist/src/booker/hooks/use-skip-confirm-step.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-slots-for-date.d.ts +21 -0
- package/dist/src/booker/hooks/use-slots-for-date.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-stable-timezone.d.ts +5 -0
- package/dist/src/booker/hooks/use-stable-timezone.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-times-for-schedule.d.ts +27 -0
- package/dist/src/booker/hooks/use-times-for-schedule.d.ts.map +1 -0
- package/dist/src/booker/store.d.ts +200 -0
- package/dist/src/booker/store.d.ts.map +1 -0
- package/dist/src/booker/types.d.ts +118 -0
- package/dist/src/booker/types.d.ts.map +1 -0
- package/dist/src/booker/use-slot-reservation-id.d.ts +2 -0
- package/dist/src/booker/use-slot-reservation-id.d.ts.map +1 -0
- package/dist/src/booker/utils/are-different-valid-months.d.ts +2 -0
- package/dist/src/booker/utils/are-different-valid-months.d.ts.map +1 -0
- package/dist/src/booker/utils/dates.d.ts +26 -0
- package/dist/src/booker/utils/dates.d.ts.map +1 -0
- package/dist/src/booker/utils/get-booker-timezone.d.ts +5 -0
- package/dist/src/booker/utils/get-booker-timezone.d.ts.map +1 -0
- package/dist/src/booker/utils/get-booking-duration.d.ts +6 -0
- package/dist/src/booker/utils/get-booking-duration.d.ts.map +1 -0
- package/dist/src/booker/utils/get-prefetch-month-count.d.ts +3 -0
- package/dist/src/booker/utils/get-prefetch-month-count.d.ts.map +1 -0
- package/dist/src/booker/utils/is-booking-dry-run.d.ts +3 -0
- package/dist/src/booker/utils/is-booking-dry-run.d.ts.map +1 -0
- package/dist/src/booker/utils/is-month-change.d.ts +2 -0
- package/dist/src/booker/utils/is-month-change.d.ts.map +1 -0
- package/dist/src/booker/utils/is-month-view-prefetch-enabled.d.ts +2 -0
- package/dist/src/booker/utils/is-month-view-prefetch-enabled.d.ts.map +1 -0
- package/dist/src/booker/utils/is-prefetch-next-month-enabled.d.ts +2 -0
- package/dist/src/booker/utils/is-prefetch-next-month-enabled.d.ts.map +1 -0
- package/dist/src/booker/utils/is-timeslot-available.d.ts +19 -0
- package/dist/src/booker/utils/is-timeslot-available.d.ts.map +1 -0
- package/dist/src/booker/utils/layout.d.ts +2 -0
- package/dist/src/booker/utils/layout.d.ts.map +1 -0
- package/dist/src/booker-embed/booker-embed.d.ts +31 -0
- package/dist/src/booker-embed/booker-embed.d.ts.map +1 -0
- package/dist/src/booker-embed/index.d.ts +2 -0
- package/dist/src/booker-embed/index.d.ts.map +1 -0
- package/dist/src/booker-embed/use-get-routing-form-url-props.d.ts +29 -0
- package/dist/src/booker-embed/use-get-routing-form-url-props.d.ts.map +1 -0
- package/dist/src/cal-provider/base-cal-provider.d.ts +24 -0
- package/dist/src/cal-provider/base-cal-provider.d.ts.map +1 -0
- package/dist/src/cal-provider/cal-o-auth-provider.d.ts +19 -0
- package/dist/src/cal-provider/cal-o-auth-provider.d.ts.map +1 -0
- package/dist/src/cal-provider/cal-provider.d.ts +22 -0
- package/dist/src/cal-provider/cal-provider.d.ts.map +1 -0
- package/dist/src/cal-provider/index.d.ts +3 -0
- package/dist/src/cal-provider/index.d.ts.map +1 -0
- package/dist/src/cal-provider/languages.d.ts +55 -0
- package/dist/src/cal-provider/languages.d.ts.map +1 -0
- package/dist/src/calendar-settings/index.d.ts +2 -0
- package/dist/src/calendar-settings/index.d.ts.map +1 -0
- package/dist/src/calendar-settings/wrappers/calendar-settings-platform-wrapper.d.ts +17 -0
- package/dist/src/calendar-settings/wrappers/calendar-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/src/calendar-view/calendar-view-component.d.ts +2 -0
- package/dist/src/calendar-view/calendar-view-component.d.ts.map +1 -0
- package/dist/src/calendar-view/components/calendar.d.ts +2 -0
- package/dist/src/calendar-view/components/calendar.d.ts.map +1 -0
- package/dist/src/calendar-view/components/date-picker.d.ts +82 -0
- package/dist/src/calendar-view/components/date-picker.d.ts.map +1 -0
- package/dist/src/calendar-view/components/large-calendar.d.ts +19 -0
- package/dist/src/calendar-view/components/large-calendar.d.ts.map +1 -0
- package/dist/src/calendar-view/components/no-availability-dialog.d.ts +19 -0
- package/dist/src/calendar-view/components/no-availability-dialog.d.ts.map +1 -0
- package/dist/src/calendar-view/event-type-calendar-view-component.d.ts +7 -0
- package/dist/src/calendar-view/event-type-calendar-view-component.d.ts.map +1 -0
- package/dist/src/calendar-view/index.d.ts +2 -0
- package/dist/src/calendar-view/index.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/calendar.d.ts +4 -0
- package/dist/src/calendar-view/scheduler/components/calendar.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/current-time/index.d.ts +6 -0
- package/dist/src/calendar-view/scheduler/components/current-time/index.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/date-values/index.d.ts +12 -0
- package/dist/src/calendar-view/scheduler/components/date-values/index.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/default-out-of-office-slot.d.ts +3 -0
- package/dist/src/calendar-view/scheduler/components/default-out-of-office-slot.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/event/all-day-events.d.ts +108 -0
- package/dist/src/calendar-view/scheduler/components/event/all-day-events.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/event/empty.d.ts +18 -0
- package/dist/src/calendar-view/scheduler/components/event/empty.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/event/event-list.d.ts +7 -0
- package/dist/src/calendar-view/scheduler/components/event/event-list.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/event/event.d.ts +14 -0
- package/dist/src/calendar-view/scheduler/components/event/event.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/event/index.d.ts +5 -0
- package/dist/src/calendar-view/scheduler/components/event/index.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/grid/index.d.ts +10 -0
- package/dist/src/calendar-view/scheduler/components/grid/index.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/heading/index.d.ts +2 -0
- package/dist/src/calendar-view/scheduler/components/heading/index.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/heading/scheduler-heading.d.ts +2 -0
- package/dist/src/calendar-view/scheduler/components/heading/scheduler-heading.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/horizontal-lines/index.d.ts +9 -0
- package/dist/src/calendar-view/scheduler/components/horizontal-lines/index.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/spinner/spinner.d.ts +4 -0
- package/dist/src/calendar-view/scheduler/components/spinner/spinner.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/vertical-lines/index.d.ts +7 -0
- package/dist/src/calendar-view/scheduler/components/vertical-lines/index.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/state/store.d.ts +7 -0
- package/dist/src/calendar-view/scheduler/state/store.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/types/common.d.ts +2 -0
- package/dist/src/calendar-view/scheduler/types/common.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/types/events.d.ts +20 -0
- package/dist/src/calendar-view/scheduler/types/events.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/types/state.d.ts +93 -0
- package/dist/src/calendar-view/scheduler/types/state.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/utils/index.d.ts +20 -0
- package/dist/src/calendar-view/scheduler/utils/index.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/utils/overlap.d.ts +20 -0
- package/dist/src/calendar-view/scheduler/utils/overlap.d.ts.map +1 -0
- package/dist/src/calendar-view/wrappers/calendar-view-platform-wrapper.d.ts +22 -0
- package/dist/src/calendar-view/wrappers/calendar-view-platform-wrapper.d.ts.map +1 -0
- package/dist/src/components/atoms-wrapper.d.ts.map +1 -0
- package/dist/src/components/ui/address-input.d.ts +11 -0
- package/dist/src/components/ui/address-input.d.ts.map +1 -0
- package/dist/src/components/ui/alert.d.ts +16 -0
- package/dist/src/components/ui/alert.d.ts.map +1 -0
- package/dist/src/components/ui/app-list-card.d.ts +30 -0
- package/dist/src/components/ui/app-list-card.d.ts.map +1 -0
- package/dist/src/components/ui/avatar-group.d.ts +14 -0
- package/dist/src/components/ui/avatar-group.d.ts.map +1 -0
- package/dist/src/components/ui/avatar.d.ts +18 -0
- package/dist/src/components/ui/avatar.d.ts.map +1 -0
- package/dist/src/components/ui/badge.d.ts +553 -0
- package/dist/src/components/ui/badge.d.ts.map +1 -0
- package/dist/src/components/ui/button-group.d.ts +9 -0
- package/dist/src/components/ui/button-group.d.ts.map +1 -0
- package/dist/src/components/ui/button.d.ts +37 -0
- package/dist/src/components/ui/button.d.ts.map +1 -0
- package/dist/src/components/ui/calendar-switch.d.ts +22 -0
- package/dist/src/components/ui/calendar-switch.d.ts.map +1 -0
- package/dist/src/components/ui/checkbox.d.ts +15 -0
- package/dist/src/components/ui/checkbox.d.ts.map +1 -0
- package/dist/src/components/ui/checked-team-select.d.ts +43 -0
- package/dist/src/components/ui/checked-team-select.d.ts.map +1 -0
- package/dist/src/components/ui/confirmation-dialog-content.d.ts +20 -0
- package/dist/src/components/ui/confirmation-dialog-content.d.ts.map +1 -0
- package/dist/src/components/ui/controlled-dialog.d.ts +17 -0
- package/dist/src/components/ui/controlled-dialog.d.ts.map +1 -0
- package/dist/src/components/ui/dialog.d.ts +38 -0
- package/dist/src/components/ui/dialog.d.ts.map +1 -0
- package/dist/src/components/ui/disconnect-calendar-integration.d.ts +12 -0
- package/dist/src/components/ui/disconnect-calendar-integration.d.ts.map +1 -0
- package/dist/src/components/ui/divider.d.ts +3 -0
- package/dist/src/components/ui/divider.d.ts.map +1 -0
- package/dist/src/components/ui/dropdown.d.ts +40 -0
- package/dist/src/components/ui/dropdown.d.ts.map +1 -0
- package/dist/src/components/ui/editable-heading.d.ts +6 -0
- package/dist/src/components/ui/editable-heading.d.ts.map +1 -0
- package/dist/src/components/ui/empty-screen.d.ts +18 -0
- package/dist/src/components/ui/empty-screen.d.ts.map +1 -0
- package/dist/src/components/ui/form.d.ts +11 -0
- package/dist/src/components/ui/form.d.ts.map +1 -0
- package/dist/src/components/ui/icon.d.ts +42 -0
- package/dist/src/components/ui/icon.d.ts.map +1 -0
- package/dist/src/components/ui/icons.d.ts +21 -0
- package/dist/src/components/ui/icons.d.ts.map +1 -0
- package/dist/src/components/ui/info-badge.d.ts +4 -0
- package/dist/src/components/ui/info-badge.d.ts.map +1 -0
- package/dist/src/components/ui/label.d.ts +2 -0
- package/dist/src/components/ui/label.d.ts.map +1 -0
- package/dist/src/components/ui/navigation.d.ts +37 -0
- package/dist/src/components/ui/navigation.d.ts.map +1 -0
- package/dist/src/components/ui/popover.d.ts.map +1 -0
- package/dist/src/components/ui/radio-area-group.d.ts +20 -0
- package/dist/src/components/ui/radio-area-group.d.ts.map +1 -0
- package/dist/src/components/ui/radio.d.ts +24 -0
- package/dist/src/components/ui/radio.d.ts.map +1 -0
- package/dist/src/components/ui/react-select-components.d.ts +29 -0
- package/dist/src/components/ui/react-select-components.d.ts.map +1 -0
- package/dist/src/components/ui/select.d.ts +26 -0
- package/dist/src/components/ui/select.d.ts.map +1 -0
- package/dist/src/components/ui/settings-header.d.ts +21 -0
- package/dist/src/components/ui/settings-header.d.ts.map +1 -0
- package/dist/src/components/ui/settings-toggle.d.ts +23 -0
- package/dist/src/components/ui/settings-toggle.d.ts.map +1 -0
- package/dist/src/components/ui/shell.d.ts +31 -0
- package/dist/src/components/ui/shell.d.ts.map +1 -0
- package/dist/src/components/ui/show-toast.d.ts +13 -0
- package/dist/src/components/ui/show-toast.d.ts.map +1 -0
- package/dist/src/components/ui/skeleton.d.ts +31 -0
- package/dist/src/components/ui/skeleton.d.ts.map +1 -0
- package/dist/src/components/ui/switch.d.ts +5 -0
- package/dist/src/components/ui/switch.d.ts.map +1 -0
- package/dist/src/components/ui/text-field.d.ts +99 -0
- package/dist/src/components/ui/text-field.d.ts.map +1 -0
- package/dist/src/components/ui/toast.d.ts +13 -0
- package/dist/src/components/ui/toast.d.ts.map +1 -0
- package/dist/src/components/ui/toaster.d.ts.map +1 -0
- package/dist/src/components/ui/toggle-group.d.ts +20 -0
- package/dist/src/components/ui/toggle-group.d.ts.map +1 -0
- package/dist/src/components/ui/tooltip.d.ts +29 -0
- package/dist/src/components/ui/tooltip.d.ts.map +1 -0
- package/dist/src/components/ui/use-toast.d.ts.map +1 -0
- package/dist/src/components/ui/user-avatar-group-with-org.d.ts +18 -0
- package/dist/src/components/ui/user-avatar-group-with-org.d.ts.map +1 -0
- package/dist/src/connect/apple/apple-connect.d.ts +4 -0
- package/dist/src/connect/apple/apple-connect.d.ts.map +1 -0
- package/dist/src/connect/components/disconnect-integration-modal.d.ts +19 -0
- package/dist/src/connect/components/disconnect-integration-modal.d.ts.map +1 -0
- package/dist/src/connect/components/office365-account-dialog.d.ts +12 -0
- package/dist/src/connect/components/office365-account-dialog.d.ts.map +1 -0
- package/dist/src/connect/conferencing-apps/components/app-list.d.ts +65 -0
- package/dist/src/connect/conferencing-apps/components/app-list.d.ts.map +1 -0
- package/dist/src/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.d.ts +29 -0
- package/dist/src/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.d.ts.map +1 -0
- package/dist/src/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.d.ts +10 -0
- package/dist/src/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.d.ts.map +1 -0
- package/dist/src/connect/conferencing-apps/hooks/use-atom-get-event-types.d.ts +10 -0
- package/dist/src/connect/conferencing-apps/hooks/use-atom-get-event-types.d.ts.map +1 -0
- package/dist/src/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.d.ts +4 -0
- package/dist/src/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.d.ts.map +1 -0
- package/dist/src/connect/conferencing-apps/hooks/use-connect.d.ts +22 -0
- package/dist/src/connect/conferencing-apps/hooks/use-connect.d.ts.map +1 -0
- package/dist/src/connect/conferencing-apps/hooks/use-delete-credential.d.ts +9 -0
- package/dist/src/connect/conferencing-apps/hooks/use-delete-credential.d.ts.map +1 -0
- package/dist/src/connect/conferencing-apps/hooks/use-get-default-conferencing-app.d.ts +6 -0
- package/dist/src/connect/conferencing-apps/hooks/use-get-default-conferencing-app.d.ts.map +1 -0
- package/dist/src/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.d.ts +9 -0
- package/dist/src/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.d.ts.map +1 -0
- package/dist/src/connect/google/gcal-connect.d.ts +4 -0
- package/dist/src/connect/google/gcal-connect.d.ts.map +1 -0
- package/dist/src/connect/index.d.ts +4 -0
- package/dist/src/connect/index.d.ts.map +1 -0
- package/dist/src/connect/o-auth-connect.d.ts +25 -0
- package/dist/src/connect/o-auth-connect.d.ts.map +1 -0
- package/dist/src/connect/outlook/outlook-connect.d.ts +4 -0
- package/dist/src/connect/outlook/outlook-connect.d.ts.map +1 -0
- package/dist/src/connect/stripe/stripe-connect.d.ts +22 -0
- package/dist/src/connect/stripe/stripe-connect.d.ts.map +1 -0
- package/dist/src/constants/api.d.ts +44 -0
- package/dist/src/constants/api.d.ts.map +1 -0
- package/dist/src/constants/app.d.ts +19 -0
- package/dist/src/constants/app.d.ts.map +1 -0
- package/dist/src/constants/apps.d.ts +32 -0
- package/dist/src/constants/apps.d.ts.map +1 -0
- package/dist/src/constants/index.d.ts +4 -0
- package/dist/src/constants/index.d.ts.map +1 -0
- package/dist/src/constants/styles.d.ts.map +1 -0
- package/dist/src/contracts/api.d.ts +27 -0
- package/dist/src/contracts/api.d.ts.map +1 -0
- package/dist/src/contracts/apps.d.ts +21 -0
- package/dist/src/contracts/apps.d.ts.map +1 -0
- package/dist/src/contracts/booker.d.ts +255 -0
- package/dist/src/contracts/booker.d.ts.map +1 -0
- package/dist/src/contracts/bookings.d.ts +154 -0
- package/dist/src/contracts/bookings.d.ts.map +1 -0
- package/dist/src/contracts/calendars.d.ts +82 -0
- package/dist/src/contracts/calendars.d.ts.map +1 -0
- package/dist/src/contracts/event-types.d.ts +225 -0
- package/dist/src/contracts/event-types.d.ts.map +1 -0
- package/dist/src/contracts/index.d.ts +13 -0
- package/dist/src/contracts/index.d.ts.map +1 -0
- package/dist/src/contracts/oauth.d.ts +2 -0
- package/dist/src/contracts/oauth.d.ts.map +1 -0
- package/dist/src/contracts/organizations.d.ts +15 -0
- package/dist/src/contracts/organizations.d.ts.map +1 -0
- package/dist/src/contracts/schedules.d.ts +92 -0
- package/dist/src/contracts/schedules.d.ts.map +1 -0
- package/dist/src/contracts/slots.d.ts +57 -0
- package/dist/src/contracts/slots.d.ts.map +1 -0
- package/dist/src/contracts/teams.d.ts +31 -0
- package/dist/src/contracts/teams.d.ts.map +1 -0
- package/dist/src/contracts/user.d.ts +25 -0
- package/dist/src/contracts/user.d.ts.map +1 -0
- package/dist/src/create-schedule/create-schedule-form.d.ts +18 -0
- package/dist/src/create-schedule/create-schedule-form.d.ts.map +1 -0
- package/dist/src/create-schedule/index.d.ts +2 -0
- package/dist/src/create-schedule/index.d.ts.map +1 -0
- package/dist/src/create-schedule/wrappers/create-schedule-platform-wrapper.d.ts +15 -0
- package/dist/src/create-schedule/wrappers/create-schedule-platform-wrapper.d.ts.map +1 -0
- package/dist/src/destination-calendar/components/destination-calendar-selector.d.ts +10 -0
- package/dist/src/destination-calendar/components/destination-calendar-selector.d.ts.map +1 -0
- package/dist/src/destination-calendar/destination-calendar-selector.d.ts +17 -0
- package/dist/src/destination-calendar/destination-calendar-selector.d.ts.map +1 -0
- package/dist/src/destination-calendar/destination-calendar.d.ts +21 -0
- package/dist/src/destination-calendar/destination-calendar.d.ts.map +1 -0
- package/dist/src/destination-calendar/destination-reminder-selector.d.ts +9 -0
- package/dist/src/destination-calendar/destination-reminder-selector.d.ts.map +1 -0
- package/dist/src/destination-calendar/index.d.ts +2 -0
- package/dist/src/destination-calendar/index.d.ts.map +1 -0
- package/dist/src/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.d.ts +8 -0
- package/dist/src/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/src/event-types/components/assign-all-team-members.d.ts +14 -0
- package/dist/src/event-types/components/assign-all-team-members.d.ts.map +1 -0
- package/dist/src/event-types/components/bulk-edit-default-for-events-modal.d.ts +29 -0
- package/dist/src/event-types/components/bulk-edit-default-for-events-modal.d.ts.map +1 -0
- package/dist/src/event-types/components/children-event-type-select.d.ts +34 -0
- package/dist/src/event-types/components/children-event-type-select.d.ts.map +1 -0
- package/dist/src/event-types/components/create-event-type-form.d.ts +29 -0
- package/dist/src/event-types/components/create-event-type-form.d.ts.map +1 -0
- package/dist/src/event-types/components/event-team-assignment-tab.d.ts +2 -0
- package/dist/src/event-types/components/event-team-assignment-tab.d.ts.map +1 -0
- package/dist/src/event-types/components/event-type-list-item.d.ts +12 -0
- package/dist/src/event-types/components/event-type-list-item.d.ts.map +1 -0
- package/dist/src/event-types/components/host-edit-dialogs.d.ts +40 -0
- package/dist/src/event-types/components/host-edit-dialogs.d.ts.map +1 -0
- package/dist/src/event-types/components/learn-more-link.d.ts +15 -0
- package/dist/src/event-types/components/learn-more-link.d.ts.map +1 -0
- package/dist/src/event-types/components/managed-event-dialog.d.ts +13 -0
- package/dist/src/event-types/components/managed-event-dialog.d.ts.map +1 -0
- package/dist/src/event-types/components/recurring-event-controller.d.ts +34 -0
- package/dist/src/event-types/components/recurring-event-controller.d.ts.map +1 -0
- package/dist/src/event-types/components/tabs/event-recurring-tab.d.ts +14 -0
- package/dist/src/event-types/components/tabs/event-recurring-tab.d.ts.map +1 -0
- package/dist/src/event-types/components/team-assignment/assign-all-managed-warning-dialog.d.ts +9 -0
- package/dist/src/event-types/components/team-assignment/assign-all-managed-warning-dialog.d.ts.map +1 -0
- package/dist/src/event-types/components/team-assignment/children-event-types-list.d.ts +11 -0
- package/dist/src/event-types/components/team-assignment/children-event-types-list.d.ts.map +1 -0
- package/dist/src/event-types/components/team-assignment/children-event-types.d.ts +18 -0
- package/dist/src/event-types/components/team-assignment/children-event-types.d.ts.map +1 -0
- package/dist/src/event-types/components/team-assignment/event-team-assignment-tab.d.ts +58 -0
- package/dist/src/event-types/components/team-assignment/event-team-assignment-tab.d.ts.map +1 -0
- package/dist/src/event-types/components/team-assignment/fixed-hosts.d.ts +20 -0
- package/dist/src/event-types/components/team-assignment/fixed-hosts.d.ts.map +1 -0
- package/dist/src/event-types/components/team-assignment/hosts.d.ts +19 -0
- package/dist/src/event-types/components/team-assignment/hosts.d.ts.map +1 -0
- package/dist/src/event-types/components/team-assignment/round-robin-hosts.d.ts +26 -0
- package/dist/src/event-types/components/team-assignment/round-robin-hosts.d.ts.map +1 -0
- package/dist/src/event-types/components/team-event-type-form.d.ts +27 -0
- package/dist/src/event-types/components/team-event-type-form.d.ts.map +1 -0
- package/dist/src/event-types/components/weight-description.d.ts +6 -0
- package/dist/src/event-types/components/weight-description.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-add-verified-email.d.ts +15 -0
- package/dist/src/event-types/hooks/use-add-verified-email.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-apps-data-stub.d.ts +15 -0
- package/dist/src/event-types/hooks/use-apps-data-stub.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-assign-all-managed-warning.d.ts +17 -0
- package/dist/src/event-types/hooks/use-assign-all-managed-warning.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-atom-event-type-app-integration.d.ts +21 -0
- package/dist/src/event-types/hooks/use-atom-event-type-app-integration.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-atom-event-type-by-id.d.ts +4 -0
- package/dist/src/event-types/hooks/use-atom-event-type-by-id.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-atom-event-type-payment-info.d.ts +7 -0
- package/dist/src/event-types/hooks/use-atom-event-type-payment-info.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-atom-get-all-event-types.d.ts +9 -0
- package/dist/src/event-types/hooks/use-atom-get-all-event-types.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-atom-host-schedules.d.ts +14 -0
- package/dist/src/event-types/hooks/use-atom-host-schedules.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-atom-update-event-type.d.ts +10 -0
- package/dist/src/event-types/hooks/use-atom-update-event-type.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-event-type-form.d.ts +15 -0
- package/dist/src/event-types/hooks/use-event-type-form.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-get-verified-emails.d.ts +3 -0
- package/dist/src/event-types/hooks/use-get-verified-emails.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-handle-route-change.d.ts +15 -0
- package/dist/src/event-types/hooks/use-handle-route-change.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-locked-fields-manager-stub.d.ts +29 -0
- package/dist/src/event-types/hooks/use-locked-fields-manager-stub.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-platform-tabs-navigations.d.ts +16 -0
- package/dist/src/event-types/hooks/use-platform-tabs-navigations.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-tabs-navigations.d.ts +40 -0
- package/dist/src/event-types/hooks/use-tabs-navigations.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-team-event-assignment.d.ts +65 -0
- package/dist/src/event-types/hooks/use-team-event-assignment.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-team-members-with-segment-platform.d.ts +36 -0
- package/dist/src/event-types/hooks/use-team-members-with-segment-platform.d.ts.map +1 -0
- package/dist/src/event-types/index.d.ts +2 -0
- package/dist/src/event-types/index.d.ts.map +1 -0
- package/dist/src/event-types/lib/format-event-type-duration.d.ts +13 -0
- package/dist/src/event-types/lib/format-event-type-duration.d.ts.map +1 -0
- package/dist/src/event-types/payments/payment-form.d.ts +9 -0
- package/dist/src/event-types/payments/payment-form.d.ts.map +1 -0
- package/dist/src/event-types/payments/payment-page-types.d.ts +48 -0
- package/dist/src/event-types/payments/payment-page-types.d.ts.map +1 -0
- package/dist/src/event-types/payments/payment.d.ts +39 -0
- package/dist/src/event-types/payments/payment.d.ts.map +1 -0
- package/dist/src/event-types/payments/stripe-payment-form.d.ts +9 -0
- package/dist/src/event-types/payments/stripe-payment-form.d.ts.map +1 -0
- package/dist/src/event-types/types.d.ts.map +1 -0
- package/dist/src/event-types/wrappers/create-event-type-platform-wrapper.d.ts +20 -0
- package/dist/src/event-types/wrappers/create-event-type-platform-wrapper.d.ts.map +1 -0
- package/dist/src/event-types/wrappers/event-recurring-tab-platform-wrapper.d.ts +4 -0
- package/dist/src/event-types/wrappers/event-recurring-tab-platform-wrapper.d.ts.map +1 -0
- package/dist/src/event-types/wrappers/event-team-assignment-tab-platform-wrapper.d.ts +4 -0
- package/dist/src/event-types/wrappers/event-team-assignment-tab-platform-wrapper.d.ts.map +1 -0
- package/dist/src/event-types/wrappers/event-type-platform-wrapper.d.ts +28 -0
- package/dist/src/event-types/wrappers/event-type-platform-wrapper.d.ts.map +1 -0
- package/dist/src/event-types/wrappers/list-event-types-platform-wrapper.d.ts +6 -0
- package/dist/src/event-types/wrappers/list-event-types-platform-wrapper.d.ts.map +1 -0
- package/dist/src/event-types/wrappers/types.d.ts +4 -0
- package/dist/src/event-types/wrappers/types.d.ts.map +1 -0
- package/dist/src/hooks/bookings/use-booking.d.ts +2 -0
- package/dist/src/hooks/bookings/use-booking.d.ts.map +1 -0
- package/dist/src/hooks/bookings/use-bookings.d.ts +6 -0
- package/dist/src/hooks/bookings/use-bookings.d.ts.map +1 -0
- package/dist/src/hooks/bookings/use-cancel-booking.d.ts +23 -0
- package/dist/src/hooks/bookings/use-cancel-booking.d.ts.map +1 -0
- package/dist/src/hooks/bookings/use-create-booking.d.ts +11 -0
- package/dist/src/hooks/bookings/use-create-booking.d.ts.map +1 -0
- package/dist/src/hooks/bookings/use-create-instant-booking.d.ts +10 -0
- package/dist/src/hooks/bookings/use-create-instant-booking.d.ts.map +1 -0
- package/dist/src/hooks/bookings/use-create-recurring-booking.d.ts +10 -0
- package/dist/src/hooks/bookings/use-create-recurring-booking.d.ts.map +1 -0
- package/dist/src/hooks/bookings/use-get-booking-for-reschedule.d.ts +10 -0
- package/dist/src/hooks/bookings/use-get-booking-for-reschedule.d.ts.map +1 -0
- package/dist/src/hooks/bookings/use-handle-book-event.d.ts +26 -0
- package/dist/src/hooks/bookings/use-handle-book-event.d.ts.map +1 -0
- package/dist/src/hooks/calendars/use-add-selected-calendar.d.ts +21 -0
- package/dist/src/hooks/calendars/use-add-selected-calendar.d.ts.map +1 -0
- package/dist/src/hooks/calendars/use-delete-calendar-credentials.d.ts +22 -0
- package/dist/src/hooks/calendars/use-delete-calendar-credentials.d.ts.map +1 -0
- package/dist/src/hooks/calendars/use-remove-selected-calendar.d.ts +21 -0
- package/dist/src/hooks/calendars/use-remove-selected-calendar.d.ts.map +1 -0
- package/dist/src/hooks/calendars/use-update-destination-calendars.d.ts +21 -0
- package/dist/src/hooks/calendars/use-update-destination-calendars.d.ts.map +1 -0
- package/dist/src/hooks/connect/use-check.d.ts +21 -0
- package/dist/src/hooks/connect/use-check.d.ts.map +1 -0
- package/dist/src/hooks/connect/use-connect.d.ts +18 -0
- package/dist/src/hooks/connect/use-connect.d.ts.map +1 -0
- package/dist/src/hooks/event-types/private/use-create-event-type-form.d.ts +8 -0
- package/dist/src/hooks/event-types/private/use-create-event-type-form.d.ts.map +1 -0
- package/dist/src/hooks/event-types/private/use-create-event-type.d.ts +9 -0
- package/dist/src/hooks/event-types/private/use-create-event-type.d.ts.map +1 -0
- package/dist/src/hooks/event-types/private/use-create-team-event-type.d.ts +13 -0
- package/dist/src/hooks/event-types/private/use-create-team-event-type.d.ts.map +1 -0
- package/dist/src/hooks/event-types/private/use-delete-event-type-by-id.d.ts +9 -0
- package/dist/src/hooks/event-types/private/use-delete-event-type-by-id.d.ts.map +1 -0
- package/dist/src/hooks/event-types/private/use-delete-team-event-type-by-id.d.ts +15 -0
- package/dist/src/hooks/event-types/private/use-delete-team-event-type-by-id.d.ts.map +1 -0
- package/dist/src/hooks/event-types/private/use-event-type-by-id.d.ts +4 -0
- package/dist/src/hooks/event-types/private/use-event-type-by-id.d.ts.map +1 -0
- package/dist/src/hooks/event-types/public/use-atom-get-public-event.d.ts +13 -0
- package/dist/src/hooks/event-types/public/use-atom-get-public-event.d.ts.map +1 -0
- package/dist/src/hooks/event-types/public/use-event-type.d.ts +5 -0
- package/dist/src/hooks/event-types/public/use-event-type.d.ts.map +1 -0
- package/dist/src/hooks/event-types/public/use-event-types.d.ts +4 -0
- package/dist/src/hooks/event-types/public/use-event-types.d.ts.map +1 -0
- package/dist/src/hooks/event-types/public/use-team-event-type.d.ts +4 -0
- package/dist/src/hooks/event-types/public/use-team-event-type.d.ts.map +1 -0
- package/dist/src/hooks/event-types/public/use-team-event-types.d.ts +4 -0
- package/dist/src/hooks/event-types/public/use-team-event-types.d.ts.map +1 -0
- package/dist/src/hooks/organizations/bookings/use-organization-bookings.d.ts +4 -0
- package/dist/src/hooks/organizations/bookings/use-organization-bookings.d.ts.map +1 -0
- package/dist/src/hooks/organizations/bookings/use-organization-user-bookings.d.ts +4 -0
- package/dist/src/hooks/organizations/bookings/use-organization-user-bookings.d.ts.map +1 -0
- package/dist/src/hooks/schedules/types.d.ts.map +1 -0
- package/dist/src/hooks/schedules/use-atom-create-schedule.d.ts +9 -0
- package/dist/src/hooks/schedules/use-atom-create-schedule.d.ts.map +1 -0
- package/dist/src/hooks/schedules/use-atom-duplicate-schedule.d.ts +11 -0
- package/dist/src/hooks/schedules/use-atom-duplicate-schedule.d.ts.map +1 -0
- package/dist/src/hooks/schedules/use-atom-get-all-schedules.d.ts +9 -0
- package/dist/src/hooks/schedules/use-atom-get-all-schedules.d.ts.map +1 -0
- package/dist/src/hooks/schedules/use-atom-schedule.d.ts +8 -0
- package/dist/src/hooks/schedules/use-atom-schedule.d.ts.map +1 -0
- package/dist/src/hooks/schedules/use-atom-update-schedule.d.ts +11 -0
- package/dist/src/hooks/schedules/use-atom-update-schedule.d.ts.map +1 -0
- package/dist/src/hooks/schedules/use-delete-schedule.d.ts +11 -0
- package/dist/src/hooks/schedules/use-delete-schedule.d.ts.map +1 -0
- package/dist/src/hooks/schedules/use-ensure-default-schedule.d.ts +3 -0
- package/dist/src/hooks/schedules/use-ensure-default-schedule.d.ts.map +1 -0
- package/dist/src/hooks/schedules/use-schedule.d.ts +7 -0
- package/dist/src/hooks/schedules/use-schedule.d.ts.map +1 -0
- package/dist/src/hooks/schedules/use-schedules.d.ts +7 -0
- package/dist/src/hooks/schedules/use-schedules.d.ts.map +1 -0
- package/dist/src/hooks/schedules/use-update-schedule.d.ts +10 -0
- package/dist/src/hooks/schedules/use-update-schedule.d.ts.map +1 -0
- package/dist/src/hooks/stripe/use-check.d.ts +22 -0
- package/dist/src/hooks/stripe/use-check.d.ts.map +1 -0
- package/dist/src/hooks/stripe/use-connect.d.ts +5 -0
- package/dist/src/hooks/stripe/use-connect.d.ts.map +1 -0
- package/dist/src/hooks/teams/use-team-members.d.ts +10 -0
- package/dist/src/hooks/teams/use-team-members.d.ts.map +1 -0
- package/dist/src/hooks/teams/use-teams.d.ts +7 -0
- package/dist/src/hooks/teams/use-teams.d.ts.map +1 -0
- package/dist/src/hooks/use-api-keys.d.ts +9 -0
- package/dist/src/hooks/use-api-keys.d.ts.map +1 -0
- package/dist/src/hooks/use-atoms-context.d.ts +32 -0
- package/dist/src/hooks/use-atoms-context.d.ts.map +1 -0
- package/dist/src/hooks/use-atoms-locale.d.ts +3 -0
- package/dist/src/hooks/use-atoms-locale.d.ts.map +1 -0
- package/dist/src/hooks/use-available-slots.d.ts +7 -0
- package/dist/src/hooks/use-available-slots.d.ts.map +1 -0
- package/dist/src/hooks/use-calendars-busy-times.d.ts +12 -0
- package/dist/src/hooks/use-calendars-busy-times.d.ts.map +1 -0
- package/dist/src/hooks/use-connected-calendars.d.ts +6 -0
- package/dist/src/hooks/use-connected-calendars.d.ts.map +1 -0
- package/dist/src/hooks/use-delete-selected-slot.d.ts +8 -0
- package/dist/src/hooks/use-delete-selected-slot.d.ts.map +1 -0
- package/dist/src/hooks/use-event-types-list.d.ts +18 -0
- package/dist/src/hooks/use-event-types-list.d.ts.map +1 -0
- package/dist/src/hooks/use-get-city-timezones.d.ts +10 -0
- package/dist/src/hooks/use-get-city-timezones.d.ts.map +1 -0
- package/dist/src/hooks/use-is-platform-booker-embed.d.ts +2 -0
- package/dist/src/hooks/use-is-platform-booker-embed.d.ts.map +1 -0
- package/dist/src/hooks/use-is-platform.d.ts +2 -0
- package/dist/src/hooks/use-is-platform.d.ts.map +1 -0
- package/dist/src/hooks/use-me.d.ts +9 -0
- package/dist/src/hooks/use-me.d.ts.map +1 -0
- package/dist/src/hooks/use-o-auth-client.d.ts +18 -0
- package/dist/src/hooks/use-o-auth-client.d.ts.map +1 -0
- package/dist/src/hooks/use-o-auth-flow.d.ts +15 -0
- package/dist/src/hooks/use-o-auth-flow.d.ts.map +1 -0
- package/dist/src/hooks/use-reserve-slot.d.ts +8 -0
- package/dist/src/hooks/use-reserve-slot.d.ts.map +1 -0
- package/dist/src/hooks/use-schedule-by-event-slug.d.ts +16 -0
- package/dist/src/hooks/use-schedule-by-event-slug.d.ts.map +1 -0
- package/dist/src/hooks/use-slots.d.ts +24 -0
- package/dist/src/hooks/use-slots.d.ts.map +1 -0
- package/dist/src/hooks/use-timezone.d.ts +2 -0
- package/dist/src/hooks/use-timezone.d.ts.map +1 -0
- package/dist/src/hooks/use-update-user-timezone.d.ts +7 -0
- package/dist/src/hooks/use-update-user-timezone.d.ts.map +1 -0
- package/dist/src/hooks/use-verify-code.d.ts +18 -0
- package/dist/src/hooks/use-verify-code.d.ts.map +1 -0
- package/dist/src/hooks/use-verify-email.d.ts +20 -0
- package/dist/src/hooks/use-verify-email.d.ts.map +1 -0
- package/dist/src/index.d.ts +51 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/lib/append-client-id-to-email.d.ts +2 -0
- package/dist/src/lib/append-client-id-to-email.d.ts.map +1 -0
- package/dist/src/lib/get-placeholder-content.d.ts +16 -0
- package/dist/src/lib/get-placeholder-content.d.ts.map +1 -0
- package/dist/src/lib/get-query-param.d.ts +3 -0
- package/dist/src/lib/get-query-param.d.ts.map +1 -0
- package/dist/src/lib/get-utm-tracking-parameters.d.ts +5 -0
- package/dist/src/lib/get-utm-tracking-parameters.d.ts.map +1 -0
- package/dist/src/lib/http.d.ts.map +1 -0
- package/dist/src/lib/markdown-to-safe-html-client.d.ts +8 -0
- package/dist/src/lib/markdown-to-safe-html-client.d.ts.map +1 -0
- package/dist/src/lib/markdown-to-safe-html.d.ts +2 -0
- package/dist/src/lib/markdown-to-safe-html.d.ts.map +1 -0
- package/dist/src/lib/set-query-param.d.ts +3 -0
- package/dist/src/lib/set-query-param.d.ts.map +1 -0
- package/dist/src/lib/time-zones.d.ts +15 -0
- package/dist/src/lib/time-zones.d.ts.map +1 -0
- package/dist/src/lib/use-locale.d.ts +9 -0
- package/dist/src/lib/use-locale.d.ts.map +1 -0
- package/dist/src/lib/utils.d.ts.map +1 -0
- package/dist/src/list-schedules/components/schedule-list-item.d.ts +39 -0
- package/dist/src/list-schedules/components/schedule-list-item.d.ts.map +1 -0
- package/dist/src/list-schedules/index.d.ts +2 -0
- package/dist/src/list-schedules/index.d.ts.map +1 -0
- package/dist/src/list-schedules/wrappers/list-schedules-platform-wrapper.d.ts +6 -0
- package/dist/src/list-schedules/wrappers/list-schedules-platform-wrapper.d.ts.map +1 -0
- package/dist/src/onboarding/continue-with-calcom.d.ts.map +1 -0
- package/dist/src/onboarding/export.d.ts +3 -0
- package/dist/src/onboarding/export.d.ts.map +1 -0
- package/dist/src/onboarding/onboarding-embed.d.ts.map +1 -0
- package/dist/src/onboarding/types.d.ts +31 -0
- package/dist/src/onboarding/types.d.ts.map +1 -0
- package/dist/src/router/index.d.ts +2 -0
- package/dist/src/router/index.d.ts.map +1 -0
- package/dist/src/router/router.d.ts +30 -0
- package/dist/src/router/router.d.ts.map +1 -0
- package/dist/src/selected-calendars/index.d.ts +2 -0
- package/dist/src/selected-calendars/index.d.ts.map +1 -0
- package/dist/src/selected-calendars/selected-calendars-settings.d.ts +6 -0
- package/dist/src/selected-calendars/selected-calendars-settings.d.ts.map +1 -0
- package/dist/src/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.d.ts +38 -0
- package/dist/src/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/src/timezone/index.d.ts +6 -0
- package/dist/src/timezone/index.d.ts.map +1 -0
- package/dist/src/timezone/timezone-select-component.d.ts +15 -0
- package/dist/src/timezone/timezone-select-component.d.ts.map +1 -0
- package/dist/src/troubleshooter/components/calendar-toggle-container-component.d.ts +31 -0
- package/dist/src/troubleshooter/components/calendar-toggle-container-component.d.ts.map +1 -0
- package/dist/src/troubleshooter/components/event-schedule-item-component.d.ts +12 -0
- package/dist/src/troubleshooter/components/event-schedule-item-component.d.ts.map +1 -0
- package/dist/src/troubleshooter/components/event-type-select-component.d.ts +18 -0
- package/dist/src/troubleshooter/components/event-type-select-component.d.ts.map +1 -0
- package/dist/src/troubleshooter/components/troubleshooter-list-item-container.d.ts +12 -0
- package/dist/src/troubleshooter/components/troubleshooter-list-item-container.d.ts.map +1 -0
- package/dist/src/troubleshooter/index.d.ts +2 -0
- package/dist/src/troubleshooter/index.d.ts.map +1 -0
- package/dist/src/troubleshooter/large-calendar/large-calendar.d.ts +6 -0
- package/dist/src/troubleshooter/large-calendar/large-calendar.d.ts.map +1 -0
- package/dist/src/troubleshooter/sidebar/calendar-toggle-container.d.ts +7 -0
- package/dist/src/troubleshooter/sidebar/calendar-toggle-container.d.ts.map +1 -0
- package/dist/src/troubleshooter/sidebar/event-schedule-item.d.ts +2 -0
- package/dist/src/troubleshooter/sidebar/event-schedule-item.d.ts.map +1 -0
- package/dist/src/troubleshooter/sidebar/event-type-select.d.ts +2 -0
- package/dist/src/troubleshooter/sidebar/event-type-select.d.ts.map +1 -0
- package/dist/src/troubleshooter/sidebar/troubleshooter-sidebar.d.ts +17 -0
- package/dist/src/troubleshooter/sidebar/troubleshooter-sidebar.d.ts.map +1 -0
- package/dist/src/troubleshooter/store.d.ts +30 -0
- package/dist/src/troubleshooter/store.d.ts.map +1 -0
- package/dist/src/troubleshooter/types.d.ts +11 -0
- package/dist/src/troubleshooter/types.d.ts.map +1 -0
- package/dist/src/troubleshooter/wrappers/troubleshooter-platform-wrapper.d.ts +14 -0
- package/dist/src/troubleshooter/wrappers/troubleshooter-platform-wrapper.d.ts.map +1 -0
- package/dist/src/types.d.ts.map +1 -0
- package/dist/src/vendor/analytics.d.ts +17 -0
- package/dist/src/vendor/analytics.d.ts.map +1 -0
- package/dist/src/vendor/availability.d.ts +15 -0
- package/dist/src/vendor/availability.d.ts.map +1 -0
- package/dist/src/vendor/avatar-url.d.ts +23 -0
- package/dist/src/vendor/avatar-url.d.ts.map +1 -0
- package/dist/src/vendor/booker-url.d.ts +13 -0
- package/dist/src/vendor/booker-url.d.ts.map +1 -0
- package/dist/src/vendor/booking-to-mutation-input.d.ts +96 -0
- package/dist/src/vendor/booking-to-mutation-input.d.ts.map +1 -0
- package/dist/src/vendor/cal-ai-phone.d.ts +4 -0
- package/dist/src/vendor/cal-ai-phone.d.ts.map +1 -0
- package/dist/src/vendor/check-for-empty-assignment.d.ts +16 -0
- package/dist/src/vendor/check-for-empty-assignment.d.ts.map +1 -0
- package/dist/src/vendor/children-event-type.d.ts +44 -0
- package/dist/src/vendor/children-event-type.d.ts.map +1 -0
- package/dist/src/vendor/currency.d.ts +3 -0
- package/dist/src/vendor/currency.d.ts.map +1 -0
- package/dist/src/vendor/dayjs/index.d.ts.map +1 -0
- package/dist/src/vendor/dayjs/plugins/business-days-plugin.d.ts.map +1 -0
- package/dist/src/vendor/dayjs-utils.d.ts +4 -0
- package/dist/src/vendor/dayjs-utils.d.ts.map +1 -0
- package/dist/src/vendor/error-codes.d.ts +40 -0
- package/dist/src/vendor/error-codes.d.ts.map +1 -0
- package/dist/src/vendor/event-naming.d.ts +33 -0
- package/dist/src/vendor/event-naming.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/base-schema.d.ts +917 -0
- package/dist/src/vendor/form-builder/base-schema.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/field-type-enum.d.ts +4 -0
- package/dist/src/vendor/form-builder/field-type-enum.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/field-types.d.ts +5 -0
- package/dist/src/vendor/form-builder/field-types.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/fields-that-support-label-as-safe-html.d.ts +3 -0
- package/dist/src/vendor/form-builder/fields-that-support-label-as-safe-html.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/props-types.d.ts +18 -0
- package/dist/src/vendor/form-builder/props-types.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/schema.d.ts +761 -0
- package/dist/src/vendor/form-builder/schema.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/system-field.d.ts +9 -0
- package/dist/src/vendor/form-builder/system-field.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/use-should-be-disabled-due-to-prefill.d.ts +12 -0
- package/dist/src/vendor/form-builder/use-should-be-disabled-due-to-prefill.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/utils/get-field-identifier.d.ts +2 -0
- package/dist/src/vendor/form-builder/utils/get-field-identifier.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/utils/variants-config.d.ts +40 -0
- package/dist/src/vendor/form-builder/utils/variants-config.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/utils.d.ts +7 -0
- package/dist/src/vendor/form-builder/utils.d.ts.map +1 -0
- package/dist/src/vendor/form-builder-widgets/index.d.ts +49 -0
- package/dist/src/vendor/form-builder-widgets/index.d.ts.map +1 -0
- package/dist/src/vendor/format-date-time.d.ts +15 -0
- package/dist/src/vendor/format-date-time.d.ts.map +1 -0
- package/dist/src/vendor/get-available-dates-in-month.d.ts +12 -0
- package/dist/src/vendor/get-available-dates-in-month.d.ts.map +1 -0
- package/dist/src/vendor/get-avatar-url.d.ts +5 -0
- package/dist/src/vendor/get-avatar-url.d.ts.map +1 -0
- package/dist/src/vendor/get-routed-team-member-ids.d.ts +2 -0
- package/dist/src/vendor/get-routed-team-member-ids.d.ts.map +1 -0
- package/dist/src/vendor/get-stripe.d.ts +7 -0
- package/dist/src/vendor/get-stripe.d.ts.map +1 -0
- package/dist/src/vendor/get-username-list.d.ts +2 -0
- package/dist/src/vendor/get-username-list.d.ts.map +1 -0
- package/dist/src/vendor/hooks/use-debounce.d.ts +2 -0
- package/dist/src/vendor/hooks/use-debounce.d.ts.map +1 -0
- package/dist/src/vendor/hooks/use-media-query.d.ts +3 -0
- package/dist/src/vendor/hooks/use-media-query.d.ts.map +1 -0
- package/dist/src/vendor/hooks/use-router-query.d.ts +2 -0
- package/dist/src/vendor/hooks/use-router-query.d.ts.map +1 -0
- package/dist/src/vendor/host-group-utils.d.ts +19 -0
- package/dist/src/vendor/host-group-utils.d.ts.map +1 -0
- package/dist/src/vendor/interval-limit.d.ts +6 -0
- package/dist/src/vendor/interval-limit.d.ts.map +1 -0
- package/dist/src/vendor/invert-logo-on-dark.d.ts +2 -0
- package/dist/src/vendor/invert-logo-on-dark.d.ts.map +1 -0
- package/dist/src/vendor/locales/de/common.json.d.ts +319 -0
- package/dist/src/vendor/locales/en/common.json.d.ts +319 -0
- package/dist/src/vendor/locales/es/common.json.d.ts +319 -0
- package/dist/src/vendor/locales/fr/common.json.d.ts +319 -0
- package/dist/src/vendor/locales/it/common.json.d.ts +319 -0
- package/dist/src/vendor/locales/nl/common.json.d.ts +319 -0
- package/dist/src/vendor/locales/pt-BR/common.json.d.ts +319 -0
- package/dist/src/vendor/locations-resolver.d.ts +38 -0
- package/dist/src/vendor/locations-resolver.d.ts.map +1 -0
- package/dist/src/vendor/locations.d.ts +58 -0
- package/dist/src/vendor/locations.d.ts.map +1 -0
- package/dist/src/vendor/parse-dates.d.ts +18 -0
- package/dist/src/vendor/parse-dates.d.ts.map +1 -0
- package/dist/src/vendor/payments.d.ts +50 -0
- package/dist/src/vendor/payments.d.ts.map +1 -0
- package/dist/src/vendor/phone-input/phone-input.d.ts +17 -0
- package/dist/src/vendor/phone-input/phone-input.d.ts.map +1 -0
- package/dist/src/vendor/phone-input/phone-masks.d.ts +8 -0
- package/dist/src/vendor/phone-input/phone-masks.d.ts.map +1 -0
- package/dist/src/vendor/query-param.d.ts.map +1 -0
- package/dist/src/vendor/recurring.d.ts +27 -0
- package/dist/src/vendor/recurring.d.ts.map +1 -0
- package/dist/src/vendor/schedule-list-item.d.ts +55 -0
- package/dist/src/vendor/schedule-list-item.d.ts.map +1 -0
- package/dist/src/vendor/scroll.d.ts +2 -0
- package/dist/src/vendor/scroll.d.ts.map +1 -0
- package/dist/src/vendor/server-trans.d.ts +25 -0
- package/dist/src/vendor/server-trans.d.ts.map +1 -0
- package/dist/src/vendor/slugify.d.ts +3 -0
- package/dist/src/vendor/slugify.d.ts.map +1 -0
- package/dist/src/vendor/time-format.d.ts +10 -0
- package/dist/src/vendor/time-format.d.ts.map +1 -0
- package/dist/src/vendor/time-preferences.d.ts +14 -0
- package/dist/src/vendor/time-preferences.d.ts.map +1 -0
- package/dist/src/vendor/time-shift.d.ts +6 -0
- package/dist/src/vendor/time-shift.d.ts.map +1 -0
- package/dist/src/vendor/timezone-constants.d.ts +3 -0
- package/dist/src/vendor/timezone-constants.d.ts.map +1 -0
- package/dist/src/vendor/timezone.d.ts +10 -0
- package/dist/src/vendor/timezone.d.ts.map +1 -0
- package/dist/src/vendor/validate-booker-layouts.d.ts +8 -0
- package/dist/src/vendor/validate-booker-layouts.d.ts.map +1 -0
- package/dist/src/vendor/webstorage.d.ts +18 -0
- package/dist/src/vendor/webstorage.d.ts.map +1 -0
- package/dist/src/vendor/weekday.d.ts +5 -0
- package/dist/src/vendor/weekday.d.ts.map +1 -0
- package/dist/src/vendor/weekstart.d.ts +3 -0
- package/dist/src/vendor/weekstart.d.ts.map +1 -0
- package/dist/stripe-payment-form-B8jt-Dp0.js +544 -0
- package/dist/vite.config.d.ts.map +1 -0
- package/dist/vitest.config.d.ts +12 -0
- package/dist/vitest.config.d.ts.map +1 -0
- package/globals.tw3.min.css +21 -0
- package/package.json +100 -37
- package/src/add-members-switch/add-members-with-switch-platform-wrapper.tsx +9 -0
- package/src/add-members-switch/add-members-with-switch.tsx +321 -0
- package/src/availability/availability-settings.tsx +806 -0
- package/src/availability/components/date-override-input-dialog.tsx +254 -0
- package/src/availability/components/date-override-list.tsx +167 -0
- package/src/availability/components/schedule-component.tsx +790 -0
- package/src/availability/index.ts +3 -0
- package/src/availability/types.ts +40 -0
- package/src/availability/wrappers/availability-settings-platform-wrapper.tsx +224 -0
- package/src/booker/Booker.docs.mdx +12 -0
- package/src/booker/__tests__/config.test.ts +58 -0
- package/src/booker/__tests__/store-extended.test.ts +349 -0
- package/src/booker/__tests__/store.test.ts +230 -0
- package/src/booker/booker-platform-wrapper.tsx +625 -0
- package/src/booker/booker-store-provider.tsx +117 -0
- package/src/booker/components/available-time-slots.tsx +245 -0
- package/src/booker/components/available-times-header.tsx +79 -0
- package/src/booker/components/available-times.tsx +359 -0
- package/src/booker/components/book-event-form/book-event-form.tsx +344 -0
- package/src/booker/components/book-event-form/book-form-as-modal.tsx +85 -0
- package/src/booker/components/book-event-form/booking-fields.tsx +257 -0
- package/src/booker/components/book-event-form/index.ts +4 -0
- package/src/booker/components/book-event-form/skeleton.tsx +29 -0
- package/src/booker/components/booker-component.tsx +699 -0
- package/src/booker/components/booker-section.tsx +49 -0
- package/src/booker/components/dry-run-message.tsx +31 -0
- package/src/booker/components/event-meta/available-event-locations.tsx +121 -0
- package/src/booker/components/event-meta/details.tsx +187 -0
- package/src/booker/components/event-meta/duration.tsx +141 -0
- package/src/booker/components/event-meta/index.ts +6 -0
- package/src/booker/components/event-meta/locations.tsx +71 -0
- package/src/booker/components/event-meta/members.tsx +99 -0
- package/src/booker/components/event-meta/occurences.tsx +142 -0
- package/src/booker/components/event-meta/price-icon.tsx +65 -0
- package/src/booker/components/event-meta/price.tsx +103 -0
- package/src/booker/components/event-meta/skeleton.tsx +19 -0
- package/src/booker/components/event-meta/title.tsx +18 -0
- package/src/booker/components/event-meta.tsx +292 -0
- package/src/booker/components/external-redirect-interstitial.tsx +78 -0
- package/src/booker/components/form-builder/components.tsx +541 -0
- package/src/booker/components/form-builder/form-builder-field.tsx +390 -0
- package/src/booker/components/having-trouble-finding-time.tsx +49 -0
- package/src/booker/components/header.tsx +261 -0
- package/src/booker/components/instant-booking.tsx +74 -0
- package/src/booker/components/out-of-office-in-slots.tsx +116 -0
- package/src/booker/components/overlay-calendar/overlay-calendar-continue-modal.tsx +47 -0
- package/src/booker/components/overlay-calendar/overlay-calendar-settings-modal.tsx +129 -0
- package/src/booker/components/overlay-calendar/overlay-calendar-switch.tsx +73 -0
- package/src/booker/components/overlay-calendar/overlay-calendar.tsx +80 -0
- package/src/booker/components/overlay-calendar/store.ts +27 -0
- package/src/booker/components/pay-icon.tsx +6 -0
- package/src/booker/components/price.tsx +13 -0
- package/src/booker/components/redirect-to-instant-meeting-modal.tsx +121 -0
- package/src/booker/components/scrollable-with-gradients.tsx +77 -0
- package/src/booker/components/seats-availability-text.tsx +43 -0
- package/src/booker/components/section.tsx +51 -0
- package/src/booker/components/slot-selection-modal-header.tsx +116 -0
- package/src/booker/components/time-format-toggle.tsx +28 -0
- package/src/booker/components/unavailable.tsx +30 -0
- package/src/booker/components/unpublished-entity.tsx +30 -0
- package/src/booker/components/verify-code-dialog.tsx +131 -0
- package/src/booker/config.ts +206 -0
- package/src/booker/export.ts +5 -0
- package/src/booker/framer-features.ts +3 -0
- package/src/booker/hooks/__tests__/use-booker-layout.test.tsx +98 -0
- package/src/booker/hooks/__tests__/use-check-overlap-with-overlay.test.ts +95 -0
- package/src/booker/hooks/__tests__/use-local-set.test.tsx +72 -0
- package/src/booker/hooks/__tests__/use-non-empty-schedule-days.test.tsx +37 -0
- package/src/booker/hooks/__tests__/use-overlay-calendar.test.tsx +122 -0
- package/src/booker/hooks/__tests__/use-should-show-arrows.test.tsx +45 -0
- package/src/booker/hooks/__tests__/use-skip-confirm-step.test.ts +54 -0
- package/src/booker/hooks/__tests__/use-slots-for-date.test.tsx +65 -0
- package/src/booker/hooks/__tests__/use-stable-timezone.test.ts +74 -0
- package/src/booker/hooks/__tests__/use-times-for-schedule.test.tsx +132 -0
- package/src/booker/hooks/embed-stubs.ts +30 -0
- package/src/booker/hooks/use-available-time-slots.ts +48 -0
- package/src/booker/hooks/use-booker-layout.ts +131 -0
- package/src/booker/hooks/use-booker-time.ts +21 -0
- package/src/booker/hooks/use-booking-form.ts +108 -0
- package/src/booker/hooks/use-bookings-types.ts +10 -0
- package/src/booker/hooks/use-check-overlap-with-overlay.ts +49 -0
- package/src/booker/hooks/use-initialize-week-start.ts +20 -0
- package/src/booker/hooks/use-is-quick-availability-check-feature-enabled.ts +45 -0
- package/src/booker/hooks/use-local-set.tsx +70 -0
- package/src/booker/hooks/use-non-empty-schedule-days.ts +23 -0
- package/src/booker/hooks/use-overlay-calendar.ts +94 -0
- package/src/booker/hooks/use-should-show-arrows.ts +33 -0
- package/src/booker/hooks/use-skip-confirm-step.ts +79 -0
- package/src/booker/hooks/use-slots-for-date.ts +51 -0
- package/src/booker/hooks/use-stable-timezone.ts +13 -0
- package/src/booker/hooks/use-times-for-schedule.ts +123 -0
- package/src/booker/store.ts +831 -0
- package/src/booker/types.ts +142 -0
- package/src/booker/use-slot-reservation-id.ts +14 -0
- package/src/booker/utils/__tests__/booker-utils.test.ts +159 -0
- package/src/booker/utils/__tests__/is-timeslot-available.test.ts +224 -0
- package/src/booker/utils/are-different-valid-months.ts +5 -0
- package/src/booker/utils/dates.tsx +90 -0
- package/src/booker/utils/get-booker-timezone.ts +9 -0
- package/src/booker/utils/get-booking-duration.ts +19 -0
- package/src/booker/utils/get-prefetch-month-count.ts +24 -0
- package/src/booker/utils/is-booking-dry-run.ts +5 -0
- package/src/booker/utils/is-month-change.ts +5 -0
- package/src/booker/utils/is-month-view-prefetch-enabled.ts +14 -0
- package/src/booker/utils/is-prefetch-next-month-enabled.ts +27 -0
- package/src/booker/utils/is-timeslot-available.ts +78 -0
- package/src/booker/utils/layout.ts +5 -0
- package/src/booker-embed/__tests__/use-get-routing-form-url-props.test.tsx +133 -0
- package/src/booker-embed/booker-embed.tsx +117 -0
- package/src/booker-embed/index.ts +1 -0
- package/src/booker-embed/use-get-routing-form-url-props.tsx +95 -0
- package/src/cal-provider/base-cal-provider.tsx +248 -0
- package/src/cal-provider/cal-o-auth-provider.tsx +77 -0
- package/src/cal-provider/cal-provider.tsx +112 -0
- package/src/cal-provider/index.ts +2 -0
- package/src/cal-provider/languages.ts +78 -0
- package/src/calendar-settings/index.ts +1 -0
- package/src/calendar-settings/wrappers/calendar-settings-platform-wrapper.tsx +45 -0
- package/src/calendar-view/calendar-view-component.tsx +35 -0
- package/src/calendar-view/components/calendar.tsx +1 -0
- package/src/calendar-view/components/date-picker.tsx +498 -0
- package/src/calendar-view/components/large-calendar.tsx +201 -0
- package/src/calendar-view/components/no-availability-dialog.tsx +74 -0
- package/src/calendar-view/event-type-calendar-view-component.tsx +152 -0
- package/src/calendar-view/index.ts +1 -0
- package/src/calendar-view/scheduler/components/calendar.tsx +231 -0
- package/src/calendar-view/scheduler/components/current-time/index.tsx +87 -0
- package/src/calendar-view/scheduler/components/date-values/index.tsx +114 -0
- package/src/calendar-view/scheduler/components/default-out-of-office-slot.tsx +68 -0
- package/src/calendar-view/scheduler/components/event/all-day-events.test.tsx +799 -0
- package/src/calendar-view/scheduler/components/event/all-day-events.tsx +360 -0
- package/src/calendar-view/scheduler/components/event/empty.tsx +229 -0
- package/src/calendar-view/scheduler/components/event/event-list.tsx +137 -0
- package/src/calendar-view/scheduler/components/event/event.tsx +165 -0
- package/src/calendar-view/scheduler/components/event/index.tsx +4 -0
- package/src/calendar-view/scheduler/components/grid/index.tsx +24 -0
- package/src/calendar-view/scheduler/components/heading/index.tsx +1 -0
- package/src/calendar-view/scheduler/components/heading/scheduler-heading.tsx +40 -0
- package/src/calendar-view/scheduler/components/horizontal-lines/index.tsx +48 -0
- package/src/calendar-view/scheduler/components/spinner/spinner.tsx +23 -0
- package/src/calendar-view/scheduler/components/vertical-lines/index.tsx +40 -0
- package/src/calendar-view/scheduler/state/__tests__/store.test.ts +147 -0
- package/src/calendar-view/scheduler/state/store.ts +93 -0
- package/src/calendar-view/scheduler/styles/styles.css +20 -0
- package/src/calendar-view/scheduler/types/common.ts +1 -0
- package/src/calendar-view/scheduler/types/events.ts +20 -0
- package/src/calendar-view/scheduler/types/state.ts +126 -0
- package/src/calendar-view/scheduler/utils/__tests__/overlap.test.ts +650 -0
- package/src/calendar-view/scheduler/utils/__tests__/utils.test.ts +133 -0
- package/src/calendar-view/scheduler/utils/index.ts +100 -0
- package/src/calendar-view/scheduler/utils/overlap.ts +175 -0
- package/src/calendar-view/wrappers/calendar-view-platform-wrapper.tsx +41 -0
- package/src/components/atoms-wrapper.tsx +22 -0
- package/src/components/ui/address-input.tsx +36 -0
- package/src/components/ui/alert.tsx +67 -0
- package/src/components/ui/app-list-card.tsx +94 -0
- package/src/components/ui/avatar-group.tsx +59 -0
- package/src/components/ui/avatar.tsx +94 -0
- package/src/components/ui/badge.tsx +93 -0
- package/src/components/ui/button-group.tsx +40 -0
- package/src/components/ui/button.tsx +177 -0
- package/src/components/ui/calendar-switch.tsx +56 -0
- package/src/components/ui/checkbox.tsx +126 -0
- package/src/components/ui/checked-team-select.tsx +225 -0
- package/src/components/ui/confirmation-dialog-content.tsx +82 -0
- package/src/components/ui/controlled-dialog.tsx +30 -0
- package/src/components/ui/dialog.tsx +165 -0
- package/src/components/ui/disconnect-calendar-integration.tsx +52 -0
- package/src/components/ui/divider.tsx +22 -0
- package/src/components/ui/dropdown.tsx +240 -0
- package/src/components/ui/editable-heading.tsx +64 -0
- package/src/components/ui/empty-screen.tsx +86 -0
- package/src/components/ui/form.tsx +46 -0
- package/src/components/ui/icon.tsx +249 -0
- package/src/components/ui/icons.tsx +313 -0
- package/src/components/ui/info-badge.tsx +12 -0
- package/src/components/ui/label.tsx +13 -0
- package/src/components/ui/navigation.tsx +38 -0
- package/src/components/ui/popover.tsx +31 -0
- package/src/components/ui/radio-area-group.tsx +67 -0
- package/src/components/ui/radio.tsx +72 -0
- package/src/components/ui/react-select-components.tsx +86 -0
- package/src/components/ui/select.tsx +123 -0
- package/src/components/ui/settings-header.tsx +87 -0
- package/src/components/ui/settings-toggle.tsx +123 -0
- package/src/components/ui/shell.tsx +47 -0
- package/src/components/ui/show-toast.tsx +11 -0
- package/src/components/ui/skeleton.tsx +112 -0
- package/src/components/ui/switch.tsx +28 -0
- package/src/components/ui/text-field.tsx +241 -0
- package/src/components/ui/toast.tsx +121 -0
- package/src/components/ui/toaster.tsx +28 -0
- package/src/components/ui/toggle-group.tsx +109 -0
- package/src/components/ui/tooltip.tsx +84 -0
- package/src/components/ui/use-toast.ts +187 -0
- package/src/components/ui/user-avatar-group-with-org.tsx +45 -0
- package/src/connect/apple/apple-connect.tsx +197 -0
- package/src/connect/components/disconnect-integration-modal.tsx +51 -0
- package/src/connect/components/office365-account-dialog.tsx +48 -0
- package/src/connect/conferencing-apps/components/app-list.tsx +238 -0
- package/src/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.tsx +358 -0
- package/src/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.ts +50 -0
- package/src/connect/conferencing-apps/hooks/use-atom-get-event-types.ts +34 -0
- package/src/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.ts +38 -0
- package/src/connect/conferencing-apps/hooks/use-connect.ts +157 -0
- package/src/connect/conferencing-apps/hooks/use-delete-credential.ts +38 -0
- package/src/connect/conferencing-apps/hooks/use-get-default-conferencing-app.ts +38 -0
- package/src/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.ts +43 -0
- package/src/connect/google/gcal-connect.tsx +42 -0
- package/src/connect/index.ts +3 -0
- package/src/connect/o-auth-connect.tsx +148 -0
- package/src/connect/outlook/outlook-connect.tsx +42 -0
- package/src/connect/stripe/stripe-connect.tsx +81 -0
- package/src/constants/api.ts +114 -0
- package/src/constants/app.ts +44 -0
- package/src/constants/apps.ts +37 -0
- package/src/constants/index.ts +3 -0
- package/src/constants/styles.ts +1 -0
- package/src/contracts/api.ts +30 -0
- package/src/contracts/apps.ts +24 -0
- package/src/contracts/booker.ts +287 -0
- package/src/contracts/bookings.ts +141 -0
- package/src/contracts/calendars.ts +87 -0
- package/src/contracts/event-types.ts +252 -0
- package/src/contracts/index.ts +12 -0
- package/src/contracts/oauth.ts +47 -0
- package/src/contracts/organizations.ts +14 -0
- package/src/contracts/schedules.ts +100 -0
- package/src/contracts/slots.ts +63 -0
- package/src/contracts/teams.ts +35 -0
- package/src/contracts/user.ts +25 -0
- package/src/create-schedule/create-schedule-form.tsx +110 -0
- package/src/create-schedule/index.tsx +1 -0
- package/src/create-schedule/wrappers/create-schedule-platform-wrapper.tsx +69 -0
- package/src/destination-calendar/components/destination-calendar-selector.tsx +34 -0
- package/src/destination-calendar/destination-calendar-selector.tsx +149 -0
- package/src/destination-calendar/destination-calendar.tsx +82 -0
- package/src/destination-calendar/destination-reminder-selector.tsx +51 -0
- package/src/destination-calendar/index.ts +1 -0
- package/src/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.tsx +62 -0
- package/src/event-types/__tests__/event-type-list-item.test.tsx +196 -0
- package/src/event-types/__tests__/format-event-type-duration.test.ts +47 -0
- package/src/event-types/components/__tests__/children-event-type-select.test.tsx +291 -0
- package/src/event-types/components/assign-all-team-members.tsx +46 -0
- package/src/event-types/components/bulk-edit-default-for-events-modal.tsx +129 -0
- package/src/event-types/components/children-event-type-select.tsx +223 -0
- package/src/event-types/components/create-event-type-form.tsx +160 -0
- package/src/event-types/components/event-team-assignment-tab.tsx +9 -0
- package/src/event-types/components/event-type-list-item.tsx +153 -0
- package/src/event-types/components/host-edit-dialogs.tsx +277 -0
- package/src/event-types/components/learn-more-link.tsx +41 -0
- package/src/event-types/components/managed-event-dialog.tsx +62 -0
- package/src/event-types/components/recurring-event-controller.tsx +247 -0
- package/src/event-types/components/tabs/event-recurring-tab.tsx +34 -0
- package/src/event-types/components/team-assignment/assign-all-managed-warning-dialog.tsx +43 -0
- package/src/event-types/components/team-assignment/children-event-types-list.tsx +43 -0
- package/src/event-types/components/team-assignment/children-event-types.tsx +62 -0
- package/src/event-types/components/team-assignment/event-team-assignment-tab.tsx +300 -0
- package/src/event-types/components/team-assignment/fixed-hosts.tsx +170 -0
- package/src/event-types/components/team-assignment/hosts.tsx +125 -0
- package/src/event-types/components/team-assignment/round-robin-hosts.tsx +266 -0
- package/src/event-types/components/team-event-type-form.tsx +183 -0
- package/src/event-types/components/weight-description.tsx +24 -0
- package/src/event-types/hooks/__tests__/use-assign-all-managed-warning.test.ts +78 -0
- package/src/event-types/hooks/__tests__/use-team-event-assignment.test.tsx +218 -0
- package/src/event-types/hooks/use-add-verified-email.ts +64 -0
- package/src/event-types/hooks/use-apps-data-stub.ts +19 -0
- package/src/event-types/hooks/use-assign-all-managed-warning.ts +45 -0
- package/src/event-types/hooks/use-atom-event-type-app-integration.ts +49 -0
- package/src/event-types/hooks/use-atom-event-type-by-id.ts +25 -0
- package/src/event-types/hooks/use-atom-event-type-payment-info.ts +36 -0
- package/src/event-types/hooks/use-atom-get-all-event-types.ts +30 -0
- package/src/event-types/hooks/use-atom-host-schedules.ts +36 -0
- package/src/event-types/hooks/use-atom-update-event-type.ts +61 -0
- package/src/event-types/hooks/use-event-type-form.test.ts +192 -0
- package/src/event-types/hooks/use-event-type-form.ts +501 -0
- package/src/event-types/hooks/use-get-verified-emails.ts +27 -0
- package/src/event-types/hooks/use-handle-route-change.ts +57 -0
- package/src/event-types/hooks/use-locked-fields-manager-stub.ts +30 -0
- package/src/event-types/hooks/use-platform-tabs-navigations.tsx +138 -0
- package/src/event-types/hooks/use-tabs-navigations.test.ts +31 -0
- package/src/event-types/hooks/use-tabs-navigations.tsx +266 -0
- package/src/event-types/hooks/use-team-event-assignment.ts +127 -0
- package/src/event-types/hooks/use-team-members-with-segment-platform.tsx +107 -0
- package/src/event-types/index.ts +1 -0
- package/src/event-types/lib/format-event-type-duration.ts +25 -0
- package/src/event-types/payments/payment-form.tsx +150 -0
- package/src/event-types/payments/payment-page-types.ts +47 -0
- package/src/event-types/payments/payment.tsx +115 -0
- package/src/event-types/payments/stripe-payment-form.tsx +136 -0
- package/src/event-types/types.ts +16 -0
- package/src/event-types/wrappers/create-event-type-platform-wrapper.tsx +148 -0
- package/src/event-types/wrappers/event-recurring-tab-platform-wrapper.tsx +8 -0
- package/src/event-types/wrappers/event-team-assignment-tab-platform-wrapper.tsx +15 -0
- package/src/event-types/wrappers/event-type-platform-wrapper.tsx +399 -0
- package/src/event-types/wrappers/list-event-types-platform-wrapper.tsx +85 -0
- package/src/event-types/wrappers/types.ts +5 -0
- package/src/hooks/__tests__/use-is-platform.test.tsx +58 -0
- package/src/hooks/__tests__/use-slot-mutations.test.tsx +113 -0
- package/src/hooks/__tests__/use-timezone-hooks.test.tsx +67 -0
- package/src/hooks/__tests__/use-verify-code.test.tsx +120 -0
- package/src/hooks/bookings/__tests__/use-booking-mutations.test.tsx +123 -0
- package/src/hooks/bookings/__tests__/use-booking-queries.test.tsx +108 -0
- package/src/hooks/bookings/use-booking.ts +28 -0
- package/src/hooks/bookings/use-bookings.ts +61 -0
- package/src/hooks/bookings/use-cancel-booking.ts +47 -0
- package/src/hooks/bookings/use-create-booking.ts +43 -0
- package/src/hooks/bookings/use-create-instant-booking.ts +39 -0
- package/src/hooks/bookings/use-create-recurring-booking.ts +42 -0
- package/src/hooks/bookings/use-get-booking-for-reschedule.ts +51 -0
- package/src/hooks/bookings/use-handle-book-event.ts +156 -0
- package/src/hooks/calendars/__tests__/use-calendar-mutations.test.tsx +225 -0
- package/src/hooks/calendars/use-add-selected-calendar.ts +65 -0
- package/src/hooks/calendars/use-delete-calendar-credentials.ts +67 -0
- package/src/hooks/calendars/use-remove-selected-calendar.ts +67 -0
- package/src/hooks/calendars/use-update-destination-calendars.ts +60 -0
- package/src/hooks/connect/__tests__/use-connect.test.tsx +109 -0
- package/src/hooks/connect/use-check.ts +61 -0
- package/src/hooks/connect/use-connect.ts +106 -0
- package/src/hooks/event-types/private/__tests__/event-type-mutations.test.tsx +160 -0
- package/src/hooks/event-types/private/use-create-event-type-form.ts +30 -0
- package/src/hooks/event-types/private/use-create-event-type.ts +38 -0
- package/src/hooks/event-types/private/use-create-team-event-type.ts +42 -0
- package/src/hooks/event-types/private/use-delete-event-type-by-id.ts +30 -0
- package/src/hooks/event-types/private/use-delete-team-event-type-by-id.ts +45 -0
- package/src/hooks/event-types/private/use-event-type-by-id.ts +23 -0
- package/src/hooks/event-types/public/__tests__/public-event-type-hooks.test.tsx +128 -0
- package/src/hooks/event-types/public/use-atom-get-public-event.tsx +80 -0
- package/src/hooks/event-types/public/use-event-type.ts +53 -0
- package/src/hooks/event-types/public/use-event-types.ts +23 -0
- package/src/hooks/event-types/public/use-team-event-type.ts +46 -0
- package/src/hooks/event-types/public/use-team-event-types.ts +26 -0
- package/src/hooks/organizations/bookings/use-organization-bookings.ts +38 -0
- package/src/hooks/organizations/bookings/use-organization-user-bookings.ts +34 -0
- package/src/hooks/schedules/__tests__/use-schedules.test.tsx +168 -0
- package/src/hooks/schedules/types.ts +36 -0
- package/src/hooks/schedules/use-atom-create-schedule.ts +47 -0
- package/src/hooks/schedules/use-atom-duplicate-schedule.ts +45 -0
- package/src/hooks/schedules/use-atom-get-all-schedules.ts +30 -0
- package/src/hooks/schedules/use-atom-schedule.ts +33 -0
- package/src/hooks/schedules/use-atom-update-schedule.ts +54 -0
- package/src/hooks/schedules/use-delete-schedule.ts +54 -0
- package/src/hooks/schedules/use-ensure-default-schedule.ts +23 -0
- package/src/hooks/schedules/use-schedule.ts +34 -0
- package/src/hooks/schedules/use-schedules.ts +34 -0
- package/src/hooks/schedules/use-update-schedule.ts +58 -0
- package/src/hooks/stripe/__tests__/use-check.test.tsx +99 -0
- package/src/hooks/stripe/use-check.ts +73 -0
- package/src/hooks/stripe/use-connect.ts +54 -0
- package/src/hooks/teams/__tests__/use-team-queries.test.tsx +94 -0
- package/src/hooks/teams/use-team-members.ts +32 -0
- package/src/hooks/teams/use-teams.ts +34 -0
- package/src/hooks/use-api-keys.ts +5 -0
- package/src/hooks/use-atoms-context.ts +49 -0
- package/src/hooks/use-atoms-locale.ts +11 -0
- package/src/hooks/use-available-slots.ts +43 -0
- package/src/hooks/use-calendars-busy-times.ts +64 -0
- package/src/hooks/use-connected-calendars.tsx +27 -0
- package/src/hooks/use-delete-selected-slot.ts +52 -0
- package/src/hooks/use-event-types-list.tsx +39 -0
- package/src/hooks/use-get-city-timezones.ts +27 -0
- package/src/hooks/use-is-platform-booker-embed.ts +6 -0
- package/src/hooks/use-is-platform.ts +6 -0
- package/src/hooks/use-me.ts +30 -0
- package/src/hooks/use-o-auth-client.ts +72 -0
- package/src/hooks/use-o-auth-flow.ts +120 -0
- package/src/hooks/use-reserve-slot.ts +48 -0
- package/src/hooks/use-schedule-by-event-slug.tsx +40 -0
- package/src/hooks/use-slots.ts +115 -0
- package/src/hooks/use-timezone.ts +19 -0
- package/src/hooks/use-update-user-timezone.ts +28 -0
- package/src/hooks/use-verify-code.ts +115 -0
- package/src/hooks/use-verify-email.ts +107 -0
- package/src/index.ts +50 -0
- package/src/lib/__tests__/http.test.ts +79 -0
- package/src/lib/append-client-id-to-email.ts +4 -0
- package/src/lib/get-placeholder-content.ts +16 -0
- package/src/lib/get-query-param.ts +14 -0
- package/src/lib/get-utm-tracking-parameters.ts +13 -0
- package/src/lib/http.ts +75 -0
- package/src/lib/markdown-to-safe-html-client.ts +43 -0
- package/src/lib/markdown-to-safe-html.ts +9 -0
- package/src/lib/set-query-param.ts +13 -0
- package/src/lib/time-zones.ts +20 -0
- package/src/lib/use-locale.ts +26 -0
- package/src/lib/utils.ts +6 -0
- package/src/list-schedules/components/schedule-list-item.tsx +183 -0
- package/src/list-schedules/index.ts +1 -0
- package/src/list-schedules/wrappers/list-schedules-platform-wrapper.tsx +130 -0
- package/src/onboarding/continue-with-calcom.tsx +284 -0
- package/src/onboarding/export.ts +2 -0
- package/src/onboarding/onboarding-embed.tsx +266 -0
- package/src/onboarding/types.ts +38 -0
- package/src/router/index.ts +1 -0
- package/src/router/router.tsx +164 -0
- package/src/selected-calendars/index.ts +1 -0
- package/src/selected-calendars/selected-calendars-settings.tsx +7 -0
- package/src/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.tsx +462 -0
- package/src/timezone/index.tsx +37 -0
- package/src/timezone/timezone-select-component.tsx +193 -0
- package/src/troubleshooter/__tests__/store.test.ts +80 -0
- package/src/troubleshooter/components/calendar-toggle-container-component.tsx +148 -0
- package/src/troubleshooter/components/event-schedule-item-component.tsx +33 -0
- package/src/troubleshooter/components/event-type-select-component.tsx +105 -0
- package/src/troubleshooter/components/troubleshooter-list-item-container.tsx +42 -0
- package/src/troubleshooter/index.ts +1 -0
- package/src/troubleshooter/large-calendar/large-calendar.tsx +30 -0
- package/src/troubleshooter/sidebar/calendar-toggle-container.tsx +25 -0
- package/src/troubleshooter/sidebar/event-schedule-item.tsx +13 -0
- package/src/troubleshooter/sidebar/event-type-select.tsx +8 -0
- package/src/troubleshooter/sidebar/troubleshooter-sidebar.tsx +48 -0
- package/src/troubleshooter/store.ts +110 -0
- package/src/troubleshooter/types.ts +10 -0
- package/src/troubleshooter/wrappers/troubleshooter-platform-wrapper.tsx +89 -0
- package/src/types.ts +7 -0
- package/src/vendor/__tests__/availability.test.ts +60 -0
- package/src/vendor/__tests__/avatar-url.test.ts +75 -0
- package/src/vendor/__tests__/booker-url.test.ts +26 -0
- package/src/vendor/__tests__/booking-to-mutation-input.test.ts +232 -0
- package/src/vendor/__tests__/check-for-empty-assignment.test.ts +59 -0
- package/src/vendor/__tests__/children-event-type.test.ts +64 -0
- package/src/vendor/__tests__/currency.test.ts +48 -0
- package/src/vendor/__tests__/dayjs-utils.test.ts +37 -0
- package/src/vendor/__tests__/error-codes.test.ts +69 -0
- package/src/vendor/__tests__/event-naming.test.ts +32 -0
- package/src/vendor/__tests__/format-date-time.test.ts +90 -0
- package/src/vendor/__tests__/get-available-dates-in-month.test.ts +51 -0
- package/src/vendor/__tests__/host-group-utils.test.ts +117 -0
- package/src/vendor/__tests__/interval-limit.test.ts +42 -0
- package/src/vendor/__tests__/locations-resolver.test.ts +48 -0
- package/src/vendor/__tests__/locations.test.ts +109 -0
- package/src/vendor/__tests__/misc-utils.test.ts +219 -0
- package/src/vendor/__tests__/parse-dates.test.ts +67 -0
- package/src/vendor/__tests__/payments.test.ts +126 -0
- package/src/vendor/__tests__/query-param.test.ts +70 -0
- package/src/vendor/__tests__/recurring.test.ts +104 -0
- package/src/vendor/__tests__/slugify.test.ts +48 -0
- package/src/vendor/__tests__/time-shift.test.ts +48 -0
- package/src/vendor/__tests__/timezone.test.ts +77 -0
- package/src/vendor/__tests__/validate-booker-layouts.test.ts +40 -0
- package/src/vendor/__tests__/webstorage.test.ts +148 -0
- package/src/vendor/__tests__/weekday.test.ts +61 -0
- package/src/vendor/__tests__/weekstart.test.ts +45 -0
- package/src/vendor/analytics.ts +23 -0
- package/src/vendor/availability.ts +52 -0
- package/src/vendor/avatar-url.ts +39 -0
- package/src/vendor/booker-url.ts +23 -0
- package/src/vendor/booking-to-mutation-input.ts +166 -0
- package/src/vendor/cal-ai-phone.ts +31 -0
- package/src/vendor/check-for-empty-assignment.ts +24 -0
- package/src/vendor/children-event-type.ts +50 -0
- package/src/vendor/currency.ts +39 -0
- package/src/vendor/dayjs/index.ts +30 -0
- package/src/vendor/dayjs/plugins/__tests__/business-days-plugin.test.ts +168 -0
- package/src/vendor/dayjs/plugins/business-days-plugin.ts +189 -0
- package/src/vendor/dayjs-utils.ts +13 -0
- package/src/vendor/error-codes.ts +39 -0
- package/src/vendor/event-naming.ts +34 -0
- package/src/vendor/form-builder/__tests__/base-schema.test.ts +109 -0
- package/src/vendor/form-builder/__tests__/schema.test.ts +245 -0
- package/src/vendor/form-builder/__tests__/system-field.test.ts +57 -0
- package/src/vendor/form-builder/__tests__/use-should-be-disabled-due-to-prefill.test.ts +24 -0
- package/src/vendor/form-builder/__tests__/utils.test.ts +83 -0
- package/src/vendor/form-builder/base-schema.ts +127 -0
- package/src/vendor/form-builder/field-type-enum.ts +21 -0
- package/src/vendor/form-builder/field-types.ts +161 -0
- package/src/vendor/form-builder/fields-that-support-label-as-safe-html.ts +3 -0
- package/src/vendor/form-builder/props-types.ts +17 -0
- package/src/vendor/form-builder/schema.ts +269 -0
- package/src/vendor/form-builder/system-field.ts +33 -0
- package/src/vendor/form-builder/use-should-be-disabled-due-to-prefill.tsx +107 -0
- package/src/vendor/form-builder/utils/__tests__/get-field-identifier.test.ts +14 -0
- package/src/vendor/form-builder/utils/__tests__/variants-config.test.ts +98 -0
- package/src/vendor/form-builder/utils/get-field-identifier.ts +5 -0
- package/src/vendor/form-builder/utils/variants-config.ts +71 -0
- package/src/vendor/form-builder/utils.ts +48 -0
- package/src/vendor/form-builder-widgets/index.tsx +213 -0
- package/src/vendor/format-date-time.ts +138 -0
- package/src/vendor/get-available-dates-in-month.ts +36 -0
- package/src/vendor/get-avatar-url.ts +15 -0
- package/src/vendor/get-routed-team-member-ids.ts +9 -0
- package/src/vendor/get-stripe.ts +17 -0
- package/src/vendor/get-username-list.ts +14 -0
- package/src/vendor/hooks/__tests__/use-router-query.test.ts +37 -0
- package/src/vendor/hooks/use-debounce.ts +17 -0
- package/src/vendor/hooks/use-media-query.ts +24 -0
- package/src/vendor/hooks/use-router-query.ts +34 -0
- package/src/vendor/host-group-utils.ts +57 -0
- package/src/vendor/interval-limit.ts +17 -0
- package/src/vendor/invert-logo-on-dark.ts +7 -0
- package/src/vendor/locales/de/common.json +316 -0
- package/src/vendor/locales/en/common.json +316 -0
- package/src/vendor/locales/es/common.json +316 -0
- package/src/vendor/locales/fr/common.json +316 -0
- package/src/vendor/locales/it/common.json +316 -0
- package/src/vendor/locales/nl/common.json +316 -0
- package/src/vendor/locales/pt-BR/common.json +316 -0
- package/src/vendor/locations-resolver.ts +28 -0
- package/src/vendor/locations.ts +250 -0
- package/src/vendor/parse-dates.ts +107 -0
- package/src/vendor/payments.ts +107 -0
- package/src/vendor/phone-input/phone-input.tsx +121 -0
- package/src/vendor/phone-input/phone-masks.ts +7 -0
- package/src/vendor/query-param.ts +37 -0
- package/src/vendor/recurring.ts +58 -0
- package/src/vendor/schedule-list-item.ts +47 -0
- package/src/vendor/scroll.ts +4 -0
- package/src/vendor/server-trans.tsx +88 -0
- package/src/vendor/slugify.ts +28 -0
- package/src/vendor/theme/tokens.css +474 -0
- package/src/vendor/time-format.ts +43 -0
- package/src/vendor/time-preferences.ts +32 -0
- package/src/vendor/time-shift.ts +28 -0
- package/src/vendor/timezone-constants.ts +4 -0
- package/src/vendor/timezone.ts +78 -0
- package/src/vendor/validate-booker-layouts.ts +27 -0
- package/src/vendor/webstorage.ts +78 -0
- package/src/vendor/weekday.ts +35 -0
- package/src/vendor/weekstart.ts +20 -0
- package/dist/AddressInput-INmIRs8-.js +0 -29
- package/dist/AlbyPriceComponent-C_Gtm7T6.js +0 -372
- package/dist/AppCard-Jly1hUzJ.js +0 -232
- package/dist/AppListCardPlatformWrapper-Dfvg0jJ4.js +0 -9
- package/dist/AppListCardWebWrapper-5UxMkTRD.js +0 -97
- package/dist/AppSettingsInterface-BW1HEirp.js +0 -29
- package/dist/AppSettingsInterface-C_G2HEx1.js +0 -75
- package/dist/AppSettingsInterface-DMmIDFez.js +0 -23
- package/dist/DateRangePicker-DYZMYZrR.js +0 -1434
- package/dist/EventTypeAppCardInterface-5SZquLGh.js +0 -43
- package/dist/EventTypeAppCardInterface-AiVLQt6e.js +0 -39
- package/dist/EventTypeAppCardInterface-B04SMxB_.js +0 -29
- package/dist/EventTypeAppCardInterface-B0Id4aDq.js +0 -35
- package/dist/EventTypeAppCardInterface-BF0QRXBm.js +0 -33
- package/dist/EventTypeAppCardInterface-BFi1f8EH.js +0 -52
- package/dist/EventTypeAppCardInterface-Bz6kbQBF.js +0 -33
- package/dist/EventTypeAppCardInterface-C-9q1Pgv.js +0 -1402
- package/dist/EventTypeAppCardInterface-C0B8brbX.js +0 -44
- package/dist/EventTypeAppCardInterface-CPWGyDsB.js +0 -35
- package/dist/EventTypeAppCardInterface-CbAAfPzI.js +0 -29
- package/dist/EventTypeAppCardInterface-CcH_pTPb.js +0 -44
- package/dist/EventTypeAppCardInterface-Ccbh0lE5.js +0 -34
- package/dist/EventTypeAppCardInterface-CcfHXA9X.js +0 -43
- package/dist/EventTypeAppCardInterface-CgHm_UTp.js +0 -87
- package/dist/EventTypeAppCardInterface-DHNaymv9.js +0 -35
- package/dist/EventTypeAppCardInterface-DIvOvqNe.js +0 -29
- package/dist/EventTypeAppCardInterface-DNd_P6LS.js +0 -35
- package/dist/EventTypeAppCardInterface-DOJnmkX5.js +0 -25
- package/dist/EventTypeAppCardInterface-DQOs5zow.js +0 -56
- package/dist/EventTypeAppCardInterface-DiEndqtB.js +0 -35
- package/dist/EventTypeAppCardInterface-DzBaD2iI.js +0 -39
- package/dist/EventTypeAppCardInterface-FUX1nD4I.js +0 -44
- package/dist/EventTypeAppCardInterface-J1sPid30.js +0 -39
- package/dist/EventTypeAppCardInterface-LlkvSyXU.js +0 -41
- package/dist/EventTypeAppCardInterface-VKJISMU_.js +0 -36
- package/dist/EventTypeAppCardInterface-mSg8w4Wv.js +0 -616
- package/dist/EventTypeAppCardInterface-oELnGHj7.js +0 -54
- package/dist/EventTypeAppSettingsInterface--bM-v-2f.js +0 -23
- package/dist/EventTypeAppSettingsInterface-C2VeNfWl.js +0 -55
- package/dist/EventTypeAppSettingsInterface-CcopfL0O.js +0 -343
- package/dist/EventTypeAppSettingsInterface-CospBDnp.js +0 -103
- package/dist/EventTypeAppSettingsInterface-CotkiiMf.js +0 -221
- package/dist/EventTypeAppSettingsInterface-D-QGHf2b.js +0 -25
- package/dist/EventTypeAppSettingsInterface-D7zovxei.js +0 -72
- package/dist/EventTypeAppSettingsInterface-DEfLbYcF.js +0 -56
- package/dist/EventTypeAppSettingsInterface-DYHjvMy2.js +0 -78
- package/dist/EventTypeAppSettingsInterface-DesLYNzu.js +0 -106
- package/dist/EventTypeAppSettingsInterface-DoeUQnIb.js +0 -42
- package/dist/EventTypeAppSettingsInterface-Dq2HBfY2.js +0 -43
- package/dist/EventTypeAppSettingsInterface-fKNVuyJB.js +0 -48
- package/dist/EventTypeAppSettingsInterface-qTJxM2CJ.js +0 -24
- package/dist/InstallAppButton-16Gy65tx.js +0 -14
- package/dist/InstallAppButton-B68jfFfO.js +0 -93
- package/dist/InstallAppButton-BdAHg4Ly.js +0 -29
- package/dist/InstallAppButton-Bqr77mlF.js +0 -14
- package/dist/PhoneInput-BTpX6Hp6.js +0 -1402
- package/dist/StripePaymentForm-vfC0WlVJ.js +0 -492
- package/dist/currencyOptions-r01lKGBF.js +0 -61
- package/dist/index-C-6UACoM.js +0 -26
- package/dist/index-DjKXpoZ-.js +0 -174140
- package/dist/packages/dayjs/__mocks__/index.d.ts +0 -11
- package/dist/packages/dayjs/__mocks__/index.d.ts.map +0 -1
- package/dist/packages/dayjs/index.d.ts.map +0 -1
- package/dist/packages/dayjs/locales.d.ts +0 -1
- package/dist/packages/dayjs/locales.d.ts.map +0 -1
- package/dist/packages/dayjs/plugins/business-days-plugin.d.ts.map +0 -1
- package/dist/packages/dayjs/plugins/business-days-plugin.test.d.ts +0 -2
- package/dist/packages/dayjs/plugins/business-days-plugin.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/BookerStoreProvider.d.ts +0 -11
- package/dist/packages/features/bookings/Booker/BookerStoreProvider.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/__mocks__/config.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/__mocks__/config.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/__tests__/test-utils.d.ts +0 -10
- package/dist/packages/features/bookings/Booker/__tests__/test-utils.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/__tests__/utils/isSlotEquivalent.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/__tests__/utils/isSlotEquivalent.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/components/DryRunMessage.d.ts +0 -4
- package/dist/packages/features/bookings/Booker/components/DryRunMessage.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/components/OverlayCalendar/store.d.ts +0 -12
- package/dist/packages/features/bookings/Booker/components/OverlayCalendar/store.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/components/Unavailable.d.ts +0 -3
- package/dist/packages/features/bookings/Booker/components/Unavailable.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/components/VerifyCodeDialog.d.ts +0 -15
- package/dist/packages/features/bookings/Booker/components/VerifyCodeDialog.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/config.d.ts +0 -105
- package/dist/packages/features/bookings/Booker/config.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/framer-features.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useAvailableTimeSlots.d.ts +0 -36
- package/dist/packages/features/bookings/Booker/hooks/useAvailableTimeSlots.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useBookerLayout.d.ts +0 -22
- package/dist/packages/features/bookings/Booker/hooks/useBookerLayout.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useBookerTime.d.ts +0 -7
- package/dist/packages/features/bookings/Booker/hooks/useBookerTime.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useBookingForm.d.ts +0 -183
- package/dist/packages/features/bookings/Booker/hooks/useBookingForm.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useInitialFormValues.d.ts +0 -28
- package/dist/packages/features/bookings/Booker/hooks/useInitialFormValues.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useInitialFormValues.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/hooks/useInitialFormValues.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useIsQuickAvailabilityCheckFeatureEnabled.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/hooks/useIsQuickAvailabilityCheckFeatureEnabled.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useLocalSet.d.ts +0 -12
- package/dist/packages/features/bookings/Booker/hooks/useLocalSet.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useNonEmptyScheduleDays.d.ts +0 -3
- package/dist/packages/features/bookings/Booker/hooks/useNonEmptyScheduleDays.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useOverlayCalendar.d.ts +0 -23
- package/dist/packages/features/bookings/Booker/hooks/useOverlayCalendar.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useShouldShowArrows.d.ts +0 -8
- package/dist/packages/features/bookings/Booker/hooks/useShouldShowArrows.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useSkipConfirmStep.d.ts +0 -5
- package/dist/packages/features/bookings/Booker/hooks/useSkipConfirmStep.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useSlotsForDate.d.ts +0 -23
- package/dist/packages/features/bookings/Booker/hooks/useSlotsForDate.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useStableTimezone.d.ts +0 -5
- package/dist/packages/features/bookings/Booker/hooks/useStableTimezone.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useStableTimezone.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/hooks/useStableTimezone.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/index.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/index.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/store.d.ts +0 -192
- package/dist/packages/features/bookings/Booker/store.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/types.d.ts +0 -134
- package/dist/packages/features/bookings/Booker/types.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/useSlotReservationId.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/useSlotReservationId.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/areDifferentValidMonths.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/areDifferentValidMonths.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/areDifferentValidMonths.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/areDifferentValidMonths.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/dates.d.ts +0 -26
- package/dist/packages/features/bookings/Booker/utils/dates.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/getBookerTimezone.d.ts +0 -8
- package/dist/packages/features/bookings/Booker/utils/getBookerTimezone.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/getBookerWrapperClasses.d.ts +0 -4
- package/dist/packages/features/bookings/Booker/utils/getBookerWrapperClasses.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/getBookingDuration.d.ts +0 -8
- package/dist/packages/features/bookings/Booker/utils/getBookingDuration.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/getBookingDuration.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/getBookingDuration.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/getPrefetchMonthCount.d.ts +0 -3
- package/dist/packages/features/bookings/Booker/utils/getPrefetchMonthCount.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/getPrefetchMonthCount.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/getPrefetchMonthCount.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isBookingDryRun.d.ts +0 -3
- package/dist/packages/features/bookings/Booker/utils/isBookingDryRun.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isFeatureEnabledForVisitor.d.ts +0 -7
- package/dist/packages/features/bookings/Booker/utils/isFeatureEnabledForVisitor.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isFeatureEnabledForVisitor.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/isFeatureEnabledForVisitor.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isMonthChange.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/isMonthChange.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isMonthChange.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/isMonthChange.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isMonthViewPrefetchEnabled.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/isMonthViewPrefetchEnabled.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isMonthViewPrefetchEnabled.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/isMonthViewPrefetchEnabled.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isPrefetchNextMonthEnabled.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/isPrefetchNextMonthEnabled.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isPrefetchNextMonthEnabled.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/isPrefetchNextMonthEnabled.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isSlotEquivalent.d.ts +0 -12
- package/dist/packages/features/bookings/Booker/utils/isSlotEquivalent.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isTimeslotAvailable.d.ts +0 -27
- package/dist/packages/features/bookings/Booker/utils/isTimeslotAvailable.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isTimeslotAvailable.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/isTimeslotAvailable.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/layout.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/layout.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/query-param.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/use-brand-colors.d.ts +0 -6
- package/dist/packages/features/bookings/Booker/utils/use-brand-colors.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.d.ts +0 -91
- package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/EventManager.createRescheduleDelete.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/EventManager.createRescheduleDelete.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/EventManager.d.ts +0 -130
- package/dist/packages/features/bookings/lib/EventManager.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/EventManager.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/EventManager.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/bookingCreateBodySchema.d.ts +0 -705
- package/dist/packages/features/bookings/lib/bookingCreateBodySchema.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/bookingSuccessRedirect.d.ts +0 -28
- package/dist/packages/features/bookings/lib/bookingSuccessRedirect.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/bookingSuccessRedirect.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/bookingSuccessRedirect.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/buildEventUrlFromBooking.d.ts +0 -27
- package/dist/packages/features/bookings/lib/buildEventUrlFromBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/buildEventUrlFromBooking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/buildEventUrlFromBooking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/cancellationReason.d.ts +0 -3
- package/dist/packages/features/bookings/lib/cancellationReason.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/cancellationReason.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/cancellationReason.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/checkBookingLimits.d.ts +0 -69
- package/dist/packages/features/bookings/lib/checkBookingLimits.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/checkBookingLimits.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/checkBookingLimits.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/checkDurationLimits.d.ts +0 -11
- package/dist/packages/features/bookings/lib/checkDurationLimits.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/checkDurationLimits.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/checkDurationLimits.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/client/booking-event-form/booking-to-mutation-input-mapper.d.ts +0 -31
- package/dist/packages/features/bookings/lib/client/booking-event-form/booking-to-mutation-input-mapper.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/client/decoyBookingStore.d.ts +0 -40
- package/dist/packages/features/bookings/lib/client/decoyBookingStore.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/conflictChecker/checkForConflicts.d.ts +0 -12
- package/dist/packages/features/bookings/lib/conflictChecker/checkForConflicts.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/conflictChecker/checkForConflicts.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/conflictChecker/checkForConflicts.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/create-booking.d.ts +0 -554
- package/dist/packages/features/bookings/lib/create-booking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/create-booking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/create-booking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/create-instant-booking.d.ts +0 -4
- package/dist/packages/features/bookings/lib/create-instant-booking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/create-instant-booking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/create-instant-booking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/create-recurring-booking.d.ts +0 -554
- package/dist/packages/features/bookings/lib/create-recurring-booking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/create-recurring-booking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/create-recurring-booking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/doesBookingRequireConfirmation.d.ts +0 -15
- package/dist/packages/features/bookings/lib/doesBookingRequireConfirmation.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/doesBookingRequireConfirmation.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/doesBookingRequireConfirmation.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/dto/IBookingAttendeeRepository.d.ts +0 -4
- package/dist/packages/features/bookings/lib/dto/IBookingAttendeeRepository.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/dto/schema.d.ts +0 -30
- package/dist/packages/features/bookings/lib/dto/schema.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/get-booking.d.ts +0 -138
- package/dist/packages/features/bookings/lib/get-booking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/get-booking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/get-booking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/get-location-options-for-select.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/get-location-options-for-select.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/getAllCredentials.d.ts +0 -23
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/getAllCredentials.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/getAllCredentials.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/getAllCredentials.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/refreshCredential.d.ts +0 -8
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/refreshCredential.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/refreshCredentials.d.ts +0 -3
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/refreshCredentials.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getAllUserBookings.d.ts +0 -523
- package/dist/packages/features/bookings/lib/getAllUserBookings.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getAllUserBookings.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getAllUserBookings.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getAssignmentReasonCategory.d.ts +0 -8
- package/dist/packages/features/bookings/lib/getAssignmentReasonCategory.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getAssignmentReasonCategory.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getAssignmentReasonCategory.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingDataSchema.d.ts +0 -318
- package/dist/packages/features/bookings/lib/getBookingDataSchema.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingDataSchema.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getBookingDataSchema.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingDataSchemaForApi.d.ts +0 -528
- package/dist/packages/features/bookings/lib/getBookingDataSchemaForApi.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingFields.d.ts +0 -225
- package/dist/packages/features/bookings/lib/getBookingFields.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingFields.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getBookingFields.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingInfo.d.ts +0 -131
- package/dist/packages/features/bookings/lib/getBookingInfo.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingInfo.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getBookingInfo.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingResponses/get-booking-responses-prefill.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getBookingResponses/get-booking-responses-prefill.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingResponsesSchema.d.ts +0 -204
- package/dist/packages/features/bookings/lib/getBookingResponsesSchema.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingResponsesSchema.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getBookingResponsesSchema.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts +0 -259
- package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingToDelete.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getBookingToDelete.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getCalEventResponses.d.ts +0 -27
- package/dist/packages/features/bookings/lib/getCalEventResponses.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getCalEventResponses.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getCalEventResponses.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getCalendarLinks.d.ts +0 -41
- package/dist/packages/features/bookings/lib/getCalendarLinks.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getCalendarLinks.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getCalendarLinks.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getHostsAndGuests.d.ts +0 -36
- package/dist/packages/features/bookings/lib/getHostsAndGuests.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getHostsAndGuests.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getHostsAndGuests.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getLocationOptionsForSelect.d.ts +0 -8
- package/dist/packages/features/bookings/lib/getLocationOptionsForSelect.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getLuckyUser.d.ts +0 -162
- package/dist/packages/features/bookings/lib/getLuckyUser.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getLuckyUser.integration-test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getLuckyUser.integration-test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getLuckyUser.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getLuckyUser.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getUserBooking.d.ts +0 -63
- package/dist/packages/features/bookings/lib/getUserBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getWebhookPayloadForBooking.d.ts +0 -20
- package/dist/packages/features/bookings/lib/getWebhookPayloadForBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getWebhookPayloadForBooking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getWebhookPayloadForBooking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleBookingRequested.d.ts +0 -48
- package/dist/packages/features/bookings/lib/handleBookingRequested.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleBookingRequested.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleBookingRequested.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleCancelBooking/test/handleCancelBooking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleCancelBooking/test/handleCancelBooking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleCancelBooking/types.d.ts +0 -15
- package/dist/packages/features/bookings/lib/handleCancelBooking/types.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleCancelBooking.d.ts +0 -87
- package/dist/packages/features/bookings/lib/handleCancelBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleCancelBooking.integration-test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleCancelBooking.integration-test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleConfirmation.d.ts +0 -60
- package/dist/packages/features/bookings/lib/handleConfirmation.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleConfirmation.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleConfirmation.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleInternalNote.d.ts +0 -21
- package/dist/packages/features/bookings/lib/handleInternalNote.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleInternalNote.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleInternalNote.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/buildBookingEventAuditData.d.ts +0 -41
- package/dist/packages/features/bookings/lib/handleNewBooking/buildBookingEventAuditData.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/buildBookingEventAuditData.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/buildBookingEventAuditData.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/checkActiveBookingsLimitForBooker.d.ts +0 -9
- package/dist/packages/features/bookings/lib/handleNewBooking/checkActiveBookingsLimitForBooker.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/checkActiveBookingsLimitForBooker.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/checkActiveBookingsLimitForBooker.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/checkBookingAndDurationLimits.d.ts +0 -42
- package/dist/packages/features/bookings/lib/handleNewBooking/checkBookingAndDurationLimits.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/checkBookingAndDurationLimits.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/checkBookingAndDurationLimits.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/checkIfBookerEmailIsBlocked.d.ts +0 -9
- package/dist/packages/features/bookings/lib/handleNewBooking/checkIfBookerEmailIsBlocked.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/checkIfBookerEmailIsBlocked.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/checkIfBookerEmailIsBlocked.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.d.ts +0 -144
- package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.d.ts +0 -842
- package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/findBookingQuery.d.ts +0 -30
- package/dist/packages/features/bookings/lib/handleNewBooking/findBookingQuery.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/findBookingQuery.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/findBookingQuery.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getAuditActionSource.d.ts +0 -8
- package/dist/packages/features/bookings/lib/handleNewBooking/getAuditActionSource.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getBookingAuditActorForNewBooking.d.ts +0 -29
- package/dist/packages/features/bookings/lib/handleNewBooking/getBookingAuditActorForNewBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getBookingData.d.ts +0 -384
- package/dist/packages/features/bookings/lib/handleNewBooking/getBookingData.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getBookingData.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/getBookingData.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getCustomInputsResponses.d.ts +0 -12
- package/dist/packages/features/bookings/lib/handleNewBooking/getCustomInputsResponses.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getCustomInputsResponses.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/getCustomInputsResponses.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.d.ts +0 -1569
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts +0 -834
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getLocationValuesForDb.d.ts +0 -27
- package/dist/packages/features/bookings/lib/handleNewBooking/getLocationValuesForDb.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getRequiresConfirmationFlags.d.ts +0 -25
- package/dist/packages/features/bookings/lib/handleNewBooking/getRequiresConfirmationFlags.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getRequiresConfirmationFlags.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/getRequiresConfirmationFlags.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getSeatedBooking.d.ts +0 -3
- package/dist/packages/features/bookings/lib/handleNewBooking/getSeatedBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getSeatedBooking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/getSeatedBooking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getVideoCallDetails.d.ts +0 -16
- package/dist/packages/features/bookings/lib/handleNewBooking/getVideoCallDetails.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getVideoCallDetails.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/getVideoCallDetails.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/global-booking-limits.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/global-booking-limits.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/handleAppsStatus.d.ts +0 -8
- package/dist/packages/features/bookings/lib/handleNewBooking/handleAppsStatus.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/handleAppsStatus.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/handleAppsStatus.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/handleCustomInputs.d.ts +0 -8
- package/dist/packages/features/bookings/lib/handleNewBooking/handleCustomInputs.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/handleCustomInputs.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/handleCustomInputs.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/loadAndValidateUsers.d.ts +0 -34
- package/dist/packages/features/bookings/lib/handleNewBooking/loadAndValidateUsers.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/loadAndValidateUsers.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/loadAndValidateUsers.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts +0 -485
- package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/logger.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/logger.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.d.ts +0 -578
- package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.d.ts +0 -20
- package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.integration-test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.integration-test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/TestUserRepository.d.ts +0 -9
- package/dist/packages/features/bookings/lib/handleNewBooking/test/TestUserRepository.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-flags.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-flags.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-limits.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-limits.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-time-out-of-bounds.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-time-out-of-bounds.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-validations.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-validations.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/buildDryRunBooking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/buildDryRunBooking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/buildEventForTeamEventType.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/buildEventForTeamEventType.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/checkIfBookerEmailIsBlocked.integration-test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/checkIfBookerEmailIsBlocked.integration-test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/complex-schedules.test.d.ts +0 -9
- package/dist/packages/features/bookings/lib/handleNewBooking/test/complex-schedules.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/date-overrides.test.d.ts +0 -9
- package/dist/packages/features/bookings/lib/handleNewBooking/test/date-overrides.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/delegation-credential.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/delegation-credential.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/dynamic-group-booking.test.d.ts +0 -5
- package/dist/packages/features/bookings/lib/handleNewBooking/test/dynamic-group-booking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/email-verification-booking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/email-verification-booking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/fresh-booking.test.d.ts +0 -5
- package/dist/packages/features/bookings/lib/handleNewBooking/test/fresh-booking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/getLocationValueForDb.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/getLocationValueForDb.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/getNewBookingHandler.d.ts +0 -553
- package/dist/packages/features/bookings/lib/handleNewBooking/test/getNewBookingHandler.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/holiday-blocking.integration-test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/holiday-blocking.integration-test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/managed-event-type-booking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/managed-event-type-booking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/per-host-locations.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/per-host-locations.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/post-booking-handling.test.d.ts +0 -5
- package/dist/packages/features/bookings/lib/handleNewBooking/test/post-booking-handling.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/reschedule.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/reschedule.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/round-robin-no-hosts.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/round-robin-no-hosts.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/spam-booking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/spam-booking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/collective-reschedule-destination-calendar.test.d.ts +0 -5
- package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/collective-reschedule-destination-calendar.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/collective-scheduling.test.d.ts +0 -5
- package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/collective-scheduling.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/round-robin.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/round-robin.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-booking-created.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-booking-created.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-booking-requested.test.d.ts +0 -5
- package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-booking-requested.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-booking-rescheduled.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-booking-rescheduled.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-meeting-webhooks.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-meeting-webhooks.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/workflow-notifications.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/workflow-notifications.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/types.d.ts +0 -52
- package/dist/packages/features/bookings/lib/handleNewBooking/types.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/validateBookingTimeIsNotOutOfBounds.d.ts +0 -6
- package/dist/packages/features/bookings/lib/handleNewBooking/validateBookingTimeIsNotOutOfBounds.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/validateBookingTimeIsNotOutOfBounds.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/validateBookingTimeIsNotOutOfBounds.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/validateEventLength.d.ts +0 -11
- package/dist/packages/features/bookings/lib/handleNewBooking/validateEventLength.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/validateEventLength.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/validateEventLength.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/validateRescheduleRestrictions.d.ts +0 -9
- package/dist/packages/features/bookings/lib/handleNewBooking/validateRescheduleRestrictions.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/validateRescheduleRestrictions.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/validateRescheduleRestrictions.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handlePayment.d.ts +0 -51
- package/dist/packages/features/bookings/lib/handlePayment.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handlePayment.integration-test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handlePayment.integration-test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handlePayment.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handlePayment.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/cancel/cancelAttendeeSeat.d.ts +0 -22
- package/dist/packages/features/bookings/lib/handleSeats/cancel/cancelAttendeeSeat.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/cancel/cancelAttendeeSeat.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleSeats/cancel/cancelAttendeeSeat.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.d.ts +0 -134
- package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.integration-test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.integration-test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/handleSeats.d.ts +0 -5
- package/dist/packages/features/bookings/lib/handleSeats/handleSeats.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/handleSeats.unit.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleSeats/handleSeats.unit.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/lib/lastAttendeeDeleteBooking.d.ts +0 -6
- package/dist/packages/features/bookings/lib/handleSeats/lib/lastAttendeeDeleteBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/lib/lastAttendeeDeleteBooking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleSeats/lib/lastAttendeeDeleteBooking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/attendee/attendeeRescheduleSeatedBooking.d.ts +0 -35
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/attendee/attendeeRescheduleSeatedBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/attendee/attendeeRescheduleSeatedBooking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/attendee/attendeeRescheduleSeatedBooking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/combineTwoSeatedBookings.d.ts +0 -34
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/combineTwoSeatedBookings.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/combineTwoSeatedBookings.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/combineTwoSeatedBookings.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/moveSeatedBookingToNewTimeSlot.d.ts +0 -36
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/moveSeatedBookingToNewTimeSlot.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/moveSeatedBookingToNewTimeSlot.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/moveSeatedBookingToNewTimeSlot.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.d.ts +0 -103
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/rescheduleSeatedBooking.d.ts +0 -5
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/rescheduleSeatedBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/test/handleSeats.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleSeats/test/handleSeats.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleWebhookTrigger.d.ts +0 -11
- package/dist/packages/features/bookings/lib/handleWebhookTrigger.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleWebhookTrigger.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleWebhookTrigger.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/host-filtering/filterHostsByLeadThreshold.d.ts +0 -38
- package/dist/packages/features/bookings/lib/host-filtering/filterHostsByLeadThreshold.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/host-filtering/filterHostsByLeadThreshold.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/host-filtering/filterHostsByLeadThreshold.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/host-filtering/filterHostsBySameRoundRobinHost.d.ts +0 -21
- package/dist/packages/features/bookings/lib/host-filtering/filterHostsBySameRoundRobinHost.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/host-filtering/filterHostsBySameRoundRobinHost.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/host-filtering/filterHostsBySameRoundRobinHost.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/host-filtering/findQualifiedHostsWithDelegationCredentials.d.ts +0 -130
- package/dist/packages/features/bookings/lib/host-filtering/findQualifiedHostsWithDelegationCredentials.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/host-filtering/findQualifiedHostsWithDelegationCredentials.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/host-filtering/findQualifiedHostsWithDelegationCredentials.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/index.d.ts +0 -7
- package/dist/packages/features/bookings/lib/index.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/interfaces/IBookingCancelService.d.ts +0 -10
- package/dist/packages/features/bookings/lib/interfaces/IBookingCancelService.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/interfaces/IBookingCreateService.d.ts +0 -4
- package/dist/packages/features/bookings/lib/interfaces/IBookingCreateService.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/interfaces/IBookingService.d.ts +0 -5
- package/dist/packages/features/bookings/lib/interfaces/IBookingService.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/isActionDisabledByScope.d.ts +0 -24
- package/dist/packages/features/bookings/lib/isActionDisabledByScope.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/isEventTypeLoggingEnabled.d.ts +0 -5
- package/dist/packages/features/bookings/lib/isEventTypeLoggingEnabled.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/isUpcomingBooking.d.ts +0 -7
- package/dist/packages/features/bookings/lib/isUpcomingBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/onBookingEvents/BookingEventHandlerService.d.ts +0 -145
- package/dist/packages/features/bookings/lib/onBookingEvents/BookingEventHandlerService.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/deletePayment.d.ts +0 -11
- package/dist/packages/features/bookings/lib/payment/deletePayment.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/getBooking.d.ts +0 -384
- package/dist/packages/features/bookings/lib/payment/getBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/getBooking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/payment/getBooking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/handleNoShowFee.d.ts +0 -67
- package/dist/packages/features/bookings/lib/payment/handleNoShowFee.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/handleNoShowFee.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/payment/handleNoShowFee.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/handlePaymentRefund.d.ts +0 -24
- package/dist/packages/features/bookings/lib/payment/handlePaymentRefund.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/handlePaymentRefund.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/payment/handlePaymentRefund.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/handleRefundError.d.ts +0 -8
- package/dist/packages/features/bookings/lib/payment/handleRefundError.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/processNoShowFeeOnCancellation.d.ts +0 -8
- package/dist/packages/features/bookings/lib/payment/processNoShowFeeOnCancellation.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/processNoShowFeeOnCancellation.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/payment/processNoShowFeeOnCancellation.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/processPaymentRefund.d.ts +0 -16
- package/dist/packages/features/bookings/lib/payment/processPaymentRefund.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/processPaymentRefund.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/payment/processPaymentRefund.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/shouldChargeNoShowCancellationFee.d.ts +0 -12
- package/dist/packages/features/bookings/lib/payment/shouldChargeNoShowCancellationFee.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/shouldChargeNoShowCancellationFee.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/payment/shouldChargeNoShowCancellationFee.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/rating.d.ts +0 -22
- package/dist/packages/features/bookings/lib/rating.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/rating.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/rating.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/requiresConfirmation/getBookingRequest.d.ts +0 -125
- package/dist/packages/features/bookings/lib/requiresConfirmation/getBookingRequest.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/reschedule/determineReschedulePreventionRedirect.d.ts +0 -37
- package/dist/packages/features/bookings/lib/reschedule/determineReschedulePreventionRedirect.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/reschedule/determineReschedulePreventionRedirect.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/reschedule/determineReschedulePreventionRedirect.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/reschedule/isWithinMinimumRescheduleNotice.d.ts +0 -2
- package/dist/packages/features/bookings/lib/reschedule/isWithinMinimumRescheduleNotice.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/reschedule/validateRescheduleRestrictions.test.d.ts +0 -12
- package/dist/packages/features/bookings/lib/reschedule/validateRescheduleRestrictions.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/sanitize-organizer-email-fields.d.ts +0 -15
- package/dist/packages/features/bookings/lib/sanitize-organizer-email-fields.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/sanitize-organizer-email-fields.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/sanitize-organizer-email-fields.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/service/InstantBookingCreateService.d.ts +0 -26
- package/dist/packages/features/bookings/lib/service/InstantBookingCreateService.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/service/InstantBookingCreateService.integration-test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/service/InstantBookingCreateService.integration-test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/service/InstantBookingCreateService.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/service/InstantBookingCreateService.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/service/RecurringBookingService.d.ts +0 -46
- package/dist/packages/features/bookings/lib/service/RecurringBookingService.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/service/RecurringBookingService.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/service/RecurringBookingService.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/service/RegularBookingService.d.ts +0 -1320
- package/dist/packages/features/bookings/lib/service/RegularBookingService.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsSyncTasker.d.ts +0 -23
- package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsSyncTasker.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsTaskService.d.ts +0 -22
- package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsTaskService.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsTasker.d.ts +0 -24
- package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsTasker.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsTriggerTasker.d.ts +0 -19
- package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsTriggerTasker.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/config.d.ts +0 -6
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/config.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/confirm.d.ts +0 -23
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/confirm.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/request.d.ts +0 -23
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/request.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/reschedule.d.ts +0 -23
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/reschedule.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/rr-reschedule.d.ts +0 -23
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/rr-reschedule.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/schema.d.ts +0 -24
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/schema.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/types.d.ts +0 -32
- package/dist/packages/features/bookings/lib/tasker/types.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/timePreferences.d.ts +0 -16
- package/dist/packages/features/bookings/lib/timePreferences.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/unified-phone-fields/__tests__/managePhoneFields.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/unified-phone-fields/__tests__/managePhoneFields.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/unified-phone-fields/__tests__/resolvePhoneFieldValues.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/unified-phone-fields/__tests__/resolvePhoneFieldValues.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/unified-phone-fields/constants.d.ts +0 -5
- package/dist/packages/features/bookings/lib/unified-phone-fields/constants.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/unified-phone-fields/fieldSources.d.ts +0 -38
- package/dist/packages/features/bookings/lib/unified-phone-fields/fieldSources.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/unified-phone-fields/fieldSources.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/unified-phone-fields/fieldSources.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/unified-phone-fields/manage-phone-fields.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/unified-phone-fields/manage-phone-fields.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/unified-phone-fields/managePhoneFields.d.ts +0 -68
- package/dist/packages/features/bookings/lib/unified-phone-fields/managePhoneFields.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/unified-phone-fields/resolvePhoneFieldValues.d.ts +0 -31
- package/dist/packages/features/bookings/lib/unified-phone-fields/resolvePhoneFieldValues.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/useCheckOverlapWithOverlay.d.ts +0 -11
- package/dist/packages/features/bookings/lib/useCheckOverlapWithOverlay.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/useFilterQuery.d.ts +0 -54
- package/dist/packages/features/bookings/lib/useFilterQuery.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/utils/BookingDataPreparationService.d.ts +0 -31
- package/dist/packages/features/bookings/lib/utils/BookingDataPreparationService.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/utils/BookingDataPreparationService.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/utils/BookingDataPreparationService.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/utils/BookingDataPreparationService.types.d.ts +0 -118
- package/dist/packages/features/bookings/lib/utils/BookingDataPreparationService.types.d.ts.map +0 -1
- package/dist/packages/features/bookings/types.d.ts +0 -53
- package/dist/packages/features/bookings/types.d.ts.map +0 -1
- package/dist/packages/features/components/controlled-dialog/index.d.ts +0 -8
- package/dist/packages/features/components/controlled-dialog/index.d.ts.map +0 -1
- package/dist/packages/features/data-table/__tests__/filterSegments/create.test.d.ts +0 -2
- package/dist/packages/features/data-table/__tests__/filterSegments/create.test.d.ts.map +0 -1
- package/dist/packages/features/data-table/__tests__/filterSegments/delete.test.d.ts +0 -2
- package/dist/packages/features/data-table/__tests__/filterSegments/delete.test.d.ts.map +0 -1
- package/dist/packages/features/data-table/__tests__/filterSegments/get-preference.test.d.ts +0 -2
- package/dist/packages/features/data-table/__tests__/filterSegments/get-preference.test.d.ts.map +0 -1
- package/dist/packages/features/data-table/__tests__/filterSegments/get-segments.test.d.ts +0 -2
- package/dist/packages/features/data-table/__tests__/filterSegments/get-segments.test.d.ts.map +0 -1
- package/dist/packages/features/data-table/__tests__/filterSegments/update.test.d.ts +0 -2
- package/dist/packages/features/data-table/__tests__/filterSegments/update.test.d.ts.map +0 -1
- package/dist/packages/features/data-table/index.d.ts +0 -5
- package/dist/packages/features/data-table/index.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/__tests__/picker-date-constraints.test.d.ts +0 -2
- package/dist/packages/features/data-table/lib/__tests__/picker-date-constraints.test.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/__tests__/preserveLocalTime.test.d.ts +0 -2
- package/dist/packages/features/data-table/lib/__tests__/preserveLocalTime.test.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/__tests__/server.test.d.ts +0 -2
- package/dist/packages/features/data-table/lib/__tests__/server.test.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/dateRange.d.ts +0 -45
- package/dist/packages/features/data-table/lib/dateRange.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/dateRange.test.d.ts +0 -2
- package/dist/packages/features/data-table/lib/dateRange.test.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/parsers.d.ts +0 -127
- package/dist/packages/features/data-table/lib/parsers.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/preserveLocalTime.d.ts +0 -19
- package/dist/packages/features/data-table/lib/preserveLocalTime.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/separator.d.ts +0 -8
- package/dist/packages/features/data-table/lib/separator.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/serializers.d.ts +0 -90
- package/dist/packages/features/data-table/lib/serializers.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/server.d.ts +0 -190
- package/dist/packages/features/data-table/lib/server.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/types.d.ts +0 -839
- package/dist/packages/features/data-table/lib/types.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/utils.d.ts +0 -20
- package/dist/packages/features/data-table/lib/utils.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/utils.test.d.ts +0 -2
- package/dist/packages/features/data-table/lib/utils.test.d.ts.map +0 -1
- package/dist/packages/features/data-table/repositories/filterSegment.d.ts +0 -66
- package/dist/packages/features/data-table/repositories/filterSegment.d.ts.map +0 -1
- package/dist/packages/features/data-table/repositories/filterSegment.type.d.ts +0 -1098
- package/dist/packages/features/data-table/repositories/filterSegment.type.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingRepository.module.d.ts +0 -3
- package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingRepository.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingService.container.d.ts +0 -3
- package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingService.container.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingService.module.d.ts +0 -3
- package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingService.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/active-user/di/tokens.d.ts +0 -7
- package/dist/packages/features/ee/billing/active-user/di/tokens.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/active-user/repositories/ActiveUserBillingRepository.d.ts +0 -65
- package/dist/packages/features/ee/billing/active-user/repositories/ActiveUserBillingRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/active-user/seed-active-user-test.d.ts +0 -1
- package/dist/packages/features/ee/billing/active-user/seed-active-user-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.d.ts +0 -47
- package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.integration-test.d.ts +0 -2
- package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.integration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/__handler.d.ts +0 -69
- package/dist/packages/features/ee/billing/api/webhook/__handler.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/__handler.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/__handler.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.credits.d.ts +0 -6
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.credits.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.d.ts +0 -9
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.phone.d.ts +0 -7
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.phone.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.phone.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.phone.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.team-creation.d.ts +0 -7
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.team-creation.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.team-creation.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.team-creation.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.d.ts +0 -5
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.team-plan.d.ts +0 -6
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.team-plan.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.team-plan.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.team-plan.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.updated.d.ts +0 -25
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.updated.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.updated.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.updated.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.d.ts +0 -3
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.d.ts +0 -10
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.team.d.ts +0 -6
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.team.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.team.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.team.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_failed.d.ts +0 -13
- package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_failed.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_failed.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_failed.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_succeeded.d.ts +0 -13
- package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_succeeded.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_succeeded.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_succeeded.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.upcoming.d.ts +0 -20
- package/dist/packages/features/ee/billing/api/webhook/_invoice.upcoming.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.upcoming.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_invoice.upcoming.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_payment_intent.succeeded.d.ts +0 -6
- package/dist/packages/features/ee/billing/api/webhook/_payment_intent.succeeded.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/hwm-webhook-utils.d.ts +0 -23
- package/dist/packages/features/ee/billing/api/webhook/hwm-webhook-utils.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/hwm-webhook-utils.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/hwm-webhook-utils.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/index.d.ts +0 -3
- package/dist/packages/features/ee/billing/api/webhook/index.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/constants.d.ts +0 -36
- package/dist/packages/features/ee/billing/constants.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/credit-service.d.ts +0 -247
- package/dist/packages/features/ee/billing/credit-service.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/credit-service.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/credit-service.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/containers/Billing.d.ts +0 -27
- package/dist/packages/features/ee/billing/di/containers/Billing.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/containers/BillingPeriodRepository.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/containers/BillingPeriodRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/containers/MonthlyProrationService.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/containers/MonthlyProrationService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/containers/WebhookEventRepository.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/containers/WebhookEventRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/containers/WebhookEventService.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/containers/WebhookEventService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/AdminBillingRepository.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/AdminBillingRepository.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/BillingPeriodRepository.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/BillingPeriodRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/BillingPeriodService.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/BillingPeriodService.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/BillingProviderService.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/modules/BillingProviderService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/BillingRepositoryFactory.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/modules/BillingRepositoryFactory.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/DunningEmailService.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/DunningEmailService.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/DunningGuard.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/DunningGuard.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/DunningServiceFactory.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/DunningServiceFactory.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/DunningStatusResolver.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/DunningStatusResolver.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/DunningStrategyFactory.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/DunningStrategyFactory.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/HighWaterMarkRepository.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/HighWaterMarkRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/HighWaterMarkService.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/HighWaterMarkService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/IsTeamBillingEnabled.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/modules/IsTeamBillingEnabled.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/MonthlyProrationService.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/MonthlyProrationService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/MonthlyProrationTeamRepository.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/MonthlyProrationTeamRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/OrgBillingRepository.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/OrgBillingRepository.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/OrgDunningRepository.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/OrgDunningRepository.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/OrgDunningService.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/OrgDunningService.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/SeatBillingStrategyFactory.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/SeatBillingStrategyFactory.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/StripeClient.d.ts +0 -4
- package/dist/packages/features/ee/billing/di/modules/StripeClient.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/TeamBillingDataRepositoryFactory.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/modules/TeamBillingDataRepositoryFactory.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/TeamBillingRepository.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/TeamBillingRepository.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/TeamBillingServiceFactory.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/modules/TeamBillingServiceFactory.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/TeamDunningRepository.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/TeamDunningRepository.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/TeamDunningService.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/TeamDunningService.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/WebhookEventRepository.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/WebhookEventRepository.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/WebhookEventService.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/WebhookEventService.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationSyncTasker.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationSyncTasker.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTasker.container.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTasker.container.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTasker.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTasker.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTriggerDevTasker.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTriggerDevTasker.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/tasker/ProrationEmailSyncTasker.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/tasker/ProrationEmailSyncTasker.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTasker.container.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTasker.container.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTasker.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTasker.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTriggerDevTasker.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTriggerDevTasker.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/tasker/tokens.d.ts +0 -17
- package/dist/packages/features/ee/billing/di/tasker/tokens.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/tokens.d.ts +0 -55
- package/dist/packages/features/ee/billing/di/tokens.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/domain/BillingPeriodPricing.d.ts +0 -10
- package/dist/packages/features/ee/billing/domain/BillingPeriodPricing.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/domain/BillingPeriodSwitch.d.ts +0 -34
- package/dist/packages/features/ee/billing/domain/BillingPeriodSwitch.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/domain/__tests__/BillingPeriodPricing.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/domain/__tests__/BillingPeriodPricing.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/domain/__tests__/BillingPeriodSwitch.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/domain/__tests__/BillingPeriodSwitch.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/domain/__tests__/billing-plans.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/domain/__tests__/billing-plans.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/domain/billing-plans.d.ts +0 -31
- package/dist/packages/features/ee/billing/domain/billing-plans.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/helpers/getCheckoutSessionExpiresAt.d.ts +0 -2
- package/dist/packages/features/ee/billing/helpers/getCheckoutSessionExpiresAt.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/helpers/getCheckoutSessionExpiresAt.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/helpers/getCheckoutSessionExpiresAt.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/helpers/getUserAndTeamWithBillingPermission.d.ts +0 -24
- package/dist/packages/features/ee/billing/helpers/getUserAndTeamWithBillingPermission.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/helpers/getUserAndTeamWithBillingPermission.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/helpers/getUserAndTeamWithBillingPermission.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/helpers/handleInsufficientCredits.d.ts +0 -10
- package/dist/packages/features/ee/billing/helpers/handleInsufficientCredits.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/helpers/handleInsufficientCredits.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/helpers/handleInsufficientCredits.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/lib/month-key.d.ts +0 -3
- package/dist/packages/features/ee/billing/lib/month-key.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/lib/month-key.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/lib/month-key.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/lib/proration-utils.d.ts +0 -12
- package/dist/packages/features/ee/billing/lib/proration-utils.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/lib/proration-utils.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/lib/proration-utils.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/lib/stripe-subscription-utils.d.ts +0 -31
- package/dist/packages/features/ee/billing/lib/stripe-subscription-utils.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/lib/stripe-subscription-utils.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/lib/stripe-subscription-utils.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/lib/subscription-updates.d.ts +0 -13
- package/dist/packages/features/ee/billing/lib/subscription-updates.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/lib/subscription-updates.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/lib/subscription-updates.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/organizations/index.d.ts +0 -5
- package/dist/packages/features/ee/billing/organizations/index.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/organizations/internal-organization-billing.d.ts +0 -13
- package/dist/packages/features/ee/billing/organizations/internal-organization-billing.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/organizations/internal-organization-billing.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/organizations/internal-organization-billing.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/organizations/organization-billing.d.ts +0 -14
- package/dist/packages/features/ee/billing/organizations/organization-billing.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/organizations/organization-billing.repository.d.ts +0 -41
- package/dist/packages/features/ee/billing/organizations/organization-billing.repository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/organizations/organization-billing.repository.interface.d.ts +0 -7
- package/dist/packages/features/ee/billing/organizations/organization-billing.repository.interface.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/organizations/stub-organization-billing.d.ts +0 -17
- package/dist/packages/features/ee/billing/organizations/stub-organization-billing.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/adminBilling/AdminBillingRepository.d.ts +0 -96
- package/dist/packages/features/ee/billing/repository/adminBilling/AdminBillingRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/billing/IBillingRepository.d.ts +0 -71
- package/dist/packages/features/ee/billing/repository/billing/IBillingRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/billing/PrismaOrganizationBillingRepository.d.ts +0 -18
- package/dist/packages/features/ee/billing/repository/billing/PrismaOrganizationBillingRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/billing/PrismaTeamBillingRepository.d.ts +0 -18
- package/dist/packages/features/ee/billing/repository/billing/PrismaTeamBillingRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/billing/StubBillingRepository.d.ts +0 -15
- package/dist/packages/features/ee/billing/repository/billing/StubBillingRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/billingPeriod/BillingPeriodRepository.d.ts +0 -41
- package/dist/packages/features/ee/billing/repository/billingPeriod/BillingPeriodRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/dunning/IDunningRepository.d.ts +0 -56
- package/dist/packages/features/ee/billing/repository/dunning/IDunningRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/dunning/OrgDunningRepository.d.ts +0 -14
- package/dist/packages/features/ee/billing/repository/dunning/OrgDunningRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/dunning/OrgDunningRepository.integration-test.d.ts +0 -2
- package/dist/packages/features/ee/billing/repository/dunning/OrgDunningRepository.integration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/dunning/TeamDunningRepository.d.ts +0 -14
- package/dist/packages/features/ee/billing/repository/dunning/TeamDunningRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/dunning/TeamDunningRepository.integration-test.d.ts +0 -2
- package/dist/packages/features/ee/billing/repository/dunning/TeamDunningRepository.integration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/highWaterMark/HighWaterMarkRepository.d.ts +0 -54
- package/dist/packages/features/ee/billing/repository/highWaterMark/HighWaterMarkRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/highWaterMark/__tests__/HighWaterMarkRepository.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/repository/highWaterMark/__tests__/HighWaterMarkRepository.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/proration/MonthlyProrationRepository.d.ts +0 -49
- package/dist/packages/features/ee/billing/repository/proration/MonthlyProrationRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/proration/MonthlyProrationTeamRepository.d.ts +0 -103
- package/dist/packages/features/ee/billing/repository/proration/MonthlyProrationTeamRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/seatChangeLogs/SeatChangeLogRepository.d.ts +0 -42
- package/dist/packages/features/ee/billing/repository/seatChangeLogs/SeatChangeLogRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/teamBillingData/ITeamBillingDataRepository.d.ts +0 -17
- package/dist/packages/features/ee/billing/repository/teamBillingData/ITeamBillingDataRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/teamBillingData/PrismaTeamBillingRepository.d.ts +0 -34
- package/dist/packages/features/ee/billing/repository/teamBillingData/PrismaTeamBillingRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/teamBillingData/StubTeamBillingRepository.d.ts +0 -20
- package/dist/packages/features/ee/billing/repository/teamBillingData/StubTeamBillingRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/webhookEvent/PrismaWebhookEventRepository.d.ts +0 -14
- package/dist/packages/features/ee/billing/repository/webhookEvent/PrismaWebhookEventRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/webhookEvent/__tests__/WebhookEventRepository.integration-test.d.ts +0 -2
- package/dist/packages/features/ee/billing/repository/webhookEvent/__tests__/WebhookEventRepository.integration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/seed-stripe-products.d.ts +0 -21
- package/dist/packages/features/ee/billing/seed-stripe-products.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/seed.d.ts +0 -33
- package/dist/packages/features/ee/billing/seed.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/adminBillingMode/AdminBillingModeService.d.ts +0 -20
- package/dist/packages/features/ee/billing/service/adminBillingMode/AdminBillingModeService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/billingPeriod/BillingPeriodService.d.ts +0 -52
- package/dist/packages/features/ee/billing/service/billingPeriod/BillingPeriodService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/billingPeriod/__tests__/BillingPeriodService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/billingPeriod/__tests__/BillingPeriodService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/billingProvider/IBillingProviderService.d.ts +0 -172
- package/dist/packages/features/ee/billing/service/billingProvider/IBillingProviderService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/billingProvider/StripeBillingService.d.ts +0 -123
- package/dist/packages/features/ee/billing/service/billingProvider/StripeBillingService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/billingProvider/StripeBillingService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/billingProvider/StripeBillingService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dueInvoice/cleanup-proration-test.d.ts +0 -12
- package/dist/packages/features/ee/billing/service/dueInvoice/cleanup-proration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dueInvoice/seed-proration-test.d.ts +0 -24
- package/dist/packages/features/ee/billing/service/dueInvoice/seed-proration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/BaseDunningService.d.ts +0 -28
- package/dist/packages/features/ee/billing/service/dunning/BaseDunningService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningAwareStrategy.d.ts +0 -28
- package/dist/packages/features/ee/billing/service/dunning/DunningAwareStrategy.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningAwareStrategy.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/DunningAwareStrategy.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningEmailService.d.ts +0 -16
- package/dist/packages/features/ee/billing/service/dunning/DunningEmailService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningEmailService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/DunningEmailService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningGuard.d.ts +0 -34
- package/dist/packages/features/ee/billing/service/dunning/DunningGuard.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningGuard.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/DunningGuard.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningMapper.d.ts +0 -17
- package/dist/packages/features/ee/billing/service/dunning/DunningMapper.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningServiceFactory.d.ts +0 -33
- package/dist/packages/features/ee/billing/service/dunning/DunningServiceFactory.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningState.d.ts +0 -68
- package/dist/packages/features/ee/billing/service/dunning/DunningState.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningStatusResolver.d.ts +0 -17
- package/dist/packages/features/ee/billing/service/dunning/DunningStatusResolver.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningStrategyFactory.d.ts +0 -17
- package/dist/packages/features/ee/billing/service/dunning/DunningStrategyFactory.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningStrategyFactory.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/DunningStrategyFactory.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/IDunningService.d.ts +0 -34
- package/dist/packages/features/ee/billing/service/dunning/IDunningService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/OrgDunningService.d.ts +0 -5
- package/dist/packages/features/ee/billing/service/dunning/OrgDunningService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/TeamDunningService.d.ts +0 -5
- package/dist/packages/features/ee/billing/service/dunning/TeamDunningService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/__tests__/BaseDunningService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/__tests__/BaseDunningService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningMapper.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningMapper.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningServiceFactory.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningServiceFactory.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningStatusResolver.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningStatusResolver.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/__tests__/shouldSkipDunningAdvancement.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/__tests__/shouldSkipDunningAdvancement.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/dunning-state.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/dunning-state.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/seed-dunning-test.d.ts +0 -1
- package/dist/packages/features/ee/billing/service/dunning/seed-dunning-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/seed-recreate-ownership-test.d.ts +0 -1
- package/dist/packages/features/ee/billing/service/dunning/seed-recreate-ownership-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/seed-resubscribe-test.d.ts +0 -1
- package/dist/packages/features/ee/billing/service/dunning/seed-resubscribe-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/shouldSkipDunningAdvancement.d.ts +0 -4
- package/dist/packages/features/ee/billing/service/dunning/shouldSkipDunningAdvancement.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/advance-dunning-tiers.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/advance-dunning-tiers.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/advance-single-team-dunning.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/advance-single-team-dunning.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/blast-dunning-emails.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/blast-dunning-emails.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-cancellation-email.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-cancellation-email.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-email-for-status.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-email-for-status.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-pause-email.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-pause-email.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-soft-block-email.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-soft-block-email.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-warning-email.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-warning-email.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/advance-dunning-tiers.d.ts +0 -14
- package/dist/packages/features/ee/billing/service/dunning/trigger/advance-dunning-tiers.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/advance-single-team-dunning.d.ts +0 -5
- package/dist/packages/features/ee/billing/service/dunning/trigger/advance-single-team-dunning.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/blast-dunning-emails.d.ts +0 -23
- package/dist/packages/features/ee/billing/service/dunning/trigger/blast-dunning-emails.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/config.d.ts +0 -6
- package/dist/packages/features/ee/billing/service/dunning/trigger/config.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/emailConfig.d.ts +0 -6
- package/dist/packages/features/ee/billing/service/dunning/trigger/emailConfig.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/emailSchema.d.ts +0 -9
- package/dist/packages/features/ee/billing/service/dunning/trigger/emailSchema.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/schema.d.ts +0 -12
- package/dist/packages/features/ee/billing/service/dunning/trigger/schema.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-cancellation-email.d.ts +0 -5
- package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-cancellation-email.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-email-for-status.d.ts +0 -16
- package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-email-for-status.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-pause-email.d.ts +0 -5
- package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-pause-email.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-soft-block-email.d.ts +0 -5
- package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-soft-block-email.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-warning-email.d.ts +0 -5
- package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-warning-email.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/highWaterMark/HighWaterMarkService.d.ts +0 -51
- package/dist/packages/features/ee/billing/service/highWaterMark/HighWaterMarkService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/highWaterMark/__tests__/HighWaterMarkService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/highWaterMark/__tests__/HighWaterMarkService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/highWaterMark/__tests__/HighWaterMarkStripe.integration-test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/highWaterMark/__tests__/HighWaterMarkStripe.integration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/highWaterMark/seed-hwm-test.d.ts +0 -1
- package/dist/packages/features/ee/billing/service/highWaterMark/seed-hwm-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/plans/seed-plans-test.d.ts +0 -1
- package/dist/packages/features/ee/billing/service/plans/seed-plans-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/MonthlyProrationService.d.ts +0 -105
- package/dist/packages/features/ee/billing/service/proration/MonthlyProrationService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/ProrationEmailService.d.ts +0 -17
- package/dist/packages/features/ee/billing/service/proration/ProrationEmailService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/__tests__/MonthlyProrationService.integration-test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/proration/__tests__/MonthlyProrationService.integration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/__tests__/MonthlyProrationService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/proration/__tests__/MonthlyProrationService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/__tests__/ProrationEmailService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/proration/__tests__/ProrationEmailService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationSyncTasker.d.ts +0 -10
- package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationSyncTasker.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationTasker.d.ts +0 -17
- package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationTasker.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationTriggerDevTasker.d.ts +0 -10
- package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationTriggerDevTasker.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailSyncTasker.d.ts +0 -16
- package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailSyncTasker.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailTasker.d.ts +0 -23
- package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailTasker.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailTriggerDevTasker.d.ts +0 -16
- package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailTriggerDevTasker.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/constants.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/proration/tasker/constants.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/cancelProrationReminder.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/cancelProrationReminder.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/processMonthlyProrationBatch.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/processMonthlyProrationBatch.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/scheduleMonthlyProration.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/scheduleMonthlyProration.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/sendProrationInvoiceEmail.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/sendProrationInvoiceEmail.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/sendProrationReminderEmail.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/sendProrationReminderEmail.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/cancelProrationReminder.d.ts +0 -10
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/cancelProrationReminder.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/config.d.ts +0 -6
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/config.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/emailConfig.d.ts +0 -6
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/emailConfig.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/emailSchemas.d.ts +0 -35
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/emailSchemas.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/processMonthlyProrationBatch.d.ts +0 -43
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/processMonthlyProrationBatch.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/scheduleMonthlyProration.d.ts +0 -31
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/scheduleMonthlyProration.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/schema.d.ts +0 -12
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/schema.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/sendProrationInvoiceEmail.d.ts +0 -16
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/sendProrationInvoiceEmail.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/sendProrationReminderEmail.d.ts +0 -13
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/sendProrationReminderEmail.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/types.d.ts +0 -33
- package/dist/packages/features/ee/billing/service/proration/tasker/types.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/ActiveUserBillingStrategy.d.ts +0 -21
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/ActiveUserBillingStrategy.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/HighWaterMarkStrategy.d.ts +0 -22
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/HighWaterMarkStrategy.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/ISeatBillingStrategy.d.ts +0 -50
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/ISeatBillingStrategy.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/ImmediateUpdateStrategy.d.ts +0 -9
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/ImmediateUpdateStrategy.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/MonthlyProrationStrategy.d.ts +0 -18
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/MonthlyProrationStrategy.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/SeatBillingStrategyFactory.d.ts +0 -30
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/SeatBillingStrategyFactory.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/SeatBillingStrategyFactory.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/SeatBillingStrategyFactory.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/__tests__/SeatBillingStrategyFactory.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/__tests__/SeatBillingStrategyFactory.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/__tests__/strategies.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/__tests__/strategies.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatTracking/SeatChangeTrackingService.d.ts +0 -64
- package/dist/packages/features/ee/billing/service/seatTracking/SeatChangeTrackingService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatTracking/__tests__/SeatChangeTrackingService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/seatTracking/__tests__/SeatChangeTrackingService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/teams/ITeamBillingService.d.ts +0 -26
- package/dist/packages/features/ee/billing/service/teams/ITeamBillingService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/teams/StubTeamBillingService.d.ts +0 -17
- package/dist/packages/features/ee/billing/service/teams/StubTeamBillingService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/teams/TeamBillingFactory.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/teams/TeamBillingFactory.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/teams/TeamBillingService.d.ts +0 -66
- package/dist/packages/features/ee/billing/service/teams/TeamBillingService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/teams/TeamBillingService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/teams/TeamBillingService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/teams/TeamBillingServiceFactory.d.ts +0 -27
- package/dist/packages/features/ee/billing/service/teams/TeamBillingServiceFactory.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/trial/seed-trial-test.d.ts +0 -1
- package/dist/packages/features/ee/billing/service/trial/seed-trial-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/webhookEvent/WebhookEventService.d.ts +0 -14
- package/dist/packages/features/ee/billing/service/webhookEvent/WebhookEventService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.idempotency.integration-test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.idempotency.integration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.integration-test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.integration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/teams/internal-team-billing.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/teams/internal-team-billing.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/ui/SeatBasedBilling.d.ts +0 -23
- package/dist/packages/features/ee/billing/ui/SeatBasedBilling.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/api/handle-setup-success-integration.test.d.ts +0 -2
- package/dist/packages/features/ee/payments/api/handle-setup-success-integration.test.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/api/handle-setup-success.test.d.ts +0 -2
- package/dist/packages/features/ee/payments/api/handle-setup-success.test.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/api/webhook.d.ts +0 -17
- package/dist/packages/features/ee/payments/api/webhook.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/api/webhook.test.d.ts +0 -2
- package/dist/packages/features/ee/payments/api/webhook.test.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/components/Payment.d.ts +0 -43
- package/dist/packages/features/ee/payments/components/Payment.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/pages/getClientSecretFromPayment.d.ts +0 -5
- package/dist/packages/features/ee/payments/pages/getClientSecretFromPayment.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/pages/payment.d.ts +0 -258
- package/dist/packages/features/ee/payments/pages/payment.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/pages/sanitizePaymentDataForClient.d.ts +0 -7
- package/dist/packages/features/ee/payments/pages/sanitizePaymentDataForClient.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/pages/sanitizePaymentDataForClient.test.d.ts +0 -2
- package/dist/packages/features/ee/payments/pages/sanitizePaymentDataForClient.test.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/server/stripe-service.d.ts +0 -23
- package/dist/packages/features/ee/payments/server/stripe-service.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/server/stripe.d.ts +0 -7
- package/dist/packages/features/ee/payments/server/stripe.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/assignmentReason/AssignmentReasonRecorder.d.ts +0 -75
- package/dist/packages/features/ee/round-robin/assignmentReason/AssignmentReasonRecorder.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/assignmentReason/appAssignmentReasonHandler.d.ts +0 -13
- package/dist/packages/features/ee/round-robin/assignmentReason/appAssignmentReasonHandler.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/handleRescheduleEventManager.d.ts +0 -104
- package/dist/packages/features/ee/round-robin/handleRescheduleEventManager.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/lib/bookingLocationService.d.ts +0 -160
- package/dist/packages/features/ee/round-robin/lib/bookingLocationService.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/lib/bookingLocationService.test.d.ts +0 -2
- package/dist/packages/features/ee/round-robin/lib/bookingLocationService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/roundRobinDeleteEvents.test.d.ts +0 -2
- package/dist/packages/features/ee/round-robin/roundRobinDeleteEvents.test.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts +0 -120
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.test.d.ts +0 -2
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.test.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/roundRobinReassignment.d.ts +0 -20
- package/dist/packages/features/ee/round-robin/roundRobinReassignment.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/roundRobinReassignment.test.d.ts +0 -2
- package/dist/packages/features/ee/round-robin/roundRobinReassignment.test.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/utils/bookingSelect.d.ts +0 -53
- package/dist/packages/features/ee/round-robin/utils/bookingSelect.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/utils/getDestinationCalendar.d.ts +0 -10
- package/dist/packages/features/ee/round-robin/utils/getDestinationCalendar.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/utils/getTeamMembers.d.ts +0 -39
- package/dist/packages/features/ee/round-robin/utils/getTeamMembers.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/utils/validateRoundRobinSlotAvailability.d.ts +0 -4
- package/dist/packages/features/ee/round-robin/utils/validateRoundRobinSlotAvailability.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/utils/validateRoundRobinSlotAvailability.test.d.ts +0 -2
- package/dist/packages/features/ee/round-robin/utils/validateRoundRobinSlotAvailability.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/api/handleSMSResponse.d.ts +0 -6
- package/dist/packages/features/ee/workflows/api/handleSMSResponse.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/api/scheduleEmailReminders.d.ts +0 -6
- package/dist/packages/features/ee/workflows/api/scheduleEmailReminders.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.d.ts +0 -7
- package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/api/scheduleWhatsappReminders.d.ts +0 -7
- package/dist/packages/features/ee/workflows/api/scheduleWhatsappReminders.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/api/scheduleWhatsappReminders.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/api/scheduleWhatsappReminders.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/di/WorkflowStepTranslationRepository.container.d.ts +0 -3
- package/dist/packages/features/ee/workflows/di/WorkflowStepTranslationRepository.container.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/di/WorkflowStepTranslationRepository.module.d.ts +0 -5
- package/dist/packages/features/ee/workflows/di/WorkflowStepTranslationRepository.module.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/hooks/useVoicePreview.d.ts +0 -6
- package/dist/packages/features/ee/workflows/hooks/useVoicePreview.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/action-helper-functions.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/action-helper-functions.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/actionHelperFunctions.d.ts +0 -46
- package/dist/packages/features/ee/workflows/lib/actionHelperFunctions.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/allowDisablingStandardEmails.d.ts +0 -11
- package/dist/packages/features/ee/workflows/lib/allowDisablingStandardEmails.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/alphanumericSenderIdSupport.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/alphanumericSenderIdSupport.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/compareReminderBodyToTemplate.d.ts +0 -6
- package/dist/packages/features/ee/workflows/lib/compareReminderBodyToTemplate.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/constants.d.ts +0 -14
- package/dist/packages/features/ee/workflows/lib/constants.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/deleteRemindersOfActiveOnIds.d.ts +0 -8
- package/dist/packages/features/ee/workflows/lib/deleteRemindersOfActiveOnIds.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/detectMatchedTemplate.d.ts +0 -33
- package/dist/packages/features/ee/workflows/lib/detectMatchedTemplate.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/getActionIcon.d.ts +0 -3
- package/dist/packages/features/ee/workflows/lib/getActionIcon.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/getAllWorkflows.d.ts +0 -43
- package/dist/packages/features/ee/workflows/lib/getAllWorkflows.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/getAllWorkflowsFromEventType.d.ts +0 -15
- package/dist/packages/features/ee/workflows/lib/getAllWorkflowsFromEventType.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/getOptions.d.ts +0 -31
- package/dist/packages/features/ee/workflows/lib/getOptions.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/getWorkflowReminders.d.ts +0 -144
- package/dist/packages/features/ee/workflows/lib/getWorkflowReminders.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/getiCalEventAsString.d.ts +0 -16
- package/dist/packages/features/ee/workflows/lib/getiCalEventAsString.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/isAuthorized.d.ts +0 -4
- package/dist/packages/features/ee/workflows/lib/isAuthorized.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/aiPhoneCallManager.d.ts +0 -33
- package/dist/packages/features/ee/workflows/lib/reminders/aiPhoneCallManager.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts +0 -31
- package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/messageDispatcher.d.ts +0 -53
- package/dist/packages/features/ee/workflows/lib/reminders/messageDispatcher.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/providers/emailProvider.d.ts +0 -11
- package/dist/packages/features/ee/workflows/lib/reminders/providers/emailProvider.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/providers/sendgridProvider.d.ts +0 -10
- package/dist/packages/features/ee/workflows/lib/reminders/providers/sendgridProvider.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/providers/twilio-provider.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/reminders/providers/twilio-provider.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/providers/twilioProvider.d.ts +0 -48
- package/dist/packages/features/ee/workflows/lib/reminders/providers/twilioProvider.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.d.ts +0 -63
- package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/scheduleMandatoryReminder.d.ts +0 -17
- package/dist/packages/features/ee/workflows/lib/reminders/scheduleMandatoryReminder.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/smsReminderManager.d.ts +0 -31
- package/dist/packages/features/ee/workflows/lib/reminders/smsReminderManager.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/customTemplate.d.ts +0 -50
- package/dist/packages/features/ee/workflows/lib/reminders/templates/customTemplate.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/customTemplate.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/reminders/templates/customTemplate.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.d.ts +0 -25
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.d.ts +0 -28
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/plainTextTemplates.d.ts +0 -17
- package/dist/packages/features/ee/workflows/lib/reminders/templates/plainTextTemplates.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/smsReminderTemplate.d.ts +0 -6
- package/dist/packages/features/ee/workflows/lib/reminders/templates/smsReminderTemplate.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/ContentSidMapping.d.ts +0 -11
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/ContentSidMapping.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/index.d.ts +0 -5
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/index.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCancelledTemplate.d.ts +0 -5
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCancelledTemplate.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCompletedTemplate.d.ts +0 -5
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCompletedTemplate.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventReminderTemplate.d.ts +0 -5
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventReminderTemplate.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventRescheduledTemplate.d.ts +0 -5
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventRescheduledTemplate.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/utils.d.ts +0 -7
- package/dist/packages/features/ee/workflows/lib/reminders/utils.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/utils.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/reminders/utils.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/verifyPhoneNumber.d.ts +0 -3
- package/dist/packages/features/ee/workflows/lib/reminders/verifyPhoneNumber.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/whatsappReminderManager.d.ts +0 -6
- package/dist/packages/features/ee/workflows/lib/reminders/whatsappReminderManager.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/repository/workflowOptOutContact.d.ts +0 -6
- package/dist/packages/features/ee/workflows/lib/repository/workflowOptOutContact.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/scheduleBookingReminders.d.ts +0 -8
- package/dist/packages/features/ee/workflows/lib/scheduleBookingReminders.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/scheduleWorkflowNotifications.d.ts +0 -103
- package/dist/packages/features/ee/workflows/lib/scheduleWorkflowNotifications.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/scheduleWorkflowNotifications.integration-test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/scheduleWorkflowNotifications.integration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/schema.d.ts +0 -165
- package/dist/packages/features/ee/workflows/lib/schema.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/service/email-workflow-service.d.ts +0 -123
- package/dist/packages/features/ee/workflows/lib/service/email-workflow-service.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/service/email-workflow-service.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/service/email-workflow-service.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/service/workflow-service.d.ts +0 -83
- package/dist/packages/features/ee/workflows/lib/service/workflow-service.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/service/workflow-service.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/service/workflow-service.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/service/workflowOptOutService.d.ts +0 -5
- package/dist/packages/features/ee/workflows/lib/service/workflowOptOutService.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/test/compareReminderBodyToTemplate.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/test/compareReminderBodyToTemplate.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/test/detectMatchedTemplate.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/test/detectMatchedTemplate.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/test/twilioWebhook.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/test/twilioWebhook.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/test/urlScanner.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/test/urlScanner.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/test/workflows.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/test/workflows.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/types.d.ts +0 -165
- package/dist/packages/features/ee/workflows/lib/types.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/url-scanner.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/url-scanner.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/urlScanner.d.ts +0 -63
- package/dist/packages/features/ee/workflows/lib/urlScanner.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/variableTranslations.d.ts +0 -10
- package/dist/packages/features/ee/workflows/lib/variableTranslations.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/verifyEmailSender.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/verifyEmailSender.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/repositories/WorkflowRelationsRepository.d.ts +0 -24
- package/dist/packages/features/ee/workflows/repositories/WorkflowRelationsRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/repositories/WorkflowStepRepository.d.ts +0 -68
- package/dist/packages/features/ee/workflows/repositories/WorkflowStepRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/repositories/WorkflowStepTranslationRepository.d.ts +0 -30
- package/dist/packages/features/ee/workflows/repositories/WorkflowStepTranslationRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/repositories/WorkflowStepTranslationRepository.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/repositories/WorkflowStepTranslationRepository.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/repositories/workflow-reminder-repository.d.ts +0 -164
- package/dist/packages/features/ee/workflows/repositories/workflow-reminder-repository.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/repositories/workflow-reminder-repository.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/repositories/workflow-reminder-repository.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/repositories/workflow-repository.d.ts +0 -872
- package/dist/packages/features/ee/workflows/repositories/workflow-repository.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/repositories/workflow-repository.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/repositories/workflow-repository.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/repositories/workflow-step-translation-repository.integration-test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/repositories/workflow-step-translation-repository.integration-test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/AssignAllTeamMembers.d.ts +0 -8
- package/dist/packages/features/eventtypes/components/AssignAllTeamMembers.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/BulkEditDefaultForEventsModal.d.ts +0 -28
- package/dist/packages/features/eventtypes/components/BulkEditDefaultForEventsModal.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/CheckedTeamSelect.d.ts +0 -41
- package/dist/packages/features/eventtypes/components/CheckedTeamSelect.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/ChildrenEventTypeSelect.d.ts +0 -32
- package/dist/packages/features/eventtypes/components/ChildrenEventTypeSelect.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/CreateEventTypeForm.d.ts +0 -17
- package/dist/packages/features/eventtypes/components/CreateEventTypeForm.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/LearnMoreLink.d.ts +0 -9
- package/dist/packages/features/eventtypes/components/LearnMoreLink.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/WeightDescription.d.ts +0 -5
- package/dist/packages/features/eventtypes/components/WeightDescription.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/dialogs/HostEditDialogs.d.ts +0 -29
- package/dist/packages/features/eventtypes/components/dialogs/HostEditDialogs.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/dialogs/ManagedEventDialog.d.ts +0 -13
- package/dist/packages/features/eventtypes/components/dialogs/ManagedEventDialog.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/locations/types.d.ts +0 -48
- package/dist/packages/features/eventtypes/components/locations/types.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/CustomEventTypeModal.d.ts +0 -44
- package/dist/packages/features/eventtypes/components/tabs/advanced/CustomEventTypeModal.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/DisableAllEmailsSetting.d.ts +0 -26
- package/dist/packages/features/eventtypes/components/tabs/advanced/DisableAllEmailsSetting.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/DisableReschedulingController.d.ts +0 -18
- package/dist/packages/features/eventtypes/components/tabs/advanced/DisableReschedulingController.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.d.ts +0 -144
- package/dist/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/FormBuilder.d.ts +0 -46
- package/dist/packages/features/eventtypes/components/tabs/advanced/FormBuilder.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/RequiresConfirmationController.d.ts +0 -27
- package/dist/packages/features/eventtypes/components/tabs/advanced/RequiresConfirmationController.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/availability/EventAvailabilityTab.d.ts +0 -91
- package/dist/packages/features/eventtypes/components/tabs/availability/EventAvailabilityTab.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/limits/EventLimitsTab.d.ts +0 -58
- package/dist/packages/features/eventtypes/components/tabs/limits/EventLimitsTab.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/limits/MaxActiveBookingsPerBookerController.d.ts +0 -10
- package/dist/packages/features/eventtypes/components/tabs/limits/MaxActiveBookingsPerBookerController.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/limits/dateConversions.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/components/tabs/limits/dateConversions.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/recurring/EventRecurringTab.d.ts +0 -4
- package/dist/packages/features/eventtypes/components/tabs/recurring/EventRecurringTab.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/recurring/RecurringEventController.d.ts +0 -22
- package/dist/packages/features/eventtypes/components/tabs/recurring/RecurringEventController.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/setup/EventSetupTab.d.ts +0 -46
- package/dist/packages/features/eventtypes/components/tabs/setup/EventSetupTab.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/di/EventTypeService.container.d.ts +0 -4
- package/dist/packages/features/eventtypes/di/EventTypeService.container.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/di/EventTypeService.module.d.ts +0 -9
- package/dist/packages/features/eventtypes/di/EventTypeService.module.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/di/tokens.d.ts +0 -5
- package/dist/packages/features/eventtypes/di/tokens.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/eventtypes.repository.interface.d.ts +0 -20
- package/dist/packages/features/eventtypes/eventtypes.repository.interface.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/apply-pending-host-changes.d.ts +0 -12
- package/dist/packages/features/eventtypes/lib/apply-pending-host-changes.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/bookingFieldsManager.d.ts +0 -14
- package/dist/packages/features/eventtypes/lib/bookingFieldsManager.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/checkForEmptyAssignment.d.ts +0 -8
- package/dist/packages/features/eventtypes/lib/checkForEmptyAssignment.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/checkForEmptyAssignment.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/checkForEmptyAssignment.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/childrenEventType.d.ts +0 -35
- package/dist/packages/features/eventtypes/lib/childrenEventType.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/childrenEventType.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/childrenEventType.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/defaultEvents.d.ts +0 -2056
- package/dist/packages/features/eventtypes/lib/defaultEvents.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/defaultEvents.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/defaultEvents.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/eventNaming.d.ts +0 -28
- package/dist/packages/features/eventtypes/lib/eventNaming.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/eventNaming.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/eventNaming.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/eventTypeUpdateUtils.d.ts +0 -45
- package/dist/packages/features/eventtypes/lib/eventTypeUpdateUtils.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/getDefinedBufferTimes.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/getDefinedBufferTimes.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/getDefinedBufferTimes.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/getDefinedBufferTimes.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/getEventTypeById.d.ts +0 -1256
- package/dist/packages/features/eventtypes/lib/getEventTypeById.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/getEventTypeById.integration-test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/getEventTypeById.integration-test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/getEventTypesByViewer.d.ts +0 -447
- package/dist/packages/features/eventtypes/lib/getEventTypesByViewer.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/getEventTypesByViewer.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/getEventTypesByViewer.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/getEventTypesPublic.d.ts +0 -171
- package/dist/packages/features/eventtypes/lib/getEventTypesPublic.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts +0 -2870
- package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/getPublicEvent.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/getPublicEvent.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/getTeamEventType.d.ts +0 -200
- package/dist/packages/features/eventtypes/lib/getTeamEventType.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/isCurrentlyAvailable.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/isCurrentlyAvailable.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/schemas.d.ts +0 -54
- package/dist/packages/features/eventtypes/lib/schemas.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/schemas.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/schemas.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/successRedirectUrlAllowed.d.ts +0 -25
- package/dist/packages/features/eventtypes/lib/successRedirectUrlAllowed.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/successRedirectUrlAllowed.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/successRedirectUrlAllowed.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/types.d.ts +0 -592
- package/dist/packages/features/eventtypes/lib/types.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/repositories/EventRepository.d.ts +0 -1670
- package/dist/packages/features/eventtypes/repositories/EventRepository.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/repositories/__tests__/EventTypeRepository.integration-test.d.ts +0 -2
- package/dist/packages/features/eventtypes/repositories/__tests__/EventTypeRepository.integration-test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/repositories/__tests__/EventTypeRepository.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/repositories/__tests__/EventTypeRepository.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/repositories/eventTypeRepository.d.ts +0 -3968
- package/dist/packages/features/eventtypes/repositories/eventTypeRepository.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/service/EventTypeService.d.ts +0 -81
- package/dist/packages/features/eventtypes/service/EventTypeService.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/service/EventTypeService.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/service/EventTypeService.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/store/__tests__/hosts-store.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/store/__tests__/hosts-store.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/store/hosts-store-provider.d.ts +0 -7
- package/dist/packages/features/eventtypes/store/hosts-store-provider.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/store/hosts-store.d.ts +0 -25
- package/dist/packages/features/eventtypes/store/hosts-store.d.ts.map +0 -1
- package/dist/packages/features/form-builder/fieldTypes.d.ts +0 -5
- package/dist/packages/features/form-builder/fieldTypes.d.ts.map +0 -1
- package/dist/packages/features/form-builder/fieldsThatSupportLabelAsSafeHtml.d.ts +0 -7
- package/dist/packages/features/form-builder/fieldsThatSupportLabelAsSafeHtml.d.ts.map +0 -1
- package/dist/packages/features/form-builder/propsTypes.d.ts +0 -18
- package/dist/packages/features/form-builder/propsTypes.d.ts.map +0 -1
- package/dist/packages/features/form-builder/schema.d.ts +0 -783
- package/dist/packages/features/form-builder/schema.d.ts.map +0 -1
- package/dist/packages/features/form-builder/staticConfig.d.ts +0 -67
- package/dist/packages/features/form-builder/staticConfig.d.ts.map +0 -1
- package/dist/packages/features/form-builder/staticConfig.test.d.ts +0 -2
- package/dist/packages/features/form-builder/staticConfig.test.d.ts.map +0 -1
- package/dist/packages/features/form-builder/testUtils.d.ts +0 -421
- package/dist/packages/features/form-builder/testUtils.d.ts.map +0 -1
- package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.d.ts +0 -12
- package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.d.ts.map +0 -1
- package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.test.d.ts +0 -2
- package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.test.d.ts.map +0 -1
- package/dist/packages/features/form-builder/utils/getFieldIdentifier.d.ts +0 -2
- package/dist/packages/features/form-builder/utils/getFieldIdentifier.d.ts.map +0 -1
- package/dist/packages/features/form-builder/utils/variantsConfig.d.ts +0 -44
- package/dist/packages/features/form-builder/utils/variantsConfig.d.ts.map +0 -1
- package/dist/packages/features/form-builder/utils.d.ts +0 -6
- package/dist/packages/features/form-builder/utils.d.ts.map +0 -1
- package/dist/packages/features/instant-meeting/schema.d.ts +0 -3
- package/dist/packages/features/instant-meeting/schema.d.ts.map +0 -1
- package/dist/packages/features/schedules/components/DateOverrideInputDialog.d.ts +0 -16
- package/dist/packages/features/schedules/components/DateOverrideInputDialog.d.ts.map +0 -1
- package/dist/packages/features/schedules/components/DateOverrideList.d.ts +0 -25
- package/dist/packages/features/schedules/components/DateOverrideList.d.ts.map +0 -1
- package/dist/packages/features/schedules/components/ScheduleComponent.d.ts +0 -50
- package/dist/packages/features/schedules/components/ScheduleComponent.d.ts.map +0 -1
- package/dist/packages/features/schedules/components/ScheduleComponent.test.d.ts +0 -2
- package/dist/packages/features/schedules/components/ScheduleComponent.test.d.ts.map +0 -1
- package/dist/packages/features/schedules/components/ScheduleListItem.d.ts +0 -39
- package/dist/packages/features/schedules/components/ScheduleListItem.d.ts.map +0 -1
- package/dist/packages/features/schedules/components/parse-time-string.test.d.ts +0 -2
- package/dist/packages/features/schedules/components/parse-time-string.test.d.ts.map +0 -1
- package/dist/packages/features/schedules/hooks/useTimesForSchedule.d.ts +0 -30
- package/dist/packages/features/schedules/hooks/useTimesForSchedule.d.ts.map +0 -1
- package/dist/packages/features/schedules/hooks/useTimesForSchedule.timezone.test.d.ts +0 -2
- package/dist/packages/features/schedules/hooks/useTimesForSchedule.timezone.test.d.ts.map +0 -1
- package/dist/packages/features/schedules/lib/date-ranges.d.ts +0 -59
- package/dist/packages/features/schedules/lib/date-ranges.d.ts.map +0 -1
- package/dist/packages/features/schedules/lib/date-ranges.expansion.test.d.ts +0 -2
- package/dist/packages/features/schedules/lib/date-ranges.expansion.test.d.ts.map +0 -1
- package/dist/packages/features/schedules/lib/date-ranges.test.d.ts +0 -2
- package/dist/packages/features/schedules/lib/date-ranges.test.d.ts.map +0 -1
- package/dist/packages/features/schedules/lib/slots-minBookingNotice.test.d.ts +0 -2
- package/dist/packages/features/schedules/lib/slots-minBookingNotice.test.d.ts.map +0 -1
- package/dist/packages/features/schedules/lib/slots.d.ts +0 -30
- package/dist/packages/features/schedules/lib/slots.d.ts.map +0 -1
- package/dist/packages/features/schedules/lib/slots.expansion.test.d.ts +0 -2
- package/dist/packages/features/schedules/lib/slots.expansion.test.d.ts.map +0 -1
- package/dist/packages/features/schedules/lib/slots.test.d.ts +0 -2
- package/dist/packages/features/schedules/lib/slots.test.d.ts.map +0 -1
- package/dist/packages/features/schedules/repositories/ScheduleRepository.d.ts +0 -213
- package/dist/packages/features/schedules/repositories/ScheduleRepository.d.ts.map +0 -1
- package/dist/packages/features/schedules/repositories/ScheduleRepository.test.d.ts +0 -2
- package/dist/packages/features/schedules/repositories/ScheduleRepository.test.d.ts.map +0 -1
- package/dist/packages/features/schedules/services/ScheduleService.d.ts +0 -152
- package/dist/packages/features/schedules/services/ScheduleService.d.ts.map +0 -1
- package/dist/packages/features/schedules/services/ScheduleService.test.d.ts +0 -2
- package/dist/packages/features/schedules/services/ScheduleService.test.d.ts.map +0 -1
- package/dist/packages/features/schedules/types.d.ts +0 -20
- package/dist/packages/features/schedules/types.d.ts.map +0 -1
- package/dist/packages/kysely/types.d.ts +0 -2724
- package/dist/packages/kysely/types.d.ts.map +0 -1
- package/dist/packages/lib/intervalLimits/intervalLimitSchema.d.ts +0 -6
- package/dist/packages/lib/intervalLimits/intervalLimitSchema.d.ts.map +0 -1
- package/dist/packages/platform/atoms/add-members-switch/AddMembersWithSwitchPlatformWrapper.d.ts +0 -3
- package/dist/packages/platform/atoms/add-members-switch/AddMembersWithSwitchPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/availability/AvailabilitySettings.d.ts +0 -89
- package/dist/packages/platform/atoms/availability/AvailabilitySettings.d.ts.map +0 -1
- package/dist/packages/platform/atoms/availability/index.d.ts +0 -4
- package/dist/packages/platform/atoms/availability/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/availability/types.d.ts +0 -36
- package/dist/packages/platform/atoms/availability/types.d.ts.map +0 -1
- package/dist/packages/platform/atoms/availability/wrappers/AvailabilitySettingsPlatformWrapper.d.ts +0 -29
- package/dist/packages/platform/atoms/availability/wrappers/AvailabilitySettingsPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/booker/BookerPlatformWrapper.d.ts +0 -4
- package/dist/packages/platform/atoms/booker/BookerPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/booker/types.d.ts +0 -99
- package/dist/packages/platform/atoms/booker/types.d.ts.map +0 -1
- package/dist/packages/platform/atoms/booker-embed/BookerEmbed.d.ts +0 -31
- package/dist/packages/platform/atoms/booker-embed/BookerEmbed.d.ts.map +0 -1
- package/dist/packages/platform/atoms/booker-embed/index.d.ts +0 -2
- package/dist/packages/platform/atoms/booker-embed/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/booker-embed/useGetRoutingFormUrlProps.d.ts +0 -21
- package/dist/packages/platform/atoms/booker-embed/useGetRoutingFormUrlProps.d.ts.map +0 -1
- package/dist/packages/platform/atoms/cal-provider/BaseCalProvider.d.ts +0 -24
- package/dist/packages/platform/atoms/cal-provider/BaseCalProvider.d.ts.map +0 -1
- package/dist/packages/platform/atoms/cal-provider/CalOAuthProvider.d.ts +0 -19
- package/dist/packages/platform/atoms/cal-provider/CalOAuthProvider.d.ts.map +0 -1
- package/dist/packages/platform/atoms/cal-provider/CalProvider.d.ts +0 -22
- package/dist/packages/platform/atoms/cal-provider/CalProvider.d.ts.map +0 -1
- package/dist/packages/platform/atoms/cal-provider/index.d.ts +0 -3
- package/dist/packages/platform/atoms/cal-provider/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/cal-provider/languages.d.ts +0 -55
- package/dist/packages/platform/atoms/cal-provider/languages.d.ts.map +0 -1
- package/dist/packages/platform/atoms/calendar-settings/index.d.ts +0 -2
- package/dist/packages/platform/atoms/calendar-settings/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/calendar-settings/wrappers/CalendarSettingsPlatformWrapper.d.ts +0 -17
- package/dist/packages/platform/atoms/calendar-settings/wrappers/CalendarSettingsPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/calendar-view/CalendarViewComponent.d.ts +0 -2
- package/dist/packages/platform/atoms/calendar-view/CalendarViewComponent.d.ts.map +0 -1
- package/dist/packages/platform/atoms/calendar-view/EventTypeCalendarViewComponent.d.ts +0 -7
- package/dist/packages/platform/atoms/calendar-view/EventTypeCalendarViewComponent.d.ts.map +0 -1
- package/dist/packages/platform/atoms/calendar-view/components/LargeCalendar.d.ts +0 -11
- package/dist/packages/platform/atoms/calendar-view/components/LargeCalendar.d.ts.map +0 -1
- package/dist/packages/platform/atoms/calendar-view/index.d.ts +0 -2
- package/dist/packages/platform/atoms/calendar-view/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/calendar-view/wrappers/CalendarViewPlatformWrapper.d.ts +0 -22
- package/dist/packages/platform/atoms/calendar-view/wrappers/CalendarViewPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/OAuthConnect.d.ts +0 -25
- package/dist/packages/platform/atoms/connect/OAuthConnect.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/apple/AppleConnect.d.ts +0 -4
- package/dist/packages/platform/atoms/connect/apple/AppleConnect.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/ConferencingAppsViewPlatformWrapper.d.ts +0 -29
- package/dist/packages/platform/atoms/connect/conferencing-apps/ConferencingAppsViewPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomBulkUpdateEventTypesToDefaultLocation.d.ts +0 -102
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomBulkUpdateEventTypesToDefaultLocation.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomGetEventTypes.d.ts +0 -10
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomGetEventTypes.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomsGetInstalledConferencingApps.d.ts +0 -3
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomsGetInstalledConferencingApps.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useConnect.d.ts +0 -23
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useConnect.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useDeleteCredential.d.ts +0 -9
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useDeleteCredential.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useGetDefaultConferencingApp.d.ts +0 -6
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useGetDefaultConferencingApp.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useUpdateUserDefaultConferencingApp.d.ts +0 -9
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useUpdateUserDefaultConferencingApp.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/google/GcalConnect.d.ts +0 -4
- package/dist/packages/platform/atoms/connect/google/GcalConnect.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/index.d.ts +0 -4
- package/dist/packages/platform/atoms/connect/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/outlook/OutlookConnect.d.ts +0 -4
- package/dist/packages/platform/atoms/connect/outlook/OutlookConnect.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/stripe/StripeConnect.d.ts +0 -22
- package/dist/packages/platform/atoms/connect/stripe/StripeConnect.d.ts.map +0 -1
- package/dist/packages/platform/atoms/create-schedule/CreateScheduleForm.d.ts +0 -18
- package/dist/packages/platform/atoms/create-schedule/CreateScheduleForm.d.ts.map +0 -1
- package/dist/packages/platform/atoms/create-schedule/index.d.ts +0 -2
- package/dist/packages/platform/atoms/create-schedule/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/create-schedule/wrappers/CreateSchedulePlatformWrapper.d.ts +0 -15
- package/dist/packages/platform/atoms/create-schedule/wrappers/CreateSchedulePlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/destination-calendar/DestinationCalendar.d.ts +0 -21
- package/dist/packages/platform/atoms/destination-calendar/DestinationCalendar.d.ts.map +0 -1
- package/dist/packages/platform/atoms/destination-calendar/DestinationCalendarSelector.d.ts +0 -17
- package/dist/packages/platform/atoms/destination-calendar/DestinationCalendarSelector.d.ts.map +0 -1
- package/dist/packages/platform/atoms/destination-calendar/DestinationReminderSelector.d.ts +0 -9
- package/dist/packages/platform/atoms/destination-calendar/DestinationReminderSelector.d.ts.map +0 -1
- package/dist/packages/platform/atoms/destination-calendar/index.d.ts +0 -2
- package/dist/packages/platform/atoms/destination-calendar/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/destination-calendar/wrappers/DestinationCalendarSettingsPlatformWrapper.d.ts +0 -8
- package/dist/packages/platform/atoms/destination-calendar/wrappers/DestinationCalendarSettingsPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/__tests__/EventTypeListItem.test.d.ts +0 -2
- package/dist/packages/platform/atoms/event-types/__tests__/EventTypeListItem.test.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/__tests__/formatEventTypeDuration.test.d.ts +0 -2
- package/dist/packages/platform/atoms/event-types/__tests__/formatEventTypeDuration.test.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/components/EventTypeListItem.d.ts +0 -12
- package/dist/packages/platform/atoms/event-types/components/EventTypeListItem.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/use-tabs-navigations.test.d.ts +0 -2
- package/dist/packages/platform/atoms/event-types/hooks/use-tabs-navigations.test.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAddVerifiedEmail.d.ts +0 -15
- package/dist/packages/platform/atoms/event-types/hooks/useAddVerifiedEmail.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeAppIntegration.d.ts +0 -22
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeAppIntegration.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts +0 -937
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypePaymentInfo.d.ts +0 -245
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypePaymentInfo.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAtomGetAllEventTypes.d.ts +0 -9
- package/dist/packages/platform/atoms/event-types/hooks/useAtomGetAllEventTypes.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAtomHostSchedules.d.ts +0 -14
- package/dist/packages/platform/atoms/event-types/hooks/useAtomHostSchedules.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAtomUpdateEventType.d.ts +0 -103
- package/dist/packages/platform/atoms/event-types/hooks/useAtomUpdateEventType.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.d.ts +0 -15
- package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.test.d.ts +0 -2
- package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.test.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useGetVerifiedEmails.d.ts +0 -3
- package/dist/packages/platform/atoms/event-types/hooks/useGetVerifiedEmails.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useHandleRouteChange.d.ts +0 -15
- package/dist/packages/platform/atoms/event-types/hooks/useHandleRouteChange.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/usePlatformTabsNavigations.d.ts +0 -16
- package/dist/packages/platform/atoms/event-types/hooks/usePlatformTabsNavigations.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useTabsNavigations.d.ts +0 -41
- package/dist/packages/platform/atoms/event-types/hooks/useTabsNavigations.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useTeamMembersWithSegmentPlatform.d.ts +0 -38
- package/dist/packages/platform/atoms/event-types/hooks/useTeamMembersWithSegmentPlatform.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/index.d.ts +0 -2
- package/dist/packages/platform/atoms/event-types/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/lib/formatEventTypeDuration.d.ts +0 -13
- package/dist/packages/platform/atoms/event-types/lib/formatEventTypeDuration.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/payments/PaymentForm.d.ts +0 -9
- package/dist/packages/platform/atoms/event-types/payments/PaymentForm.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/payments/StripePaymentForm.d.ts +0 -9
- package/dist/packages/platform/atoms/event-types/payments/StripePaymentForm.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/types.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/CreateEventTypePlatformWrapper.d.ts +0 -20
- package/dist/packages/platform/atoms/event-types/wrappers/CreateEventTypePlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventAdvancedPlatformWrapper.d.ts +0 -4
- package/dist/packages/platform/atoms/event-types/wrappers/EventAdvancedPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventAvailabilityTabPlatformWrapper.d.ts +0 -13
- package/dist/packages/platform/atoms/event-types/wrappers/EventAvailabilityTabPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventLimitsTabPlatformWrapper.d.ts +0 -4
- package/dist/packages/platform/atoms/event-types/wrappers/EventLimitsTabPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventPaymentsTabPlatformWrapper.d.ts +0 -6
- package/dist/packages/platform/atoms/event-types/wrappers/EventPaymentsTabPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventRecurringTabPlatformWrapper.d.ts +0 -4
- package/dist/packages/platform/atoms/event-types/wrappers/EventRecurringTabPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventSetupTabPlatformWrapper.d.ts +0 -4
- package/dist/packages/platform/atoms/event-types/wrappers/EventSetupTabPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventTeamAssignmentTabPlatformWrapper.d.ts +0 -4
- package/dist/packages/platform/atoms/event-types/wrappers/EventTeamAssignmentTabPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventTypePlatformWrapper.d.ts +0 -36
- package/dist/packages/platform/atoms/event-types/wrappers/EventTypePlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/ListEventTypesPlatformWrapper.d.ts +0 -6
- package/dist/packages/platform/atoms/event-types/wrappers/ListEventTypesPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/types.d.ts +0 -4
- package/dist/packages/platform/atoms/event-types/wrappers/types.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/bookings/useBooking.d.ts +0 -2
- package/dist/packages/platform/atoms/hooks/bookings/useBooking.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/bookings/useBookings.d.ts +0 -4
- package/dist/packages/platform/atoms/hooks/bookings/useBookings.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/bookings/useCancelBooking.d.ts +0 -23
- package/dist/packages/platform/atoms/hooks/bookings/useCancelBooking.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/bookings/useCreateBooking.d.ts +0 -561
- package/dist/packages/platform/atoms/hooks/bookings/useCreateBooking.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/bookings/useCreateInstantBooking.d.ts +0 -599
- package/dist/packages/platform/atoms/hooks/bookings/useCreateInstantBooking.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/bookings/useCreateRecurringBooking.d.ts +0 -557
- package/dist/packages/platform/atoms/hooks/bookings/useCreateRecurringBooking.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/bookings/useGetBookingForReschedule.d.ts +0 -45
- package/dist/packages/platform/atoms/hooks/bookings/useGetBookingForReschedule.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/bookings/useHandleBookEvent.d.ts +0 -27
- package/dist/packages/platform/atoms/hooks/bookings/useHandleBookEvent.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/calendars/useAddSelectedCalendar.d.ts +0 -21
- package/dist/packages/platform/atoms/hooks/calendars/useAddSelectedCalendar.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/calendars/useDeleteCalendarCredentials.d.ts +0 -22
- package/dist/packages/platform/atoms/hooks/calendars/useDeleteCalendarCredentials.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/calendars/useRemoveSelectedCalendar.d.ts +0 -21
- package/dist/packages/platform/atoms/hooks/calendars/useRemoveSelectedCalendar.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/calendars/useUpdateDestinationCalendars.d.ts +0 -21
- package/dist/packages/platform/atoms/hooks/calendars/useUpdateDestinationCalendars.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/connect/useCheck.d.ts +0 -21
- package/dist/packages/platform/atoms/hooks/connect/useCheck.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/connect/useConnect.d.ts +0 -18
- package/dist/packages/platform/atoms/hooks/connect/useConnect.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventType.d.ts +0 -103
- package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventType.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventTypeForm.d.ts +0 -8
- package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventTypeForm.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/private/useCreateTeamEventType.d.ts +0 -105
- package/dist/packages/platform/atoms/hooks/event-types/private/useCreateTeamEventType.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteEventTypeById.d.ts +0 -101
- package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteEventTypeById.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteTeamEventTypeById.d.ts +0 -15
- package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteTeamEventTypeById.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/private/useEventTypeById.d.ts +0 -4
- package/dist/packages/platform/atoms/hooks/event-types/private/useEventTypeById.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/public/useAtomGetPublicEvent.d.ts +0 -1670
- package/dist/packages/platform/atoms/hooks/event-types/public/useAtomGetPublicEvent.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/public/useEventType.d.ts +0 -5
- package/dist/packages/platform/atoms/hooks/event-types/public/useEventType.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/public/useEventTypes.d.ts +0 -4
- package/dist/packages/platform/atoms/hooks/event-types/public/useEventTypes.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventType.d.ts +0 -4
- package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventType.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventTypes.d.ts +0 -4
- package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventTypes.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationBookings.d.ts +0 -4
- package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationBookings.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationUserBookings.d.ts +0 -4
- package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationUserBookings.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/types.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/useAtomCreateSchedule.d.ts +0 -9
- package/dist/packages/platform/atoms/hooks/schedules/useAtomCreateSchedule.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/useAtomDuplicateSchedule.d.ts +0 -11
- package/dist/packages/platform/atoms/hooks/schedules/useAtomDuplicateSchedule.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/useAtomGetAllSchedules.d.ts +0 -9
- package/dist/packages/platform/atoms/hooks/schedules/useAtomGetAllSchedules.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/useAtomSchedule.d.ts +0 -37
- package/dist/packages/platform/atoms/hooks/schedules/useAtomSchedule.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/useAtomUpdateSchedule.d.ts +0 -51
- package/dist/packages/platform/atoms/hooks/schedules/useAtomUpdateSchedule.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/useDeleteSchedule.d.ts +0 -11
- package/dist/packages/platform/atoms/hooks/schedules/useDeleteSchedule.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/useEnsureDefaultSchedule.d.ts +0 -3
- package/dist/packages/platform/atoms/hooks/schedules/useEnsureDefaultSchedule.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/useSchedule.d.ts +0 -7
- package/dist/packages/platform/atoms/hooks/schedules/useSchedule.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/useSchedules.d.ts +0 -7
- package/dist/packages/platform/atoms/hooks/schedules/useSchedules.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/useUpdateSchedule.d.ts +0 -10
- package/dist/packages/platform/atoms/hooks/schedules/useUpdateSchedule.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/stripe/useCheck.d.ts +0 -22
- package/dist/packages/platform/atoms/hooks/stripe/useCheck.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/stripe/useConnect.d.ts +0 -5
- package/dist/packages/platform/atoms/hooks/stripe/useConnect.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/teams/useTeamMembers.d.ts +0 -10
- package/dist/packages/platform/atoms/hooks/teams/useTeamMembers.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/teams/useTeams.d.ts +0 -7
- package/dist/packages/platform/atoms/hooks/teams/useTeams.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/use-atoms-locale.d.ts +0 -3
- package/dist/packages/platform/atoms/hooks/use-atoms-locale.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useApiKeys.d.ts +0 -9
- package/dist/packages/platform/atoms/hooks/useApiKeys.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useAtomsContext.d.ts +0 -32
- package/dist/packages/platform/atoms/hooks/useAtomsContext.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useAvailableSlots.d.ts +0 -7
- package/dist/packages/platform/atoms/hooks/useAvailableSlots.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useCalendarsBusyTimes.d.ts +0 -13
- package/dist/packages/platform/atoms/hooks/useCalendarsBusyTimes.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts +0 -8
- package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useDeleteSelectedSlot.d.ts +0 -8
- package/dist/packages/platform/atoms/hooks/useDeleteSelectedSlot.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useEventTypesList.d.ts +0 -18
- package/dist/packages/platform/atoms/hooks/useEventTypesList.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useGetCityTimezones.d.ts +0 -10
- package/dist/packages/platform/atoms/hooks/useGetCityTimezones.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useIsPlatform.d.ts +0 -2
- package/dist/packages/platform/atoms/hooks/useIsPlatform.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useIsPlatformBookerEmbed.d.ts +0 -2
- package/dist/packages/platform/atoms/hooks/useIsPlatformBookerEmbed.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useMe.d.ts +0 -25
- package/dist/packages/platform/atoms/hooks/useMe.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useOAuthClient.d.ts +0 -18
- package/dist/packages/platform/atoms/hooks/useOAuthClient.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useOAuthFlow.d.ts +0 -15
- package/dist/packages/platform/atoms/hooks/useOAuthFlow.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useReserveSlot.d.ts +0 -8
- package/dist/packages/platform/atoms/hooks/useReserveSlot.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useScheduleByEventSlug.d.ts +0 -16
- package/dist/packages/platform/atoms/hooks/useScheduleByEventSlug.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useSlots.d.ts +0 -25
- package/dist/packages/platform/atoms/hooks/useSlots.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useTimezone.d.ts +0 -2
- package/dist/packages/platform/atoms/hooks/useTimezone.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useUpdateUserTimezone.d.ts +0 -23
- package/dist/packages/platform/atoms/hooks/useUpdateUserTimezone.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useVerifyCode.d.ts +0 -18
- package/dist/packages/platform/atoms/hooks/useVerifyCode.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useVerifyEmail.d.ts +0 -20
- package/dist/packages/platform/atoms/hooks/useVerifyEmail.d.ts.map +0 -1
- package/dist/packages/platform/atoms/index.d.ts +0 -51
- package/dist/packages/platform/atoms/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/kysely-types/index.d.ts +0 -2
- package/dist/packages/platform/atoms/kysely-types/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/lib/appendClientIdToEmail.d.ts +0 -2
- package/dist/packages/platform/atoms/lib/appendClientIdToEmail.d.ts.map +0 -1
- package/dist/packages/platform/atoms/lib/getPlaceholderContent.d.ts +0 -16
- package/dist/packages/platform/atoms/lib/getPlaceholderContent.d.ts.map +0 -1
- package/dist/packages/platform/atoms/lib/getQueryParam.d.ts +0 -3
- package/dist/packages/platform/atoms/lib/getQueryParam.d.ts.map +0 -1
- package/dist/packages/platform/atoms/lib/getUtmTrackingParameters.d.ts +0 -5
- package/dist/packages/platform/atoms/lib/getUtmTrackingParameters.d.ts.map +0 -1
- package/dist/packages/platform/atoms/lib/http.d.ts.map +0 -1
- package/dist/packages/platform/atoms/lib/markdownToSafeHTML.d.ts +0 -2
- package/dist/packages/platform/atoms/lib/markdownToSafeHTML.d.ts.map +0 -1
- package/dist/packages/platform/atoms/lib/setQueryParam.d.ts +0 -3
- package/dist/packages/platform/atoms/lib/setQueryParam.d.ts.map +0 -1
- package/dist/packages/platform/atoms/lib/useLocale.d.ts +0 -10
- package/dist/packages/platform/atoms/lib/useLocale.d.ts.map +0 -1
- package/dist/packages/platform/atoms/list-schedules/index.d.ts +0 -2
- package/dist/packages/platform/atoms/list-schedules/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/list-schedules/wrappers/ListSchedulesPlatformWrapper.d.ts +0 -6
- package/dist/packages/platform/atoms/list-schedules/wrappers/ListSchedulesPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/onboarding/continue-with-calcom.d.ts.map +0 -1
- package/dist/packages/platform/atoms/onboarding/export.d.ts +0 -3
- package/dist/packages/platform/atoms/onboarding/export.d.ts.map +0 -1
- package/dist/packages/platform/atoms/onboarding/onboarding-embed.d.ts.map +0 -1
- package/dist/packages/platform/atoms/onboarding/types.d.ts +0 -31
- package/dist/packages/platform/atoms/onboarding/types.d.ts.map +0 -1
- package/dist/packages/platform/atoms/prisma-types/index.d.ts +0 -6
- package/dist/packages/platform/atoms/prisma-types/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/router/Router.d.ts +0 -30
- package/dist/packages/platform/atoms/router/Router.d.ts.map +0 -1
- package/dist/packages/platform/atoms/router/index.d.ts +0 -2
- package/dist/packages/platform/atoms/router/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/selected-calendars/SelectedCalendarsSettings.d.ts +0 -6
- package/dist/packages/platform/atoms/selected-calendars/SelectedCalendarsSettings.d.ts.map +0 -1
- package/dist/packages/platform/atoms/selected-calendars/index.d.ts +0 -2
- package/dist/packages/platform/atoms/selected-calendars/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/selected-calendars/wrappers/SelectedCalendarsSettingsPlatformWrapper.d.ts +0 -38
- package/dist/packages/platform/atoms/selected-calendars/wrappers/SelectedCalendarsSettingsPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/components/atoms-wrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/components/ui/button.d.ts +0 -14
- package/dist/packages/platform/atoms/src/components/ui/button.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/components/ui/dialog.d.ts +0 -30
- package/dist/packages/platform/atoms/src/components/ui/dialog.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/components/ui/popover.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/components/ui/shell.d.ts +0 -3
- package/dist/packages/platform/atoms/src/components/ui/shell.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/components/ui/switch.d.ts +0 -5
- package/dist/packages/platform/atoms/src/components/ui/switch.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/components/ui/toast.d.ts +0 -13
- package/dist/packages/platform/atoms/src/components/ui/toast.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/components/ui/toaster.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/components/ui/tooltip.d.ts +0 -19
- package/dist/packages/platform/atoms/src/components/ui/tooltip.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/components/ui/use-toast.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/constants/styles.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/lib/timeZones.d.ts +0 -15
- package/dist/packages/platform/atoms/src/lib/timeZones.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/lib/utils.d.ts.map +0 -1
- package/dist/packages/platform/atoms/timezone/index.d.ts +0 -6
- package/dist/packages/platform/atoms/timezone/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/troubleshooter/index.d.ts +0 -2
- package/dist/packages/platform/atoms/troubleshooter/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/troubleshooter/large-calendar/LargeCalendar.d.ts +0 -2
- package/dist/packages/platform/atoms/troubleshooter/large-calendar/LargeCalendar.d.ts.map +0 -1
- package/dist/packages/platform/atoms/troubleshooter/sidebar/CalendarToggleContainer.d.ts +0 -7
- package/dist/packages/platform/atoms/troubleshooter/sidebar/CalendarToggleContainer.d.ts.map +0 -1
- package/dist/packages/platform/atoms/troubleshooter/sidebar/EventScheduleItem.d.ts +0 -2
- package/dist/packages/platform/atoms/troubleshooter/sidebar/EventScheduleItem.d.ts.map +0 -1
- package/dist/packages/platform/atoms/troubleshooter/sidebar/EventTypeSelect.d.ts +0 -2
- package/dist/packages/platform/atoms/troubleshooter/sidebar/EventTypeSelect.d.ts.map +0 -1
- package/dist/packages/platform/atoms/troubleshooter/sidebar/TroubleshooterSidebar.d.ts +0 -7
- package/dist/packages/platform/atoms/troubleshooter/sidebar/TroubleshooterSidebar.d.ts.map +0 -1
- package/dist/packages/platform/atoms/troubleshooter/wrappers/TroubleshooterPlatformWrapper.d.ts +0 -14
- package/dist/packages/platform/atoms/troubleshooter/wrappers/TroubleshooterPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/types.d.ts.map +0 -1
- package/dist/packages/platform/atoms/vite.config.d.ts.map +0 -1
- package/dist/packages/platform/constants/api.d.ts +0 -44
- package/dist/packages/platform/constants/api.d.ts.map +0 -1
- package/dist/packages/platform/constants/apps.d.ts +0 -32
- package/dist/packages/platform/constants/apps.d.ts.map +0 -1
- package/dist/packages/platform/constants/index.d.ts +0 -4
- package/dist/packages/platform/constants/index.d.ts.map +0 -1
- package/dist/packages/platform/constants/permissions.d.ts +0 -56
- package/dist/packages/platform/constants/permissions.d.ts.map +0 -1
- package/dist/packages/platform/libraries/app-store.d.ts +0 -28
- package/dist/packages/platform/libraries/app-store.d.ts.map +0 -1
- package/dist/packages/platform/libraries/bookings.d.ts +0 -52
- package/dist/packages/platform/libraries/bookings.d.ts.map +0 -1
- package/dist/packages/platform/libraries/calendars.d.ts +0 -12
- package/dist/packages/platform/libraries/calendars.d.ts.map +0 -1
- package/dist/packages/platform/libraries/conferencing.d.ts +0 -4
- package/dist/packages/platform/libraries/conferencing.d.ts.map +0 -1
- package/dist/packages/platform/libraries/emails.d.ts +0 -40
- package/dist/packages/platform/libraries/emails.d.ts.map +0 -1
- package/dist/packages/platform/libraries/errors.d.ts +0 -6
- package/dist/packages/platform/libraries/errors.d.ts.map +0 -1
- package/dist/packages/platform/libraries/event-types.d.ts +0 -28
- package/dist/packages/platform/libraries/event-types.d.ts.map +0 -1
- package/dist/packages/platform/libraries/index.d.ts +0 -65
- package/dist/packages/platform/libraries/index.d.ts.map +0 -1
- package/dist/packages/platform/libraries/oauth.d.ts +0 -7
- package/dist/packages/platform/libraries/oauth.d.ts.map +0 -1
- package/dist/packages/platform/libraries/organizations.d.ts +0 -21
- package/dist/packages/platform/libraries/organizations.d.ts.map +0 -1
- package/dist/packages/platform/libraries/pbac.d.ts +0 -8
- package/dist/packages/platform/libraries/pbac.d.ts.map +0 -1
- package/dist/packages/platform/libraries/private-links.d.ts +0 -4
- package/dist/packages/platform/libraries/private-links.d.ts.map +0 -1
- package/dist/packages/platform/libraries/repositories.d.ts +0 -27
- package/dist/packages/platform/libraries/repositories.d.ts.map +0 -1
- package/dist/packages/platform/libraries/schedules.d.ts +0 -9
- package/dist/packages/platform/libraries/schedules.d.ts.map +0 -1
- package/dist/packages/platform/libraries/slots.d.ts +0 -14
- package/dist/packages/platform/libraries/slots.d.ts.map +0 -1
- package/dist/packages/platform/libraries/tasker.d.ts +0 -5
- package/dist/packages/platform/libraries/tasker.d.ts.map +0 -1
- package/dist/packages/platform/libraries/workflows.d.ts +0 -4
- package/dist/packages/platform/libraries/workflows.d.ts.map +0 -1
- package/dist/packages/platform/types/api.d.ts +0 -32
- package/dist/packages/platform/types/api.d.ts.map +0 -1
- package/dist/packages/platform/types/billing.d.ts +0 -4
- package/dist/packages/platform/types/billing.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-04-15/index.d.ts +0 -2
- package/dist/packages/platform/types/bookings/2024-04-15/index.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-04-15/inputs/index.d.ts +0 -28
- package/dist/packages/platform/types/bookings/2024-04-15/inputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/index.d.ts +0 -3
- package/dist/packages/platform/types/bookings/2024-08-13/index.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/add-attendee.input.d.ts +0 -5
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/add-attendee.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/add-guests.input.d.ts +0 -13
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/add-guests.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/cancel-booking-input.pipe.d.ts +0 -12
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/cancel-booking-input.pipe.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/cancel-booking.input.d.ts +0 -9
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/cancel-booking.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking-input.pipe.d.ts +0 -14
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking-input.pipe.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.d.ts +0 -48
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/decline-booking.input.d.ts +0 -4
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/decline-booking.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/get-bookings.input.d.ts +0 -37
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/get-bookings.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/index.d.ts +0 -17
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/language.d.ts +0 -47
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/language.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/location.input.d.ts +0 -35
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/location.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/mark-absent.input.d.ts +0 -10
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/mark-absent.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/reassign-to-user.input.d.ts +0 -4
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/reassign-to-user.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/request-reschedule.input.d.ts +0 -4
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/request-reschedule.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/reschedule-booking-input.pipe.d.ts +0 -12
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/reschedule-booking-input.pipe.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/reschedule-booking.input.d.ts +0 -15
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/reschedule-booking.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/update-location.input.d.ts +0 -23
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/update-location.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/validators/validate-metadata.d.ts +0 -5
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/validators/validate-metadata.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/booking.output.d.ts +0 -92
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/booking.output.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-recordings.output.d.ts +0 -17
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-recordings.output.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-transcripts.output.d.ts +0 -6
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-transcripts.output.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-video-sessions.output.d.ts +0 -21
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-video-sessions.output.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking.output.d.ts +0 -7
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking.output.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-bookings.output.d.ts +0 -8
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-bookings.output.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/index.d.ts +0 -7
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/index.d.ts +0 -3
- package/dist/packages/platform/types/bookings/index.d.ts.map +0 -1
- package/dist/packages/platform/types/calendars/index.d.ts +0 -2
- package/dist/packages/platform/types/calendars/index.d.ts.map +0 -1
- package/dist/packages/platform/types/calendars/inputs/busy-times.input.d.ts +0 -12
- package/dist/packages/platform/types/calendars/inputs/busy-times.input.d.ts.map +0 -1
- package/dist/packages/platform/types/calendars/inputs/create-calendar-credentials.input.d.ts +0 -5
- package/dist/packages/platform/types/calendars/inputs/create-calendar-credentials.input.d.ts.map +0 -1
- package/dist/packages/platform/types/calendars/inputs/index.d.ts +0 -3
- package/dist/packages/platform/types/calendars/inputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/embed.d.ts +0 -21
- package/dist/packages/platform/types/embed.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/index.d.ts +0 -3
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/index.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-active-booking-limit.input.d.ts +0 -6
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-active-booking-limit.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-layouts.input.d.ts +0 -19
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-layouts.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-fields.input.d.ts +0 -173
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-fields.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-count.input.d.ts +0 -17
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-count.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-duration.input.d.ts +0 -12
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-duration.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-window.input.d.ts +0 -32
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-window.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/confirmation-policy.input.d.ts +0 -29
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/confirmation-policy.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.d.ts +0 -99
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/destination-calendar.input.d.ts +0 -5
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/destination-calendar.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disable-cancelling.input.d.ts +0 -4
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disable-cancelling.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disable-rescheduling.input.d.ts +0 -5
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disable-rescheduling.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disabled.input.d.ts +0 -4
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disabled.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/email-settings.input.d.ts +0 -5
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/email-settings.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/event-type-color.input.d.ts +0 -9
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/event-type-color.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/get-event-types-query.input.d.ts +0 -18
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/get-event-types-query.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/index.d.ts +0 -19
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/locations.input.d.ts +0 -40
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/locations.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/recurrence.input.d.ts +0 -13
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/recurrence.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/seats.input.d.ts +0 -15
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/seats.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.d.ts +0 -74
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/validators/CantHaveRecurrenceAndBookerActiveBookingsLimit.d.ts +0 -4
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/validators/CantHaveRecurrenceAndBookerActiveBookingsLimit.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booker-active-bookings-limit.output.d.ts +0 -5
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booker-active-bookings-limit.output.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booking-fields.output.d.ts +0 -137
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booking-fields.output.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/disable-cancelling.output.d.ts +0 -4
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/disable-cancelling.output.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/disable-rescheduling.output.d.ts +0 -5
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/disable-rescheduling.output.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/event-type.output.d.ts +0 -110
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/event-type.output.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/index.d.ts +0 -6
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/locations.output.d.ts +0 -33
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/locations.output.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/index.d.ts +0 -4
- package/dist/packages/platform/types/event-types/index.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/inputs/private-link.input.d.ts +0 -14
- package/dist/packages/platform/types/event-types/inputs/private-link.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/outputs/private-link.output.d.ts +0 -35
- package/dist/packages/platform/types/event-types/outputs/private-link.output.d.ts.map +0 -1
- package/dist/packages/platform/types/index.d.ts +0 -20
- package/dist/packages/platform/types/index.d.ts.map +0 -1
- package/dist/packages/platform/types/me/index.d.ts +0 -2
- package/dist/packages/platform/types/me/index.d.ts.map +0 -1
- package/dist/packages/platform/types/me/outputs/index.d.ts +0 -2
- package/dist/packages/platform/types/me/outputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/me/outputs/me.d.ts +0 -52
- package/dist/packages/platform/types/me/outputs/me.d.ts.map +0 -1
- package/dist/packages/platform/types/me.d.ts +0 -61
- package/dist/packages/platform/types/me.d.ts.map +0 -1
- package/dist/packages/platform/types/oauth-clients/index.d.ts +0 -3
- package/dist/packages/platform/types/oauth-clients/index.d.ts.map +0 -1
- package/dist/packages/platform/types/oauth-clients/inputs/create-oauth-client.input.d.ts +0 -16
- package/dist/packages/platform/types/oauth-clients/inputs/create-oauth-client.input.d.ts.map +0 -1
- package/dist/packages/platform/types/oauth-clients/inputs/delete-oauth-client.input.d.ts +0 -4
- package/dist/packages/platform/types/oauth-clients/inputs/delete-oauth-client.input.d.ts.map +0 -1
- package/dist/packages/platform/types/oauth-clients/inputs/index.d.ts +0 -4
- package/dist/packages/platform/types/oauth-clients/inputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/oauth-clients/inputs/update-oauth-client.input.d.ts +0 -12
- package/dist/packages/platform/types/oauth-clients/inputs/update-oauth-client.input.d.ts.map +0 -1
- package/dist/packages/platform/types/oauth-clients/outputs/create-oauth-client.output.d.ts +0 -5
- package/dist/packages/platform/types/oauth-clients/outputs/create-oauth-client.output.d.ts.map +0 -1
- package/dist/packages/platform/types/oauth-clients/outputs/index.d.ts +0 -3
- package/dist/packages/platform/types/oauth-clients/outputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/oauth-clients/outputs/oauth-client.output.d.ts +0 -18
- package/dist/packages/platform/types/oauth-clients/outputs/oauth-client.output.d.ts.map +0 -1
- package/dist/packages/platform/types/organizations/bookings/block-org-booking.input.d.ts +0 -6
- package/dist/packages/platform/types/organizations/bookings/block-org-booking.input.d.ts.map +0 -1
- package/dist/packages/platform/types/organizations/bookings/block-org-booking.output.d.ts +0 -13
- package/dist/packages/platform/types/organizations/bookings/block-org-booking.output.d.ts.map +0 -1
- package/dist/packages/platform/types/organizations/bookings/get-org-bookings.input.d.ts +0 -5
- package/dist/packages/platform/types/organizations/bookings/get-org-bookings.input.d.ts.map +0 -1
- package/dist/packages/platform/types/organizations/bookings/index.d.ts +0 -6
- package/dist/packages/platform/types/organizations/bookings/index.d.ts.map +0 -1
- package/dist/packages/platform/types/organizations/bookings/report-org-booking.input.d.ts +0 -16
- package/dist/packages/platform/types/organizations/bookings/report-org-booking.input.d.ts.map +0 -1
- package/dist/packages/platform/types/organizations/bookings/report-org-booking.output.d.ts +0 -13
- package/dist/packages/platform/types/organizations/bookings/report-org-booking.output.d.ts.map +0 -1
- package/dist/packages/platform/types/organizations/index.d.ts +0 -3
- package/dist/packages/platform/types/organizations/index.d.ts.map +0 -1
- package/dist/packages/platform/types/organizations/teams/index.d.ts +0 -2
- package/dist/packages/platform/types/organizations/teams/index.d.ts.map +0 -1
- package/dist/packages/platform/types/organizations/teams/outputs/index.d.ts +0 -2
- package/dist/packages/platform/types/organizations/teams/outputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/organizations/teams/outputs/team.output.d.ts +0 -5
- package/dist/packages/platform/types/organizations/teams/outputs/team.output.d.ts.map +0 -1
- package/dist/packages/platform/types/pagination/pagination.input.d.ts +0 -14
- package/dist/packages/platform/types/pagination/pagination.input.d.ts.map +0 -1
- package/dist/packages/platform/types/pagination/pagination.output.d.ts +0 -11
- package/dist/packages/platform/types/pagination/pagination.output.d.ts.map +0 -1
- package/dist/packages/platform/types/permissions.d.ts +0 -3
- package/dist/packages/platform/types/permissions.d.ts.map +0 -1
- package/dist/packages/platform/types/routing-forms/index.d.ts +0 -2
- package/dist/packages/platform/types/routing-forms/index.d.ts.map +0 -1
- package/dist/packages/platform/types/routing-forms/responses/index.d.ts +0 -2
- package/dist/packages/platform/types/routing-forms/responses/index.d.ts.map +0 -1
- package/dist/packages/platform/types/routing-forms/responses/routing-form-response.output.d.ts +0 -14
- package/dist/packages/platform/types/routing-forms/responses/routing-form-response.output.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/index.d.ts +0 -4
- package/dist/packages/platform/types/schedules/index.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-04-15/index.d.ts +0 -2
- package/dist/packages/platform/types/schedules/schedules-2024-04-15/index.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-04-15/schedules.d.ts +0 -74
- package/dist/packages/platform/types/schedules/schedules-2024-04-15/schedules.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/constants.d.ts +0 -4
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/constants.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/index.d.ts +0 -4
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/index.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/create-schedule.input.d.ts +0 -19
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/create-schedule.input.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/index.d.ts +0 -3
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/update-schedule.input.d.ts +0 -9
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/update-schedule.input.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/create-schedule.output.d.ts +0 -7
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/create-schedule.output.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/delete-schedule.output.d.ts +0 -5
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/delete-schedule.output.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-default-schedule.output.d.ts +0 -7
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-default-schedule.output.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-schedule.output.d.ts +0 -7
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-schedule.output.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-schedules.output.d.ts +0 -7
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-schedules.output.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/index.d.ts +0 -8
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/schedule.output.d.ts +0 -11
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/schedule.output.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/update-schedule.output.d.ts +0 -7
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/update-schedule.output.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/update-atom-schedule-body.input.d.ts +0 -15
- package/dist/packages/platform/types/schedules/update-atom-schedule-body.input.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/index.d.ts +0 -3
- package/dist/packages/platform/types/slots/index.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-04-15/index.d.ts +0 -2
- package/dist/packages/platform/types/slots/slots-2024-04-15/index.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-04-15/inputs/index.d.ts +0 -38
- package/dist/packages/platform/types/slots/slots-2024-04-15/inputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-09-04/index.d.ts +0 -3
- package/dist/packages/platform/types/slots/slots-2024-09-04/index.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots-input.pipe.d.ts +0 -22
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots-input.pipe.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots.input.d.ts +0 -36
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots.input.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/index.d.ts +0 -4
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/reserve-slot.input.d.ts +0 -7
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/reserve-slot.input.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/get-reserved-slot.output.d.ts +0 -9
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/get-reserved-slot.output.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/index.d.ts +0 -4
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/reserve-slot.output.d.ts +0 -10
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/reserve-slot.output.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/slots.output.d.ts +0 -25
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/slots.output.d.ts.map +0 -1
- package/dist/packages/platform/types/teams/index.d.ts +0 -2
- package/dist/packages/platform/types/teams/index.d.ts.map +0 -1
- package/dist/packages/platform/types/teams/outputs/index.d.ts +0 -3
- package/dist/packages/platform/types/teams/outputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/teams/outputs/team-members-attributes.output.d.ts +0 -9
- package/dist/packages/platform/types/teams/outputs/team-members-attributes.output.d.ts.map +0 -1
- package/dist/packages/platform/types/teams/outputs/team.output.d.ts +0 -25
- package/dist/packages/platform/types/teams/outputs/team.output.d.ts.map +0 -1
- package/dist/packages/platform/types/utils/RequiresOneOfPropertiesWhenNotDisabled.d.ts +0 -9
- package/dist/packages/platform/types/utils/RequiresOneOfPropertiesWhenNotDisabled.d.ts.map +0 -1
- package/dist/packages/platform/types/utils/normalizeTimezone.d.ts +0 -2
- package/dist/packages/platform/types/utils/normalizeTimezone.d.ts.map +0 -1
- package/dist/packages/platform/utils/index.d.ts +0 -2
- package/dist/packages/platform/utils/index.d.ts.map +0 -1
- package/dist/packages/platform/utils/jest.config.d.ts +0 -4
- package/dist/packages/platform/utils/jest.config.d.ts.map +0 -1
- package/dist/packages/platform/utils/permissions.d.ts +0 -15
- package/dist/packages/platform/utils/permissions.d.ts.map +0 -1
- package/dist/packages/platform/utils/tests/permissions.test.d.ts +0 -2
- package/dist/packages/platform/utils/tests/permissions.test.d.ts.map +0 -1
- package/dist/packages/prisma/zod/index.d.ts +0 -3
- package/dist/packages/prisma/zod/index.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AIPhoneCallConfigurationScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AIPhoneCallConfigurationScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleAuditActionSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleAuditActionSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleAuditScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleAuditScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleConditionScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleConditionScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleGroupScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleGroupScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AbuseScoringConfigScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AbuseScoringConfigScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AccessCodeScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AccessCodeScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AccessScopeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AccessScopeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AccessTokenScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AccessTokenScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AccountScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AccountScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AgentScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AgentScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ApiKeyScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/ApiKeyScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AppCategoriesSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AppCategoriesSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AppScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AppScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_FormResponseScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_FormResponseScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_FormScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_FormScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_IncompleteBookingActionsScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_IncompleteBookingActionsScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_QueuedFormResponseScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_QueuedFormResponseScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AssignmentReasonEnumSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AssignmentReasonEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AssignmentReasonScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AssignmentReasonScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AttendeeScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AttendeeScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeOptionScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeOptionScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeSyncFieldMappingScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeSyncFieldMappingScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeSyncRuleScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeSyncRuleScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeToUserScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeToUserScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditActionSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditActionSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditActorScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditActorScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditActorTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditActorTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditCategorySchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditCategorySchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditEventScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditEventScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditResultSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditResultSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditRetentionTierSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditRetentionTierSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditSensitivitySchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditSensitivitySchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditSourceSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditSourceSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditVisibilitySchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditVisibilitySchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AvailabilityScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AvailabilityScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AvatarScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AvatarScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BillingModeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/BillingModeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BillingPeriodSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/BillingPeriodSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditActionSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditActionSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditSourceSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditSourceSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingDenormalizedScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingDenormalizedScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingInternalNoteScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingInternalNoteScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingLimitScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingLimitScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingReferenceScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingReferenceScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportReasonSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportReasonSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingSeatScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingSeatScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingTimeStatusDenormalizedScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingTimeStatusDenormalizedScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingTimeStatusScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingTimeStatusScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingWindowScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingWindowScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CalAiPhoneNumberScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/CalAiPhoneNumberScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CalVideoSettingsScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/CalVideoSettingsScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheEventScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheEventScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheEventStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheEventStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CancellationReasonRequirementSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/CancellationReasonRequirementSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CreationSourceSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/CreationSourceSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CredentialScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/CredentialScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditBalanceScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditBalanceScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditExpenseLogScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditExpenseLogScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditPurchaseLogScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditPurchaseLogScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditTransferLogScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditTransferLogScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditTransferReasonSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditTransferReasonSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditUsageTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditUsageTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CustomDomainScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/CustomDomainScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/DSyncDataScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/DSyncDataScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/DSyncTeamGroupMappingScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/DSyncTeamGroupMappingScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/DecimalJsLikeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/DecimalJsLikeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/DelegationCredentialScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/DelegationCredentialScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/DeploymentScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/DeploymentScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/DestinationCalendarScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/DestinationCalendarScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/DisableCancelRescheduleScopeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/DisableCancelRescheduleScopeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/DomainWideDelegationScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/DomainWideDelegationScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/DunningStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/DunningStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeAutoTranslatedFieldSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeAutoTranslatedFieldSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeCustomInputScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeCustomInputScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeCustomInputTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeCustomInputTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeTranslationScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeTranslationScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentVariantScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentVariantScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ExternalAvatarScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/ExternalAvatarScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/FeatureScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/FeatureScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/FeatureTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/FeatureTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/FeedbackScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/FeedbackScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/FilterSegmentScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/FilterSegmentScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/FilterSegmentScopeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/FilterSegmentScopeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/HashedLinkScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/HashedLinkScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/HolidayCacheScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/HolidayCacheScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/HostGroupScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/HostGroupScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/HostLocationScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/HostLocationScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/HostScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/HostScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/IdentityProviderSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/IdentityProviderSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ImpersonationsScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/ImpersonationsScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/IncompleteBookingActionTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/IncompleteBookingActionTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/InputJsonValueSchema.d.ts +0 -6
- package/dist/packages/prisma/zod/inputTypeSchemas/InputJsonValueSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/InstantMeetingTokenScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/InstantMeetingTokenScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/IntegrationAttributeSyncScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/IntegrationAttributeSyncScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/InternalNotePresetScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/InternalNotePresetScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/JsonNullValueFilterSchema.d.ts +0 -13
- package/dist/packages/prisma/zod/inputTypeSchemas/JsonNullValueFilterSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/JsonNullValueInputSchema.d.ts +0 -8
- package/dist/packages/prisma/zod/inputTypeSchemas/JsonNullValueInputSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/JsonValueSchema.d.ts +0 -6
- package/dist/packages/prisma/zod/inputTypeSchemas/JsonValueSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ManagedOrganizationScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/ManagedOrganizationScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/MembershipRoleSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/MembershipRoleSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/MembershipScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/MembershipScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/MonthlyProrationScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/MonthlyProrationScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationEventSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationEventSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPlatformSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPlatformSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPreferenceScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPreferenceScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPreferenceTargetTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPreferenceTargetTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationSubscriptionTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationSubscriptionTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationsSubscriptionsScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationsSubscriptionsScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/NullableJsonNullValueInputSchema.d.ts +0 -13
- package/dist/packages/prisma/zod/inputTypeSchemas/NullableJsonNullValueInputSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/NullsOrderSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/NullsOrderSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthAuthorizationScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthAuthorizationScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientSecretScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientSecretScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthRefreshTokenScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthRefreshTokenScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationBillingScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationBillingScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationDunningStatusScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationDunningStatusScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationOnboardingScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationOnboardingScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationSettingsScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationSettingsScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OutOfOfficeEntryScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/OutOfOfficeEntryScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OutOfOfficeReasonScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/OutOfOfficeReasonScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/PaymentOptionSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/PaymentOptionSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/PaymentScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/PaymentScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/PendingRoutingTraceScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/PendingRoutingTraceScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/PeriodTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/PeriodTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/PhoneNumberSubscriptionStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/PhoneNumberSubscriptionStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/PlatformAuthorizationTokenScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/PlatformAuthorizationTokenScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/PlatformBillingScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/PlatformBillingScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/PlatformOAuthClientScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/PlatformOAuthClientScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ProfileScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/ProfileScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ProrationStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/ProrationStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/QueryModeSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/QueryModeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RRResetIntervalSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/RRResetIntervalSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RRTimestampBasisSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/RRTimestampBasisSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RateLimitScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/RateLimitScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RedirectTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/RedirectTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RefreshTokenScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/RefreshTokenScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ReminderMailScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/ReminderMailScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ReminderTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/ReminderTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ResetPasswordRequestScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/ResetPasswordRequestScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RolePermissionScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/RolePermissionScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RoleScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/RoleScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RoleTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/RoleTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseDenormalizedScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseDenormalizedScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseFieldScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseFieldScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RoutingTraceScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/RoutingTraceScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SMSLockStateSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/SMSLockStateSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ScheduleScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/ScheduleScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SchedulingTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/SchedulingTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SeatChangeLogScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/SeatChangeLogScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SeatChangeTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/SeatChangeTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SecondaryEmailScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/SecondaryEmailScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SelectedCalendarScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/SelectedCalendarScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SelectedSlotsScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/SelectedSlotsScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SessionScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/SessionScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SmtpConfigurationScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/SmtpConfigurationScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SortOrderSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/SortOrderSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SystemReportStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/SystemReportStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/TaskScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/TaskScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/TeamBillingScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/TeamBillingScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/TeamDunningStatusScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/TeamDunningStatusScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/TeamFeaturesScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/TeamFeaturesScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/TeamScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/TeamScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/TempOrgRedirectScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/TempOrgRedirectScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/TimeUnitSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/TimeUnitSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/TrackingScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/TrackingScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/TransactionIsolationLevelSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/TransactionIsolationLevelSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/TravelScheduleScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/TravelScheduleScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/UserAbuseScoreScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/UserAbuseScoreScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/UserAbuseSignalScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/UserAbuseSignalScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/UserFeaturesScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/UserFeaturesScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/UserFilterSegmentPreferenceScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/UserFilterSegmentPreferenceScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/UserHolidaySettingsScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/UserHolidaySettingsScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/UserPasswordScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/UserPasswordScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/UserPermissionRoleSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/UserPermissionRoleSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/UserScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/UserScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/VerificationTokenScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/VerificationTokenScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/VerifiedEmailScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/VerifiedEmailScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/VerifiedNumberScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/VerifiedNumberScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/VideoCallGuestScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/VideoCallGuestScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistActionSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistActionSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistAuditScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistAuditScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistEventAuditScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistEventAuditScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistSourceSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistSourceSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WebhookEventScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WebhookEventScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WebhookEventStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WebhookEventStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WebhookScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WebhookScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WebhookScheduledTriggersScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WebhookScheduledTriggersScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WebhookTriggerEventsSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WebhookTriggerEventsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowActionsSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowActionsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowContactTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowContactTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowMethodsSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowMethodsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowOptOutContactScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowOptOutContactScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowReminderScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowReminderScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepAutoTranslatedFieldSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepAutoTranslatedFieldSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepTranslationScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepTranslationScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTemplatesSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTemplatesSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTriggerEventsSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTriggerEventsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnEventTypesScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnEventTypesScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnRoutingFormsScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnRoutingFormsScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnTeamsScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnTeamsScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkspacePlatformScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkspacePlatformScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WrongAssignmentReportScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WrongAssignmentReportScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WrongAssignmentReportStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WrongAssignmentReportStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/index.d.ts +0 -227
- package/dist/packages/prisma/zod/inputTypeSchemas/index.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/isValidDecimalInput.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/isValidDecimalInput.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AIPhoneCallConfigurationSchema.d.ts +0 -47
- package/dist/packages/prisma/zod/modelSchema/AIPhoneCallConfigurationSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AbuseRuleAuditSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/AbuseRuleAuditSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AbuseRuleConditionSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/AbuseRuleConditionSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AbuseRuleGroupSchema.d.ts +0 -38
- package/dist/packages/prisma/zod/modelSchema/AbuseRuleGroupSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AbuseScoringConfigSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/AbuseScoringConfigSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AccessCodeSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/AccessCodeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AccessTokenSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/AccessTokenSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AccountSchema.d.ts +0 -47
- package/dist/packages/prisma/zod/modelSchema/AccountSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AgentSchema.d.ts +0 -38
- package/dist/packages/prisma/zod/modelSchema/AgentSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/ApiKeySchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/ApiKeySchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AppSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/AppSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_FormResponseSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_FormResponseSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_FormSchema.d.ts +0 -67
- package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_FormSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_IncompleteBookingActionsSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_IncompleteBookingActionsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_QueuedFormResponseSchema.d.ts +0 -32
- package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_QueuedFormResponseSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AssignmentReasonSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/AssignmentReasonSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AttendeeSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/AttendeeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AttributeOptionSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/AttributeOptionSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AttributeSchema.d.ts +0 -41
- package/dist/packages/prisma/zod/modelSchema/AttributeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AttributeSyncFieldMappingSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/AttributeSyncFieldMappingSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AttributeSyncRuleSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/AttributeSyncRuleSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AttributeToUserSchema.d.ts +0 -38
- package/dist/packages/prisma/zod/modelSchema/AttributeToUserSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AuditActorSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/AuditActorSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AuditEventSchema.d.ts +0 -71
- package/dist/packages/prisma/zod/modelSchema/AuditEventSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AvailabilitySchema.d.ts +0 -38
- package/dist/packages/prisma/zod/modelSchema/AvailabilitySchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AvatarSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/AvatarSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingAuditSchema.d.ts +0 -44
- package/dist/packages/prisma/zod/modelSchema/BookingAuditSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingDenormalizedSchema.d.ts +0 -80
- package/dist/packages/prisma/zod/modelSchema/BookingDenormalizedSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingInternalNoteSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/BookingInternalNoteSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingLimitSchema.d.ts +0 -32
- package/dist/packages/prisma/zod/modelSchema/BookingLimitSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingReferenceSchema.d.ts +0 -47
- package/dist/packages/prisma/zod/modelSchema/BookingReferenceSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingReportSchema.d.ts +0 -50
- package/dist/packages/prisma/zod/modelSchema/BookingReportSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingSchema.d.ts +0 -236
- package/dist/packages/prisma/zod/modelSchema/BookingSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingSeatSchema.d.ts +0 -158
- package/dist/packages/prisma/zod/modelSchema/BookingSeatSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingTimeStatusDenormalizedSchema.d.ts +0 -83
- package/dist/packages/prisma/zod/modelSchema/BookingTimeStatusDenormalizedSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingTimeStatusSchema.d.ts +0 -77
- package/dist/packages/prisma/zod/modelSchema/BookingTimeStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingWindowSchema.d.ts +0 -75
- package/dist/packages/prisma/zod/modelSchema/BookingWindowSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/CalAiPhoneNumberSchema.d.ts +0 -47
- package/dist/packages/prisma/zod/modelSchema/CalAiPhoneNumberSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/CalVideoSettingsSchema.d.ts +0 -41
- package/dist/packages/prisma/zod/modelSchema/CalVideoSettingsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/CalendarCacheEventSchema.d.ts +0 -68
- package/dist/packages/prisma/zod/modelSchema/CalendarCacheEventSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/CalendarCacheSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/CalendarCacheSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/CredentialSchema.d.ts +0 -44
- package/dist/packages/prisma/zod/modelSchema/CredentialSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/CreditBalanceSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/CreditBalanceSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/CreditExpenseLogSchema.d.ts +0 -47
- package/dist/packages/prisma/zod/modelSchema/CreditExpenseLogSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/CreditPurchaseLogSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/CreditPurchaseLogSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/CreditTransferLogSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/CreditTransferLogSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/CustomDomainSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/CustomDomainSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/DSyncDataSchema.d.ts +0 -20
- package/dist/packages/prisma/zod/modelSchema/DSyncDataSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/DSyncTeamGroupMappingSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/DSyncTeamGroupMappingSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/DelegationCredentialSchema.d.ts +0 -67
- package/dist/packages/prisma/zod/modelSchema/DelegationCredentialSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/DeploymentSchema.d.ts +0 -99
- package/dist/packages/prisma/zod/modelSchema/DeploymentSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/DestinationCalendarSchema.d.ts +0 -44
- package/dist/packages/prisma/zod/modelSchema/DestinationCalendarSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/DomainWideDelegationSchema.d.ts +0 -61
- package/dist/packages/prisma/zod/modelSchema/DomainWideDelegationSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/EventTypeCustomInputSchema.d.ts +0 -44
- package/dist/packages/prisma/zod/modelSchema/EventTypeCustomInputSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/EventTypeSchema.d.ts +0 -2188
- package/dist/packages/prisma/zod/modelSchema/EventTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/EventTypeTranslationSchema.d.ts +0 -38
- package/dist/packages/prisma/zod/modelSchema/EventTypeTranslationSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/ExperimentSchema.d.ts +0 -41
- package/dist/packages/prisma/zod/modelSchema/ExperimentSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/ExperimentVariantSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/ExperimentVariantSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/ExternalAvatarSchema.d.ts +0 -17
- package/dist/packages/prisma/zod/modelSchema/ExternalAvatarSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/FeatureSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/FeatureSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/FeedbackSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/FeedbackSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/FilterSegmentSchema.d.ts +0 -50
- package/dist/packages/prisma/zod/modelSchema/FilterSegmentSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/HashedLinkSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/HashedLinkSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/HolidayCacheSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/HolidayCacheSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/HostGroupSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/HostGroupSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/HostLocationSchema.d.ts +0 -38
- package/dist/packages/prisma/zod/modelSchema/HostLocationSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/HostSchema.d.ts +0 -38
- package/dist/packages/prisma/zod/modelSchema/HostSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/ImpersonationsSchema.d.ts +0 -20
- package/dist/packages/prisma/zod/modelSchema/ImpersonationsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/InstantMeetingTokenSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/InstantMeetingTokenSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/IntegrationAttributeSyncSchema.d.ts +0 -32
- package/dist/packages/prisma/zod/modelSchema/IntegrationAttributeSyncSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/InternalNotePresetSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/InternalNotePresetSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/ManagedOrganizationSchema.d.ts +0 -17
- package/dist/packages/prisma/zod/modelSchema/ManagedOrganizationSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/MembershipSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/MembershipSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/MonthlyProrationSchema.d.ts +0 -101
- package/dist/packages/prisma/zod/modelSchema/MonthlyProrationSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/NotificationPreferenceSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/NotificationPreferenceSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/NotificationsSubscriptionsSchema.d.ts +0 -38
- package/dist/packages/prisma/zod/modelSchema/NotificationsSubscriptionsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/OAuthAuthorizationSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/OAuthAuthorizationSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/OAuthClientSchema.d.ts +0 -47
- package/dist/packages/prisma/zod/modelSchema/OAuthClientSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/OAuthClientSecretSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/OAuthClientSecretSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/OAuthRefreshTokenSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/OAuthRefreshTokenSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/OrganizationBillingSchema.d.ts +0 -65
- package/dist/packages/prisma/zod/modelSchema/OrganizationBillingSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/OrganizationDunningStatusSchema.d.ts +0 -47
- package/dist/packages/prisma/zod/modelSchema/OrganizationDunningStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/OrganizationOnboardingSchema.d.ts +0 -141
- package/dist/packages/prisma/zod/modelSchema/OrganizationOnboardingSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/OrganizationSettingsSchema.d.ts +0 -83
- package/dist/packages/prisma/zod/modelSchema/OrganizationSettingsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/OutOfOfficeEntrySchema.d.ts +0 -41
- package/dist/packages/prisma/zod/modelSchema/OutOfOfficeEntrySchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/OutOfOfficeReasonSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/OutOfOfficeReasonSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/PaymentSchema.d.ts +0 -44
- package/dist/packages/prisma/zod/modelSchema/PaymentSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/PendingRoutingTraceSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/PendingRoutingTraceSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/PlatformAuthorizationTokenSchema.d.ts +0 -20
- package/dist/packages/prisma/zod/modelSchema/PlatformAuthorizationTokenSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/PlatformBillingSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/PlatformBillingSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/PlatformOAuthClientSchema.d.ts +0 -50
- package/dist/packages/prisma/zod/modelSchema/PlatformOAuthClientSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/ProfileSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/ProfileSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/RateLimitSchema.d.ts +0 -32
- package/dist/packages/prisma/zod/modelSchema/RateLimitSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/RefreshTokenSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/RefreshTokenSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/ReminderMailSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/ReminderMailSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/ResetPasswordRequestSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/ResetPasswordRequestSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/RolePermissionSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/RolePermissionSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/RoleSchema.d.ts +0 -32
- package/dist/packages/prisma/zod/modelSchema/RoleSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseDenormalizedSchema.d.ts +0 -89
- package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseDenormalizedSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseFieldSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseFieldSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseSchema.d.ts +0 -86
- package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/RoutingTraceSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/RoutingTraceSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/ScheduleSchema.d.ts +0 -20
- package/dist/packages/prisma/zod/modelSchema/ScheduleSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/SeatChangeLogSchema.d.ts +0 -50
- package/dist/packages/prisma/zod/modelSchema/SeatChangeLogSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/SecondaryEmailSchema.d.ts +0 -20
- package/dist/packages/prisma/zod/modelSchema/SecondaryEmailSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/SelectedCalendarSchema.d.ts +0 -107
- package/dist/packages/prisma/zod/modelSchema/SelectedCalendarSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/SelectedSlotsSchema.d.ts +0 -32
- package/dist/packages/prisma/zod/modelSchema/SelectedSlotsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/SessionSchema.d.ts +0 -20
- package/dist/packages/prisma/zod/modelSchema/SessionSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/SmtpConfigurationSchema.d.ts +0 -41
- package/dist/packages/prisma/zod/modelSchema/SmtpConfigurationSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/TaskSchema.d.ts +0 -44
- package/dist/packages/prisma/zod/modelSchema/TaskSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/TeamBillingSchema.d.ts +0 -65
- package/dist/packages/prisma/zod/modelSchema/TeamBillingSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/TeamDunningStatusSchema.d.ts +0 -47
- package/dist/packages/prisma/zod/modelSchema/TeamDunningStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/TeamFeaturesSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/TeamFeaturesSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/TeamSchema.d.ts +0 -213
- package/dist/packages/prisma/zod/modelSchema/TeamSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/TempOrgRedirectSchema.d.ts +0 -32
- package/dist/packages/prisma/zod/modelSchema/TempOrgRedirectSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/TrackingSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/TrackingSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/TravelScheduleSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/TravelScheduleSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/UserAbuseScoreSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/UserAbuseScoreSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/UserAbuseSignalSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/UserAbuseSignalSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/UserFeaturesSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/UserFeaturesSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/UserFilterSegmentPreferenceSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/UserFilterSegmentPreferenceSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/UserHolidaySettingsSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/UserHolidaySettingsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/UserPasswordSchema.d.ts +0 -14
- package/dist/packages/prisma/zod/modelSchema/UserPasswordSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/UserSchema.d.ts +0 -304
- package/dist/packages/prisma/zod/modelSchema/UserSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/VerificationTokenSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/VerificationTokenSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/VerifiedEmailSchema.d.ts +0 -20
- package/dist/packages/prisma/zod/modelSchema/VerifiedEmailSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/VerifiedNumberSchema.d.ts +0 -20
- package/dist/packages/prisma/zod/modelSchema/VerifiedNumberSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/VideoCallGuestSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/VideoCallGuestSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WatchlistAuditSchema.d.ts +0 -32
- package/dist/packages/prisma/zod/modelSchema/WatchlistAuditSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WatchlistEventAuditSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/WatchlistEventAuditSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WatchlistSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/WatchlistSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WebhookEventSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/WebhookEventSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WebhookScheduledTriggersSchema.d.ts +0 -38
- package/dist/packages/prisma/zod/modelSchema/WebhookScheduledTriggersSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WebhookSchema.d.ts +0 -56
- package/dist/packages/prisma/zod/modelSchema/WebhookSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WorkflowOptOutContactSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/WorkflowOptOutContactSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WorkflowReminderSchema.d.ts +0 -44
- package/dist/packages/prisma/zod/modelSchema/WorkflowReminderSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WorkflowSchema.d.ts +0 -38
- package/dist/packages/prisma/zod/modelSchema/WorkflowSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WorkflowStepSchema.d.ts +0 -59
- package/dist/packages/prisma/zod/modelSchema/WorkflowStepSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WorkflowStepTranslationSchema.d.ts +0 -32
- package/dist/packages/prisma/zod/modelSchema/WorkflowStepTranslationSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WorkflowsOnEventTypesSchema.d.ts +0 -17
- package/dist/packages/prisma/zod/modelSchema/WorkflowsOnEventTypesSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WorkflowsOnRoutingFormsSchema.d.ts +0 -17
- package/dist/packages/prisma/zod/modelSchema/WorkflowsOnRoutingFormsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WorkflowsOnTeamsSchema.d.ts +0 -17
- package/dist/packages/prisma/zod/modelSchema/WorkflowsOnTeamsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WorkspacePlatformSchema.d.ts +0 -61
- package/dist/packages/prisma/zod/modelSchema/WorkspacePlatformSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WrongAssignmentReportSchema.d.ts +0 -44
- package/dist/packages/prisma/zod/modelSchema/WrongAssignmentReportSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/index.d.ts +0 -145
- package/dist/packages/prisma/zod/modelSchema/index.d.ts.map +0 -1
- package/dist/packages/prisma/zod-utils.d.ts +0 -5257
- package/dist/packages/prisma/zod-utils.d.ts.map +0 -1
- package/dist/server.browser-CCvpIGE0.js +0 -2514
- package/dist/useIsAppEnabled-BGd8_8Pc.js +0 -18
- /package/dist/{packages/features/bookings/Booker → src/booker}/framer-features.d.ts +0 -0
- /package/dist/{packages/platform/atoms/src → src}/components/atoms-wrapper.d.ts +0 -0
- /package/dist/{packages/platform/atoms/src → src}/components/ui/popover.d.ts +0 -0
- /package/dist/{packages/platform/atoms/src → src}/components/ui/toaster.d.ts +0 -0
- /package/dist/{packages/platform/atoms/src → src}/components/ui/use-toast.d.ts +0 -0
- /package/dist/{packages/platform/atoms/src → src}/constants/styles.d.ts +0 -0
- /package/dist/{packages/platform/atoms → src}/event-types/types.d.ts +0 -0
- /package/dist/{packages/platform/atoms → src}/hooks/schedules/types.d.ts +0 -0
- /package/dist/{packages/platform/atoms → src}/lib/http.d.ts +0 -0
- /package/dist/{packages/platform/atoms/src → src}/lib/utils.d.ts +0 -0
- /package/dist/{packages/platform/atoms → src}/onboarding/continue-with-calcom.d.ts +0 -0
- /package/dist/{packages/platform/atoms → src}/onboarding/onboarding-embed.d.ts +0 -0
- /package/dist/{packages/platform/atoms → src}/types.d.ts +0 -0
- /package/dist/{packages → src/vendor}/dayjs/index.d.ts +0 -0
- /package/dist/{packages → src/vendor}/dayjs/plugins/business-days-plugin.d.ts +0 -0
- /package/dist/{packages/features/bookings/Booker/utils → src/vendor}/query-param.d.ts +0 -0
- /package/dist/{packages/platform/atoms/vite.config.d.ts → vite.config.d.ts} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './
|
|
1
|
+
export * from './src/index'
|
|
2
2
|
export {}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-members-with-switch-platform-wrapper.d.ts","sourceRoot":"","sources":["../../../src/add-members-switch/add-members-with-switch-platform-wrapper.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AAI3E,eAAO,MAAM,mCAAmC,GAAI,cAAc,yBAAyB,gBAE1F,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { CheckedTeamSelectCustomClassNames } from '../components/ui/checked-team-select';
|
|
2
|
+
import { Host, TeamMember } from '../contracts';
|
|
3
|
+
interface IUserToValue {
|
|
4
|
+
id: number | null;
|
|
5
|
+
name: string | null;
|
|
6
|
+
username: string | null;
|
|
7
|
+
avatar: string;
|
|
8
|
+
email: string;
|
|
9
|
+
defaultScheduleId: number | null;
|
|
10
|
+
}
|
|
11
|
+
export declare const mapUserToValue: ({ id, name, username, avatar, email, defaultScheduleId }: IUserToValue, pendingString: string) => {
|
|
12
|
+
value: string;
|
|
13
|
+
label: string;
|
|
14
|
+
avatar: string;
|
|
15
|
+
email: string;
|
|
16
|
+
defaultScheduleId: number | null;
|
|
17
|
+
};
|
|
18
|
+
export type AddMembersWithSwitchCustomClassNames = {
|
|
19
|
+
assingAllTeamMembers?: Record<string, string>;
|
|
20
|
+
teamMemberSelect?: CheckedTeamSelectCustomClassNames;
|
|
21
|
+
};
|
|
22
|
+
export type AddMembersWithSwitchProps = {
|
|
23
|
+
teamMembers: TeamMember[];
|
|
24
|
+
value: Host[];
|
|
25
|
+
onChange: (hosts: Host[]) => void;
|
|
26
|
+
assignAllTeamMembers: boolean;
|
|
27
|
+
setAssignAllTeamMembers: (value: boolean) => void;
|
|
28
|
+
automaticAddAllEnabled: boolean;
|
|
29
|
+
onActive: () => void;
|
|
30
|
+
isFixed: boolean;
|
|
31
|
+
placeholder?: string;
|
|
32
|
+
isRRWeightsEnabled?: boolean;
|
|
33
|
+
teamId: number;
|
|
34
|
+
isSegmentApplicable?: boolean;
|
|
35
|
+
groupId: string | null;
|
|
36
|
+
"data-testid"?: string;
|
|
37
|
+
customClassNames?: AddMembersWithSwitchCustomClassNames;
|
|
38
|
+
};
|
|
39
|
+
export declare function AddMembersWithSwitch({ teamMembers, value, onChange, assignAllTeamMembers, setAssignAllTeamMembers, automaticAddAllEnabled, onActive, isFixed, placeholder, isRRWeightsEnabled, teamId, isSegmentApplicable, groupId, customClassNames, ...rest }: AddMembersWithSwitchProps): JSX.Element;
|
|
40
|
+
export default AddMembersWithSwitch;
|
|
41
|
+
//# sourceMappingURL=add-members-with-switch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-members-with-switch.d.ts","sourceRoot":"","sources":["../../../src/add-members-switch/add-members-with-switch.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAEV,iCAAiC,EAClC,MAAM,sCAAsC,CAAC;AAI9C,OAAO,KAAK,EAAc,IAAI,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAIjE,UAAU,YAAY;IACpB,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAClB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC;AAED,eAAO,MAAM,cAAc,GACzB,0DAA0D,YAAY,EACtE,eAAe,MAAM;;;;;;CAOrB,CAAC;AAkHH,MAAM,MAAM,oCAAoC,GAAG;IACjD,oBAAoB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9C,gBAAgB,CAAC,EAAE,iCAAiC,CAAC;CACtD,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,WAAW,EAAE,UAAU,EAAE,CAAC;IAC1B,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,IAAI,CAAC;IAClC,oBAAoB,EAAE,OAAO,CAAC;IAC9B,uBAAuB,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAClD,sBAAsB,EAAE,OAAO,CAAC;IAChC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,oCAAoC,CAAC;CACzD,CAAC;AAiDF,wBAAgB,oBAAoB,CAAC,EACnC,WAAW,EACX,KAAK,EACL,QAAQ,EACR,oBAAoB,EACpB,uBAAuB,EACvB,sBAAsB,EACtB,QAAQ,EACR,OAAO,EACP,WAAgB,EAChB,kBAAkB,EAClB,MAAM,EACN,mBAAmB,EACnB,OAAO,EACP,gBAAgB,EAChB,GAAG,IAAI,EACR,EAAE,yBAAyB,eAmF3B;AAED,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { default as React, Dispatch, SetStateAction } from 'react';
|
|
2
|
+
import { TimeRange, TravelSchedule, WorkingHours } from '../contracts';
|
|
3
|
+
import { BulkUpdatParams, EventTypes } from '../event-types/components/bulk-edit-default-for-events-modal';
|
|
4
|
+
import { AvailabilityFormValues, AvailabilitySettingsFormRef, scheduleClassNames } from './types';
|
|
5
|
+
export type Schedule = {
|
|
6
|
+
id: number;
|
|
7
|
+
startTime: Date;
|
|
8
|
+
endTime: Date;
|
|
9
|
+
userId: number | null;
|
|
10
|
+
eventTypeId: number | null;
|
|
11
|
+
date: Date | null;
|
|
12
|
+
scheduleId: number | null;
|
|
13
|
+
days: number[];
|
|
14
|
+
};
|
|
15
|
+
export type CustomClassNames = {
|
|
16
|
+
containerClassName?: string;
|
|
17
|
+
ctaClassName?: string;
|
|
18
|
+
editableHeadingClassName?: string;
|
|
19
|
+
formClassName?: string;
|
|
20
|
+
timezoneSelectClassName?: string;
|
|
21
|
+
subtitlesClassName?: string;
|
|
22
|
+
scheduleClassNames?: scheduleClassNames;
|
|
23
|
+
overridesModalClassNames?: string;
|
|
24
|
+
dateOverrideClassNames?: {
|
|
25
|
+
container?: string;
|
|
26
|
+
title?: string;
|
|
27
|
+
description?: string;
|
|
28
|
+
button?: string;
|
|
29
|
+
};
|
|
30
|
+
hiddenSwitchClassname?: {
|
|
31
|
+
container?: string;
|
|
32
|
+
thumb?: string;
|
|
33
|
+
};
|
|
34
|
+
deleteButtonClassname?: string;
|
|
35
|
+
};
|
|
36
|
+
export type Availability = Pick<Schedule, "days" | "startTime" | "endTime">;
|
|
37
|
+
export type AvailabilitySettingsScheduleType = {
|
|
38
|
+
name: string;
|
|
39
|
+
id: number;
|
|
40
|
+
availability: TimeRange[][];
|
|
41
|
+
isLastSchedule: boolean;
|
|
42
|
+
isDefault: boolean;
|
|
43
|
+
workingHours: WorkingHours[];
|
|
44
|
+
dateOverrides: {
|
|
45
|
+
ranges: TimeRange[];
|
|
46
|
+
}[];
|
|
47
|
+
timeZone: string;
|
|
48
|
+
schedule: Availability[];
|
|
49
|
+
};
|
|
50
|
+
export type AvailabilitySettingsComponents = {
|
|
51
|
+
Shell: React.ElementType;
|
|
52
|
+
Schedule: React.ElementType;
|
|
53
|
+
TimezoneSelect: React.ElementType;
|
|
54
|
+
};
|
|
55
|
+
type AvailabilitySettingsProps = {
|
|
56
|
+
skeletonLabel?: string;
|
|
57
|
+
schedule: AvailabilitySettingsScheduleType;
|
|
58
|
+
travelSchedules?: TravelSchedule[];
|
|
59
|
+
handleDelete: () => void;
|
|
60
|
+
allowDelete?: boolean;
|
|
61
|
+
allowSetToDefault?: boolean;
|
|
62
|
+
isDeleting: boolean;
|
|
63
|
+
isSaving: boolean;
|
|
64
|
+
isLoading: boolean;
|
|
65
|
+
timeFormat: number | null;
|
|
66
|
+
weekStart: string;
|
|
67
|
+
backPath: string | boolean;
|
|
68
|
+
handleSubmit: (data: AvailabilityFormValues) => Promise<"saved" | "skipped">;
|
|
69
|
+
isPlatform?: boolean;
|
|
70
|
+
customClassNames?: CustomClassNames;
|
|
71
|
+
disableEditableHeading?: boolean;
|
|
72
|
+
enableOverrides?: boolean;
|
|
73
|
+
onFormStateChange?: (formState: AvailabilityFormValues) => void;
|
|
74
|
+
bulkUpdateModalProps?: {
|
|
75
|
+
isOpen: boolean;
|
|
76
|
+
setIsOpen: Dispatch<SetStateAction<boolean>>;
|
|
77
|
+
save: (params: BulkUpdatParams) => void;
|
|
78
|
+
isSaving: boolean;
|
|
79
|
+
eventTypes?: EventTypes;
|
|
80
|
+
isEventTypesFetching?: boolean;
|
|
81
|
+
handleBulkEditDialogToggle: () => void;
|
|
82
|
+
};
|
|
83
|
+
isDryRun?: boolean;
|
|
84
|
+
components: AvailabilitySettingsComponents;
|
|
85
|
+
};
|
|
86
|
+
export declare const AvailabilitySettings: React.ForwardRefExoticComponent<AvailabilitySettingsProps & React.RefAttributes<AvailabilitySettingsFormRef>>;
|
|
87
|
+
export {};
|
|
88
|
+
//# sourceMappingURL=availability-settings.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"availability-settings.d.ts","sourceRoot":"","sources":["../../../src/availability/availability-settings.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAgBtD,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5E,OAAO,KAAK,EACV,eAAe,EACf,UAAU,EACX,MAAM,8DAA8D,CAAC;AAStE,OAAO,KAAK,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAEvG,MAAM,MAAM,QAAQ,GAAG;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;IACd,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,IAAI,EAAE,MAAM,EAAE,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,sBAAsB,CAAC,EAAE;QACvB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,qBAAqB,CAAC,EAAE;QACtB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,QAAQ,EAAE,MAAM,GAAG,WAAW,GAAG,SAAS,CAAC,CAAC;AAE5E,MAAM,MAAM,gCAAgC,GAAG;IAC7C,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,SAAS,EAAE,EAAE,CAAC;IAC5B,cAAc,EAAE,OAAO,CAAC;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,YAAY,EAAE,CAAC;IAC7B,aAAa,EAAE;QAAE,MAAM,EAAE,SAAS,EAAE,CAAA;KAAE,EAAE,CAAC;IACzC,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,YAAY,EAAE,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC;IACzB,QAAQ,EAAE,KAAK,CAAC,WAAW,CAAC;IAC5B,cAAc,EAAE,KAAK,CAAC,WAAW,CAAC;CACnC,CAAC;AAEF,KAAK,yBAAyB,GAAG;IAC/B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,gCAAgC,CAAC;IAC3C,eAAe,CAAC,EAAE,cAAc,EAAE,CAAC;IACnC,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC;IAC3B,YAAY,EAAE,CAAC,IAAI,EAAE,sBAAsB,KAAK,OAAO,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAC7E,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,iBAAiB,CAAC,EAAE,CAAC,SAAS,EAAE,sBAAsB,KAAK,IAAI,CAAC;IAChE,oBAAoB,CAAC,EAAE;QACrB,MAAM,EAAE,OAAO,CAAC;QAChB,SAAS,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;QAC7C,IAAI,EAAE,CAAC,MAAM,EAAE,eAAe,KAAK,IAAI,CAAC;QACxC,QAAQ,EAAE,OAAO,CAAC;QAClB,UAAU,CAAC,EAAE,UAAU,CAAC;QACxB,oBAAoB,CAAC,EAAE,OAAO,CAAC;QAC/B,0BAA0B,EAAE,MAAM,IAAI,CAAC;KACxC,CAAC;IACF,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,8BAA8B,CAAC;CAC5C,CAAC;AAoLF,eAAO,MAAM,oBAAoB,+GAwfhC,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { WorkingHours } from '../../contracts';
|
|
2
|
+
import { TimeRange } from './schedule-component';
|
|
3
|
+
declare const DateOverrideInputDialog: ({ Trigger, excludedDates, userTimeFormat, weekStart, className, isPlatform, ...passThroughProps }: {
|
|
4
|
+
workingHours: WorkingHours[];
|
|
5
|
+
excludedDates?: string[];
|
|
6
|
+
Trigger: React.ReactNode;
|
|
7
|
+
onChange: (newValue: TimeRange[]) => void;
|
|
8
|
+
value?: TimeRange[];
|
|
9
|
+
userTimeFormat: number | null;
|
|
10
|
+
weekStart?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
11
|
+
className?: string;
|
|
12
|
+
isDryRun?: boolean;
|
|
13
|
+
isPlatform?: boolean;
|
|
14
|
+
}) => JSX.Element;
|
|
15
|
+
export default DateOverrideInputDialog;
|
|
16
|
+
export { DateOverrideInputDialog };
|
|
17
|
+
//# sourceMappingURL=date-override-input-dialog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-override-input-dialog.d.ts","sourceRoot":"","sources":["../../../../src/availability/components/date-override-input-dialog.tsx"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAKpD,OAAO,EAAa,KAAK,SAAS,EAAE,MAAM,sBAAsB,CAAC;AA8LjE,QAAA,MAAM,uBAAuB,GAAI,mGAQ9B;IACD,YAAY,EAAE,YAAY,EAAE,CAAC;IAC7B,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,QAAQ,EAAE,CAAC,QAAQ,EAAE,SAAS,EAAE,KAAK,IAAI,CAAC;IAC1C,KAAK,CAAC,EAAE,SAAS,EAAE,CAAC;IACpB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,gBAgBA,CAAC;AAEF,eAAe,uBAAuB,CAAC;AACvC,OAAO,EAAE,uBAAuB,EAAE,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TimeRange, TravelSchedule, WorkingHours } from '../../contracts';
|
|
2
|
+
declare const DateOverrideList: ({ workingHours, excludedDates, travelSchedules, userTimeFormat, hour12, replace, fields, weekStart, handleAvailabilityUpdate, isDryRun, isPlatform, }: {
|
|
3
|
+
replace: any;
|
|
4
|
+
fields: {
|
|
5
|
+
ranges: TimeRange[];
|
|
6
|
+
id: string;
|
|
7
|
+
}[];
|
|
8
|
+
workingHours: WorkingHours[];
|
|
9
|
+
excludedDates?: string[];
|
|
10
|
+
userTimeFormat: number | null;
|
|
11
|
+
hour12: boolean;
|
|
12
|
+
travelSchedules?: TravelSchedule[];
|
|
13
|
+
weekStart?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
14
|
+
handleAvailabilityUpdate?: VoidFunction;
|
|
15
|
+
isDryRun?: boolean;
|
|
16
|
+
isPlatform?: boolean;
|
|
17
|
+
}) => JSX.Element;
|
|
18
|
+
export default DateOverrideList;
|
|
19
|
+
export { DateOverrideList };
|
|
20
|
+
//# sourceMappingURL=date-override-list.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-override-list.d.ts","sourceRoot":"","sources":["../../../../src/availability/components/date-override-list.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAa/E,QAAA,MAAM,gBAAgB,GAAI,uJAYvB;IACD,OAAO,EAAE,GAAG,CAAC;IACb,MAAM,EAAE;QAAE,MAAM,EAAE,SAAS,EAAE,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC9C,YAAY,EAAE,YAAY,EAAE,CAAC;IAC7B,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,MAAM,EAAE,OAAO,CAAC;IAChB,eAAe,CAAC,EAAE,cAAc,EAAE,CAAC;IACnC,SAAS,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACtC,wBAAwB,CAAC,EAAE,YAAY,CAAC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,gBAuHA,CAAC;AAEF,eAAe,gBAAgB,CAAC;AAChC,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ArrayPath, Control, FieldPath, FieldPathValue, FieldValues } from 'react-hook-form';
|
|
3
|
+
import { scheduleClassNames, TimeRange } from '../../contracts';
|
|
4
|
+
export type { TimeRange };
|
|
5
|
+
export type ScheduleLabelsType = {
|
|
6
|
+
addTime: string;
|
|
7
|
+
copyTime: string;
|
|
8
|
+
deleteTime: string;
|
|
9
|
+
};
|
|
10
|
+
export type SelectInnerClassNames = {
|
|
11
|
+
control?: string;
|
|
12
|
+
singleValue?: string;
|
|
13
|
+
valueContainer?: string;
|
|
14
|
+
input?: string;
|
|
15
|
+
menu?: string;
|
|
16
|
+
};
|
|
17
|
+
export type FieldPathByValue<TFieldValues extends FieldValues, TValue> = {
|
|
18
|
+
[Key in FieldPath<TFieldValues>]: FieldPathValue<TFieldValues, Key> extends TValue ? Key : never;
|
|
19
|
+
}[FieldPath<TFieldValues>];
|
|
20
|
+
export declare const ScheduleDay: <TFieldValues extends FieldValues>({ name, weekday, control, CopyButton, disabled, labels, userTimeFormat, classNames, }: {
|
|
21
|
+
name: ArrayPath<TFieldValues>;
|
|
22
|
+
weekday: string;
|
|
23
|
+
control: Control<TFieldValues>;
|
|
24
|
+
CopyButton: JSX.Element;
|
|
25
|
+
disabled?: boolean;
|
|
26
|
+
labels?: ScheduleLabelsType;
|
|
27
|
+
userTimeFormat: number | null;
|
|
28
|
+
classNames?: scheduleClassNames;
|
|
29
|
+
}) => JSX.Element;
|
|
30
|
+
export declare const ScheduleComponent: <TFieldValues extends FieldValues, TPath extends FieldPathByValue<TFieldValues, TimeRange[][]>>({ name, control, disabled, weekStart, labels, userTimeFormat, classNames, }: {
|
|
31
|
+
name: TPath;
|
|
32
|
+
control: Control<TFieldValues>;
|
|
33
|
+
weekStart?: number;
|
|
34
|
+
disabled?: boolean;
|
|
35
|
+
labels?: ScheduleLabelsType;
|
|
36
|
+
userTimeFormat: number | null;
|
|
37
|
+
classNames?: Omit<scheduleClassNames, "scheduleContainer">;
|
|
38
|
+
}) => JSX.Element;
|
|
39
|
+
export declare const DayRanges: <TFieldValues extends FieldValues>({ name, disabled, control, labels, userTimeFormat, classNames, copyButton, }: {
|
|
40
|
+
name: ArrayPath<TFieldValues>;
|
|
41
|
+
control?: Control<TFieldValues>;
|
|
42
|
+
disabled?: boolean;
|
|
43
|
+
labels?: ScheduleLabelsType;
|
|
44
|
+
userTimeFormat: number | null;
|
|
45
|
+
classNames?: Pick<scheduleClassNames, "dayRanges" | "timeRangeField" | "timePicker">;
|
|
46
|
+
copyButton?: React.ReactNode;
|
|
47
|
+
}) => JSX.Element | null;
|
|
48
|
+
export declare function parseTimeString(input: string, timeFormat: number | null): Date | null;
|
|
49
|
+
//# sourceMappingURL=schedule-component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schedule-component.d.ts","sourceRoot":"","sources":["../../../../src/availability/components/schedule-component.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAsE,MAAM,OAAO,CAAC;AAC3F,OAAO,KAAK,EACV,SAAS,EACT,OAAO,EAGP,SAAS,EACT,cAAc,EACd,WAAW,EAEZ,MAAM,iBAAiB,CAAC;AASzB,OAAO,KAAK,EAAE,kBAAkB,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAQrE,YAAY,EAAE,SAAS,EAAE,CAAC;AAE1B,MAAM,MAAM,kBAAkB,GAAG;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,gBAAgB,CAAC,YAAY,SAAS,WAAW,EAAE,MAAM,IAAI;KACtE,GAAG,IAAI,SAAS,CAAC,YAAY,CAAC,GAAG,cAAc,CAAC,YAAY,EAAE,GAAG,CAAC,SAAS,MAAM,GAAG,GAAG,GAAG,KAAK;CACjG,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC,CAAC;AAE3B,eAAO,MAAM,WAAW,GAAI,YAAY,SAAS,WAAW,EAAE,uFAS3D;IACD,IAAI,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;IAC/B,UAAU,EAAE,GAAG,CAAC,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,UAAU,CAAC,EAAE,kBAAkB,CAAC;CACjC,gBAuEA,CAAC;AAgDF,eAAO,MAAM,iBAAiB,GAC5B,YAAY,SAAS,WAAW,EAChC,KAAK,SAAS,gBAAgB,CAAC,YAAY,EAAE,SAAS,EAAE,EAAE,CAAC,EAC3D,6EAQC;IACD,IAAI,EAAE,KAAK,CAAC;IACZ,OAAO,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,UAAU,CAAC,EAAE,IAAI,CAAC,kBAAkB,EAAE,mBAAmB,CAAC,CAAC;CAC5D,gBA2BA,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,YAAY,SAAS,WAAW,EAAE,8EAQzD;IACD,IAAI,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,UAAU,CAAC,EAAE,IAAI,CAAC,kBAAkB,EAAE,WAAW,GAAG,gBAAgB,GAAG,YAAY,CAAC,CAAC;IACrF,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B,uBA8DA,CAAC;AA+FF,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAgBrF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/availability/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAC/D,OAAO,EAAE,mCAAmC,EAAE,MAAM,mDAAmD,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Schedule as ScheduleType, TimeRange } from '../contracts';
|
|
2
|
+
export type Availability = {
|
|
3
|
+
id: number;
|
|
4
|
+
userId: number | null;
|
|
5
|
+
eventTypeId: number | null;
|
|
6
|
+
days: number[];
|
|
7
|
+
startTime: string;
|
|
8
|
+
endTime: Date;
|
|
9
|
+
date: Date | null;
|
|
10
|
+
scheduleId: number | null;
|
|
11
|
+
};
|
|
12
|
+
export type WeekdayFormat = "short" | "long";
|
|
13
|
+
export type AvailabilityFormValues = {
|
|
14
|
+
availability: number[][];
|
|
15
|
+
name: string;
|
|
16
|
+
schedule: ScheduleType;
|
|
17
|
+
dateOverrides: {
|
|
18
|
+
ranges: TimeRange[];
|
|
19
|
+
}[];
|
|
20
|
+
timeZone: string;
|
|
21
|
+
isDefault: boolean;
|
|
22
|
+
};
|
|
23
|
+
export type { scheduleClassNames } from '../contracts';
|
|
24
|
+
export type AvailabilityFormValidationResult = {
|
|
25
|
+
isValid: boolean;
|
|
26
|
+
errors: Record<string, unknown>;
|
|
27
|
+
};
|
|
28
|
+
export interface AvailabilitySettingsFormCallbacks {
|
|
29
|
+
onSuccess?: () => void;
|
|
30
|
+
onError?: (error: Error) => void;
|
|
31
|
+
}
|
|
32
|
+
export interface AvailabilitySettingsFormRef {
|
|
33
|
+
validateForm: () => Promise<AvailabilityFormValidationResult>;
|
|
34
|
+
handleFormSubmit: (callbacks?: AvailabilitySettingsFormCallbacks) => void;
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/availability/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,IAAI,YAAY,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAExE,MAAM,MAAM,YAAY,GAAG;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,IAAI,CAAC;IACd,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,MAAM,CAAC;AAE7C,MAAM,MAAM,sBAAsB,GAAG;IACnC,YAAY,EAAE,MAAM,EAAE,EAAE,CAAC;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,YAAY,CAAC;IACvB,aAAa,EAAE;QAAE,MAAM,EAAE,SAAS,EAAE,CAAA;KAAE,EAAE,CAAC;IACzC,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,YAAY,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAEvD,MAAM,MAAM,gCAAgC,GAAG;IAC7C,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACjC,CAAC;AAEF,MAAM,WAAW,iCAAiC;IAChD,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;CAClC;AAED,MAAM,WAAW,2BAA2B;IAC1C,YAAY,EAAE,MAAM,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC9D,gBAAgB,EAAE,CAAC,SAAS,CAAC,EAAE,iCAAiC,KAAK,IAAI,CAAC;CAC3E"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { ApiErrorResponse, ApiResponse, AtomUpdateScheduleResponse, UpdateScheduleInput_2024_06_11 } from '../../contracts';
|
|
3
|
+
import { CustomClassNames } from '../availability-settings';
|
|
4
|
+
import { ScheduleLabelsType } from '../components/schedule-component';
|
|
5
|
+
import { AvailabilityFormValues, AvailabilitySettingsFormRef } from '../types';
|
|
6
|
+
export type AvailabilitySettingsPlatformWrapperProps = {
|
|
7
|
+
id?: string;
|
|
8
|
+
labels?: {
|
|
9
|
+
tooltips: Partial<ScheduleLabelsType>;
|
|
10
|
+
};
|
|
11
|
+
customClassNames?: Partial<CustomClassNames>;
|
|
12
|
+
onUpdateSuccess?: (res: ApiResponse<AtomUpdateScheduleResponse>) => void;
|
|
13
|
+
onUpdateError?: (err: ApiErrorResponse) => void;
|
|
14
|
+
onDeleteSuccess?: (res: ApiResponse) => void;
|
|
15
|
+
onDeleteError?: (err: ApiErrorResponse) => void;
|
|
16
|
+
disableEditableHeading?: boolean;
|
|
17
|
+
enableOverrides?: boolean;
|
|
18
|
+
onBeforeUpdate?: (updateBody: UpdateScheduleInput_2024_06_11) => boolean | Promise<boolean>;
|
|
19
|
+
onFormStateChange?: (formState: AvailabilityFormValues) => void;
|
|
20
|
+
allowDelete?: boolean;
|
|
21
|
+
allowSetToDefault?: boolean;
|
|
22
|
+
disableToasts?: boolean;
|
|
23
|
+
isDryRun?: boolean;
|
|
24
|
+
noScheduleChildren?: ReactNode;
|
|
25
|
+
loadingStateChildren?: ReactNode;
|
|
26
|
+
};
|
|
27
|
+
export declare const AvailabilitySettingsPlatformWrapper: import('react').ForwardRefExoticComponent<AvailabilitySettingsPlatformWrapperProps & import('react').RefAttributes<AvailabilitySettingsFormRef>>;
|
|
28
|
+
//# sourceMappingURL=availability-settings-platform-wrapper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"availability-settings-platform-wrapper.d.ts","sourceRoot":"","sources":["../../../../src/availability/wrappers/availability-settings-platform-wrapper.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,OAAO,KAAK,EACV,gBAAgB,EAChB,WAAW,EACX,0BAA0B,EAC1B,8BAA8B,EAC/B,MAAM,iBAAiB,CAAC;AAMzB,OAAO,KAAK,EAAgB,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAE/E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAE3E,OAAO,KAAK,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AAEpF,MAAM,MAAM,wCAAwC,GAAG;IACrD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE;QACP,QAAQ,EAAE,OAAO,CAAC,kBAAkB,CAAC,CAAC;KACvC,CAAC;IACF,gBAAgB,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAC7C,eAAe,CAAC,EAAE,CAAC,GAAG,EAAE,WAAW,CAAC,0BAA0B,CAAC,KAAK,IAAI,CAAC;IACzE,aAAa,CAAC,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAChD,eAAe,CAAC,EAAE,CAAC,GAAG,EAAE,WAAW,KAAK,IAAI,CAAC;IAC7C,aAAa,CAAC,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAChD,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,cAAc,CAAC,EAAE,CAAC,UAAU,EAAE,8BAA8B,KAAK,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IAC5F,iBAAiB,CAAC,EAAE,CAAC,SAAS,EAAE,sBAAsB,KAAK,IAAI,CAAC;IAChE,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,oBAAoB,CAAC,EAAE,SAAS,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,mCAAmC,kJA8K9C,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { BookerPlatformWrapperAtomPropsForIndividual, BookerPlatformWrapperAtomPropsForTeam } from './types';
|
|
2
|
+
export type { BookerPlatformWrapperAtomPropsForIndividual, BookerPlatformWrapperAtomPropsForTeam };
|
|
3
|
+
export declare const BookerPlatformWrapper: (props: BookerPlatformWrapperAtomPropsForIndividual | BookerPlatformWrapperAtomPropsForTeam) => JSX.Element;
|
|
4
|
+
export declare function formatUsername(username: string | string[]): string;
|
|
5
|
+
//# sourceMappingURL=booker-platform-wrapper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"booker-platform-wrapper.d.ts","sourceRoot":"","sources":["../../../src/booker/booker-platform-wrapper.tsx"],"names":[],"mappings":"AAkDA,OAAO,KAAK,EACV,2CAA2C,EAC3C,qCAAqC,EAEtC,MAAM,SAAS,CAAC;AAyiBjB,YAAY,EAAE,2CAA2C,EAAE,qCAAqC,EAAE,CAAC;AAEnG,eAAO,MAAM,qBAAqB,GAChC,OAAO,2CAA2C,GAAG,qCAAqC,gBAO3F,CAAC;AAEF,wBAAgB,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,CAKlE"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { StoreApi } from 'zustand';
|
|
3
|
+
import { BookerStore, StoreInitializeType } from './store';
|
|
4
|
+
export declare const BookerStoreContext: import('react').Context<StoreApi<BookerStore> | null>;
|
|
5
|
+
export interface BookerStoreProviderProps {
|
|
6
|
+
children: ReactNode;
|
|
7
|
+
}
|
|
8
|
+
export declare const BookerStoreProvider: ({ children }: BookerStoreProviderProps) => JSX.Element;
|
|
9
|
+
export declare const useBookerStoreContext: <T>(selector: (store: BookerStore) => T, equalityFn?: (a: T, b: T) => boolean) => T;
|
|
10
|
+
export declare const useInitializeBookerStoreContext: ({ username, eventSlug, month, eventId, rescheduleUid, rescheduledBy, bookingData, verifiedEmail, layout, isTeamEvent, durationConfig, org, isInstantMeeting, timezone, teamMemberEmail, crmOwnerRecordType, crmAppSlug, crmRecordId, pendingCrmTraceId, isPlatform, allowUpdatingUrlParams, }: StoreInitializeType) => void;
|
|
11
|
+
//# sourceMappingURL=booker-store-provider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"booker-store-provider.d.ts","sourceRoot":"","sources":["../../../src/booker/booker-store-provider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAiB,KAAK,SAAS,EAAiC,MAAM,OAAO,CAAC;AACrF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAGxC,OAAO,EAAE,KAAK,WAAW,EAAqB,KAAK,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAExF,eAAO,MAAM,kBAAkB,uDAAoD,CAAC;AAEpF,MAAM,WAAW,wBAAwB;IACvC,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,eAAO,MAAM,mBAAmB,GAAI,cAAc,wBAAwB,gBAQzE,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,CAAC,EACrC,UAAU,CAAC,KAAK,EAAE,WAAW,KAAK,CAAC,EACnC,aAAa,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,OAAO,KACnC,CAQF,CAAC;AAEF,eAAO,MAAM,+BAA+B,GAAI,+RAsB7C,mBAAmB,SAyDrB,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { BookerEvent } from '../../contracts';
|
|
2
|
+
import { IUseBookingLoadingStates } from '../hooks/use-bookings-types';
|
|
3
|
+
import { Slot } from '../types';
|
|
4
|
+
type ScheduleData = {
|
|
5
|
+
data?: {
|
|
6
|
+
slots?: Record<string, Slot[]>;
|
|
7
|
+
} | null;
|
|
8
|
+
invalidate?: () => void;
|
|
9
|
+
};
|
|
10
|
+
type AvailableTimeSlotsProps = {
|
|
11
|
+
extraDays?: number;
|
|
12
|
+
limitHeight?: boolean;
|
|
13
|
+
schedule?: ScheduleData;
|
|
14
|
+
isLoading: boolean;
|
|
15
|
+
seatsPerTimeSlot?: number | null;
|
|
16
|
+
showAvailableSeatsCount?: boolean | null;
|
|
17
|
+
event: {
|
|
18
|
+
data?: Pick<BookerEvent, "length" | "bookingFields" | "price" | "currency" | "metadata"> | null;
|
|
19
|
+
};
|
|
20
|
+
customClassNames?: {
|
|
21
|
+
availableTimeSlotsContainer?: string;
|
|
22
|
+
availableTimeSlotsTitle?: string;
|
|
23
|
+
availableTimeSlotsHeaderContainer?: string;
|
|
24
|
+
availableTimeSlotsTimeFormatToggle?: string;
|
|
25
|
+
availableTimes?: string;
|
|
26
|
+
};
|
|
27
|
+
confirmStepClassNames?: {
|
|
28
|
+
confirmButton?: string;
|
|
29
|
+
};
|
|
30
|
+
loadingStates: IUseBookingLoadingStates;
|
|
31
|
+
isVerificationCodeSending: boolean;
|
|
32
|
+
renderConfirmNotVerifyEmailButtonCond: boolean;
|
|
33
|
+
onSubmit: (timeSlot?: string) => void;
|
|
34
|
+
skipConfirmStep: boolean;
|
|
35
|
+
shouldRenderCaptcha?: boolean;
|
|
36
|
+
watchedCfToken?: string;
|
|
37
|
+
unavailableTimeSlots: string[];
|
|
38
|
+
confirmButtonDisabled?: boolean;
|
|
39
|
+
onAvailableTimeSlotSelect: (time: string) => void;
|
|
40
|
+
hideAvailableTimesHeader?: boolean;
|
|
41
|
+
isPlatform?: boolean;
|
|
42
|
+
invalidateAvailableSlotsOnBookingForm?: boolean;
|
|
43
|
+
};
|
|
44
|
+
export declare const AvailableTimeSlots: ({ extraDays, limitHeight, showAvailableSeatsCount, schedule, isLoading, customClassNames, skipConfirmStep, seatsPerTimeSlot, onSubmit, unavailableTimeSlots, confirmButtonDisabled, confirmStepClassNames, onAvailableTimeSlotSelect, hideAvailableTimesHeader, isPlatform, invalidateAvailableSlotsOnBookingForm, ...props }: AvailableTimeSlotsProps) => JSX.Element;
|
|
45
|
+
export {};
|
|
46
|
+
//# sourceMappingURL=available-time-slots.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"available-time-slots.d.ts","sourceRoot":"","sources":["../../../../src/booker/components/available-time-slots.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAOnD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAG5E,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAKrC,KAAK,YAAY,GAAG;IAClB,IAAI,CAAC,EAAE;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,IAAI,EAAE,CAAC,CAAA;KAAE,GAAG,IAAI,CAAC;IACjD,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB,CAAC;AAEF,KAAK,uBAAuB,GAAG;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACzC,KAAK,EAAE;QACL,IAAI,CAAC,EAAE,IAAI,CAAC,WAAW,EAAE,QAAQ,GAAG,eAAe,GAAG,OAAO,GAAG,UAAU,GAAG,UAAU,CAAC,GAAG,IAAI,CAAC;KACjG,CAAC;IACF,gBAAgB,CAAC,EAAE;QACjB,2BAA2B,CAAC,EAAE,MAAM,CAAC;QACrC,uBAAuB,CAAC,EAAE,MAAM,CAAC;QACjC,iCAAiC,CAAC,EAAE,MAAM,CAAC;QAC3C,kCAAkC,CAAC,EAAE,MAAM,CAAC;QAC5C,cAAc,CAAC,EAAE,MAAM,CAAC;KACzB,CAAC;IACF,qBAAqB,CAAC,EAAE;QACtB,aAAa,CAAC,EAAE,MAAM,CAAC;KACxB,CAAC;IACF,aAAa,EAAE,wBAAwB,CAAC;IACxC,yBAAyB,EAAE,OAAO,CAAC;IACnC,qCAAqC,EAAE,OAAO,CAAC;IAC/C,QAAQ,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,eAAe,EAAE,OAAO,CAAC;IACzB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,oBAAoB,EAAE,MAAM,EAAE,CAAC;IAC/B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,yBAAyB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAClD,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,qCAAqC,CAAC,EAAE,OAAO,CAAC;CACjD,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,+TAkBhC,uBAAuB,gBAuKzB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Dayjs } from 'dayjs';
|
|
2
|
+
type AvailableTimesHeaderProps = {
|
|
3
|
+
date: Dayjs;
|
|
4
|
+
showTimeFormatToggle?: boolean;
|
|
5
|
+
availableMonth?: string | undefined;
|
|
6
|
+
customClassNames?: {
|
|
7
|
+
availableTimeSlotsHeaderContainer?: string;
|
|
8
|
+
availableTimeSlotsTitle?: string;
|
|
9
|
+
availableTimeSlotsTimeFormatToggle?: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export declare const AvailableTimesHeader: ({ date, showTimeFormatToggle, availableMonth, customClassNames, }: AvailableTimesHeaderProps) => JSX.Element;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=available-times-header.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"available-times-header.d.ts","sourceRoot":"","sources":["../../../../src/booker/components/available-times-header.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAUnC,KAAK,yBAAyB,GAAG;IAC/B,IAAI,EAAE,KAAK,CAAC;IACZ,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,gBAAgB,CAAC,EAAE;QACjB,iCAAiC,CAAC,EAAE,MAAM,CAAC;QAC3C,uBAAuB,CAAC,EAAE,MAAM,CAAC;QACjC,kCAAkC,CAAC,EAAE,MAAM,CAAC;KAC7C,CAAC;CACH,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,mEAKlC,yBAAyB,gBAkD3B,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { BookerEvent } from '../../contracts';
|
|
2
|
+
import { IUseBookingLoadingStates } from '../hooks/use-bookings-types';
|
|
3
|
+
import { Slot } from '../types';
|
|
4
|
+
type TOnTimeSelect = (time: string, attendees: number, seatsPerTimeSlot?: number | null, bookingUid?: string) => void;
|
|
5
|
+
type TOnTentativeTimeSelect = ({ time, attendees, seatsPerTimeSlot, bookingUid, }: {
|
|
6
|
+
time: string;
|
|
7
|
+
attendees: number;
|
|
8
|
+
seatsPerTimeSlot?: number | null;
|
|
9
|
+
bookingUid?: string;
|
|
10
|
+
}) => void;
|
|
11
|
+
export type AvailableTimesProps = {
|
|
12
|
+
slots: Slot[];
|
|
13
|
+
showTimeFormatToggle?: boolean;
|
|
14
|
+
className?: string;
|
|
15
|
+
onTentativeTimeSelect?: TOnTentativeTimeSelect;
|
|
16
|
+
unavailableTimeSlots?: string[];
|
|
17
|
+
isPlatform?: boolean;
|
|
18
|
+
} & Omit<SlotItemProps, "slot">;
|
|
19
|
+
type SlotItemProps = {
|
|
20
|
+
slot: Slot;
|
|
21
|
+
seatsPerTimeSlot?: number | null;
|
|
22
|
+
selectedSlots?: string[];
|
|
23
|
+
onTimeSelect?: TOnTimeSelect;
|
|
24
|
+
onTentativeTimeSelect?: TOnTentativeTimeSelect;
|
|
25
|
+
showAvailableSeatsCount?: boolean | null;
|
|
26
|
+
event: {
|
|
27
|
+
data?: Pick<BookerEvent, "length" | "bookingFields" | "price" | "currency" | "metadata"> | null;
|
|
28
|
+
};
|
|
29
|
+
customClassNames?: string;
|
|
30
|
+
confirmStepClassNames?: {
|
|
31
|
+
confirmButton?: string;
|
|
32
|
+
};
|
|
33
|
+
loadingStates?: IUseBookingLoadingStates;
|
|
34
|
+
isVerificationCodeSending?: boolean;
|
|
35
|
+
renderConfirmNotVerifyEmailButtonCond?: boolean;
|
|
36
|
+
skipConfirmStep?: boolean;
|
|
37
|
+
shouldRenderCaptcha?: boolean;
|
|
38
|
+
watchedCfToken?: string;
|
|
39
|
+
unavailableTimeSlots?: string[];
|
|
40
|
+
confirmButtonDisabled?: boolean;
|
|
41
|
+
handleSlotClick?: (slot: Slot, isOverlapping: boolean) => void;
|
|
42
|
+
};
|
|
43
|
+
export declare const AvailableTimes: ({ slots, showTimeFormatToggle, className, isPlatform, ...props }: AvailableTimesProps) => JSX.Element;
|
|
44
|
+
export declare const AvailableTimesSkeleton: () => JSX.Element;
|
|
45
|
+
export {};
|
|
46
|
+
//# sourceMappingURL=available-times.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"available-times.d.ts","sourceRoot":"","sources":["../../../../src/booker/components/available-times.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAUnD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAE5E,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAKrC,KAAK,aAAa,GAAG,CACnB,IAAI,EAAE,MAAM,EACZ,SAAS,EAAE,MAAM,EACjB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,EAChC,UAAU,CAAC,EAAE,MAAM,KAChB,IAAI,CAAC;AAEV,KAAK,sBAAsB,GAAG,CAAC,EAC7B,IAAI,EACJ,SAAS,EACT,gBAAgB,EAChB,UAAU,GACX,EAAE;IACD,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,KAAK,IAAI,CAAC;AAEX,MAAM,MAAM,mBAAmB,GAAG;IAChC,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB,CAAC,EAAE,sBAAsB,CAAC;IAC/C,oBAAoB,CAAC,EAAE,MAAM,EAAE,CAAC;IAChC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,GAAG,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;AAEhC,KAAK,aAAa,GAAG;IACnB,IAAI,EAAE,IAAI,CAAC;IACX,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,YAAY,CAAC,EAAE,aAAa,CAAC;IAC7B,qBAAqB,CAAC,EAAE,sBAAsB,CAAC;IAC/C,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACzC,KAAK,EAAE;QACL,IAAI,CAAC,EAAE,IAAI,CAAC,WAAW,EAAE,QAAQ,GAAG,eAAe,GAAG,OAAO,GAAG,UAAU,GAAG,UAAU,CAAC,GAAG,IAAI,CAAC;KACjG,CAAC;IACF,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,qBAAqB,CAAC,EAAE;QACtB,aAAa,CAAC,EAAE,MAAM,CAAC;KACxB,CAAC;IACF,aAAa,CAAC,EAAE,wBAAwB,CAAC;IACzC,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,qCAAqC,CAAC,EAAE,OAAO,CAAC;IAChD,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,oBAAoB,CAAC,EAAE,MAAM,EAAE,CAAC;IAChC,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,aAAa,EAAE,OAAO,KAAK,IAAI,CAAC;CAChE,CAAC;AA8LF,eAAO,MAAM,cAAc,GAAI,kEAM5B,mBAAmB,gBAoCrB,CAAC;AA2CF,eAAO,MAAM,sBAAsB,mBAMlC,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { BookerEvent } from '../../../contracts';
|
|
2
|
+
import { UseBookingFormReturnType } from '../../hooks/use-booking-form';
|
|
3
|
+
import { IUseBookingErrors, IUseBookingLoadingStates } from '../../hooks/use-bookings-types';
|
|
4
|
+
type BookEventFormProps = {
|
|
5
|
+
onCancel?: () => void;
|
|
6
|
+
onSubmit: () => void;
|
|
7
|
+
errorRef: React.RefObject<HTMLDivElement>;
|
|
8
|
+
errors: UseBookingFormReturnType["errors"] & IUseBookingErrors;
|
|
9
|
+
loadingStates: IUseBookingLoadingStates;
|
|
10
|
+
children?: React.ReactNode;
|
|
11
|
+
bookingForm: UseBookingFormReturnType["bookingForm"];
|
|
12
|
+
renderConfirmNotVerifyEmailButtonCond: boolean;
|
|
13
|
+
extraOptions: Record<string, string | string[]>;
|
|
14
|
+
isPlatform?: boolean;
|
|
15
|
+
isPlatformBookerEmbed?: boolean;
|
|
16
|
+
isVerificationCodeSending: boolean;
|
|
17
|
+
isTimeslotUnavailable: boolean;
|
|
18
|
+
shouldRenderCaptcha?: boolean;
|
|
19
|
+
confirmButtonDisabled?: boolean;
|
|
20
|
+
classNames?: {
|
|
21
|
+
confirmButton?: string;
|
|
22
|
+
backButton?: string;
|
|
23
|
+
};
|
|
24
|
+
timeslot: string | null;
|
|
25
|
+
};
|
|
26
|
+
export declare const BookEventForm: ({ onCancel, eventQuery, onSubmit, errorRef, errors, loadingStates, renderConfirmNotVerifyEmailButtonCond, bookingForm, children, extraOptions, isVerificationCodeSending, isPlatform, isPlatformBookerEmbed, isTimeslotUnavailable, shouldRenderCaptcha, confirmButtonDisabled, classNames, timeslot, }: Omit<BookEventFormProps, "event"> & {
|
|
27
|
+
eventQuery: {
|
|
28
|
+
isError: boolean;
|
|
29
|
+
isPending: boolean;
|
|
30
|
+
data?: Pick<BookerEvent, "price" | "currency" | "metadata" | "bookingFields" | "locations"> | null;
|
|
31
|
+
};
|
|
32
|
+
}) => JSX.Element;
|
|
33
|
+
export {};
|
|
34
|
+
//# sourceMappingURL=book-event-form.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"book-event-form.d.ts","sourceRoot":"","sources":["../../../../../src/booker/components/book-event-form/book-event-form.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAQtD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AAC7E,OAAO,KAAK,EAAE,iBAAiB,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAQlG,KAAK,kBAAkB,GAAG;IACxB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAC1C,MAAM,EAAE,wBAAwB,CAAC,QAAQ,CAAC,GAAG,iBAAiB,CAAC;IAC/D,aAAa,EAAE,wBAAwB,CAAC;IACxC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,WAAW,EAAE,wBAAwB,CAAC,aAAa,CAAC,CAAC;IACrD,qCAAqC,EAAE,OAAO,CAAC;IAC/C,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC,CAAC;IAChD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,yBAAyB,EAAE,OAAO,CAAC;IACnC,qBAAqB,EAAE,OAAO,CAAC;IAC/B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,UAAU,CAAC,EAAE;QACX,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,ySAmB3B,IAAI,CAAC,kBAAkB,EAAE,OAAO,CAAC,GAAG;IACrC,UAAU,EAAE;QACV,OAAO,EAAE,OAAO,CAAC;QACjB,SAAS,EAAE,OAAO,CAAC;QACnB,IAAI,CAAC,EAAE,IAAI,CAAC,WAAW,EAAE,OAAO,GAAG,UAAU,GAAG,UAAU,GAAG,eAAe,GAAG,WAAW,CAAC,GAAG,IAAI,CAAC;KACpG,CAAC;CACH,gBAoNA,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export declare const BookEventFormWrapperComponent: ({ child, eventLength, }: {
|
|
3
|
+
onCancel: () => void;
|
|
4
|
+
child: ReactNode;
|
|
5
|
+
eventLength?: number;
|
|
6
|
+
}) => JSX.Element | null;
|
|
7
|
+
export declare const BookFormAsModal: ({ visible, onCancel, children, isPlatform: _isPlatform, eventLength, }: {
|
|
8
|
+
visible: boolean;
|
|
9
|
+
onCancel: () => void;
|
|
10
|
+
children: ReactNode;
|
|
11
|
+
isPlatform?: boolean;
|
|
12
|
+
eventLength?: number;
|
|
13
|
+
}) => JSX.Element;
|
|
14
|
+
//# sourceMappingURL=book-form-as-modal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"book-form-as-modal.d.ts","sourceRoot":"","sources":["../../../../../src/booker/components/book-event-form/book-form-as-modal.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AASvC,eAAO,MAAM,6BAA6B,GAAI,yBAG3C;IACD,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,EAAE,SAAS,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,uBAwCA,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,wEAM7B;IACD,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,EAAE,SAAS,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,gBAWA,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { LocationObject } from '../../../vendor/locations';
|
|
2
|
+
type Fields = Array<{
|
|
3
|
+
name: string;
|
|
4
|
+
type: string;
|
|
5
|
+
hidden?: boolean;
|
|
6
|
+
editable?: string;
|
|
7
|
+
views?: Array<{
|
|
8
|
+
id: string;
|
|
9
|
+
}>;
|
|
10
|
+
price?: number | string;
|
|
11
|
+
label?: string;
|
|
12
|
+
labelAsSafeHtml?: string;
|
|
13
|
+
options?: Array<{
|
|
14
|
+
value: string;
|
|
15
|
+
label: string;
|
|
16
|
+
price?: number;
|
|
17
|
+
}>;
|
|
18
|
+
optionsInputs?: Record<string, {
|
|
19
|
+
type: string;
|
|
20
|
+
placeholder?: string;
|
|
21
|
+
required?: boolean;
|
|
22
|
+
}>;
|
|
23
|
+
[key: string]: unknown;
|
|
24
|
+
}>;
|
|
25
|
+
export declare const BookingFields: ({ fields, locations, rescheduleUid, isDynamicGroupBooking, bookingData, isPaidEvent, paymentCurrency, }: {
|
|
26
|
+
fields: Fields;
|
|
27
|
+
locations: LocationObject[];
|
|
28
|
+
rescheduleUid?: string;
|
|
29
|
+
bookingData?: unknown | null;
|
|
30
|
+
isDynamicGroupBooking: boolean;
|
|
31
|
+
isPaidEvent?: boolean;
|
|
32
|
+
paymentCurrency?: string;
|
|
33
|
+
}) => JSX.Element;
|
|
34
|
+
export {};
|
|
35
|
+
//# sourceMappingURL=booking-fields.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"booking-fields.d.ts","sourceRoot":"","sources":["../../../../../src/booker/components/book-event-form/booking-fields.tsx"],"names":[],"mappings":"AAWA,OAAO,EAIL,KAAK,cAAc,EACpB,MAAM,2BAA2B,CAAC;AASnC,KAAK,MAAM,GAAG,KAAK,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,KAAK,CAAC;QAAE,EAAE,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,OAAO,CAAC,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAClE,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC,CAAC;IAC3F,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB,CAAC,CAAC;AAOH,eAAO,MAAM,aAAa,GAAI,yGAQ3B;IACD,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,cAAc,EAAE,CAAC;IAC5B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,gBAoMA,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { BookEventForm } from './book-event-form';
|
|
2
|
+
export { BookEventFormWrapperComponent, BookFormAsModal } from './book-form-as-modal';
|
|
3
|
+
export { BookingFields } from './booking-fields';
|
|
4
|
+
export { FormSkeleton } from './skeleton';
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/booker/components/book-event-form/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,6BAA6B,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACtF,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skeleton.d.ts","sourceRoot":"","sources":["../../../../../src/booker/components/book-event-form/skeleton.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,mBA0BxB,CAAC"}
|