@calcom/atoms 2.6.0 → 2.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +140 -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
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { OptionProps, SingleValueProps } from 'react-select';
|
|
2
|
+
export type DestinationCalendarOption = {
|
|
3
|
+
label: string;
|
|
4
|
+
value: string;
|
|
5
|
+
subtitle: string;
|
|
6
|
+
delegationCredentialId?: string;
|
|
7
|
+
};
|
|
8
|
+
export declare const SingleValueComponent: (props: SingleValueProps<DestinationCalendarOption>) => JSX.Element;
|
|
9
|
+
export declare const OptionComponent: (props: OptionProps<DestinationCalendarOption>) => JSX.Element;
|
|
10
|
+
//# sourceMappingURL=destination-calendar-selector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"destination-calendar-selector.d.ts","sourceRoot":"","sources":["../../../../src/destination-calendar/components/destination-calendar-selector.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAKlE,MAAM,MAAM,yBAAyB,GAAG;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,OAAO,gBAAgB,CAAC,yBAAyB,CAAC,gBAOtF,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,OAAO,WAAW,CAAC,yBAAyB,CAAC,gBAU5E,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ConnectedDestinationCalendars } from '../contracts';
|
|
2
|
+
export type DestinationCalendarProps = {
|
|
3
|
+
connectedCalendars: ConnectedDestinationCalendars["connectedCalendars"];
|
|
4
|
+
destinationCalendar: ConnectedDestinationCalendars["destinationCalendar"];
|
|
5
|
+
onChange: (value: {
|
|
6
|
+
externalId: string;
|
|
7
|
+
integration: string;
|
|
8
|
+
delegationCredentialId?: string;
|
|
9
|
+
}) => void;
|
|
10
|
+
isPending?: boolean;
|
|
11
|
+
hidePlaceholder?: boolean;
|
|
12
|
+
value: string | undefined;
|
|
13
|
+
maxWidth?: number;
|
|
14
|
+
hideAdvancedText?: boolean;
|
|
15
|
+
};
|
|
16
|
+
export declare const DestinationCalendarSelector: ({ connectedCalendars, destinationCalendar, onChange, isPending, value, hidePlaceholder, hideAdvancedText, maxWidth, }: DestinationCalendarProps) => JSX.Element | null;
|
|
17
|
+
//# sourceMappingURL=destination-calendar-selector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"destination-calendar-selector.d.ts","sourceRoot":"","sources":["../../../src/destination-calendar/destination-calendar-selector.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,cAAc,CAAC;AAMlE,MAAM,MAAM,wBAAwB,GAAG;IACrC,kBAAkB,EAAE,6BAA6B,CAAC,oBAAoB,CAAC,CAAC;IACxE,mBAAmB,EAAE,6BAA6B,CAAC,qBAAqB,CAAC,CAAC;IAC1E,QAAQ,EAAE,CAAC,KAAK,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAC;QAAC,sBAAsB,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IACxG,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,2BAA2B,GAAI,uHASzC,wBAAwB,KAAG,GAAG,CAAC,OAAO,GAAG,IAiH3C,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ReminderMinutes } from '../contracts';
|
|
2
|
+
import { DestinationCalendarProps } from './destination-calendar-selector';
|
|
3
|
+
type DestinationHeaderClassnames = {
|
|
4
|
+
container?: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
};
|
|
8
|
+
export type DestinationCalendarClassNames = {
|
|
9
|
+
container?: string;
|
|
10
|
+
header?: DestinationHeaderClassnames;
|
|
11
|
+
};
|
|
12
|
+
type DestinationCalendarSettingsProps = DestinationCalendarProps & {
|
|
13
|
+
classNames?: string;
|
|
14
|
+
classNamesObject?: DestinationCalendarClassNames;
|
|
15
|
+
onReminderChange?: ((value: ReminderMinutes) => void) | null;
|
|
16
|
+
reminderValue: ReminderMinutes;
|
|
17
|
+
isReminderPending?: boolean;
|
|
18
|
+
};
|
|
19
|
+
export declare const DestinationCalendarSettings: (props: DestinationCalendarSettingsProps) => JSX.Element;
|
|
20
|
+
export {};
|
|
21
|
+
//# sourceMappingURL=destination-calendar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"destination-calendar.d.ts","sourceRoot":"","sources":["../../../src/destination-calendar/destination-calendar.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAIpD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAIhF,KAAK,2BAA2B,GAAG;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,2BAA2B,CAAC;CACtC,CAAC;AAEF,KAAK,gCAAgC,GAAG,wBAAwB,GAAG;IACjE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,6BAA6B,CAAC;IACjD,gBAAgB,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,eAAe,KAAK,IAAI,CAAC,GAAG,IAAI,CAAC;IAC7D,aAAa,EAAE,eAAe,CAAC;IAC/B,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,2BAA2B,GAAI,OAAO,gCAAgC,gBAoClF,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ReminderMinutes } from '../contracts';
|
|
2
|
+
interface DestinationReminderSelectorProps {
|
|
3
|
+
value: ReminderMinutes;
|
|
4
|
+
onChange: (value: ReminderMinutes) => void;
|
|
5
|
+
isPending?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare const DestinationReminderSelector: ({ value, onChange, isPending, }: DestinationReminderSelectorProps) => JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=destination-reminder-selector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"destination-reminder-selector.d.ts","sourceRoot":"","sources":["../../../src/destination-calendar/destination-reminder-selector.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAWpD,UAAU,gCAAgC;IACxC,KAAK,EAAE,eAAe,CAAC;IACvB,QAAQ,EAAE,CAAC,KAAK,EAAE,eAAe,KAAK,IAAI,CAAC;IAC3C,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,eAAO,MAAM,2BAA2B,GAAI,iCAIzC,gCAAgC,gBAyBlC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/destination-calendar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0CAA0C,EAAE,MAAM,2DAA2D,CAAC"}
|
package/dist/src/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { DestinationCalendarClassNames } from '../destination-calendar';
|
|
2
|
+
export declare const DestinationCalendarSettingsPlatformWrapper: ({ statusLoader, classNames, classNamesObject, isDryRun, }: {
|
|
3
|
+
statusLoader?: JSX.Element;
|
|
4
|
+
classNames?: string;
|
|
5
|
+
classNamesObject?: DestinationCalendarClassNames;
|
|
6
|
+
isDryRun?: boolean;
|
|
7
|
+
}) => JSX.Element | null;
|
|
8
|
+
//# sourceMappingURL=destination-calendar-settings-platform-wrapper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"destination-calendar-settings-platform-wrapper.d.ts","sourceRoot":"","sources":["../../../../src/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,yBAAyB,CAAC;AAG7E,eAAO,MAAM,0CAA0C,GAAI,2DAKxD;IACD,YAAY,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,6BAA6B,CAAC;IACjD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,uBA2CA,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
type SettingsToggleClassNamesLoose = {
|
|
2
|
+
container?: string;
|
|
3
|
+
label?: string;
|
|
4
|
+
children?: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
};
|
|
7
|
+
declare const AssignAllTeamMembers: ({ assignAllTeamMembers, setAssignAllTeamMembers, customClassNames, }: {
|
|
8
|
+
assignAllTeamMembers: boolean;
|
|
9
|
+
setAssignAllTeamMembers: (active: boolean) => void;
|
|
10
|
+
customClassNames?: SettingsToggleClassNamesLoose;
|
|
11
|
+
}) => JSX.Element;
|
|
12
|
+
export default AssignAllTeamMembers;
|
|
13
|
+
export { AssignAllTeamMembers };
|
|
14
|
+
//# sourceMappingURL=assign-all-team-members.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assign-all-team-members.d.ts","sourceRoot":"","sources":["../../../../src/event-types/components/assign-all-team-members.tsx"],"names":[],"mappings":"AASA,KAAK,6BAA6B,GAAG;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,oBAAoB,GAAI,sEAI3B;IACD,oBAAoB,EAAE,OAAO,CAAC;IAC9B,uBAAuB,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IACnD,gBAAgB,CAAC,EAAE,6BAA6B,CAAC;CAClD,gBAkBA,CAAC;AAEF,eAAe,oBAAoB,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const BulkUpdateEventSchema: z.ZodObject<{
|
|
3
|
+
eventTypeIds: z.ZodArray<z.ZodNumber, "many">;
|
|
4
|
+
}, "strip", z.ZodTypeAny, {
|
|
5
|
+
eventTypeIds: number[];
|
|
6
|
+
}, {
|
|
7
|
+
eventTypeIds: number[];
|
|
8
|
+
}>;
|
|
9
|
+
export type BulkUpdatParams = {
|
|
10
|
+
eventTypeIds: number[];
|
|
11
|
+
callback: () => void;
|
|
12
|
+
};
|
|
13
|
+
export type EventTypes = Array<{
|
|
14
|
+
id: number;
|
|
15
|
+
title: string;
|
|
16
|
+
}>;
|
|
17
|
+
export declare function BulkEditDefaultForEventsModal({ eventTypes, isEventTypesFetching, isPlatform, ...props }: {
|
|
18
|
+
open: boolean;
|
|
19
|
+
setOpen: (open: boolean) => void;
|
|
20
|
+
bulkUpdateFunction: (params: BulkUpdatParams) => void;
|
|
21
|
+
isPending: boolean;
|
|
22
|
+
description: string;
|
|
23
|
+
isEventTypesFetching?: boolean;
|
|
24
|
+
eventTypes?: EventTypes;
|
|
25
|
+
handleBulkEditDialogToggle: () => void;
|
|
26
|
+
isPlatform?: boolean;
|
|
27
|
+
}): JSX.Element | null;
|
|
28
|
+
export default BulkEditDefaultForEventsModal;
|
|
29
|
+
//# sourceMappingURL=bulk-edit-default-for-events-modal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-edit-default-for-events-modal.d.ts","sourceRoot":"","sources":["../../../../src/event-types/components/bulk-edit-default-for-events-modal.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAexB,eAAO,MAAM,qBAAqB;;;;;;EAEhC,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG;IAAE,YAAY,EAAE,MAAM,EAAE,CAAC;IAAC,QAAQ,EAAE,MAAM,IAAI,CAAA;CAAE,CAAC;AAC/E,MAAM,MAAM,UAAU,GAAG,KAAK,CAAC;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC;AAE9D,wBAAgB,6BAA6B,CAAC,EAC5C,UAAU,EACV,oBAAoB,EACpB,UAAkB,EAClB,GAAG,KAAK,EACT,EAAE;IACD,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACjC,kBAAkB,EAAE,CAAC,MAAM,EAAE,eAAe,KAAK,IAAI,CAAC;IACtD,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,0BAA0B,EAAE,MAAM,IAAI,CAAC;IACvC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,sBAoFA;AAED,eAAe,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Props } from 'react-select';
|
|
2
|
+
import { ChildrenEventType } from '../../contracts';
|
|
3
|
+
export type ChildrenEventTypeSelectCustomClassNames = {
|
|
4
|
+
assignToSelect?: {
|
|
5
|
+
select?: string;
|
|
6
|
+
innerClassNames?: Record<string, unknown>;
|
|
7
|
+
};
|
|
8
|
+
selectedChildrenList?: {
|
|
9
|
+
container?: string;
|
|
10
|
+
listItem?: {
|
|
11
|
+
container?: string;
|
|
12
|
+
avatar?: string;
|
|
13
|
+
name?: string;
|
|
14
|
+
ownerBadge?: string;
|
|
15
|
+
memberBadge?: string;
|
|
16
|
+
hiddenBadge?: string;
|
|
17
|
+
badgeContainer?: string;
|
|
18
|
+
eventLink?: string;
|
|
19
|
+
showOnProfileTooltip?: string;
|
|
20
|
+
previewEventTypeTooltip?: string;
|
|
21
|
+
previewEventTypeButton?: string;
|
|
22
|
+
deleteEventTypeTooltip?: string;
|
|
23
|
+
deleteEventTypeButton?: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export declare const ChildrenEventTypeSelect: ({ options, value, customClassNames, ...props }: Omit<Props<ChildrenEventType, true>, "value" | "onChange"> & {
|
|
28
|
+
value?: ChildrenEventType[];
|
|
29
|
+
onChange: (value: readonly ChildrenEventType[]) => void;
|
|
30
|
+
customClassNames?: ChildrenEventTypeSelectCustomClassNames;
|
|
31
|
+
}) => JSX.Element;
|
|
32
|
+
export type { ChildrenEventType };
|
|
33
|
+
export default ChildrenEventTypeSelect;
|
|
34
|
+
//# sourceMappingURL=children-event-type-select.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"children-event-type-select.d.ts","sourceRoot":"","sources":["../../../../src/event-types/components/children-event-type-select.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAQ1C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAMzD,MAAM,MAAM,uCAAuC,GAAG;IACpD,cAAc,CAAC,EAAE;QACf,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;KAC3C,CAAC;IACF,oBAAoB,CAAC,EAAE;QACrB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,QAAQ,CAAC,EAAE;YACT,SAAS,CAAC,EAAE,MAAM,CAAC;YACnB,MAAM,CAAC,EAAE,MAAM,CAAC;YAChB,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,UAAU,CAAC,EAAE,MAAM,CAAC;YACpB,WAAW,CAAC,EAAE,MAAM,CAAC;YACrB,WAAW,CAAC,EAAE,MAAM,CAAC;YACrB,cAAc,CAAC,EAAE,MAAM,CAAC;YACxB,SAAS,CAAC,EAAE,MAAM,CAAC;YACnB,oBAAoB,CAAC,EAAE,MAAM,CAAC;YAC9B,uBAAuB,CAAC,EAAE,MAAM,CAAC;YACjC,sBAAsB,CAAC,EAAE,MAAM,CAAC;YAChC,sBAAsB,CAAC,EAAE,MAAM,CAAC;YAChC,qBAAqB,CAAC,EAAE,MAAM,CAAC;SAChC,CAAC;KACH,CAAC;CACH,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,gDAKrC,IAAI,CAAC,KAAK,CAAC,iBAAiB,EAAE,IAAI,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,GAAG;IAC9D,KAAK,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAC5B,QAAQ,EAAE,CAAC,KAAK,EAAE,SAAS,iBAAiB,EAAE,KAAK,IAAI,CAAC;IACxD,gBAAgB,CAAC,EAAE,uCAAuC,CAAC;CAC5D,gBAsKA,CAAC;AAEF,YAAY,EAAE,iBAAiB,EAAE,CAAC;AAElC,eAAe,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { UseFormReturn } from 'react-hook-form';
|
|
3
|
+
type CreateEventTypeFormValues = {
|
|
4
|
+
title?: string;
|
|
5
|
+
slug?: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
length?: number;
|
|
8
|
+
[key: string]: unknown;
|
|
9
|
+
};
|
|
10
|
+
export default function CreateEventTypeForm({ form, isManagedEventType, handleSubmit, pageSlug, isPending, urlPrefix, SubmitButton, isPlatform,
|
|
11
|
+
/**
|
|
12
|
+
* Override the description input. Useful for webapp callers that want
|
|
13
|
+
* to render a rich-text editor (markdown) instead of the default
|
|
14
|
+
* TextAreaField. Atoms ships a plain textarea because shipping the
|
|
15
|
+
* full @calcom/ui Editor is out of the SDK surface.
|
|
16
|
+
*/
|
|
17
|
+
descriptionSlot, }: {
|
|
18
|
+
form: UseFormReturn<CreateEventTypeFormValues>;
|
|
19
|
+
isManagedEventType: boolean;
|
|
20
|
+
handleSubmit: (values: CreateEventTypeFormValues) => void;
|
|
21
|
+
pageSlug?: string;
|
|
22
|
+
isPending: boolean;
|
|
23
|
+
urlPrefix?: string;
|
|
24
|
+
SubmitButton: (isPending: boolean) => ReactNode;
|
|
25
|
+
isPlatform?: boolean;
|
|
26
|
+
descriptionSlot?: ReactNode;
|
|
27
|
+
}): JSX.Element;
|
|
28
|
+
export { CreateEventTypeForm };
|
|
29
|
+
//# sourceMappingURL=create-event-type-form.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-event-type-form.d.ts","sourceRoot":"","sources":["../../../../src/event-types/components/create-event-type-form.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAQrD,KAAK,yBAAyB,GAAG;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EAC1C,IAAI,EACJ,kBAAkB,EAClB,YAAY,EACZ,QAAQ,EACR,SAAS,EACT,SAAS,EACT,YAAY,EACZ,UAAkB;AAClB;;;;;GAKG;AACH,eAAe,GAChB,EAAE;IACD,IAAI,EAAE,aAAa,CAAC,yBAAyB,CAAC,CAAC;IAC/C,kBAAkB,EAAE,OAAO,CAAC;IAC5B,YAAY,EAAE,CAAC,MAAM,EAAE,yBAAyB,KAAK,IAAI,CAAC;IAC1D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,SAAS,CAAC;IAChD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,SAAS,CAAC;CAC7B,eA+GA;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-team-assignment-tab.d.ts","sourceRoot":"","sources":["../../../../src/event-types/components/event-team-assignment-tab.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,OAAO,EACP,sBAAsB,EACtB,KAAK,+BAA+B,EACpC,KAAK,sCAAsC,EAC3C,yBAAyB,GAC1B,MAAM,6CAA6C,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { AtomEventTypeListItem } from '../types';
|
|
2
|
+
type EventTypeListItemProps = {
|
|
3
|
+
eventType: AtomEventTypeListItem;
|
|
4
|
+
deleteFunction: ({ eventTypeId }: {
|
|
5
|
+
eventTypeId: number;
|
|
6
|
+
}) => void;
|
|
7
|
+
isDeletable?: boolean;
|
|
8
|
+
getEventTypeUrl?: (eventTypeId: number) => string;
|
|
9
|
+
};
|
|
10
|
+
export declare function EventTypeListItem({ eventType, deleteFunction, isDeletable, getEventTypeUrl, }: EventTypeListItemProps): JSX.Element;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=event-type-list-item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-type-list-item.d.ts","sourceRoot":"","sources":["../../../../src/event-types/components/event-type-list-item.tsx"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AA8FtD,KAAK,sBAAsB,GAAG;IAC5B,SAAS,EAAE,qBAAqB,CAAC;IACjC,cAAc,EAAE,CAAC,EAAE,WAAW,EAAE,EAAE;QAAE,WAAW,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IACnE,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,eAAe,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,MAAM,CAAC;CACnD,CAAC;AAEF,wBAAgB,iBAAiB,CAAC,EAChC,SAAS,EACT,cAAc,EACd,WAAkB,EAClB,eAAe,GAChB,EAAE,sBAAsB,eA0BxB"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Dispatch, SetStateAction } from 'react';
|
|
2
|
+
import { Options } from 'react-select';
|
|
3
|
+
import { CheckedSelectOption } from './CheckedTeamSelect';
|
|
4
|
+
interface IDialog {
|
|
5
|
+
isOpenDialog: boolean;
|
|
6
|
+
setIsOpenDialog: Dispatch<SetStateAction<boolean>>;
|
|
7
|
+
option: CheckedSelectOption;
|
|
8
|
+
options: Options<CheckedSelectOption>;
|
|
9
|
+
onChange: (value: readonly CheckedSelectOption[]) => void;
|
|
10
|
+
isPlatform?: boolean;
|
|
11
|
+
}
|
|
12
|
+
type SelectClassNamesLoose = {
|
|
13
|
+
container?: string;
|
|
14
|
+
label?: string;
|
|
15
|
+
select?: string;
|
|
16
|
+
innerClassNames?: Record<string, unknown>;
|
|
17
|
+
};
|
|
18
|
+
type InputClassNamesLoose = {
|
|
19
|
+
container?: string;
|
|
20
|
+
input?: string;
|
|
21
|
+
label?: string;
|
|
22
|
+
addOn?: string;
|
|
23
|
+
};
|
|
24
|
+
export type PriorityDialogCustomClassNames = SelectClassNamesLoose & {
|
|
25
|
+
confirmButton?: string;
|
|
26
|
+
};
|
|
27
|
+
export declare const PriorityDialog: (props: IDialog & {
|
|
28
|
+
customClassNames?: PriorityDialogCustomClassNames;
|
|
29
|
+
}) => JSX.Element;
|
|
30
|
+
export type WeightDialogCustomClassNames = {
|
|
31
|
+
container?: string;
|
|
32
|
+
label?: string;
|
|
33
|
+
confirmButton?: string;
|
|
34
|
+
weightInput?: InputClassNamesLoose;
|
|
35
|
+
};
|
|
36
|
+
export declare const WeightDialog: (props: IDialog & {
|
|
37
|
+
customClassNames?: WeightDialogCustomClassNames;
|
|
38
|
+
}) => JSX.Element;
|
|
39
|
+
export {};
|
|
40
|
+
//# sourceMappingURL=host-edit-dialogs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"host-edit-dialogs.d.ts","sourceRoot":"","sources":["../../../../src/event-types/components/host-edit-dialogs.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAGtD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAmB5C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAG/D,UAAU,OAAO;IACf,YAAY,EAAE,OAAO,CAAC;IACtB,eAAe,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACnD,MAAM,EAAE,mBAAmB,CAAC;IAC5B,OAAO,EAAE,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACtC,QAAQ,EAAE,CAAC,KAAK,EAAE,SAAS,mBAAmB,EAAE,KAAK,IAAI,CAAC;IAC1D,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,KAAK,qBAAqB,GAAG;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAC3C,CAAC;AAEF,KAAK,oBAAoB,GAAG;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG,qBAAqB,GAAG;IACnE,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,cAAc,GACzB,OAAO,OAAO,GAAG;IACf,gBAAgB,CAAC,EAAE,8BAA8B,CAAC;CACnD,gBAgGF,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG;IACzC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,oBAAoB,CAAC;CACpC,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,OAAO,OAAO,GAAG;IAAE,gBAAgB,CAAC,EAAE,4BAA4B,CAAA;CAAE,gBAiHhG,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
type TranslationFunction = (key: string, options?: Record<string, unknown>) => string;
|
|
2
|
+
type LearnMoreLinkProps = {
|
|
3
|
+
t: TranslationFunction;
|
|
4
|
+
i18nKey: string;
|
|
5
|
+
href: string;
|
|
6
|
+
};
|
|
7
|
+
/**
|
|
8
|
+
* atoms always renders the full "Learn more" link. The features version
|
|
9
|
+
* short-circuits on `IS_CALCOM=false` to strip the `<0>...</0>` token —
|
|
10
|
+
* atoms consumers who want that fallback can replace the Link via their
|
|
11
|
+
* own wrapper.
|
|
12
|
+
*/
|
|
13
|
+
export declare const LearnMoreLink: ({ t, i18nKey, href }: LearnMoreLinkProps) => JSX.Element;
|
|
14
|
+
export default LearnMoreLink;
|
|
15
|
+
//# sourceMappingURL=learn-more-link.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"learn-more-link.d.ts","sourceRoot":"","sources":["../../../../src/event-types/components/learn-more-link.tsx"],"names":[],"mappings":"AAIA,KAAK,mBAAmB,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,MAAM,CAAC;AAEtF,KAAK,kBAAkB,GAAG;IACxB,CAAC,EAAE,mBAAmB,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,aAAa,GAAI,sBAAsB,kBAAkB,gBAoBrE,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ChildrenEventType } from '../../contracts';
|
|
2
|
+
interface ManagedEventDialogProps {
|
|
3
|
+
slugExistsChildrenDialogOpen: ChildrenEventType[];
|
|
4
|
+
slug: string;
|
|
5
|
+
onOpenChange: () => void;
|
|
6
|
+
isPending: boolean;
|
|
7
|
+
onConfirm: (e: {
|
|
8
|
+
preventDefault: () => void;
|
|
9
|
+
}) => void;
|
|
10
|
+
}
|
|
11
|
+
export default function ManagedEventDialog(props: ManagedEventDialogProps): JSX.Element;
|
|
12
|
+
export { ManagedEventDialog };
|
|
13
|
+
//# sourceMappingURL=managed-event-dialog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managed-event-dialog.d.ts","sourceRoot":"","sources":["../../../../src/event-types/components/managed-event-dialog.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAIzD,UAAU,uBAAuB;IAC/B,4BAA4B,EAAE,iBAAiB,EAAE,CAAC;IAClD,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,CAAC,CAAC,EAAE;QAAE,cAAc,EAAE,MAAM,IAAI,CAAA;KAAE,KAAK,IAAI,CAAC;CACxD;AAED,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,KAAK,EAAE,uBAAuB,eA2CxE;AAED,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EventTypeSetup } from '../../contracts';
|
|
2
|
+
export type EventRecurringTabCustomClassNames = {
|
|
3
|
+
container?: string;
|
|
4
|
+
recurringToggle?: {
|
|
5
|
+
label?: string;
|
|
6
|
+
container?: string;
|
|
7
|
+
children?: string;
|
|
8
|
+
description?: string;
|
|
9
|
+
};
|
|
10
|
+
frequencyInput?: {
|
|
11
|
+
label?: string;
|
|
12
|
+
input?: string;
|
|
13
|
+
};
|
|
14
|
+
frequencyUnitSelect?: {
|
|
15
|
+
select?: string;
|
|
16
|
+
innerClassNames?: Record<string, unknown>;
|
|
17
|
+
};
|
|
18
|
+
maxEventsInput?: {
|
|
19
|
+
countInput?: string;
|
|
20
|
+
labelText?: string;
|
|
21
|
+
suffixText?: string;
|
|
22
|
+
container?: string;
|
|
23
|
+
};
|
|
24
|
+
experimentalAlert?: string;
|
|
25
|
+
paymentAlert?: string;
|
|
26
|
+
};
|
|
27
|
+
export type RecurringEventControllerProps = {
|
|
28
|
+
eventType: EventTypeSetup;
|
|
29
|
+
paymentEnabled: boolean;
|
|
30
|
+
customClassNames?: EventRecurringTabCustomClassNames;
|
|
31
|
+
};
|
|
32
|
+
export default function RecurringEventController({ eventType, paymentEnabled, customClassNames, }: RecurringEventControllerProps): JSX.Element;
|
|
33
|
+
export { RecurringEventController };
|
|
34
|
+
//# sourceMappingURL=recurring-event-controller.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recurring-event-controller.d.ts","sourceRoot":"","sources":["../../../../src/event-types/components/recurring-event-controller.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,cAAc,EAA8B,MAAM,iBAAiB,CAAC;AAQlF,MAAM,MAAM,iCAAiC,GAAG;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE;QAChB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,cAAc,CAAC,EAAE;QACf,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,mBAAmB,CAAC,EAAE;QACpB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;KAC3C,CAAC;IACF,cAAc,CAAC,EAAE;QACf,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG;IAC1C,SAAS,EAAE,cAAc,CAAC;IAC1B,cAAc,EAAE,OAAO,CAAC;IACxB,gBAAgB,CAAC,EAAE,iCAAiC,CAAC;CACtD,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,EAC/C,SAAS,EACT,cAAc,EACd,gBAAgB,GACjB,EAAE,6BAA6B,eA+L/B;AAED,OAAO,EAAE,wBAAwB,EAAE,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EventRecurringTabCustomClassNames, RecurringEventControllerProps } from '../recurring-event-controller';
|
|
2
|
+
export type EventRecurringTabProps = Omit<RecurringEventControllerProps, "paymentEnabled"> & {
|
|
3
|
+
/**
|
|
4
|
+
* Whether the event type requires payment. The webapp derives this
|
|
5
|
+
* from the app-store registry (getPaymentAppData); atoms consumers
|
|
6
|
+
* pass the boolean in so the SDK doesn't depend on the generated
|
|
7
|
+
* app-store map. Defaults to false.
|
|
8
|
+
*/
|
|
9
|
+
paymentEnabled?: boolean;
|
|
10
|
+
};
|
|
11
|
+
export declare const EventRecurringTab: ({ eventType, customClassNames, paymentEnabled, }: EventRecurringTabProps) => JSX.Element;
|
|
12
|
+
export default EventRecurringTab;
|
|
13
|
+
export type { EventRecurringTabCustomClassNames };
|
|
14
|
+
//# sourceMappingURL=event-recurring-tab.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-recurring-tab.d.ts","sourceRoot":"","sources":["../../../../../src/event-types/components/tabs/event-recurring-tab.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,iCAAiC,EACjC,6BAA6B,EAC9B,MAAM,+BAA+B,CAAC;AAGvC,MAAM,MAAM,sBAAsB,GAAG,IAAI,CAAC,6BAA6B,EAAE,gBAAgB,CAAC,GAAG;IAC3F;;;;;OAKG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,kDAI/B,sBAAsB,gBAQxB,CAAC;AAEF,eAAe,iBAAiB,CAAC;AACjC,YAAY,EAAE,iCAAiC,EAAE,CAAC"}
|
package/dist/src/event-types/components/team-assignment/assign-all-managed-warning-dialog.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface AssignAllManagedWarningDialogProps {
|
|
2
|
+
isOpen: boolean;
|
|
3
|
+
eventTypeSlug: string;
|
|
4
|
+
onConfirm: () => void;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
}
|
|
7
|
+
declare const AssignAllManagedWarningDialog: ({ isOpen, eventTypeSlug, onConfirm, onClose, }: AssignAllManagedWarningDialogProps) => JSX.Element;
|
|
8
|
+
export default AssignAllManagedWarningDialog;
|
|
9
|
+
//# sourceMappingURL=assign-all-managed-warning-dialog.d.ts.map
|
package/dist/src/event-types/components/team-assignment/assign-all-managed-warning-dialog.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assign-all-managed-warning-dialog.d.ts","sourceRoot":"","sources":["../../../../../src/event-types/components/team-assignment/assign-all-managed-warning-dialog.tsx"],"names":[],"mappings":"AAOA,UAAU,kCAAkC;IAC1C,MAAM,EAAE,OAAO,CAAC;IAChB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,QAAA,MAAM,6BAA6B,GAAI,gDAKpC,kCAAkC,gBAqBpC,CAAC;AAEF,eAAe,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
2
|
+
import { Options } from 'react-select';
|
|
3
|
+
import { ChildrenEventTypeSelectCustomClassNames, default as ChildrenEventTypeSelect } from '../children-event-type-select';
|
|
4
|
+
import { mapMemberToChildrenOption } from './event-team-assignment-tab';
|
|
5
|
+
export declare const ChildrenEventTypesList: ({ options, value, onChange, customClassNames, ...rest }: {
|
|
6
|
+
value: ReturnType<typeof mapMemberToChildrenOption>[];
|
|
7
|
+
onChange?: (options: ReturnType<typeof mapMemberToChildrenOption>[]) => void;
|
|
8
|
+
options?: Options<ReturnType<typeof mapMemberToChildrenOption>>;
|
|
9
|
+
customClassNames?: ChildrenEventTypeSelectCustomClassNames;
|
|
10
|
+
} & Omit<Partial<ComponentProps<typeof ChildrenEventTypeSelect>>, "onChange" | "value">) => JSX.Element;
|
|
11
|
+
//# sourceMappingURL=children-event-types-list.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"children-event-types-list.d.ts","sourceRoot":"","sources":["../../../../../src/event-types/components/team-assignment/children-event-types-list.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAI5C,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,+BAA+B,CAAC;AAC7F,OAAO,uBAAuB,MAAM,+BAA+B,CAAC;AACpE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAE7E,eAAO,MAAM,sBAAsB,GAAI,yDAMpC;IACD,KAAK,EAAE,UAAU,CAAC,OAAO,yBAAyB,CAAC,EAAE,CAAC;IACtD,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,UAAU,CAAC,OAAO,yBAAyB,CAAC,EAAE,KAAK,IAAI,CAAC;IAC7E,OAAO,CAAC,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO,yBAAyB,CAAC,CAAC,CAAC;IAChE,gBAAgB,CAAC,EAAE,uCAAuC,CAAC;CAC5D,GAAG,IAAI,CAAC,OAAO,CAAC,cAAc,CAAC,OAAO,uBAAuB,CAAC,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,gBAmBtF,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ChildrenEventTypeSelectCustomClassNames } from '../children-event-type-select';
|
|
2
|
+
import { mapMemberToChildrenOption } from './event-team-assignment-tab';
|
|
3
|
+
export type ChildrenEventTypesCustomClassNames = {
|
|
4
|
+
container?: string;
|
|
5
|
+
assignAllTeamMembers?: {
|
|
6
|
+
container?: string;
|
|
7
|
+
label?: string;
|
|
8
|
+
description?: string;
|
|
9
|
+
};
|
|
10
|
+
childrenEventTypesList?: ChildrenEventTypeSelectCustomClassNames;
|
|
11
|
+
};
|
|
12
|
+
export declare const ChildrenEventTypes: ({ childrenEventTypeOptions, assignAllTeamMembers, setAssignAllTeamMembers, customClassNames, }: {
|
|
13
|
+
childrenEventTypeOptions: ReturnType<typeof mapMemberToChildrenOption>[];
|
|
14
|
+
assignAllTeamMembers: boolean;
|
|
15
|
+
setAssignAllTeamMembers: (value: boolean) => void;
|
|
16
|
+
customClassNames?: ChildrenEventTypesCustomClassNames;
|
|
17
|
+
}) => JSX.Element;
|
|
18
|
+
//# sourceMappingURL=children-event-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"children-event-types.d.ts","sourceRoot":"","sources":["../../../../../src/event-types/components/team-assignment/children-event-types.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,+BAA+B,CAAC;AAE7F,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAE7E,MAAM,MAAM,kCAAkC,GAAG;IAC/C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,oBAAoB,CAAC,EAAE;QACrB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,sBAAsB,CAAC,EAAE,uCAAuC,CAAC;CAClE,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,gGAKhC;IACD,wBAAwB,EAAE,UAAU,CAAC,OAAO,yBAAyB,CAAC,EAAE,CAAC;IACzE,oBAAoB,EAAE,OAAO,CAAC;IAC9B,uBAAuB,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAClD,gBAAgB,CAAC,EAAE,kCAAkC,CAAC;CACvD,gBA8BA,CAAC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { EventTypeSetupProps } from '../../../contracts';
|
|
2
|
+
import { ChildrenEventTypesCustomClassNames } from './children-event-types';
|
|
3
|
+
import { HostsCustomClassNames } from './hosts';
|
|
4
|
+
export type EventTeamAssignmentTabCustomClassNames = {
|
|
5
|
+
assignmentType?: {
|
|
6
|
+
container?: string;
|
|
7
|
+
label?: string;
|
|
8
|
+
description?: string;
|
|
9
|
+
schedulingTypeSelect?: {
|
|
10
|
+
container?: string;
|
|
11
|
+
label?: string;
|
|
12
|
+
select?: string;
|
|
13
|
+
innerClassNames?: Record<string, unknown>;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
hosts?: HostsCustomClassNames;
|
|
17
|
+
childrenEventTypes?: ChildrenEventTypesCustomClassNames;
|
|
18
|
+
};
|
|
19
|
+
export type EventTeamAssignmentTabBaseProps = Pick<EventTypeSetupProps, "teamMembers" | "team" | "eventType"> & {
|
|
20
|
+
customClassNames?: EventTeamAssignmentTabCustomClassNames;
|
|
21
|
+
orgId: number | null;
|
|
22
|
+
isSegmentApplicable: boolean;
|
|
23
|
+
hideFixedHostsForCollective?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Optional slot for the RAQB-driven weights editor sheet
|
|
26
|
+
* (EditWeightsForAllTeamMembers — webapp-only, out of atoms surface).
|
|
27
|
+
*/
|
|
28
|
+
weightsEditorSlot?: React.ReactNode;
|
|
29
|
+
};
|
|
30
|
+
export declare const mapMemberToChildrenOption: (member: {
|
|
31
|
+
id: number;
|
|
32
|
+
name?: string | null;
|
|
33
|
+
email: string;
|
|
34
|
+
username?: string | null;
|
|
35
|
+
avatar: string;
|
|
36
|
+
membership?: string;
|
|
37
|
+
eventTypes?: string[];
|
|
38
|
+
profile?: Record<string, unknown>;
|
|
39
|
+
}, slug: string, pendingString: string) => {
|
|
40
|
+
slug: string;
|
|
41
|
+
hidden: boolean;
|
|
42
|
+
created: boolean;
|
|
43
|
+
owner: {
|
|
44
|
+
id: number;
|
|
45
|
+
name: string;
|
|
46
|
+
email: string;
|
|
47
|
+
username: string;
|
|
48
|
+
membership: string | undefined;
|
|
49
|
+
eventTypeSlugs: string[];
|
|
50
|
+
avatar: string;
|
|
51
|
+
profile: Record<string, unknown> | undefined;
|
|
52
|
+
};
|
|
53
|
+
value: string;
|
|
54
|
+
label: string;
|
|
55
|
+
};
|
|
56
|
+
export declare const EventTeamAssignmentTab: ({ team, teamMembers, eventType, customClassNames, orgId, isSegmentApplicable, hideFixedHostsForCollective, weightsEditorSlot, }: EventTeamAssignmentTabBaseProps) => JSX.Element;
|
|
57
|
+
export default EventTeamAssignmentTab;
|
|
58
|
+
//# sourceMappingURL=event-team-assignment-tab.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-team-assignment-tab.d.ts","sourceRoot":"","sources":["../../../../../src/event-types/components/team-assignment/event-team-assignment-tab.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,mBAAmB,EAAc,MAAM,oBAAoB,CAAC;AAM1E,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,wBAAwB,CAAC;AAEjF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAGrD,MAAM,MAAM,sCAAsC,GAAG;IACnD,cAAc,CAAC,EAAE;QACf,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,oBAAoB,CAAC,EAAE;YACrB,SAAS,CAAC,EAAE,MAAM,CAAC;YACnB,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,MAAM,CAAC,EAAE,MAAM,CAAC;YAChB,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;SAC3C,CAAC;KACH,CAAC;IACF,KAAK,CAAC,EAAE,qBAAqB,CAAC;IAC9B,kBAAkB,CAAC,EAAE,kCAAkC,CAAC;CACzD,CAAC;AAEF,MAAM,MAAM,+BAA+B,GAAG,IAAI,CAChD,mBAAmB,EACnB,aAAa,GAAG,MAAM,GAAG,WAAW,CACrC,GAAG;IACF,gBAAgB,CAAC,EAAE,sCAAsC,CAAC;IAC1D,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,2BAA2B,CAAC,EAAE,OAAO,CAAC;IACtC;;;OAGG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACrC,CAAC;AAEF,eAAO,MAAM,yBAAyB,GACpC,QAAQ;IACN,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IAMtB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACnC,EACD,MAAM,MAAM,EACZ,eAAe,MAAM;;;;;;;;;;;;;;;;CAmBtB,CAAC;AAEF,eAAO,MAAM,sBAAsB,GAAI,iIASpC,+BAA+B,gBAsMjC,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { AddMembersWithSwitchCustomClassNames } from '../../../add-members-switch/add-members-with-switch';
|
|
2
|
+
import { Host, TeamMember } from '../../../contracts';
|
|
3
|
+
export type FixedHostsCustomClassNames = {
|
|
4
|
+
container?: string;
|
|
5
|
+
label?: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
children?: string;
|
|
8
|
+
addMembers?: AddMembersWithSwitchCustomClassNames;
|
|
9
|
+
};
|
|
10
|
+
export declare const FixedHosts: ({ teamId, teamMembers, value, onChange, assignAllTeamMembers, setAssignAllTeamMembers, isRoundRobinEvent, customClassNames, }: {
|
|
11
|
+
teamId: number;
|
|
12
|
+
value: Host[];
|
|
13
|
+
onChange: (hosts: Host[]) => void;
|
|
14
|
+
teamMembers: TeamMember[];
|
|
15
|
+
assignAllTeamMembers: boolean;
|
|
16
|
+
setAssignAllTeamMembers: (value: boolean) => void;
|
|
17
|
+
isRoundRobinEvent?: boolean;
|
|
18
|
+
customClassNames?: FixedHostsCustomClassNames;
|
|
19
|
+
}) => JSX.Element;
|
|
20
|
+
//# sourceMappingURL=fixed-hosts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fixed-hosts.d.ts","sourceRoot":"","sources":["../../../../../src/event-types/components/team-assignment/fixed-hosts.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,qDAAqD,CAAC;AAIhH,OAAO,KAAK,EAAc,IAAI,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAwBvE,MAAM,MAAM,0BAA0B,GAAG;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,oCAAoC,CAAC;CACnD,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,+HASxB;IACD,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,IAAI,CAAC;IAClC,WAAW,EAAE,UAAU,EAAE,CAAC;IAC1B,oBAAoB,EAAE,OAAO,CAAC;IAC9B,uBAAuB,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAClD,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,gBAAgB,CAAC,EAAE,0BAA0B,CAAC;CAC/C,gBA6GA,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { TeamMember } from '../../../contracts';
|
|
2
|
+
import { FixedHostsCustomClassNames } from './fixed-hosts';
|
|
3
|
+
import { RoundRobinHostsCustomClassNames } from './round-robin-hosts';
|
|
4
|
+
export type HostsCustomClassNames = {
|
|
5
|
+
fixedHosts?: FixedHostsCustomClassNames;
|
|
6
|
+
roundRobinHosts?: RoundRobinHostsCustomClassNames;
|
|
7
|
+
};
|
|
8
|
+
export declare const Hosts: ({ orgId, teamId, teamMembers, assignAllTeamMembers, setAssignAllTeamMembers, customClassNames, isSegmentApplicable, hideFixedHostsForCollective, weightsEditorSlot, }: {
|
|
9
|
+
orgId: number | null;
|
|
10
|
+
teamId: number;
|
|
11
|
+
teamMembers: TeamMember[];
|
|
12
|
+
assignAllTeamMembers: boolean;
|
|
13
|
+
setAssignAllTeamMembers: (value: boolean) => void;
|
|
14
|
+
customClassNames?: HostsCustomClassNames;
|
|
15
|
+
isSegmentApplicable: boolean;
|
|
16
|
+
hideFixedHostsForCollective?: boolean;
|
|
17
|
+
weightsEditorSlot?: React.ReactNode;
|
|
18
|
+
}) => JSX.Element;
|
|
19
|
+
//# sourceMappingURL=hosts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hosts.d.ts","sourceRoot":"","sources":["../../../../../src/event-types/components/team-assignment/hosts.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAoC,UAAU,EAAE,MAAM,oBAAoB,CAAC;AACvF,OAAO,EAAc,KAAK,0BAA0B,EAAE,MAAM,eAAe,CAAC;AAC5E,OAAO,EAAmB,KAAK,+BAA+B,EAAE,MAAM,qBAAqB,CAAC;AAE5F,MAAM,MAAM,qBAAqB,GAAG;IAClC,UAAU,CAAC,EAAE,0BAA0B,CAAC;IACxC,eAAe,CAAC,EAAE,+BAA+B,CAAC;CACnD,CAAC;AAEF,eAAO,MAAM,KAAK,GAAI,uKAUnB;IACD,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,UAAU,EAAE,CAAC;IAC1B,oBAAoB,EAAE,OAAO,CAAC;IAC9B,uBAAuB,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAClD,gBAAgB,CAAC,EAAE,qBAAqB,CAAC;IACzC,mBAAmB,EAAE,OAAO,CAAC;IAC7B,2BAA2B,CAAC,EAAE,OAAO,CAAC;IACtC,iBAAiB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACrC,gBA0FA,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { AddMembersWithSwitchCustomClassNames } from '../../../add-members-switch/add-members-with-switch';
|
|
2
|
+
import { Host, TeamMember } from '../../../contracts';
|
|
3
|
+
export type RoundRobinHostsCustomClassNames = {
|
|
4
|
+
container?: string;
|
|
5
|
+
label?: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
enableWeights?: {
|
|
8
|
+
container?: string;
|
|
9
|
+
label?: string;
|
|
10
|
+
description?: string;
|
|
11
|
+
};
|
|
12
|
+
addMembers?: AddMembersWithSwitchCustomClassNames;
|
|
13
|
+
};
|
|
14
|
+
export declare const RoundRobinHosts: ({ orgId: _orgId, teamMembers, value, onChange, assignAllTeamMembers, setAssignAllTeamMembers, customClassNames, teamId, isSegmentApplicable, weightsEditorSlot, }: {
|
|
15
|
+
orgId: number | null;
|
|
16
|
+
value: Host[];
|
|
17
|
+
onChange: (hosts: Host[]) => void;
|
|
18
|
+
teamMembers: TeamMember[];
|
|
19
|
+
assignAllTeamMembers: boolean;
|
|
20
|
+
setAssignAllTeamMembers: (value: boolean) => void;
|
|
21
|
+
customClassNames?: RoundRobinHostsCustomClassNames;
|
|
22
|
+
teamId: number;
|
|
23
|
+
isSegmentApplicable: boolean;
|
|
24
|
+
weightsEditorSlot?: React.ReactNode;
|
|
25
|
+
}) => JSX.Element;
|
|
26
|
+
//# sourceMappingURL=round-robin-hosts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"round-robin-hosts.d.ts","sourceRoot":"","sources":["../../../../../src/event-types/components/team-assignment/round-robin-hosts.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,qDAAqD,CAAC;AAMhH,OAAO,KAAK,EAAc,IAAI,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAOvE,MAAM,MAAM,+BAA+B,GAAG;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE;QACd,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,UAAU,CAAC,EAAE,oCAAoC,CAAC;CACnD,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,mKAiB7B;IACD,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,IAAI,CAAC;IAClC,WAAW,EAAE,UAAU,EAAE,CAAC;IAC1B,oBAAoB,EAAE,OAAO,CAAC;IAC9B,uBAAuB,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAClD,gBAAgB,CAAC,EAAE,+BAA+B,CAAC;IACnD,MAAM,EAAE,MAAM,CAAC;IACf,mBAAmB,EAAE,OAAO,CAAC;IAC7B,iBAAiB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACrC,gBA8MA,CAAC"}
|