@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
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { default as z } from 'zod';
|
|
2
|
-
import { useLocale } from '../../../platform/atoms/lib/useLocale';
|
|
3
|
-
import { fieldSchema } from '../../../prisma/zod-utils';
|
|
4
|
-
type Field = z.infer<typeof fieldSchema>;
|
|
5
|
-
type Translate = ReturnType<typeof useLocale>["t"];
|
|
6
|
-
/**
|
|
7
|
-
* Gets the field's variantsConfig and if not available, then it will get the default variantsConfig from the fieldTypesConfigMap
|
|
8
|
-
*/
|
|
9
|
-
export declare const getConfig: (field: Pick<Field, "variantsConfig" | "type">) => {
|
|
10
|
-
variants: Record<string, {
|
|
11
|
-
fields: {
|
|
12
|
-
name: string;
|
|
13
|
-
type: "number" | "boolean" | "select" | "text" | "checkbox" | "email" | "address" | "url" | "name" | "radio" | "phone" | "textarea" | "multiemail" | "multiselect" | "radioInput";
|
|
14
|
-
price?: number | undefined;
|
|
15
|
-
required?: boolean | undefined;
|
|
16
|
-
label?: string | undefined;
|
|
17
|
-
placeholder?: string | undefined;
|
|
18
|
-
minLength?: number | undefined;
|
|
19
|
-
maxLength?: number | undefined;
|
|
20
|
-
labelAsSafeHtml?: string | undefined;
|
|
21
|
-
excludeEmails?: string | undefined;
|
|
22
|
-
requireEmails?: string | undefined;
|
|
23
|
-
}[];
|
|
24
|
-
}>;
|
|
25
|
-
} | undefined;
|
|
26
|
-
export declare const getTranslatedConfig: (field: Pick<Field, "variantsConfig" | "type">, translate: Translate) => {
|
|
27
|
-
variants: Record<string, {
|
|
28
|
-
fields: {
|
|
29
|
-
name: string;
|
|
30
|
-
type: "number" | "boolean" | "select" | "text" | "checkbox" | "email" | "address" | "url" | "name" | "radio" | "phone" | "textarea" | "multiemail" | "multiselect" | "radioInput";
|
|
31
|
-
price?: number | undefined;
|
|
32
|
-
required?: boolean | undefined;
|
|
33
|
-
label?: string | undefined;
|
|
34
|
-
placeholder?: string | undefined;
|
|
35
|
-
minLength?: number | undefined;
|
|
36
|
-
maxLength?: number | undefined;
|
|
37
|
-
labelAsSafeHtml?: string | undefined;
|
|
38
|
-
excludeEmails?: string | undefined;
|
|
39
|
-
requireEmails?: string | undefined;
|
|
40
|
-
}[];
|
|
41
|
-
}>;
|
|
42
|
-
} | undefined;
|
|
43
|
-
export {};
|
|
44
|
-
//# sourceMappingURL=variantsConfig.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"variantsConfig.d.ts","sourceRoot":"","sources":["../../../../../../../features/form-builder/utils/variantsConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAK5D,KAAK,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AACzC,KAAK,SAAS,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC;AAoCnD;;GAEG;AACH,eAAO,MAAM,SAAS,GAAI,OAAO,IAAI,CAAC,KAAK,EAAE,gBAAgB,GAAG,MAAM,CAAC;;;;;;;;;;;;;;;;aAatE,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,OAAO,IAAI,CAAC,KAAK,EAAE,gBAAgB,GAAG,MAAM,CAAC,EAAE,WAAW,SAAS;;;;;;;;;;;;;;;;aAatG,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export declare const preprocessNameFieldDataWithVariant: (variantName: "fullName" | "firstAndLastName", value: string | Record<"firstName" | "lastName", string> | undefined) => string | Record<"firstName" | "lastName", string>;
|
|
2
|
-
export declare const getFullName: (name: string | {
|
|
3
|
-
firstName: string;
|
|
4
|
-
lastName?: string;
|
|
5
|
-
} | undefined) => string;
|
|
6
|
-
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../features/form-builder/utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kCAAkC,GAC7C,aAAa,UAAU,GAAG,kBAAkB,EAC5C,OAAO,MAAM,GAAG,MAAM,CAAC,WAAW,GAAG,UAAU,EAAE,MAAM,CAAC,GAAG,SAAS,sDASrE,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,MAAM,MAAM,GAAG;IAAE,SAAS,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,SAAS,WAc9F,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../../../features/instant-meeting/schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gCAAgC,IAAI,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAElH,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { WorkingHours } from '@calcom/types/schedule';
|
|
2
|
-
import { TimeRange } from './ScheduleComponent';
|
|
3
|
-
declare const DateOverrideInputDialog: ({ Trigger, excludedDates, userTimeFormat, weekStart, className, isPlatform, ...passThroughProps }: {
|
|
4
|
-
workingHours: WorkingHours[];
|
|
5
|
-
excludedDates?: string[];
|
|
6
|
-
Trigger: React.ReactNode;
|
|
7
|
-
onChange: (newValue: TimeRange[]) => void;
|
|
8
|
-
value?: TimeRange[];
|
|
9
|
-
userTimeFormat: number | null;
|
|
10
|
-
weekStart?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
11
|
-
className?: string;
|
|
12
|
-
isDryRun?: boolean;
|
|
13
|
-
isPlatform?: boolean;
|
|
14
|
-
}) => JSX.Element;
|
|
15
|
-
export default DateOverrideInputDialog;
|
|
16
|
-
//# sourceMappingURL=DateOverrideInputDialog.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DateOverrideInputDialog.d.ts","sourceRoot":"","sources":["../../../../../../../features/schedules/components/DateOverrideInputDialog.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAS3D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAgMrD,QAAA,MAAM,uBAAuB,GAAI,mGAQ9B;IACD,YAAY,EAAE,YAAY,EAAE,CAAC;IAC7B,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,QAAQ,EAAE,CAAC,QAAQ,EAAE,SAAS,EAAE,KAAK,IAAI,CAAC;IAC1C,KAAK,CAAC,EAAE,SAAS,EAAE,CAAC;IACpB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,gBAiBA,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { TimeRange, WorkingHours } from '@calcom/types/schedule';
|
|
2
|
-
interface TravelSchedule {
|
|
3
|
-
id: number;
|
|
4
|
-
startDate: Date;
|
|
5
|
-
endDate: Date | null;
|
|
6
|
-
timeZone: string;
|
|
7
|
-
}
|
|
8
|
-
declare const DateOverrideList: ({ workingHours, excludedDates, travelSchedules, userTimeFormat, hour12, replace, fields, weekStart, handleAvailabilityUpdate, isDryRun, isPlatform, }: {
|
|
9
|
-
replace: any;
|
|
10
|
-
fields: {
|
|
11
|
-
ranges: TimeRange[];
|
|
12
|
-
id: string;
|
|
13
|
-
}[];
|
|
14
|
-
workingHours: WorkingHours[];
|
|
15
|
-
excludedDates?: string[];
|
|
16
|
-
userTimeFormat: number | null;
|
|
17
|
-
hour12: boolean;
|
|
18
|
-
travelSchedules?: TravelSchedule[];
|
|
19
|
-
weekStart?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
20
|
-
handleAvailabilityUpdate?: VoidFunction;
|
|
21
|
-
isDryRun?: boolean;
|
|
22
|
-
isPlatform?: boolean;
|
|
23
|
-
}) => JSX.Element;
|
|
24
|
-
export default DateOverrideList;
|
|
25
|
-
//# sourceMappingURL=DateOverrideList.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DateOverrideList.d.ts","sourceRoot":"","sources":["../../../../../../../features/schedules/components/DateOverrideList.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAWtE,UAAU,cAAc;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAGD,QAAA,MAAM,gBAAgB,GAAI,uJAYvB;IAED,OAAO,EAAE,GAAG,CAAC;IACb,MAAM,EAAE;QAAE,MAAM,EAAE,SAAS,EAAE,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC9C,YAAY,EAAE,YAAY,EAAE,CAAC;IAC7B,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,MAAM,EAAE,OAAO,CAAC;IAChB,eAAe,CAAC,EAAE,cAAc,EAAE,CAAC;IACnC,SAAS,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACtC,wBAAwB,CAAC,EAAE,YAAY,CAAC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,gBAwHA,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { scheduleClassNames } from '../types';
|
|
2
|
-
import { TimeRange } from '@calcom/types/schedule';
|
|
3
|
-
import { default as React } from 'react';
|
|
4
|
-
import { ArrayPath, Control, FieldPath, FieldPathValue, FieldValues } from 'react-hook-form';
|
|
5
|
-
export type { TimeRange };
|
|
6
|
-
export type ScheduleLabelsType = {
|
|
7
|
-
addTime: string;
|
|
8
|
-
copyTime: string;
|
|
9
|
-
deleteTime: string;
|
|
10
|
-
};
|
|
11
|
-
export type SelectInnerClassNames = {
|
|
12
|
-
control?: string;
|
|
13
|
-
singleValue?: string;
|
|
14
|
-
valueContainer?: string;
|
|
15
|
-
input?: string;
|
|
16
|
-
menu?: string;
|
|
17
|
-
};
|
|
18
|
-
export type FieldPathByValue<TFieldValues extends FieldValues, TValue> = {
|
|
19
|
-
[Key in FieldPath<TFieldValues>]: FieldPathValue<TFieldValues, Key> extends TValue ? Key : never;
|
|
20
|
-
}[FieldPath<TFieldValues>];
|
|
21
|
-
export declare const ScheduleDay: <TFieldValues extends FieldValues>({ name, weekday, control, CopyButton, disabled, labels, userTimeFormat, classNames, }: {
|
|
22
|
-
name: ArrayPath<TFieldValues>;
|
|
23
|
-
weekday: string;
|
|
24
|
-
control: Control<TFieldValues>;
|
|
25
|
-
CopyButton: JSX.Element;
|
|
26
|
-
disabled?: boolean;
|
|
27
|
-
labels?: ScheduleLabelsType;
|
|
28
|
-
userTimeFormat: number | null;
|
|
29
|
-
classNames?: scheduleClassNames;
|
|
30
|
-
}) => JSX.Element;
|
|
31
|
-
export declare const ScheduleComponent: <TFieldValues extends FieldValues, TPath extends FieldPathByValue<TFieldValues, TimeRange[][]>>({ name, control, disabled, weekStart, labels, userTimeFormat, classNames, }: {
|
|
32
|
-
name: TPath;
|
|
33
|
-
control: Control<TFieldValues>;
|
|
34
|
-
weekStart?: number;
|
|
35
|
-
disabled?: boolean;
|
|
36
|
-
labels?: ScheduleLabelsType;
|
|
37
|
-
userTimeFormat: number | null;
|
|
38
|
-
classNames?: Omit<scheduleClassNames, "scheduleContainer">;
|
|
39
|
-
}) => JSX.Element;
|
|
40
|
-
export declare const DayRanges: <TFieldValues extends FieldValues>({ name, disabled, control, labels, userTimeFormat, classNames, copyButton, }: {
|
|
41
|
-
name: ArrayPath<TFieldValues>;
|
|
42
|
-
control?: Control<TFieldValues>;
|
|
43
|
-
disabled?: boolean;
|
|
44
|
-
labels?: ScheduleLabelsType;
|
|
45
|
-
userTimeFormat: number | null;
|
|
46
|
-
classNames?: Pick<scheduleClassNames, "dayRanges" | "timeRangeField" | "timePicker">;
|
|
47
|
-
copyButton?: React.ReactNode;
|
|
48
|
-
}) => JSX.Element | null;
|
|
49
|
-
export declare function parseTimeString(input: string, timeFormat: number | null): Date | null;
|
|
50
|
-
//# sourceMappingURL=ScheduleComponent.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScheduleComponent.d.ts","sourceRoot":"","sources":["../../../../../../../features/schedules/components/ScheduleComponent.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAI3E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAMxD,OAAO,KAAsE,MAAM,OAAO,CAAC;AAC3F,OAAO,KAAK,EACV,SAAS,EACT,OAAO,EAGP,SAAS,EACT,cAAc,EACd,WAAW,EAEZ,MAAM,iBAAiB,CAAC;AAIzB,YAAY,EAAE,SAAS,EAAE,CAAC;AAE1B,MAAM,MAAM,kBAAkB,GAAG;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,gBAAgB,CAAC,YAAY,SAAS,WAAW,EAAE,MAAM,IAAI;KACtE,GAAG,IAAI,SAAS,CAAC,YAAY,CAAC,GAAG,cAAc,CAAC,YAAY,EAAE,GAAG,CAAC,SAAS,MAAM,GAAG,GAAG,GAAG,KAAK;CACjG,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC,CAAC;AAE3B,eAAO,MAAM,WAAW,GAAI,YAAY,SAAS,WAAW,EAAE,uFAS3D;IACD,IAAI,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;IAC/B,UAAU,EAAE,GAAG,CAAC,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,UAAU,CAAC,EAAE,kBAAkB,CAAC;CACjC,gBAqEA,CAAC;AAgDF,eAAO,MAAM,iBAAiB,GAC5B,YAAY,SAAS,WAAW,EAChC,KAAK,SAAS,gBAAgB,CAAC,YAAY,EAAE,SAAS,EAAE,EAAE,CAAC,EAC3D,6EAQC;IACD,IAAI,EAAE,KAAK,CAAC;IACZ,OAAO,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,UAAU,CAAC,EAAE,IAAI,CAAC,kBAAkB,EAAE,mBAAmB,CAAC,CAAC;CAC5D,gBA2BA,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,YAAY,SAAS,WAAW,EAAE,8EAQzD;IACD,IAAI,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,UAAU,CAAC,EAAE,IAAI,CAAC,kBAAkB,EAAE,WAAW,GAAG,gBAAgB,GAAG,YAAY,CAAC,CAAC;IACrF,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B,uBA+DA,CAAC;AA+FF,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAgBrF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScheduleComponent.test.d.ts","sourceRoot":"","sources":["../../../../../../../features/schedules/components/ScheduleComponent.test.tsx"],"names":[],"mappings":""}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
interface Schedule {
|
|
2
|
-
id: number;
|
|
3
|
-
name: string;
|
|
4
|
-
isDefault: boolean;
|
|
5
|
-
timeZone?: string | null;
|
|
6
|
-
availability: {
|
|
7
|
-
id: number;
|
|
8
|
-
userId: number | null;
|
|
9
|
-
eventTypeId: number | null;
|
|
10
|
-
days: number[];
|
|
11
|
-
startTime: Date;
|
|
12
|
-
endTime: Date;
|
|
13
|
-
date: Date | null;
|
|
14
|
-
scheduleId: number | null;
|
|
15
|
-
}[];
|
|
16
|
-
}
|
|
17
|
-
export declare function ScheduleListItem({ schedule, deleteFunction, displayOptions, updateDefault, isDeletable, duplicateFunction, redirectUrl, isPlatform, }: {
|
|
18
|
-
schedule: Schedule;
|
|
19
|
-
deleteFunction: ({ scheduleId }: {
|
|
20
|
-
scheduleId: number;
|
|
21
|
-
}) => void;
|
|
22
|
-
displayOptions?: {
|
|
23
|
-
timeZone?: string;
|
|
24
|
-
hour12?: boolean;
|
|
25
|
-
weekStart?: string;
|
|
26
|
-
};
|
|
27
|
-
isDeletable: boolean;
|
|
28
|
-
updateDefault: ({ scheduleId, isDefault }: {
|
|
29
|
-
scheduleId: number;
|
|
30
|
-
isDefault: boolean;
|
|
31
|
-
}) => void;
|
|
32
|
-
duplicateFunction: ({ scheduleId }: {
|
|
33
|
-
scheduleId: number;
|
|
34
|
-
}) => void;
|
|
35
|
-
redirectUrl: string;
|
|
36
|
-
isPlatform?: boolean;
|
|
37
|
-
}): JSX.Element;
|
|
38
|
-
export {};
|
|
39
|
-
//# sourceMappingURL=ScheduleListItem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScheduleListItem.d.ts","sourceRoot":"","sources":["../../../../../../../features/schedules/components/ScheduleListItem.tsx"],"names":[],"mappings":"AAsBA,UAAU,QAAQ;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,YAAY,EAAE;QACZ,EAAE,EAAE,MAAM,CAAC;QACX,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;QACtB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;QAC3B,IAAI,EAAE,MAAM,EAAE,CAAC;QACf,SAAS,EAAE,IAAI,CAAC;QAChB,OAAO,EAAE,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;QAClB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;KAC3B,EAAE,CAAC;CACL;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,QAAQ,EACR,cAAc,EACd,cAAc,EACd,aAAa,EACb,WAAW,EACX,iBAAiB,EACjB,WAAW,EACX,UAAkB,GACnB,EAAE;IACD,QAAQ,EAAE,QAAQ,CAAC;IACnB,cAAc,EAAE,CAAC,EAAE,UAAU,EAAE,EAAE;QAAE,UAAU,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IACjE,cAAc,CAAC,EAAE;QACf,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,WAAW,EAAE,OAAO,CAAC;IACrB,aAAa,EAAE,CAAC,EAAE,UAAU,EAAE,SAAS,EAAE,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;IAC/F,iBAAiB,EAAE,CAAC,EAAE,UAAU,EAAE,EAAE;QAAE,UAAU,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IACpE,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,eAuHA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parse-time-string.test.d.ts","sourceRoot":"","sources":["../../../../../../../features/schedules/components/parse-time-string.test.ts"],"names":[],"mappings":""}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
type UseScheduleWithCacheArgs = {
|
|
2
|
-
username?: string | null;
|
|
3
|
-
eventSlug?: string | null;
|
|
4
|
-
eventId?: number | null;
|
|
5
|
-
month?: string | null;
|
|
6
|
-
timezone?: string | null;
|
|
7
|
-
selectedDate?: string | null;
|
|
8
|
-
duration?: number | null;
|
|
9
|
-
dayCount?: number | null;
|
|
10
|
-
rescheduleUid?: string | null;
|
|
11
|
-
isTeamEvent?: boolean;
|
|
12
|
-
orgSlug?: string;
|
|
13
|
-
teamMemberEmail?: string | null;
|
|
14
|
-
useApiV2?: boolean;
|
|
15
|
-
enabled?: boolean;
|
|
16
|
-
/***
|
|
17
|
-
* Required when prefetching is needed
|
|
18
|
-
*/
|
|
19
|
-
bookerLayout?: {
|
|
20
|
-
layout: string;
|
|
21
|
-
extraDays: number;
|
|
22
|
-
columnViewExtraDays: {
|
|
23
|
-
current: number;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
type UseTimesForScheduleProps = Pick<UseScheduleWithCacheArgs, "month" | "dayCount" | "selectedDate" | "bookerLayout">;
|
|
28
|
-
export declare const useTimesForSchedule: ({ month: monthFromProps, selectedDate, dayCount, bookerLayout, }: UseTimesForScheduleProps) => [string, string];
|
|
29
|
-
export {};
|
|
30
|
-
//# sourceMappingURL=useTimesForSchedule.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useTimesForSchedule.d.ts","sourceRoot":"","sources":["../../../../../../../features/schedules/hooks/useTimesForSchedule.ts"],"names":[],"mappings":"AAQA,KAAK,wBAAwB,GAAG;IAC9B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,YAAY,CAAC,EAAE;QACb,MAAM,EAAE,MAAM,CAAC;QACf,SAAS,EAAE,MAAM,CAAC;QAClB,mBAAmB,EAAE;YAAE,OAAO,EAAE,MAAM,CAAA;SAAE,CAAC;KAC1C,CAAC;CACH,CAAC;AAEF,KAAK,wBAAwB,GAAG,IAAI,CAClC,wBAAwB,EACxB,OAAO,GAAG,UAAU,GAAG,cAAc,GAAG,cAAc,CACvD,CAAC;AAkDF,eAAO,MAAM,mBAAmB,GAAI,kEAKjC,wBAAwB,KAAG,CAAC,MAAM,EAAE,MAAM,CAmC5C,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useTimesForSchedule.timezone.test.d.ts","sourceRoot":"","sources":["../../../../../../../features/schedules/hooks/useTimesForSchedule.timezone.test.ts"],"names":[],"mappings":""}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { Dayjs, default as dayjs } from '../../../dayjs';
|
|
2
|
-
import { IOutOfOfficeData } from '../../availability/lib/getUserAvailability';
|
|
3
|
-
import { Availability } from '../../../kysely/types.ts';
|
|
4
|
-
export type DateRange = {
|
|
5
|
-
start: Dayjs;
|
|
6
|
-
end: Dayjs;
|
|
7
|
-
};
|
|
8
|
-
export type DateOverride = Pick<Availability, "date" | "startTime" | "endTime">;
|
|
9
|
-
export type WorkingHours = Pick<Availability, "days" | "startTime" | "endTime">;
|
|
10
|
-
type TravelSchedule = {
|
|
11
|
-
startDate: Dayjs;
|
|
12
|
-
endDate?: Dayjs;
|
|
13
|
-
timeZone: string;
|
|
14
|
-
};
|
|
15
|
-
export declare function processWorkingHours(results: Record<number, DateRange>, { item, timeZone, dateFrom, dateTo, travelSchedules, }: {
|
|
16
|
-
item: WorkingHours;
|
|
17
|
-
timeZone: string;
|
|
18
|
-
dateFrom: Dayjs;
|
|
19
|
-
dateTo: Dayjs;
|
|
20
|
-
travelSchedules: TravelSchedule[];
|
|
21
|
-
}): Record<number, DateRange>;
|
|
22
|
-
export declare function processDateOverride({ item, itemDateAsUtc, timeZone, travelSchedules, }: {
|
|
23
|
-
item: DateOverride;
|
|
24
|
-
itemDateAsUtc: Dayjs;
|
|
25
|
-
timeZone: string;
|
|
26
|
-
travelSchedules: TravelSchedule[];
|
|
27
|
-
}): {
|
|
28
|
-
start: dayjs.Dayjs;
|
|
29
|
-
end: dayjs.Dayjs;
|
|
30
|
-
};
|
|
31
|
-
export declare function buildDateRanges({ availability, timeZone, dateFrom, dateTo, travelSchedules, outOfOffice, }: {
|
|
32
|
-
timeZone: string;
|
|
33
|
-
availability: (DateOverride | WorkingHours)[];
|
|
34
|
-
dateFrom: Dayjs;
|
|
35
|
-
dateTo: Dayjs;
|
|
36
|
-
travelSchedules: TravelSchedule[];
|
|
37
|
-
outOfOffice?: IOutOfOfficeData;
|
|
38
|
-
}): {
|
|
39
|
-
dateRanges: DateRange[];
|
|
40
|
-
oooExcludedDateRanges: DateRange[];
|
|
41
|
-
};
|
|
42
|
-
export declare function groupByDate(ranges: DateRange[]): {
|
|
43
|
-
[x: string]: DateRange[];
|
|
44
|
-
};
|
|
45
|
-
export declare function intersect(ranges: DateRange[][]): DateRange[];
|
|
46
|
-
type SubtractedRange<TSourceRange extends DateRange> = Omit<TSourceRange, "start" | "end"> & {
|
|
47
|
-
start: TSourceRange["start"];
|
|
48
|
-
end: TSourceRange["end"];
|
|
49
|
-
};
|
|
50
|
-
export declare function subtract<TSourceRange extends DateRange, TExcludedRange extends DateRange>(sourceRanges: TSourceRange[], excludedRanges: TExcludedRange[]): SubtractedRange<TSourceRange>[];
|
|
51
|
-
export declare function mergeOverlappingRanges(ranges: {
|
|
52
|
-
start: Date;
|
|
53
|
-
end: Date;
|
|
54
|
-
}[]): {
|
|
55
|
-
start: Date;
|
|
56
|
-
end: Date;
|
|
57
|
-
}[];
|
|
58
|
-
export {};
|
|
59
|
-
//# sourceMappingURL=date-ranges.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"date-ranges.d.ts","sourceRoot":"","sources":["../../../../../../../features/schedules/lib/date-ranges.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,KAAK,MAAM,eAAe,CAAC;AAClC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uDAAuD,CAAC;AAC9F,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE1D,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,EAAE,KAAK,CAAC;IACb,GAAG,EAAE,KAAK,CAAC;CACZ,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,YAAY,EAAE,MAAM,GAAG,WAAW,GAAG,SAAS,CAAC,CAAC;AAChF,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,YAAY,EAAE,MAAM,GAAG,WAAW,GAAG,SAAS,CAAC,CAAC;AAEhF,KAAK,cAAc,GAAG;IAAE,SAAS,EAAE,KAAK,CAAC;IAAC,OAAO,CAAC,EAAE,KAAK,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAAE,CAAC;AAkB9E,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,EAClC,EACE,IAAI,EACJ,QAAQ,EACR,QAAQ,EACR,MAAM,EACN,eAAe,GAChB,EAAE;IACD,IAAI,EAAE,YAAY,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,KAAK,CAAC;IAChB,MAAM,EAAE,KAAK,CAAC;IACd,eAAe,EAAE,cAAc,EAAE,CAAC;CACnC,6BA+HF;AAED,wBAAgB,mBAAmB,CAAC,EAClC,IAAI,EACJ,aAAa,EACb,QAAQ,EACR,eAAe,GAChB,EAAE;IACD,IAAI,EAAE,YAAY,CAAC;IACnB,aAAa,EAAE,KAAK,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,cAAc,EAAE,CAAC;CACnC;;;EA8BA;AAWD,wBAAgB,eAAe,CAAC,EAC9B,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,MAAM,EACN,eAAe,EACf,WAAW,GACZ,EAAE;IACD,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,CAAC,YAAY,GAAG,YAAY,CAAC,EAAE,CAAC;IAC9C,QAAQ,EAAE,KAAK,CAAC;IAChB,MAAM,EAAE,KAAK,CAAC;IACd,eAAe,EAAE,cAAc,EAAE,CAAC;IAClC,WAAW,CAAC,EAAE,gBAAgB,CAAC;CAChC,GAAG;IAAE,UAAU,EAAE,SAAS,EAAE,CAAC;IAAC,qBAAqB,EAAE,SAAS,EAAE,CAAA;CAAE,CA0FlE;AAED,wBAAgB,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,GAAG;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,SAAS,EAAE,CAAA;CAAE,CAoB7E;AAED,wBAAgB,SAAS,CAAC,MAAM,EAAE,SAAS,EAAE,EAAE,GAAG,SAAS,EAAE,CA8D5D;AAED,KAAK,eAAe,CAAC,YAAY,SAAS,SAAS,IAAI,IAAI,CAAC,YAAY,EAAE,OAAO,GAAG,KAAK,CAAC,GAAG;IAC3F,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAAC;IAC7B,GAAG,EAAE,YAAY,CAAC,KAAK,CAAC,CAAC;CAC1B,CAAC;AAEF,wBAAgB,QAAQ,CAAC,YAAY,SAAS,SAAS,EAAE,cAAc,SAAS,SAAS,EACvF,YAAY,EAAE,YAAY,EAAE,EAC5B,cAAc,EAAE,cAAc,EAAE,GAC/B,eAAe,CAAC,YAAY,CAAC,EAAE,CA0BjC;AAED,wBAAgB,sBAAsB,CAAC,MAAM,EAAE;IAAE,KAAK,EAAE,IAAI,CAAC;IAAC,GAAG,EAAE,IAAI,CAAA;CAAE,EAAE,GAAG;IAAE,KAAK,EAAE,IAAI,CAAC;IAAC,GAAG,EAAE,IAAI,CAAA;CAAE,EAAE,CAkBzG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"date-ranges.expansion.test.d.ts","sourceRoot":"","sources":["../../../../../../../features/schedules/lib/date-ranges.expansion.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"date-ranges.test.d.ts","sourceRoot":"","sources":["../../../../../../../features/schedules/lib/date-ranges.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"slots-minBookingNotice.test.d.ts","sourceRoot":"","sources":["../../../../../../../features/schedules/lib/slots-minBookingNotice.test.ts"],"names":[],"mappings":""}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { Dayjs } from '../../../dayjs';
|
|
2
|
-
import { IFromUser, IOutOfOfficeData, IToUser } from '../../availability/lib/getUserAvailability';
|
|
3
|
-
import { DateRange } from './date-ranges';
|
|
4
|
-
export type GetSlots = {
|
|
5
|
-
inviteeDate: Dayjs;
|
|
6
|
-
frequency: number;
|
|
7
|
-
dateRanges: DateRange[];
|
|
8
|
-
minimumBookingNotice: number;
|
|
9
|
-
eventLength: number;
|
|
10
|
-
offsetStart?: number;
|
|
11
|
-
datesOutOfOffice?: IOutOfOfficeData;
|
|
12
|
-
showOptimizedSlots?: boolean | null;
|
|
13
|
-
datesOutOfOfficeTimeZone?: string;
|
|
14
|
-
};
|
|
15
|
-
export type TimeFrame = {
|
|
16
|
-
userIds?: number[];
|
|
17
|
-
startTime: number;
|
|
18
|
-
endTime: number;
|
|
19
|
-
};
|
|
20
|
-
declare const getSlots: ({ inviteeDate, frequency, minimumBookingNotice, dateRanges, eventLength, offsetStart, datesOutOfOffice, showOptimizedSlots, datesOutOfOfficeTimeZone, }: GetSlots) => {
|
|
21
|
-
time: Dayjs;
|
|
22
|
-
userIds?: number[];
|
|
23
|
-
away?: boolean;
|
|
24
|
-
fromUser?: IFromUser;
|
|
25
|
-
toUser?: IToUser;
|
|
26
|
-
reason?: string;
|
|
27
|
-
emoji?: string;
|
|
28
|
-
}[];
|
|
29
|
-
export default getSlots;
|
|
30
|
-
//# sourceMappingURL=slots.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"slots.d.ts","sourceRoot":"","sources":["../../../../../../../features/schedules/lib/slots.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAE3C,OAAO,KAAK,EACV,SAAS,EACT,gBAAgB,EAChB,OAAO,EACR,MAAM,uDAAuD,CAAC;AAC/D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4CAA4C,CAAC;AAG5E,MAAM,MAAM,QAAQ,GAAG;IACrB,WAAW,EAAE,KAAK,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,SAAS,EAAE,CAAC;IACxB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,kBAAkB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACpC,wBAAwB,CAAC,EAAE,MAAM,CAAC;CACnC,CAAC;AACF,MAAM,MAAM,SAAS,GAAG;IAAE,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC;AAuNnF,QAAA,MAAM,QAAQ,GAAI,yJAUf,QAAQ,KAAG;IACZ,IAAI,EAAE,KAAK,CAAC;IACZ,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,EAYA,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"slots.expansion.test.d.ts","sourceRoot":"","sources":["../../../../../../../features/schedules/lib/slots.expansion.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"slots.test.d.ts","sourceRoot":"","sources":["../../../../../../../features/schedules/lib/slots.test.ts"],"names":[],"mappings":""}
|
|
@@ -1,213 +0,0 @@
|
|
|
1
|
-
import { PrismaClient } from '../../../prisma';
|
|
2
|
-
import { User } from '../../../kysely/types.ts';
|
|
3
|
-
export type FindDetailedScheduleByIdReturnType = Awaited<ReturnType<ScheduleRepository["findDetailedScheduleById"]>>;
|
|
4
|
-
export declare class ScheduleRepository {
|
|
5
|
-
private readonly prismaClient;
|
|
6
|
-
constructor(prismaClient: PrismaClient);
|
|
7
|
-
findScheduleByIdForBuildDateRanges({ scheduleId }: {
|
|
8
|
-
scheduleId: number;
|
|
9
|
-
}): Promise<{
|
|
10
|
-
availability: {
|
|
11
|
-
days: number[];
|
|
12
|
-
date: Date | null;
|
|
13
|
-
startTime: Date;
|
|
14
|
-
endTime: Date;
|
|
15
|
-
}[];
|
|
16
|
-
user: {
|
|
17
|
-
id: number;
|
|
18
|
-
defaultScheduleId: number | null;
|
|
19
|
-
travelSchedules: {
|
|
20
|
-
id: number;
|
|
21
|
-
timeZone: string;
|
|
22
|
-
startDate: Date;
|
|
23
|
-
endDate: Date | null;
|
|
24
|
-
}[];
|
|
25
|
-
};
|
|
26
|
-
userId: number;
|
|
27
|
-
id: number;
|
|
28
|
-
timeZone: string | null;
|
|
29
|
-
} | null>;
|
|
30
|
-
findScheduleByIdForOwnershipCheck({ scheduleId }: {
|
|
31
|
-
scheduleId: number;
|
|
32
|
-
}): Promise<{
|
|
33
|
-
userId: number;
|
|
34
|
-
} | null>;
|
|
35
|
-
findByUserIdAndScheduleId({ userId, scheduleId }: {
|
|
36
|
-
userId: number;
|
|
37
|
-
scheduleId: number;
|
|
38
|
-
}): Promise<{
|
|
39
|
-
id: number;
|
|
40
|
-
} | null>;
|
|
41
|
-
findScheduleById({ id }: {
|
|
42
|
-
id: number;
|
|
43
|
-
}): Promise<{
|
|
44
|
-
name: string;
|
|
45
|
-
availability: {
|
|
46
|
-
days: number[];
|
|
47
|
-
date: Date | null;
|
|
48
|
-
userId: number | null;
|
|
49
|
-
id: number;
|
|
50
|
-
eventTypeId: number | null;
|
|
51
|
-
scheduleId: number | null;
|
|
52
|
-
createdAt: Date | null;
|
|
53
|
-
updatedAt: Date | null;
|
|
54
|
-
startTime: Date;
|
|
55
|
-
endTime: Date;
|
|
56
|
-
}[];
|
|
57
|
-
userId: number;
|
|
58
|
-
id: number;
|
|
59
|
-
timeZone: string | null;
|
|
60
|
-
} | null>;
|
|
61
|
-
findDetailedScheduleById({ isManagedEventType, scheduleId, userId, defaultScheduleId, timeZone: userTimeZone, }: {
|
|
62
|
-
timeZone: string;
|
|
63
|
-
userId: number;
|
|
64
|
-
defaultScheduleId: number | null;
|
|
65
|
-
scheduleId?: number;
|
|
66
|
-
isManagedEventType?: boolean;
|
|
67
|
-
}): Promise<{
|
|
68
|
-
id: number;
|
|
69
|
-
name: string;
|
|
70
|
-
isManaged: boolean;
|
|
71
|
-
workingHours: import('@calcom/types/schedule').WorkingHours[];
|
|
72
|
-
schedule: {
|
|
73
|
-
days: number[];
|
|
74
|
-
date: Date | null;
|
|
75
|
-
userId: number | null;
|
|
76
|
-
id: number;
|
|
77
|
-
eventTypeId: number | null;
|
|
78
|
-
scheduleId: number | null;
|
|
79
|
-
createdAt: Date | null;
|
|
80
|
-
updatedAt: Date | null;
|
|
81
|
-
startTime: Date;
|
|
82
|
-
endTime: Date;
|
|
83
|
-
}[];
|
|
84
|
-
availability: {
|
|
85
|
-
end: Date;
|
|
86
|
-
userId?: number | null;
|
|
87
|
-
start: Date;
|
|
88
|
-
}[][];
|
|
89
|
-
timeZone: string;
|
|
90
|
-
dateOverrides: {
|
|
91
|
-
ranges: import('@calcom/types/schedule').TimeRange[];
|
|
92
|
-
}[];
|
|
93
|
-
isDefault: boolean;
|
|
94
|
-
isLastSchedule: boolean;
|
|
95
|
-
readOnly: boolean;
|
|
96
|
-
userId: number;
|
|
97
|
-
}>;
|
|
98
|
-
findManyDetailedScheduleByUserId({ isManagedEventType, userId, defaultScheduleId, timeZone: userTimeZone, }: {
|
|
99
|
-
timeZone: string;
|
|
100
|
-
userId: number;
|
|
101
|
-
defaultScheduleId: number | null;
|
|
102
|
-
isManagedEventType?: boolean;
|
|
103
|
-
}): Promise<{
|
|
104
|
-
id: number;
|
|
105
|
-
name: string;
|
|
106
|
-
isManaged: boolean;
|
|
107
|
-
workingHours: import('@calcom/types/schedule').WorkingHours[];
|
|
108
|
-
schedule: {
|
|
109
|
-
days: number[];
|
|
110
|
-
date: Date | null;
|
|
111
|
-
userId: number | null;
|
|
112
|
-
id: number;
|
|
113
|
-
eventTypeId: number | null;
|
|
114
|
-
scheduleId: number | null;
|
|
115
|
-
createdAt: Date | null;
|
|
116
|
-
updatedAt: Date | null;
|
|
117
|
-
startTime: Date;
|
|
118
|
-
endTime: Date;
|
|
119
|
-
}[];
|
|
120
|
-
availability: {
|
|
121
|
-
end: Date;
|
|
122
|
-
userId?: number | null;
|
|
123
|
-
start: Date;
|
|
124
|
-
}[][];
|
|
125
|
-
timeZone: string;
|
|
126
|
-
isDefault: boolean;
|
|
127
|
-
dateOverrides: {
|
|
128
|
-
ranges: import('@calcom/types/schedule').TimeRange[];
|
|
129
|
-
}[];
|
|
130
|
-
readOnly: boolean;
|
|
131
|
-
isLastSchedule: boolean;
|
|
132
|
-
userId: number;
|
|
133
|
-
}[]>;
|
|
134
|
-
getDefaultScheduleId(userId: number): Promise<number>;
|
|
135
|
-
hasDefaultSchedule(user: Partial<User>): Promise<boolean>;
|
|
136
|
-
setupDefaultSchedule(userId: number, scheduleId: number): Promise<{
|
|
137
|
-
username: string | null;
|
|
138
|
-
email: string;
|
|
139
|
-
role: import('../../../kysely/types.ts').UserPermissionRole;
|
|
140
|
-
name: string | null;
|
|
141
|
-
bio: string | null;
|
|
142
|
-
theme: string | null;
|
|
143
|
-
verified: boolean | null;
|
|
144
|
-
locked: boolean;
|
|
145
|
-
organizationId: number | null;
|
|
146
|
-
id: number;
|
|
147
|
-
metadata: import('@prisma/client/runtime/client').JsonValue | null;
|
|
148
|
-
locale: string | null;
|
|
149
|
-
timeZone: string;
|
|
150
|
-
requiresBookerEmailVerification: boolean | null;
|
|
151
|
-
uuid: string;
|
|
152
|
-
emailVerified: Date | null;
|
|
153
|
-
avatarUrl: string | null;
|
|
154
|
-
weekStart: string;
|
|
155
|
-
bufferTime: number;
|
|
156
|
-
hideBranding: boolean;
|
|
157
|
-
appTheme: string | null;
|
|
158
|
-
createdDate: Date;
|
|
159
|
-
trialEndsAt: Date | null;
|
|
160
|
-
lastActiveAt: Date | null;
|
|
161
|
-
defaultScheduleId: number | null;
|
|
162
|
-
completedOnboarding: boolean;
|
|
163
|
-
timeFormat: number | null;
|
|
164
|
-
twoFactorSecret: string | null;
|
|
165
|
-
twoFactorEnabled: boolean;
|
|
166
|
-
backupCodes: string | null;
|
|
167
|
-
identityProvider: import('../../../kysely/types.ts').IdentityProvider;
|
|
168
|
-
identityProviderId: string | null;
|
|
169
|
-
invitedTo: number | null;
|
|
170
|
-
brandColor: string | null;
|
|
171
|
-
darkBrandColor: string | null;
|
|
172
|
-
allowDynamicBooking: boolean | null;
|
|
173
|
-
allowSEOIndexing: boolean | null;
|
|
174
|
-
receiveMonthlyDigestEmail: boolean | null;
|
|
175
|
-
disableImpersonation: boolean;
|
|
176
|
-
movedToProfileId: number | null;
|
|
177
|
-
isPlatformManaged: boolean;
|
|
178
|
-
smsLockState: import('../../../kysely/types.ts').SMSLockState;
|
|
179
|
-
smsLockReviewedByAdmin: boolean;
|
|
180
|
-
referralLinkId: string | null;
|
|
181
|
-
creationSource: import('../../../kysely/types.ts').CreationSource | null;
|
|
182
|
-
whitelistWorkflows: boolean;
|
|
183
|
-
autoOptInFeatures: boolean;
|
|
184
|
-
}>;
|
|
185
|
-
hasAnyByUserId({ userId }: {
|
|
186
|
-
userId: number;
|
|
187
|
-
}): Promise<boolean>;
|
|
188
|
-
createWithAvailability({ userId, name, timeZone, availability, }: {
|
|
189
|
-
userId: number;
|
|
190
|
-
name: string;
|
|
191
|
-
timeZone: string;
|
|
192
|
-
availability: Array<{
|
|
193
|
-
days: number[];
|
|
194
|
-
startTime: Date;
|
|
195
|
-
endTime: Date;
|
|
196
|
-
}>;
|
|
197
|
-
}): Promise<{
|
|
198
|
-
name: string;
|
|
199
|
-
userId: number;
|
|
200
|
-
id: number;
|
|
201
|
-
timeZone: string | null;
|
|
202
|
-
}>;
|
|
203
|
-
updateTimeZoneById({ id, timeZone }: {
|
|
204
|
-
id: number;
|
|
205
|
-
timeZone: string;
|
|
206
|
-
}): Promise<{
|
|
207
|
-
name: string;
|
|
208
|
-
userId: number;
|
|
209
|
-
id: number;
|
|
210
|
-
timeZone: string | null;
|
|
211
|
-
}>;
|
|
212
|
-
}
|
|
213
|
-
//# sourceMappingURL=ScheduleRepository.d.ts.map
|