@calcom/atoms 2.6.0 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +63 -51
- package/dist/cal-atoms.css +1 -1
- package/dist/cal-atoms.js +18 -18
- package/dist/index-D_xjDzPo.js +67473 -0
- package/dist/index.d.ts +1 -1
- package/dist/src/add-members-switch/add-members-with-switch-platform-wrapper.d.ts +3 -0
- package/dist/src/add-members-switch/add-members-with-switch-platform-wrapper.d.ts.map +1 -0
- package/dist/src/add-members-switch/add-members-with-switch.d.ts +41 -0
- package/dist/src/add-members-switch/add-members-with-switch.d.ts.map +1 -0
- package/dist/src/availability/availability-settings.d.ts +88 -0
- package/dist/src/availability/availability-settings.d.ts.map +1 -0
- package/dist/src/availability/components/date-override-input-dialog.d.ts +17 -0
- package/dist/src/availability/components/date-override-input-dialog.d.ts.map +1 -0
- package/dist/src/availability/components/date-override-list.d.ts +20 -0
- package/dist/src/availability/components/date-override-list.d.ts.map +1 -0
- package/dist/src/availability/components/schedule-component.d.ts +49 -0
- package/dist/src/availability/components/schedule-component.d.ts.map +1 -0
- package/dist/src/availability/index.d.ts +4 -0
- package/dist/src/availability/index.d.ts.map +1 -0
- package/dist/src/availability/types.d.ts +36 -0
- package/dist/src/availability/types.d.ts.map +1 -0
- package/dist/src/availability/wrappers/availability-settings-platform-wrapper.d.ts +28 -0
- package/dist/src/availability/wrappers/availability-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/src/booker/booker-platform-wrapper.d.ts +5 -0
- package/dist/src/booker/booker-platform-wrapper.d.ts.map +1 -0
- package/dist/src/booker/booker-store-provider.d.ts +11 -0
- package/dist/src/booker/booker-store-provider.d.ts.map +1 -0
- package/dist/src/booker/components/available-time-slots.d.ts +46 -0
- package/dist/src/booker/components/available-time-slots.d.ts.map +1 -0
- package/dist/src/booker/components/available-times-header.d.ts +14 -0
- package/dist/src/booker/components/available-times-header.d.ts.map +1 -0
- package/dist/src/booker/components/available-times.d.ts +46 -0
- package/dist/src/booker/components/available-times.d.ts.map +1 -0
- package/dist/src/booker/components/book-event-form/book-event-form.d.ts +34 -0
- package/dist/src/booker/components/book-event-form/book-event-form.d.ts.map +1 -0
- package/dist/src/booker/components/book-event-form/book-form-as-modal.d.ts +14 -0
- package/dist/src/booker/components/book-event-form/book-form-as-modal.d.ts.map +1 -0
- package/dist/src/booker/components/book-event-form/booking-fields.d.ts +35 -0
- package/dist/src/booker/components/book-event-form/booking-fields.d.ts.map +1 -0
- package/dist/src/booker/components/book-event-form/index.d.ts +5 -0
- package/dist/src/booker/components/book-event-form/index.d.ts.map +1 -0
- package/dist/src/booker/components/book-event-form/skeleton.d.ts +2 -0
- package/dist/src/booker/components/book-event-form/skeleton.d.ts.map +1 -0
- package/dist/src/booker/components/booker-component.d.ts +2 -0
- package/dist/src/booker/components/booker-component.d.ts.map +1 -0
- package/dist/src/booker/components/booker-section.d.ts +15 -0
- package/dist/src/booker/components/booker-section.d.ts.map +1 -0
- package/dist/src/booker/components/dry-run-message.d.ts +4 -0
- package/dist/src/booker/components/dry-run-message.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/available-event-locations.d.ts +6 -0
- package/dist/src/booker/components/event-meta/available-event-locations.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/details.d.ts +34 -0
- package/dist/src/booker/components/event-meta/details.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/duration.d.ts +9 -0
- package/dist/src/booker/components/event-meta/duration.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/index.d.ts +7 -0
- package/dist/src/booker/components/event-meta/index.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/locations.d.ts +5 -0
- package/dist/src/booker/components/event-meta/locations.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/members.d.ts +13 -0
- package/dist/src/booker/components/event-meta/members.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/occurences.d.ts +5 -0
- package/dist/src/booker/components/event-meta/occurences.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/price-icon.d.ts +5 -0
- package/dist/src/booker/components/event-meta/price-icon.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/price.d.ts +7 -0
- package/dist/src/booker/components/event-meta/price.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/skeleton.d.ts +2 -0
- package/dist/src/booker/components/event-meta/skeleton.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta/title.d.ts +9 -0
- package/dist/src/booker/components/event-meta/title.d.ts.map +1 -0
- package/dist/src/booker/components/event-meta.d.ts +25 -0
- package/dist/src/booker/components/event-meta.d.ts.map +1 -0
- package/dist/src/booker/components/external-redirect-interstitial.d.ts +9 -0
- package/dist/src/booker/components/external-redirect-interstitial.d.ts.map +1 -0
- package/dist/src/booker/components/form-builder/components.d.ts +48 -0
- package/dist/src/booker/components/form-builder/components.d.ts.map +1 -0
- package/dist/src/booker/components/form-builder/form-builder-field.d.ts +46 -0
- package/dist/src/booker/components/form-builder/form-builder-field.d.ts.map +1 -0
- package/dist/src/booker/components/having-trouble-finding-time.d.ts +9 -0
- package/dist/src/booker/components/having-trouble-finding-time.d.ts.map +1 -0
- package/dist/src/booker/components/header.d.ts +18 -0
- package/dist/src/booker/components/header.d.ts.map +1 -0
- package/dist/src/booker/components/instant-booking.d.ts +16 -0
- package/dist/src/booker/components/instant-booking.d.ts.map +1 -0
- package/dist/src/booker/components/out-of-office-in-slots.d.ts +19 -0
- package/dist/src/booker/components/out-of-office-in-slots.d.ts.map +1 -0
- package/dist/src/booker/components/overlay-calendar/overlay-calendar-continue-modal.d.ts +8 -0
- package/dist/src/booker/components/overlay-calendar/overlay-calendar-continue-modal.d.ts.map +1 -0
- package/dist/src/booker/components/overlay-calendar/overlay-calendar-settings-modal.d.ts +11 -0
- package/dist/src/booker/components/overlay-calendar/overlay-calendar-settings-modal.d.ts.map +1 -0
- package/dist/src/booker/components/overlay-calendar/overlay-calendar-switch.d.ts +8 -0
- package/dist/src/booker/components/overlay-calendar/overlay-calendar-switch.d.ts.map +1 -0
- package/dist/src/booker/components/overlay-calendar/overlay-calendar.d.ts +28 -0
- package/dist/src/booker/components/overlay-calendar/overlay-calendar.d.ts.map +1 -0
- package/dist/src/booker/components/overlay-calendar/store.d.ts +12 -0
- package/dist/src/booker/components/overlay-calendar/store.d.ts.map +1 -0
- package/dist/src/booker/components/pay-icon.d.ts +5 -0
- package/dist/src/booker/components/pay-icon.d.ts.map +1 -0
- package/dist/src/booker/components/price.d.ts +9 -0
- package/dist/src/booker/components/price.d.ts.map +1 -0
- package/dist/src/booker/components/redirect-to-instant-meeting-modal.d.ts +8 -0
- package/dist/src/booker/components/redirect-to-instant-meeting-modal.d.ts.map +1 -0
- package/dist/src/booker/components/scrollable-with-gradients.d.ts +9 -0
- package/dist/src/booker/components/scrollable-with-gradients.d.ts.map +1 -0
- package/dist/src/booker/components/seats-availability-text.d.ts +18 -0
- package/dist/src/booker/components/seats-availability-text.d.ts.map +1 -0
- package/dist/src/booker/components/section.d.ts +17 -0
- package/dist/src/booker/components/section.d.ts.map +1 -0
- package/dist/src/booker/components/slot-selection-modal-header.d.ts +14 -0
- package/dist/src/booker/components/slot-selection-modal-header.d.ts.map +1 -0
- package/dist/src/booker/components/time-format-toggle.d.ts +4 -0
- package/dist/src/booker/components/time-format-toggle.d.ts.map +1 -0
- package/dist/src/booker/components/unavailable.d.ts +3 -0
- package/dist/src/booker/components/unavailable.d.ts.map +1 -0
- package/dist/src/booker/components/unpublished-entity.d.ts +8 -0
- package/dist/src/booker/components/unpublished-entity.d.ts.map +1 -0
- package/dist/src/booker/components/verify-code-dialog.d.ts +15 -0
- package/dist/src/booker/components/verify-code-dialog.d.ts.map +1 -0
- package/dist/src/booker/config.d.ts +86 -0
- package/dist/src/booker/config.d.ts.map +1 -0
- package/dist/src/booker/framer-features.d.ts.map +1 -0
- package/dist/src/booker/hooks/embed-stubs.d.ts +20 -0
- package/dist/src/booker/hooks/embed-stubs.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-available-time-slots.d.ts +23 -0
- package/dist/src/booker/hooks/use-available-time-slots.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-booker-layout.d.ts +51 -0
- package/dist/src/booker/hooks/use-booker-layout.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-booker-time.d.ts +7 -0
- package/dist/src/booker/hooks/use-booker-time.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-booking-form.d.ts +65 -0
- package/dist/src/booker/hooks/use-booking-form.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-bookings-types.d.ts +10 -0
- package/dist/src/booker/hooks/use-bookings-types.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-check-overlap-with-overlay.d.ts +11 -0
- package/dist/src/booker/hooks/use-check-overlap-with-overlay.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-initialize-week-start.d.ts +2 -0
- package/dist/src/booker/hooks/use-initialize-week-start.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-is-quick-availability-check-feature-enabled.d.ts +15 -0
- package/dist/src/booker/hooks/use-is-quick-availability-check-feature-enabled.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-local-set.d.ts +12 -0
- package/dist/src/booker/hooks/use-local-set.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-non-empty-schedule-days.d.ts +3 -0
- package/dist/src/booker/hooks/use-non-empty-schedule-days.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-overlay-calendar.d.ts +23 -0
- package/dist/src/booker/hooks/use-overlay-calendar.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-should-show-arrows.d.ts +8 -0
- package/dist/src/booker/hooks/use-should-show-arrows.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-skip-confirm-step.d.ts +21 -0
- package/dist/src/booker/hooks/use-skip-confirm-step.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-slots-for-date.d.ts +21 -0
- package/dist/src/booker/hooks/use-slots-for-date.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-stable-timezone.d.ts +5 -0
- package/dist/src/booker/hooks/use-stable-timezone.d.ts.map +1 -0
- package/dist/src/booker/hooks/use-times-for-schedule.d.ts +27 -0
- package/dist/src/booker/hooks/use-times-for-schedule.d.ts.map +1 -0
- package/dist/src/booker/store.d.ts +200 -0
- package/dist/src/booker/store.d.ts.map +1 -0
- package/dist/src/booker/types.d.ts +118 -0
- package/dist/src/booker/types.d.ts.map +1 -0
- package/dist/src/booker/use-slot-reservation-id.d.ts +2 -0
- package/dist/src/booker/use-slot-reservation-id.d.ts.map +1 -0
- package/dist/src/booker/utils/are-different-valid-months.d.ts +2 -0
- package/dist/src/booker/utils/are-different-valid-months.d.ts.map +1 -0
- package/dist/src/booker/utils/dates.d.ts +26 -0
- package/dist/src/booker/utils/dates.d.ts.map +1 -0
- package/dist/src/booker/utils/get-booker-timezone.d.ts +5 -0
- package/dist/src/booker/utils/get-booker-timezone.d.ts.map +1 -0
- package/dist/src/booker/utils/get-booking-duration.d.ts +6 -0
- package/dist/src/booker/utils/get-booking-duration.d.ts.map +1 -0
- package/dist/src/booker/utils/get-prefetch-month-count.d.ts +3 -0
- package/dist/src/booker/utils/get-prefetch-month-count.d.ts.map +1 -0
- package/dist/src/booker/utils/is-booking-dry-run.d.ts +3 -0
- package/dist/src/booker/utils/is-booking-dry-run.d.ts.map +1 -0
- package/dist/src/booker/utils/is-month-change.d.ts +2 -0
- package/dist/src/booker/utils/is-month-change.d.ts.map +1 -0
- package/dist/src/booker/utils/is-month-view-prefetch-enabled.d.ts +2 -0
- package/dist/src/booker/utils/is-month-view-prefetch-enabled.d.ts.map +1 -0
- package/dist/src/booker/utils/is-prefetch-next-month-enabled.d.ts +2 -0
- package/dist/src/booker/utils/is-prefetch-next-month-enabled.d.ts.map +1 -0
- package/dist/src/booker/utils/is-timeslot-available.d.ts +19 -0
- package/dist/src/booker/utils/is-timeslot-available.d.ts.map +1 -0
- package/dist/src/booker/utils/layout.d.ts +2 -0
- package/dist/src/booker/utils/layout.d.ts.map +1 -0
- package/dist/src/booker-embed/booker-embed.d.ts +31 -0
- package/dist/src/booker-embed/booker-embed.d.ts.map +1 -0
- package/dist/src/booker-embed/index.d.ts +2 -0
- package/dist/src/booker-embed/index.d.ts.map +1 -0
- package/dist/src/booker-embed/use-get-routing-form-url-props.d.ts +29 -0
- package/dist/src/booker-embed/use-get-routing-form-url-props.d.ts.map +1 -0
- package/dist/src/cal-provider/base-cal-provider.d.ts +24 -0
- package/dist/src/cal-provider/base-cal-provider.d.ts.map +1 -0
- package/dist/src/cal-provider/cal-o-auth-provider.d.ts +19 -0
- package/dist/src/cal-provider/cal-o-auth-provider.d.ts.map +1 -0
- package/dist/src/cal-provider/cal-provider.d.ts +22 -0
- package/dist/src/cal-provider/cal-provider.d.ts.map +1 -0
- package/dist/src/cal-provider/index.d.ts +3 -0
- package/dist/src/cal-provider/index.d.ts.map +1 -0
- package/dist/src/cal-provider/languages.d.ts +55 -0
- package/dist/src/cal-provider/languages.d.ts.map +1 -0
- package/dist/src/calendar-settings/index.d.ts +2 -0
- package/dist/src/calendar-settings/index.d.ts.map +1 -0
- package/dist/src/calendar-settings/wrappers/calendar-settings-platform-wrapper.d.ts +17 -0
- package/dist/src/calendar-settings/wrappers/calendar-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/src/calendar-view/calendar-view-component.d.ts +2 -0
- package/dist/src/calendar-view/calendar-view-component.d.ts.map +1 -0
- package/dist/src/calendar-view/components/calendar.d.ts +2 -0
- package/dist/src/calendar-view/components/calendar.d.ts.map +1 -0
- package/dist/src/calendar-view/components/date-picker.d.ts +82 -0
- package/dist/src/calendar-view/components/date-picker.d.ts.map +1 -0
- package/dist/src/calendar-view/components/large-calendar.d.ts +19 -0
- package/dist/src/calendar-view/components/large-calendar.d.ts.map +1 -0
- package/dist/src/calendar-view/components/no-availability-dialog.d.ts +19 -0
- package/dist/src/calendar-view/components/no-availability-dialog.d.ts.map +1 -0
- package/dist/src/calendar-view/event-type-calendar-view-component.d.ts +7 -0
- package/dist/src/calendar-view/event-type-calendar-view-component.d.ts.map +1 -0
- package/dist/src/calendar-view/index.d.ts +2 -0
- package/dist/src/calendar-view/index.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/calendar.d.ts +4 -0
- package/dist/src/calendar-view/scheduler/components/calendar.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/current-time/index.d.ts +6 -0
- package/dist/src/calendar-view/scheduler/components/current-time/index.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/date-values/index.d.ts +12 -0
- package/dist/src/calendar-view/scheduler/components/date-values/index.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/default-out-of-office-slot.d.ts +3 -0
- package/dist/src/calendar-view/scheduler/components/default-out-of-office-slot.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/event/all-day-events.d.ts +108 -0
- package/dist/src/calendar-view/scheduler/components/event/all-day-events.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/event/empty.d.ts +18 -0
- package/dist/src/calendar-view/scheduler/components/event/empty.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/event/event-list.d.ts +7 -0
- package/dist/src/calendar-view/scheduler/components/event/event-list.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/event/event.d.ts +14 -0
- package/dist/src/calendar-view/scheduler/components/event/event.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/event/index.d.ts +5 -0
- package/dist/src/calendar-view/scheduler/components/event/index.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/grid/index.d.ts +10 -0
- package/dist/src/calendar-view/scheduler/components/grid/index.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/heading/index.d.ts +2 -0
- package/dist/src/calendar-view/scheduler/components/heading/index.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/heading/scheduler-heading.d.ts +2 -0
- package/dist/src/calendar-view/scheduler/components/heading/scheduler-heading.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/horizontal-lines/index.d.ts +9 -0
- package/dist/src/calendar-view/scheduler/components/horizontal-lines/index.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/spinner/spinner.d.ts +4 -0
- package/dist/src/calendar-view/scheduler/components/spinner/spinner.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/components/vertical-lines/index.d.ts +7 -0
- package/dist/src/calendar-view/scheduler/components/vertical-lines/index.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/state/store.d.ts +7 -0
- package/dist/src/calendar-view/scheduler/state/store.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/types/common.d.ts +2 -0
- package/dist/src/calendar-view/scheduler/types/common.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/types/events.d.ts +20 -0
- package/dist/src/calendar-view/scheduler/types/events.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/types/state.d.ts +93 -0
- package/dist/src/calendar-view/scheduler/types/state.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/utils/index.d.ts +20 -0
- package/dist/src/calendar-view/scheduler/utils/index.d.ts.map +1 -0
- package/dist/src/calendar-view/scheduler/utils/overlap.d.ts +20 -0
- package/dist/src/calendar-view/scheduler/utils/overlap.d.ts.map +1 -0
- package/dist/src/calendar-view/wrappers/calendar-view-platform-wrapper.d.ts +22 -0
- package/dist/src/calendar-view/wrappers/calendar-view-platform-wrapper.d.ts.map +1 -0
- package/dist/src/components/atoms-wrapper.d.ts.map +1 -0
- package/dist/src/components/ui/address-input.d.ts +11 -0
- package/dist/src/components/ui/address-input.d.ts.map +1 -0
- package/dist/src/components/ui/alert.d.ts +16 -0
- package/dist/src/components/ui/alert.d.ts.map +1 -0
- package/dist/src/components/ui/app-list-card.d.ts +30 -0
- package/dist/src/components/ui/app-list-card.d.ts.map +1 -0
- package/dist/src/components/ui/avatar-group.d.ts +14 -0
- package/dist/src/components/ui/avatar-group.d.ts.map +1 -0
- package/dist/src/components/ui/avatar.d.ts +18 -0
- package/dist/src/components/ui/avatar.d.ts.map +1 -0
- package/dist/src/components/ui/badge.d.ts +553 -0
- package/dist/src/components/ui/badge.d.ts.map +1 -0
- package/dist/src/components/ui/button-group.d.ts +9 -0
- package/dist/src/components/ui/button-group.d.ts.map +1 -0
- package/dist/src/components/ui/button.d.ts +37 -0
- package/dist/src/components/ui/button.d.ts.map +1 -0
- package/dist/src/components/ui/calendar-switch.d.ts +22 -0
- package/dist/src/components/ui/calendar-switch.d.ts.map +1 -0
- package/dist/src/components/ui/checkbox.d.ts +15 -0
- package/dist/src/components/ui/checkbox.d.ts.map +1 -0
- package/dist/src/components/ui/checked-team-select.d.ts +43 -0
- package/dist/src/components/ui/checked-team-select.d.ts.map +1 -0
- package/dist/src/components/ui/confirmation-dialog-content.d.ts +20 -0
- package/dist/src/components/ui/confirmation-dialog-content.d.ts.map +1 -0
- package/dist/src/components/ui/controlled-dialog.d.ts +17 -0
- package/dist/src/components/ui/controlled-dialog.d.ts.map +1 -0
- package/dist/src/components/ui/dialog.d.ts +38 -0
- package/dist/src/components/ui/dialog.d.ts.map +1 -0
- package/dist/src/components/ui/disconnect-calendar-integration.d.ts +12 -0
- package/dist/src/components/ui/disconnect-calendar-integration.d.ts.map +1 -0
- package/dist/src/components/ui/divider.d.ts +3 -0
- package/dist/src/components/ui/divider.d.ts.map +1 -0
- package/dist/src/components/ui/dropdown.d.ts +40 -0
- package/dist/src/components/ui/dropdown.d.ts.map +1 -0
- package/dist/src/components/ui/editable-heading.d.ts +6 -0
- package/dist/src/components/ui/editable-heading.d.ts.map +1 -0
- package/dist/src/components/ui/empty-screen.d.ts +18 -0
- package/dist/src/components/ui/empty-screen.d.ts.map +1 -0
- package/dist/src/components/ui/form.d.ts +11 -0
- package/dist/src/components/ui/form.d.ts.map +1 -0
- package/dist/src/components/ui/icon.d.ts +42 -0
- package/dist/src/components/ui/icon.d.ts.map +1 -0
- package/dist/src/components/ui/icons.d.ts +21 -0
- package/dist/src/components/ui/icons.d.ts.map +1 -0
- package/dist/src/components/ui/info-badge.d.ts +4 -0
- package/dist/src/components/ui/info-badge.d.ts.map +1 -0
- package/dist/src/components/ui/label.d.ts +2 -0
- package/dist/src/components/ui/label.d.ts.map +1 -0
- package/dist/src/components/ui/navigation.d.ts +37 -0
- package/dist/src/components/ui/navigation.d.ts.map +1 -0
- package/dist/src/components/ui/popover.d.ts.map +1 -0
- package/dist/src/components/ui/radio-area-group.d.ts +20 -0
- package/dist/src/components/ui/radio-area-group.d.ts.map +1 -0
- package/dist/src/components/ui/radio.d.ts +24 -0
- package/dist/src/components/ui/radio.d.ts.map +1 -0
- package/dist/src/components/ui/react-select-components.d.ts +29 -0
- package/dist/src/components/ui/react-select-components.d.ts.map +1 -0
- package/dist/src/components/ui/select.d.ts +26 -0
- package/dist/src/components/ui/select.d.ts.map +1 -0
- package/dist/src/components/ui/settings-header.d.ts +21 -0
- package/dist/src/components/ui/settings-header.d.ts.map +1 -0
- package/dist/src/components/ui/settings-toggle.d.ts +23 -0
- package/dist/src/components/ui/settings-toggle.d.ts.map +1 -0
- package/dist/src/components/ui/shell.d.ts +31 -0
- package/dist/src/components/ui/shell.d.ts.map +1 -0
- package/dist/src/components/ui/show-toast.d.ts +13 -0
- package/dist/src/components/ui/show-toast.d.ts.map +1 -0
- package/dist/src/components/ui/skeleton.d.ts +31 -0
- package/dist/src/components/ui/skeleton.d.ts.map +1 -0
- package/dist/src/components/ui/switch.d.ts +5 -0
- package/dist/src/components/ui/switch.d.ts.map +1 -0
- package/dist/src/components/ui/text-field.d.ts +99 -0
- package/dist/src/components/ui/text-field.d.ts.map +1 -0
- package/dist/src/components/ui/toast.d.ts +13 -0
- package/dist/src/components/ui/toast.d.ts.map +1 -0
- package/dist/src/components/ui/toaster.d.ts.map +1 -0
- package/dist/src/components/ui/toggle-group.d.ts +20 -0
- package/dist/src/components/ui/toggle-group.d.ts.map +1 -0
- package/dist/src/components/ui/tooltip.d.ts +29 -0
- package/dist/src/components/ui/tooltip.d.ts.map +1 -0
- package/dist/src/components/ui/use-toast.d.ts.map +1 -0
- package/dist/src/components/ui/user-avatar-group-with-org.d.ts +18 -0
- package/dist/src/components/ui/user-avatar-group-with-org.d.ts.map +1 -0
- package/dist/src/connect/apple/apple-connect.d.ts +4 -0
- package/dist/src/connect/apple/apple-connect.d.ts.map +1 -0
- package/dist/src/connect/components/disconnect-integration-modal.d.ts +19 -0
- package/dist/src/connect/components/disconnect-integration-modal.d.ts.map +1 -0
- package/dist/src/connect/components/office365-account-dialog.d.ts +12 -0
- package/dist/src/connect/components/office365-account-dialog.d.ts.map +1 -0
- package/dist/src/connect/conferencing-apps/components/app-list.d.ts +65 -0
- package/dist/src/connect/conferencing-apps/components/app-list.d.ts.map +1 -0
- package/dist/src/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.d.ts +29 -0
- package/dist/src/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.d.ts.map +1 -0
- package/dist/src/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.d.ts +10 -0
- package/dist/src/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.d.ts.map +1 -0
- package/dist/src/connect/conferencing-apps/hooks/use-atom-get-event-types.d.ts +10 -0
- package/dist/src/connect/conferencing-apps/hooks/use-atom-get-event-types.d.ts.map +1 -0
- package/dist/src/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.d.ts +4 -0
- package/dist/src/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.d.ts.map +1 -0
- package/dist/src/connect/conferencing-apps/hooks/use-connect.d.ts +22 -0
- package/dist/src/connect/conferencing-apps/hooks/use-connect.d.ts.map +1 -0
- package/dist/src/connect/conferencing-apps/hooks/use-delete-credential.d.ts +9 -0
- package/dist/src/connect/conferencing-apps/hooks/use-delete-credential.d.ts.map +1 -0
- package/dist/src/connect/conferencing-apps/hooks/use-get-default-conferencing-app.d.ts +6 -0
- package/dist/src/connect/conferencing-apps/hooks/use-get-default-conferencing-app.d.ts.map +1 -0
- package/dist/src/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.d.ts +9 -0
- package/dist/src/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.d.ts.map +1 -0
- package/dist/src/connect/google/gcal-connect.d.ts +4 -0
- package/dist/src/connect/google/gcal-connect.d.ts.map +1 -0
- package/dist/src/connect/index.d.ts +4 -0
- package/dist/src/connect/index.d.ts.map +1 -0
- package/dist/src/connect/o-auth-connect.d.ts +25 -0
- package/dist/src/connect/o-auth-connect.d.ts.map +1 -0
- package/dist/src/connect/outlook/outlook-connect.d.ts +4 -0
- package/dist/src/connect/outlook/outlook-connect.d.ts.map +1 -0
- package/dist/src/connect/stripe/stripe-connect.d.ts +22 -0
- package/dist/src/connect/stripe/stripe-connect.d.ts.map +1 -0
- package/dist/src/constants/api.d.ts +44 -0
- package/dist/src/constants/api.d.ts.map +1 -0
- package/dist/src/constants/app.d.ts +19 -0
- package/dist/src/constants/app.d.ts.map +1 -0
- package/dist/src/constants/apps.d.ts +32 -0
- package/dist/src/constants/apps.d.ts.map +1 -0
- package/dist/src/constants/index.d.ts +4 -0
- package/dist/src/constants/index.d.ts.map +1 -0
- package/dist/src/constants/styles.d.ts.map +1 -0
- package/dist/src/contracts/api.d.ts +27 -0
- package/dist/src/contracts/api.d.ts.map +1 -0
- package/dist/src/contracts/apps.d.ts +21 -0
- package/dist/src/contracts/apps.d.ts.map +1 -0
- package/dist/src/contracts/booker.d.ts +255 -0
- package/dist/src/contracts/booker.d.ts.map +1 -0
- package/dist/src/contracts/bookings.d.ts +154 -0
- package/dist/src/contracts/bookings.d.ts.map +1 -0
- package/dist/src/contracts/calendars.d.ts +82 -0
- package/dist/src/contracts/calendars.d.ts.map +1 -0
- package/dist/src/contracts/event-types.d.ts +225 -0
- package/dist/src/contracts/event-types.d.ts.map +1 -0
- package/dist/src/contracts/index.d.ts +13 -0
- package/dist/src/contracts/index.d.ts.map +1 -0
- package/dist/src/contracts/oauth.d.ts +2 -0
- package/dist/src/contracts/oauth.d.ts.map +1 -0
- package/dist/src/contracts/organizations.d.ts +15 -0
- package/dist/src/contracts/organizations.d.ts.map +1 -0
- package/dist/src/contracts/schedules.d.ts +92 -0
- package/dist/src/contracts/schedules.d.ts.map +1 -0
- package/dist/src/contracts/slots.d.ts +57 -0
- package/dist/src/contracts/slots.d.ts.map +1 -0
- package/dist/src/contracts/teams.d.ts +31 -0
- package/dist/src/contracts/teams.d.ts.map +1 -0
- package/dist/src/contracts/user.d.ts +25 -0
- package/dist/src/contracts/user.d.ts.map +1 -0
- package/dist/src/create-schedule/create-schedule-form.d.ts +18 -0
- package/dist/src/create-schedule/create-schedule-form.d.ts.map +1 -0
- package/dist/src/create-schedule/index.d.ts +2 -0
- package/dist/src/create-schedule/index.d.ts.map +1 -0
- package/dist/src/create-schedule/wrappers/create-schedule-platform-wrapper.d.ts +15 -0
- package/dist/src/create-schedule/wrappers/create-schedule-platform-wrapper.d.ts.map +1 -0
- package/dist/src/destination-calendar/components/destination-calendar-selector.d.ts +10 -0
- package/dist/src/destination-calendar/components/destination-calendar-selector.d.ts.map +1 -0
- package/dist/src/destination-calendar/destination-calendar-selector.d.ts +17 -0
- package/dist/src/destination-calendar/destination-calendar-selector.d.ts.map +1 -0
- package/dist/src/destination-calendar/destination-calendar.d.ts +21 -0
- package/dist/src/destination-calendar/destination-calendar.d.ts.map +1 -0
- package/dist/src/destination-calendar/destination-reminder-selector.d.ts +9 -0
- package/dist/src/destination-calendar/destination-reminder-selector.d.ts.map +1 -0
- package/dist/src/destination-calendar/index.d.ts +2 -0
- package/dist/src/destination-calendar/index.d.ts.map +1 -0
- package/dist/src/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.d.ts +8 -0
- package/dist/src/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/src/event-types/components/assign-all-team-members.d.ts +14 -0
- package/dist/src/event-types/components/assign-all-team-members.d.ts.map +1 -0
- package/dist/src/event-types/components/bulk-edit-default-for-events-modal.d.ts +29 -0
- package/dist/src/event-types/components/bulk-edit-default-for-events-modal.d.ts.map +1 -0
- package/dist/src/event-types/components/children-event-type-select.d.ts +34 -0
- package/dist/src/event-types/components/children-event-type-select.d.ts.map +1 -0
- package/dist/src/event-types/components/create-event-type-form.d.ts +29 -0
- package/dist/src/event-types/components/create-event-type-form.d.ts.map +1 -0
- package/dist/src/event-types/components/event-team-assignment-tab.d.ts +2 -0
- package/dist/src/event-types/components/event-team-assignment-tab.d.ts.map +1 -0
- package/dist/src/event-types/components/event-type-list-item.d.ts +12 -0
- package/dist/src/event-types/components/event-type-list-item.d.ts.map +1 -0
- package/dist/src/event-types/components/host-edit-dialogs.d.ts +40 -0
- package/dist/src/event-types/components/host-edit-dialogs.d.ts.map +1 -0
- package/dist/src/event-types/components/learn-more-link.d.ts +15 -0
- package/dist/src/event-types/components/learn-more-link.d.ts.map +1 -0
- package/dist/src/event-types/components/managed-event-dialog.d.ts +13 -0
- package/dist/src/event-types/components/managed-event-dialog.d.ts.map +1 -0
- package/dist/src/event-types/components/recurring-event-controller.d.ts +34 -0
- package/dist/src/event-types/components/recurring-event-controller.d.ts.map +1 -0
- package/dist/src/event-types/components/tabs/event-recurring-tab.d.ts +14 -0
- package/dist/src/event-types/components/tabs/event-recurring-tab.d.ts.map +1 -0
- package/dist/src/event-types/components/team-assignment/assign-all-managed-warning-dialog.d.ts +9 -0
- package/dist/src/event-types/components/team-assignment/assign-all-managed-warning-dialog.d.ts.map +1 -0
- package/dist/src/event-types/components/team-assignment/children-event-types-list.d.ts +11 -0
- package/dist/src/event-types/components/team-assignment/children-event-types-list.d.ts.map +1 -0
- package/dist/src/event-types/components/team-assignment/children-event-types.d.ts +18 -0
- package/dist/src/event-types/components/team-assignment/children-event-types.d.ts.map +1 -0
- package/dist/src/event-types/components/team-assignment/event-team-assignment-tab.d.ts +58 -0
- package/dist/src/event-types/components/team-assignment/event-team-assignment-tab.d.ts.map +1 -0
- package/dist/src/event-types/components/team-assignment/fixed-hosts.d.ts +20 -0
- package/dist/src/event-types/components/team-assignment/fixed-hosts.d.ts.map +1 -0
- package/dist/src/event-types/components/team-assignment/hosts.d.ts +19 -0
- package/dist/src/event-types/components/team-assignment/hosts.d.ts.map +1 -0
- package/dist/src/event-types/components/team-assignment/round-robin-hosts.d.ts +26 -0
- package/dist/src/event-types/components/team-assignment/round-robin-hosts.d.ts.map +1 -0
- package/dist/src/event-types/components/team-event-type-form.d.ts +27 -0
- package/dist/src/event-types/components/team-event-type-form.d.ts.map +1 -0
- package/dist/src/event-types/components/weight-description.d.ts +6 -0
- package/dist/src/event-types/components/weight-description.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-add-verified-email.d.ts +15 -0
- package/dist/src/event-types/hooks/use-add-verified-email.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-apps-data-stub.d.ts +15 -0
- package/dist/src/event-types/hooks/use-apps-data-stub.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-assign-all-managed-warning.d.ts +17 -0
- package/dist/src/event-types/hooks/use-assign-all-managed-warning.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-atom-event-type-app-integration.d.ts +21 -0
- package/dist/src/event-types/hooks/use-atom-event-type-app-integration.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-atom-event-type-by-id.d.ts +4 -0
- package/dist/src/event-types/hooks/use-atom-event-type-by-id.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-atom-event-type-payment-info.d.ts +7 -0
- package/dist/src/event-types/hooks/use-atom-event-type-payment-info.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-atom-get-all-event-types.d.ts +9 -0
- package/dist/src/event-types/hooks/use-atom-get-all-event-types.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-atom-host-schedules.d.ts +14 -0
- package/dist/src/event-types/hooks/use-atom-host-schedules.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-atom-update-event-type.d.ts +10 -0
- package/dist/src/event-types/hooks/use-atom-update-event-type.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-event-type-form.d.ts +15 -0
- package/dist/src/event-types/hooks/use-event-type-form.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-get-verified-emails.d.ts +3 -0
- package/dist/src/event-types/hooks/use-get-verified-emails.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-handle-route-change.d.ts +15 -0
- package/dist/src/event-types/hooks/use-handle-route-change.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-locked-fields-manager-stub.d.ts +29 -0
- package/dist/src/event-types/hooks/use-locked-fields-manager-stub.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-platform-tabs-navigations.d.ts +16 -0
- package/dist/src/event-types/hooks/use-platform-tabs-navigations.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-tabs-navigations.d.ts +40 -0
- package/dist/src/event-types/hooks/use-tabs-navigations.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-team-event-assignment.d.ts +65 -0
- package/dist/src/event-types/hooks/use-team-event-assignment.d.ts.map +1 -0
- package/dist/src/event-types/hooks/use-team-members-with-segment-platform.d.ts +36 -0
- package/dist/src/event-types/hooks/use-team-members-with-segment-platform.d.ts.map +1 -0
- package/dist/src/event-types/index.d.ts +2 -0
- package/dist/src/event-types/index.d.ts.map +1 -0
- package/dist/src/event-types/lib/format-event-type-duration.d.ts +13 -0
- package/dist/src/event-types/lib/format-event-type-duration.d.ts.map +1 -0
- package/dist/src/event-types/payments/payment-form.d.ts +9 -0
- package/dist/src/event-types/payments/payment-form.d.ts.map +1 -0
- package/dist/src/event-types/payments/payment-page-types.d.ts +48 -0
- package/dist/src/event-types/payments/payment-page-types.d.ts.map +1 -0
- package/dist/src/event-types/payments/payment.d.ts +39 -0
- package/dist/src/event-types/payments/payment.d.ts.map +1 -0
- package/dist/src/event-types/payments/stripe-payment-form.d.ts +9 -0
- package/dist/src/event-types/payments/stripe-payment-form.d.ts.map +1 -0
- package/dist/src/event-types/types.d.ts.map +1 -0
- package/dist/src/event-types/wrappers/create-event-type-platform-wrapper.d.ts +20 -0
- package/dist/src/event-types/wrappers/create-event-type-platform-wrapper.d.ts.map +1 -0
- package/dist/src/event-types/wrappers/event-recurring-tab-platform-wrapper.d.ts +4 -0
- package/dist/src/event-types/wrappers/event-recurring-tab-platform-wrapper.d.ts.map +1 -0
- package/dist/src/event-types/wrappers/event-team-assignment-tab-platform-wrapper.d.ts +4 -0
- package/dist/src/event-types/wrappers/event-team-assignment-tab-platform-wrapper.d.ts.map +1 -0
- package/dist/src/event-types/wrappers/event-type-platform-wrapper.d.ts +28 -0
- package/dist/src/event-types/wrappers/event-type-platform-wrapper.d.ts.map +1 -0
- package/dist/src/event-types/wrappers/list-event-types-platform-wrapper.d.ts +6 -0
- package/dist/src/event-types/wrappers/list-event-types-platform-wrapper.d.ts.map +1 -0
- package/dist/src/event-types/wrappers/types.d.ts +4 -0
- package/dist/src/event-types/wrappers/types.d.ts.map +1 -0
- package/dist/src/hooks/bookings/use-booking.d.ts +2 -0
- package/dist/src/hooks/bookings/use-booking.d.ts.map +1 -0
- package/dist/src/hooks/bookings/use-bookings.d.ts +6 -0
- package/dist/src/hooks/bookings/use-bookings.d.ts.map +1 -0
- package/dist/src/hooks/bookings/use-cancel-booking.d.ts +23 -0
- package/dist/src/hooks/bookings/use-cancel-booking.d.ts.map +1 -0
- package/dist/src/hooks/bookings/use-create-booking.d.ts +11 -0
- package/dist/src/hooks/bookings/use-create-booking.d.ts.map +1 -0
- package/dist/src/hooks/bookings/use-create-instant-booking.d.ts +10 -0
- package/dist/src/hooks/bookings/use-create-instant-booking.d.ts.map +1 -0
- package/dist/src/hooks/bookings/use-create-recurring-booking.d.ts +10 -0
- package/dist/src/hooks/bookings/use-create-recurring-booking.d.ts.map +1 -0
- package/dist/src/hooks/bookings/use-get-booking-for-reschedule.d.ts +10 -0
- package/dist/src/hooks/bookings/use-get-booking-for-reschedule.d.ts.map +1 -0
- package/dist/src/hooks/bookings/use-handle-book-event.d.ts +26 -0
- package/dist/src/hooks/bookings/use-handle-book-event.d.ts.map +1 -0
- package/dist/src/hooks/calendars/use-add-selected-calendar.d.ts +21 -0
- package/dist/src/hooks/calendars/use-add-selected-calendar.d.ts.map +1 -0
- package/dist/src/hooks/calendars/use-delete-calendar-credentials.d.ts +22 -0
- package/dist/src/hooks/calendars/use-delete-calendar-credentials.d.ts.map +1 -0
- package/dist/src/hooks/calendars/use-remove-selected-calendar.d.ts +21 -0
- package/dist/src/hooks/calendars/use-remove-selected-calendar.d.ts.map +1 -0
- package/dist/src/hooks/calendars/use-update-destination-calendars.d.ts +21 -0
- package/dist/src/hooks/calendars/use-update-destination-calendars.d.ts.map +1 -0
- package/dist/src/hooks/connect/use-check.d.ts +21 -0
- package/dist/src/hooks/connect/use-check.d.ts.map +1 -0
- package/dist/src/hooks/connect/use-connect.d.ts +18 -0
- package/dist/src/hooks/connect/use-connect.d.ts.map +1 -0
- package/dist/src/hooks/event-types/private/use-create-event-type-form.d.ts +8 -0
- package/dist/src/hooks/event-types/private/use-create-event-type-form.d.ts.map +1 -0
- package/dist/src/hooks/event-types/private/use-create-event-type.d.ts +9 -0
- package/dist/src/hooks/event-types/private/use-create-event-type.d.ts.map +1 -0
- package/dist/src/hooks/event-types/private/use-create-team-event-type.d.ts +13 -0
- package/dist/src/hooks/event-types/private/use-create-team-event-type.d.ts.map +1 -0
- package/dist/src/hooks/event-types/private/use-delete-event-type-by-id.d.ts +9 -0
- package/dist/src/hooks/event-types/private/use-delete-event-type-by-id.d.ts.map +1 -0
- package/dist/src/hooks/event-types/private/use-delete-team-event-type-by-id.d.ts +15 -0
- package/dist/src/hooks/event-types/private/use-delete-team-event-type-by-id.d.ts.map +1 -0
- package/dist/src/hooks/event-types/private/use-event-type-by-id.d.ts +4 -0
- package/dist/src/hooks/event-types/private/use-event-type-by-id.d.ts.map +1 -0
- package/dist/src/hooks/event-types/public/use-atom-get-public-event.d.ts +13 -0
- package/dist/src/hooks/event-types/public/use-atom-get-public-event.d.ts.map +1 -0
- package/dist/src/hooks/event-types/public/use-event-type.d.ts +5 -0
- package/dist/src/hooks/event-types/public/use-event-type.d.ts.map +1 -0
- package/dist/src/hooks/event-types/public/use-event-types.d.ts +4 -0
- package/dist/src/hooks/event-types/public/use-event-types.d.ts.map +1 -0
- package/dist/src/hooks/event-types/public/use-team-event-type.d.ts +4 -0
- package/dist/src/hooks/event-types/public/use-team-event-type.d.ts.map +1 -0
- package/dist/src/hooks/event-types/public/use-team-event-types.d.ts +4 -0
- package/dist/src/hooks/event-types/public/use-team-event-types.d.ts.map +1 -0
- package/dist/src/hooks/organizations/bookings/use-organization-bookings.d.ts +4 -0
- package/dist/src/hooks/organizations/bookings/use-organization-bookings.d.ts.map +1 -0
- package/dist/src/hooks/organizations/bookings/use-organization-user-bookings.d.ts +4 -0
- package/dist/src/hooks/organizations/bookings/use-organization-user-bookings.d.ts.map +1 -0
- package/dist/src/hooks/schedules/types.d.ts.map +1 -0
- package/dist/src/hooks/schedules/use-atom-create-schedule.d.ts +9 -0
- package/dist/src/hooks/schedules/use-atom-create-schedule.d.ts.map +1 -0
- package/dist/src/hooks/schedules/use-atom-duplicate-schedule.d.ts +11 -0
- package/dist/src/hooks/schedules/use-atom-duplicate-schedule.d.ts.map +1 -0
- package/dist/src/hooks/schedules/use-atom-get-all-schedules.d.ts +9 -0
- package/dist/src/hooks/schedules/use-atom-get-all-schedules.d.ts.map +1 -0
- package/dist/src/hooks/schedules/use-atom-schedule.d.ts +8 -0
- package/dist/src/hooks/schedules/use-atom-schedule.d.ts.map +1 -0
- package/dist/src/hooks/schedules/use-atom-update-schedule.d.ts +11 -0
- package/dist/src/hooks/schedules/use-atom-update-schedule.d.ts.map +1 -0
- package/dist/src/hooks/schedules/use-delete-schedule.d.ts +11 -0
- package/dist/src/hooks/schedules/use-delete-schedule.d.ts.map +1 -0
- package/dist/src/hooks/schedules/use-ensure-default-schedule.d.ts +3 -0
- package/dist/src/hooks/schedules/use-ensure-default-schedule.d.ts.map +1 -0
- package/dist/src/hooks/schedules/use-schedule.d.ts +7 -0
- package/dist/src/hooks/schedules/use-schedule.d.ts.map +1 -0
- package/dist/src/hooks/schedules/use-schedules.d.ts +7 -0
- package/dist/src/hooks/schedules/use-schedules.d.ts.map +1 -0
- package/dist/src/hooks/schedules/use-update-schedule.d.ts +10 -0
- package/dist/src/hooks/schedules/use-update-schedule.d.ts.map +1 -0
- package/dist/src/hooks/stripe/use-check.d.ts +22 -0
- package/dist/src/hooks/stripe/use-check.d.ts.map +1 -0
- package/dist/src/hooks/stripe/use-connect.d.ts +5 -0
- package/dist/src/hooks/stripe/use-connect.d.ts.map +1 -0
- package/dist/src/hooks/teams/use-team-members.d.ts +10 -0
- package/dist/src/hooks/teams/use-team-members.d.ts.map +1 -0
- package/dist/src/hooks/teams/use-teams.d.ts +7 -0
- package/dist/src/hooks/teams/use-teams.d.ts.map +1 -0
- package/dist/src/hooks/use-api-keys.d.ts +9 -0
- package/dist/src/hooks/use-api-keys.d.ts.map +1 -0
- package/dist/src/hooks/use-atoms-context.d.ts +32 -0
- package/dist/src/hooks/use-atoms-context.d.ts.map +1 -0
- package/dist/src/hooks/use-atoms-locale.d.ts +3 -0
- package/dist/src/hooks/use-atoms-locale.d.ts.map +1 -0
- package/dist/src/hooks/use-available-slots.d.ts +7 -0
- package/dist/src/hooks/use-available-slots.d.ts.map +1 -0
- package/dist/src/hooks/use-calendars-busy-times.d.ts +12 -0
- package/dist/src/hooks/use-calendars-busy-times.d.ts.map +1 -0
- package/dist/src/hooks/use-connected-calendars.d.ts +6 -0
- package/dist/src/hooks/use-connected-calendars.d.ts.map +1 -0
- package/dist/src/hooks/use-delete-selected-slot.d.ts +8 -0
- package/dist/src/hooks/use-delete-selected-slot.d.ts.map +1 -0
- package/dist/src/hooks/use-event-types-list.d.ts +18 -0
- package/dist/src/hooks/use-event-types-list.d.ts.map +1 -0
- package/dist/src/hooks/use-get-city-timezones.d.ts +10 -0
- package/dist/src/hooks/use-get-city-timezones.d.ts.map +1 -0
- package/dist/src/hooks/use-is-platform-booker-embed.d.ts +2 -0
- package/dist/src/hooks/use-is-platform-booker-embed.d.ts.map +1 -0
- package/dist/src/hooks/use-is-platform.d.ts +2 -0
- package/dist/src/hooks/use-is-platform.d.ts.map +1 -0
- package/dist/src/hooks/use-me.d.ts +9 -0
- package/dist/src/hooks/use-me.d.ts.map +1 -0
- package/dist/src/hooks/use-o-auth-client.d.ts +18 -0
- package/dist/src/hooks/use-o-auth-client.d.ts.map +1 -0
- package/dist/src/hooks/use-o-auth-flow.d.ts +15 -0
- package/dist/src/hooks/use-o-auth-flow.d.ts.map +1 -0
- package/dist/src/hooks/use-reserve-slot.d.ts +8 -0
- package/dist/src/hooks/use-reserve-slot.d.ts.map +1 -0
- package/dist/src/hooks/use-schedule-by-event-slug.d.ts +16 -0
- package/dist/src/hooks/use-schedule-by-event-slug.d.ts.map +1 -0
- package/dist/src/hooks/use-slots.d.ts +24 -0
- package/dist/src/hooks/use-slots.d.ts.map +1 -0
- package/dist/src/hooks/use-timezone.d.ts +2 -0
- package/dist/src/hooks/use-timezone.d.ts.map +1 -0
- package/dist/src/hooks/use-update-user-timezone.d.ts +7 -0
- package/dist/src/hooks/use-update-user-timezone.d.ts.map +1 -0
- package/dist/src/hooks/use-verify-code.d.ts +18 -0
- package/dist/src/hooks/use-verify-code.d.ts.map +1 -0
- package/dist/src/hooks/use-verify-email.d.ts +20 -0
- package/dist/src/hooks/use-verify-email.d.ts.map +1 -0
- package/dist/src/index.d.ts +51 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/lib/append-client-id-to-email.d.ts +2 -0
- package/dist/src/lib/append-client-id-to-email.d.ts.map +1 -0
- package/dist/src/lib/get-placeholder-content.d.ts +16 -0
- package/dist/src/lib/get-placeholder-content.d.ts.map +1 -0
- package/dist/src/lib/get-query-param.d.ts +3 -0
- package/dist/src/lib/get-query-param.d.ts.map +1 -0
- package/dist/src/lib/get-utm-tracking-parameters.d.ts +5 -0
- package/dist/src/lib/get-utm-tracking-parameters.d.ts.map +1 -0
- package/dist/src/lib/http.d.ts.map +1 -0
- package/dist/src/lib/markdown-to-safe-html-client.d.ts +8 -0
- package/dist/src/lib/markdown-to-safe-html-client.d.ts.map +1 -0
- package/dist/src/lib/markdown-to-safe-html.d.ts +2 -0
- package/dist/src/lib/markdown-to-safe-html.d.ts.map +1 -0
- package/dist/src/lib/set-query-param.d.ts +3 -0
- package/dist/src/lib/set-query-param.d.ts.map +1 -0
- package/dist/src/lib/time-zones.d.ts +15 -0
- package/dist/src/lib/time-zones.d.ts.map +1 -0
- package/dist/src/lib/use-locale.d.ts +9 -0
- package/dist/src/lib/use-locale.d.ts.map +1 -0
- package/dist/src/lib/utils.d.ts.map +1 -0
- package/dist/src/list-schedules/components/schedule-list-item.d.ts +39 -0
- package/dist/src/list-schedules/components/schedule-list-item.d.ts.map +1 -0
- package/dist/src/list-schedules/index.d.ts +2 -0
- package/dist/src/list-schedules/index.d.ts.map +1 -0
- package/dist/src/list-schedules/wrappers/list-schedules-platform-wrapper.d.ts +6 -0
- package/dist/src/list-schedules/wrappers/list-schedules-platform-wrapper.d.ts.map +1 -0
- package/dist/src/onboarding/continue-with-calcom.d.ts.map +1 -0
- package/dist/src/onboarding/export.d.ts +3 -0
- package/dist/src/onboarding/export.d.ts.map +1 -0
- package/dist/src/onboarding/onboarding-embed.d.ts.map +1 -0
- package/dist/src/onboarding/types.d.ts +31 -0
- package/dist/src/onboarding/types.d.ts.map +1 -0
- package/dist/src/router/index.d.ts +2 -0
- package/dist/src/router/index.d.ts.map +1 -0
- package/dist/src/router/router.d.ts +30 -0
- package/dist/src/router/router.d.ts.map +1 -0
- package/dist/src/selected-calendars/index.d.ts +2 -0
- package/dist/src/selected-calendars/index.d.ts.map +1 -0
- package/dist/src/selected-calendars/selected-calendars-settings.d.ts +6 -0
- package/dist/src/selected-calendars/selected-calendars-settings.d.ts.map +1 -0
- package/dist/src/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.d.ts +38 -0
- package/dist/src/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/src/timezone/index.d.ts +6 -0
- package/dist/src/timezone/index.d.ts.map +1 -0
- package/dist/src/timezone/timezone-select-component.d.ts +15 -0
- package/dist/src/timezone/timezone-select-component.d.ts.map +1 -0
- package/dist/src/troubleshooter/components/calendar-toggle-container-component.d.ts +31 -0
- package/dist/src/troubleshooter/components/calendar-toggle-container-component.d.ts.map +1 -0
- package/dist/src/troubleshooter/components/event-schedule-item-component.d.ts +12 -0
- package/dist/src/troubleshooter/components/event-schedule-item-component.d.ts.map +1 -0
- package/dist/src/troubleshooter/components/event-type-select-component.d.ts +18 -0
- package/dist/src/troubleshooter/components/event-type-select-component.d.ts.map +1 -0
- package/dist/src/troubleshooter/components/troubleshooter-list-item-container.d.ts +12 -0
- package/dist/src/troubleshooter/components/troubleshooter-list-item-container.d.ts.map +1 -0
- package/dist/src/troubleshooter/index.d.ts +2 -0
- package/dist/src/troubleshooter/index.d.ts.map +1 -0
- package/dist/src/troubleshooter/large-calendar/large-calendar.d.ts +6 -0
- package/dist/src/troubleshooter/large-calendar/large-calendar.d.ts.map +1 -0
- package/dist/src/troubleshooter/sidebar/calendar-toggle-container.d.ts +7 -0
- package/dist/src/troubleshooter/sidebar/calendar-toggle-container.d.ts.map +1 -0
- package/dist/src/troubleshooter/sidebar/event-schedule-item.d.ts +2 -0
- package/dist/src/troubleshooter/sidebar/event-schedule-item.d.ts.map +1 -0
- package/dist/src/troubleshooter/sidebar/event-type-select.d.ts +2 -0
- package/dist/src/troubleshooter/sidebar/event-type-select.d.ts.map +1 -0
- package/dist/src/troubleshooter/sidebar/troubleshooter-sidebar.d.ts +17 -0
- package/dist/src/troubleshooter/sidebar/troubleshooter-sidebar.d.ts.map +1 -0
- package/dist/src/troubleshooter/store.d.ts +30 -0
- package/dist/src/troubleshooter/store.d.ts.map +1 -0
- package/dist/src/troubleshooter/types.d.ts +11 -0
- package/dist/src/troubleshooter/types.d.ts.map +1 -0
- package/dist/src/troubleshooter/wrappers/troubleshooter-platform-wrapper.d.ts +14 -0
- package/dist/src/troubleshooter/wrappers/troubleshooter-platform-wrapper.d.ts.map +1 -0
- package/dist/src/types.d.ts.map +1 -0
- package/dist/src/vendor/analytics.d.ts +17 -0
- package/dist/src/vendor/analytics.d.ts.map +1 -0
- package/dist/src/vendor/availability.d.ts +15 -0
- package/dist/src/vendor/availability.d.ts.map +1 -0
- package/dist/src/vendor/avatar-url.d.ts +23 -0
- package/dist/src/vendor/avatar-url.d.ts.map +1 -0
- package/dist/src/vendor/booker-url.d.ts +13 -0
- package/dist/src/vendor/booker-url.d.ts.map +1 -0
- package/dist/src/vendor/booking-to-mutation-input.d.ts +96 -0
- package/dist/src/vendor/booking-to-mutation-input.d.ts.map +1 -0
- package/dist/src/vendor/cal-ai-phone.d.ts +4 -0
- package/dist/src/vendor/cal-ai-phone.d.ts.map +1 -0
- package/dist/src/vendor/check-for-empty-assignment.d.ts +16 -0
- package/dist/src/vendor/check-for-empty-assignment.d.ts.map +1 -0
- package/dist/src/vendor/children-event-type.d.ts +44 -0
- package/dist/src/vendor/children-event-type.d.ts.map +1 -0
- package/dist/src/vendor/currency.d.ts +3 -0
- package/dist/src/vendor/currency.d.ts.map +1 -0
- package/dist/src/vendor/dayjs/index.d.ts.map +1 -0
- package/dist/src/vendor/dayjs/plugins/business-days-plugin.d.ts.map +1 -0
- package/dist/src/vendor/dayjs-utils.d.ts +4 -0
- package/dist/src/vendor/dayjs-utils.d.ts.map +1 -0
- package/dist/src/vendor/error-codes.d.ts +40 -0
- package/dist/src/vendor/error-codes.d.ts.map +1 -0
- package/dist/src/vendor/event-naming.d.ts +33 -0
- package/dist/src/vendor/event-naming.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/base-schema.d.ts +917 -0
- package/dist/src/vendor/form-builder/base-schema.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/field-type-enum.d.ts +4 -0
- package/dist/src/vendor/form-builder/field-type-enum.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/field-types.d.ts +5 -0
- package/dist/src/vendor/form-builder/field-types.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/fields-that-support-label-as-safe-html.d.ts +3 -0
- package/dist/src/vendor/form-builder/fields-that-support-label-as-safe-html.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/props-types.d.ts +18 -0
- package/dist/src/vendor/form-builder/props-types.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/schema.d.ts +761 -0
- package/dist/src/vendor/form-builder/schema.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/system-field.d.ts +9 -0
- package/dist/src/vendor/form-builder/system-field.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/use-should-be-disabled-due-to-prefill.d.ts +12 -0
- package/dist/src/vendor/form-builder/use-should-be-disabled-due-to-prefill.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/utils/get-field-identifier.d.ts +2 -0
- package/dist/src/vendor/form-builder/utils/get-field-identifier.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/utils/variants-config.d.ts +40 -0
- package/dist/src/vendor/form-builder/utils/variants-config.d.ts.map +1 -0
- package/dist/src/vendor/form-builder/utils.d.ts +7 -0
- package/dist/src/vendor/form-builder/utils.d.ts.map +1 -0
- package/dist/src/vendor/form-builder-widgets/index.d.ts +49 -0
- package/dist/src/vendor/form-builder-widgets/index.d.ts.map +1 -0
- package/dist/src/vendor/format-date-time.d.ts +15 -0
- package/dist/src/vendor/format-date-time.d.ts.map +1 -0
- package/dist/src/vendor/get-available-dates-in-month.d.ts +12 -0
- package/dist/src/vendor/get-available-dates-in-month.d.ts.map +1 -0
- package/dist/src/vendor/get-avatar-url.d.ts +5 -0
- package/dist/src/vendor/get-avatar-url.d.ts.map +1 -0
- package/dist/src/vendor/get-routed-team-member-ids.d.ts +2 -0
- package/dist/src/vendor/get-routed-team-member-ids.d.ts.map +1 -0
- package/dist/src/vendor/get-stripe.d.ts +7 -0
- package/dist/src/vendor/get-stripe.d.ts.map +1 -0
- package/dist/src/vendor/get-username-list.d.ts +2 -0
- package/dist/src/vendor/get-username-list.d.ts.map +1 -0
- package/dist/src/vendor/hooks/use-debounce.d.ts +2 -0
- package/dist/src/vendor/hooks/use-debounce.d.ts.map +1 -0
- package/dist/src/vendor/hooks/use-media-query.d.ts +3 -0
- package/dist/src/vendor/hooks/use-media-query.d.ts.map +1 -0
- package/dist/src/vendor/hooks/use-router-query.d.ts +2 -0
- package/dist/src/vendor/hooks/use-router-query.d.ts.map +1 -0
- package/dist/src/vendor/host-group-utils.d.ts +19 -0
- package/dist/src/vendor/host-group-utils.d.ts.map +1 -0
- package/dist/src/vendor/interval-limit.d.ts +6 -0
- package/dist/src/vendor/interval-limit.d.ts.map +1 -0
- package/dist/src/vendor/invert-logo-on-dark.d.ts +2 -0
- package/dist/src/vendor/invert-logo-on-dark.d.ts.map +1 -0
- package/dist/src/vendor/locales/de/common.json.d.ts +319 -0
- package/dist/src/vendor/locales/en/common.json.d.ts +319 -0
- package/dist/src/vendor/locales/es/common.json.d.ts +319 -0
- package/dist/src/vendor/locales/fr/common.json.d.ts +319 -0
- package/dist/src/vendor/locales/it/common.json.d.ts +319 -0
- package/dist/src/vendor/locales/nl/common.json.d.ts +319 -0
- package/dist/src/vendor/locales/pt-BR/common.json.d.ts +319 -0
- package/dist/src/vendor/locations-resolver.d.ts +38 -0
- package/dist/src/vendor/locations-resolver.d.ts.map +1 -0
- package/dist/src/vendor/locations.d.ts +58 -0
- package/dist/src/vendor/locations.d.ts.map +1 -0
- package/dist/src/vendor/parse-dates.d.ts +18 -0
- package/dist/src/vendor/parse-dates.d.ts.map +1 -0
- package/dist/src/vendor/payments.d.ts +50 -0
- package/dist/src/vendor/payments.d.ts.map +1 -0
- package/dist/src/vendor/phone-input/phone-input.d.ts +17 -0
- package/dist/src/vendor/phone-input/phone-input.d.ts.map +1 -0
- package/dist/src/vendor/phone-input/phone-masks.d.ts +8 -0
- package/dist/src/vendor/phone-input/phone-masks.d.ts.map +1 -0
- package/dist/src/vendor/query-param.d.ts.map +1 -0
- package/dist/src/vendor/recurring.d.ts +27 -0
- package/dist/src/vendor/recurring.d.ts.map +1 -0
- package/dist/src/vendor/schedule-list-item.d.ts +55 -0
- package/dist/src/vendor/schedule-list-item.d.ts.map +1 -0
- package/dist/src/vendor/scroll.d.ts +2 -0
- package/dist/src/vendor/scroll.d.ts.map +1 -0
- package/dist/src/vendor/server-trans.d.ts +25 -0
- package/dist/src/vendor/server-trans.d.ts.map +1 -0
- package/dist/src/vendor/slugify.d.ts +3 -0
- package/dist/src/vendor/slugify.d.ts.map +1 -0
- package/dist/src/vendor/time-format.d.ts +10 -0
- package/dist/src/vendor/time-format.d.ts.map +1 -0
- package/dist/src/vendor/time-preferences.d.ts +14 -0
- package/dist/src/vendor/time-preferences.d.ts.map +1 -0
- package/dist/src/vendor/time-shift.d.ts +6 -0
- package/dist/src/vendor/time-shift.d.ts.map +1 -0
- package/dist/src/vendor/timezone-constants.d.ts +3 -0
- package/dist/src/vendor/timezone-constants.d.ts.map +1 -0
- package/dist/src/vendor/timezone.d.ts +10 -0
- package/dist/src/vendor/timezone.d.ts.map +1 -0
- package/dist/src/vendor/validate-booker-layouts.d.ts +8 -0
- package/dist/src/vendor/validate-booker-layouts.d.ts.map +1 -0
- package/dist/src/vendor/webstorage.d.ts +18 -0
- package/dist/src/vendor/webstorage.d.ts.map +1 -0
- package/dist/src/vendor/weekday.d.ts +5 -0
- package/dist/src/vendor/weekday.d.ts.map +1 -0
- package/dist/src/vendor/weekstart.d.ts +3 -0
- package/dist/src/vendor/weekstart.d.ts.map +1 -0
- package/dist/stripe-payment-form-B8jt-Dp0.js +544 -0
- package/dist/vite.config.d.ts.map +1 -0
- package/dist/vitest.config.d.ts +12 -0
- package/dist/vitest.config.d.ts.map +1 -0
- package/globals.tw3.min.css +21 -0
- package/package.json +100 -37
- package/src/add-members-switch/add-members-with-switch-platform-wrapper.tsx +9 -0
- package/src/add-members-switch/add-members-with-switch.tsx +321 -0
- package/src/availability/availability-settings.tsx +806 -0
- package/src/availability/components/date-override-input-dialog.tsx +254 -0
- package/src/availability/components/date-override-list.tsx +167 -0
- package/src/availability/components/schedule-component.tsx +790 -0
- package/src/availability/index.ts +3 -0
- package/src/availability/types.ts +40 -0
- package/src/availability/wrappers/availability-settings-platform-wrapper.tsx +224 -0
- package/src/booker/Booker.docs.mdx +12 -0
- package/src/booker/__tests__/config.test.ts +58 -0
- package/src/booker/__tests__/store-extended.test.ts +349 -0
- package/src/booker/__tests__/store.test.ts +230 -0
- package/src/booker/booker-platform-wrapper.tsx +625 -0
- package/src/booker/booker-store-provider.tsx +117 -0
- package/src/booker/components/available-time-slots.tsx +245 -0
- package/src/booker/components/available-times-header.tsx +79 -0
- package/src/booker/components/available-times.tsx +359 -0
- package/src/booker/components/book-event-form/book-event-form.tsx +344 -0
- package/src/booker/components/book-event-form/book-form-as-modal.tsx +85 -0
- package/src/booker/components/book-event-form/booking-fields.tsx +257 -0
- package/src/booker/components/book-event-form/index.ts +4 -0
- package/src/booker/components/book-event-form/skeleton.tsx +29 -0
- package/src/booker/components/booker-component.tsx +699 -0
- package/src/booker/components/booker-section.tsx +49 -0
- package/src/booker/components/dry-run-message.tsx +31 -0
- package/src/booker/components/event-meta/available-event-locations.tsx +121 -0
- package/src/booker/components/event-meta/details.tsx +187 -0
- package/src/booker/components/event-meta/duration.tsx +141 -0
- package/src/booker/components/event-meta/index.ts +6 -0
- package/src/booker/components/event-meta/locations.tsx +71 -0
- package/src/booker/components/event-meta/members.tsx +99 -0
- package/src/booker/components/event-meta/occurences.tsx +142 -0
- package/src/booker/components/event-meta/price-icon.tsx +65 -0
- package/src/booker/components/event-meta/price.tsx +103 -0
- package/src/booker/components/event-meta/skeleton.tsx +19 -0
- package/src/booker/components/event-meta/title.tsx +18 -0
- package/src/booker/components/event-meta.tsx +292 -0
- package/src/booker/components/external-redirect-interstitial.tsx +78 -0
- package/src/booker/components/form-builder/components.tsx +541 -0
- package/src/booker/components/form-builder/form-builder-field.tsx +390 -0
- package/src/booker/components/having-trouble-finding-time.tsx +49 -0
- package/src/booker/components/header.tsx +261 -0
- package/src/booker/components/instant-booking.tsx +74 -0
- package/src/booker/components/out-of-office-in-slots.tsx +116 -0
- package/src/booker/components/overlay-calendar/overlay-calendar-continue-modal.tsx +47 -0
- package/src/booker/components/overlay-calendar/overlay-calendar-settings-modal.tsx +129 -0
- package/src/booker/components/overlay-calendar/overlay-calendar-switch.tsx +73 -0
- package/src/booker/components/overlay-calendar/overlay-calendar.tsx +80 -0
- package/src/booker/components/overlay-calendar/store.ts +27 -0
- package/src/booker/components/pay-icon.tsx +6 -0
- package/src/booker/components/price.tsx +13 -0
- package/src/booker/components/redirect-to-instant-meeting-modal.tsx +121 -0
- package/src/booker/components/scrollable-with-gradients.tsx +77 -0
- package/src/booker/components/seats-availability-text.tsx +43 -0
- package/src/booker/components/section.tsx +51 -0
- package/src/booker/components/slot-selection-modal-header.tsx +116 -0
- package/src/booker/components/time-format-toggle.tsx +28 -0
- package/src/booker/components/unavailable.tsx +30 -0
- package/src/booker/components/unpublished-entity.tsx +30 -0
- package/src/booker/components/verify-code-dialog.tsx +131 -0
- package/src/booker/config.ts +206 -0
- package/src/booker/export.ts +5 -0
- package/src/booker/framer-features.ts +3 -0
- package/src/booker/hooks/__tests__/use-booker-layout.test.tsx +98 -0
- package/src/booker/hooks/__tests__/use-check-overlap-with-overlay.test.ts +95 -0
- package/src/booker/hooks/__tests__/use-local-set.test.tsx +72 -0
- package/src/booker/hooks/__tests__/use-non-empty-schedule-days.test.tsx +37 -0
- package/src/booker/hooks/__tests__/use-overlay-calendar.test.tsx +122 -0
- package/src/booker/hooks/__tests__/use-should-show-arrows.test.tsx +45 -0
- package/src/booker/hooks/__tests__/use-skip-confirm-step.test.ts +54 -0
- package/src/booker/hooks/__tests__/use-slots-for-date.test.tsx +65 -0
- package/src/booker/hooks/__tests__/use-stable-timezone.test.ts +74 -0
- package/src/booker/hooks/__tests__/use-times-for-schedule.test.tsx +132 -0
- package/src/booker/hooks/embed-stubs.ts +30 -0
- package/src/booker/hooks/use-available-time-slots.ts +48 -0
- package/src/booker/hooks/use-booker-layout.ts +131 -0
- package/src/booker/hooks/use-booker-time.ts +21 -0
- package/src/booker/hooks/use-booking-form.ts +108 -0
- package/src/booker/hooks/use-bookings-types.ts +10 -0
- package/src/booker/hooks/use-check-overlap-with-overlay.ts +49 -0
- package/src/booker/hooks/use-initialize-week-start.ts +20 -0
- package/src/booker/hooks/use-is-quick-availability-check-feature-enabled.ts +45 -0
- package/src/booker/hooks/use-local-set.tsx +70 -0
- package/src/booker/hooks/use-non-empty-schedule-days.ts +23 -0
- package/src/booker/hooks/use-overlay-calendar.ts +94 -0
- package/src/booker/hooks/use-should-show-arrows.ts +33 -0
- package/src/booker/hooks/use-skip-confirm-step.ts +79 -0
- package/src/booker/hooks/use-slots-for-date.ts +51 -0
- package/src/booker/hooks/use-stable-timezone.ts +13 -0
- package/src/booker/hooks/use-times-for-schedule.ts +123 -0
- package/src/booker/store.ts +831 -0
- package/src/booker/types.ts +142 -0
- package/src/booker/use-slot-reservation-id.ts +14 -0
- package/src/booker/utils/__tests__/booker-utils.test.ts +159 -0
- package/src/booker/utils/__tests__/is-timeslot-available.test.ts +224 -0
- package/src/booker/utils/are-different-valid-months.ts +5 -0
- package/src/booker/utils/dates.tsx +90 -0
- package/src/booker/utils/get-booker-timezone.ts +9 -0
- package/src/booker/utils/get-booking-duration.ts +19 -0
- package/src/booker/utils/get-prefetch-month-count.ts +24 -0
- package/src/booker/utils/is-booking-dry-run.ts +5 -0
- package/src/booker/utils/is-month-change.ts +5 -0
- package/src/booker/utils/is-month-view-prefetch-enabled.ts +14 -0
- package/src/booker/utils/is-prefetch-next-month-enabled.ts +27 -0
- package/src/booker/utils/is-timeslot-available.ts +78 -0
- package/src/booker/utils/layout.ts +5 -0
- package/src/booker-embed/__tests__/use-get-routing-form-url-props.test.tsx +133 -0
- package/src/booker-embed/booker-embed.tsx +117 -0
- package/src/booker-embed/index.ts +1 -0
- package/src/booker-embed/use-get-routing-form-url-props.tsx +95 -0
- package/src/cal-provider/base-cal-provider.tsx +248 -0
- package/src/cal-provider/cal-o-auth-provider.tsx +77 -0
- package/src/cal-provider/cal-provider.tsx +112 -0
- package/src/cal-provider/index.ts +2 -0
- package/src/cal-provider/languages.ts +78 -0
- package/src/calendar-settings/index.ts +1 -0
- package/src/calendar-settings/wrappers/calendar-settings-platform-wrapper.tsx +45 -0
- package/src/calendar-view/calendar-view-component.tsx +35 -0
- package/src/calendar-view/components/calendar.tsx +1 -0
- package/src/calendar-view/components/date-picker.tsx +498 -0
- package/src/calendar-view/components/large-calendar.tsx +201 -0
- package/src/calendar-view/components/no-availability-dialog.tsx +74 -0
- package/src/calendar-view/event-type-calendar-view-component.tsx +152 -0
- package/src/calendar-view/index.ts +1 -0
- package/src/calendar-view/scheduler/components/calendar.tsx +231 -0
- package/src/calendar-view/scheduler/components/current-time/index.tsx +87 -0
- package/src/calendar-view/scheduler/components/date-values/index.tsx +114 -0
- package/src/calendar-view/scheduler/components/default-out-of-office-slot.tsx +68 -0
- package/src/calendar-view/scheduler/components/event/all-day-events.test.tsx +799 -0
- package/src/calendar-view/scheduler/components/event/all-day-events.tsx +360 -0
- package/src/calendar-view/scheduler/components/event/empty.tsx +229 -0
- package/src/calendar-view/scheduler/components/event/event-list.tsx +137 -0
- package/src/calendar-view/scheduler/components/event/event.tsx +165 -0
- package/src/calendar-view/scheduler/components/event/index.tsx +4 -0
- package/src/calendar-view/scheduler/components/grid/index.tsx +24 -0
- package/src/calendar-view/scheduler/components/heading/index.tsx +1 -0
- package/src/calendar-view/scheduler/components/heading/scheduler-heading.tsx +40 -0
- package/src/calendar-view/scheduler/components/horizontal-lines/index.tsx +48 -0
- package/src/calendar-view/scheduler/components/spinner/spinner.tsx +23 -0
- package/src/calendar-view/scheduler/components/vertical-lines/index.tsx +40 -0
- package/src/calendar-view/scheduler/state/__tests__/store.test.ts +147 -0
- package/src/calendar-view/scheduler/state/store.ts +93 -0
- package/src/calendar-view/scheduler/styles/styles.css +20 -0
- package/src/calendar-view/scheduler/types/common.ts +1 -0
- package/src/calendar-view/scheduler/types/events.ts +20 -0
- package/src/calendar-view/scheduler/types/state.ts +126 -0
- package/src/calendar-view/scheduler/utils/__tests__/overlap.test.ts +650 -0
- package/src/calendar-view/scheduler/utils/__tests__/utils.test.ts +133 -0
- package/src/calendar-view/scheduler/utils/index.ts +100 -0
- package/src/calendar-view/scheduler/utils/overlap.ts +175 -0
- package/src/calendar-view/wrappers/calendar-view-platform-wrapper.tsx +41 -0
- package/src/components/atoms-wrapper.tsx +22 -0
- package/src/components/ui/address-input.tsx +36 -0
- package/src/components/ui/alert.tsx +67 -0
- package/src/components/ui/app-list-card.tsx +94 -0
- package/src/components/ui/avatar-group.tsx +59 -0
- package/src/components/ui/avatar.tsx +94 -0
- package/src/components/ui/badge.tsx +93 -0
- package/src/components/ui/button-group.tsx +40 -0
- package/src/components/ui/button.tsx +177 -0
- package/src/components/ui/calendar-switch.tsx +56 -0
- package/src/components/ui/checkbox.tsx +126 -0
- package/src/components/ui/checked-team-select.tsx +225 -0
- package/src/components/ui/confirmation-dialog-content.tsx +82 -0
- package/src/components/ui/controlled-dialog.tsx +30 -0
- package/src/components/ui/dialog.tsx +165 -0
- package/src/components/ui/disconnect-calendar-integration.tsx +52 -0
- package/src/components/ui/divider.tsx +22 -0
- package/src/components/ui/dropdown.tsx +240 -0
- package/src/components/ui/editable-heading.tsx +64 -0
- package/src/components/ui/empty-screen.tsx +86 -0
- package/src/components/ui/form.tsx +46 -0
- package/src/components/ui/icon.tsx +249 -0
- package/src/components/ui/icons.tsx +313 -0
- package/src/components/ui/info-badge.tsx +12 -0
- package/src/components/ui/label.tsx +13 -0
- package/src/components/ui/navigation.tsx +38 -0
- package/src/components/ui/popover.tsx +31 -0
- package/src/components/ui/radio-area-group.tsx +67 -0
- package/src/components/ui/radio.tsx +72 -0
- package/src/components/ui/react-select-components.tsx +86 -0
- package/src/components/ui/select.tsx +123 -0
- package/src/components/ui/settings-header.tsx +87 -0
- package/src/components/ui/settings-toggle.tsx +123 -0
- package/src/components/ui/shell.tsx +47 -0
- package/src/components/ui/show-toast.tsx +11 -0
- package/src/components/ui/skeleton.tsx +112 -0
- package/src/components/ui/switch.tsx +28 -0
- package/src/components/ui/text-field.tsx +241 -0
- package/src/components/ui/toast.tsx +121 -0
- package/src/components/ui/toaster.tsx +28 -0
- package/src/components/ui/toggle-group.tsx +109 -0
- package/src/components/ui/tooltip.tsx +84 -0
- package/src/components/ui/use-toast.ts +187 -0
- package/src/components/ui/user-avatar-group-with-org.tsx +45 -0
- package/src/connect/apple/apple-connect.tsx +197 -0
- package/src/connect/components/disconnect-integration-modal.tsx +51 -0
- package/src/connect/components/office365-account-dialog.tsx +48 -0
- package/src/connect/conferencing-apps/components/app-list.tsx +238 -0
- package/src/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.tsx +358 -0
- package/src/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.ts +50 -0
- package/src/connect/conferencing-apps/hooks/use-atom-get-event-types.ts +34 -0
- package/src/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.ts +38 -0
- package/src/connect/conferencing-apps/hooks/use-connect.ts +157 -0
- package/src/connect/conferencing-apps/hooks/use-delete-credential.ts +38 -0
- package/src/connect/conferencing-apps/hooks/use-get-default-conferencing-app.ts +38 -0
- package/src/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.ts +43 -0
- package/src/connect/google/gcal-connect.tsx +42 -0
- package/src/connect/index.ts +3 -0
- package/src/connect/o-auth-connect.tsx +148 -0
- package/src/connect/outlook/outlook-connect.tsx +42 -0
- package/src/connect/stripe/stripe-connect.tsx +81 -0
- package/src/constants/api.ts +114 -0
- package/src/constants/app.ts +44 -0
- package/src/constants/apps.ts +37 -0
- package/src/constants/index.ts +3 -0
- package/src/constants/styles.ts +1 -0
- package/src/contracts/api.ts +30 -0
- package/src/contracts/apps.ts +24 -0
- package/src/contracts/booker.ts +287 -0
- package/src/contracts/bookings.ts +141 -0
- package/src/contracts/calendars.ts +87 -0
- package/src/contracts/event-types.ts +252 -0
- package/src/contracts/index.ts +12 -0
- package/src/contracts/oauth.ts +47 -0
- package/src/contracts/organizations.ts +14 -0
- package/src/contracts/schedules.ts +100 -0
- package/src/contracts/slots.ts +63 -0
- package/src/contracts/teams.ts +35 -0
- package/src/contracts/user.ts +25 -0
- package/src/create-schedule/create-schedule-form.tsx +110 -0
- package/src/create-schedule/index.tsx +1 -0
- package/src/create-schedule/wrappers/create-schedule-platform-wrapper.tsx +69 -0
- package/src/destination-calendar/components/destination-calendar-selector.tsx +34 -0
- package/src/destination-calendar/destination-calendar-selector.tsx +149 -0
- package/src/destination-calendar/destination-calendar.tsx +82 -0
- package/src/destination-calendar/destination-reminder-selector.tsx +51 -0
- package/src/destination-calendar/index.ts +1 -0
- package/src/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.tsx +62 -0
- package/src/event-types/__tests__/event-type-list-item.test.tsx +196 -0
- package/src/event-types/__tests__/format-event-type-duration.test.ts +47 -0
- package/src/event-types/components/__tests__/children-event-type-select.test.tsx +291 -0
- package/src/event-types/components/assign-all-team-members.tsx +46 -0
- package/src/event-types/components/bulk-edit-default-for-events-modal.tsx +129 -0
- package/src/event-types/components/children-event-type-select.tsx +223 -0
- package/src/event-types/components/create-event-type-form.tsx +160 -0
- package/src/event-types/components/event-team-assignment-tab.tsx +9 -0
- package/src/event-types/components/event-type-list-item.tsx +153 -0
- package/src/event-types/components/host-edit-dialogs.tsx +277 -0
- package/src/event-types/components/learn-more-link.tsx +41 -0
- package/src/event-types/components/managed-event-dialog.tsx +62 -0
- package/src/event-types/components/recurring-event-controller.tsx +247 -0
- package/src/event-types/components/tabs/event-recurring-tab.tsx +34 -0
- package/src/event-types/components/team-assignment/assign-all-managed-warning-dialog.tsx +43 -0
- package/src/event-types/components/team-assignment/children-event-types-list.tsx +43 -0
- package/src/event-types/components/team-assignment/children-event-types.tsx +62 -0
- package/src/event-types/components/team-assignment/event-team-assignment-tab.tsx +300 -0
- package/src/event-types/components/team-assignment/fixed-hosts.tsx +170 -0
- package/src/event-types/components/team-assignment/hosts.tsx +125 -0
- package/src/event-types/components/team-assignment/round-robin-hosts.tsx +266 -0
- package/src/event-types/components/team-event-type-form.tsx +183 -0
- package/src/event-types/components/weight-description.tsx +24 -0
- package/src/event-types/hooks/__tests__/use-assign-all-managed-warning.test.ts +78 -0
- package/src/event-types/hooks/__tests__/use-team-event-assignment.test.tsx +218 -0
- package/src/event-types/hooks/use-add-verified-email.ts +64 -0
- package/src/event-types/hooks/use-apps-data-stub.ts +19 -0
- package/src/event-types/hooks/use-assign-all-managed-warning.ts +45 -0
- package/src/event-types/hooks/use-atom-event-type-app-integration.ts +49 -0
- package/src/event-types/hooks/use-atom-event-type-by-id.ts +25 -0
- package/src/event-types/hooks/use-atom-event-type-payment-info.ts +36 -0
- package/src/event-types/hooks/use-atom-get-all-event-types.ts +30 -0
- package/src/event-types/hooks/use-atom-host-schedules.ts +36 -0
- package/src/event-types/hooks/use-atom-update-event-type.ts +61 -0
- package/src/event-types/hooks/use-event-type-form.test.ts +192 -0
- package/src/event-types/hooks/use-event-type-form.ts +501 -0
- package/src/event-types/hooks/use-get-verified-emails.ts +27 -0
- package/src/event-types/hooks/use-handle-route-change.ts +57 -0
- package/src/event-types/hooks/use-locked-fields-manager-stub.ts +30 -0
- package/src/event-types/hooks/use-platform-tabs-navigations.tsx +138 -0
- package/src/event-types/hooks/use-tabs-navigations.test.ts +31 -0
- package/src/event-types/hooks/use-tabs-navigations.tsx +266 -0
- package/src/event-types/hooks/use-team-event-assignment.ts +127 -0
- package/src/event-types/hooks/use-team-members-with-segment-platform.tsx +107 -0
- package/src/event-types/index.ts +1 -0
- package/src/event-types/lib/format-event-type-duration.ts +25 -0
- package/src/event-types/payments/payment-form.tsx +150 -0
- package/src/event-types/payments/payment-page-types.ts +47 -0
- package/src/event-types/payments/payment.tsx +115 -0
- package/src/event-types/payments/stripe-payment-form.tsx +136 -0
- package/src/event-types/types.ts +16 -0
- package/src/event-types/wrappers/create-event-type-platform-wrapper.tsx +148 -0
- package/src/event-types/wrappers/event-recurring-tab-platform-wrapper.tsx +8 -0
- package/src/event-types/wrappers/event-team-assignment-tab-platform-wrapper.tsx +15 -0
- package/src/event-types/wrappers/event-type-platform-wrapper.tsx +399 -0
- package/src/event-types/wrappers/list-event-types-platform-wrapper.tsx +85 -0
- package/src/event-types/wrappers/types.ts +5 -0
- package/src/hooks/__tests__/use-is-platform.test.tsx +58 -0
- package/src/hooks/__tests__/use-slot-mutations.test.tsx +113 -0
- package/src/hooks/__tests__/use-timezone-hooks.test.tsx +67 -0
- package/src/hooks/__tests__/use-verify-code.test.tsx +120 -0
- package/src/hooks/bookings/__tests__/use-booking-mutations.test.tsx +123 -0
- package/src/hooks/bookings/__tests__/use-booking-queries.test.tsx +108 -0
- package/src/hooks/bookings/use-booking.ts +28 -0
- package/src/hooks/bookings/use-bookings.ts +61 -0
- package/src/hooks/bookings/use-cancel-booking.ts +47 -0
- package/src/hooks/bookings/use-create-booking.ts +43 -0
- package/src/hooks/bookings/use-create-instant-booking.ts +39 -0
- package/src/hooks/bookings/use-create-recurring-booking.ts +42 -0
- package/src/hooks/bookings/use-get-booking-for-reschedule.ts +51 -0
- package/src/hooks/bookings/use-handle-book-event.ts +156 -0
- package/src/hooks/calendars/__tests__/use-calendar-mutations.test.tsx +225 -0
- package/src/hooks/calendars/use-add-selected-calendar.ts +65 -0
- package/src/hooks/calendars/use-delete-calendar-credentials.ts +67 -0
- package/src/hooks/calendars/use-remove-selected-calendar.ts +67 -0
- package/src/hooks/calendars/use-update-destination-calendars.ts +60 -0
- package/src/hooks/connect/__tests__/use-connect.test.tsx +109 -0
- package/src/hooks/connect/use-check.ts +61 -0
- package/src/hooks/connect/use-connect.ts +106 -0
- package/src/hooks/event-types/private/__tests__/event-type-mutations.test.tsx +160 -0
- package/src/hooks/event-types/private/use-create-event-type-form.ts +30 -0
- package/src/hooks/event-types/private/use-create-event-type.ts +38 -0
- package/src/hooks/event-types/private/use-create-team-event-type.ts +42 -0
- package/src/hooks/event-types/private/use-delete-event-type-by-id.ts +30 -0
- package/src/hooks/event-types/private/use-delete-team-event-type-by-id.ts +45 -0
- package/src/hooks/event-types/private/use-event-type-by-id.ts +23 -0
- package/src/hooks/event-types/public/__tests__/public-event-type-hooks.test.tsx +128 -0
- package/src/hooks/event-types/public/use-atom-get-public-event.tsx +80 -0
- package/src/hooks/event-types/public/use-event-type.ts +53 -0
- package/src/hooks/event-types/public/use-event-types.ts +23 -0
- package/src/hooks/event-types/public/use-team-event-type.ts +46 -0
- package/src/hooks/event-types/public/use-team-event-types.ts +26 -0
- package/src/hooks/organizations/bookings/use-organization-bookings.ts +38 -0
- package/src/hooks/organizations/bookings/use-organization-user-bookings.ts +34 -0
- package/src/hooks/schedules/__tests__/use-schedules.test.tsx +168 -0
- package/src/hooks/schedules/types.ts +36 -0
- package/src/hooks/schedules/use-atom-create-schedule.ts +47 -0
- package/src/hooks/schedules/use-atom-duplicate-schedule.ts +45 -0
- package/src/hooks/schedules/use-atom-get-all-schedules.ts +30 -0
- package/src/hooks/schedules/use-atom-schedule.ts +33 -0
- package/src/hooks/schedules/use-atom-update-schedule.ts +54 -0
- package/src/hooks/schedules/use-delete-schedule.ts +54 -0
- package/src/hooks/schedules/use-ensure-default-schedule.ts +23 -0
- package/src/hooks/schedules/use-schedule.ts +34 -0
- package/src/hooks/schedules/use-schedules.ts +34 -0
- package/src/hooks/schedules/use-update-schedule.ts +58 -0
- package/src/hooks/stripe/__tests__/use-check.test.tsx +99 -0
- package/src/hooks/stripe/use-check.ts +73 -0
- package/src/hooks/stripe/use-connect.ts +54 -0
- package/src/hooks/teams/__tests__/use-team-queries.test.tsx +94 -0
- package/src/hooks/teams/use-team-members.ts +32 -0
- package/src/hooks/teams/use-teams.ts +34 -0
- package/src/hooks/use-api-keys.ts +5 -0
- package/src/hooks/use-atoms-context.ts +49 -0
- package/src/hooks/use-atoms-locale.ts +11 -0
- package/src/hooks/use-available-slots.ts +43 -0
- package/src/hooks/use-calendars-busy-times.ts +64 -0
- package/src/hooks/use-connected-calendars.tsx +27 -0
- package/src/hooks/use-delete-selected-slot.ts +52 -0
- package/src/hooks/use-event-types-list.tsx +39 -0
- package/src/hooks/use-get-city-timezones.ts +27 -0
- package/src/hooks/use-is-platform-booker-embed.ts +6 -0
- package/src/hooks/use-is-platform.ts +6 -0
- package/src/hooks/use-me.ts +30 -0
- package/src/hooks/use-o-auth-client.ts +72 -0
- package/src/hooks/use-o-auth-flow.ts +120 -0
- package/src/hooks/use-reserve-slot.ts +48 -0
- package/src/hooks/use-schedule-by-event-slug.tsx +40 -0
- package/src/hooks/use-slots.ts +115 -0
- package/src/hooks/use-timezone.ts +19 -0
- package/src/hooks/use-update-user-timezone.ts +28 -0
- package/src/hooks/use-verify-code.ts +115 -0
- package/src/hooks/use-verify-email.ts +107 -0
- package/src/index.ts +50 -0
- package/src/lib/__tests__/http.test.ts +79 -0
- package/src/lib/append-client-id-to-email.ts +4 -0
- package/src/lib/get-placeholder-content.ts +16 -0
- package/src/lib/get-query-param.ts +14 -0
- package/src/lib/get-utm-tracking-parameters.ts +13 -0
- package/src/lib/http.ts +75 -0
- package/src/lib/markdown-to-safe-html-client.ts +43 -0
- package/src/lib/markdown-to-safe-html.ts +9 -0
- package/src/lib/set-query-param.ts +13 -0
- package/src/lib/time-zones.ts +20 -0
- package/src/lib/use-locale.ts +26 -0
- package/src/lib/utils.ts +6 -0
- package/src/list-schedules/components/schedule-list-item.tsx +183 -0
- package/src/list-schedules/index.ts +1 -0
- package/src/list-schedules/wrappers/list-schedules-platform-wrapper.tsx +130 -0
- package/src/onboarding/continue-with-calcom.tsx +284 -0
- package/src/onboarding/export.ts +2 -0
- package/src/onboarding/onboarding-embed.tsx +266 -0
- package/src/onboarding/types.ts +38 -0
- package/src/router/index.ts +1 -0
- package/src/router/router.tsx +164 -0
- package/src/selected-calendars/index.ts +1 -0
- package/src/selected-calendars/selected-calendars-settings.tsx +7 -0
- package/src/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.tsx +462 -0
- package/src/timezone/index.tsx +37 -0
- package/src/timezone/timezone-select-component.tsx +193 -0
- package/src/troubleshooter/__tests__/store.test.ts +80 -0
- package/src/troubleshooter/components/calendar-toggle-container-component.tsx +148 -0
- package/src/troubleshooter/components/event-schedule-item-component.tsx +33 -0
- package/src/troubleshooter/components/event-type-select-component.tsx +105 -0
- package/src/troubleshooter/components/troubleshooter-list-item-container.tsx +42 -0
- package/src/troubleshooter/index.ts +1 -0
- package/src/troubleshooter/large-calendar/large-calendar.tsx +30 -0
- package/src/troubleshooter/sidebar/calendar-toggle-container.tsx +25 -0
- package/src/troubleshooter/sidebar/event-schedule-item.tsx +13 -0
- package/src/troubleshooter/sidebar/event-type-select.tsx +8 -0
- package/src/troubleshooter/sidebar/troubleshooter-sidebar.tsx +48 -0
- package/src/troubleshooter/store.ts +110 -0
- package/src/troubleshooter/types.ts +10 -0
- package/src/troubleshooter/wrappers/troubleshooter-platform-wrapper.tsx +89 -0
- package/src/types.ts +7 -0
- package/src/vendor/__tests__/availability.test.ts +60 -0
- package/src/vendor/__tests__/avatar-url.test.ts +75 -0
- package/src/vendor/__tests__/booker-url.test.ts +26 -0
- package/src/vendor/__tests__/booking-to-mutation-input.test.ts +232 -0
- package/src/vendor/__tests__/check-for-empty-assignment.test.ts +59 -0
- package/src/vendor/__tests__/children-event-type.test.ts +64 -0
- package/src/vendor/__tests__/currency.test.ts +48 -0
- package/src/vendor/__tests__/dayjs-utils.test.ts +37 -0
- package/src/vendor/__tests__/error-codes.test.ts +69 -0
- package/src/vendor/__tests__/event-naming.test.ts +32 -0
- package/src/vendor/__tests__/format-date-time.test.ts +90 -0
- package/src/vendor/__tests__/get-available-dates-in-month.test.ts +51 -0
- package/src/vendor/__tests__/host-group-utils.test.ts +117 -0
- package/src/vendor/__tests__/interval-limit.test.ts +42 -0
- package/src/vendor/__tests__/locations-resolver.test.ts +48 -0
- package/src/vendor/__tests__/locations.test.ts +109 -0
- package/src/vendor/__tests__/misc-utils.test.ts +219 -0
- package/src/vendor/__tests__/parse-dates.test.ts +67 -0
- package/src/vendor/__tests__/payments.test.ts +126 -0
- package/src/vendor/__tests__/query-param.test.ts +70 -0
- package/src/vendor/__tests__/recurring.test.ts +104 -0
- package/src/vendor/__tests__/slugify.test.ts +48 -0
- package/src/vendor/__tests__/time-shift.test.ts +48 -0
- package/src/vendor/__tests__/timezone.test.ts +77 -0
- package/src/vendor/__tests__/validate-booker-layouts.test.ts +40 -0
- package/src/vendor/__tests__/webstorage.test.ts +148 -0
- package/src/vendor/__tests__/weekday.test.ts +61 -0
- package/src/vendor/__tests__/weekstart.test.ts +45 -0
- package/src/vendor/analytics.ts +23 -0
- package/src/vendor/availability.ts +52 -0
- package/src/vendor/avatar-url.ts +39 -0
- package/src/vendor/booker-url.ts +23 -0
- package/src/vendor/booking-to-mutation-input.ts +166 -0
- package/src/vendor/cal-ai-phone.ts +31 -0
- package/src/vendor/check-for-empty-assignment.ts +24 -0
- package/src/vendor/children-event-type.ts +50 -0
- package/src/vendor/currency.ts +39 -0
- package/src/vendor/dayjs/index.ts +30 -0
- package/src/vendor/dayjs/plugins/__tests__/business-days-plugin.test.ts +168 -0
- package/src/vendor/dayjs/plugins/business-days-plugin.ts +189 -0
- package/src/vendor/dayjs-utils.ts +13 -0
- package/src/vendor/error-codes.ts +39 -0
- package/src/vendor/event-naming.ts +34 -0
- package/src/vendor/form-builder/__tests__/base-schema.test.ts +109 -0
- package/src/vendor/form-builder/__tests__/schema.test.ts +245 -0
- package/src/vendor/form-builder/__tests__/system-field.test.ts +57 -0
- package/src/vendor/form-builder/__tests__/use-should-be-disabled-due-to-prefill.test.ts +24 -0
- package/src/vendor/form-builder/__tests__/utils.test.ts +83 -0
- package/src/vendor/form-builder/base-schema.ts +127 -0
- package/src/vendor/form-builder/field-type-enum.ts +21 -0
- package/src/vendor/form-builder/field-types.ts +161 -0
- package/src/vendor/form-builder/fields-that-support-label-as-safe-html.ts +3 -0
- package/src/vendor/form-builder/props-types.ts +17 -0
- package/src/vendor/form-builder/schema.ts +269 -0
- package/src/vendor/form-builder/system-field.ts +33 -0
- package/src/vendor/form-builder/use-should-be-disabled-due-to-prefill.tsx +107 -0
- package/src/vendor/form-builder/utils/__tests__/get-field-identifier.test.ts +14 -0
- package/src/vendor/form-builder/utils/__tests__/variants-config.test.ts +98 -0
- package/src/vendor/form-builder/utils/get-field-identifier.ts +5 -0
- package/src/vendor/form-builder/utils/variants-config.ts +71 -0
- package/src/vendor/form-builder/utils.ts +48 -0
- package/src/vendor/form-builder-widgets/index.tsx +213 -0
- package/src/vendor/format-date-time.ts +138 -0
- package/src/vendor/get-available-dates-in-month.ts +36 -0
- package/src/vendor/get-avatar-url.ts +15 -0
- package/src/vendor/get-routed-team-member-ids.ts +9 -0
- package/src/vendor/get-stripe.ts +17 -0
- package/src/vendor/get-username-list.ts +14 -0
- package/src/vendor/hooks/__tests__/use-router-query.test.ts +37 -0
- package/src/vendor/hooks/use-debounce.ts +17 -0
- package/src/vendor/hooks/use-media-query.ts +24 -0
- package/src/vendor/hooks/use-router-query.ts +34 -0
- package/src/vendor/host-group-utils.ts +57 -0
- package/src/vendor/interval-limit.ts +17 -0
- package/src/vendor/invert-logo-on-dark.ts +7 -0
- package/src/vendor/locales/de/common.json +316 -0
- package/src/vendor/locales/en/common.json +316 -0
- package/src/vendor/locales/es/common.json +316 -0
- package/src/vendor/locales/fr/common.json +316 -0
- package/src/vendor/locales/it/common.json +316 -0
- package/src/vendor/locales/nl/common.json +316 -0
- package/src/vendor/locales/pt-BR/common.json +316 -0
- package/src/vendor/locations-resolver.ts +28 -0
- package/src/vendor/locations.ts +250 -0
- package/src/vendor/parse-dates.ts +107 -0
- package/src/vendor/payments.ts +107 -0
- package/src/vendor/phone-input/phone-input.tsx +121 -0
- package/src/vendor/phone-input/phone-masks.ts +7 -0
- package/src/vendor/query-param.ts +37 -0
- package/src/vendor/recurring.ts +58 -0
- package/src/vendor/schedule-list-item.ts +47 -0
- package/src/vendor/scroll.ts +4 -0
- package/src/vendor/server-trans.tsx +88 -0
- package/src/vendor/slugify.ts +28 -0
- package/src/vendor/theme/tokens.css +474 -0
- package/src/vendor/time-format.ts +43 -0
- package/src/vendor/time-preferences.ts +32 -0
- package/src/vendor/time-shift.ts +28 -0
- package/src/vendor/timezone-constants.ts +4 -0
- package/src/vendor/timezone.ts +78 -0
- package/src/vendor/validate-booker-layouts.ts +27 -0
- package/src/vendor/webstorage.ts +78 -0
- package/src/vendor/weekday.ts +35 -0
- package/src/vendor/weekstart.ts +20 -0
- package/dist/AddressInput-INmIRs8-.js +0 -29
- package/dist/AlbyPriceComponent-C_Gtm7T6.js +0 -372
- package/dist/AppCard-Jly1hUzJ.js +0 -232
- package/dist/AppListCardPlatformWrapper-Dfvg0jJ4.js +0 -9
- package/dist/AppListCardWebWrapper-5UxMkTRD.js +0 -97
- package/dist/AppSettingsInterface-BW1HEirp.js +0 -29
- package/dist/AppSettingsInterface-C_G2HEx1.js +0 -75
- package/dist/AppSettingsInterface-DMmIDFez.js +0 -23
- package/dist/DateRangePicker-DYZMYZrR.js +0 -1434
- package/dist/EventTypeAppCardInterface-5SZquLGh.js +0 -43
- package/dist/EventTypeAppCardInterface-AiVLQt6e.js +0 -39
- package/dist/EventTypeAppCardInterface-B04SMxB_.js +0 -29
- package/dist/EventTypeAppCardInterface-B0Id4aDq.js +0 -35
- package/dist/EventTypeAppCardInterface-BF0QRXBm.js +0 -33
- package/dist/EventTypeAppCardInterface-BFi1f8EH.js +0 -52
- package/dist/EventTypeAppCardInterface-Bz6kbQBF.js +0 -33
- package/dist/EventTypeAppCardInterface-C-9q1Pgv.js +0 -1402
- package/dist/EventTypeAppCardInterface-C0B8brbX.js +0 -44
- package/dist/EventTypeAppCardInterface-CPWGyDsB.js +0 -35
- package/dist/EventTypeAppCardInterface-CbAAfPzI.js +0 -29
- package/dist/EventTypeAppCardInterface-CcH_pTPb.js +0 -44
- package/dist/EventTypeAppCardInterface-Ccbh0lE5.js +0 -34
- package/dist/EventTypeAppCardInterface-CcfHXA9X.js +0 -43
- package/dist/EventTypeAppCardInterface-CgHm_UTp.js +0 -87
- package/dist/EventTypeAppCardInterface-DHNaymv9.js +0 -35
- package/dist/EventTypeAppCardInterface-DIvOvqNe.js +0 -29
- package/dist/EventTypeAppCardInterface-DNd_P6LS.js +0 -35
- package/dist/EventTypeAppCardInterface-DOJnmkX5.js +0 -25
- package/dist/EventTypeAppCardInterface-DQOs5zow.js +0 -56
- package/dist/EventTypeAppCardInterface-DiEndqtB.js +0 -35
- package/dist/EventTypeAppCardInterface-DzBaD2iI.js +0 -39
- package/dist/EventTypeAppCardInterface-FUX1nD4I.js +0 -44
- package/dist/EventTypeAppCardInterface-J1sPid30.js +0 -39
- package/dist/EventTypeAppCardInterface-LlkvSyXU.js +0 -41
- package/dist/EventTypeAppCardInterface-VKJISMU_.js +0 -36
- package/dist/EventTypeAppCardInterface-mSg8w4Wv.js +0 -616
- package/dist/EventTypeAppCardInterface-oELnGHj7.js +0 -54
- package/dist/EventTypeAppSettingsInterface--bM-v-2f.js +0 -23
- package/dist/EventTypeAppSettingsInterface-C2VeNfWl.js +0 -55
- package/dist/EventTypeAppSettingsInterface-CcopfL0O.js +0 -343
- package/dist/EventTypeAppSettingsInterface-CospBDnp.js +0 -103
- package/dist/EventTypeAppSettingsInterface-CotkiiMf.js +0 -221
- package/dist/EventTypeAppSettingsInterface-D-QGHf2b.js +0 -25
- package/dist/EventTypeAppSettingsInterface-D7zovxei.js +0 -72
- package/dist/EventTypeAppSettingsInterface-DEfLbYcF.js +0 -56
- package/dist/EventTypeAppSettingsInterface-DYHjvMy2.js +0 -78
- package/dist/EventTypeAppSettingsInterface-DesLYNzu.js +0 -106
- package/dist/EventTypeAppSettingsInterface-DoeUQnIb.js +0 -42
- package/dist/EventTypeAppSettingsInterface-Dq2HBfY2.js +0 -43
- package/dist/EventTypeAppSettingsInterface-fKNVuyJB.js +0 -48
- package/dist/EventTypeAppSettingsInterface-qTJxM2CJ.js +0 -24
- package/dist/InstallAppButton-16Gy65tx.js +0 -14
- package/dist/InstallAppButton-B68jfFfO.js +0 -93
- package/dist/InstallAppButton-BdAHg4Ly.js +0 -29
- package/dist/InstallAppButton-Bqr77mlF.js +0 -14
- package/dist/PhoneInput-BTpX6Hp6.js +0 -1402
- package/dist/StripePaymentForm-vfC0WlVJ.js +0 -492
- package/dist/currencyOptions-r01lKGBF.js +0 -61
- package/dist/index-C-6UACoM.js +0 -26
- package/dist/index-DjKXpoZ-.js +0 -174140
- package/dist/packages/dayjs/__mocks__/index.d.ts +0 -11
- package/dist/packages/dayjs/__mocks__/index.d.ts.map +0 -1
- package/dist/packages/dayjs/index.d.ts.map +0 -1
- package/dist/packages/dayjs/locales.d.ts +0 -1
- package/dist/packages/dayjs/locales.d.ts.map +0 -1
- package/dist/packages/dayjs/plugins/business-days-plugin.d.ts.map +0 -1
- package/dist/packages/dayjs/plugins/business-days-plugin.test.d.ts +0 -2
- package/dist/packages/dayjs/plugins/business-days-plugin.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/BookerStoreProvider.d.ts +0 -11
- package/dist/packages/features/bookings/Booker/BookerStoreProvider.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/__mocks__/config.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/__mocks__/config.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/__tests__/test-utils.d.ts +0 -10
- package/dist/packages/features/bookings/Booker/__tests__/test-utils.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/__tests__/utils/isSlotEquivalent.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/__tests__/utils/isSlotEquivalent.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/components/DryRunMessage.d.ts +0 -4
- package/dist/packages/features/bookings/Booker/components/DryRunMessage.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/components/OverlayCalendar/store.d.ts +0 -12
- package/dist/packages/features/bookings/Booker/components/OverlayCalendar/store.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/components/Unavailable.d.ts +0 -3
- package/dist/packages/features/bookings/Booker/components/Unavailable.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/components/VerifyCodeDialog.d.ts +0 -15
- package/dist/packages/features/bookings/Booker/components/VerifyCodeDialog.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/config.d.ts +0 -105
- package/dist/packages/features/bookings/Booker/config.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/framer-features.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useAvailableTimeSlots.d.ts +0 -36
- package/dist/packages/features/bookings/Booker/hooks/useAvailableTimeSlots.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useBookerLayout.d.ts +0 -22
- package/dist/packages/features/bookings/Booker/hooks/useBookerLayout.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useBookerTime.d.ts +0 -7
- package/dist/packages/features/bookings/Booker/hooks/useBookerTime.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useBookingForm.d.ts +0 -183
- package/dist/packages/features/bookings/Booker/hooks/useBookingForm.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useInitialFormValues.d.ts +0 -28
- package/dist/packages/features/bookings/Booker/hooks/useInitialFormValues.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useInitialFormValues.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/hooks/useInitialFormValues.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useIsQuickAvailabilityCheckFeatureEnabled.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/hooks/useIsQuickAvailabilityCheckFeatureEnabled.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useLocalSet.d.ts +0 -12
- package/dist/packages/features/bookings/Booker/hooks/useLocalSet.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useNonEmptyScheduleDays.d.ts +0 -3
- package/dist/packages/features/bookings/Booker/hooks/useNonEmptyScheduleDays.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useOverlayCalendar.d.ts +0 -23
- package/dist/packages/features/bookings/Booker/hooks/useOverlayCalendar.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useShouldShowArrows.d.ts +0 -8
- package/dist/packages/features/bookings/Booker/hooks/useShouldShowArrows.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useSkipConfirmStep.d.ts +0 -5
- package/dist/packages/features/bookings/Booker/hooks/useSkipConfirmStep.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useSlotsForDate.d.ts +0 -23
- package/dist/packages/features/bookings/Booker/hooks/useSlotsForDate.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useStableTimezone.d.ts +0 -5
- package/dist/packages/features/bookings/Booker/hooks/useStableTimezone.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/hooks/useStableTimezone.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/hooks/useStableTimezone.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/index.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/index.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/store.d.ts +0 -192
- package/dist/packages/features/bookings/Booker/store.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/types.d.ts +0 -134
- package/dist/packages/features/bookings/Booker/types.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/useSlotReservationId.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/useSlotReservationId.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/areDifferentValidMonths.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/areDifferentValidMonths.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/areDifferentValidMonths.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/areDifferentValidMonths.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/dates.d.ts +0 -26
- package/dist/packages/features/bookings/Booker/utils/dates.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/getBookerTimezone.d.ts +0 -8
- package/dist/packages/features/bookings/Booker/utils/getBookerTimezone.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/getBookerWrapperClasses.d.ts +0 -4
- package/dist/packages/features/bookings/Booker/utils/getBookerWrapperClasses.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/getBookingDuration.d.ts +0 -8
- package/dist/packages/features/bookings/Booker/utils/getBookingDuration.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/getBookingDuration.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/getBookingDuration.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/getPrefetchMonthCount.d.ts +0 -3
- package/dist/packages/features/bookings/Booker/utils/getPrefetchMonthCount.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/getPrefetchMonthCount.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/getPrefetchMonthCount.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isBookingDryRun.d.ts +0 -3
- package/dist/packages/features/bookings/Booker/utils/isBookingDryRun.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isFeatureEnabledForVisitor.d.ts +0 -7
- package/dist/packages/features/bookings/Booker/utils/isFeatureEnabledForVisitor.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isFeatureEnabledForVisitor.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/isFeatureEnabledForVisitor.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isMonthChange.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/isMonthChange.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isMonthChange.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/isMonthChange.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isMonthViewPrefetchEnabled.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/isMonthViewPrefetchEnabled.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isMonthViewPrefetchEnabled.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/isMonthViewPrefetchEnabled.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isPrefetchNextMonthEnabled.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/isPrefetchNextMonthEnabled.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isPrefetchNextMonthEnabled.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/isPrefetchNextMonthEnabled.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isSlotEquivalent.d.ts +0 -12
- package/dist/packages/features/bookings/Booker/utils/isSlotEquivalent.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isTimeslotAvailable.d.ts +0 -27
- package/dist/packages/features/bookings/Booker/utils/isTimeslotAvailable.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/isTimeslotAvailable.test.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/isTimeslotAvailable.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/layout.d.ts +0 -2
- package/dist/packages/features/bookings/Booker/utils/layout.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/query-param.d.ts.map +0 -1
- package/dist/packages/features/bookings/Booker/utils/use-brand-colors.d.ts +0 -6
- package/dist/packages/features/bookings/Booker/utils/use-brand-colors.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.d.ts +0 -91
- package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/EventManager.createRescheduleDelete.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/EventManager.createRescheduleDelete.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/EventManager.d.ts +0 -130
- package/dist/packages/features/bookings/lib/EventManager.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/EventManager.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/EventManager.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/bookingCreateBodySchema.d.ts +0 -705
- package/dist/packages/features/bookings/lib/bookingCreateBodySchema.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/bookingSuccessRedirect.d.ts +0 -28
- package/dist/packages/features/bookings/lib/bookingSuccessRedirect.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/bookingSuccessRedirect.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/bookingSuccessRedirect.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/buildEventUrlFromBooking.d.ts +0 -27
- package/dist/packages/features/bookings/lib/buildEventUrlFromBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/buildEventUrlFromBooking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/buildEventUrlFromBooking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/cancellationReason.d.ts +0 -3
- package/dist/packages/features/bookings/lib/cancellationReason.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/cancellationReason.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/cancellationReason.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/checkBookingLimits.d.ts +0 -69
- package/dist/packages/features/bookings/lib/checkBookingLimits.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/checkBookingLimits.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/checkBookingLimits.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/checkDurationLimits.d.ts +0 -11
- package/dist/packages/features/bookings/lib/checkDurationLimits.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/checkDurationLimits.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/checkDurationLimits.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/client/booking-event-form/booking-to-mutation-input-mapper.d.ts +0 -31
- package/dist/packages/features/bookings/lib/client/booking-event-form/booking-to-mutation-input-mapper.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/client/decoyBookingStore.d.ts +0 -40
- package/dist/packages/features/bookings/lib/client/decoyBookingStore.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/conflictChecker/checkForConflicts.d.ts +0 -12
- package/dist/packages/features/bookings/lib/conflictChecker/checkForConflicts.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/conflictChecker/checkForConflicts.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/conflictChecker/checkForConflicts.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/create-booking.d.ts +0 -554
- package/dist/packages/features/bookings/lib/create-booking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/create-booking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/create-booking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/create-instant-booking.d.ts +0 -4
- package/dist/packages/features/bookings/lib/create-instant-booking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/create-instant-booking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/create-instant-booking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/create-recurring-booking.d.ts +0 -554
- package/dist/packages/features/bookings/lib/create-recurring-booking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/create-recurring-booking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/create-recurring-booking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/doesBookingRequireConfirmation.d.ts +0 -15
- package/dist/packages/features/bookings/lib/doesBookingRequireConfirmation.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/doesBookingRequireConfirmation.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/doesBookingRequireConfirmation.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/dto/IBookingAttendeeRepository.d.ts +0 -4
- package/dist/packages/features/bookings/lib/dto/IBookingAttendeeRepository.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/dto/schema.d.ts +0 -30
- package/dist/packages/features/bookings/lib/dto/schema.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/get-booking.d.ts +0 -138
- package/dist/packages/features/bookings/lib/get-booking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/get-booking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/get-booking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/get-location-options-for-select.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/get-location-options-for-select.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/getAllCredentials.d.ts +0 -23
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/getAllCredentials.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/getAllCredentials.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/getAllCredentials.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/refreshCredential.d.ts +0 -8
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/refreshCredential.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/refreshCredentials.d.ts +0 -3
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/refreshCredentials.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getAllUserBookings.d.ts +0 -523
- package/dist/packages/features/bookings/lib/getAllUserBookings.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getAllUserBookings.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getAllUserBookings.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getAssignmentReasonCategory.d.ts +0 -8
- package/dist/packages/features/bookings/lib/getAssignmentReasonCategory.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getAssignmentReasonCategory.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getAssignmentReasonCategory.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingDataSchema.d.ts +0 -318
- package/dist/packages/features/bookings/lib/getBookingDataSchema.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingDataSchema.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getBookingDataSchema.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingDataSchemaForApi.d.ts +0 -528
- package/dist/packages/features/bookings/lib/getBookingDataSchemaForApi.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingFields.d.ts +0 -225
- package/dist/packages/features/bookings/lib/getBookingFields.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingFields.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getBookingFields.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingInfo.d.ts +0 -131
- package/dist/packages/features/bookings/lib/getBookingInfo.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingInfo.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getBookingInfo.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingResponses/get-booking-responses-prefill.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getBookingResponses/get-booking-responses-prefill.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingResponsesSchema.d.ts +0 -204
- package/dist/packages/features/bookings/lib/getBookingResponsesSchema.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingResponsesSchema.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getBookingResponsesSchema.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts +0 -259
- package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getBookingToDelete.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getBookingToDelete.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getCalEventResponses.d.ts +0 -27
- package/dist/packages/features/bookings/lib/getCalEventResponses.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getCalEventResponses.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getCalEventResponses.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getCalendarLinks.d.ts +0 -41
- package/dist/packages/features/bookings/lib/getCalendarLinks.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getCalendarLinks.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getCalendarLinks.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getHostsAndGuests.d.ts +0 -36
- package/dist/packages/features/bookings/lib/getHostsAndGuests.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getHostsAndGuests.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getHostsAndGuests.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getLocationOptionsForSelect.d.ts +0 -8
- package/dist/packages/features/bookings/lib/getLocationOptionsForSelect.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getLuckyUser.d.ts +0 -162
- package/dist/packages/features/bookings/lib/getLuckyUser.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getLuckyUser.integration-test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getLuckyUser.integration-test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getLuckyUser.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getLuckyUser.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getUserBooking.d.ts +0 -63
- package/dist/packages/features/bookings/lib/getUserBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getWebhookPayloadForBooking.d.ts +0 -20
- package/dist/packages/features/bookings/lib/getWebhookPayloadForBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/getWebhookPayloadForBooking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/getWebhookPayloadForBooking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleBookingRequested.d.ts +0 -48
- package/dist/packages/features/bookings/lib/handleBookingRequested.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleBookingRequested.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleBookingRequested.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleCancelBooking/test/handleCancelBooking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleCancelBooking/test/handleCancelBooking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleCancelBooking/types.d.ts +0 -15
- package/dist/packages/features/bookings/lib/handleCancelBooking/types.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleCancelBooking.d.ts +0 -87
- package/dist/packages/features/bookings/lib/handleCancelBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleCancelBooking.integration-test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleCancelBooking.integration-test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleConfirmation.d.ts +0 -60
- package/dist/packages/features/bookings/lib/handleConfirmation.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleConfirmation.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleConfirmation.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleInternalNote.d.ts +0 -21
- package/dist/packages/features/bookings/lib/handleInternalNote.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleInternalNote.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleInternalNote.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/buildBookingEventAuditData.d.ts +0 -41
- package/dist/packages/features/bookings/lib/handleNewBooking/buildBookingEventAuditData.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/buildBookingEventAuditData.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/buildBookingEventAuditData.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/checkActiveBookingsLimitForBooker.d.ts +0 -9
- package/dist/packages/features/bookings/lib/handleNewBooking/checkActiveBookingsLimitForBooker.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/checkActiveBookingsLimitForBooker.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/checkActiveBookingsLimitForBooker.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/checkBookingAndDurationLimits.d.ts +0 -42
- package/dist/packages/features/bookings/lib/handleNewBooking/checkBookingAndDurationLimits.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/checkBookingAndDurationLimits.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/checkBookingAndDurationLimits.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/checkIfBookerEmailIsBlocked.d.ts +0 -9
- package/dist/packages/features/bookings/lib/handleNewBooking/checkIfBookerEmailIsBlocked.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/checkIfBookerEmailIsBlocked.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/checkIfBookerEmailIsBlocked.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.d.ts +0 -144
- package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.d.ts +0 -842
- package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/findBookingQuery.d.ts +0 -30
- package/dist/packages/features/bookings/lib/handleNewBooking/findBookingQuery.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/findBookingQuery.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/findBookingQuery.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getAuditActionSource.d.ts +0 -8
- package/dist/packages/features/bookings/lib/handleNewBooking/getAuditActionSource.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getBookingAuditActorForNewBooking.d.ts +0 -29
- package/dist/packages/features/bookings/lib/handleNewBooking/getBookingAuditActorForNewBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getBookingData.d.ts +0 -384
- package/dist/packages/features/bookings/lib/handleNewBooking/getBookingData.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getBookingData.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/getBookingData.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getCustomInputsResponses.d.ts +0 -12
- package/dist/packages/features/bookings/lib/handleNewBooking/getCustomInputsResponses.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getCustomInputsResponses.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/getCustomInputsResponses.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.d.ts +0 -1569
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts +0 -834
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getLocationValuesForDb.d.ts +0 -27
- package/dist/packages/features/bookings/lib/handleNewBooking/getLocationValuesForDb.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getRequiresConfirmationFlags.d.ts +0 -25
- package/dist/packages/features/bookings/lib/handleNewBooking/getRequiresConfirmationFlags.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getRequiresConfirmationFlags.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/getRequiresConfirmationFlags.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getSeatedBooking.d.ts +0 -3
- package/dist/packages/features/bookings/lib/handleNewBooking/getSeatedBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getSeatedBooking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/getSeatedBooking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getVideoCallDetails.d.ts +0 -16
- package/dist/packages/features/bookings/lib/handleNewBooking/getVideoCallDetails.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getVideoCallDetails.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/getVideoCallDetails.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/global-booking-limits.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/global-booking-limits.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/handleAppsStatus.d.ts +0 -8
- package/dist/packages/features/bookings/lib/handleNewBooking/handleAppsStatus.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/handleAppsStatus.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/handleAppsStatus.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/handleCustomInputs.d.ts +0 -8
- package/dist/packages/features/bookings/lib/handleNewBooking/handleCustomInputs.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/handleCustomInputs.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/handleCustomInputs.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/loadAndValidateUsers.d.ts +0 -34
- package/dist/packages/features/bookings/lib/handleNewBooking/loadAndValidateUsers.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/loadAndValidateUsers.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/loadAndValidateUsers.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts +0 -485
- package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/logger.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/logger.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.d.ts +0 -578
- package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.d.ts +0 -20
- package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.integration-test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.integration-test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/TestUserRepository.d.ts +0 -9
- package/dist/packages/features/bookings/lib/handleNewBooking/test/TestUserRepository.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-flags.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-flags.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-limits.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-limits.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-time-out-of-bounds.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-time-out-of-bounds.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-validations.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-validations.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/buildDryRunBooking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/buildDryRunBooking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/buildEventForTeamEventType.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/buildEventForTeamEventType.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/checkIfBookerEmailIsBlocked.integration-test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/checkIfBookerEmailIsBlocked.integration-test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/complex-schedules.test.d.ts +0 -9
- package/dist/packages/features/bookings/lib/handleNewBooking/test/complex-schedules.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/date-overrides.test.d.ts +0 -9
- package/dist/packages/features/bookings/lib/handleNewBooking/test/date-overrides.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/delegation-credential.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/delegation-credential.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/dynamic-group-booking.test.d.ts +0 -5
- package/dist/packages/features/bookings/lib/handleNewBooking/test/dynamic-group-booking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/email-verification-booking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/email-verification-booking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/fresh-booking.test.d.ts +0 -5
- package/dist/packages/features/bookings/lib/handleNewBooking/test/fresh-booking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/getLocationValueForDb.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/getLocationValueForDb.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/getNewBookingHandler.d.ts +0 -553
- package/dist/packages/features/bookings/lib/handleNewBooking/test/getNewBookingHandler.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/holiday-blocking.integration-test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/holiday-blocking.integration-test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/managed-event-type-booking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/managed-event-type-booking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/per-host-locations.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/per-host-locations.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/post-booking-handling.test.d.ts +0 -5
- package/dist/packages/features/bookings/lib/handleNewBooking/test/post-booking-handling.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/reschedule.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/reschedule.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/round-robin-no-hosts.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/round-robin-no-hosts.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/spam-booking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/spam-booking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/collective-reschedule-destination-calendar.test.d.ts +0 -5
- package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/collective-reschedule-destination-calendar.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/collective-scheduling.test.d.ts +0 -5
- package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/collective-scheduling.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/round-robin.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/round-robin.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-booking-created.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-booking-created.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-booking-requested.test.d.ts +0 -5
- package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-booking-requested.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-booking-rescheduled.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-booking-rescheduled.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-meeting-webhooks.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/webhook-producer-meeting-webhooks.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/workflow-notifications.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/test/workflow-notifications.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/types.d.ts +0 -52
- package/dist/packages/features/bookings/lib/handleNewBooking/types.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/validateBookingTimeIsNotOutOfBounds.d.ts +0 -6
- package/dist/packages/features/bookings/lib/handleNewBooking/validateBookingTimeIsNotOutOfBounds.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/validateBookingTimeIsNotOutOfBounds.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/validateBookingTimeIsNotOutOfBounds.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/validateEventLength.d.ts +0 -11
- package/dist/packages/features/bookings/lib/handleNewBooking/validateEventLength.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/validateEventLength.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/validateEventLength.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/validateRescheduleRestrictions.d.ts +0 -9
- package/dist/packages/features/bookings/lib/handleNewBooking/validateRescheduleRestrictions.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/validateRescheduleRestrictions.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/validateRescheduleRestrictions.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handlePayment.d.ts +0 -51
- package/dist/packages/features/bookings/lib/handlePayment.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handlePayment.integration-test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handlePayment.integration-test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handlePayment.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handlePayment.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/cancel/cancelAttendeeSeat.d.ts +0 -22
- package/dist/packages/features/bookings/lib/handleSeats/cancel/cancelAttendeeSeat.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/cancel/cancelAttendeeSeat.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleSeats/cancel/cancelAttendeeSeat.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.d.ts +0 -134
- package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.integration-test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.integration-test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/handleSeats.d.ts +0 -5
- package/dist/packages/features/bookings/lib/handleSeats/handleSeats.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/handleSeats.unit.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleSeats/handleSeats.unit.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/lib/lastAttendeeDeleteBooking.d.ts +0 -6
- package/dist/packages/features/bookings/lib/handleSeats/lib/lastAttendeeDeleteBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/lib/lastAttendeeDeleteBooking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleSeats/lib/lastAttendeeDeleteBooking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/attendee/attendeeRescheduleSeatedBooking.d.ts +0 -35
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/attendee/attendeeRescheduleSeatedBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/attendee/attendeeRescheduleSeatedBooking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/attendee/attendeeRescheduleSeatedBooking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/combineTwoSeatedBookings.d.ts +0 -34
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/combineTwoSeatedBookings.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/combineTwoSeatedBookings.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/combineTwoSeatedBookings.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/moveSeatedBookingToNewTimeSlot.d.ts +0 -36
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/moveSeatedBookingToNewTimeSlot.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/moveSeatedBookingToNewTimeSlot.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/moveSeatedBookingToNewTimeSlot.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.d.ts +0 -103
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/rescheduleSeatedBooking.d.ts +0 -5
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/rescheduleSeatedBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleSeats/test/handleSeats.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleSeats/test/handleSeats.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleWebhookTrigger.d.ts +0 -11
- package/dist/packages/features/bookings/lib/handleWebhookTrigger.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/handleWebhookTrigger.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/handleWebhookTrigger.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/host-filtering/filterHostsByLeadThreshold.d.ts +0 -38
- package/dist/packages/features/bookings/lib/host-filtering/filterHostsByLeadThreshold.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/host-filtering/filterHostsByLeadThreshold.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/host-filtering/filterHostsByLeadThreshold.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/host-filtering/filterHostsBySameRoundRobinHost.d.ts +0 -21
- package/dist/packages/features/bookings/lib/host-filtering/filterHostsBySameRoundRobinHost.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/host-filtering/filterHostsBySameRoundRobinHost.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/host-filtering/filterHostsBySameRoundRobinHost.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/host-filtering/findQualifiedHostsWithDelegationCredentials.d.ts +0 -130
- package/dist/packages/features/bookings/lib/host-filtering/findQualifiedHostsWithDelegationCredentials.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/host-filtering/findQualifiedHostsWithDelegationCredentials.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/host-filtering/findQualifiedHostsWithDelegationCredentials.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/index.d.ts +0 -7
- package/dist/packages/features/bookings/lib/index.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/interfaces/IBookingCancelService.d.ts +0 -10
- package/dist/packages/features/bookings/lib/interfaces/IBookingCancelService.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/interfaces/IBookingCreateService.d.ts +0 -4
- package/dist/packages/features/bookings/lib/interfaces/IBookingCreateService.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/interfaces/IBookingService.d.ts +0 -5
- package/dist/packages/features/bookings/lib/interfaces/IBookingService.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/isActionDisabledByScope.d.ts +0 -24
- package/dist/packages/features/bookings/lib/isActionDisabledByScope.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/isEventTypeLoggingEnabled.d.ts +0 -5
- package/dist/packages/features/bookings/lib/isEventTypeLoggingEnabled.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/isUpcomingBooking.d.ts +0 -7
- package/dist/packages/features/bookings/lib/isUpcomingBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/onBookingEvents/BookingEventHandlerService.d.ts +0 -145
- package/dist/packages/features/bookings/lib/onBookingEvents/BookingEventHandlerService.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/deletePayment.d.ts +0 -11
- package/dist/packages/features/bookings/lib/payment/deletePayment.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/getBooking.d.ts +0 -384
- package/dist/packages/features/bookings/lib/payment/getBooking.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/getBooking.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/payment/getBooking.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/handleNoShowFee.d.ts +0 -67
- package/dist/packages/features/bookings/lib/payment/handleNoShowFee.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/handleNoShowFee.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/payment/handleNoShowFee.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/handlePaymentRefund.d.ts +0 -24
- package/dist/packages/features/bookings/lib/payment/handlePaymentRefund.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/handlePaymentRefund.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/payment/handlePaymentRefund.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/handleRefundError.d.ts +0 -8
- package/dist/packages/features/bookings/lib/payment/handleRefundError.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/processNoShowFeeOnCancellation.d.ts +0 -8
- package/dist/packages/features/bookings/lib/payment/processNoShowFeeOnCancellation.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/processNoShowFeeOnCancellation.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/payment/processNoShowFeeOnCancellation.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/processPaymentRefund.d.ts +0 -16
- package/dist/packages/features/bookings/lib/payment/processPaymentRefund.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/processPaymentRefund.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/payment/processPaymentRefund.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/shouldChargeNoShowCancellationFee.d.ts +0 -12
- package/dist/packages/features/bookings/lib/payment/shouldChargeNoShowCancellationFee.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/payment/shouldChargeNoShowCancellationFee.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/payment/shouldChargeNoShowCancellationFee.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/rating.d.ts +0 -22
- package/dist/packages/features/bookings/lib/rating.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/rating.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/rating.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/requiresConfirmation/getBookingRequest.d.ts +0 -125
- package/dist/packages/features/bookings/lib/requiresConfirmation/getBookingRequest.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/reschedule/determineReschedulePreventionRedirect.d.ts +0 -37
- package/dist/packages/features/bookings/lib/reschedule/determineReschedulePreventionRedirect.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/reschedule/determineReschedulePreventionRedirect.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/reschedule/determineReschedulePreventionRedirect.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/reschedule/isWithinMinimumRescheduleNotice.d.ts +0 -2
- package/dist/packages/features/bookings/lib/reschedule/isWithinMinimumRescheduleNotice.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/reschedule/validateRescheduleRestrictions.test.d.ts +0 -12
- package/dist/packages/features/bookings/lib/reschedule/validateRescheduleRestrictions.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/sanitize-organizer-email-fields.d.ts +0 -15
- package/dist/packages/features/bookings/lib/sanitize-organizer-email-fields.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/sanitize-organizer-email-fields.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/sanitize-organizer-email-fields.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/service/InstantBookingCreateService.d.ts +0 -26
- package/dist/packages/features/bookings/lib/service/InstantBookingCreateService.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/service/InstantBookingCreateService.integration-test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/service/InstantBookingCreateService.integration-test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/service/InstantBookingCreateService.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/service/InstantBookingCreateService.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/service/RecurringBookingService.d.ts +0 -46
- package/dist/packages/features/bookings/lib/service/RecurringBookingService.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/service/RecurringBookingService.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/service/RecurringBookingService.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/service/RegularBookingService.d.ts +0 -1320
- package/dist/packages/features/bookings/lib/service/RegularBookingService.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsSyncTasker.d.ts +0 -23
- package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsSyncTasker.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsTaskService.d.ts +0 -22
- package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsTaskService.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsTasker.d.ts +0 -24
- package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsTasker.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsTriggerTasker.d.ts +0 -19
- package/dist/packages/features/bookings/lib/tasker/BookingEmailAndSmsTriggerTasker.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/config.d.ts +0 -6
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/config.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/confirm.d.ts +0 -23
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/confirm.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/request.d.ts +0 -23
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/request.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/reschedule.d.ts +0 -23
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/reschedule.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/rr-reschedule.d.ts +0 -23
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/rr-reschedule.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/schema.d.ts +0 -24
- package/dist/packages/features/bookings/lib/tasker/trigger/notifications/schema.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/tasker/types.d.ts +0 -32
- package/dist/packages/features/bookings/lib/tasker/types.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/timePreferences.d.ts +0 -16
- package/dist/packages/features/bookings/lib/timePreferences.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/unified-phone-fields/__tests__/managePhoneFields.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/unified-phone-fields/__tests__/managePhoneFields.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/unified-phone-fields/__tests__/resolvePhoneFieldValues.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/unified-phone-fields/__tests__/resolvePhoneFieldValues.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/unified-phone-fields/constants.d.ts +0 -5
- package/dist/packages/features/bookings/lib/unified-phone-fields/constants.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/unified-phone-fields/fieldSources.d.ts +0 -38
- package/dist/packages/features/bookings/lib/unified-phone-fields/fieldSources.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/unified-phone-fields/fieldSources.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/unified-phone-fields/fieldSources.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/unified-phone-fields/manage-phone-fields.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/unified-phone-fields/manage-phone-fields.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/unified-phone-fields/managePhoneFields.d.ts +0 -68
- package/dist/packages/features/bookings/lib/unified-phone-fields/managePhoneFields.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/unified-phone-fields/resolvePhoneFieldValues.d.ts +0 -31
- package/dist/packages/features/bookings/lib/unified-phone-fields/resolvePhoneFieldValues.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/useCheckOverlapWithOverlay.d.ts +0 -11
- package/dist/packages/features/bookings/lib/useCheckOverlapWithOverlay.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/useFilterQuery.d.ts +0 -54
- package/dist/packages/features/bookings/lib/useFilterQuery.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/utils/BookingDataPreparationService.d.ts +0 -31
- package/dist/packages/features/bookings/lib/utils/BookingDataPreparationService.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/utils/BookingDataPreparationService.test.d.ts +0 -2
- package/dist/packages/features/bookings/lib/utils/BookingDataPreparationService.test.d.ts.map +0 -1
- package/dist/packages/features/bookings/lib/utils/BookingDataPreparationService.types.d.ts +0 -118
- package/dist/packages/features/bookings/lib/utils/BookingDataPreparationService.types.d.ts.map +0 -1
- package/dist/packages/features/bookings/types.d.ts +0 -53
- package/dist/packages/features/bookings/types.d.ts.map +0 -1
- package/dist/packages/features/components/controlled-dialog/index.d.ts +0 -8
- package/dist/packages/features/components/controlled-dialog/index.d.ts.map +0 -1
- package/dist/packages/features/data-table/__tests__/filterSegments/create.test.d.ts +0 -2
- package/dist/packages/features/data-table/__tests__/filterSegments/create.test.d.ts.map +0 -1
- package/dist/packages/features/data-table/__tests__/filterSegments/delete.test.d.ts +0 -2
- package/dist/packages/features/data-table/__tests__/filterSegments/delete.test.d.ts.map +0 -1
- package/dist/packages/features/data-table/__tests__/filterSegments/get-preference.test.d.ts +0 -2
- package/dist/packages/features/data-table/__tests__/filterSegments/get-preference.test.d.ts.map +0 -1
- package/dist/packages/features/data-table/__tests__/filterSegments/get-segments.test.d.ts +0 -2
- package/dist/packages/features/data-table/__tests__/filterSegments/get-segments.test.d.ts.map +0 -1
- package/dist/packages/features/data-table/__tests__/filterSegments/update.test.d.ts +0 -2
- package/dist/packages/features/data-table/__tests__/filterSegments/update.test.d.ts.map +0 -1
- package/dist/packages/features/data-table/index.d.ts +0 -5
- package/dist/packages/features/data-table/index.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/__tests__/picker-date-constraints.test.d.ts +0 -2
- package/dist/packages/features/data-table/lib/__tests__/picker-date-constraints.test.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/__tests__/preserveLocalTime.test.d.ts +0 -2
- package/dist/packages/features/data-table/lib/__tests__/preserveLocalTime.test.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/__tests__/server.test.d.ts +0 -2
- package/dist/packages/features/data-table/lib/__tests__/server.test.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/dateRange.d.ts +0 -45
- package/dist/packages/features/data-table/lib/dateRange.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/dateRange.test.d.ts +0 -2
- package/dist/packages/features/data-table/lib/dateRange.test.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/parsers.d.ts +0 -127
- package/dist/packages/features/data-table/lib/parsers.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/preserveLocalTime.d.ts +0 -19
- package/dist/packages/features/data-table/lib/preserveLocalTime.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/separator.d.ts +0 -8
- package/dist/packages/features/data-table/lib/separator.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/serializers.d.ts +0 -90
- package/dist/packages/features/data-table/lib/serializers.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/server.d.ts +0 -190
- package/dist/packages/features/data-table/lib/server.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/types.d.ts +0 -839
- package/dist/packages/features/data-table/lib/types.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/utils.d.ts +0 -20
- package/dist/packages/features/data-table/lib/utils.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/utils.test.d.ts +0 -2
- package/dist/packages/features/data-table/lib/utils.test.d.ts.map +0 -1
- package/dist/packages/features/data-table/repositories/filterSegment.d.ts +0 -66
- package/dist/packages/features/data-table/repositories/filterSegment.d.ts.map +0 -1
- package/dist/packages/features/data-table/repositories/filterSegment.type.d.ts +0 -1098
- package/dist/packages/features/data-table/repositories/filterSegment.type.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingRepository.module.d.ts +0 -3
- package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingRepository.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingService.container.d.ts +0 -3
- package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingService.container.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingService.module.d.ts +0 -3
- package/dist/packages/features/ee/billing/active-user/di/ActiveUserBillingService.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/active-user/di/tokens.d.ts +0 -7
- package/dist/packages/features/ee/billing/active-user/di/tokens.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/active-user/repositories/ActiveUserBillingRepository.d.ts +0 -65
- package/dist/packages/features/ee/billing/active-user/repositories/ActiveUserBillingRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/active-user/seed-active-user-test.d.ts +0 -1
- package/dist/packages/features/ee/billing/active-user/seed-active-user-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.d.ts +0 -47
- package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.integration-test.d.ts +0 -2
- package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.integration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/active-user/services/ActiveUserBillingService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/__handler.d.ts +0 -69
- package/dist/packages/features/ee/billing/api/webhook/__handler.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/__handler.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/__handler.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.credits.d.ts +0 -6
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.credits.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.d.ts +0 -9
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.phone.d.ts +0 -7
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.phone.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.phone.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.phone.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.team-creation.d.ts +0 -7
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.team-creation.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.team-creation.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.team-creation.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.d.ts +0 -5
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.team-plan.d.ts +0 -6
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.team-plan.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.team-plan.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.team-plan.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.updated.d.ts +0 -25
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.updated.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.updated.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.updated.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.d.ts +0 -3
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.d.ts +0 -10
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.team.d.ts +0 -6
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.team.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.team.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.team.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_failed.d.ts +0 -13
- package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_failed.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_failed.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_failed.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_succeeded.d.ts +0 -13
- package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_succeeded.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_succeeded.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_invoice.payment_succeeded.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.upcoming.d.ts +0 -20
- package/dist/packages/features/ee/billing/api/webhook/_invoice.upcoming.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.upcoming.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/_invoice.upcoming.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/_payment_intent.succeeded.d.ts +0 -6
- package/dist/packages/features/ee/billing/api/webhook/_payment_intent.succeeded.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/hwm-webhook-utils.d.ts +0 -23
- package/dist/packages/features/ee/billing/api/webhook/hwm-webhook-utils.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/hwm-webhook-utils.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/api/webhook/hwm-webhook-utils.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/api/webhook/index.d.ts +0 -3
- package/dist/packages/features/ee/billing/api/webhook/index.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/constants.d.ts +0 -36
- package/dist/packages/features/ee/billing/constants.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/credit-service.d.ts +0 -247
- package/dist/packages/features/ee/billing/credit-service.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/credit-service.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/credit-service.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/containers/Billing.d.ts +0 -27
- package/dist/packages/features/ee/billing/di/containers/Billing.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/containers/BillingPeriodRepository.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/containers/BillingPeriodRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/containers/MonthlyProrationService.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/containers/MonthlyProrationService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/containers/WebhookEventRepository.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/containers/WebhookEventRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/containers/WebhookEventService.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/containers/WebhookEventService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/AdminBillingRepository.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/AdminBillingRepository.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/BillingPeriodRepository.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/BillingPeriodRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/BillingPeriodService.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/BillingPeriodService.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/BillingProviderService.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/modules/BillingProviderService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/BillingRepositoryFactory.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/modules/BillingRepositoryFactory.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/DunningEmailService.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/DunningEmailService.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/DunningGuard.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/DunningGuard.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/DunningServiceFactory.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/DunningServiceFactory.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/DunningStatusResolver.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/DunningStatusResolver.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/DunningStrategyFactory.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/DunningStrategyFactory.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/HighWaterMarkRepository.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/HighWaterMarkRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/HighWaterMarkService.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/HighWaterMarkService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/IsTeamBillingEnabled.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/modules/IsTeamBillingEnabled.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/MonthlyProrationService.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/MonthlyProrationService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/MonthlyProrationTeamRepository.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/MonthlyProrationTeamRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/OrgBillingRepository.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/OrgBillingRepository.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/OrgDunningRepository.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/OrgDunningRepository.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/OrgDunningService.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/OrgDunningService.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/SeatBillingStrategyFactory.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/SeatBillingStrategyFactory.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/StripeClient.d.ts +0 -4
- package/dist/packages/features/ee/billing/di/modules/StripeClient.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/TeamBillingDataRepositoryFactory.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/modules/TeamBillingDataRepositoryFactory.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/TeamBillingRepository.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/TeamBillingRepository.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/TeamBillingServiceFactory.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/modules/TeamBillingServiceFactory.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/TeamDunningRepository.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/TeamDunningRepository.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/TeamDunningService.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/TeamDunningService.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/WebhookEventRepository.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/WebhookEventRepository.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/modules/WebhookEventService.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/modules/WebhookEventService.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationSyncTasker.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationSyncTasker.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTasker.container.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTasker.container.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTasker.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTasker.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTriggerDevTasker.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/tasker/MonthlyProrationTriggerDevTasker.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/tasker/ProrationEmailSyncTasker.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/tasker/ProrationEmailSyncTasker.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTasker.container.d.ts +0 -3
- package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTasker.container.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTasker.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTasker.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTriggerDevTasker.module.d.ts +0 -5
- package/dist/packages/features/ee/billing/di/tasker/ProrationEmailTriggerDevTasker.module.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/tasker/tokens.d.ts +0 -17
- package/dist/packages/features/ee/billing/di/tasker/tokens.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/di/tokens.d.ts +0 -55
- package/dist/packages/features/ee/billing/di/tokens.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/domain/BillingPeriodPricing.d.ts +0 -10
- package/dist/packages/features/ee/billing/domain/BillingPeriodPricing.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/domain/BillingPeriodSwitch.d.ts +0 -34
- package/dist/packages/features/ee/billing/domain/BillingPeriodSwitch.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/domain/__tests__/BillingPeriodPricing.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/domain/__tests__/BillingPeriodPricing.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/domain/__tests__/BillingPeriodSwitch.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/domain/__tests__/BillingPeriodSwitch.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/domain/__tests__/billing-plans.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/domain/__tests__/billing-plans.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/domain/billing-plans.d.ts +0 -31
- package/dist/packages/features/ee/billing/domain/billing-plans.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/helpers/getCheckoutSessionExpiresAt.d.ts +0 -2
- package/dist/packages/features/ee/billing/helpers/getCheckoutSessionExpiresAt.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/helpers/getCheckoutSessionExpiresAt.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/helpers/getCheckoutSessionExpiresAt.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/helpers/getUserAndTeamWithBillingPermission.d.ts +0 -24
- package/dist/packages/features/ee/billing/helpers/getUserAndTeamWithBillingPermission.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/helpers/getUserAndTeamWithBillingPermission.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/helpers/getUserAndTeamWithBillingPermission.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/helpers/handleInsufficientCredits.d.ts +0 -10
- package/dist/packages/features/ee/billing/helpers/handleInsufficientCredits.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/helpers/handleInsufficientCredits.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/helpers/handleInsufficientCredits.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/lib/month-key.d.ts +0 -3
- package/dist/packages/features/ee/billing/lib/month-key.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/lib/month-key.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/lib/month-key.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/lib/proration-utils.d.ts +0 -12
- package/dist/packages/features/ee/billing/lib/proration-utils.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/lib/proration-utils.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/lib/proration-utils.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/lib/stripe-subscription-utils.d.ts +0 -31
- package/dist/packages/features/ee/billing/lib/stripe-subscription-utils.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/lib/stripe-subscription-utils.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/lib/stripe-subscription-utils.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/lib/subscription-updates.d.ts +0 -13
- package/dist/packages/features/ee/billing/lib/subscription-updates.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/lib/subscription-updates.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/lib/subscription-updates.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/organizations/index.d.ts +0 -5
- package/dist/packages/features/ee/billing/organizations/index.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/organizations/internal-organization-billing.d.ts +0 -13
- package/dist/packages/features/ee/billing/organizations/internal-organization-billing.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/organizations/internal-organization-billing.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/organizations/internal-organization-billing.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/organizations/organization-billing.d.ts +0 -14
- package/dist/packages/features/ee/billing/organizations/organization-billing.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/organizations/organization-billing.repository.d.ts +0 -41
- package/dist/packages/features/ee/billing/organizations/organization-billing.repository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/organizations/organization-billing.repository.interface.d.ts +0 -7
- package/dist/packages/features/ee/billing/organizations/organization-billing.repository.interface.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/organizations/stub-organization-billing.d.ts +0 -17
- package/dist/packages/features/ee/billing/organizations/stub-organization-billing.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/adminBilling/AdminBillingRepository.d.ts +0 -96
- package/dist/packages/features/ee/billing/repository/adminBilling/AdminBillingRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/billing/IBillingRepository.d.ts +0 -71
- package/dist/packages/features/ee/billing/repository/billing/IBillingRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/billing/PrismaOrganizationBillingRepository.d.ts +0 -18
- package/dist/packages/features/ee/billing/repository/billing/PrismaOrganizationBillingRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/billing/PrismaTeamBillingRepository.d.ts +0 -18
- package/dist/packages/features/ee/billing/repository/billing/PrismaTeamBillingRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/billing/StubBillingRepository.d.ts +0 -15
- package/dist/packages/features/ee/billing/repository/billing/StubBillingRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/billingPeriod/BillingPeriodRepository.d.ts +0 -41
- package/dist/packages/features/ee/billing/repository/billingPeriod/BillingPeriodRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/dunning/IDunningRepository.d.ts +0 -56
- package/dist/packages/features/ee/billing/repository/dunning/IDunningRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/dunning/OrgDunningRepository.d.ts +0 -14
- package/dist/packages/features/ee/billing/repository/dunning/OrgDunningRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/dunning/OrgDunningRepository.integration-test.d.ts +0 -2
- package/dist/packages/features/ee/billing/repository/dunning/OrgDunningRepository.integration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/dunning/TeamDunningRepository.d.ts +0 -14
- package/dist/packages/features/ee/billing/repository/dunning/TeamDunningRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/dunning/TeamDunningRepository.integration-test.d.ts +0 -2
- package/dist/packages/features/ee/billing/repository/dunning/TeamDunningRepository.integration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/highWaterMark/HighWaterMarkRepository.d.ts +0 -54
- package/dist/packages/features/ee/billing/repository/highWaterMark/HighWaterMarkRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/highWaterMark/__tests__/HighWaterMarkRepository.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/repository/highWaterMark/__tests__/HighWaterMarkRepository.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/proration/MonthlyProrationRepository.d.ts +0 -49
- package/dist/packages/features/ee/billing/repository/proration/MonthlyProrationRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/proration/MonthlyProrationTeamRepository.d.ts +0 -103
- package/dist/packages/features/ee/billing/repository/proration/MonthlyProrationTeamRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/seatChangeLogs/SeatChangeLogRepository.d.ts +0 -42
- package/dist/packages/features/ee/billing/repository/seatChangeLogs/SeatChangeLogRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/teamBillingData/ITeamBillingDataRepository.d.ts +0 -17
- package/dist/packages/features/ee/billing/repository/teamBillingData/ITeamBillingDataRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/teamBillingData/PrismaTeamBillingRepository.d.ts +0 -34
- package/dist/packages/features/ee/billing/repository/teamBillingData/PrismaTeamBillingRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/teamBillingData/StubTeamBillingRepository.d.ts +0 -20
- package/dist/packages/features/ee/billing/repository/teamBillingData/StubTeamBillingRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/webhookEvent/PrismaWebhookEventRepository.d.ts +0 -14
- package/dist/packages/features/ee/billing/repository/webhookEvent/PrismaWebhookEventRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/repository/webhookEvent/__tests__/WebhookEventRepository.integration-test.d.ts +0 -2
- package/dist/packages/features/ee/billing/repository/webhookEvent/__tests__/WebhookEventRepository.integration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/seed-stripe-products.d.ts +0 -21
- package/dist/packages/features/ee/billing/seed-stripe-products.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/seed.d.ts +0 -33
- package/dist/packages/features/ee/billing/seed.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/adminBillingMode/AdminBillingModeService.d.ts +0 -20
- package/dist/packages/features/ee/billing/service/adminBillingMode/AdminBillingModeService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/billingPeriod/BillingPeriodService.d.ts +0 -52
- package/dist/packages/features/ee/billing/service/billingPeriod/BillingPeriodService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/billingPeriod/__tests__/BillingPeriodService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/billingPeriod/__tests__/BillingPeriodService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/billingProvider/IBillingProviderService.d.ts +0 -172
- package/dist/packages/features/ee/billing/service/billingProvider/IBillingProviderService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/billingProvider/StripeBillingService.d.ts +0 -123
- package/dist/packages/features/ee/billing/service/billingProvider/StripeBillingService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/billingProvider/StripeBillingService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/billingProvider/StripeBillingService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dueInvoice/cleanup-proration-test.d.ts +0 -12
- package/dist/packages/features/ee/billing/service/dueInvoice/cleanup-proration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dueInvoice/seed-proration-test.d.ts +0 -24
- package/dist/packages/features/ee/billing/service/dueInvoice/seed-proration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/BaseDunningService.d.ts +0 -28
- package/dist/packages/features/ee/billing/service/dunning/BaseDunningService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningAwareStrategy.d.ts +0 -28
- package/dist/packages/features/ee/billing/service/dunning/DunningAwareStrategy.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningAwareStrategy.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/DunningAwareStrategy.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningEmailService.d.ts +0 -16
- package/dist/packages/features/ee/billing/service/dunning/DunningEmailService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningEmailService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/DunningEmailService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningGuard.d.ts +0 -34
- package/dist/packages/features/ee/billing/service/dunning/DunningGuard.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningGuard.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/DunningGuard.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningMapper.d.ts +0 -17
- package/dist/packages/features/ee/billing/service/dunning/DunningMapper.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningServiceFactory.d.ts +0 -33
- package/dist/packages/features/ee/billing/service/dunning/DunningServiceFactory.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningState.d.ts +0 -68
- package/dist/packages/features/ee/billing/service/dunning/DunningState.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningStatusResolver.d.ts +0 -17
- package/dist/packages/features/ee/billing/service/dunning/DunningStatusResolver.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningStrategyFactory.d.ts +0 -17
- package/dist/packages/features/ee/billing/service/dunning/DunningStrategyFactory.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/DunningStrategyFactory.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/DunningStrategyFactory.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/IDunningService.d.ts +0 -34
- package/dist/packages/features/ee/billing/service/dunning/IDunningService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/OrgDunningService.d.ts +0 -5
- package/dist/packages/features/ee/billing/service/dunning/OrgDunningService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/TeamDunningService.d.ts +0 -5
- package/dist/packages/features/ee/billing/service/dunning/TeamDunningService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/__tests__/BaseDunningService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/__tests__/BaseDunningService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningMapper.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningMapper.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningServiceFactory.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningServiceFactory.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningStatusResolver.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/__tests__/DunningStatusResolver.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/__tests__/shouldSkipDunningAdvancement.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/__tests__/shouldSkipDunningAdvancement.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/dunning-state.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/dunning-state.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/seed-dunning-test.d.ts +0 -1
- package/dist/packages/features/ee/billing/service/dunning/seed-dunning-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/seed-recreate-ownership-test.d.ts +0 -1
- package/dist/packages/features/ee/billing/service/dunning/seed-recreate-ownership-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/seed-resubscribe-test.d.ts +0 -1
- package/dist/packages/features/ee/billing/service/dunning/seed-resubscribe-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/shouldSkipDunningAdvancement.d.ts +0 -4
- package/dist/packages/features/ee/billing/service/dunning/shouldSkipDunningAdvancement.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/advance-dunning-tiers.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/advance-dunning-tiers.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/advance-single-team-dunning.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/advance-single-team-dunning.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/blast-dunning-emails.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/blast-dunning-emails.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-cancellation-email.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-cancellation-email.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-email-for-status.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-email-for-status.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-pause-email.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-pause-email.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-soft-block-email.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-soft-block-email.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-warning-email.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/dunning/trigger/__tests__/send-dunning-warning-email.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/advance-dunning-tiers.d.ts +0 -14
- package/dist/packages/features/ee/billing/service/dunning/trigger/advance-dunning-tiers.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/advance-single-team-dunning.d.ts +0 -5
- package/dist/packages/features/ee/billing/service/dunning/trigger/advance-single-team-dunning.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/blast-dunning-emails.d.ts +0 -23
- package/dist/packages/features/ee/billing/service/dunning/trigger/blast-dunning-emails.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/config.d.ts +0 -6
- package/dist/packages/features/ee/billing/service/dunning/trigger/config.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/emailConfig.d.ts +0 -6
- package/dist/packages/features/ee/billing/service/dunning/trigger/emailConfig.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/emailSchema.d.ts +0 -9
- package/dist/packages/features/ee/billing/service/dunning/trigger/emailSchema.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/schema.d.ts +0 -12
- package/dist/packages/features/ee/billing/service/dunning/trigger/schema.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-cancellation-email.d.ts +0 -5
- package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-cancellation-email.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-email-for-status.d.ts +0 -16
- package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-email-for-status.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-pause-email.d.ts +0 -5
- package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-pause-email.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-soft-block-email.d.ts +0 -5
- package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-soft-block-email.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-warning-email.d.ts +0 -5
- package/dist/packages/features/ee/billing/service/dunning/trigger/send-dunning-warning-email.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/highWaterMark/HighWaterMarkService.d.ts +0 -51
- package/dist/packages/features/ee/billing/service/highWaterMark/HighWaterMarkService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/highWaterMark/__tests__/HighWaterMarkService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/highWaterMark/__tests__/HighWaterMarkService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/highWaterMark/__tests__/HighWaterMarkStripe.integration-test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/highWaterMark/__tests__/HighWaterMarkStripe.integration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/highWaterMark/seed-hwm-test.d.ts +0 -1
- package/dist/packages/features/ee/billing/service/highWaterMark/seed-hwm-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/plans/seed-plans-test.d.ts +0 -1
- package/dist/packages/features/ee/billing/service/plans/seed-plans-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/MonthlyProrationService.d.ts +0 -105
- package/dist/packages/features/ee/billing/service/proration/MonthlyProrationService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/ProrationEmailService.d.ts +0 -17
- package/dist/packages/features/ee/billing/service/proration/ProrationEmailService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/__tests__/MonthlyProrationService.integration-test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/proration/__tests__/MonthlyProrationService.integration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/__tests__/MonthlyProrationService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/proration/__tests__/MonthlyProrationService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/__tests__/ProrationEmailService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/proration/__tests__/ProrationEmailService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationSyncTasker.d.ts +0 -10
- package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationSyncTasker.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationTasker.d.ts +0 -17
- package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationTasker.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationTriggerDevTasker.d.ts +0 -10
- package/dist/packages/features/ee/billing/service/proration/tasker/MonthlyProrationTriggerDevTasker.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailSyncTasker.d.ts +0 -16
- package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailSyncTasker.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailTasker.d.ts +0 -23
- package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailTasker.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailTriggerDevTasker.d.ts +0 -16
- package/dist/packages/features/ee/billing/service/proration/tasker/ProrationEmailTriggerDevTasker.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/constants.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/proration/tasker/constants.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/cancelProrationReminder.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/cancelProrationReminder.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/processMonthlyProrationBatch.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/processMonthlyProrationBatch.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/scheduleMonthlyProration.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/scheduleMonthlyProration.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/sendProrationInvoiceEmail.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/sendProrationInvoiceEmail.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/sendProrationReminderEmail.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/__tests__/sendProrationReminderEmail.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/cancelProrationReminder.d.ts +0 -10
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/cancelProrationReminder.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/config.d.ts +0 -6
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/config.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/emailConfig.d.ts +0 -6
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/emailConfig.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/emailSchemas.d.ts +0 -35
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/emailSchemas.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/processMonthlyProrationBatch.d.ts +0 -43
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/processMonthlyProrationBatch.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/scheduleMonthlyProration.d.ts +0 -31
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/scheduleMonthlyProration.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/schema.d.ts +0 -12
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/schema.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/sendProrationInvoiceEmail.d.ts +0 -16
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/sendProrationInvoiceEmail.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/sendProrationReminderEmail.d.ts +0 -13
- package/dist/packages/features/ee/billing/service/proration/tasker/trigger/sendProrationReminderEmail.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/proration/tasker/types.d.ts +0 -33
- package/dist/packages/features/ee/billing/service/proration/tasker/types.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/ActiveUserBillingStrategy.d.ts +0 -21
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/ActiveUserBillingStrategy.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/HighWaterMarkStrategy.d.ts +0 -22
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/HighWaterMarkStrategy.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/ISeatBillingStrategy.d.ts +0 -50
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/ISeatBillingStrategy.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/ImmediateUpdateStrategy.d.ts +0 -9
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/ImmediateUpdateStrategy.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/MonthlyProrationStrategy.d.ts +0 -18
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/MonthlyProrationStrategy.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/SeatBillingStrategyFactory.d.ts +0 -30
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/SeatBillingStrategyFactory.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/SeatBillingStrategyFactory.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/SeatBillingStrategyFactory.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/__tests__/SeatBillingStrategyFactory.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/__tests__/SeatBillingStrategyFactory.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/__tests__/strategies.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/seatBillingStrategy/__tests__/strategies.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatTracking/SeatChangeTrackingService.d.ts +0 -64
- package/dist/packages/features/ee/billing/service/seatTracking/SeatChangeTrackingService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/seatTracking/__tests__/SeatChangeTrackingService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/seatTracking/__tests__/SeatChangeTrackingService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/teams/ITeamBillingService.d.ts +0 -26
- package/dist/packages/features/ee/billing/service/teams/ITeamBillingService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/teams/StubTeamBillingService.d.ts +0 -17
- package/dist/packages/features/ee/billing/service/teams/StubTeamBillingService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/teams/TeamBillingFactory.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/teams/TeamBillingFactory.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/teams/TeamBillingService.d.ts +0 -66
- package/dist/packages/features/ee/billing/service/teams/TeamBillingService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/teams/TeamBillingService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/teams/TeamBillingService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/teams/TeamBillingServiceFactory.d.ts +0 -27
- package/dist/packages/features/ee/billing/service/teams/TeamBillingServiceFactory.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/trial/seed-trial-test.d.ts +0 -1
- package/dist/packages/features/ee/billing/service/trial/seed-trial-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/webhookEvent/WebhookEventService.d.ts +0 -14
- package/dist/packages/features/ee/billing/service/webhookEvent/WebhookEventService.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.idempotency.integration-test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.idempotency.integration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.integration-test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.integration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/service/webhookEvent/__tests__/WebhookEventService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/teams/internal-team-billing.test.d.ts +0 -2
- package/dist/packages/features/ee/billing/teams/internal-team-billing.test.d.ts.map +0 -1
- package/dist/packages/features/ee/billing/ui/SeatBasedBilling.d.ts +0 -23
- package/dist/packages/features/ee/billing/ui/SeatBasedBilling.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/api/handle-setup-success-integration.test.d.ts +0 -2
- package/dist/packages/features/ee/payments/api/handle-setup-success-integration.test.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/api/handle-setup-success.test.d.ts +0 -2
- package/dist/packages/features/ee/payments/api/handle-setup-success.test.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/api/webhook.d.ts +0 -17
- package/dist/packages/features/ee/payments/api/webhook.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/api/webhook.test.d.ts +0 -2
- package/dist/packages/features/ee/payments/api/webhook.test.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/components/Payment.d.ts +0 -43
- package/dist/packages/features/ee/payments/components/Payment.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/pages/getClientSecretFromPayment.d.ts +0 -5
- package/dist/packages/features/ee/payments/pages/getClientSecretFromPayment.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/pages/payment.d.ts +0 -258
- package/dist/packages/features/ee/payments/pages/payment.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/pages/sanitizePaymentDataForClient.d.ts +0 -7
- package/dist/packages/features/ee/payments/pages/sanitizePaymentDataForClient.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/pages/sanitizePaymentDataForClient.test.d.ts +0 -2
- package/dist/packages/features/ee/payments/pages/sanitizePaymentDataForClient.test.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/server/stripe-service.d.ts +0 -23
- package/dist/packages/features/ee/payments/server/stripe-service.d.ts.map +0 -1
- package/dist/packages/features/ee/payments/server/stripe.d.ts +0 -7
- package/dist/packages/features/ee/payments/server/stripe.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/assignmentReason/AssignmentReasonRecorder.d.ts +0 -75
- package/dist/packages/features/ee/round-robin/assignmentReason/AssignmentReasonRecorder.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/assignmentReason/appAssignmentReasonHandler.d.ts +0 -13
- package/dist/packages/features/ee/round-robin/assignmentReason/appAssignmentReasonHandler.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/handleRescheduleEventManager.d.ts +0 -104
- package/dist/packages/features/ee/round-robin/handleRescheduleEventManager.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/lib/bookingLocationService.d.ts +0 -160
- package/dist/packages/features/ee/round-robin/lib/bookingLocationService.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/lib/bookingLocationService.test.d.ts +0 -2
- package/dist/packages/features/ee/round-robin/lib/bookingLocationService.test.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/roundRobinDeleteEvents.test.d.ts +0 -2
- package/dist/packages/features/ee/round-robin/roundRobinDeleteEvents.test.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts +0 -120
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.test.d.ts +0 -2
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.test.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/roundRobinReassignment.d.ts +0 -20
- package/dist/packages/features/ee/round-robin/roundRobinReassignment.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/roundRobinReassignment.test.d.ts +0 -2
- package/dist/packages/features/ee/round-robin/roundRobinReassignment.test.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/utils/bookingSelect.d.ts +0 -53
- package/dist/packages/features/ee/round-robin/utils/bookingSelect.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/utils/getDestinationCalendar.d.ts +0 -10
- package/dist/packages/features/ee/round-robin/utils/getDestinationCalendar.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/utils/getTeamMembers.d.ts +0 -39
- package/dist/packages/features/ee/round-robin/utils/getTeamMembers.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/utils/validateRoundRobinSlotAvailability.d.ts +0 -4
- package/dist/packages/features/ee/round-robin/utils/validateRoundRobinSlotAvailability.d.ts.map +0 -1
- package/dist/packages/features/ee/round-robin/utils/validateRoundRobinSlotAvailability.test.d.ts +0 -2
- package/dist/packages/features/ee/round-robin/utils/validateRoundRobinSlotAvailability.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/api/handleSMSResponse.d.ts +0 -6
- package/dist/packages/features/ee/workflows/api/handleSMSResponse.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/api/scheduleEmailReminders.d.ts +0 -6
- package/dist/packages/features/ee/workflows/api/scheduleEmailReminders.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.d.ts +0 -7
- package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/api/scheduleWhatsappReminders.d.ts +0 -7
- package/dist/packages/features/ee/workflows/api/scheduleWhatsappReminders.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/api/scheduleWhatsappReminders.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/api/scheduleWhatsappReminders.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/di/WorkflowStepTranslationRepository.container.d.ts +0 -3
- package/dist/packages/features/ee/workflows/di/WorkflowStepTranslationRepository.container.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/di/WorkflowStepTranslationRepository.module.d.ts +0 -5
- package/dist/packages/features/ee/workflows/di/WorkflowStepTranslationRepository.module.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/hooks/useVoicePreview.d.ts +0 -6
- package/dist/packages/features/ee/workflows/hooks/useVoicePreview.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/action-helper-functions.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/action-helper-functions.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/actionHelperFunctions.d.ts +0 -46
- package/dist/packages/features/ee/workflows/lib/actionHelperFunctions.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/allowDisablingStandardEmails.d.ts +0 -11
- package/dist/packages/features/ee/workflows/lib/allowDisablingStandardEmails.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/alphanumericSenderIdSupport.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/alphanumericSenderIdSupport.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/compareReminderBodyToTemplate.d.ts +0 -6
- package/dist/packages/features/ee/workflows/lib/compareReminderBodyToTemplate.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/constants.d.ts +0 -14
- package/dist/packages/features/ee/workflows/lib/constants.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/deleteRemindersOfActiveOnIds.d.ts +0 -8
- package/dist/packages/features/ee/workflows/lib/deleteRemindersOfActiveOnIds.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/detectMatchedTemplate.d.ts +0 -33
- package/dist/packages/features/ee/workflows/lib/detectMatchedTemplate.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/getActionIcon.d.ts +0 -3
- package/dist/packages/features/ee/workflows/lib/getActionIcon.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/getAllWorkflows.d.ts +0 -43
- package/dist/packages/features/ee/workflows/lib/getAllWorkflows.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/getAllWorkflowsFromEventType.d.ts +0 -15
- package/dist/packages/features/ee/workflows/lib/getAllWorkflowsFromEventType.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/getOptions.d.ts +0 -31
- package/dist/packages/features/ee/workflows/lib/getOptions.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/getWorkflowReminders.d.ts +0 -144
- package/dist/packages/features/ee/workflows/lib/getWorkflowReminders.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/getiCalEventAsString.d.ts +0 -16
- package/dist/packages/features/ee/workflows/lib/getiCalEventAsString.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/isAuthorized.d.ts +0 -4
- package/dist/packages/features/ee/workflows/lib/isAuthorized.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/aiPhoneCallManager.d.ts +0 -33
- package/dist/packages/features/ee/workflows/lib/reminders/aiPhoneCallManager.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts +0 -31
- package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/messageDispatcher.d.ts +0 -53
- package/dist/packages/features/ee/workflows/lib/reminders/messageDispatcher.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/providers/emailProvider.d.ts +0 -11
- package/dist/packages/features/ee/workflows/lib/reminders/providers/emailProvider.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/providers/sendgridProvider.d.ts +0 -10
- package/dist/packages/features/ee/workflows/lib/reminders/providers/sendgridProvider.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/providers/twilio-provider.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/reminders/providers/twilio-provider.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/providers/twilioProvider.d.ts +0 -48
- package/dist/packages/features/ee/workflows/lib/reminders/providers/twilioProvider.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.d.ts +0 -63
- package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/scheduleMandatoryReminder.d.ts +0 -17
- package/dist/packages/features/ee/workflows/lib/reminders/scheduleMandatoryReminder.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/smsReminderManager.d.ts +0 -31
- package/dist/packages/features/ee/workflows/lib/reminders/smsReminderManager.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/customTemplate.d.ts +0 -50
- package/dist/packages/features/ee/workflows/lib/reminders/templates/customTemplate.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/customTemplate.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/reminders/templates/customTemplate.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.d.ts +0 -25
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.d.ts +0 -28
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/plainTextTemplates.d.ts +0 -17
- package/dist/packages/features/ee/workflows/lib/reminders/templates/plainTextTemplates.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/smsReminderTemplate.d.ts +0 -6
- package/dist/packages/features/ee/workflows/lib/reminders/templates/smsReminderTemplate.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/ContentSidMapping.d.ts +0 -11
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/ContentSidMapping.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/index.d.ts +0 -5
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/index.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCancelledTemplate.d.ts +0 -5
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCancelledTemplate.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCompletedTemplate.d.ts +0 -5
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCompletedTemplate.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventReminderTemplate.d.ts +0 -5
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventReminderTemplate.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventRescheduledTemplate.d.ts +0 -5
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventRescheduledTemplate.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/utils.d.ts +0 -7
- package/dist/packages/features/ee/workflows/lib/reminders/utils.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/utils.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/reminders/utils.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/verifyPhoneNumber.d.ts +0 -3
- package/dist/packages/features/ee/workflows/lib/reminders/verifyPhoneNumber.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/whatsappReminderManager.d.ts +0 -6
- package/dist/packages/features/ee/workflows/lib/reminders/whatsappReminderManager.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/repository/workflowOptOutContact.d.ts +0 -6
- package/dist/packages/features/ee/workflows/lib/repository/workflowOptOutContact.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/scheduleBookingReminders.d.ts +0 -8
- package/dist/packages/features/ee/workflows/lib/scheduleBookingReminders.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/scheduleWorkflowNotifications.d.ts +0 -103
- package/dist/packages/features/ee/workflows/lib/scheduleWorkflowNotifications.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/scheduleWorkflowNotifications.integration-test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/scheduleWorkflowNotifications.integration-test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/schema.d.ts +0 -165
- package/dist/packages/features/ee/workflows/lib/schema.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/service/email-workflow-service.d.ts +0 -123
- package/dist/packages/features/ee/workflows/lib/service/email-workflow-service.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/service/email-workflow-service.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/service/email-workflow-service.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/service/workflow-service.d.ts +0 -83
- package/dist/packages/features/ee/workflows/lib/service/workflow-service.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/service/workflow-service.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/service/workflow-service.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/service/workflowOptOutService.d.ts +0 -5
- package/dist/packages/features/ee/workflows/lib/service/workflowOptOutService.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/test/compareReminderBodyToTemplate.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/test/compareReminderBodyToTemplate.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/test/detectMatchedTemplate.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/test/detectMatchedTemplate.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/test/twilioWebhook.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/test/twilioWebhook.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/test/urlScanner.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/test/urlScanner.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/test/workflows.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/test/workflows.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/types.d.ts +0 -165
- package/dist/packages/features/ee/workflows/lib/types.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/url-scanner.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/url-scanner.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/urlScanner.d.ts +0 -63
- package/dist/packages/features/ee/workflows/lib/urlScanner.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/variableTranslations.d.ts +0 -10
- package/dist/packages/features/ee/workflows/lib/variableTranslations.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/lib/verifyEmailSender.d.ts +0 -2
- package/dist/packages/features/ee/workflows/lib/verifyEmailSender.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/repositories/WorkflowRelationsRepository.d.ts +0 -24
- package/dist/packages/features/ee/workflows/repositories/WorkflowRelationsRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/repositories/WorkflowStepRepository.d.ts +0 -68
- package/dist/packages/features/ee/workflows/repositories/WorkflowStepRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/repositories/WorkflowStepTranslationRepository.d.ts +0 -30
- package/dist/packages/features/ee/workflows/repositories/WorkflowStepTranslationRepository.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/repositories/WorkflowStepTranslationRepository.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/repositories/WorkflowStepTranslationRepository.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/repositories/workflow-reminder-repository.d.ts +0 -164
- package/dist/packages/features/ee/workflows/repositories/workflow-reminder-repository.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/repositories/workflow-reminder-repository.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/repositories/workflow-reminder-repository.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/repositories/workflow-repository.d.ts +0 -872
- package/dist/packages/features/ee/workflows/repositories/workflow-repository.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/repositories/workflow-repository.test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/repositories/workflow-repository.test.d.ts.map +0 -1
- package/dist/packages/features/ee/workflows/repositories/workflow-step-translation-repository.integration-test.d.ts +0 -2
- package/dist/packages/features/ee/workflows/repositories/workflow-step-translation-repository.integration-test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/AssignAllTeamMembers.d.ts +0 -8
- package/dist/packages/features/eventtypes/components/AssignAllTeamMembers.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/BulkEditDefaultForEventsModal.d.ts +0 -28
- package/dist/packages/features/eventtypes/components/BulkEditDefaultForEventsModal.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/CheckedTeamSelect.d.ts +0 -41
- package/dist/packages/features/eventtypes/components/CheckedTeamSelect.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/ChildrenEventTypeSelect.d.ts +0 -32
- package/dist/packages/features/eventtypes/components/ChildrenEventTypeSelect.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/CreateEventTypeForm.d.ts +0 -17
- package/dist/packages/features/eventtypes/components/CreateEventTypeForm.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/LearnMoreLink.d.ts +0 -9
- package/dist/packages/features/eventtypes/components/LearnMoreLink.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/WeightDescription.d.ts +0 -5
- package/dist/packages/features/eventtypes/components/WeightDescription.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/dialogs/HostEditDialogs.d.ts +0 -29
- package/dist/packages/features/eventtypes/components/dialogs/HostEditDialogs.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/dialogs/ManagedEventDialog.d.ts +0 -13
- package/dist/packages/features/eventtypes/components/dialogs/ManagedEventDialog.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/locations/types.d.ts +0 -48
- package/dist/packages/features/eventtypes/components/locations/types.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/CustomEventTypeModal.d.ts +0 -44
- package/dist/packages/features/eventtypes/components/tabs/advanced/CustomEventTypeModal.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/DisableAllEmailsSetting.d.ts +0 -26
- package/dist/packages/features/eventtypes/components/tabs/advanced/DisableAllEmailsSetting.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/DisableReschedulingController.d.ts +0 -18
- package/dist/packages/features/eventtypes/components/tabs/advanced/DisableReschedulingController.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.d.ts +0 -144
- package/dist/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/FormBuilder.d.ts +0 -46
- package/dist/packages/features/eventtypes/components/tabs/advanced/FormBuilder.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/RequiresConfirmationController.d.ts +0 -27
- package/dist/packages/features/eventtypes/components/tabs/advanced/RequiresConfirmationController.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/availability/EventAvailabilityTab.d.ts +0 -91
- package/dist/packages/features/eventtypes/components/tabs/availability/EventAvailabilityTab.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/limits/EventLimitsTab.d.ts +0 -58
- package/dist/packages/features/eventtypes/components/tabs/limits/EventLimitsTab.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/limits/MaxActiveBookingsPerBookerController.d.ts +0 -10
- package/dist/packages/features/eventtypes/components/tabs/limits/MaxActiveBookingsPerBookerController.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/limits/dateConversions.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/components/tabs/limits/dateConversions.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/recurring/EventRecurringTab.d.ts +0 -4
- package/dist/packages/features/eventtypes/components/tabs/recurring/EventRecurringTab.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/recurring/RecurringEventController.d.ts +0 -22
- package/dist/packages/features/eventtypes/components/tabs/recurring/RecurringEventController.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/components/tabs/setup/EventSetupTab.d.ts +0 -46
- package/dist/packages/features/eventtypes/components/tabs/setup/EventSetupTab.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/di/EventTypeService.container.d.ts +0 -4
- package/dist/packages/features/eventtypes/di/EventTypeService.container.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/di/EventTypeService.module.d.ts +0 -9
- package/dist/packages/features/eventtypes/di/EventTypeService.module.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/di/tokens.d.ts +0 -5
- package/dist/packages/features/eventtypes/di/tokens.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/eventtypes.repository.interface.d.ts +0 -20
- package/dist/packages/features/eventtypes/eventtypes.repository.interface.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/apply-pending-host-changes.d.ts +0 -12
- package/dist/packages/features/eventtypes/lib/apply-pending-host-changes.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/bookingFieldsManager.d.ts +0 -14
- package/dist/packages/features/eventtypes/lib/bookingFieldsManager.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/checkForEmptyAssignment.d.ts +0 -8
- package/dist/packages/features/eventtypes/lib/checkForEmptyAssignment.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/checkForEmptyAssignment.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/checkForEmptyAssignment.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/childrenEventType.d.ts +0 -35
- package/dist/packages/features/eventtypes/lib/childrenEventType.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/childrenEventType.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/childrenEventType.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/defaultEvents.d.ts +0 -2056
- package/dist/packages/features/eventtypes/lib/defaultEvents.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/defaultEvents.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/defaultEvents.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/eventNaming.d.ts +0 -28
- package/dist/packages/features/eventtypes/lib/eventNaming.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/eventNaming.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/eventNaming.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/eventTypeUpdateUtils.d.ts +0 -45
- package/dist/packages/features/eventtypes/lib/eventTypeUpdateUtils.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/getDefinedBufferTimes.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/getDefinedBufferTimes.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/getDefinedBufferTimes.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/getDefinedBufferTimes.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/getEventTypeById.d.ts +0 -1256
- package/dist/packages/features/eventtypes/lib/getEventTypeById.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/getEventTypeById.integration-test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/getEventTypeById.integration-test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/getEventTypesByViewer.d.ts +0 -447
- package/dist/packages/features/eventtypes/lib/getEventTypesByViewer.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/getEventTypesByViewer.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/getEventTypesByViewer.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/getEventTypesPublic.d.ts +0 -171
- package/dist/packages/features/eventtypes/lib/getEventTypesPublic.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts +0 -2870
- package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/getPublicEvent.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/getPublicEvent.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/getTeamEventType.d.ts +0 -200
- package/dist/packages/features/eventtypes/lib/getTeamEventType.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/isCurrentlyAvailable.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/isCurrentlyAvailable.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/schemas.d.ts +0 -54
- package/dist/packages/features/eventtypes/lib/schemas.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/schemas.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/schemas.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/successRedirectUrlAllowed.d.ts +0 -25
- package/dist/packages/features/eventtypes/lib/successRedirectUrlAllowed.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/successRedirectUrlAllowed.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/lib/successRedirectUrlAllowed.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/lib/types.d.ts +0 -592
- package/dist/packages/features/eventtypes/lib/types.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/repositories/EventRepository.d.ts +0 -1670
- package/dist/packages/features/eventtypes/repositories/EventRepository.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/repositories/__tests__/EventTypeRepository.integration-test.d.ts +0 -2
- package/dist/packages/features/eventtypes/repositories/__tests__/EventTypeRepository.integration-test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/repositories/__tests__/EventTypeRepository.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/repositories/__tests__/EventTypeRepository.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/repositories/eventTypeRepository.d.ts +0 -3968
- package/dist/packages/features/eventtypes/repositories/eventTypeRepository.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/service/EventTypeService.d.ts +0 -81
- package/dist/packages/features/eventtypes/service/EventTypeService.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/service/EventTypeService.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/service/EventTypeService.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/store/__tests__/hosts-store.test.d.ts +0 -2
- package/dist/packages/features/eventtypes/store/__tests__/hosts-store.test.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/store/hosts-store-provider.d.ts +0 -7
- package/dist/packages/features/eventtypes/store/hosts-store-provider.d.ts.map +0 -1
- package/dist/packages/features/eventtypes/store/hosts-store.d.ts +0 -25
- package/dist/packages/features/eventtypes/store/hosts-store.d.ts.map +0 -1
- package/dist/packages/features/form-builder/fieldTypes.d.ts +0 -5
- package/dist/packages/features/form-builder/fieldTypes.d.ts.map +0 -1
- package/dist/packages/features/form-builder/fieldsThatSupportLabelAsSafeHtml.d.ts +0 -7
- package/dist/packages/features/form-builder/fieldsThatSupportLabelAsSafeHtml.d.ts.map +0 -1
- package/dist/packages/features/form-builder/propsTypes.d.ts +0 -18
- package/dist/packages/features/form-builder/propsTypes.d.ts.map +0 -1
- package/dist/packages/features/form-builder/schema.d.ts +0 -783
- package/dist/packages/features/form-builder/schema.d.ts.map +0 -1
- package/dist/packages/features/form-builder/staticConfig.d.ts +0 -67
- package/dist/packages/features/form-builder/staticConfig.d.ts.map +0 -1
- package/dist/packages/features/form-builder/staticConfig.test.d.ts +0 -2
- package/dist/packages/features/form-builder/staticConfig.test.d.ts.map +0 -1
- package/dist/packages/features/form-builder/testUtils.d.ts +0 -421
- package/dist/packages/features/form-builder/testUtils.d.ts.map +0 -1
- package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.d.ts +0 -12
- package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.d.ts.map +0 -1
- package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.test.d.ts +0 -2
- package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.test.d.ts.map +0 -1
- package/dist/packages/features/form-builder/utils/getFieldIdentifier.d.ts +0 -2
- package/dist/packages/features/form-builder/utils/getFieldIdentifier.d.ts.map +0 -1
- package/dist/packages/features/form-builder/utils/variantsConfig.d.ts +0 -44
- package/dist/packages/features/form-builder/utils/variantsConfig.d.ts.map +0 -1
- package/dist/packages/features/form-builder/utils.d.ts +0 -6
- package/dist/packages/features/form-builder/utils.d.ts.map +0 -1
- package/dist/packages/features/instant-meeting/schema.d.ts +0 -3
- package/dist/packages/features/instant-meeting/schema.d.ts.map +0 -1
- package/dist/packages/features/schedules/components/DateOverrideInputDialog.d.ts +0 -16
- package/dist/packages/features/schedules/components/DateOverrideInputDialog.d.ts.map +0 -1
- package/dist/packages/features/schedules/components/DateOverrideList.d.ts +0 -25
- package/dist/packages/features/schedules/components/DateOverrideList.d.ts.map +0 -1
- package/dist/packages/features/schedules/components/ScheduleComponent.d.ts +0 -50
- package/dist/packages/features/schedules/components/ScheduleComponent.d.ts.map +0 -1
- package/dist/packages/features/schedules/components/ScheduleComponent.test.d.ts +0 -2
- package/dist/packages/features/schedules/components/ScheduleComponent.test.d.ts.map +0 -1
- package/dist/packages/features/schedules/components/ScheduleListItem.d.ts +0 -39
- package/dist/packages/features/schedules/components/ScheduleListItem.d.ts.map +0 -1
- package/dist/packages/features/schedules/components/parse-time-string.test.d.ts +0 -2
- package/dist/packages/features/schedules/components/parse-time-string.test.d.ts.map +0 -1
- package/dist/packages/features/schedules/hooks/useTimesForSchedule.d.ts +0 -30
- package/dist/packages/features/schedules/hooks/useTimesForSchedule.d.ts.map +0 -1
- package/dist/packages/features/schedules/hooks/useTimesForSchedule.timezone.test.d.ts +0 -2
- package/dist/packages/features/schedules/hooks/useTimesForSchedule.timezone.test.d.ts.map +0 -1
- package/dist/packages/features/schedules/lib/date-ranges.d.ts +0 -59
- package/dist/packages/features/schedules/lib/date-ranges.d.ts.map +0 -1
- package/dist/packages/features/schedules/lib/date-ranges.expansion.test.d.ts +0 -2
- package/dist/packages/features/schedules/lib/date-ranges.expansion.test.d.ts.map +0 -1
- package/dist/packages/features/schedules/lib/date-ranges.test.d.ts +0 -2
- package/dist/packages/features/schedules/lib/date-ranges.test.d.ts.map +0 -1
- package/dist/packages/features/schedules/lib/slots-minBookingNotice.test.d.ts +0 -2
- package/dist/packages/features/schedules/lib/slots-minBookingNotice.test.d.ts.map +0 -1
- package/dist/packages/features/schedules/lib/slots.d.ts +0 -30
- package/dist/packages/features/schedules/lib/slots.d.ts.map +0 -1
- package/dist/packages/features/schedules/lib/slots.expansion.test.d.ts +0 -2
- package/dist/packages/features/schedules/lib/slots.expansion.test.d.ts.map +0 -1
- package/dist/packages/features/schedules/lib/slots.test.d.ts +0 -2
- package/dist/packages/features/schedules/lib/slots.test.d.ts.map +0 -1
- package/dist/packages/features/schedules/repositories/ScheduleRepository.d.ts +0 -213
- package/dist/packages/features/schedules/repositories/ScheduleRepository.d.ts.map +0 -1
- package/dist/packages/features/schedules/repositories/ScheduleRepository.test.d.ts +0 -2
- package/dist/packages/features/schedules/repositories/ScheduleRepository.test.d.ts.map +0 -1
- package/dist/packages/features/schedules/services/ScheduleService.d.ts +0 -152
- package/dist/packages/features/schedules/services/ScheduleService.d.ts.map +0 -1
- package/dist/packages/features/schedules/services/ScheduleService.test.d.ts +0 -2
- package/dist/packages/features/schedules/services/ScheduleService.test.d.ts.map +0 -1
- package/dist/packages/features/schedules/types.d.ts +0 -20
- package/dist/packages/features/schedules/types.d.ts.map +0 -1
- package/dist/packages/kysely/types.d.ts +0 -2724
- package/dist/packages/kysely/types.d.ts.map +0 -1
- package/dist/packages/lib/intervalLimits/intervalLimitSchema.d.ts +0 -6
- package/dist/packages/lib/intervalLimits/intervalLimitSchema.d.ts.map +0 -1
- package/dist/packages/platform/atoms/add-members-switch/AddMembersWithSwitchPlatformWrapper.d.ts +0 -3
- package/dist/packages/platform/atoms/add-members-switch/AddMembersWithSwitchPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/availability/AvailabilitySettings.d.ts +0 -89
- package/dist/packages/platform/atoms/availability/AvailabilitySettings.d.ts.map +0 -1
- package/dist/packages/platform/atoms/availability/index.d.ts +0 -4
- package/dist/packages/platform/atoms/availability/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/availability/types.d.ts +0 -36
- package/dist/packages/platform/atoms/availability/types.d.ts.map +0 -1
- package/dist/packages/platform/atoms/availability/wrappers/AvailabilitySettingsPlatformWrapper.d.ts +0 -29
- package/dist/packages/platform/atoms/availability/wrappers/AvailabilitySettingsPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/booker/BookerPlatformWrapper.d.ts +0 -4
- package/dist/packages/platform/atoms/booker/BookerPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/booker/types.d.ts +0 -99
- package/dist/packages/platform/atoms/booker/types.d.ts.map +0 -1
- package/dist/packages/platform/atoms/booker-embed/BookerEmbed.d.ts +0 -31
- package/dist/packages/platform/atoms/booker-embed/BookerEmbed.d.ts.map +0 -1
- package/dist/packages/platform/atoms/booker-embed/index.d.ts +0 -2
- package/dist/packages/platform/atoms/booker-embed/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/booker-embed/useGetRoutingFormUrlProps.d.ts +0 -21
- package/dist/packages/platform/atoms/booker-embed/useGetRoutingFormUrlProps.d.ts.map +0 -1
- package/dist/packages/platform/atoms/cal-provider/BaseCalProvider.d.ts +0 -24
- package/dist/packages/platform/atoms/cal-provider/BaseCalProvider.d.ts.map +0 -1
- package/dist/packages/platform/atoms/cal-provider/CalOAuthProvider.d.ts +0 -19
- package/dist/packages/platform/atoms/cal-provider/CalOAuthProvider.d.ts.map +0 -1
- package/dist/packages/platform/atoms/cal-provider/CalProvider.d.ts +0 -22
- package/dist/packages/platform/atoms/cal-provider/CalProvider.d.ts.map +0 -1
- package/dist/packages/platform/atoms/cal-provider/index.d.ts +0 -3
- package/dist/packages/platform/atoms/cal-provider/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/cal-provider/languages.d.ts +0 -55
- package/dist/packages/platform/atoms/cal-provider/languages.d.ts.map +0 -1
- package/dist/packages/platform/atoms/calendar-settings/index.d.ts +0 -2
- package/dist/packages/platform/atoms/calendar-settings/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/calendar-settings/wrappers/CalendarSettingsPlatformWrapper.d.ts +0 -17
- package/dist/packages/platform/atoms/calendar-settings/wrappers/CalendarSettingsPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/calendar-view/CalendarViewComponent.d.ts +0 -2
- package/dist/packages/platform/atoms/calendar-view/CalendarViewComponent.d.ts.map +0 -1
- package/dist/packages/platform/atoms/calendar-view/EventTypeCalendarViewComponent.d.ts +0 -7
- package/dist/packages/platform/atoms/calendar-view/EventTypeCalendarViewComponent.d.ts.map +0 -1
- package/dist/packages/platform/atoms/calendar-view/components/LargeCalendar.d.ts +0 -11
- package/dist/packages/platform/atoms/calendar-view/components/LargeCalendar.d.ts.map +0 -1
- package/dist/packages/platform/atoms/calendar-view/index.d.ts +0 -2
- package/dist/packages/platform/atoms/calendar-view/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/calendar-view/wrappers/CalendarViewPlatformWrapper.d.ts +0 -22
- package/dist/packages/platform/atoms/calendar-view/wrappers/CalendarViewPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/OAuthConnect.d.ts +0 -25
- package/dist/packages/platform/atoms/connect/OAuthConnect.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/apple/AppleConnect.d.ts +0 -4
- package/dist/packages/platform/atoms/connect/apple/AppleConnect.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/ConferencingAppsViewPlatformWrapper.d.ts +0 -29
- package/dist/packages/platform/atoms/connect/conferencing-apps/ConferencingAppsViewPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomBulkUpdateEventTypesToDefaultLocation.d.ts +0 -102
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomBulkUpdateEventTypesToDefaultLocation.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomGetEventTypes.d.ts +0 -10
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomGetEventTypes.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomsGetInstalledConferencingApps.d.ts +0 -3
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomsGetInstalledConferencingApps.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useConnect.d.ts +0 -23
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useConnect.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useDeleteCredential.d.ts +0 -9
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useDeleteCredential.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useGetDefaultConferencingApp.d.ts +0 -6
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useGetDefaultConferencingApp.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useUpdateUserDefaultConferencingApp.d.ts +0 -9
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useUpdateUserDefaultConferencingApp.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/google/GcalConnect.d.ts +0 -4
- package/dist/packages/platform/atoms/connect/google/GcalConnect.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/index.d.ts +0 -4
- package/dist/packages/platform/atoms/connect/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/outlook/OutlookConnect.d.ts +0 -4
- package/dist/packages/platform/atoms/connect/outlook/OutlookConnect.d.ts.map +0 -1
- package/dist/packages/platform/atoms/connect/stripe/StripeConnect.d.ts +0 -22
- package/dist/packages/platform/atoms/connect/stripe/StripeConnect.d.ts.map +0 -1
- package/dist/packages/platform/atoms/create-schedule/CreateScheduleForm.d.ts +0 -18
- package/dist/packages/platform/atoms/create-schedule/CreateScheduleForm.d.ts.map +0 -1
- package/dist/packages/platform/atoms/create-schedule/index.d.ts +0 -2
- package/dist/packages/platform/atoms/create-schedule/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/create-schedule/wrappers/CreateSchedulePlatformWrapper.d.ts +0 -15
- package/dist/packages/platform/atoms/create-schedule/wrappers/CreateSchedulePlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/destination-calendar/DestinationCalendar.d.ts +0 -21
- package/dist/packages/platform/atoms/destination-calendar/DestinationCalendar.d.ts.map +0 -1
- package/dist/packages/platform/atoms/destination-calendar/DestinationCalendarSelector.d.ts +0 -17
- package/dist/packages/platform/atoms/destination-calendar/DestinationCalendarSelector.d.ts.map +0 -1
- package/dist/packages/platform/atoms/destination-calendar/DestinationReminderSelector.d.ts +0 -9
- package/dist/packages/platform/atoms/destination-calendar/DestinationReminderSelector.d.ts.map +0 -1
- package/dist/packages/platform/atoms/destination-calendar/index.d.ts +0 -2
- package/dist/packages/platform/atoms/destination-calendar/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/destination-calendar/wrappers/DestinationCalendarSettingsPlatformWrapper.d.ts +0 -8
- package/dist/packages/platform/atoms/destination-calendar/wrappers/DestinationCalendarSettingsPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/__tests__/EventTypeListItem.test.d.ts +0 -2
- package/dist/packages/platform/atoms/event-types/__tests__/EventTypeListItem.test.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/__tests__/formatEventTypeDuration.test.d.ts +0 -2
- package/dist/packages/platform/atoms/event-types/__tests__/formatEventTypeDuration.test.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/components/EventTypeListItem.d.ts +0 -12
- package/dist/packages/platform/atoms/event-types/components/EventTypeListItem.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/use-tabs-navigations.test.d.ts +0 -2
- package/dist/packages/platform/atoms/event-types/hooks/use-tabs-navigations.test.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAddVerifiedEmail.d.ts +0 -15
- package/dist/packages/platform/atoms/event-types/hooks/useAddVerifiedEmail.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeAppIntegration.d.ts +0 -22
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeAppIntegration.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts +0 -937
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypePaymentInfo.d.ts +0 -245
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypePaymentInfo.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAtomGetAllEventTypes.d.ts +0 -9
- package/dist/packages/platform/atoms/event-types/hooks/useAtomGetAllEventTypes.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAtomHostSchedules.d.ts +0 -14
- package/dist/packages/platform/atoms/event-types/hooks/useAtomHostSchedules.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAtomUpdateEventType.d.ts +0 -103
- package/dist/packages/platform/atoms/event-types/hooks/useAtomUpdateEventType.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.d.ts +0 -15
- package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.test.d.ts +0 -2
- package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.test.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useGetVerifiedEmails.d.ts +0 -3
- package/dist/packages/platform/atoms/event-types/hooks/useGetVerifiedEmails.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useHandleRouteChange.d.ts +0 -15
- package/dist/packages/platform/atoms/event-types/hooks/useHandleRouteChange.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/usePlatformTabsNavigations.d.ts +0 -16
- package/dist/packages/platform/atoms/event-types/hooks/usePlatformTabsNavigations.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useTabsNavigations.d.ts +0 -41
- package/dist/packages/platform/atoms/event-types/hooks/useTabsNavigations.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/hooks/useTeamMembersWithSegmentPlatform.d.ts +0 -38
- package/dist/packages/platform/atoms/event-types/hooks/useTeamMembersWithSegmentPlatform.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/index.d.ts +0 -2
- package/dist/packages/platform/atoms/event-types/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/lib/formatEventTypeDuration.d.ts +0 -13
- package/dist/packages/platform/atoms/event-types/lib/formatEventTypeDuration.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/payments/PaymentForm.d.ts +0 -9
- package/dist/packages/platform/atoms/event-types/payments/PaymentForm.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/payments/StripePaymentForm.d.ts +0 -9
- package/dist/packages/platform/atoms/event-types/payments/StripePaymentForm.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/types.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/CreateEventTypePlatformWrapper.d.ts +0 -20
- package/dist/packages/platform/atoms/event-types/wrappers/CreateEventTypePlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventAdvancedPlatformWrapper.d.ts +0 -4
- package/dist/packages/platform/atoms/event-types/wrappers/EventAdvancedPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventAvailabilityTabPlatformWrapper.d.ts +0 -13
- package/dist/packages/platform/atoms/event-types/wrappers/EventAvailabilityTabPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventLimitsTabPlatformWrapper.d.ts +0 -4
- package/dist/packages/platform/atoms/event-types/wrappers/EventLimitsTabPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventPaymentsTabPlatformWrapper.d.ts +0 -6
- package/dist/packages/platform/atoms/event-types/wrappers/EventPaymentsTabPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventRecurringTabPlatformWrapper.d.ts +0 -4
- package/dist/packages/platform/atoms/event-types/wrappers/EventRecurringTabPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventSetupTabPlatformWrapper.d.ts +0 -4
- package/dist/packages/platform/atoms/event-types/wrappers/EventSetupTabPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventTeamAssignmentTabPlatformWrapper.d.ts +0 -4
- package/dist/packages/platform/atoms/event-types/wrappers/EventTeamAssignmentTabPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventTypePlatformWrapper.d.ts +0 -36
- package/dist/packages/platform/atoms/event-types/wrappers/EventTypePlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/ListEventTypesPlatformWrapper.d.ts +0 -6
- package/dist/packages/platform/atoms/event-types/wrappers/ListEventTypesPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/event-types/wrappers/types.d.ts +0 -4
- package/dist/packages/platform/atoms/event-types/wrappers/types.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/bookings/useBooking.d.ts +0 -2
- package/dist/packages/platform/atoms/hooks/bookings/useBooking.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/bookings/useBookings.d.ts +0 -4
- package/dist/packages/platform/atoms/hooks/bookings/useBookings.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/bookings/useCancelBooking.d.ts +0 -23
- package/dist/packages/platform/atoms/hooks/bookings/useCancelBooking.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/bookings/useCreateBooking.d.ts +0 -561
- package/dist/packages/platform/atoms/hooks/bookings/useCreateBooking.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/bookings/useCreateInstantBooking.d.ts +0 -599
- package/dist/packages/platform/atoms/hooks/bookings/useCreateInstantBooking.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/bookings/useCreateRecurringBooking.d.ts +0 -557
- package/dist/packages/platform/atoms/hooks/bookings/useCreateRecurringBooking.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/bookings/useGetBookingForReschedule.d.ts +0 -45
- package/dist/packages/platform/atoms/hooks/bookings/useGetBookingForReschedule.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/bookings/useHandleBookEvent.d.ts +0 -27
- package/dist/packages/platform/atoms/hooks/bookings/useHandleBookEvent.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/calendars/useAddSelectedCalendar.d.ts +0 -21
- package/dist/packages/platform/atoms/hooks/calendars/useAddSelectedCalendar.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/calendars/useDeleteCalendarCredentials.d.ts +0 -22
- package/dist/packages/platform/atoms/hooks/calendars/useDeleteCalendarCredentials.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/calendars/useRemoveSelectedCalendar.d.ts +0 -21
- package/dist/packages/platform/atoms/hooks/calendars/useRemoveSelectedCalendar.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/calendars/useUpdateDestinationCalendars.d.ts +0 -21
- package/dist/packages/platform/atoms/hooks/calendars/useUpdateDestinationCalendars.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/connect/useCheck.d.ts +0 -21
- package/dist/packages/platform/atoms/hooks/connect/useCheck.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/connect/useConnect.d.ts +0 -18
- package/dist/packages/platform/atoms/hooks/connect/useConnect.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventType.d.ts +0 -103
- package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventType.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventTypeForm.d.ts +0 -8
- package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventTypeForm.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/private/useCreateTeamEventType.d.ts +0 -105
- package/dist/packages/platform/atoms/hooks/event-types/private/useCreateTeamEventType.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteEventTypeById.d.ts +0 -101
- package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteEventTypeById.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteTeamEventTypeById.d.ts +0 -15
- package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteTeamEventTypeById.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/private/useEventTypeById.d.ts +0 -4
- package/dist/packages/platform/atoms/hooks/event-types/private/useEventTypeById.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/public/useAtomGetPublicEvent.d.ts +0 -1670
- package/dist/packages/platform/atoms/hooks/event-types/public/useAtomGetPublicEvent.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/public/useEventType.d.ts +0 -5
- package/dist/packages/platform/atoms/hooks/event-types/public/useEventType.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/public/useEventTypes.d.ts +0 -4
- package/dist/packages/platform/atoms/hooks/event-types/public/useEventTypes.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventType.d.ts +0 -4
- package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventType.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventTypes.d.ts +0 -4
- package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventTypes.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationBookings.d.ts +0 -4
- package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationBookings.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationUserBookings.d.ts +0 -4
- package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationUserBookings.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/types.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/useAtomCreateSchedule.d.ts +0 -9
- package/dist/packages/platform/atoms/hooks/schedules/useAtomCreateSchedule.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/useAtomDuplicateSchedule.d.ts +0 -11
- package/dist/packages/platform/atoms/hooks/schedules/useAtomDuplicateSchedule.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/useAtomGetAllSchedules.d.ts +0 -9
- package/dist/packages/platform/atoms/hooks/schedules/useAtomGetAllSchedules.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/useAtomSchedule.d.ts +0 -37
- package/dist/packages/platform/atoms/hooks/schedules/useAtomSchedule.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/useAtomUpdateSchedule.d.ts +0 -51
- package/dist/packages/platform/atoms/hooks/schedules/useAtomUpdateSchedule.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/useDeleteSchedule.d.ts +0 -11
- package/dist/packages/platform/atoms/hooks/schedules/useDeleteSchedule.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/useEnsureDefaultSchedule.d.ts +0 -3
- package/dist/packages/platform/atoms/hooks/schedules/useEnsureDefaultSchedule.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/useSchedule.d.ts +0 -7
- package/dist/packages/platform/atoms/hooks/schedules/useSchedule.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/useSchedules.d.ts +0 -7
- package/dist/packages/platform/atoms/hooks/schedules/useSchedules.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/schedules/useUpdateSchedule.d.ts +0 -10
- package/dist/packages/platform/atoms/hooks/schedules/useUpdateSchedule.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/stripe/useCheck.d.ts +0 -22
- package/dist/packages/platform/atoms/hooks/stripe/useCheck.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/stripe/useConnect.d.ts +0 -5
- package/dist/packages/platform/atoms/hooks/stripe/useConnect.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/teams/useTeamMembers.d.ts +0 -10
- package/dist/packages/platform/atoms/hooks/teams/useTeamMembers.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/teams/useTeams.d.ts +0 -7
- package/dist/packages/platform/atoms/hooks/teams/useTeams.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/use-atoms-locale.d.ts +0 -3
- package/dist/packages/platform/atoms/hooks/use-atoms-locale.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useApiKeys.d.ts +0 -9
- package/dist/packages/platform/atoms/hooks/useApiKeys.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useAtomsContext.d.ts +0 -32
- package/dist/packages/platform/atoms/hooks/useAtomsContext.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useAvailableSlots.d.ts +0 -7
- package/dist/packages/platform/atoms/hooks/useAvailableSlots.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useCalendarsBusyTimes.d.ts +0 -13
- package/dist/packages/platform/atoms/hooks/useCalendarsBusyTimes.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts +0 -8
- package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useDeleteSelectedSlot.d.ts +0 -8
- package/dist/packages/platform/atoms/hooks/useDeleteSelectedSlot.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useEventTypesList.d.ts +0 -18
- package/dist/packages/platform/atoms/hooks/useEventTypesList.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useGetCityTimezones.d.ts +0 -10
- package/dist/packages/platform/atoms/hooks/useGetCityTimezones.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useIsPlatform.d.ts +0 -2
- package/dist/packages/platform/atoms/hooks/useIsPlatform.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useIsPlatformBookerEmbed.d.ts +0 -2
- package/dist/packages/platform/atoms/hooks/useIsPlatformBookerEmbed.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useMe.d.ts +0 -25
- package/dist/packages/platform/atoms/hooks/useMe.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useOAuthClient.d.ts +0 -18
- package/dist/packages/platform/atoms/hooks/useOAuthClient.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useOAuthFlow.d.ts +0 -15
- package/dist/packages/platform/atoms/hooks/useOAuthFlow.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useReserveSlot.d.ts +0 -8
- package/dist/packages/platform/atoms/hooks/useReserveSlot.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useScheduleByEventSlug.d.ts +0 -16
- package/dist/packages/platform/atoms/hooks/useScheduleByEventSlug.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useSlots.d.ts +0 -25
- package/dist/packages/platform/atoms/hooks/useSlots.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useTimezone.d.ts +0 -2
- package/dist/packages/platform/atoms/hooks/useTimezone.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useUpdateUserTimezone.d.ts +0 -23
- package/dist/packages/platform/atoms/hooks/useUpdateUserTimezone.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useVerifyCode.d.ts +0 -18
- package/dist/packages/platform/atoms/hooks/useVerifyCode.d.ts.map +0 -1
- package/dist/packages/platform/atoms/hooks/useVerifyEmail.d.ts +0 -20
- package/dist/packages/platform/atoms/hooks/useVerifyEmail.d.ts.map +0 -1
- package/dist/packages/platform/atoms/index.d.ts +0 -51
- package/dist/packages/platform/atoms/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/kysely-types/index.d.ts +0 -2
- package/dist/packages/platform/atoms/kysely-types/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/lib/appendClientIdToEmail.d.ts +0 -2
- package/dist/packages/platform/atoms/lib/appendClientIdToEmail.d.ts.map +0 -1
- package/dist/packages/platform/atoms/lib/getPlaceholderContent.d.ts +0 -16
- package/dist/packages/platform/atoms/lib/getPlaceholderContent.d.ts.map +0 -1
- package/dist/packages/platform/atoms/lib/getQueryParam.d.ts +0 -3
- package/dist/packages/platform/atoms/lib/getQueryParam.d.ts.map +0 -1
- package/dist/packages/platform/atoms/lib/getUtmTrackingParameters.d.ts +0 -5
- package/dist/packages/platform/atoms/lib/getUtmTrackingParameters.d.ts.map +0 -1
- package/dist/packages/platform/atoms/lib/http.d.ts.map +0 -1
- package/dist/packages/platform/atoms/lib/markdownToSafeHTML.d.ts +0 -2
- package/dist/packages/platform/atoms/lib/markdownToSafeHTML.d.ts.map +0 -1
- package/dist/packages/platform/atoms/lib/setQueryParam.d.ts +0 -3
- package/dist/packages/platform/atoms/lib/setQueryParam.d.ts.map +0 -1
- package/dist/packages/platform/atoms/lib/useLocale.d.ts +0 -10
- package/dist/packages/platform/atoms/lib/useLocale.d.ts.map +0 -1
- package/dist/packages/platform/atoms/list-schedules/index.d.ts +0 -2
- package/dist/packages/platform/atoms/list-schedules/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/list-schedules/wrappers/ListSchedulesPlatformWrapper.d.ts +0 -6
- package/dist/packages/platform/atoms/list-schedules/wrappers/ListSchedulesPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/onboarding/continue-with-calcom.d.ts.map +0 -1
- package/dist/packages/platform/atoms/onboarding/export.d.ts +0 -3
- package/dist/packages/platform/atoms/onboarding/export.d.ts.map +0 -1
- package/dist/packages/platform/atoms/onboarding/onboarding-embed.d.ts.map +0 -1
- package/dist/packages/platform/atoms/onboarding/types.d.ts +0 -31
- package/dist/packages/platform/atoms/onboarding/types.d.ts.map +0 -1
- package/dist/packages/platform/atoms/prisma-types/index.d.ts +0 -6
- package/dist/packages/platform/atoms/prisma-types/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/router/Router.d.ts +0 -30
- package/dist/packages/platform/atoms/router/Router.d.ts.map +0 -1
- package/dist/packages/platform/atoms/router/index.d.ts +0 -2
- package/dist/packages/platform/atoms/router/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/selected-calendars/SelectedCalendarsSettings.d.ts +0 -6
- package/dist/packages/platform/atoms/selected-calendars/SelectedCalendarsSettings.d.ts.map +0 -1
- package/dist/packages/platform/atoms/selected-calendars/index.d.ts +0 -2
- package/dist/packages/platform/atoms/selected-calendars/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/selected-calendars/wrappers/SelectedCalendarsSettingsPlatformWrapper.d.ts +0 -38
- package/dist/packages/platform/atoms/selected-calendars/wrappers/SelectedCalendarsSettingsPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/components/atoms-wrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/components/ui/button.d.ts +0 -14
- package/dist/packages/platform/atoms/src/components/ui/button.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/components/ui/dialog.d.ts +0 -30
- package/dist/packages/platform/atoms/src/components/ui/dialog.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/components/ui/popover.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/components/ui/shell.d.ts +0 -3
- package/dist/packages/platform/atoms/src/components/ui/shell.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/components/ui/switch.d.ts +0 -5
- package/dist/packages/platform/atoms/src/components/ui/switch.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/components/ui/toast.d.ts +0 -13
- package/dist/packages/platform/atoms/src/components/ui/toast.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/components/ui/toaster.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/components/ui/tooltip.d.ts +0 -19
- package/dist/packages/platform/atoms/src/components/ui/tooltip.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/components/ui/use-toast.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/constants/styles.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/lib/timeZones.d.ts +0 -15
- package/dist/packages/platform/atoms/src/lib/timeZones.d.ts.map +0 -1
- package/dist/packages/platform/atoms/src/lib/utils.d.ts.map +0 -1
- package/dist/packages/platform/atoms/timezone/index.d.ts +0 -6
- package/dist/packages/platform/atoms/timezone/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/troubleshooter/index.d.ts +0 -2
- package/dist/packages/platform/atoms/troubleshooter/index.d.ts.map +0 -1
- package/dist/packages/platform/atoms/troubleshooter/large-calendar/LargeCalendar.d.ts +0 -2
- package/dist/packages/platform/atoms/troubleshooter/large-calendar/LargeCalendar.d.ts.map +0 -1
- package/dist/packages/platform/atoms/troubleshooter/sidebar/CalendarToggleContainer.d.ts +0 -7
- package/dist/packages/platform/atoms/troubleshooter/sidebar/CalendarToggleContainer.d.ts.map +0 -1
- package/dist/packages/platform/atoms/troubleshooter/sidebar/EventScheduleItem.d.ts +0 -2
- package/dist/packages/platform/atoms/troubleshooter/sidebar/EventScheduleItem.d.ts.map +0 -1
- package/dist/packages/platform/atoms/troubleshooter/sidebar/EventTypeSelect.d.ts +0 -2
- package/dist/packages/platform/atoms/troubleshooter/sidebar/EventTypeSelect.d.ts.map +0 -1
- package/dist/packages/platform/atoms/troubleshooter/sidebar/TroubleshooterSidebar.d.ts +0 -7
- package/dist/packages/platform/atoms/troubleshooter/sidebar/TroubleshooterSidebar.d.ts.map +0 -1
- package/dist/packages/platform/atoms/troubleshooter/wrappers/TroubleshooterPlatformWrapper.d.ts +0 -14
- package/dist/packages/platform/atoms/troubleshooter/wrappers/TroubleshooterPlatformWrapper.d.ts.map +0 -1
- package/dist/packages/platform/atoms/types.d.ts.map +0 -1
- package/dist/packages/platform/atoms/vite.config.d.ts.map +0 -1
- package/dist/packages/platform/constants/api.d.ts +0 -44
- package/dist/packages/platform/constants/api.d.ts.map +0 -1
- package/dist/packages/platform/constants/apps.d.ts +0 -32
- package/dist/packages/platform/constants/apps.d.ts.map +0 -1
- package/dist/packages/platform/constants/index.d.ts +0 -4
- package/dist/packages/platform/constants/index.d.ts.map +0 -1
- package/dist/packages/platform/constants/permissions.d.ts +0 -56
- package/dist/packages/platform/constants/permissions.d.ts.map +0 -1
- package/dist/packages/platform/libraries/app-store.d.ts +0 -28
- package/dist/packages/platform/libraries/app-store.d.ts.map +0 -1
- package/dist/packages/platform/libraries/bookings.d.ts +0 -52
- package/dist/packages/platform/libraries/bookings.d.ts.map +0 -1
- package/dist/packages/platform/libraries/calendars.d.ts +0 -12
- package/dist/packages/platform/libraries/calendars.d.ts.map +0 -1
- package/dist/packages/platform/libraries/conferencing.d.ts +0 -4
- package/dist/packages/platform/libraries/conferencing.d.ts.map +0 -1
- package/dist/packages/platform/libraries/emails.d.ts +0 -40
- package/dist/packages/platform/libraries/emails.d.ts.map +0 -1
- package/dist/packages/platform/libraries/errors.d.ts +0 -6
- package/dist/packages/platform/libraries/errors.d.ts.map +0 -1
- package/dist/packages/platform/libraries/event-types.d.ts +0 -28
- package/dist/packages/platform/libraries/event-types.d.ts.map +0 -1
- package/dist/packages/platform/libraries/index.d.ts +0 -65
- package/dist/packages/platform/libraries/index.d.ts.map +0 -1
- package/dist/packages/platform/libraries/oauth.d.ts +0 -7
- package/dist/packages/platform/libraries/oauth.d.ts.map +0 -1
- package/dist/packages/platform/libraries/organizations.d.ts +0 -21
- package/dist/packages/platform/libraries/organizations.d.ts.map +0 -1
- package/dist/packages/platform/libraries/pbac.d.ts +0 -8
- package/dist/packages/platform/libraries/pbac.d.ts.map +0 -1
- package/dist/packages/platform/libraries/private-links.d.ts +0 -4
- package/dist/packages/platform/libraries/private-links.d.ts.map +0 -1
- package/dist/packages/platform/libraries/repositories.d.ts +0 -27
- package/dist/packages/platform/libraries/repositories.d.ts.map +0 -1
- package/dist/packages/platform/libraries/schedules.d.ts +0 -9
- package/dist/packages/platform/libraries/schedules.d.ts.map +0 -1
- package/dist/packages/platform/libraries/slots.d.ts +0 -14
- package/dist/packages/platform/libraries/slots.d.ts.map +0 -1
- package/dist/packages/platform/libraries/tasker.d.ts +0 -5
- package/dist/packages/platform/libraries/tasker.d.ts.map +0 -1
- package/dist/packages/platform/libraries/workflows.d.ts +0 -4
- package/dist/packages/platform/libraries/workflows.d.ts.map +0 -1
- package/dist/packages/platform/types/api.d.ts +0 -32
- package/dist/packages/platform/types/api.d.ts.map +0 -1
- package/dist/packages/platform/types/billing.d.ts +0 -4
- package/dist/packages/platform/types/billing.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-04-15/index.d.ts +0 -2
- package/dist/packages/platform/types/bookings/2024-04-15/index.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-04-15/inputs/index.d.ts +0 -28
- package/dist/packages/platform/types/bookings/2024-04-15/inputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/index.d.ts +0 -3
- package/dist/packages/platform/types/bookings/2024-08-13/index.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/add-attendee.input.d.ts +0 -5
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/add-attendee.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/add-guests.input.d.ts +0 -13
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/add-guests.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/cancel-booking-input.pipe.d.ts +0 -12
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/cancel-booking-input.pipe.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/cancel-booking.input.d.ts +0 -9
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/cancel-booking.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking-input.pipe.d.ts +0 -14
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking-input.pipe.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.d.ts +0 -48
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/decline-booking.input.d.ts +0 -4
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/decline-booking.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/get-bookings.input.d.ts +0 -37
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/get-bookings.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/index.d.ts +0 -17
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/language.d.ts +0 -47
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/language.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/location.input.d.ts +0 -35
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/location.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/mark-absent.input.d.ts +0 -10
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/mark-absent.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/reassign-to-user.input.d.ts +0 -4
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/reassign-to-user.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/request-reschedule.input.d.ts +0 -4
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/request-reschedule.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/reschedule-booking-input.pipe.d.ts +0 -12
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/reschedule-booking-input.pipe.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/reschedule-booking.input.d.ts +0 -15
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/reschedule-booking.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/update-location.input.d.ts +0 -23
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/update-location.input.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/validators/validate-metadata.d.ts +0 -5
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/validators/validate-metadata.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/booking.output.d.ts +0 -92
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/booking.output.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-recordings.output.d.ts +0 -17
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-recordings.output.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-transcripts.output.d.ts +0 -6
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-transcripts.output.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-video-sessions.output.d.ts +0 -21
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking-video-sessions.output.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking.output.d.ts +0 -7
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking.output.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-bookings.output.d.ts +0 -8
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-bookings.output.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/index.d.ts +0 -7
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/bookings/index.d.ts +0 -3
- package/dist/packages/platform/types/bookings/index.d.ts.map +0 -1
- package/dist/packages/platform/types/calendars/index.d.ts +0 -2
- package/dist/packages/platform/types/calendars/index.d.ts.map +0 -1
- package/dist/packages/platform/types/calendars/inputs/busy-times.input.d.ts +0 -12
- package/dist/packages/platform/types/calendars/inputs/busy-times.input.d.ts.map +0 -1
- package/dist/packages/platform/types/calendars/inputs/create-calendar-credentials.input.d.ts +0 -5
- package/dist/packages/platform/types/calendars/inputs/create-calendar-credentials.input.d.ts.map +0 -1
- package/dist/packages/platform/types/calendars/inputs/index.d.ts +0 -3
- package/dist/packages/platform/types/calendars/inputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/embed.d.ts +0 -21
- package/dist/packages/platform/types/embed.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/index.d.ts +0 -3
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/index.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-active-booking-limit.input.d.ts +0 -6
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-active-booking-limit.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-layouts.input.d.ts +0 -19
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-layouts.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-fields.input.d.ts +0 -173
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-fields.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-count.input.d.ts +0 -17
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-count.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-duration.input.d.ts +0 -12
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-duration.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-window.input.d.ts +0 -32
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-window.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/confirmation-policy.input.d.ts +0 -29
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/confirmation-policy.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.d.ts +0 -99
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/destination-calendar.input.d.ts +0 -5
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/destination-calendar.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disable-cancelling.input.d.ts +0 -4
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disable-cancelling.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disable-rescheduling.input.d.ts +0 -5
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disable-rescheduling.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disabled.input.d.ts +0 -4
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disabled.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/email-settings.input.d.ts +0 -5
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/email-settings.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/event-type-color.input.d.ts +0 -9
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/event-type-color.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/get-event-types-query.input.d.ts +0 -18
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/get-event-types-query.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/index.d.ts +0 -19
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/locations.input.d.ts +0 -40
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/locations.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/recurrence.input.d.ts +0 -13
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/recurrence.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/seats.input.d.ts +0 -15
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/seats.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.d.ts +0 -74
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/validators/CantHaveRecurrenceAndBookerActiveBookingsLimit.d.ts +0 -4
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/validators/CantHaveRecurrenceAndBookerActiveBookingsLimit.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booker-active-bookings-limit.output.d.ts +0 -5
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booker-active-bookings-limit.output.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booking-fields.output.d.ts +0 -137
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booking-fields.output.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/disable-cancelling.output.d.ts +0 -4
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/disable-cancelling.output.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/disable-rescheduling.output.d.ts +0 -5
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/disable-rescheduling.output.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/event-type.output.d.ts +0 -110
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/event-type.output.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/index.d.ts +0 -6
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/locations.output.d.ts +0 -33
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/locations.output.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/index.d.ts +0 -4
- package/dist/packages/platform/types/event-types/index.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/inputs/private-link.input.d.ts +0 -14
- package/dist/packages/platform/types/event-types/inputs/private-link.input.d.ts.map +0 -1
- package/dist/packages/platform/types/event-types/outputs/private-link.output.d.ts +0 -35
- package/dist/packages/platform/types/event-types/outputs/private-link.output.d.ts.map +0 -1
- package/dist/packages/platform/types/index.d.ts +0 -20
- package/dist/packages/platform/types/index.d.ts.map +0 -1
- package/dist/packages/platform/types/me/index.d.ts +0 -2
- package/dist/packages/platform/types/me/index.d.ts.map +0 -1
- package/dist/packages/platform/types/me/outputs/index.d.ts +0 -2
- package/dist/packages/platform/types/me/outputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/me/outputs/me.d.ts +0 -52
- package/dist/packages/platform/types/me/outputs/me.d.ts.map +0 -1
- package/dist/packages/platform/types/me.d.ts +0 -61
- package/dist/packages/platform/types/me.d.ts.map +0 -1
- package/dist/packages/platform/types/oauth-clients/index.d.ts +0 -3
- package/dist/packages/platform/types/oauth-clients/index.d.ts.map +0 -1
- package/dist/packages/platform/types/oauth-clients/inputs/create-oauth-client.input.d.ts +0 -16
- package/dist/packages/platform/types/oauth-clients/inputs/create-oauth-client.input.d.ts.map +0 -1
- package/dist/packages/platform/types/oauth-clients/inputs/delete-oauth-client.input.d.ts +0 -4
- package/dist/packages/platform/types/oauth-clients/inputs/delete-oauth-client.input.d.ts.map +0 -1
- package/dist/packages/platform/types/oauth-clients/inputs/index.d.ts +0 -4
- package/dist/packages/platform/types/oauth-clients/inputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/oauth-clients/inputs/update-oauth-client.input.d.ts +0 -12
- package/dist/packages/platform/types/oauth-clients/inputs/update-oauth-client.input.d.ts.map +0 -1
- package/dist/packages/platform/types/oauth-clients/outputs/create-oauth-client.output.d.ts +0 -5
- package/dist/packages/platform/types/oauth-clients/outputs/create-oauth-client.output.d.ts.map +0 -1
- package/dist/packages/platform/types/oauth-clients/outputs/index.d.ts +0 -3
- package/dist/packages/platform/types/oauth-clients/outputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/oauth-clients/outputs/oauth-client.output.d.ts +0 -18
- package/dist/packages/platform/types/oauth-clients/outputs/oauth-client.output.d.ts.map +0 -1
- package/dist/packages/platform/types/organizations/bookings/block-org-booking.input.d.ts +0 -6
- package/dist/packages/platform/types/organizations/bookings/block-org-booking.input.d.ts.map +0 -1
- package/dist/packages/platform/types/organizations/bookings/block-org-booking.output.d.ts +0 -13
- package/dist/packages/platform/types/organizations/bookings/block-org-booking.output.d.ts.map +0 -1
- package/dist/packages/platform/types/organizations/bookings/get-org-bookings.input.d.ts +0 -5
- package/dist/packages/platform/types/organizations/bookings/get-org-bookings.input.d.ts.map +0 -1
- package/dist/packages/platform/types/organizations/bookings/index.d.ts +0 -6
- package/dist/packages/platform/types/organizations/bookings/index.d.ts.map +0 -1
- package/dist/packages/platform/types/organizations/bookings/report-org-booking.input.d.ts +0 -16
- package/dist/packages/platform/types/organizations/bookings/report-org-booking.input.d.ts.map +0 -1
- package/dist/packages/platform/types/organizations/bookings/report-org-booking.output.d.ts +0 -13
- package/dist/packages/platform/types/organizations/bookings/report-org-booking.output.d.ts.map +0 -1
- package/dist/packages/platform/types/organizations/index.d.ts +0 -3
- package/dist/packages/platform/types/organizations/index.d.ts.map +0 -1
- package/dist/packages/platform/types/organizations/teams/index.d.ts +0 -2
- package/dist/packages/platform/types/organizations/teams/index.d.ts.map +0 -1
- package/dist/packages/platform/types/organizations/teams/outputs/index.d.ts +0 -2
- package/dist/packages/platform/types/organizations/teams/outputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/organizations/teams/outputs/team.output.d.ts +0 -5
- package/dist/packages/platform/types/organizations/teams/outputs/team.output.d.ts.map +0 -1
- package/dist/packages/platform/types/pagination/pagination.input.d.ts +0 -14
- package/dist/packages/platform/types/pagination/pagination.input.d.ts.map +0 -1
- package/dist/packages/platform/types/pagination/pagination.output.d.ts +0 -11
- package/dist/packages/platform/types/pagination/pagination.output.d.ts.map +0 -1
- package/dist/packages/platform/types/permissions.d.ts +0 -3
- package/dist/packages/platform/types/permissions.d.ts.map +0 -1
- package/dist/packages/platform/types/routing-forms/index.d.ts +0 -2
- package/dist/packages/platform/types/routing-forms/index.d.ts.map +0 -1
- package/dist/packages/platform/types/routing-forms/responses/index.d.ts +0 -2
- package/dist/packages/platform/types/routing-forms/responses/index.d.ts.map +0 -1
- package/dist/packages/platform/types/routing-forms/responses/routing-form-response.output.d.ts +0 -14
- package/dist/packages/platform/types/routing-forms/responses/routing-form-response.output.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/index.d.ts +0 -4
- package/dist/packages/platform/types/schedules/index.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-04-15/index.d.ts +0 -2
- package/dist/packages/platform/types/schedules/schedules-2024-04-15/index.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-04-15/schedules.d.ts +0 -74
- package/dist/packages/platform/types/schedules/schedules-2024-04-15/schedules.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/constants.d.ts +0 -4
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/constants.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/index.d.ts +0 -4
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/index.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/create-schedule.input.d.ts +0 -19
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/create-schedule.input.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/index.d.ts +0 -3
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/update-schedule.input.d.ts +0 -9
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/update-schedule.input.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/create-schedule.output.d.ts +0 -7
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/create-schedule.output.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/delete-schedule.output.d.ts +0 -5
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/delete-schedule.output.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-default-schedule.output.d.ts +0 -7
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-default-schedule.output.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-schedule.output.d.ts +0 -7
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-schedule.output.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-schedules.output.d.ts +0 -7
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-schedules.output.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/index.d.ts +0 -8
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/schedule.output.d.ts +0 -11
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/schedule.output.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/update-schedule.output.d.ts +0 -7
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/update-schedule.output.d.ts.map +0 -1
- package/dist/packages/platform/types/schedules/update-atom-schedule-body.input.d.ts +0 -15
- package/dist/packages/platform/types/schedules/update-atom-schedule-body.input.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/index.d.ts +0 -3
- package/dist/packages/platform/types/slots/index.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-04-15/index.d.ts +0 -2
- package/dist/packages/platform/types/slots/slots-2024-04-15/index.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-04-15/inputs/index.d.ts +0 -38
- package/dist/packages/platform/types/slots/slots-2024-04-15/inputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-09-04/index.d.ts +0 -3
- package/dist/packages/platform/types/slots/slots-2024-09-04/index.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots-input.pipe.d.ts +0 -22
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots-input.pipe.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots.input.d.ts +0 -36
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots.input.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/index.d.ts +0 -4
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/reserve-slot.input.d.ts +0 -7
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/reserve-slot.input.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/get-reserved-slot.output.d.ts +0 -9
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/get-reserved-slot.output.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/index.d.ts +0 -4
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/reserve-slot.output.d.ts +0 -10
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/reserve-slot.output.d.ts.map +0 -1
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/slots.output.d.ts +0 -25
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/slots.output.d.ts.map +0 -1
- package/dist/packages/platform/types/teams/index.d.ts +0 -2
- package/dist/packages/platform/types/teams/index.d.ts.map +0 -1
- package/dist/packages/platform/types/teams/outputs/index.d.ts +0 -3
- package/dist/packages/platform/types/teams/outputs/index.d.ts.map +0 -1
- package/dist/packages/platform/types/teams/outputs/team-members-attributes.output.d.ts +0 -9
- package/dist/packages/platform/types/teams/outputs/team-members-attributes.output.d.ts.map +0 -1
- package/dist/packages/platform/types/teams/outputs/team.output.d.ts +0 -25
- package/dist/packages/platform/types/teams/outputs/team.output.d.ts.map +0 -1
- package/dist/packages/platform/types/utils/RequiresOneOfPropertiesWhenNotDisabled.d.ts +0 -9
- package/dist/packages/platform/types/utils/RequiresOneOfPropertiesWhenNotDisabled.d.ts.map +0 -1
- package/dist/packages/platform/types/utils/normalizeTimezone.d.ts +0 -2
- package/dist/packages/platform/types/utils/normalizeTimezone.d.ts.map +0 -1
- package/dist/packages/platform/utils/index.d.ts +0 -2
- package/dist/packages/platform/utils/index.d.ts.map +0 -1
- package/dist/packages/platform/utils/jest.config.d.ts +0 -4
- package/dist/packages/platform/utils/jest.config.d.ts.map +0 -1
- package/dist/packages/platform/utils/permissions.d.ts +0 -15
- package/dist/packages/platform/utils/permissions.d.ts.map +0 -1
- package/dist/packages/platform/utils/tests/permissions.test.d.ts +0 -2
- package/dist/packages/platform/utils/tests/permissions.test.d.ts.map +0 -1
- package/dist/packages/prisma/zod/index.d.ts +0 -3
- package/dist/packages/prisma/zod/index.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AIPhoneCallConfigurationScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AIPhoneCallConfigurationScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleAuditActionSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleAuditActionSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleAuditScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleAuditScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleConditionScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleConditionScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleGroupScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AbuseRuleGroupScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AbuseScoringConfigScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AbuseScoringConfigScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AccessCodeScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AccessCodeScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AccessScopeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AccessScopeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AccessTokenScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AccessTokenScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AccountScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AccountScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AgentScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AgentScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ApiKeyScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/ApiKeyScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AppCategoriesSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AppCategoriesSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AppScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AppScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_FormResponseScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_FormResponseScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_FormScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_FormScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_IncompleteBookingActionsScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_IncompleteBookingActionsScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_QueuedFormResponseScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/App_RoutingForms_QueuedFormResponseScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AssignmentReasonEnumSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AssignmentReasonEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AssignmentReasonScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AssignmentReasonScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AttendeeScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AttendeeScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeOptionScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeOptionScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeSyncFieldMappingScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeSyncFieldMappingScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeSyncRuleScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeSyncRuleScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeToUserScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeToUserScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AttributeTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditActionSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditActionSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditActorScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditActorScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditActorTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditActorTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditCategorySchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditCategorySchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditEventScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditEventScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditResultSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditResultSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditRetentionTierSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditRetentionTierSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditSensitivitySchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditSensitivitySchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditSourceSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditSourceSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditVisibilitySchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/AuditVisibilitySchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AvailabilityScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AvailabilityScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/AvatarScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/AvatarScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BillingModeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/BillingModeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BillingPeriodSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/BillingPeriodSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditActionSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditActionSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditSourceSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditSourceSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingAuditTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingDenormalizedScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingDenormalizedScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingInternalNoteScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingInternalNoteScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingLimitScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingLimitScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingReferenceScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingReferenceScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportReasonSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportReasonSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingReportStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingSeatScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingSeatScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingTimeStatusDenormalizedScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingTimeStatusDenormalizedScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingTimeStatusScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingTimeStatusScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingWindowScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/BookingWindowScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CalAiPhoneNumberScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/CalAiPhoneNumberScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CalVideoSettingsScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/CalVideoSettingsScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheEventScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheEventScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheEventStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheEventStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/CalendarCacheScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CancellationReasonRequirementSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/CancellationReasonRequirementSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CreationSourceSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/CreationSourceSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CredentialScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/CredentialScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditBalanceScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditBalanceScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditExpenseLogScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditExpenseLogScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditPurchaseLogScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditPurchaseLogScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditTransferLogScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditTransferLogScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditTransferReasonSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditTransferReasonSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditUsageTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/CreditUsageTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/CustomDomainScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/CustomDomainScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/DSyncDataScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/DSyncDataScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/DSyncTeamGroupMappingScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/DSyncTeamGroupMappingScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/DecimalJsLikeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/DecimalJsLikeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/DelegationCredentialScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/DelegationCredentialScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/DeploymentScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/DeploymentScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/DestinationCalendarScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/DestinationCalendarScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/DisableCancelRescheduleScopeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/DisableCancelRescheduleScopeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/DomainWideDelegationScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/DomainWideDelegationScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/DunningStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/DunningStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeAutoTranslatedFieldSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeAutoTranslatedFieldSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeCustomInputScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeCustomInputScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeCustomInputTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeCustomInputTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeTranslationScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/EventTypeTranslationScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentVariantScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/ExperimentVariantScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ExternalAvatarScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/ExternalAvatarScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/FeatureScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/FeatureScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/FeatureTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/FeatureTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/FeedbackScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/FeedbackScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/FilterSegmentScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/FilterSegmentScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/FilterSegmentScopeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/FilterSegmentScopeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/HashedLinkScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/HashedLinkScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/HolidayCacheScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/HolidayCacheScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/HostGroupScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/HostGroupScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/HostLocationScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/HostLocationScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/HostScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/HostScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/IdentityProviderSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/IdentityProviderSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ImpersonationsScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/ImpersonationsScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/IncompleteBookingActionTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/IncompleteBookingActionTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/InputJsonValueSchema.d.ts +0 -6
- package/dist/packages/prisma/zod/inputTypeSchemas/InputJsonValueSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/InstantMeetingTokenScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/InstantMeetingTokenScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/IntegrationAttributeSyncScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/IntegrationAttributeSyncScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/InternalNotePresetScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/InternalNotePresetScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/JsonNullValueFilterSchema.d.ts +0 -13
- package/dist/packages/prisma/zod/inputTypeSchemas/JsonNullValueFilterSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/JsonNullValueInputSchema.d.ts +0 -8
- package/dist/packages/prisma/zod/inputTypeSchemas/JsonNullValueInputSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/JsonValueSchema.d.ts +0 -6
- package/dist/packages/prisma/zod/inputTypeSchemas/JsonValueSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ManagedOrganizationScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/ManagedOrganizationScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/MembershipRoleSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/MembershipRoleSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/MembershipScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/MembershipScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/MonthlyProrationScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/MonthlyProrationScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationEventSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationEventSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPlatformSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPlatformSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPreferenceScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPreferenceScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPreferenceTargetTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationPreferenceTargetTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationSubscriptionTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationSubscriptionTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationsSubscriptionsScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/NotificationsSubscriptionsScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/NullableJsonNullValueInputSchema.d.ts +0 -13
- package/dist/packages/prisma/zod/inputTypeSchemas/NullableJsonNullValueInputSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/NullsOrderSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/NullsOrderSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthAuthorizationScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthAuthorizationScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientSecretScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientSecretScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthClientTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthRefreshTokenScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/OAuthRefreshTokenScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationBillingScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationBillingScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationDunningStatusScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationDunningStatusScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationOnboardingScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationOnboardingScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationSettingsScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/OrganizationSettingsScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OutOfOfficeEntryScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/OutOfOfficeEntryScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/OutOfOfficeReasonScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/OutOfOfficeReasonScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/PaymentOptionSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/PaymentOptionSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/PaymentScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/PaymentScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/PendingRoutingTraceScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/PendingRoutingTraceScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/PeriodTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/PeriodTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/PhoneNumberSubscriptionStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/PhoneNumberSubscriptionStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/PlatformAuthorizationTokenScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/PlatformAuthorizationTokenScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/PlatformBillingScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/PlatformBillingScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/PlatformOAuthClientScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/PlatformOAuthClientScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ProfileScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/ProfileScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ProrationStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/ProrationStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/QueryModeSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/QueryModeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RRResetIntervalSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/RRResetIntervalSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RRTimestampBasisSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/RRTimestampBasisSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RateLimitScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/RateLimitScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RedirectTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/RedirectTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RefreshTokenScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/RefreshTokenScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ReminderMailScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/ReminderMailScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ReminderTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/ReminderTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ResetPasswordRequestScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/ResetPasswordRequestScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RolePermissionScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/RolePermissionScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RoleScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/RoleScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RoleTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/RoleTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseDenormalizedScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseDenormalizedScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseFieldScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseFieldScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/RoutingFormResponseScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/RoutingTraceScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/RoutingTraceScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SMSLockStateSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/SMSLockStateSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/ScheduleScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/ScheduleScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SchedulingTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/SchedulingTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SeatChangeLogScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/SeatChangeLogScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SeatChangeTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/SeatChangeTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SecondaryEmailScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/SecondaryEmailScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SelectedCalendarScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/SelectedCalendarScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SelectedSlotsScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/SelectedSlotsScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SessionScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/SessionScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SmtpConfigurationScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/SmtpConfigurationScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SortOrderSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/SortOrderSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/SystemReportStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/SystemReportStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/TaskScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/TaskScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/TeamBillingScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/TeamBillingScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/TeamDunningStatusScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/TeamDunningStatusScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/TeamFeaturesScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/TeamFeaturesScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/TeamScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/TeamScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/TempOrgRedirectScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/TempOrgRedirectScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/TimeUnitSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/TimeUnitSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/TrackingScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/TrackingScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/TransactionIsolationLevelSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/TransactionIsolationLevelSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/TravelScheduleScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/TravelScheduleScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/UserAbuseScoreScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/UserAbuseScoreScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/UserAbuseSignalScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/UserAbuseSignalScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/UserFeaturesScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/UserFeaturesScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/UserFilterSegmentPreferenceScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/UserFilterSegmentPreferenceScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/UserHolidaySettingsScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/UserHolidaySettingsScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/UserPasswordScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/UserPasswordScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/UserPermissionRoleSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/UserPermissionRoleSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/UserScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/UserScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/VerificationTokenScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/VerificationTokenScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/VerifiedEmailScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/VerifiedEmailScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/VerifiedNumberScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/VerifiedNumberScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/VideoCallGuestScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/VideoCallGuestScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistActionSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistActionSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistAuditScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistAuditScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistEventAuditScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistEventAuditScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistSourceSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistSourceSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WatchlistTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WebhookEventScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WebhookEventScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WebhookEventStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WebhookEventStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WebhookScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WebhookScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WebhookScheduledTriggersScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WebhookScheduledTriggersScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WebhookTriggerEventsSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WebhookTriggerEventsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowActionsSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowActionsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowContactTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowContactTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowMethodsSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowMethodsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowOptOutContactScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowOptOutContactScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowReminderScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowReminderScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepAutoTranslatedFieldSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepAutoTranslatedFieldSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepTranslationScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowStepTranslationScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTemplatesSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTemplatesSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTriggerEventsSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTriggerEventsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTypeSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnEventTypesScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnEventTypesScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnRoutingFormsScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnRoutingFormsScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnTeamsScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkflowsOnTeamsScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkspacePlatformScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WorkspacePlatformScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WrongAssignmentReportScalarFieldEnumSchema.d.ts +0 -4
- package/dist/packages/prisma/zod/inputTypeSchemas/WrongAssignmentReportScalarFieldEnumSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/WrongAssignmentReportStatusSchema.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/WrongAssignmentReportStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/index.d.ts +0 -227
- package/dist/packages/prisma/zod/inputTypeSchemas/index.d.ts.map +0 -1
- package/dist/packages/prisma/zod/inputTypeSchemas/isValidDecimalInput.d.ts +0 -5
- package/dist/packages/prisma/zod/inputTypeSchemas/isValidDecimalInput.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AIPhoneCallConfigurationSchema.d.ts +0 -47
- package/dist/packages/prisma/zod/modelSchema/AIPhoneCallConfigurationSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AbuseRuleAuditSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/AbuseRuleAuditSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AbuseRuleConditionSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/AbuseRuleConditionSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AbuseRuleGroupSchema.d.ts +0 -38
- package/dist/packages/prisma/zod/modelSchema/AbuseRuleGroupSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AbuseScoringConfigSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/AbuseScoringConfigSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AccessCodeSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/AccessCodeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AccessTokenSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/AccessTokenSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AccountSchema.d.ts +0 -47
- package/dist/packages/prisma/zod/modelSchema/AccountSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AgentSchema.d.ts +0 -38
- package/dist/packages/prisma/zod/modelSchema/AgentSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/ApiKeySchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/ApiKeySchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AppSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/AppSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_FormResponseSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_FormResponseSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_FormSchema.d.ts +0 -67
- package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_FormSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_IncompleteBookingActionsSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_IncompleteBookingActionsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_QueuedFormResponseSchema.d.ts +0 -32
- package/dist/packages/prisma/zod/modelSchema/App_RoutingForms_QueuedFormResponseSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AssignmentReasonSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/AssignmentReasonSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AttendeeSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/AttendeeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AttributeOptionSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/AttributeOptionSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AttributeSchema.d.ts +0 -41
- package/dist/packages/prisma/zod/modelSchema/AttributeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AttributeSyncFieldMappingSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/AttributeSyncFieldMappingSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AttributeSyncRuleSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/AttributeSyncRuleSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AttributeToUserSchema.d.ts +0 -38
- package/dist/packages/prisma/zod/modelSchema/AttributeToUserSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AuditActorSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/AuditActorSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AuditEventSchema.d.ts +0 -71
- package/dist/packages/prisma/zod/modelSchema/AuditEventSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AvailabilitySchema.d.ts +0 -38
- package/dist/packages/prisma/zod/modelSchema/AvailabilitySchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/AvatarSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/AvatarSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingAuditSchema.d.ts +0 -44
- package/dist/packages/prisma/zod/modelSchema/BookingAuditSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingDenormalizedSchema.d.ts +0 -80
- package/dist/packages/prisma/zod/modelSchema/BookingDenormalizedSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingInternalNoteSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/BookingInternalNoteSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingLimitSchema.d.ts +0 -32
- package/dist/packages/prisma/zod/modelSchema/BookingLimitSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingReferenceSchema.d.ts +0 -47
- package/dist/packages/prisma/zod/modelSchema/BookingReferenceSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingReportSchema.d.ts +0 -50
- package/dist/packages/prisma/zod/modelSchema/BookingReportSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingSchema.d.ts +0 -236
- package/dist/packages/prisma/zod/modelSchema/BookingSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingSeatSchema.d.ts +0 -158
- package/dist/packages/prisma/zod/modelSchema/BookingSeatSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingTimeStatusDenormalizedSchema.d.ts +0 -83
- package/dist/packages/prisma/zod/modelSchema/BookingTimeStatusDenormalizedSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingTimeStatusSchema.d.ts +0 -77
- package/dist/packages/prisma/zod/modelSchema/BookingTimeStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/BookingWindowSchema.d.ts +0 -75
- package/dist/packages/prisma/zod/modelSchema/BookingWindowSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/CalAiPhoneNumberSchema.d.ts +0 -47
- package/dist/packages/prisma/zod/modelSchema/CalAiPhoneNumberSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/CalVideoSettingsSchema.d.ts +0 -41
- package/dist/packages/prisma/zod/modelSchema/CalVideoSettingsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/CalendarCacheEventSchema.d.ts +0 -68
- package/dist/packages/prisma/zod/modelSchema/CalendarCacheEventSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/CalendarCacheSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/CalendarCacheSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/CredentialSchema.d.ts +0 -44
- package/dist/packages/prisma/zod/modelSchema/CredentialSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/CreditBalanceSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/CreditBalanceSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/CreditExpenseLogSchema.d.ts +0 -47
- package/dist/packages/prisma/zod/modelSchema/CreditExpenseLogSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/CreditPurchaseLogSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/CreditPurchaseLogSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/CreditTransferLogSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/CreditTransferLogSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/CustomDomainSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/CustomDomainSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/DSyncDataSchema.d.ts +0 -20
- package/dist/packages/prisma/zod/modelSchema/DSyncDataSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/DSyncTeamGroupMappingSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/DSyncTeamGroupMappingSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/DelegationCredentialSchema.d.ts +0 -67
- package/dist/packages/prisma/zod/modelSchema/DelegationCredentialSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/DeploymentSchema.d.ts +0 -99
- package/dist/packages/prisma/zod/modelSchema/DeploymentSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/DestinationCalendarSchema.d.ts +0 -44
- package/dist/packages/prisma/zod/modelSchema/DestinationCalendarSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/DomainWideDelegationSchema.d.ts +0 -61
- package/dist/packages/prisma/zod/modelSchema/DomainWideDelegationSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/EventTypeCustomInputSchema.d.ts +0 -44
- package/dist/packages/prisma/zod/modelSchema/EventTypeCustomInputSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/EventTypeSchema.d.ts +0 -2188
- package/dist/packages/prisma/zod/modelSchema/EventTypeSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/EventTypeTranslationSchema.d.ts +0 -38
- package/dist/packages/prisma/zod/modelSchema/EventTypeTranslationSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/ExperimentSchema.d.ts +0 -41
- package/dist/packages/prisma/zod/modelSchema/ExperimentSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/ExperimentVariantSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/ExperimentVariantSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/ExternalAvatarSchema.d.ts +0 -17
- package/dist/packages/prisma/zod/modelSchema/ExternalAvatarSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/FeatureSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/FeatureSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/FeedbackSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/FeedbackSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/FilterSegmentSchema.d.ts +0 -50
- package/dist/packages/prisma/zod/modelSchema/FilterSegmentSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/HashedLinkSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/HashedLinkSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/HolidayCacheSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/HolidayCacheSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/HostGroupSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/HostGroupSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/HostLocationSchema.d.ts +0 -38
- package/dist/packages/prisma/zod/modelSchema/HostLocationSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/HostSchema.d.ts +0 -38
- package/dist/packages/prisma/zod/modelSchema/HostSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/ImpersonationsSchema.d.ts +0 -20
- package/dist/packages/prisma/zod/modelSchema/ImpersonationsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/InstantMeetingTokenSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/InstantMeetingTokenSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/IntegrationAttributeSyncSchema.d.ts +0 -32
- package/dist/packages/prisma/zod/modelSchema/IntegrationAttributeSyncSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/InternalNotePresetSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/InternalNotePresetSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/ManagedOrganizationSchema.d.ts +0 -17
- package/dist/packages/prisma/zod/modelSchema/ManagedOrganizationSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/MembershipSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/MembershipSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/MonthlyProrationSchema.d.ts +0 -101
- package/dist/packages/prisma/zod/modelSchema/MonthlyProrationSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/NotificationPreferenceSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/NotificationPreferenceSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/NotificationsSubscriptionsSchema.d.ts +0 -38
- package/dist/packages/prisma/zod/modelSchema/NotificationsSubscriptionsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/OAuthAuthorizationSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/OAuthAuthorizationSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/OAuthClientSchema.d.ts +0 -47
- package/dist/packages/prisma/zod/modelSchema/OAuthClientSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/OAuthClientSecretSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/OAuthClientSecretSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/OAuthRefreshTokenSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/OAuthRefreshTokenSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/OrganizationBillingSchema.d.ts +0 -65
- package/dist/packages/prisma/zod/modelSchema/OrganizationBillingSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/OrganizationDunningStatusSchema.d.ts +0 -47
- package/dist/packages/prisma/zod/modelSchema/OrganizationDunningStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/OrganizationOnboardingSchema.d.ts +0 -141
- package/dist/packages/prisma/zod/modelSchema/OrganizationOnboardingSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/OrganizationSettingsSchema.d.ts +0 -83
- package/dist/packages/prisma/zod/modelSchema/OrganizationSettingsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/OutOfOfficeEntrySchema.d.ts +0 -41
- package/dist/packages/prisma/zod/modelSchema/OutOfOfficeEntrySchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/OutOfOfficeReasonSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/OutOfOfficeReasonSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/PaymentSchema.d.ts +0 -44
- package/dist/packages/prisma/zod/modelSchema/PaymentSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/PendingRoutingTraceSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/PendingRoutingTraceSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/PlatformAuthorizationTokenSchema.d.ts +0 -20
- package/dist/packages/prisma/zod/modelSchema/PlatformAuthorizationTokenSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/PlatformBillingSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/PlatformBillingSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/PlatformOAuthClientSchema.d.ts +0 -50
- package/dist/packages/prisma/zod/modelSchema/PlatformOAuthClientSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/ProfileSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/ProfileSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/RateLimitSchema.d.ts +0 -32
- package/dist/packages/prisma/zod/modelSchema/RateLimitSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/RefreshTokenSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/RefreshTokenSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/ReminderMailSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/ReminderMailSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/ResetPasswordRequestSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/ResetPasswordRequestSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/RolePermissionSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/RolePermissionSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/RoleSchema.d.ts +0 -32
- package/dist/packages/prisma/zod/modelSchema/RoleSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseDenormalizedSchema.d.ts +0 -89
- package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseDenormalizedSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseFieldSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseFieldSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseSchema.d.ts +0 -86
- package/dist/packages/prisma/zod/modelSchema/RoutingFormResponseSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/RoutingTraceSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/RoutingTraceSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/ScheduleSchema.d.ts +0 -20
- package/dist/packages/prisma/zod/modelSchema/ScheduleSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/SeatChangeLogSchema.d.ts +0 -50
- package/dist/packages/prisma/zod/modelSchema/SeatChangeLogSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/SecondaryEmailSchema.d.ts +0 -20
- package/dist/packages/prisma/zod/modelSchema/SecondaryEmailSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/SelectedCalendarSchema.d.ts +0 -107
- package/dist/packages/prisma/zod/modelSchema/SelectedCalendarSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/SelectedSlotsSchema.d.ts +0 -32
- package/dist/packages/prisma/zod/modelSchema/SelectedSlotsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/SessionSchema.d.ts +0 -20
- package/dist/packages/prisma/zod/modelSchema/SessionSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/SmtpConfigurationSchema.d.ts +0 -41
- package/dist/packages/prisma/zod/modelSchema/SmtpConfigurationSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/TaskSchema.d.ts +0 -44
- package/dist/packages/prisma/zod/modelSchema/TaskSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/TeamBillingSchema.d.ts +0 -65
- package/dist/packages/prisma/zod/modelSchema/TeamBillingSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/TeamDunningStatusSchema.d.ts +0 -47
- package/dist/packages/prisma/zod/modelSchema/TeamDunningStatusSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/TeamFeaturesSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/TeamFeaturesSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/TeamSchema.d.ts +0 -213
- package/dist/packages/prisma/zod/modelSchema/TeamSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/TempOrgRedirectSchema.d.ts +0 -32
- package/dist/packages/prisma/zod/modelSchema/TempOrgRedirectSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/TrackingSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/TrackingSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/TravelScheduleSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/TravelScheduleSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/UserAbuseScoreSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/UserAbuseScoreSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/UserAbuseSignalSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/UserAbuseSignalSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/UserFeaturesSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/UserFeaturesSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/UserFilterSegmentPreferenceSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/UserFilterSegmentPreferenceSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/UserHolidaySettingsSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/UserHolidaySettingsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/UserPasswordSchema.d.ts +0 -14
- package/dist/packages/prisma/zod/modelSchema/UserPasswordSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/UserSchema.d.ts +0 -304
- package/dist/packages/prisma/zod/modelSchema/UserSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/VerificationTokenSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/VerificationTokenSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/VerifiedEmailSchema.d.ts +0 -20
- package/dist/packages/prisma/zod/modelSchema/VerifiedEmailSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/VerifiedNumberSchema.d.ts +0 -20
- package/dist/packages/prisma/zod/modelSchema/VerifiedNumberSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/VideoCallGuestSchema.d.ts +0 -29
- package/dist/packages/prisma/zod/modelSchema/VideoCallGuestSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WatchlistAuditSchema.d.ts +0 -32
- package/dist/packages/prisma/zod/modelSchema/WatchlistAuditSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WatchlistEventAuditSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/WatchlistEventAuditSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WatchlistSchema.d.ts +0 -35
- package/dist/packages/prisma/zod/modelSchema/WatchlistSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WebhookEventSchema.d.ts +0 -23
- package/dist/packages/prisma/zod/modelSchema/WebhookEventSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WebhookScheduledTriggersSchema.d.ts +0 -38
- package/dist/packages/prisma/zod/modelSchema/WebhookScheduledTriggersSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WebhookSchema.d.ts +0 -56
- package/dist/packages/prisma/zod/modelSchema/WebhookSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WorkflowOptOutContactSchema.d.ts +0 -26
- package/dist/packages/prisma/zod/modelSchema/WorkflowOptOutContactSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WorkflowReminderSchema.d.ts +0 -44
- package/dist/packages/prisma/zod/modelSchema/WorkflowReminderSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WorkflowSchema.d.ts +0 -38
- package/dist/packages/prisma/zod/modelSchema/WorkflowSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WorkflowStepSchema.d.ts +0 -59
- package/dist/packages/prisma/zod/modelSchema/WorkflowStepSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WorkflowStepTranslationSchema.d.ts +0 -32
- package/dist/packages/prisma/zod/modelSchema/WorkflowStepTranslationSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WorkflowsOnEventTypesSchema.d.ts +0 -17
- package/dist/packages/prisma/zod/modelSchema/WorkflowsOnEventTypesSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WorkflowsOnRoutingFormsSchema.d.ts +0 -17
- package/dist/packages/prisma/zod/modelSchema/WorkflowsOnRoutingFormsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WorkflowsOnTeamsSchema.d.ts +0 -17
- package/dist/packages/prisma/zod/modelSchema/WorkflowsOnTeamsSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WorkspacePlatformSchema.d.ts +0 -61
- package/dist/packages/prisma/zod/modelSchema/WorkspacePlatformSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/WrongAssignmentReportSchema.d.ts +0 -44
- package/dist/packages/prisma/zod/modelSchema/WrongAssignmentReportSchema.d.ts.map +0 -1
- package/dist/packages/prisma/zod/modelSchema/index.d.ts +0 -145
- package/dist/packages/prisma/zod/modelSchema/index.d.ts.map +0 -1
- package/dist/packages/prisma/zod-utils.d.ts +0 -5257
- package/dist/packages/prisma/zod-utils.d.ts.map +0 -1
- package/dist/server.browser-CCvpIGE0.js +0 -2514
- package/dist/useIsAppEnabled-BGd8_8Pc.js +0 -18
- /package/dist/{packages/features/bookings/Booker → src/booker}/framer-features.d.ts +0 -0
- /package/dist/{packages/platform/atoms/src → src}/components/atoms-wrapper.d.ts +0 -0
- /package/dist/{packages/platform/atoms/src → src}/components/ui/popover.d.ts +0 -0
- /package/dist/{packages/platform/atoms/src → src}/components/ui/toaster.d.ts +0 -0
- /package/dist/{packages/platform/atoms/src → src}/components/ui/use-toast.d.ts +0 -0
- /package/dist/{packages/platform/atoms/src → src}/constants/styles.d.ts +0 -0
- /package/dist/{packages/platform/atoms → src}/event-types/types.d.ts +0 -0
- /package/dist/{packages/platform/atoms → src}/hooks/schedules/types.d.ts +0 -0
- /package/dist/{packages/platform/atoms → src}/lib/http.d.ts +0 -0
- /package/dist/{packages/platform/atoms/src → src}/lib/utils.d.ts +0 -0
- /package/dist/{packages/platform/atoms → src}/onboarding/continue-with-calcom.d.ts +0 -0
- /package/dist/{packages/platform/atoms → src}/onboarding/onboarding-embed.d.ts +0 -0
- /package/dist/{packages/platform/atoms → src}/types.d.ts +0 -0
- /package/dist/{packages → src/vendor}/dayjs/index.d.ts +0 -0
- /package/dist/{packages → src/vendor}/dayjs/plugins/business-days-plugin.d.ts +0 -0
- /package/dist/{packages/features/bookings/Booker/utils → src/vendor}/query-param.d.ts +0 -0
- /package/dist/{packages/platform/atoms/vite.config.d.ts → vite.config.d.ts} +0 -0
|
@@ -1,2724 +0,0 @@
|
|
|
1
|
-
import { ColumnType } from '../platform/atoms/kysely-types/index.ts';
|
|
2
|
-
export type Generated<T> = T extends ColumnType<infer S, infer I, infer U> ? ColumnType<S, I | undefined, U> : ColumnType<T, T | undefined, T>;
|
|
3
|
-
export type Timestamp = ColumnType<Date, Date | string, Date | string>;
|
|
4
|
-
export declare const SchedulingType: {
|
|
5
|
-
readonly ROUND_ROBIN: "roundRobin";
|
|
6
|
-
readonly COLLECTIVE: "collective";
|
|
7
|
-
readonly MANAGED: "managed";
|
|
8
|
-
};
|
|
9
|
-
export type SchedulingType = (typeof SchedulingType)[keyof typeof SchedulingType];
|
|
10
|
-
export declare const PeriodType: {
|
|
11
|
-
readonly UNLIMITED: "unlimited";
|
|
12
|
-
readonly ROLLING: "rolling";
|
|
13
|
-
readonly ROLLING_WINDOW: "rolling_window";
|
|
14
|
-
readonly RANGE: "range";
|
|
15
|
-
};
|
|
16
|
-
export type PeriodType = (typeof PeriodType)[keyof typeof PeriodType];
|
|
17
|
-
export declare const CreationSource: {
|
|
18
|
-
readonly API_V1: "api_v1";
|
|
19
|
-
readonly API_V2: "api_v2";
|
|
20
|
-
readonly WEBAPP: "webapp";
|
|
21
|
-
};
|
|
22
|
-
export type CreationSource = (typeof CreationSource)[keyof typeof CreationSource];
|
|
23
|
-
export declare const CancellationReasonRequirement: {
|
|
24
|
-
readonly MANDATORY_BOTH: "MANDATORY_BOTH";
|
|
25
|
-
readonly MANDATORY_HOST_ONLY: "MANDATORY_HOST_ONLY";
|
|
26
|
-
readonly MANDATORY_ATTENDEE_ONLY: "MANDATORY_ATTENDEE_ONLY";
|
|
27
|
-
readonly OPTIONAL_BOTH: "OPTIONAL_BOTH";
|
|
28
|
-
};
|
|
29
|
-
export type CancellationReasonRequirement = (typeof CancellationReasonRequirement)[keyof typeof CancellationReasonRequirement];
|
|
30
|
-
export declare const DisableCancelRescheduleScope: {
|
|
31
|
-
readonly HOST_AND_ATTENDEE: "HOST_AND_ATTENDEE";
|
|
32
|
-
readonly ATTENDEE_ONLY: "ATTENDEE_ONLY";
|
|
33
|
-
};
|
|
34
|
-
export type DisableCancelRescheduleScope = (typeof DisableCancelRescheduleScope)[keyof typeof DisableCancelRescheduleScope];
|
|
35
|
-
export declare const IdentityProvider: {
|
|
36
|
-
readonly CAL: "CAL";
|
|
37
|
-
readonly GOOGLE: "GOOGLE";
|
|
38
|
-
readonly SAML: "SAML";
|
|
39
|
-
readonly AZUREAD: "AZUREAD";
|
|
40
|
-
};
|
|
41
|
-
export type IdentityProvider = (typeof IdentityProvider)[keyof typeof IdentityProvider];
|
|
42
|
-
export declare const UserPermissionRole: {
|
|
43
|
-
readonly USER: "USER";
|
|
44
|
-
readonly ADMIN: "ADMIN";
|
|
45
|
-
};
|
|
46
|
-
export type UserPermissionRole = (typeof UserPermissionRole)[keyof typeof UserPermissionRole];
|
|
47
|
-
export declare const NotificationPreferenceTargetType: {
|
|
48
|
-
readonly USER: "USER";
|
|
49
|
-
readonly TEAM: "TEAM";
|
|
50
|
-
readonly ORGANIZATION: "ORGANIZATION";
|
|
51
|
-
};
|
|
52
|
-
export type NotificationPreferenceTargetType = (typeof NotificationPreferenceTargetType)[keyof typeof NotificationPreferenceTargetType];
|
|
53
|
-
export declare const CreditUsageType: {
|
|
54
|
-
readonly SMS: "SMS";
|
|
55
|
-
readonly CAL_AI_PHONE_CALL: "CAL_AI_PHONE_CALL";
|
|
56
|
-
readonly AI_AGENT: "AI_AGENT";
|
|
57
|
-
};
|
|
58
|
-
export type CreditUsageType = (typeof CreditUsageType)[keyof typeof CreditUsageType];
|
|
59
|
-
export declare const CreditType: {
|
|
60
|
-
readonly MONTHLY: "MONTHLY";
|
|
61
|
-
readonly ADDITIONAL: "ADDITIONAL";
|
|
62
|
-
};
|
|
63
|
-
export type CreditType = (typeof CreditType)[keyof typeof CreditType];
|
|
64
|
-
export declare const CreditTransferReason: {
|
|
65
|
-
readonly TEAM_UPGRADED_TO_ORG: "TEAM_UPGRADED_TO_ORG";
|
|
66
|
-
readonly TEAM_DELETED: "TEAM_DELETED";
|
|
67
|
-
};
|
|
68
|
-
export type CreditTransferReason = (typeof CreditTransferReason)[keyof typeof CreditTransferReason];
|
|
69
|
-
export declare const MembershipRole: {
|
|
70
|
-
readonly MEMBER: "MEMBER";
|
|
71
|
-
readonly ADMIN: "ADMIN";
|
|
72
|
-
readonly OWNER: "OWNER";
|
|
73
|
-
};
|
|
74
|
-
export type MembershipRole = (typeof MembershipRole)[keyof typeof MembershipRole];
|
|
75
|
-
export declare const BookingStatus: {
|
|
76
|
-
readonly CANCELLED: "cancelled";
|
|
77
|
-
readonly ACCEPTED: "accepted";
|
|
78
|
-
readonly REJECTED: "rejected";
|
|
79
|
-
readonly PENDING: "pending";
|
|
80
|
-
readonly AWAITING_HOST: "awaiting_host";
|
|
81
|
-
};
|
|
82
|
-
export type BookingStatus = (typeof BookingStatus)[keyof typeof BookingStatus];
|
|
83
|
-
export declare const EventTypeCustomInputType: {
|
|
84
|
-
readonly TEXT: "text";
|
|
85
|
-
readonly TEXTLONG: "textLong";
|
|
86
|
-
readonly NUMBER: "number";
|
|
87
|
-
readonly BOOL: "bool";
|
|
88
|
-
readonly RADIO: "radio";
|
|
89
|
-
readonly PHONE: "phone";
|
|
90
|
-
};
|
|
91
|
-
export type EventTypeCustomInputType = (typeof EventTypeCustomInputType)[keyof typeof EventTypeCustomInputType];
|
|
92
|
-
export declare const ReminderType: {
|
|
93
|
-
readonly PENDING_BOOKING_CONFIRMATION: "PENDING_BOOKING_CONFIRMATION";
|
|
94
|
-
};
|
|
95
|
-
export type ReminderType = (typeof ReminderType)[keyof typeof ReminderType];
|
|
96
|
-
export declare const PaymentOption: {
|
|
97
|
-
readonly ON_BOOKING: "ON_BOOKING";
|
|
98
|
-
readonly HOLD: "HOLD";
|
|
99
|
-
};
|
|
100
|
-
export type PaymentOption = (typeof PaymentOption)[keyof typeof PaymentOption];
|
|
101
|
-
export declare const WebhookTriggerEvents: {
|
|
102
|
-
readonly BOOKING_CREATED: "BOOKING_CREATED";
|
|
103
|
-
readonly BOOKING_PAYMENT_INITIATED: "BOOKING_PAYMENT_INITIATED";
|
|
104
|
-
readonly BOOKING_PAID: "BOOKING_PAID";
|
|
105
|
-
readonly BOOKING_RESCHEDULED: "BOOKING_RESCHEDULED";
|
|
106
|
-
readonly BOOKING_REQUESTED: "BOOKING_REQUESTED";
|
|
107
|
-
readonly BOOKING_CANCELLED: "BOOKING_CANCELLED";
|
|
108
|
-
readonly BOOKING_REJECTED: "BOOKING_REJECTED";
|
|
109
|
-
readonly BOOKING_NO_SHOW_UPDATED: "BOOKING_NO_SHOW_UPDATED";
|
|
110
|
-
readonly FORM_SUBMITTED: "FORM_SUBMITTED";
|
|
111
|
-
readonly MEETING_ENDED: "MEETING_ENDED";
|
|
112
|
-
readonly MEETING_STARTED: "MEETING_STARTED";
|
|
113
|
-
readonly RECORDING_READY: "RECORDING_READY";
|
|
114
|
-
readonly INSTANT_MEETING: "INSTANT_MEETING";
|
|
115
|
-
readonly INSTANT_MEETING_ACCEPTED: "INSTANT_MEETING_ACCEPTED";
|
|
116
|
-
readonly RECORDING_TRANSCRIPTION_GENERATED: "RECORDING_TRANSCRIPTION_GENERATED";
|
|
117
|
-
readonly OOO_CREATED: "OOO_CREATED";
|
|
118
|
-
readonly AFTER_HOSTS_CAL_VIDEO_NO_SHOW: "AFTER_HOSTS_CAL_VIDEO_NO_SHOW";
|
|
119
|
-
readonly AFTER_GUESTS_CAL_VIDEO_NO_SHOW: "AFTER_GUESTS_CAL_VIDEO_NO_SHOW";
|
|
120
|
-
readonly FORM_SUBMITTED_NO_EVENT: "FORM_SUBMITTED_NO_EVENT";
|
|
121
|
-
readonly ROUTING_FORM_FALLBACK_HIT: "ROUTING_FORM_FALLBACK_HIT";
|
|
122
|
-
readonly DELEGATION_CREDENTIAL_ERROR: "DELEGATION_CREDENTIAL_ERROR";
|
|
123
|
-
readonly WRONG_ASSIGNMENT_REPORT: "WRONG_ASSIGNMENT_REPORT";
|
|
124
|
-
};
|
|
125
|
-
export type WebhookTriggerEvents = (typeof WebhookTriggerEvents)[keyof typeof WebhookTriggerEvents];
|
|
126
|
-
export declare const AppCategories: {
|
|
127
|
-
readonly calendar: "calendar";
|
|
128
|
-
readonly messaging: "messaging";
|
|
129
|
-
readonly other: "other";
|
|
130
|
-
readonly payment: "payment";
|
|
131
|
-
readonly video: "video";
|
|
132
|
-
readonly web3: "web3";
|
|
133
|
-
readonly automation: "automation";
|
|
134
|
-
readonly analytics: "analytics";
|
|
135
|
-
readonly conferencing: "conferencing";
|
|
136
|
-
readonly crm: "crm";
|
|
137
|
-
};
|
|
138
|
-
export type AppCategories = (typeof AppCategories)[keyof typeof AppCategories];
|
|
139
|
-
export declare const WorkflowTriggerEvents: {
|
|
140
|
-
readonly BEFORE_EVENT: "BEFORE_EVENT";
|
|
141
|
-
readonly EVENT_CANCELLED: "EVENT_CANCELLED";
|
|
142
|
-
readonly NEW_EVENT: "NEW_EVENT";
|
|
143
|
-
readonly AFTER_EVENT: "AFTER_EVENT";
|
|
144
|
-
readonly RESCHEDULE_EVENT: "RESCHEDULE_EVENT";
|
|
145
|
-
readonly AFTER_HOSTS_CAL_VIDEO_NO_SHOW: "AFTER_HOSTS_CAL_VIDEO_NO_SHOW";
|
|
146
|
-
readonly AFTER_GUESTS_CAL_VIDEO_NO_SHOW: "AFTER_GUESTS_CAL_VIDEO_NO_SHOW";
|
|
147
|
-
readonly FORM_SUBMITTED: "FORM_SUBMITTED";
|
|
148
|
-
readonly FORM_SUBMITTED_NO_EVENT: "FORM_SUBMITTED_NO_EVENT";
|
|
149
|
-
readonly BOOKING_REJECTED: "BOOKING_REJECTED";
|
|
150
|
-
readonly BOOKING_REQUESTED: "BOOKING_REQUESTED";
|
|
151
|
-
readonly BOOKING_PAYMENT_INITIATED: "BOOKING_PAYMENT_INITIATED";
|
|
152
|
-
readonly BOOKING_PAID: "BOOKING_PAID";
|
|
153
|
-
readonly BOOKING_NO_SHOW_UPDATED: "BOOKING_NO_SHOW_UPDATED";
|
|
154
|
-
};
|
|
155
|
-
export type WorkflowTriggerEvents = (typeof WorkflowTriggerEvents)[keyof typeof WorkflowTriggerEvents];
|
|
156
|
-
export declare const WorkflowActions: {
|
|
157
|
-
readonly EMAIL_HOST: "EMAIL_HOST";
|
|
158
|
-
readonly EMAIL_ATTENDEE: "EMAIL_ATTENDEE";
|
|
159
|
-
readonly SMS_ATTENDEE: "SMS_ATTENDEE";
|
|
160
|
-
readonly SMS_NUMBER: "SMS_NUMBER";
|
|
161
|
-
readonly EMAIL_ADDRESS: "EMAIL_ADDRESS";
|
|
162
|
-
readonly WHATSAPP_ATTENDEE: "WHATSAPP_ATTENDEE";
|
|
163
|
-
readonly WHATSAPP_NUMBER: "WHATSAPP_NUMBER";
|
|
164
|
-
readonly CAL_AI_PHONE_CALL: "CAL_AI_PHONE_CALL";
|
|
165
|
-
};
|
|
166
|
-
export type WorkflowActions = (typeof WorkflowActions)[keyof typeof WorkflowActions];
|
|
167
|
-
export declare const WorkflowType: {
|
|
168
|
-
readonly EVENT_TYPE: "EVENT_TYPE";
|
|
169
|
-
readonly ROUTING_FORM: "ROUTING_FORM";
|
|
170
|
-
};
|
|
171
|
-
export type WorkflowType = (typeof WorkflowType)[keyof typeof WorkflowType];
|
|
172
|
-
export declare const TimeUnit: {
|
|
173
|
-
readonly DAY: "day";
|
|
174
|
-
readonly HOUR: "hour";
|
|
175
|
-
readonly MINUTE: "minute";
|
|
176
|
-
};
|
|
177
|
-
export type TimeUnit = (typeof TimeUnit)[keyof typeof TimeUnit];
|
|
178
|
-
export declare const WorkflowTemplates: {
|
|
179
|
-
readonly REMINDER: "REMINDER";
|
|
180
|
-
readonly CUSTOM: "CUSTOM";
|
|
181
|
-
readonly CANCELLED: "CANCELLED";
|
|
182
|
-
readonly RESCHEDULED: "RESCHEDULED";
|
|
183
|
-
readonly COMPLETED: "COMPLETED";
|
|
184
|
-
readonly RATING: "RATING";
|
|
185
|
-
};
|
|
186
|
-
export type WorkflowTemplates = (typeof WorkflowTemplates)[keyof typeof WorkflowTemplates];
|
|
187
|
-
export declare const WorkflowMethods: {
|
|
188
|
-
readonly EMAIL: "EMAIL";
|
|
189
|
-
readonly SMS: "SMS";
|
|
190
|
-
readonly WHATSAPP: "WHATSAPP";
|
|
191
|
-
readonly AI_PHONE_CALL: "AI_PHONE_CALL";
|
|
192
|
-
};
|
|
193
|
-
export type WorkflowMethods = (typeof WorkflowMethods)[keyof typeof WorkflowMethods];
|
|
194
|
-
export declare const FeatureType: {
|
|
195
|
-
readonly RELEASE: "RELEASE";
|
|
196
|
-
readonly EXPERIMENT: "EXPERIMENT";
|
|
197
|
-
readonly OPERATIONAL: "OPERATIONAL";
|
|
198
|
-
readonly KILL_SWITCH: "KILL_SWITCH";
|
|
199
|
-
readonly PERMISSION: "PERMISSION";
|
|
200
|
-
};
|
|
201
|
-
export type FeatureType = (typeof FeatureType)[keyof typeof FeatureType];
|
|
202
|
-
export declare const ExperimentStatus: {
|
|
203
|
-
readonly DRAFT: "DRAFT";
|
|
204
|
-
readonly RUNNING: "RUNNING";
|
|
205
|
-
readonly STOPPED: "STOPPED";
|
|
206
|
-
readonly ROLLED_OUT: "ROLLED_OUT";
|
|
207
|
-
};
|
|
208
|
-
export type ExperimentStatus = (typeof ExperimentStatus)[keyof typeof ExperimentStatus];
|
|
209
|
-
export declare const RRResetInterval: {
|
|
210
|
-
readonly MONTH: "MONTH";
|
|
211
|
-
readonly DAY: "DAY";
|
|
212
|
-
};
|
|
213
|
-
export type RRResetInterval = (typeof RRResetInterval)[keyof typeof RRResetInterval];
|
|
214
|
-
export declare const RRTimestampBasis: {
|
|
215
|
-
readonly CREATED_AT: "CREATED_AT";
|
|
216
|
-
readonly START_TIME: "START_TIME";
|
|
217
|
-
};
|
|
218
|
-
export type RRTimestampBasis = (typeof RRTimestampBasis)[keyof typeof RRTimestampBasis];
|
|
219
|
-
export declare const OAuthClientType: {
|
|
220
|
-
readonly CONFIDENTIAL: "confidential";
|
|
221
|
-
readonly PUBLIC: "public";
|
|
222
|
-
};
|
|
223
|
-
export type OAuthClientType = (typeof OAuthClientType)[keyof typeof OAuthClientType];
|
|
224
|
-
export declare const OAuthClientStatus: {
|
|
225
|
-
readonly PENDING: "pending";
|
|
226
|
-
readonly APPROVED: "approved";
|
|
227
|
-
readonly REJECTED: "rejected";
|
|
228
|
-
};
|
|
229
|
-
export type OAuthClientStatus = (typeof OAuthClientStatus)[keyof typeof OAuthClientStatus];
|
|
230
|
-
export declare const AccessScope: {
|
|
231
|
-
readonly READ_BOOKING: "READ_BOOKING";
|
|
232
|
-
readonly READ_PROFILE: "READ_PROFILE";
|
|
233
|
-
readonly EVENT_TYPE_READ: "EVENT_TYPE_READ";
|
|
234
|
-
readonly EVENT_TYPE_WRITE: "EVENT_TYPE_WRITE";
|
|
235
|
-
readonly BOOKING_READ: "BOOKING_READ";
|
|
236
|
-
readonly BOOKING_WRITE: "BOOKING_WRITE";
|
|
237
|
-
readonly SCHEDULE_READ: "SCHEDULE_READ";
|
|
238
|
-
readonly SCHEDULE_WRITE: "SCHEDULE_WRITE";
|
|
239
|
-
readonly APPS_READ: "APPS_READ";
|
|
240
|
-
readonly APPS_WRITE: "APPS_WRITE";
|
|
241
|
-
readonly PROFILE_READ: "PROFILE_READ";
|
|
242
|
-
readonly PROFILE_WRITE: "PROFILE_WRITE";
|
|
243
|
-
readonly WEBHOOK_READ: "WEBHOOK_READ";
|
|
244
|
-
readonly WEBHOOK_WRITE: "WEBHOOK_WRITE";
|
|
245
|
-
readonly VERIFIED_RESOURCES_READ: "VERIFIED_RESOURCES_READ";
|
|
246
|
-
readonly VERIFIED_RESOURCES_WRITE: "VERIFIED_RESOURCES_WRITE";
|
|
247
|
-
readonly TEAM_EVENT_TYPE_READ: "TEAM_EVENT_TYPE_READ";
|
|
248
|
-
readonly TEAM_EVENT_TYPE_WRITE: "TEAM_EVENT_TYPE_WRITE";
|
|
249
|
-
readonly TEAM_BOOKING_READ: "TEAM_BOOKING_READ";
|
|
250
|
-
readonly TEAM_BOOKING_WRITE: "TEAM_BOOKING_WRITE";
|
|
251
|
-
readonly TEAM_SCHEDULE_READ: "TEAM_SCHEDULE_READ";
|
|
252
|
-
readonly TEAM_SCHEDULE_WRITE: "TEAM_SCHEDULE_WRITE";
|
|
253
|
-
readonly TEAM_PROFILE_READ: "TEAM_PROFILE_READ";
|
|
254
|
-
readonly TEAM_PROFILE_WRITE: "TEAM_PROFILE_WRITE";
|
|
255
|
-
readonly TEAM_MEMBERSHIP_READ: "TEAM_MEMBERSHIP_READ";
|
|
256
|
-
readonly TEAM_MEMBERSHIP_WRITE: "TEAM_MEMBERSHIP_WRITE";
|
|
257
|
-
readonly TEAM_APPS_READ: "TEAM_APPS_READ";
|
|
258
|
-
readonly TEAM_APPS_WRITE: "TEAM_APPS_WRITE";
|
|
259
|
-
readonly TEAM_ROUTING_FORM_READ: "TEAM_ROUTING_FORM_READ";
|
|
260
|
-
readonly TEAM_ROUTING_FORM_WRITE: "TEAM_ROUTING_FORM_WRITE";
|
|
261
|
-
readonly TEAM_WORKFLOW_READ: "TEAM_WORKFLOW_READ";
|
|
262
|
-
readonly TEAM_WORKFLOW_WRITE: "TEAM_WORKFLOW_WRITE";
|
|
263
|
-
readonly TEAM_VERIFIED_RESOURCES_READ: "TEAM_VERIFIED_RESOURCES_READ";
|
|
264
|
-
readonly TEAM_VERIFIED_RESOURCES_WRITE: "TEAM_VERIFIED_RESOURCES_WRITE";
|
|
265
|
-
readonly ORG_EVENT_TYPE_READ: "ORG_EVENT_TYPE_READ";
|
|
266
|
-
readonly ORG_EVENT_TYPE_WRITE: "ORG_EVENT_TYPE_WRITE";
|
|
267
|
-
readonly ORG_BOOKING_READ: "ORG_BOOKING_READ";
|
|
268
|
-
readonly ORG_BOOKING_WRITE: "ORG_BOOKING_WRITE";
|
|
269
|
-
readonly ORG_SCHEDULE_READ: "ORG_SCHEDULE_READ";
|
|
270
|
-
readonly ORG_SCHEDULE_WRITE: "ORG_SCHEDULE_WRITE";
|
|
271
|
-
readonly ORG_PROFILE_READ: "ORG_PROFILE_READ";
|
|
272
|
-
readonly ORG_PROFILE_WRITE: "ORG_PROFILE_WRITE";
|
|
273
|
-
readonly ORG_MEMBERSHIP_READ: "ORG_MEMBERSHIP_READ";
|
|
274
|
-
readonly ORG_MEMBERSHIP_WRITE: "ORG_MEMBERSHIP_WRITE";
|
|
275
|
-
readonly ORG_ROUTING_FORM_READ: "ORG_ROUTING_FORM_READ";
|
|
276
|
-
readonly ORG_ROUTING_FORM_WRITE: "ORG_ROUTING_FORM_WRITE";
|
|
277
|
-
readonly ORG_WEBHOOK_READ: "ORG_WEBHOOK_READ";
|
|
278
|
-
readonly ORG_WEBHOOK_WRITE: "ORG_WEBHOOK_WRITE";
|
|
279
|
-
};
|
|
280
|
-
export type AccessScope = (typeof AccessScope)[keyof typeof AccessScope];
|
|
281
|
-
export declare const RedirectType: {
|
|
282
|
-
readonly UserEventType: "user-event-type";
|
|
283
|
-
readonly TeamEventType: "team-event-type";
|
|
284
|
-
readonly User: "user";
|
|
285
|
-
readonly Team: "team";
|
|
286
|
-
};
|
|
287
|
-
export type RedirectType = (typeof RedirectType)[keyof typeof RedirectType];
|
|
288
|
-
export declare const AbuseRuleAuditAction: {
|
|
289
|
-
readonly CREATED: "created";
|
|
290
|
-
readonly UPDATED: "updated";
|
|
291
|
-
readonly DELETED: "deleted";
|
|
292
|
-
};
|
|
293
|
-
export type AbuseRuleAuditAction = (typeof AbuseRuleAuditAction)[keyof typeof AbuseRuleAuditAction];
|
|
294
|
-
export declare const SMSLockState: {
|
|
295
|
-
readonly LOCKED: "LOCKED";
|
|
296
|
-
readonly UNLOCKED: "UNLOCKED";
|
|
297
|
-
readonly REVIEW_NEEDED: "REVIEW_NEEDED";
|
|
298
|
-
};
|
|
299
|
-
export type SMSLockState = (typeof SMSLockState)[keyof typeof SMSLockState];
|
|
300
|
-
export declare const AttributeType: {
|
|
301
|
-
readonly TEXT: "TEXT";
|
|
302
|
-
readonly NUMBER: "NUMBER";
|
|
303
|
-
readonly SINGLE_SELECT: "SINGLE_SELECT";
|
|
304
|
-
readonly MULTI_SELECT: "MULTI_SELECT";
|
|
305
|
-
};
|
|
306
|
-
export type AttributeType = (typeof AttributeType)[keyof typeof AttributeType];
|
|
307
|
-
export declare const AssignmentReasonEnum: {
|
|
308
|
-
readonly ROUTING_FORM_ROUTING: "ROUTING_FORM_ROUTING";
|
|
309
|
-
readonly ROUTING_FORM_ROUTING_FALLBACK: "ROUTING_FORM_ROUTING_FALLBACK";
|
|
310
|
-
readonly REASSIGNED: "REASSIGNED";
|
|
311
|
-
readonly RR_REASSIGNED: "RR_REASSIGNED";
|
|
312
|
-
readonly REROUTED: "REROUTED";
|
|
313
|
-
readonly SALESFORCE_ASSIGNMENT: "SALESFORCE_ASSIGNMENT";
|
|
314
|
-
};
|
|
315
|
-
export type AssignmentReasonEnum = (typeof AssignmentReasonEnum)[keyof typeof AssignmentReasonEnum];
|
|
316
|
-
export declare const EventTypeAutoTranslatedField: {
|
|
317
|
-
readonly DESCRIPTION: "DESCRIPTION";
|
|
318
|
-
readonly TITLE: "TITLE";
|
|
319
|
-
};
|
|
320
|
-
export type EventTypeAutoTranslatedField = (typeof EventTypeAutoTranslatedField)[keyof typeof EventTypeAutoTranslatedField];
|
|
321
|
-
export declare const WorkflowStepAutoTranslatedField: {
|
|
322
|
-
readonly REMINDER_BODY: "REMINDER_BODY";
|
|
323
|
-
readonly EMAIL_SUBJECT: "EMAIL_SUBJECT";
|
|
324
|
-
};
|
|
325
|
-
export type WorkflowStepAutoTranslatedField = (typeof WorkflowStepAutoTranslatedField)[keyof typeof WorkflowStepAutoTranslatedField];
|
|
326
|
-
export declare const WatchlistType: {
|
|
327
|
-
readonly EMAIL: "EMAIL";
|
|
328
|
-
readonly DOMAIN: "DOMAIN";
|
|
329
|
-
readonly USERNAME: "USERNAME";
|
|
330
|
-
readonly SPAM_KEYWORD: "SPAM_KEYWORD";
|
|
331
|
-
readonly SUSPICIOUS_DOMAIN: "SUSPICIOUS_DOMAIN";
|
|
332
|
-
readonly EMAIL_PATTERN: "EMAIL_PATTERN";
|
|
333
|
-
readonly REDIRECT_DOMAIN: "REDIRECT_DOMAIN";
|
|
334
|
-
};
|
|
335
|
-
export type WatchlistType = (typeof WatchlistType)[keyof typeof WatchlistType];
|
|
336
|
-
export declare const WatchlistAction: {
|
|
337
|
-
readonly REPORT: "REPORT";
|
|
338
|
-
readonly BLOCK: "BLOCK";
|
|
339
|
-
readonly ALERT: "ALERT";
|
|
340
|
-
};
|
|
341
|
-
export type WatchlistAction = (typeof WatchlistAction)[keyof typeof WatchlistAction];
|
|
342
|
-
export declare const WatchlistSource: {
|
|
343
|
-
readonly MANUAL: "MANUAL";
|
|
344
|
-
readonly FREE_DOMAIN_POLICY: "FREE_DOMAIN_POLICY";
|
|
345
|
-
readonly SIGNUP: "SIGNUP";
|
|
346
|
-
};
|
|
347
|
-
export type WatchlistSource = (typeof WatchlistSource)[keyof typeof WatchlistSource];
|
|
348
|
-
export declare const BookingReportReason: {
|
|
349
|
-
readonly SPAM: "SPAM";
|
|
350
|
-
readonly DONT_KNOW_PERSON: "dont_know_person";
|
|
351
|
-
readonly OTHER: "OTHER";
|
|
352
|
-
};
|
|
353
|
-
export type BookingReportReason = (typeof BookingReportReason)[keyof typeof BookingReportReason];
|
|
354
|
-
export declare const BookingReportStatus: {
|
|
355
|
-
readonly PENDING: "PENDING";
|
|
356
|
-
readonly DISMISSED: "DISMISSED";
|
|
357
|
-
readonly BLOCKED: "BLOCKED";
|
|
358
|
-
};
|
|
359
|
-
export type BookingReportStatus = (typeof BookingReportStatus)[keyof typeof BookingReportStatus];
|
|
360
|
-
export declare const SystemReportStatus: {
|
|
361
|
-
readonly PENDING: "PENDING";
|
|
362
|
-
readonly BLOCKED: "BLOCKED";
|
|
363
|
-
readonly DISMISSED: "DISMISSED";
|
|
364
|
-
};
|
|
365
|
-
export type SystemReportStatus = (typeof SystemReportStatus)[keyof typeof SystemReportStatus];
|
|
366
|
-
export declare const WrongAssignmentReportStatus: {
|
|
367
|
-
readonly PENDING: "PENDING";
|
|
368
|
-
readonly REVIEWED: "REVIEWED";
|
|
369
|
-
readonly RESOLVED: "RESOLVED";
|
|
370
|
-
readonly DISMISSED: "DISMISSED";
|
|
371
|
-
};
|
|
372
|
-
export type WrongAssignmentReportStatus = (typeof WrongAssignmentReportStatus)[keyof typeof WrongAssignmentReportStatus];
|
|
373
|
-
export declare const BillingPeriod: {
|
|
374
|
-
readonly MONTHLY: "MONTHLY";
|
|
375
|
-
readonly ANNUALLY: "ANNUALLY";
|
|
376
|
-
};
|
|
377
|
-
export type BillingPeriod = (typeof BillingPeriod)[keyof typeof BillingPeriod];
|
|
378
|
-
export declare const BillingMode: {
|
|
379
|
-
readonly SEATS: "SEATS";
|
|
380
|
-
readonly ACTIVE_USERS: "ACTIVE_USERS";
|
|
381
|
-
};
|
|
382
|
-
export type BillingMode = (typeof BillingMode)[keyof typeof BillingMode];
|
|
383
|
-
export declare const IncompleteBookingActionType: {
|
|
384
|
-
readonly SALESFORCE: "SALESFORCE";
|
|
385
|
-
};
|
|
386
|
-
export type IncompleteBookingActionType = (typeof IncompleteBookingActionType)[keyof typeof IncompleteBookingActionType];
|
|
387
|
-
export declare const FilterSegmentScope: {
|
|
388
|
-
readonly USER: "USER";
|
|
389
|
-
readonly TEAM: "TEAM";
|
|
390
|
-
};
|
|
391
|
-
export type FilterSegmentScope = (typeof FilterSegmentScope)[keyof typeof FilterSegmentScope];
|
|
392
|
-
export declare const WorkflowContactType: {
|
|
393
|
-
readonly PHONE: "PHONE";
|
|
394
|
-
readonly EMAIL: "EMAIL";
|
|
395
|
-
};
|
|
396
|
-
export type WorkflowContactType = (typeof WorkflowContactType)[keyof typeof WorkflowContactType];
|
|
397
|
-
export declare const RoleType: {
|
|
398
|
-
readonly SYSTEM: "SYSTEM";
|
|
399
|
-
readonly CUSTOM: "CUSTOM";
|
|
400
|
-
};
|
|
401
|
-
export type RoleType = (typeof RoleType)[keyof typeof RoleType];
|
|
402
|
-
export declare const BookingAuditType: {
|
|
403
|
-
readonly RECORD_CREATED: "record_created";
|
|
404
|
-
readonly RECORD_UPDATED: "record_updated";
|
|
405
|
-
readonly RECORD_DELETED: "record_deleted";
|
|
406
|
-
};
|
|
407
|
-
export type BookingAuditType = (typeof BookingAuditType)[keyof typeof BookingAuditType];
|
|
408
|
-
export declare const BookingAuditAction: {
|
|
409
|
-
readonly CREATED: "created";
|
|
410
|
-
readonly CANCELLED: "cancelled";
|
|
411
|
-
readonly ACCEPTED: "accepted";
|
|
412
|
-
readonly REJECTED: "rejected";
|
|
413
|
-
readonly PENDING: "pending";
|
|
414
|
-
readonly AWAITING_HOST: "awaiting_host";
|
|
415
|
-
readonly RESCHEDULED: "rescheduled";
|
|
416
|
-
readonly ATTENDEE_ADDED: "attendee_added";
|
|
417
|
-
readonly ATTENDEE_REMOVED: "attendee_removed";
|
|
418
|
-
readonly REASSIGNMENT: "reassignment";
|
|
419
|
-
readonly LOCATION_CHANGED: "location_changed";
|
|
420
|
-
readonly NO_SHOW_UPDATED: "no_show_updated";
|
|
421
|
-
readonly RESCHEDULE_REQUESTED: "reschedule_requested";
|
|
422
|
-
readonly SEAT_BOOKED: "seat_booked";
|
|
423
|
-
readonly SEAT_RESCHEDULED: "seat_rescheduled";
|
|
424
|
-
};
|
|
425
|
-
export type BookingAuditAction = (typeof BookingAuditAction)[keyof typeof BookingAuditAction];
|
|
426
|
-
export declare const BookingAuditSource: {
|
|
427
|
-
readonly API_V1: "api_v1";
|
|
428
|
-
readonly API_V2: "api_v2";
|
|
429
|
-
readonly WEBAPP: "webapp";
|
|
430
|
-
readonly WEBHOOK: "webhook";
|
|
431
|
-
readonly SYSTEM: "system";
|
|
432
|
-
readonly MAGIC_LINK: "magic_link";
|
|
433
|
-
readonly UNKNOWN: "unknown";
|
|
434
|
-
};
|
|
435
|
-
export type BookingAuditSource = (typeof BookingAuditSource)[keyof typeof BookingAuditSource];
|
|
436
|
-
export declare const AuditActorType: {
|
|
437
|
-
readonly USER: "user";
|
|
438
|
-
readonly GUEST: "guest";
|
|
439
|
-
readonly ATTENDEE: "attendee";
|
|
440
|
-
readonly SYSTEM: "system";
|
|
441
|
-
readonly APP: "app";
|
|
442
|
-
};
|
|
443
|
-
export type AuditActorType = (typeof AuditActorType)[keyof typeof AuditActorType];
|
|
444
|
-
export declare const AuditAction: {
|
|
445
|
-
readonly LOGIN: "login";
|
|
446
|
-
readonly PASSWORD_CHANGED: "password_changed";
|
|
447
|
-
readonly PASSWORD_RESET_REQUESTED: "password_reset_requested";
|
|
448
|
-
readonly TWO_FACTOR_ENABLED: "two_factor_enabled";
|
|
449
|
-
readonly TWO_FACTOR_DISABLED: "two_factor_disabled";
|
|
450
|
-
readonly IMPERSONATION_START: "impersonation_start";
|
|
451
|
-
readonly IMPERSONATION_STOP: "impersonation_stop";
|
|
452
|
-
readonly EMAIL_CHANGED: "email_changed";
|
|
453
|
-
readonly ACCOUNT_LOCKED: "account_locked";
|
|
454
|
-
readonly ACCOUNT_UNLOCKED: "account_unlocked";
|
|
455
|
-
readonly MEMBER_ADDED: "member_added";
|
|
456
|
-
readonly MEMBER_REMOVED: "member_removed";
|
|
457
|
-
readonly ROLE_CHANGED: "role_changed";
|
|
458
|
-
readonly API_KEY_CREATED: "api_key_created";
|
|
459
|
-
readonly API_KEY_REVOKED: "api_key_revoked";
|
|
460
|
-
readonly WORKFLOW_CREATED: "workflow_created";
|
|
461
|
-
readonly WORKFLOW_MODIFIED: "workflow_modified";
|
|
462
|
-
readonly WORKFLOW_DELETED: "workflow_deleted";
|
|
463
|
-
};
|
|
464
|
-
export type AuditAction = (typeof AuditAction)[keyof typeof AuditAction];
|
|
465
|
-
export declare const AuditCategory: {
|
|
466
|
-
readonly SECURITY: "security";
|
|
467
|
-
readonly ACCESS: "access";
|
|
468
|
-
readonly BILLING: "billing";
|
|
469
|
-
readonly DATA: "data";
|
|
470
|
-
};
|
|
471
|
-
export type AuditCategory = (typeof AuditCategory)[keyof typeof AuditCategory];
|
|
472
|
-
export declare const AuditRetentionTier: {
|
|
473
|
-
readonly STANDARD: "standard";
|
|
474
|
-
readonly EXTENDED: "extended";
|
|
475
|
-
};
|
|
476
|
-
export type AuditRetentionTier = (typeof AuditRetentionTier)[keyof typeof AuditRetentionTier];
|
|
477
|
-
export declare const AuditResult: {
|
|
478
|
-
readonly SUCCESS: "success";
|
|
479
|
-
readonly FAILURE: "failure";
|
|
480
|
-
readonly DENIED: "denied";
|
|
481
|
-
};
|
|
482
|
-
export type AuditResult = (typeof AuditResult)[keyof typeof AuditResult];
|
|
483
|
-
export declare const AuditVisibility: {
|
|
484
|
-
readonly CUSTOMER_VISIBLE: "customer_visible";
|
|
485
|
-
readonly INTERNAL_ONLY: "internal_only";
|
|
486
|
-
};
|
|
487
|
-
export type AuditVisibility = (typeof AuditVisibility)[keyof typeof AuditVisibility];
|
|
488
|
-
export declare const AuditSensitivity: {
|
|
489
|
-
readonly NONE: "none";
|
|
490
|
-
readonly PSEUDONYMIZED: "pseudonymized";
|
|
491
|
-
readonly IDENTIFIED: "identified";
|
|
492
|
-
};
|
|
493
|
-
export type AuditSensitivity = (typeof AuditSensitivity)[keyof typeof AuditSensitivity];
|
|
494
|
-
export declare const AuditSource: {
|
|
495
|
-
readonly API_V1: "api_v1";
|
|
496
|
-
readonly API_V2: "api_v2";
|
|
497
|
-
readonly WEBAPP: "webapp";
|
|
498
|
-
readonly WEBHOOK: "webhook";
|
|
499
|
-
readonly SYSTEM: "system";
|
|
500
|
-
readonly MAGIC_LINK: "magic_link";
|
|
501
|
-
readonly SAML: "saml";
|
|
502
|
-
readonly OAUTH: "oauth";
|
|
503
|
-
readonly UNKNOWN: "unknown";
|
|
504
|
-
};
|
|
505
|
-
export type AuditSource = (typeof AuditSource)[keyof typeof AuditSource];
|
|
506
|
-
export declare const PhoneNumberSubscriptionStatus: {
|
|
507
|
-
readonly ACTIVE: "ACTIVE";
|
|
508
|
-
readonly PAST_DUE: "PAST_DUE";
|
|
509
|
-
readonly CANCELLED: "CANCELLED";
|
|
510
|
-
readonly INCOMPLETE: "INCOMPLETE";
|
|
511
|
-
readonly INCOMPLETE_EXPIRED: "INCOMPLETE_EXPIRED";
|
|
512
|
-
readonly TRIALING: "TRIALING";
|
|
513
|
-
readonly UNPAID: "UNPAID";
|
|
514
|
-
};
|
|
515
|
-
export type PhoneNumberSubscriptionStatus = (typeof PhoneNumberSubscriptionStatus)[keyof typeof PhoneNumberSubscriptionStatus];
|
|
516
|
-
export declare const SeatChangeType: {
|
|
517
|
-
readonly ADDITION: "ADDITION";
|
|
518
|
-
readonly REMOVAL: "REMOVAL";
|
|
519
|
-
};
|
|
520
|
-
export type SeatChangeType = (typeof SeatChangeType)[keyof typeof SeatChangeType];
|
|
521
|
-
export declare const ProrationStatus: {
|
|
522
|
-
readonly PENDING: "PENDING";
|
|
523
|
-
readonly INVOICE_CREATED: "INVOICE_CREATED";
|
|
524
|
-
readonly CHARGED: "CHARGED";
|
|
525
|
-
readonly FAILED: "FAILED";
|
|
526
|
-
readonly CANCELLED: "CANCELLED";
|
|
527
|
-
};
|
|
528
|
-
export type ProrationStatus = (typeof ProrationStatus)[keyof typeof ProrationStatus];
|
|
529
|
-
export declare const DunningStatus: {
|
|
530
|
-
readonly CURRENT: "CURRENT";
|
|
531
|
-
readonly WARNING: "WARNING";
|
|
532
|
-
readonly SOFT_BLOCKED: "SOFT_BLOCKED";
|
|
533
|
-
readonly HARD_BLOCKED: "HARD_BLOCKED";
|
|
534
|
-
readonly CANCELLED: "CANCELLED";
|
|
535
|
-
};
|
|
536
|
-
export type DunningStatus = (typeof DunningStatus)[keyof typeof DunningStatus];
|
|
537
|
-
export declare const CalendarCacheEventStatus: {
|
|
538
|
-
readonly confirmed: "confirmed";
|
|
539
|
-
readonly tentative: "tentative";
|
|
540
|
-
readonly cancelled: "cancelled";
|
|
541
|
-
};
|
|
542
|
-
export type CalendarCacheEventStatus = (typeof CalendarCacheEventStatus)[keyof typeof CalendarCacheEventStatus];
|
|
543
|
-
export declare const NotificationSubscriptionType: {
|
|
544
|
-
readonly WEB_PUSH: "WEB_PUSH";
|
|
545
|
-
readonly APP_PUSH: "APP_PUSH";
|
|
546
|
-
readonly SLACK: "SLACK";
|
|
547
|
-
readonly TELEGRAM: "TELEGRAM";
|
|
548
|
-
};
|
|
549
|
-
export type NotificationSubscriptionType = (typeof NotificationSubscriptionType)[keyof typeof NotificationSubscriptionType];
|
|
550
|
-
export declare const NotificationPlatform: {
|
|
551
|
-
readonly WEB: "WEB";
|
|
552
|
-
readonly IOS: "IOS";
|
|
553
|
-
readonly ANDROID: "ANDROID";
|
|
554
|
-
readonly SLACK: "SLACK";
|
|
555
|
-
readonly TELEGRAM: "TELEGRAM";
|
|
556
|
-
};
|
|
557
|
-
export type NotificationPlatform = (typeof NotificationPlatform)[keyof typeof NotificationPlatform];
|
|
558
|
-
export declare const NotificationEvent: {
|
|
559
|
-
readonly BOOKING_CONFIRMED: "BOOKING_CONFIRMED";
|
|
560
|
-
readonly BOOKING_CANCELLED: "BOOKING_CANCELLED";
|
|
561
|
-
readonly BOOKING_RESCHEDULED: "BOOKING_RESCHEDULED";
|
|
562
|
-
readonly BOOKING_REQUESTED: "BOOKING_REQUESTED";
|
|
563
|
-
readonly BOOKING_REJECTED: "BOOKING_REJECTED";
|
|
564
|
-
};
|
|
565
|
-
export type NotificationEvent = (typeof NotificationEvent)[keyof typeof NotificationEvent];
|
|
566
|
-
export declare const WebhookEventStatus: {
|
|
567
|
-
readonly PROCESSING: "PROCESSING";
|
|
568
|
-
readonly COMPLETED: "COMPLETED";
|
|
569
|
-
readonly FAILED: "FAILED";
|
|
570
|
-
};
|
|
571
|
-
export type WebhookEventStatus = (typeof WebhookEventStatus)[keyof typeof WebhookEventStatus];
|
|
572
|
-
export type AbuseRuleAudit = {
|
|
573
|
-
id: Generated<string>;
|
|
574
|
-
ruleGroupId: string | null;
|
|
575
|
-
action: AbuseRuleAuditAction;
|
|
576
|
-
details: string | null;
|
|
577
|
-
createdById: number | null;
|
|
578
|
-
createdAt: Generated<Timestamp>;
|
|
579
|
-
};
|
|
580
|
-
export type AbuseRuleCondition = {
|
|
581
|
-
id: Generated<string>;
|
|
582
|
-
groupId: string;
|
|
583
|
-
field: string;
|
|
584
|
-
operator: string;
|
|
585
|
-
value: string;
|
|
586
|
-
createdAt: Generated<Timestamp>;
|
|
587
|
-
updatedAt: Timestamp;
|
|
588
|
-
};
|
|
589
|
-
export type AbuseRuleGroup = {
|
|
590
|
-
id: Generated<string>;
|
|
591
|
-
matchAll: Generated<boolean>;
|
|
592
|
-
weight: number;
|
|
593
|
-
autoLock: Generated<boolean>;
|
|
594
|
-
enabled: Generated<boolean>;
|
|
595
|
-
description: string | null;
|
|
596
|
-
createdById: number | null;
|
|
597
|
-
updatedById: number | null;
|
|
598
|
-
createdAt: Generated<Timestamp>;
|
|
599
|
-
updatedAt: Timestamp;
|
|
600
|
-
};
|
|
601
|
-
export type AbuseScoringConfig = {
|
|
602
|
-
id: Generated<number>;
|
|
603
|
-
alertThreshold: Generated<number>;
|
|
604
|
-
lockThreshold: Generated<number>;
|
|
605
|
-
monitoringWindowDays: Generated<number>;
|
|
606
|
-
updatedById: number | null;
|
|
607
|
-
createdAt: Generated<Timestamp>;
|
|
608
|
-
updatedAt: Timestamp;
|
|
609
|
-
};
|
|
610
|
-
export type AccessCode = {
|
|
611
|
-
id: Generated<number>;
|
|
612
|
-
code: string;
|
|
613
|
-
clientId: string | null;
|
|
614
|
-
expiresAt: Timestamp;
|
|
615
|
-
scopes: AccessScope[];
|
|
616
|
-
userId: number | null;
|
|
617
|
-
teamId: number | null;
|
|
618
|
-
codeChallenge: string | null;
|
|
619
|
-
codeChallengeMethod: Generated<string | null>;
|
|
620
|
-
};
|
|
621
|
-
export type AccessToken = {
|
|
622
|
-
id: Generated<number>;
|
|
623
|
-
secret: string;
|
|
624
|
-
createdAt: Generated<Timestamp>;
|
|
625
|
-
expiresAt: Timestamp;
|
|
626
|
-
platformOAuthClientId: string;
|
|
627
|
-
userId: number;
|
|
628
|
-
};
|
|
629
|
-
export type Account = {
|
|
630
|
-
id: string;
|
|
631
|
-
userId: number;
|
|
632
|
-
type: string;
|
|
633
|
-
provider: string;
|
|
634
|
-
providerAccountId: string;
|
|
635
|
-
providerEmail: string | null;
|
|
636
|
-
refresh_token: string | null;
|
|
637
|
-
access_token: string | null;
|
|
638
|
-
expires_at: number | null;
|
|
639
|
-
token_type: string | null;
|
|
640
|
-
scope: string | null;
|
|
641
|
-
id_token: string | null;
|
|
642
|
-
session_state: string | null;
|
|
643
|
-
};
|
|
644
|
-
export type Agent = {
|
|
645
|
-
id: string;
|
|
646
|
-
name: string;
|
|
647
|
-
userId: number | null;
|
|
648
|
-
teamId: number | null;
|
|
649
|
-
providerAgentId: string;
|
|
650
|
-
inboundEventTypeId: number | null;
|
|
651
|
-
outboundEventTypeId: number | null;
|
|
652
|
-
enabled: Generated<boolean>;
|
|
653
|
-
createdAt: Generated<Timestamp>;
|
|
654
|
-
updatedAt: Timestamp;
|
|
655
|
-
};
|
|
656
|
-
export type AIPhoneCallConfiguration = {
|
|
657
|
-
id: Generated<number>;
|
|
658
|
-
eventTypeId: number;
|
|
659
|
-
templateType: Generated<string>;
|
|
660
|
-
schedulerName: string | null;
|
|
661
|
-
generalPrompt: string | null;
|
|
662
|
-
yourPhoneNumber: string;
|
|
663
|
-
numberToCall: string;
|
|
664
|
-
guestName: string | null;
|
|
665
|
-
guestEmail: string | null;
|
|
666
|
-
guestCompany: string | null;
|
|
667
|
-
enabled: Generated<boolean>;
|
|
668
|
-
beginMessage: string | null;
|
|
669
|
-
llmId: string | null;
|
|
670
|
-
};
|
|
671
|
-
export type ApiKey = {
|
|
672
|
-
id: string;
|
|
673
|
-
userId: number;
|
|
674
|
-
teamId: number | null;
|
|
675
|
-
note: string | null;
|
|
676
|
-
createdAt: Generated<Timestamp>;
|
|
677
|
-
expiresAt: Timestamp | null;
|
|
678
|
-
lastUsedAt: Timestamp | null;
|
|
679
|
-
hashedKey: string;
|
|
680
|
-
appId: string | null;
|
|
681
|
-
};
|
|
682
|
-
export type App = {
|
|
683
|
-
slug: string;
|
|
684
|
-
dirName: string;
|
|
685
|
-
keys: unknown | null;
|
|
686
|
-
categories: AppCategories[];
|
|
687
|
-
createdAt: Generated<Timestamp>;
|
|
688
|
-
updatedAt: Timestamp;
|
|
689
|
-
enabled: Generated<boolean>;
|
|
690
|
-
};
|
|
691
|
-
export type App_RoutingForms_Form = {
|
|
692
|
-
id: string;
|
|
693
|
-
description: string | null;
|
|
694
|
-
position: Generated<number>;
|
|
695
|
-
routes: unknown | null;
|
|
696
|
-
createdAt: Generated<Timestamp>;
|
|
697
|
-
updatedAt: Timestamp;
|
|
698
|
-
name: string;
|
|
699
|
-
fields: unknown | null;
|
|
700
|
-
updatedById: number | null;
|
|
701
|
-
userId: number;
|
|
702
|
-
teamId: number | null;
|
|
703
|
-
disabled: Generated<boolean>;
|
|
704
|
-
/**
|
|
705
|
-
* @zod.import(["import { RoutingFormSettings } from '../../zod-utils'"]).custom.use(RoutingFormSettings)
|
|
706
|
-
*/
|
|
707
|
-
settings: unknown | null;
|
|
708
|
-
};
|
|
709
|
-
export type App_RoutingForms_FormResponse = {
|
|
710
|
-
id: Generated<number>;
|
|
711
|
-
uuid: string | null;
|
|
712
|
-
formFillerId: string;
|
|
713
|
-
formId: string;
|
|
714
|
-
response: unknown;
|
|
715
|
-
createdAt: Generated<Timestamp>;
|
|
716
|
-
updatedAt: Timestamp | null;
|
|
717
|
-
routedToBookingUid: string | null;
|
|
718
|
-
chosenRouteId: string | null;
|
|
719
|
-
};
|
|
720
|
-
export type App_RoutingForms_IncompleteBookingActions = {
|
|
721
|
-
id: Generated<number>;
|
|
722
|
-
formId: string;
|
|
723
|
-
actionType: IncompleteBookingActionType;
|
|
724
|
-
data: unknown;
|
|
725
|
-
enabled: Generated<boolean>;
|
|
726
|
-
credentialId: number | null;
|
|
727
|
-
};
|
|
728
|
-
export type App_RoutingForms_QueuedFormResponse = {
|
|
729
|
-
id: string;
|
|
730
|
-
formId: string;
|
|
731
|
-
response: unknown;
|
|
732
|
-
chosenRouteId: string | null;
|
|
733
|
-
fallbackAction: unknown | null;
|
|
734
|
-
createdAt: Generated<Timestamp>;
|
|
735
|
-
updatedAt: Timestamp | null;
|
|
736
|
-
actualResponseId: number | null;
|
|
737
|
-
};
|
|
738
|
-
export type AssignmentReason = {
|
|
739
|
-
id: Generated<number>;
|
|
740
|
-
createdAt: Generated<Timestamp>;
|
|
741
|
-
bookingId: number;
|
|
742
|
-
reasonEnum: AssignmentReasonEnum;
|
|
743
|
-
reasonString: string;
|
|
744
|
-
};
|
|
745
|
-
export type Attendee = {
|
|
746
|
-
id: Generated<number>;
|
|
747
|
-
email: string;
|
|
748
|
-
name: string;
|
|
749
|
-
timeZone: string;
|
|
750
|
-
phoneNumber: string | null;
|
|
751
|
-
locale: Generated<string | null>;
|
|
752
|
-
bookingId: number | null;
|
|
753
|
-
noShow: Generated<boolean | null>;
|
|
754
|
-
createdAt: Generated<Timestamp | null>;
|
|
755
|
-
};
|
|
756
|
-
export type Attribute = {
|
|
757
|
-
id: string;
|
|
758
|
-
teamId: number;
|
|
759
|
-
type: AttributeType;
|
|
760
|
-
name: string;
|
|
761
|
-
slug: string;
|
|
762
|
-
enabled: Generated<boolean>;
|
|
763
|
-
usersCanEditRelation: Generated<boolean>;
|
|
764
|
-
createdAt: Generated<Timestamp>;
|
|
765
|
-
updatedAt: Timestamp;
|
|
766
|
-
isWeightsEnabled: Generated<boolean>;
|
|
767
|
-
isLocked: Generated<boolean>;
|
|
768
|
-
};
|
|
769
|
-
export type AttributeOption = {
|
|
770
|
-
id: string;
|
|
771
|
-
attributeId: string;
|
|
772
|
-
value: string;
|
|
773
|
-
slug: string;
|
|
774
|
-
isGroup: Generated<boolean>;
|
|
775
|
-
contains: string[];
|
|
776
|
-
};
|
|
777
|
-
export type AttributeSyncFieldMapping = {
|
|
778
|
-
id: string;
|
|
779
|
-
integrationFieldName: string;
|
|
780
|
-
attributeId: string;
|
|
781
|
-
enabled: boolean;
|
|
782
|
-
integrationAttributeSyncId: string;
|
|
783
|
-
createdAt: Generated<Timestamp>;
|
|
784
|
-
updatedAt: Timestamp;
|
|
785
|
-
};
|
|
786
|
-
export type AttributeSyncRule = {
|
|
787
|
-
id: string;
|
|
788
|
-
integrationAttributeSyncId: string;
|
|
789
|
-
rule: unknown;
|
|
790
|
-
createdAt: Generated<Timestamp>;
|
|
791
|
-
updatedAt: Timestamp;
|
|
792
|
-
};
|
|
793
|
-
export type AttributeToUser = {
|
|
794
|
-
id: string;
|
|
795
|
-
memberId: number;
|
|
796
|
-
attributeOptionId: string;
|
|
797
|
-
weight: number | null;
|
|
798
|
-
createdAt: Generated<Timestamp>;
|
|
799
|
-
createdById: number | null;
|
|
800
|
-
createdByDSyncId: string | null;
|
|
801
|
-
updatedAt: Timestamp | null;
|
|
802
|
-
updatedById: number | null;
|
|
803
|
-
updatedByDSyncId: string | null;
|
|
804
|
-
};
|
|
805
|
-
export type AuditActor = {
|
|
806
|
-
id: Generated<string>;
|
|
807
|
-
type: AuditActorType;
|
|
808
|
-
userUuid: string | null;
|
|
809
|
-
attendeeId: number | null;
|
|
810
|
-
credentialId: number | null;
|
|
811
|
-
email: string | null;
|
|
812
|
-
phone: string | null;
|
|
813
|
-
name: string | null;
|
|
814
|
-
createdAt: Generated<Timestamp>;
|
|
815
|
-
};
|
|
816
|
-
export type AuditEvent = {
|
|
817
|
-
id: Generated<string>;
|
|
818
|
-
actorId: string;
|
|
819
|
-
action: AuditAction;
|
|
820
|
-
result: Generated<AuditResult>;
|
|
821
|
-
category: AuditCategory;
|
|
822
|
-
source: AuditSource;
|
|
823
|
-
targetType: string | null;
|
|
824
|
-
targetId: string | null;
|
|
825
|
-
previousValue: string | null;
|
|
826
|
-
newValue: string | null;
|
|
827
|
-
createdAt: Generated<Timestamp>;
|
|
828
|
-
operationId: string;
|
|
829
|
-
orgId: number | null;
|
|
830
|
-
ipHash: string | null;
|
|
831
|
-
userAgent: string | null;
|
|
832
|
-
traceId: string | null;
|
|
833
|
-
impersonatedBy: string | null;
|
|
834
|
-
visibility: Generated<AuditVisibility>;
|
|
835
|
-
sensitivityLevel: Generated<AuditSensitivity>;
|
|
836
|
-
retentionTier: Generated<AuditRetentionTier>;
|
|
837
|
-
deliveredAt: Timestamp | null;
|
|
838
|
-
};
|
|
839
|
-
export type Availability = {
|
|
840
|
-
id: Generated<number>;
|
|
841
|
-
userId: number | null;
|
|
842
|
-
eventTypeId: number | null;
|
|
843
|
-
days: number[];
|
|
844
|
-
startTime: Timestamp;
|
|
845
|
-
endTime: Timestamp;
|
|
846
|
-
date: Timestamp | null;
|
|
847
|
-
scheduleId: number | null;
|
|
848
|
-
createdAt: Generated<Timestamp | null>;
|
|
849
|
-
updatedAt: Timestamp | null;
|
|
850
|
-
};
|
|
851
|
-
export type Avatar = {
|
|
852
|
-
teamId: Generated<number>;
|
|
853
|
-
userId: Generated<number>;
|
|
854
|
-
data: string;
|
|
855
|
-
objectKey: string;
|
|
856
|
-
isBanner: Generated<boolean>;
|
|
857
|
-
};
|
|
858
|
-
export type Booking = {
|
|
859
|
-
id: Generated<number>;
|
|
860
|
-
uid: string;
|
|
861
|
-
/**
|
|
862
|
-
* UUIDv7 derived from startTime for time-ordered keyset pagination
|
|
863
|
-
*/
|
|
864
|
-
uuid: string | null;
|
|
865
|
-
idempotencyKey: string | null;
|
|
866
|
-
userId: number | null;
|
|
867
|
-
/**
|
|
868
|
-
* @zod.import(["import { emailSchema } from '../../zod-utils'"]).custom.use(emailSchema)
|
|
869
|
-
*/
|
|
870
|
-
userPrimaryEmail: string | null;
|
|
871
|
-
eventTypeId: number | null;
|
|
872
|
-
title: string;
|
|
873
|
-
description: string | null;
|
|
874
|
-
customInputs: unknown | null;
|
|
875
|
-
/**
|
|
876
|
-
* @zod.import(["import { bookingResponses } from '../../zod-utils'"]).custom.use(bookingResponses)
|
|
877
|
-
*/
|
|
878
|
-
responses: unknown | null;
|
|
879
|
-
startTime: Timestamp;
|
|
880
|
-
endTime: Timestamp;
|
|
881
|
-
location: string | null;
|
|
882
|
-
createdAt: Generated<Timestamp>;
|
|
883
|
-
updatedAt: Timestamp | null;
|
|
884
|
-
status: Generated<BookingStatus>;
|
|
885
|
-
paid: Generated<boolean>;
|
|
886
|
-
destinationCalendarId: number | null;
|
|
887
|
-
cancellationReason: string | null;
|
|
888
|
-
rejectionReason: string | null;
|
|
889
|
-
reassignReason: string | null;
|
|
890
|
-
reassignById: number | null;
|
|
891
|
-
dynamicEventSlugRef: string | null;
|
|
892
|
-
dynamicGroupSlugRef: string | null;
|
|
893
|
-
rescheduled: boolean | null;
|
|
894
|
-
fromReschedule: string | null;
|
|
895
|
-
recurringEventId: string | null;
|
|
896
|
-
smsReminderNumber: string | null;
|
|
897
|
-
scheduledJobs: string[];
|
|
898
|
-
/**
|
|
899
|
-
* @zod.import(["import { bookingMetadataSchema } from '../../zod-utils'"]).custom.use(bookingMetadataSchema)
|
|
900
|
-
*/
|
|
901
|
-
metadata: unknown | null;
|
|
902
|
-
isRecorded: Generated<boolean>;
|
|
903
|
-
iCalUID: Generated<string | null>;
|
|
904
|
-
iCalSequence: Generated<number>;
|
|
905
|
-
rating: number | null;
|
|
906
|
-
ratingFeedback: string | null;
|
|
907
|
-
noShowHost: Generated<boolean | null>;
|
|
908
|
-
oneTimePassword: string | null;
|
|
909
|
-
/**
|
|
910
|
-
* @zod.import(["import { emailSchema } from '../../zod-utils'"]).custom.use(emailSchema)
|
|
911
|
-
*/
|
|
912
|
-
cancelledBy: string | null;
|
|
913
|
-
/**
|
|
914
|
-
* @zod.import(["import { emailSchema } from '../../zod-utils'"]).custom.use(emailSchema)
|
|
915
|
-
*/
|
|
916
|
-
rescheduledBy: string | null;
|
|
917
|
-
creationSource: CreationSource | null;
|
|
918
|
-
};
|
|
919
|
-
export type BookingAudit = {
|
|
920
|
-
id: Generated<string>;
|
|
921
|
-
bookingUid: string;
|
|
922
|
-
actorId: string;
|
|
923
|
-
type: BookingAuditType;
|
|
924
|
-
action: BookingAuditAction;
|
|
925
|
-
timestamp: Timestamp;
|
|
926
|
-
createdAt: Generated<Timestamp>;
|
|
927
|
-
updatedAt: Timestamp;
|
|
928
|
-
source: BookingAuditSource;
|
|
929
|
-
operationId: string;
|
|
930
|
-
data: unknown | null;
|
|
931
|
-
context: unknown | null;
|
|
932
|
-
};
|
|
933
|
-
export type BookingDenormalized = {
|
|
934
|
-
id: number;
|
|
935
|
-
uid: string;
|
|
936
|
-
eventTypeId: number | null;
|
|
937
|
-
title: string;
|
|
938
|
-
description: string | null;
|
|
939
|
-
startTime: Timestamp;
|
|
940
|
-
endTime: Timestamp;
|
|
941
|
-
createdAt: Timestamp;
|
|
942
|
-
updatedAt: Timestamp | null;
|
|
943
|
-
location: string | null;
|
|
944
|
-
paid: boolean;
|
|
945
|
-
status: BookingStatus;
|
|
946
|
-
rescheduled: boolean | null;
|
|
947
|
-
userId: number | null;
|
|
948
|
-
teamId: number | null;
|
|
949
|
-
eventLength: number | null;
|
|
950
|
-
eventParentId: number | null;
|
|
951
|
-
userEmail: string | null;
|
|
952
|
-
userName: string | null;
|
|
953
|
-
userUsername: string | null;
|
|
954
|
-
ratingFeedback: string | null;
|
|
955
|
-
rating: number | null;
|
|
956
|
-
noShowHost: boolean | null;
|
|
957
|
-
isTeamBooking: boolean;
|
|
958
|
-
};
|
|
959
|
-
export type BookingInternalNote = {
|
|
960
|
-
id: Generated<number>;
|
|
961
|
-
notePresetId: number | null;
|
|
962
|
-
text: string | null;
|
|
963
|
-
bookingId: number;
|
|
964
|
-
createdById: number;
|
|
965
|
-
createdAt: Generated<Timestamp>;
|
|
966
|
-
};
|
|
967
|
-
export type BookingLimit = {
|
|
968
|
-
id: string;
|
|
969
|
-
userId: number | null;
|
|
970
|
-
perDay: number | null;
|
|
971
|
-
perWeek: number | null;
|
|
972
|
-
perMonth: number | null;
|
|
973
|
-
perYear: number | null;
|
|
974
|
-
createdAt: Generated<Timestamp>;
|
|
975
|
-
updatedAt: Timestamp;
|
|
976
|
-
};
|
|
977
|
-
export type BookingReference = {
|
|
978
|
-
id: Generated<number>;
|
|
979
|
-
/**
|
|
980
|
-
* @zod.string.min(1)
|
|
981
|
-
*/
|
|
982
|
-
type: string;
|
|
983
|
-
/**
|
|
984
|
-
* @zod.string.min(1)
|
|
985
|
-
*/
|
|
986
|
-
uid: string;
|
|
987
|
-
meetingId: string | null;
|
|
988
|
-
thirdPartyRecurringEventId: string | null;
|
|
989
|
-
meetingPassword: string | null;
|
|
990
|
-
meetingUrl: string | null;
|
|
991
|
-
bookingId: number | null;
|
|
992
|
-
externalCalendarId: string | null;
|
|
993
|
-
deleted: boolean | null;
|
|
994
|
-
credentialId: number | null;
|
|
995
|
-
delegationCredentialId: string | null;
|
|
996
|
-
domainWideDelegationCredentialId: string | null;
|
|
997
|
-
};
|
|
998
|
-
export type BookingReport = {
|
|
999
|
-
id: string;
|
|
1000
|
-
bookingUid: string;
|
|
1001
|
-
bookerEmail: string;
|
|
1002
|
-
reportedById: number | null;
|
|
1003
|
-
organizationId: number | null;
|
|
1004
|
-
reason: BookingReportReason;
|
|
1005
|
-
description: string | null;
|
|
1006
|
-
cancelled: Generated<boolean>;
|
|
1007
|
-
createdAt: Generated<Timestamp>;
|
|
1008
|
-
updatedAt: Timestamp;
|
|
1009
|
-
status: Generated<BookingReportStatus>;
|
|
1010
|
-
systemStatus: Generated<SystemReportStatus>;
|
|
1011
|
-
watchlistId: string | null;
|
|
1012
|
-
globalWatchlistId: string | null;
|
|
1013
|
-
};
|
|
1014
|
-
export type BookingSeat = {
|
|
1015
|
-
id: Generated<number>;
|
|
1016
|
-
referenceUid: string;
|
|
1017
|
-
bookingId: number;
|
|
1018
|
-
attendeeId: number;
|
|
1019
|
-
/**
|
|
1020
|
-
* @zod.import(["import { bookingSeatDataSchema } from '../../zod-utils'"]).custom.use(bookingSeatDataSchema)
|
|
1021
|
-
*/
|
|
1022
|
-
data: unknown | null;
|
|
1023
|
-
metadata: unknown | null;
|
|
1024
|
-
};
|
|
1025
|
-
export type BookingTimeStatus = {
|
|
1026
|
-
id: number;
|
|
1027
|
-
uid: string | null;
|
|
1028
|
-
eventTypeId: number | null;
|
|
1029
|
-
title: string | null;
|
|
1030
|
-
description: string | null;
|
|
1031
|
-
startTime: Timestamp | null;
|
|
1032
|
-
endTime: Timestamp | null;
|
|
1033
|
-
createdAt: Timestamp | null;
|
|
1034
|
-
location: string | null;
|
|
1035
|
-
paid: boolean | null;
|
|
1036
|
-
status: BookingStatus | null;
|
|
1037
|
-
rescheduled: boolean | null;
|
|
1038
|
-
userId: number | null;
|
|
1039
|
-
teamId: number | null;
|
|
1040
|
-
eventLength: number | null;
|
|
1041
|
-
timeStatus: string | null;
|
|
1042
|
-
eventParentId: number | null;
|
|
1043
|
-
userEmail: string | null;
|
|
1044
|
-
username: string | null;
|
|
1045
|
-
ratingFeedback: string | null;
|
|
1046
|
-
rating: number | null;
|
|
1047
|
-
noShowHost: boolean | null;
|
|
1048
|
-
isTeamBooking: boolean;
|
|
1049
|
-
};
|
|
1050
|
-
export type BookingTimeStatusDenormalized = {
|
|
1051
|
-
id: number;
|
|
1052
|
-
uid: string;
|
|
1053
|
-
eventTypeId: number | null;
|
|
1054
|
-
title: string;
|
|
1055
|
-
description: string | null;
|
|
1056
|
-
startTime: Timestamp;
|
|
1057
|
-
endTime: Timestamp;
|
|
1058
|
-
createdAt: Timestamp;
|
|
1059
|
-
updatedAt: Timestamp | null;
|
|
1060
|
-
location: string | null;
|
|
1061
|
-
paid: boolean;
|
|
1062
|
-
status: BookingStatus;
|
|
1063
|
-
rescheduled: boolean | null;
|
|
1064
|
-
userId: number | null;
|
|
1065
|
-
teamId: number | null;
|
|
1066
|
-
eventLength: number | null;
|
|
1067
|
-
eventParentId: number | null;
|
|
1068
|
-
userEmail: string | null;
|
|
1069
|
-
userName: string | null;
|
|
1070
|
-
userUsername: string | null;
|
|
1071
|
-
ratingFeedback: string | null;
|
|
1072
|
-
rating: number | null;
|
|
1073
|
-
noShowHost: boolean | null;
|
|
1074
|
-
isTeamBooking: boolean;
|
|
1075
|
-
timeStatus: string | null;
|
|
1076
|
-
};
|
|
1077
|
-
export type BookingWindow = {
|
|
1078
|
-
/**
|
|
1079
|
-
* UUIDv7 primary key — provides time-ordered IDs with no integer dependency.
|
|
1080
|
-
*/
|
|
1081
|
-
id: Generated<string>;
|
|
1082
|
-
/**
|
|
1083
|
-
* FK to Booking.uid (unique CUID).
|
|
1084
|
-
*/
|
|
1085
|
-
bookingUid: string;
|
|
1086
|
-
userId: number | null;
|
|
1087
|
-
teamId: number | null;
|
|
1088
|
-
title: string;
|
|
1089
|
-
startTime: Timestamp;
|
|
1090
|
-
endTime: Timestamp;
|
|
1091
|
-
/**
|
|
1092
|
-
* No @default — value is copied from Booking via trigger, not auto-generated
|
|
1093
|
-
*/
|
|
1094
|
-
createdAt: Timestamp;
|
|
1095
|
-
/**
|
|
1096
|
-
* No @updatedAt — value is copied from Booking via trigger, not auto-generated
|
|
1097
|
-
*/
|
|
1098
|
-
updatedAt: Timestamp | null;
|
|
1099
|
-
status: BookingStatus;
|
|
1100
|
-
/**
|
|
1101
|
-
* Uses Int FK (not EventType.uuid) because EventType.uuid is still nullable and lacks a unique constraint.
|
|
1102
|
-
* Switch to eventTypeUuid once EventType.uuid is made required + unique.
|
|
1103
|
-
*/
|
|
1104
|
-
eventTypeId: number | null;
|
|
1105
|
-
recurringEventId: string | null;
|
|
1106
|
-
routingFormResponseId: number | null;
|
|
1107
|
-
attendeeEmails: Generated<string[]>;
|
|
1108
|
-
attendeeNames: Generated<string[]>;
|
|
1109
|
-
noShow: Generated<boolean>;
|
|
1110
|
-
};
|
|
1111
|
-
export type CalAiPhoneNumber = {
|
|
1112
|
-
id: Generated<number>;
|
|
1113
|
-
userId: number | null;
|
|
1114
|
-
teamId: number | null;
|
|
1115
|
-
phoneNumber: string;
|
|
1116
|
-
provider: string;
|
|
1117
|
-
providerPhoneNumberId: string | null;
|
|
1118
|
-
createdAt: Generated<Timestamp>;
|
|
1119
|
-
updatedAt: Timestamp;
|
|
1120
|
-
stripeCustomerId: string | null;
|
|
1121
|
-
stripeSubscriptionId: string | null;
|
|
1122
|
-
subscriptionStatus: PhoneNumberSubscriptionStatus | null;
|
|
1123
|
-
inboundAgentId: string | null;
|
|
1124
|
-
outboundAgentId: string | null;
|
|
1125
|
-
};
|
|
1126
|
-
export type CalendarCache = {
|
|
1127
|
-
id: string | null;
|
|
1128
|
-
key: string;
|
|
1129
|
-
value: unknown;
|
|
1130
|
-
expiresAt: Timestamp;
|
|
1131
|
-
updatedAt: Generated<Timestamp>;
|
|
1132
|
-
credentialId: number;
|
|
1133
|
-
userId: number | null;
|
|
1134
|
-
};
|
|
1135
|
-
export type CalendarCacheEvent = {
|
|
1136
|
-
id: string;
|
|
1137
|
-
selectedCalendarId: string;
|
|
1138
|
-
externalId: string;
|
|
1139
|
-
externalEtag: string;
|
|
1140
|
-
iCalUID: string | null;
|
|
1141
|
-
iCalSequence: Generated<number>;
|
|
1142
|
-
summary: string | null;
|
|
1143
|
-
description: string | null;
|
|
1144
|
-
location: string | null;
|
|
1145
|
-
start: Timestamp;
|
|
1146
|
-
end: Timestamp;
|
|
1147
|
-
isAllDay: Generated<boolean>;
|
|
1148
|
-
timeZone: string | null;
|
|
1149
|
-
status: Generated<CalendarCacheEventStatus>;
|
|
1150
|
-
recurringEventId: string | null;
|
|
1151
|
-
originalStartTime: Timestamp | null;
|
|
1152
|
-
createdAt: Generated<Timestamp>;
|
|
1153
|
-
updatedAt: Timestamp;
|
|
1154
|
-
externalCreatedAt: Timestamp | null;
|
|
1155
|
-
externalUpdatedAt: Timestamp | null;
|
|
1156
|
-
};
|
|
1157
|
-
export type CalVideoSettings = {
|
|
1158
|
-
eventTypeId: number;
|
|
1159
|
-
disableRecordingForOrganizer: Generated<boolean>;
|
|
1160
|
-
disableRecordingForGuests: Generated<boolean>;
|
|
1161
|
-
enableAutomaticTranscription: Generated<boolean>;
|
|
1162
|
-
enableAutomaticRecordingForOrganizer: Generated<boolean>;
|
|
1163
|
-
redirectUrlOnExit: string | null;
|
|
1164
|
-
disableTranscriptionForGuests: Generated<boolean>;
|
|
1165
|
-
disableTranscriptionForOrganizer: Generated<boolean>;
|
|
1166
|
-
requireEmailForGuests: Generated<boolean>;
|
|
1167
|
-
createdAt: Generated<Timestamp>;
|
|
1168
|
-
updatedAt: Timestamp;
|
|
1169
|
-
};
|
|
1170
|
-
export type Credential = {
|
|
1171
|
-
id: Generated<number>;
|
|
1172
|
-
type: string;
|
|
1173
|
-
key: unknown;
|
|
1174
|
-
encryptedKey: string | null;
|
|
1175
|
-
userId: number | null;
|
|
1176
|
-
teamId: number | null;
|
|
1177
|
-
appId: string | null;
|
|
1178
|
-
subscriptionId: string | null;
|
|
1179
|
-
paymentStatus: string | null;
|
|
1180
|
-
billingCycleStart: number | null;
|
|
1181
|
-
invalid: Generated<boolean | null>;
|
|
1182
|
-
delegationCredentialId: string | null;
|
|
1183
|
-
};
|
|
1184
|
-
export type CreditBalance = {
|
|
1185
|
-
id: string;
|
|
1186
|
-
teamId: number | null;
|
|
1187
|
-
userId: number | null;
|
|
1188
|
-
additionalCredits: Generated<number>;
|
|
1189
|
-
limitReachedAt: Timestamp | null;
|
|
1190
|
-
warningSentAt: Timestamp | null;
|
|
1191
|
-
};
|
|
1192
|
-
export type CreditExpenseLog = {
|
|
1193
|
-
id: string;
|
|
1194
|
-
creditBalanceId: string;
|
|
1195
|
-
bookingUid: string | null;
|
|
1196
|
-
credits: number | null;
|
|
1197
|
-
creditType: CreditType;
|
|
1198
|
-
date: Timestamp;
|
|
1199
|
-
smsSid: string | null;
|
|
1200
|
-
smsSegments: number | null;
|
|
1201
|
-
phoneNumber: string | null;
|
|
1202
|
-
email: string | null;
|
|
1203
|
-
callDuration: number | null;
|
|
1204
|
-
creditFor: CreditUsageType | null;
|
|
1205
|
-
externalRef: string | null;
|
|
1206
|
-
};
|
|
1207
|
-
export type CreditPurchaseLog = {
|
|
1208
|
-
id: string;
|
|
1209
|
-
creditBalanceId: string;
|
|
1210
|
-
credits: number;
|
|
1211
|
-
stripeSessionId: string | null;
|
|
1212
|
-
createdAt: Generated<Timestamp>;
|
|
1213
|
-
};
|
|
1214
|
-
export type CreditTransferLog = {
|
|
1215
|
-
id: string;
|
|
1216
|
-
fromCreditBalanceId: string | null;
|
|
1217
|
-
toCreditBalanceId: string;
|
|
1218
|
-
credits: number;
|
|
1219
|
-
reason: CreditTransferReason;
|
|
1220
|
-
createdById: number | null;
|
|
1221
|
-
createdAt: Generated<Timestamp>;
|
|
1222
|
-
};
|
|
1223
|
-
export type CustomDomain = {
|
|
1224
|
-
id: string;
|
|
1225
|
-
teamId: number;
|
|
1226
|
-
slug: string;
|
|
1227
|
-
verified: Generated<boolean>;
|
|
1228
|
-
lastCheckedAt: Generated<Timestamp>;
|
|
1229
|
-
createdAt: Generated<Timestamp>;
|
|
1230
|
-
updatedAt: Timestamp;
|
|
1231
|
-
};
|
|
1232
|
-
export type DelegationCredential = {
|
|
1233
|
-
id: string;
|
|
1234
|
-
workspacePlatformId: number;
|
|
1235
|
-
/**
|
|
1236
|
-
* @zod.import(["import { serviceAccountKeySchema } from '../../zod-utils'"]).custom.use(serviceAccountKeySchema)
|
|
1237
|
-
*/
|
|
1238
|
-
serviceAccountKey: unknown;
|
|
1239
|
-
enabled: Generated<boolean>;
|
|
1240
|
-
lastEnabledAt: Timestamp | null;
|
|
1241
|
-
lastDisabledAt: Timestamp | null;
|
|
1242
|
-
organizationId: number;
|
|
1243
|
-
domain: string;
|
|
1244
|
-
createdAt: Generated<Timestamp>;
|
|
1245
|
-
updatedAt: Timestamp;
|
|
1246
|
-
};
|
|
1247
|
-
export type Deployment = {
|
|
1248
|
-
/**
|
|
1249
|
-
* This is a single row table, so we use a fixed id
|
|
1250
|
-
*/
|
|
1251
|
-
id: Generated<number>;
|
|
1252
|
-
logo: string | null;
|
|
1253
|
-
/**
|
|
1254
|
-
* @zod.import(["import { DeploymentTheme } from '../../zod-utils'"]).custom.use(DeploymentTheme)
|
|
1255
|
-
*/
|
|
1256
|
-
theme: unknown | null;
|
|
1257
|
-
licenseKey: string | null;
|
|
1258
|
-
signatureTokenEncrypted: string | null;
|
|
1259
|
-
agreedLicenseAt: Timestamp | null;
|
|
1260
|
-
};
|
|
1261
|
-
export type DestinationCalendar = {
|
|
1262
|
-
id: Generated<number>;
|
|
1263
|
-
integration: string;
|
|
1264
|
-
externalId: string;
|
|
1265
|
-
/**
|
|
1266
|
-
* @zod.import(["import { emailSchema } from '../../zod-utils'"]).custom.use(emailSchema)
|
|
1267
|
-
*/
|
|
1268
|
-
primaryEmail: string | null;
|
|
1269
|
-
userId: number | null;
|
|
1270
|
-
eventTypeId: number | null;
|
|
1271
|
-
credentialId: number | null;
|
|
1272
|
-
createdAt: Generated<Timestamp | null>;
|
|
1273
|
-
updatedAt: Timestamp | null;
|
|
1274
|
-
delegationCredentialId: string | null;
|
|
1275
|
-
domainWideDelegationCredentialId: string | null;
|
|
1276
|
-
customCalendarReminder: number | null;
|
|
1277
|
-
};
|
|
1278
|
-
export type DomainWideDelegation = {
|
|
1279
|
-
id: string;
|
|
1280
|
-
workspacePlatformId: number;
|
|
1281
|
-
/**
|
|
1282
|
-
* @zod.import(["import { serviceAccountKeySchema } from '../../zod-utils'"]).custom.use(serviceAccountKeySchema)
|
|
1283
|
-
*/
|
|
1284
|
-
serviceAccountKey: unknown;
|
|
1285
|
-
enabled: Generated<boolean>;
|
|
1286
|
-
organizationId: number;
|
|
1287
|
-
domain: string;
|
|
1288
|
-
createdAt: Generated<Timestamp>;
|
|
1289
|
-
updatedAt: Timestamp;
|
|
1290
|
-
};
|
|
1291
|
-
export type DSyncData = {
|
|
1292
|
-
id: Generated<number>;
|
|
1293
|
-
directoryId: string;
|
|
1294
|
-
tenant: string;
|
|
1295
|
-
organizationId: number | null;
|
|
1296
|
-
};
|
|
1297
|
-
export type DSyncTeamGroupMapping = {
|
|
1298
|
-
id: Generated<number>;
|
|
1299
|
-
organizationId: number;
|
|
1300
|
-
teamId: number;
|
|
1301
|
-
directoryId: string;
|
|
1302
|
-
groupName: string;
|
|
1303
|
-
};
|
|
1304
|
-
export type EventType = {
|
|
1305
|
-
id: Generated<number>;
|
|
1306
|
-
/**
|
|
1307
|
-
* @zod.string.min(1)
|
|
1308
|
-
*/
|
|
1309
|
-
title: string;
|
|
1310
|
-
/**
|
|
1311
|
-
* @zod.import(["import { eventTypeSlug } from '../../zod-utils'"]).custom.use(eventTypeSlug)
|
|
1312
|
-
*/
|
|
1313
|
-
slug: string;
|
|
1314
|
-
description: string | null;
|
|
1315
|
-
interfaceLanguage: string | null;
|
|
1316
|
-
position: Generated<number>;
|
|
1317
|
-
/**
|
|
1318
|
-
* @zod.import(["import { eventTypeLocations } from '../../zod-utils'"]).custom.use(eventTypeLocations)
|
|
1319
|
-
*/
|
|
1320
|
-
locations: unknown | null;
|
|
1321
|
-
/**
|
|
1322
|
-
* @zod.number.min(1)
|
|
1323
|
-
*/
|
|
1324
|
-
length: number;
|
|
1325
|
-
offsetStart: Generated<number>;
|
|
1326
|
-
hidden: Generated<boolean>;
|
|
1327
|
-
userId: number | null;
|
|
1328
|
-
profileId: number | null;
|
|
1329
|
-
teamId: number | null;
|
|
1330
|
-
useEventLevelSelectedCalendars: Generated<boolean>;
|
|
1331
|
-
eventName: string | null;
|
|
1332
|
-
parentId: number | null;
|
|
1333
|
-
/**
|
|
1334
|
-
* @zod.import(["import { eventTypeBookingFields } from '../../zod-utils'"]).custom.use(eventTypeBookingFields)
|
|
1335
|
-
*/
|
|
1336
|
-
bookingFields: unknown | null;
|
|
1337
|
-
timeZone: string | null;
|
|
1338
|
-
periodType: Generated<PeriodType>;
|
|
1339
|
-
/**
|
|
1340
|
-
* @zod.import(["import { coerceToDate } from '../../zod-utils'"]).custom.use(coerceToDate)
|
|
1341
|
-
*/
|
|
1342
|
-
periodStartDate: Timestamp | null;
|
|
1343
|
-
/**
|
|
1344
|
-
* @zod.import(["import { coerceToDate } from '../../zod-utils'"]).custom.use(coerceToDate)
|
|
1345
|
-
*/
|
|
1346
|
-
periodEndDate: Timestamp | null;
|
|
1347
|
-
periodDays: number | null;
|
|
1348
|
-
periodCountCalendarDays: boolean | null;
|
|
1349
|
-
lockTimeZoneToggleOnBookingPage: Generated<boolean>;
|
|
1350
|
-
lockedTimeZone: string | null;
|
|
1351
|
-
requiresConfirmation: Generated<boolean>;
|
|
1352
|
-
requiresConfirmationWillBlockSlot: Generated<boolean>;
|
|
1353
|
-
requiresConfirmationForFreeEmail: Generated<boolean>;
|
|
1354
|
-
requiresBookerEmailVerification: Generated<boolean>;
|
|
1355
|
-
canSendCalVideoTranscriptionEmails: Generated<boolean>;
|
|
1356
|
-
autoTranslateDescriptionEnabled: Generated<boolean>;
|
|
1357
|
-
autoTranslateInstantMeetingTitleEnabled: Generated<boolean>;
|
|
1358
|
-
/**
|
|
1359
|
-
* @zod.import(["import { recurringEventType } from '../../zod-utils'"]).custom.use(recurringEventType)
|
|
1360
|
-
*/
|
|
1361
|
-
recurringEvent: unknown | null;
|
|
1362
|
-
disableGuests: Generated<boolean>;
|
|
1363
|
-
hideCalendarNotes: Generated<boolean>;
|
|
1364
|
-
hideCalendarEventDetails: Generated<boolean>;
|
|
1365
|
-
/**
|
|
1366
|
-
* @zod.number.min(0)
|
|
1367
|
-
*/
|
|
1368
|
-
minimumBookingNotice: Generated<number>;
|
|
1369
|
-
beforeEventBuffer: Generated<number>;
|
|
1370
|
-
afterEventBuffer: Generated<number>;
|
|
1371
|
-
seatsPerTimeSlot: number | null;
|
|
1372
|
-
onlyShowFirstAvailableSlot: Generated<boolean>;
|
|
1373
|
-
showOptimizedSlots: Generated<boolean | null>;
|
|
1374
|
-
disableCancelling: Generated<boolean | null>;
|
|
1375
|
-
disableCancellingScope: Generated<DisableCancelRescheduleScope | null>;
|
|
1376
|
-
disableRescheduling: Generated<boolean | null>;
|
|
1377
|
-
disableReschedulingScope: Generated<DisableCancelRescheduleScope | null>;
|
|
1378
|
-
/**
|
|
1379
|
-
* @zod.number.min(0)
|
|
1380
|
-
*/
|
|
1381
|
-
minimumRescheduleNotice: number | null;
|
|
1382
|
-
seatsShowAttendees: Generated<boolean | null>;
|
|
1383
|
-
seatsShowAvailabilityCount: Generated<boolean | null>;
|
|
1384
|
-
schedulingType: SchedulingType | null;
|
|
1385
|
-
scheduleId: number | null;
|
|
1386
|
-
allowReschedulingCancelledBookings: Generated<boolean | null>;
|
|
1387
|
-
price: Generated<number>;
|
|
1388
|
-
currency: Generated<string>;
|
|
1389
|
-
slotInterval: number | null;
|
|
1390
|
-
/**
|
|
1391
|
-
* @zod.import(["import { EventTypeMetaDataSchema } from '../../zod-utils'"]).custom.use(EventTypeMetaDataSchema)
|
|
1392
|
-
*/
|
|
1393
|
-
metadata: unknown | null;
|
|
1394
|
-
/**
|
|
1395
|
-
* @zod.import(["import { successRedirectUrl } from '../../zod-utils'"]).custom.use(successRedirectUrl)
|
|
1396
|
-
*/
|
|
1397
|
-
successRedirectUrl: string | null;
|
|
1398
|
-
successRedirectUrlUpdatedAt: Timestamp | null;
|
|
1399
|
-
forwardParamsSuccessRedirect: Generated<boolean | null>;
|
|
1400
|
-
/**
|
|
1401
|
-
* @zod.import(["import { successRedirectUrl } from '../../zod-utils'"]).custom.use(successRedirectUrl)
|
|
1402
|
-
*/
|
|
1403
|
-
redirectUrlOnNoRoutingFormResponse: string | null;
|
|
1404
|
-
/**
|
|
1405
|
-
* @zod.import(["import { intervalLimitsType } from '../../zod-utils'"]).custom.use(intervalLimitsType)
|
|
1406
|
-
*/
|
|
1407
|
-
bookingLimits: unknown | null;
|
|
1408
|
-
/**
|
|
1409
|
-
* @zod.import(["import { intervalLimitsType } from '../../zod-utils'"]).custom.use(intervalLimitsType)
|
|
1410
|
-
*/
|
|
1411
|
-
durationLimits: unknown | null;
|
|
1412
|
-
isInstantEvent: Generated<boolean>;
|
|
1413
|
-
instantMeetingExpiryTimeOffsetInSeconds: Generated<number>;
|
|
1414
|
-
instantMeetingScheduleId: number | null;
|
|
1415
|
-
instantMeetingParameters: string[];
|
|
1416
|
-
assignAllTeamMembers: Generated<boolean>;
|
|
1417
|
-
assignRRMembersUsingSegment: Generated<boolean>;
|
|
1418
|
-
/**
|
|
1419
|
-
* @zod.import(["import { rrSegmentQueryValueSchema } from '../../zod-utils'"]).custom.use(rrSegmentQueryValueSchema)
|
|
1420
|
-
*/
|
|
1421
|
-
rrSegmentQueryValue: unknown | null;
|
|
1422
|
-
useEventTypeDestinationCalendarEmail: Generated<boolean>;
|
|
1423
|
-
isRRWeightsEnabled: Generated<boolean>;
|
|
1424
|
-
maxLeadThreshold: number | null;
|
|
1425
|
-
includeNoShowInRRCalculation: Generated<boolean>;
|
|
1426
|
-
allowReschedulingPastBookings: Generated<boolean>;
|
|
1427
|
-
hideOrganizerEmail: Generated<boolean>;
|
|
1428
|
-
maxActiveBookingsPerBooker: number | null;
|
|
1429
|
-
maxActiveBookingPerBookerOfferReschedule: Generated<boolean>;
|
|
1430
|
-
/**
|
|
1431
|
-
* @zod.import(["import { emailSchema } from '../../zod-utils'"]).custom.use(emailSchema)
|
|
1432
|
-
*/
|
|
1433
|
-
customReplyToEmail: string | null;
|
|
1434
|
-
/**
|
|
1435
|
-
* @zod.import(["import { eventTypeColor } from '../../zod-utils'"]).custom.use(eventTypeColor)
|
|
1436
|
-
*/
|
|
1437
|
-
eventTypeColor: unknown | null;
|
|
1438
|
-
rescheduleWithSameRoundRobinHost: Generated<boolean>;
|
|
1439
|
-
disableReassignment: Generated<boolean>;
|
|
1440
|
-
secondaryEmailId: number | null;
|
|
1441
|
-
useBookerTimezone: Generated<boolean>;
|
|
1442
|
-
restrictionScheduleId: number | null;
|
|
1443
|
-
bookingRequiresAuthentication: Generated<boolean>;
|
|
1444
|
-
rrHostSubsetEnabled: Generated<boolean>;
|
|
1445
|
-
requiresCancellationReason: Generated<CancellationReasonRequirement | null>;
|
|
1446
|
-
enablePerHostLocations: Generated<boolean>;
|
|
1447
|
-
shouldMergePhoneSystemFields: boolean | null;
|
|
1448
|
-
uuid: Generated<string | null>;
|
|
1449
|
-
createdAt: Generated<Timestamp | null>;
|
|
1450
|
-
updatedAt: Timestamp | null;
|
|
1451
|
-
};
|
|
1452
|
-
export type EventTypeCustomInput = {
|
|
1453
|
-
id: Generated<number>;
|
|
1454
|
-
eventTypeId: number;
|
|
1455
|
-
label: string;
|
|
1456
|
-
type: EventTypeCustomInputType;
|
|
1457
|
-
/**
|
|
1458
|
-
* @zod.import(["import { customInputOptionSchema } from '../../zod-utils'"]).custom.use(customInputOptionSchema)
|
|
1459
|
-
*/
|
|
1460
|
-
options: unknown | null;
|
|
1461
|
-
required: boolean;
|
|
1462
|
-
placeholder: Generated<string>;
|
|
1463
|
-
};
|
|
1464
|
-
export type EventTypeTranslation = {
|
|
1465
|
-
uid: string;
|
|
1466
|
-
eventTypeId: number;
|
|
1467
|
-
field: EventTypeAutoTranslatedField;
|
|
1468
|
-
sourceLocale: string;
|
|
1469
|
-
targetLocale: string;
|
|
1470
|
-
translatedText: string;
|
|
1471
|
-
createdAt: Generated<Timestamp>;
|
|
1472
|
-
createdBy: number;
|
|
1473
|
-
updatedAt: Timestamp;
|
|
1474
|
-
updatedBy: number | null;
|
|
1475
|
-
};
|
|
1476
|
-
export type Experiment = {
|
|
1477
|
-
slug: string;
|
|
1478
|
-
label: string | null;
|
|
1479
|
-
description: string | null;
|
|
1480
|
-
status: Generated<ExperimentStatus>;
|
|
1481
|
-
winner: string | null;
|
|
1482
|
-
startedAt: Timestamp | null;
|
|
1483
|
-
stoppedAt: Timestamp | null;
|
|
1484
|
-
createdAt: Generated<Timestamp>;
|
|
1485
|
-
updatedAt: Timestamp;
|
|
1486
|
-
createdById: number | null;
|
|
1487
|
-
updatedById: number | null;
|
|
1488
|
-
};
|
|
1489
|
-
export type ExperimentVariant = {
|
|
1490
|
-
experimentSlug: string;
|
|
1491
|
-
variantSlug: string;
|
|
1492
|
-
label: string | null;
|
|
1493
|
-
weight: number;
|
|
1494
|
-
createdById: number | null;
|
|
1495
|
-
updatedById: number | null;
|
|
1496
|
-
};
|
|
1497
|
-
export type ExternalAvatar = {
|
|
1498
|
-
email: string;
|
|
1499
|
-
imageUrl: string | null;
|
|
1500
|
-
createdAt: Generated<Timestamp>;
|
|
1501
|
-
};
|
|
1502
|
-
export type Feature = {
|
|
1503
|
-
slug: string;
|
|
1504
|
-
enabled: Generated<boolean>;
|
|
1505
|
-
description: string | null;
|
|
1506
|
-
type: Generated<FeatureType | null>;
|
|
1507
|
-
stale: Generated<boolean | null>;
|
|
1508
|
-
lastUsedAt: Timestamp | null;
|
|
1509
|
-
createdAt: Generated<Timestamp | null>;
|
|
1510
|
-
updatedAt: Generated<Timestamp | null>;
|
|
1511
|
-
updatedBy: number | null;
|
|
1512
|
-
};
|
|
1513
|
-
export type Feedback = {
|
|
1514
|
-
id: Generated<number>;
|
|
1515
|
-
date: Generated<Timestamp>;
|
|
1516
|
-
userId: number;
|
|
1517
|
-
rating: string;
|
|
1518
|
-
comment: string | null;
|
|
1519
|
-
};
|
|
1520
|
-
export type FilterSegment = {
|
|
1521
|
-
id: Generated<number>;
|
|
1522
|
-
name: string;
|
|
1523
|
-
tableIdentifier: string;
|
|
1524
|
-
scope: FilterSegmentScope;
|
|
1525
|
-
activeFilters: unknown | null;
|
|
1526
|
-
sorting: unknown | null;
|
|
1527
|
-
columnVisibility: unknown | null;
|
|
1528
|
-
columnSizing: unknown | null;
|
|
1529
|
-
perPage: number;
|
|
1530
|
-
searchTerm: string | null;
|
|
1531
|
-
createdAt: Generated<Timestamp>;
|
|
1532
|
-
updatedAt: Timestamp;
|
|
1533
|
-
userId: number;
|
|
1534
|
-
teamId: number | null;
|
|
1535
|
-
};
|
|
1536
|
-
export type HashedLink = {
|
|
1537
|
-
id: Generated<number>;
|
|
1538
|
-
link: string;
|
|
1539
|
-
eventTypeId: number;
|
|
1540
|
-
expiresAt: Timestamp | null;
|
|
1541
|
-
maxUsageCount: Generated<number>;
|
|
1542
|
-
usageCount: Generated<number>;
|
|
1543
|
-
};
|
|
1544
|
-
export type HolidayCache = {
|
|
1545
|
-
id: string;
|
|
1546
|
-
countryCode: string;
|
|
1547
|
-
calendarId: string;
|
|
1548
|
-
eventId: string;
|
|
1549
|
-
name: string;
|
|
1550
|
-
date: Timestamp;
|
|
1551
|
-
year: number;
|
|
1552
|
-
createdAt: Generated<Timestamp>;
|
|
1553
|
-
updatedAt: Timestamp;
|
|
1554
|
-
};
|
|
1555
|
-
export type Host = {
|
|
1556
|
-
userId: number;
|
|
1557
|
-
eventTypeId: number;
|
|
1558
|
-
isFixed: Generated<boolean>;
|
|
1559
|
-
priority: number | null;
|
|
1560
|
-
weight: number | null;
|
|
1561
|
-
weightAdjustment: number | null;
|
|
1562
|
-
scheduleId: number | null;
|
|
1563
|
-
createdAt: Generated<Timestamp>;
|
|
1564
|
-
groupId: string | null;
|
|
1565
|
-
memberId: number | null;
|
|
1566
|
-
};
|
|
1567
|
-
export type HostGroup = {
|
|
1568
|
-
id: string;
|
|
1569
|
-
name: string;
|
|
1570
|
-
eventTypeId: number | null;
|
|
1571
|
-
createdAt: Generated<Timestamp>;
|
|
1572
|
-
updatedAt: Timestamp;
|
|
1573
|
-
};
|
|
1574
|
-
export type HostLocation = {
|
|
1575
|
-
id: string;
|
|
1576
|
-
userId: number;
|
|
1577
|
-
eventTypeId: number;
|
|
1578
|
-
type: string;
|
|
1579
|
-
credentialId: number | null;
|
|
1580
|
-
link: string | null;
|
|
1581
|
-
address: string | null;
|
|
1582
|
-
phoneNumber: string | null;
|
|
1583
|
-
createdAt: Generated<Timestamp>;
|
|
1584
|
-
updatedAt: Timestamp;
|
|
1585
|
-
};
|
|
1586
|
-
export type Impersonations = {
|
|
1587
|
-
id: Generated<number>;
|
|
1588
|
-
createdAt: Generated<Timestamp>;
|
|
1589
|
-
impersonatedUserId: number;
|
|
1590
|
-
impersonatedById: number;
|
|
1591
|
-
};
|
|
1592
|
-
export type InstantMeetingToken = {
|
|
1593
|
-
id: Generated<number>;
|
|
1594
|
-
token: string;
|
|
1595
|
-
expires: Timestamp;
|
|
1596
|
-
teamId: number;
|
|
1597
|
-
bookingId: number | null;
|
|
1598
|
-
createdAt: Generated<Timestamp>;
|
|
1599
|
-
updatedAt: Timestamp;
|
|
1600
|
-
};
|
|
1601
|
-
export type IntegrationAttributeSync = {
|
|
1602
|
-
id: string;
|
|
1603
|
-
organizationId: number;
|
|
1604
|
-
name: string;
|
|
1605
|
-
integration: string;
|
|
1606
|
-
credentialId: number | null;
|
|
1607
|
-
enabled: boolean;
|
|
1608
|
-
createdAt: Generated<Timestamp>;
|
|
1609
|
-
updatedAt: Timestamp;
|
|
1610
|
-
};
|
|
1611
|
-
export type InternalNotePreset = {
|
|
1612
|
-
id: Generated<number>;
|
|
1613
|
-
name: string;
|
|
1614
|
-
cancellationReason: string | null;
|
|
1615
|
-
teamId: number;
|
|
1616
|
-
createdAt: Generated<Timestamp>;
|
|
1617
|
-
};
|
|
1618
|
-
export type ManagedOrganization = {
|
|
1619
|
-
managedOrganizationId: number;
|
|
1620
|
-
managerOrganizationId: number;
|
|
1621
|
-
createdAt: Generated<Timestamp>;
|
|
1622
|
-
};
|
|
1623
|
-
export type Membership = {
|
|
1624
|
-
id: Generated<number>;
|
|
1625
|
-
teamId: number;
|
|
1626
|
-
userId: number;
|
|
1627
|
-
accepted: Generated<boolean>;
|
|
1628
|
-
role: MembershipRole;
|
|
1629
|
-
customRoleId: string | null;
|
|
1630
|
-
disableImpersonation: Generated<boolean>;
|
|
1631
|
-
createdAt: Generated<Timestamp | null>;
|
|
1632
|
-
updatedAt: Timestamp | null;
|
|
1633
|
-
};
|
|
1634
|
-
export type MonthlyProration = {
|
|
1635
|
-
id: string;
|
|
1636
|
-
teamId: number;
|
|
1637
|
-
monthKey: string;
|
|
1638
|
-
periodStart: Timestamp;
|
|
1639
|
-
periodEnd: Timestamp;
|
|
1640
|
-
seatsAtStart: number;
|
|
1641
|
-
seatsAdded: number;
|
|
1642
|
-
seatsRemoved: number;
|
|
1643
|
-
netSeatIncrease: number;
|
|
1644
|
-
seatsAtEnd: number;
|
|
1645
|
-
subscriptionId: string;
|
|
1646
|
-
subscriptionItemId: string;
|
|
1647
|
-
customerId: string;
|
|
1648
|
-
subscriptionStart: Timestamp;
|
|
1649
|
-
subscriptionEnd: Timestamp;
|
|
1650
|
-
remainingDays: number;
|
|
1651
|
-
pricePerSeat: number;
|
|
1652
|
-
proratedAmount: number;
|
|
1653
|
-
invoiceItemId: string | null;
|
|
1654
|
-
invoiceId: string | null;
|
|
1655
|
-
invoiceUrl: string | null;
|
|
1656
|
-
status: Generated<ProrationStatus>;
|
|
1657
|
-
chargedAt: Timestamp | null;
|
|
1658
|
-
failedAt: Timestamp | null;
|
|
1659
|
-
failureReason: string | null;
|
|
1660
|
-
retryCount: Generated<number>;
|
|
1661
|
-
metadata: unknown | null;
|
|
1662
|
-
createdAt: Generated<Timestamp>;
|
|
1663
|
-
updatedAt: Timestamp;
|
|
1664
|
-
teamBillingId: string | null;
|
|
1665
|
-
organizationBillingId: string | null;
|
|
1666
|
-
};
|
|
1667
|
-
export type NotificationPreference = {
|
|
1668
|
-
id: Generated<number>;
|
|
1669
|
-
targetType: NotificationPreferenceTargetType;
|
|
1670
|
-
targetId: number;
|
|
1671
|
-
key: string;
|
|
1672
|
-
booleanValue: boolean;
|
|
1673
|
-
createdAt: Generated<Timestamp>;
|
|
1674
|
-
updatedAt: Timestamp;
|
|
1675
|
-
};
|
|
1676
|
-
export type NotificationsSubscriptions = {
|
|
1677
|
-
id: Generated<number>;
|
|
1678
|
-
userId: number;
|
|
1679
|
-
subscription: string;
|
|
1680
|
-
type: Generated<NotificationSubscriptionType>;
|
|
1681
|
-
platform: Generated<NotificationPlatform>;
|
|
1682
|
-
identifier: string;
|
|
1683
|
-
deviceId: string | null;
|
|
1684
|
-
lastSeenAt: Timestamp | null;
|
|
1685
|
-
createdAt: Generated<Timestamp>;
|
|
1686
|
-
updatedAt: Timestamp;
|
|
1687
|
-
};
|
|
1688
|
-
export type OAuthAuthorization = {
|
|
1689
|
-
id: Generated<number>;
|
|
1690
|
-
userId: number;
|
|
1691
|
-
clientId: string;
|
|
1692
|
-
scopes: AccessScope[];
|
|
1693
|
-
createdAt: Generated<Timestamp>;
|
|
1694
|
-
lastRefreshedAt: Timestamp | null;
|
|
1695
|
-
};
|
|
1696
|
-
export type OAuthClient = {
|
|
1697
|
-
clientId: string;
|
|
1698
|
-
redirectUris: string[];
|
|
1699
|
-
clientType: Generated<OAuthClientType>;
|
|
1700
|
-
name: string;
|
|
1701
|
-
purpose: string | null;
|
|
1702
|
-
logo: string | null;
|
|
1703
|
-
websiteUrl: string | null;
|
|
1704
|
-
rejectionReason: string | null;
|
|
1705
|
-
isTrusted: Generated<boolean>;
|
|
1706
|
-
status: Generated<OAuthClientStatus>;
|
|
1707
|
-
userId: number | null;
|
|
1708
|
-
scopes: AccessScope[];
|
|
1709
|
-
createdAt: Generated<Timestamp>;
|
|
1710
|
-
};
|
|
1711
|
-
export type OAuthClientSecret = {
|
|
1712
|
-
id: Generated<number>;
|
|
1713
|
-
hashedSecret: string;
|
|
1714
|
-
secretHint: string;
|
|
1715
|
-
clientId: string;
|
|
1716
|
-
createdAt: Generated<Timestamp>;
|
|
1717
|
-
};
|
|
1718
|
-
export type OAuthRefreshToken = {
|
|
1719
|
-
id: Generated<number>;
|
|
1720
|
-
secret: string;
|
|
1721
|
-
clientId: string;
|
|
1722
|
-
userId: number | null;
|
|
1723
|
-
teamId: number | null;
|
|
1724
|
-
expiresAt: Timestamp;
|
|
1725
|
-
createdAt: Generated<Timestamp>;
|
|
1726
|
-
};
|
|
1727
|
-
export type OrganizationBilling = {
|
|
1728
|
-
id: string;
|
|
1729
|
-
teamId: number;
|
|
1730
|
-
subscriptionId: string;
|
|
1731
|
-
subscriptionItemId: string;
|
|
1732
|
-
customerId: string;
|
|
1733
|
-
status: string;
|
|
1734
|
-
planName: string;
|
|
1735
|
-
subscriptionStart: Timestamp | null;
|
|
1736
|
-
subscriptionTrialEnd: Timestamp | null;
|
|
1737
|
-
subscriptionEnd: Timestamp | null;
|
|
1738
|
-
billingPeriod: BillingPeriod | null;
|
|
1739
|
-
billingMode: Generated<BillingMode>;
|
|
1740
|
-
pricePerSeat: number | null;
|
|
1741
|
-
paidSeats: number | null;
|
|
1742
|
-
minSeats: number | null;
|
|
1743
|
-
highWaterMark: number | null;
|
|
1744
|
-
highWaterMarkPeriodStart: Timestamp | null;
|
|
1745
|
-
createdAt: Generated<Timestamp>;
|
|
1746
|
-
updatedAt: Timestamp;
|
|
1747
|
-
};
|
|
1748
|
-
export type OrganizationDunningStatus = {
|
|
1749
|
-
id: string;
|
|
1750
|
-
organizationBillingId: string;
|
|
1751
|
-
status: Generated<DunningStatus>;
|
|
1752
|
-
firstFailedAt: Timestamp | null;
|
|
1753
|
-
lastFailedAt: Timestamp | null;
|
|
1754
|
-
resolvedAt: Timestamp | null;
|
|
1755
|
-
subscriptionId: string | null;
|
|
1756
|
-
failedInvoiceId: string | null;
|
|
1757
|
-
invoiceUrl: string | null;
|
|
1758
|
-
failureReason: string | null;
|
|
1759
|
-
notificationsSent: Generated<number>;
|
|
1760
|
-
createdAt: Generated<Timestamp>;
|
|
1761
|
-
updatedAt: Timestamp;
|
|
1762
|
-
};
|
|
1763
|
-
export type OrganizationOnboarding = {
|
|
1764
|
-
id: string;
|
|
1765
|
-
createdById: number;
|
|
1766
|
-
createdAt: Generated<Timestamp>;
|
|
1767
|
-
orgOwnerEmail: string;
|
|
1768
|
-
error: string | null;
|
|
1769
|
-
updatedAt: Timestamp;
|
|
1770
|
-
organizationId: number | null;
|
|
1771
|
-
billingPeriod: BillingPeriod;
|
|
1772
|
-
billingMode: Generated<BillingMode>;
|
|
1773
|
-
pricePerSeat: number;
|
|
1774
|
-
seats: number;
|
|
1775
|
-
minSeats: number | null;
|
|
1776
|
-
isPlatform: Generated<boolean>;
|
|
1777
|
-
name: string;
|
|
1778
|
-
slug: string;
|
|
1779
|
-
logo: string | null;
|
|
1780
|
-
bio: string | null;
|
|
1781
|
-
brandColor: string | null;
|
|
1782
|
-
bannerUrl: string | null;
|
|
1783
|
-
isDomainConfigured: Generated<boolean>;
|
|
1784
|
-
stripeCustomerId: string | null;
|
|
1785
|
-
stripeSubscriptionId: string | null;
|
|
1786
|
-
stripeSubscriptionItemId: string | null;
|
|
1787
|
-
/**
|
|
1788
|
-
* @zod.import(["import { orgOnboardingInvitedMembersSchema } from '../../zod-utils'"]).custom.use(orgOnboardingInvitedMembersSchema)
|
|
1789
|
-
*/
|
|
1790
|
-
invitedMembers: Generated<unknown>;
|
|
1791
|
-
/**
|
|
1792
|
-
* @zod.import(["import { orgOnboardingTeamsSchema } from '../../zod-utils'"]).custom.use(orgOnboardingTeamsSchema)
|
|
1793
|
-
*/
|
|
1794
|
-
teams: Generated<unknown>;
|
|
1795
|
-
isComplete: Generated<boolean>;
|
|
1796
|
-
};
|
|
1797
|
-
export type OrganizationSettings = {
|
|
1798
|
-
id: Generated<number>;
|
|
1799
|
-
organizationId: number;
|
|
1800
|
-
isOrganizationConfigured: Generated<boolean>;
|
|
1801
|
-
isOrganizationVerified: Generated<boolean>;
|
|
1802
|
-
orgAutoAcceptEmail: string;
|
|
1803
|
-
lockEventTypeCreationForUsers: Generated<boolean>;
|
|
1804
|
-
adminGetsNoSlotsNotification: Generated<boolean>;
|
|
1805
|
-
isAdminReviewed: Generated<boolean>;
|
|
1806
|
-
isAdminAPIEnabled: Generated<boolean>;
|
|
1807
|
-
allowSEOIndexing: Generated<boolean>;
|
|
1808
|
-
orgProfileRedirectsToVerifiedDomain: Generated<boolean>;
|
|
1809
|
-
disablePhoneOnlySMSNotifications: Generated<boolean>;
|
|
1810
|
-
disableAutofillOnBookingPage: Generated<boolean>;
|
|
1811
|
-
orgAutoJoinOnSignup: Generated<boolean>;
|
|
1812
|
-
disableAttendeeConfirmationEmail: Generated<boolean>;
|
|
1813
|
-
disableAttendeeCancellationEmail: Generated<boolean>;
|
|
1814
|
-
disableAttendeeRescheduledEmail: Generated<boolean>;
|
|
1815
|
-
disableAttendeeRequestEmail: Generated<boolean>;
|
|
1816
|
-
disableAttendeeReassignedEmail: Generated<boolean>;
|
|
1817
|
-
disableAttendeeAwaitingPaymentEmail: Generated<boolean>;
|
|
1818
|
-
disableAttendeeRescheduleRequestEmail: Generated<boolean>;
|
|
1819
|
-
disableAttendeeLocationChangeEmail: Generated<boolean>;
|
|
1820
|
-
disableAttendeeNewEventEmail: Generated<boolean>;
|
|
1821
|
-
disableAttendeeCalVideoRecordingEmail: Generated<boolean>;
|
|
1822
|
-
skipCrmOnBookingReport: Generated<boolean>;
|
|
1823
|
-
};
|
|
1824
|
-
export type OutOfOfficeEntry = {
|
|
1825
|
-
id: Generated<number>;
|
|
1826
|
-
uuid: string;
|
|
1827
|
-
start: Timestamp;
|
|
1828
|
-
end: Timestamp;
|
|
1829
|
-
notes: string | null;
|
|
1830
|
-
showNotePublicly: Generated<boolean>;
|
|
1831
|
-
userId: number;
|
|
1832
|
-
toUserId: number | null;
|
|
1833
|
-
reasonId: number | null;
|
|
1834
|
-
createdAt: Generated<Timestamp>;
|
|
1835
|
-
updatedAt: Timestamp;
|
|
1836
|
-
};
|
|
1837
|
-
export type OutOfOfficeReason = {
|
|
1838
|
-
id: Generated<number>;
|
|
1839
|
-
emoji: string;
|
|
1840
|
-
reason: string;
|
|
1841
|
-
enabled: Generated<boolean>;
|
|
1842
|
-
userId: number | null;
|
|
1843
|
-
};
|
|
1844
|
-
export type Payment = {
|
|
1845
|
-
id: Generated<number>;
|
|
1846
|
-
uid: string;
|
|
1847
|
-
appId: string | null;
|
|
1848
|
-
bookingId: number;
|
|
1849
|
-
amount: number;
|
|
1850
|
-
fee: number;
|
|
1851
|
-
currency: string;
|
|
1852
|
-
success: boolean;
|
|
1853
|
-
refunded: boolean;
|
|
1854
|
-
data: unknown;
|
|
1855
|
-
externalId: string;
|
|
1856
|
-
paymentOption: Generated<PaymentOption | null>;
|
|
1857
|
-
};
|
|
1858
|
-
export type PendingRoutingTrace = {
|
|
1859
|
-
id: string;
|
|
1860
|
-
createdAt: Generated<Timestamp>;
|
|
1861
|
-
trace: unknown;
|
|
1862
|
-
formResponseId: number | null;
|
|
1863
|
-
queuedFormResponseId: string | null;
|
|
1864
|
-
};
|
|
1865
|
-
export type PlatformAuthorizationToken = {
|
|
1866
|
-
id: string;
|
|
1867
|
-
platformOAuthClientId: string;
|
|
1868
|
-
userId: number;
|
|
1869
|
-
createdAt: Generated<Timestamp>;
|
|
1870
|
-
};
|
|
1871
|
-
export type PlatformBilling = {
|
|
1872
|
-
id: number;
|
|
1873
|
-
customerId: string;
|
|
1874
|
-
subscriptionId: string | null;
|
|
1875
|
-
priceId: string | null;
|
|
1876
|
-
plan: Generated<string>;
|
|
1877
|
-
billingCycleStart: number | null;
|
|
1878
|
-
billingCycleEnd: number | null;
|
|
1879
|
-
overdue: Generated<boolean | null>;
|
|
1880
|
-
managerBillingId: number | null;
|
|
1881
|
-
};
|
|
1882
|
-
export type PlatformOAuthClient = {
|
|
1883
|
-
id: string;
|
|
1884
|
-
name: string;
|
|
1885
|
-
secret: string;
|
|
1886
|
-
permissions: number;
|
|
1887
|
-
logo: string | null;
|
|
1888
|
-
redirectUris: string[];
|
|
1889
|
-
organizationId: number;
|
|
1890
|
-
bookingRedirectUri: string | null;
|
|
1891
|
-
bookingCancelRedirectUri: string | null;
|
|
1892
|
-
bookingRescheduleRedirectUri: string | null;
|
|
1893
|
-
areEmailsEnabled: Generated<boolean>;
|
|
1894
|
-
areDefaultEventTypesEnabled: Generated<boolean>;
|
|
1895
|
-
areCalendarEventsEnabled: Generated<boolean>;
|
|
1896
|
-
createdAt: Generated<Timestamp>;
|
|
1897
|
-
};
|
|
1898
|
-
export type PlatformOAuthClientToUser = {
|
|
1899
|
-
A: string;
|
|
1900
|
-
B: number;
|
|
1901
|
-
};
|
|
1902
|
-
export type Profile = {
|
|
1903
|
-
id: Generated<number>;
|
|
1904
|
-
uid: string;
|
|
1905
|
-
userId: number;
|
|
1906
|
-
organizationId: number;
|
|
1907
|
-
username: string;
|
|
1908
|
-
createdAt: Generated<Timestamp>;
|
|
1909
|
-
updatedAt: Timestamp;
|
|
1910
|
-
};
|
|
1911
|
-
export type RateLimit = {
|
|
1912
|
-
id: string;
|
|
1913
|
-
name: string;
|
|
1914
|
-
apiKeyId: string;
|
|
1915
|
-
ttl: number;
|
|
1916
|
-
limit: number;
|
|
1917
|
-
blockDuration: number;
|
|
1918
|
-
createdAt: Generated<Timestamp>;
|
|
1919
|
-
updatedAt: Timestamp;
|
|
1920
|
-
};
|
|
1921
|
-
export type RefreshToken = {
|
|
1922
|
-
id: Generated<number>;
|
|
1923
|
-
secret: string;
|
|
1924
|
-
createdAt: Generated<Timestamp>;
|
|
1925
|
-
expiresAt: Timestamp;
|
|
1926
|
-
platformOAuthClientId: string;
|
|
1927
|
-
userId: number;
|
|
1928
|
-
};
|
|
1929
|
-
export type ReminderMail = {
|
|
1930
|
-
id: Generated<number>;
|
|
1931
|
-
referenceId: number;
|
|
1932
|
-
reminderType: ReminderType;
|
|
1933
|
-
elapsedMinutes: number;
|
|
1934
|
-
createdAt: Generated<Timestamp>;
|
|
1935
|
-
};
|
|
1936
|
-
export type ResetPasswordRequest = {
|
|
1937
|
-
id: string;
|
|
1938
|
-
createdAt: Generated<Timestamp>;
|
|
1939
|
-
updatedAt: Timestamp;
|
|
1940
|
-
email: string;
|
|
1941
|
-
expires: Timestamp;
|
|
1942
|
-
};
|
|
1943
|
-
export type Role = {
|
|
1944
|
-
id: string;
|
|
1945
|
-
name: string;
|
|
1946
|
-
color: string | null;
|
|
1947
|
-
description: string | null;
|
|
1948
|
-
teamId: number | null;
|
|
1949
|
-
createdAt: Generated<Timestamp>;
|
|
1950
|
-
updatedAt: Timestamp;
|
|
1951
|
-
type: Generated<RoleType>;
|
|
1952
|
-
};
|
|
1953
|
-
export type RolePermission = {
|
|
1954
|
-
id: string;
|
|
1955
|
-
roleId: string;
|
|
1956
|
-
resource: string;
|
|
1957
|
-
action: string;
|
|
1958
|
-
createdAt: Generated<Timestamp>;
|
|
1959
|
-
};
|
|
1960
|
-
export type RoutingFormResponse = {
|
|
1961
|
-
id: number;
|
|
1962
|
-
response: unknown;
|
|
1963
|
-
responseLowercase: unknown;
|
|
1964
|
-
formId: string;
|
|
1965
|
-
formName: string;
|
|
1966
|
-
formTeamId: number | null;
|
|
1967
|
-
formUserId: number | null;
|
|
1968
|
-
bookingUid: string | null;
|
|
1969
|
-
bookingStatus: BookingStatus | null;
|
|
1970
|
-
bookingStatusOrder: number | null;
|
|
1971
|
-
bookingCreatedAt: Timestamp | null;
|
|
1972
|
-
bookingAttendees: unknown | null;
|
|
1973
|
-
bookingUserId: number | null;
|
|
1974
|
-
bookingUserName: string | null;
|
|
1975
|
-
bookingUserEmail: string | null;
|
|
1976
|
-
bookingUserAvatarUrl: string | null;
|
|
1977
|
-
bookingAssignmentReason: string | null;
|
|
1978
|
-
bookingAssignmentReasonLowercase: string | null;
|
|
1979
|
-
bookingStartTime: Timestamp | null;
|
|
1980
|
-
bookingEndTime: Timestamp | null;
|
|
1981
|
-
createdAt: Timestamp;
|
|
1982
|
-
utm_source: string | null;
|
|
1983
|
-
utm_medium: string | null;
|
|
1984
|
-
utm_campaign: string | null;
|
|
1985
|
-
utm_term: string | null;
|
|
1986
|
-
utm_content: string | null;
|
|
1987
|
-
};
|
|
1988
|
-
export type RoutingFormResponseDenormalized = {
|
|
1989
|
-
id: number;
|
|
1990
|
-
uuid: string | null;
|
|
1991
|
-
formId: string;
|
|
1992
|
-
formName: string;
|
|
1993
|
-
formTeamId: number | null;
|
|
1994
|
-
formUserId: number;
|
|
1995
|
-
bookingUid: string | null;
|
|
1996
|
-
bookingId: number | null;
|
|
1997
|
-
bookingStatus: BookingStatus | null;
|
|
1998
|
-
bookingStatusOrder: number | null;
|
|
1999
|
-
bookingCreatedAt: Timestamp | null;
|
|
2000
|
-
bookingStartTime: Timestamp | null;
|
|
2001
|
-
bookingEndTime: Timestamp | null;
|
|
2002
|
-
bookingUserId: number | null;
|
|
2003
|
-
bookingUserName: string | null;
|
|
2004
|
-
bookingUserEmail: string | null;
|
|
2005
|
-
bookingUserAvatarUrl: string | null;
|
|
2006
|
-
bookingAssignmentReason: string | null;
|
|
2007
|
-
eventTypeId: number | null;
|
|
2008
|
-
eventTypeParentId: number | null;
|
|
2009
|
-
eventTypeSchedulingType: string | null;
|
|
2010
|
-
createdAt: Timestamp;
|
|
2011
|
-
utm_source: string | null;
|
|
2012
|
-
utm_medium: string | null;
|
|
2013
|
-
utm_campaign: string | null;
|
|
2014
|
-
utm_term: string | null;
|
|
2015
|
-
utm_content: string | null;
|
|
2016
|
-
};
|
|
2017
|
-
export type RoutingFormResponseField = {
|
|
2018
|
-
id: Generated<number>;
|
|
2019
|
-
responseId: number;
|
|
2020
|
-
fieldId: string;
|
|
2021
|
-
valueString: string | null;
|
|
2022
|
-
valueNumber: string | null;
|
|
2023
|
-
valueStringArray: string[];
|
|
2024
|
-
};
|
|
2025
|
-
export type RoutingTrace = {
|
|
2026
|
-
id: string;
|
|
2027
|
-
createdAt: Generated<Timestamp>;
|
|
2028
|
-
trace: unknown;
|
|
2029
|
-
formResponseId: number | null;
|
|
2030
|
-
queuedFormResponseId: string | null;
|
|
2031
|
-
bookingUid: string | null;
|
|
2032
|
-
assignmentReasonId: number | null;
|
|
2033
|
-
};
|
|
2034
|
-
export type Schedule = {
|
|
2035
|
-
id: Generated<number>;
|
|
2036
|
-
userId: number;
|
|
2037
|
-
name: string;
|
|
2038
|
-
timeZone: string | null;
|
|
2039
|
-
};
|
|
2040
|
-
export type SeatChangeLog = {
|
|
2041
|
-
id: string;
|
|
2042
|
-
teamId: number;
|
|
2043
|
-
changeType: SeatChangeType;
|
|
2044
|
-
seatCount: number;
|
|
2045
|
-
userId: number | null;
|
|
2046
|
-
triggeredBy: number | null;
|
|
2047
|
-
changeDate: Generated<Timestamp>;
|
|
2048
|
-
monthKey: string;
|
|
2049
|
-
operationId: string | null;
|
|
2050
|
-
processedInProrationId: string | null;
|
|
2051
|
-
metadata: unknown | null;
|
|
2052
|
-
createdAt: Generated<Timestamp>;
|
|
2053
|
-
teamBillingId: string | null;
|
|
2054
|
-
organizationBillingId: string | null;
|
|
2055
|
-
};
|
|
2056
|
-
export type SecondaryEmail = {
|
|
2057
|
-
id: Generated<number>;
|
|
2058
|
-
userId: number;
|
|
2059
|
-
email: string;
|
|
2060
|
-
emailVerified: Timestamp | null;
|
|
2061
|
-
};
|
|
2062
|
-
export type SelectedCalendar = {
|
|
2063
|
-
id: string;
|
|
2064
|
-
userId: number;
|
|
2065
|
-
integration: string;
|
|
2066
|
-
externalId: string;
|
|
2067
|
-
credentialId: number | null;
|
|
2068
|
-
createdAt: Generated<Timestamp | null>;
|
|
2069
|
-
updatedAt: Timestamp | null;
|
|
2070
|
-
googleChannelId: string | null;
|
|
2071
|
-
googleChannelKind: string | null;
|
|
2072
|
-
googleChannelResourceId: string | null;
|
|
2073
|
-
googleChannelResourceUri: string | null;
|
|
2074
|
-
googleChannelExpiration: string | null;
|
|
2075
|
-
channelId: string | null;
|
|
2076
|
-
channelKind: string | null;
|
|
2077
|
-
channelResourceId: string | null;
|
|
2078
|
-
channelResourceUri: string | null;
|
|
2079
|
-
channelExpiration: Timestamp | null;
|
|
2080
|
-
syncSubscribedAt: Timestamp | null;
|
|
2081
|
-
syncSubscribedErrorAt: Timestamp | null;
|
|
2082
|
-
syncSubscribedErrorCount: Generated<number>;
|
|
2083
|
-
syncToken: string | null;
|
|
2084
|
-
syncedAt: Timestamp | null;
|
|
2085
|
-
syncErrorAt: Timestamp | null;
|
|
2086
|
-
syncErrorCount: Generated<number | null>;
|
|
2087
|
-
lastWebhookReceivedAt: Timestamp | null;
|
|
2088
|
-
delegationCredentialId: string | null;
|
|
2089
|
-
domainWideDelegationCredentialId: string | null;
|
|
2090
|
-
error: string | null;
|
|
2091
|
-
lastErrorAt: Timestamp | null;
|
|
2092
|
-
watchAttempts: Generated<number>;
|
|
2093
|
-
unwatchAttempts: Generated<number>;
|
|
2094
|
-
maxAttempts: Generated<number>;
|
|
2095
|
-
eventTypeId: number | null;
|
|
2096
|
-
};
|
|
2097
|
-
export type SelectedSlots = {
|
|
2098
|
-
id: Generated<number>;
|
|
2099
|
-
eventTypeId: number;
|
|
2100
|
-
userId: number;
|
|
2101
|
-
slotUtcStartDate: Timestamp;
|
|
2102
|
-
slotUtcEndDate: Timestamp;
|
|
2103
|
-
uid: string;
|
|
2104
|
-
releaseAt: Timestamp;
|
|
2105
|
-
isSeat: Generated<boolean>;
|
|
2106
|
-
};
|
|
2107
|
-
export type Session = {
|
|
2108
|
-
id: string;
|
|
2109
|
-
sessionToken: string;
|
|
2110
|
-
userId: number;
|
|
2111
|
-
expires: Timestamp;
|
|
2112
|
-
};
|
|
2113
|
-
export type SmtpConfiguration = {
|
|
2114
|
-
id: Generated<number>;
|
|
2115
|
-
teamId: number;
|
|
2116
|
-
fromEmail: string;
|
|
2117
|
-
fromName: string;
|
|
2118
|
-
smtpHost: string;
|
|
2119
|
-
smtpPort: number;
|
|
2120
|
-
smtpUser: string;
|
|
2121
|
-
smtpPassword: string;
|
|
2122
|
-
smtpSecure: Generated<boolean>;
|
|
2123
|
-
createdAt: Generated<Timestamp>;
|
|
2124
|
-
updatedAt: Timestamp;
|
|
2125
|
-
};
|
|
2126
|
-
export type Task = {
|
|
2127
|
-
id: string;
|
|
2128
|
-
createdAt: Generated<Timestamp>;
|
|
2129
|
-
updatedAt: Timestamp;
|
|
2130
|
-
scheduledAt: Generated<Timestamp>;
|
|
2131
|
-
succeededAt: Timestamp | null;
|
|
2132
|
-
type: string;
|
|
2133
|
-
payload: string;
|
|
2134
|
-
attempts: Generated<number>;
|
|
2135
|
-
maxAttempts: Generated<number>;
|
|
2136
|
-
lastError: string | null;
|
|
2137
|
-
lastFailedAttemptAt: Timestamp | null;
|
|
2138
|
-
referenceUid: string | null;
|
|
2139
|
-
};
|
|
2140
|
-
export type Team = {
|
|
2141
|
-
id: Generated<number>;
|
|
2142
|
-
/**
|
|
2143
|
-
* @zod.string.min(1)
|
|
2144
|
-
*/
|
|
2145
|
-
name: string;
|
|
2146
|
-
/**
|
|
2147
|
-
* @zod.string.min(1)
|
|
2148
|
-
*/
|
|
2149
|
-
slug: string | null;
|
|
2150
|
-
logoUrl: string | null;
|
|
2151
|
-
calVideoLogo: string | null;
|
|
2152
|
-
appLogo: string | null;
|
|
2153
|
-
appIconLogo: string | null;
|
|
2154
|
-
bio: string | null;
|
|
2155
|
-
hideBranding: Generated<boolean>;
|
|
2156
|
-
hideTeamProfileLink: Generated<boolean>;
|
|
2157
|
-
isPrivate: Generated<boolean>;
|
|
2158
|
-
hideBookATeamMember: Generated<boolean>;
|
|
2159
|
-
createdAt: Generated<Timestamp>;
|
|
2160
|
-
/**
|
|
2161
|
-
* @zod.import(["import { teamMetadataSchema } from '../../zod-utils'"]).custom.use(teamMetadataSchema)
|
|
2162
|
-
*/
|
|
2163
|
-
metadata: unknown | null;
|
|
2164
|
-
theme: string | null;
|
|
2165
|
-
rrResetInterval: Generated<RRResetInterval | null>;
|
|
2166
|
-
rrTimestampBasis: Generated<RRTimestampBasis>;
|
|
2167
|
-
brandColor: string | null;
|
|
2168
|
-
darkBrandColor: string | null;
|
|
2169
|
-
bannerUrl: string | null;
|
|
2170
|
-
parentId: number | null;
|
|
2171
|
-
timeFormat: number | null;
|
|
2172
|
-
timeZone: Generated<string>;
|
|
2173
|
-
weekStart: Generated<string>;
|
|
2174
|
-
isOrganization: Generated<boolean>;
|
|
2175
|
-
pendingPayment: Generated<boolean>;
|
|
2176
|
-
isPlatform: Generated<boolean>;
|
|
2177
|
-
createdByOAuthClientId: string | null;
|
|
2178
|
-
smsLockState: Generated<SMSLockState>;
|
|
2179
|
-
smsLockReviewedByAdmin: Generated<boolean>;
|
|
2180
|
-
/**
|
|
2181
|
-
* @zod.import(["import { intervalLimitsType } from '../../zod-utils'"]).custom.use(intervalLimitsType)
|
|
2182
|
-
*/
|
|
2183
|
-
bookingLimits: unknown | null;
|
|
2184
|
-
includeManagedEventsInLimits: Generated<boolean>;
|
|
2185
|
-
autoOptInFeatures: Generated<boolean>;
|
|
2186
|
-
};
|
|
2187
|
-
export type TeamBilling = {
|
|
2188
|
-
id: string;
|
|
2189
|
-
teamId: number;
|
|
2190
|
-
subscriptionId: string;
|
|
2191
|
-
subscriptionItemId: string;
|
|
2192
|
-
customerId: string;
|
|
2193
|
-
status: string;
|
|
2194
|
-
planName: string;
|
|
2195
|
-
subscriptionStart: Timestamp | null;
|
|
2196
|
-
subscriptionTrialEnd: Timestamp | null;
|
|
2197
|
-
subscriptionEnd: Timestamp | null;
|
|
2198
|
-
billingPeriod: BillingPeriod | null;
|
|
2199
|
-
billingMode: Generated<BillingMode>;
|
|
2200
|
-
pricePerSeat: number | null;
|
|
2201
|
-
paidSeats: number | null;
|
|
2202
|
-
minSeats: number | null;
|
|
2203
|
-
highWaterMark: number | null;
|
|
2204
|
-
highWaterMarkPeriodStart: Timestamp | null;
|
|
2205
|
-
createdAt: Generated<Timestamp>;
|
|
2206
|
-
updatedAt: Timestamp;
|
|
2207
|
-
};
|
|
2208
|
-
export type TeamDunningStatus = {
|
|
2209
|
-
id: string;
|
|
2210
|
-
teamBillingId: string;
|
|
2211
|
-
status: Generated<DunningStatus>;
|
|
2212
|
-
firstFailedAt: Timestamp | null;
|
|
2213
|
-
lastFailedAt: Timestamp | null;
|
|
2214
|
-
resolvedAt: Timestamp | null;
|
|
2215
|
-
subscriptionId: string | null;
|
|
2216
|
-
failedInvoiceId: string | null;
|
|
2217
|
-
invoiceUrl: string | null;
|
|
2218
|
-
failureReason: string | null;
|
|
2219
|
-
notificationsSent: Generated<number>;
|
|
2220
|
-
createdAt: Generated<Timestamp>;
|
|
2221
|
-
updatedAt: Timestamp;
|
|
2222
|
-
};
|
|
2223
|
-
export type TeamFeatures = {
|
|
2224
|
-
teamId: number;
|
|
2225
|
-
featureId: string;
|
|
2226
|
-
enabled: boolean;
|
|
2227
|
-
assignedAt: Generated<Timestamp>;
|
|
2228
|
-
assignedBy: string;
|
|
2229
|
-
updatedAt: Timestamp;
|
|
2230
|
-
};
|
|
2231
|
-
export type TempOrgRedirect = {
|
|
2232
|
-
id: Generated<number>;
|
|
2233
|
-
from: string;
|
|
2234
|
-
fromOrgId: number;
|
|
2235
|
-
type: RedirectType;
|
|
2236
|
-
toUrl: string;
|
|
2237
|
-
enabled: Generated<boolean>;
|
|
2238
|
-
createdAt: Generated<Timestamp>;
|
|
2239
|
-
updatedAt: Timestamp;
|
|
2240
|
-
};
|
|
2241
|
-
export type Tracking = {
|
|
2242
|
-
id: Generated<number>;
|
|
2243
|
-
bookingId: number;
|
|
2244
|
-
utm_source: string | null;
|
|
2245
|
-
utm_medium: string | null;
|
|
2246
|
-
utm_campaign: string | null;
|
|
2247
|
-
utm_term: string | null;
|
|
2248
|
-
utm_content: string | null;
|
|
2249
|
-
};
|
|
2250
|
-
export type TravelSchedule = {
|
|
2251
|
-
id: Generated<number>;
|
|
2252
|
-
userId: number;
|
|
2253
|
-
timeZone: string;
|
|
2254
|
-
startDate: Timestamp;
|
|
2255
|
-
endDate: Timestamp | null;
|
|
2256
|
-
prevTimeZone: string | null;
|
|
2257
|
-
};
|
|
2258
|
-
export type User = {
|
|
2259
|
-
id: Generated<number>;
|
|
2260
|
-
uuid: string;
|
|
2261
|
-
username: string | null;
|
|
2262
|
-
name: string | null;
|
|
2263
|
-
/**
|
|
2264
|
-
* @zod.import(["import { emailSchema } from '../../zod-utils'"]).custom.use(emailSchema)
|
|
2265
|
-
*/
|
|
2266
|
-
email: string;
|
|
2267
|
-
emailVerified: Timestamp | null;
|
|
2268
|
-
bio: string | null;
|
|
2269
|
-
avatarUrl: string | null;
|
|
2270
|
-
timeZone: Generated<string>;
|
|
2271
|
-
weekStart: Generated<string>;
|
|
2272
|
-
bufferTime: Generated<number>;
|
|
2273
|
-
hideBranding: Generated<boolean>;
|
|
2274
|
-
theme: string | null;
|
|
2275
|
-
appTheme: string | null;
|
|
2276
|
-
created: Generated<Timestamp>;
|
|
2277
|
-
trialEndsAt: Timestamp | null;
|
|
2278
|
-
lastActiveAt: Timestamp | null;
|
|
2279
|
-
defaultScheduleId: number | null;
|
|
2280
|
-
completedOnboarding: Generated<boolean>;
|
|
2281
|
-
locale: string | null;
|
|
2282
|
-
timeFormat: Generated<number | null>;
|
|
2283
|
-
twoFactorSecret: string | null;
|
|
2284
|
-
twoFactorEnabled: Generated<boolean>;
|
|
2285
|
-
backupCodes: string | null;
|
|
2286
|
-
identityProvider: Generated<IdentityProvider>;
|
|
2287
|
-
identityProviderId: string | null;
|
|
2288
|
-
invitedTo: number | null;
|
|
2289
|
-
brandColor: string | null;
|
|
2290
|
-
darkBrandColor: string | null;
|
|
2291
|
-
allowDynamicBooking: Generated<boolean | null>;
|
|
2292
|
-
allowSEOIndexing: Generated<boolean | null>;
|
|
2293
|
-
receiveMonthlyDigestEmail: Generated<boolean | null>;
|
|
2294
|
-
requiresBookerEmailVerification: Generated<boolean | null>;
|
|
2295
|
-
/**
|
|
2296
|
-
* @zod.import(["import { userMetadata } from '../../zod-utils'"]).custom.use(userMetadata)
|
|
2297
|
-
*/
|
|
2298
|
-
metadata: unknown | null;
|
|
2299
|
-
verified: Generated<boolean | null>;
|
|
2300
|
-
role: Generated<UserPermissionRole>;
|
|
2301
|
-
disableImpersonation: Generated<boolean>;
|
|
2302
|
-
organizationId: number | null;
|
|
2303
|
-
locked: Generated<boolean>;
|
|
2304
|
-
movedToProfileId: number | null;
|
|
2305
|
-
isPlatformManaged: Generated<boolean>;
|
|
2306
|
-
smsLockState: Generated<SMSLockState>;
|
|
2307
|
-
smsLockReviewedByAdmin: Generated<boolean>;
|
|
2308
|
-
referralLinkId: string | null;
|
|
2309
|
-
creationSource: CreationSource | null;
|
|
2310
|
-
whitelistWorkflows: Generated<boolean>;
|
|
2311
|
-
autoOptInFeatures: Generated<boolean>;
|
|
2312
|
-
};
|
|
2313
|
-
export type user_eventtype = {
|
|
2314
|
-
A: number;
|
|
2315
|
-
B: number;
|
|
2316
|
-
};
|
|
2317
|
-
export type UserAbuseScore = {
|
|
2318
|
-
id: Generated<number>;
|
|
2319
|
-
userId: number;
|
|
2320
|
-
score: Generated<number>;
|
|
2321
|
-
abuseData: unknown | null;
|
|
2322
|
-
lastAnalyzedAt: Timestamp | null;
|
|
2323
|
-
lockedAt: Timestamp | null;
|
|
2324
|
-
lockedReason: string | null;
|
|
2325
|
-
createdAt: Generated<Timestamp>;
|
|
2326
|
-
updatedAt: Timestamp;
|
|
2327
|
-
};
|
|
2328
|
-
export type UserAbuseSignal = {
|
|
2329
|
-
id: Generated<string>;
|
|
2330
|
-
abuseScoreId: number;
|
|
2331
|
-
type: string;
|
|
2332
|
-
weight: number;
|
|
2333
|
-
context: string;
|
|
2334
|
-
createdAt: Generated<Timestamp>;
|
|
2335
|
-
};
|
|
2336
|
-
export type UserFeatures = {
|
|
2337
|
-
userId: number;
|
|
2338
|
-
featureId: string;
|
|
2339
|
-
enabled: boolean;
|
|
2340
|
-
assignedAt: Generated<Timestamp>;
|
|
2341
|
-
assignedBy: string;
|
|
2342
|
-
updatedAt: Timestamp;
|
|
2343
|
-
};
|
|
2344
|
-
export type UserFilterSegmentPreference = {
|
|
2345
|
-
id: Generated<number>;
|
|
2346
|
-
userId: number;
|
|
2347
|
-
tableIdentifier: string;
|
|
2348
|
-
segmentId: number | null;
|
|
2349
|
-
systemSegmentId: string | null;
|
|
2350
|
-
createdAt: Generated<Timestamp>;
|
|
2351
|
-
updatedAt: Timestamp;
|
|
2352
|
-
};
|
|
2353
|
-
export type UserHolidaySettings = {
|
|
2354
|
-
id: Generated<number>;
|
|
2355
|
-
userId: number;
|
|
2356
|
-
countryCode: string | null;
|
|
2357
|
-
disabledIds: string[];
|
|
2358
|
-
createdAt: Generated<Timestamp>;
|
|
2359
|
-
updatedAt: Timestamp;
|
|
2360
|
-
};
|
|
2361
|
-
export type UserPassword = {
|
|
2362
|
-
hash: string;
|
|
2363
|
-
userId: number;
|
|
2364
|
-
};
|
|
2365
|
-
export type VerificationToken = {
|
|
2366
|
-
id: Generated<number>;
|
|
2367
|
-
identifier: string;
|
|
2368
|
-
token: string;
|
|
2369
|
-
expires: Timestamp;
|
|
2370
|
-
expiresInDays: number | null;
|
|
2371
|
-
createdAt: Generated<Timestamp>;
|
|
2372
|
-
updatedAt: Timestamp;
|
|
2373
|
-
teamId: number | null;
|
|
2374
|
-
secondaryEmailId: number | null;
|
|
2375
|
-
};
|
|
2376
|
-
export type VerifiedEmail = {
|
|
2377
|
-
id: Generated<number>;
|
|
2378
|
-
userId: number | null;
|
|
2379
|
-
teamId: number | null;
|
|
2380
|
-
email: string;
|
|
2381
|
-
};
|
|
2382
|
-
export type VerifiedNumber = {
|
|
2383
|
-
id: Generated<number>;
|
|
2384
|
-
userId: number | null;
|
|
2385
|
-
teamId: number | null;
|
|
2386
|
-
phoneNumber: string;
|
|
2387
|
-
};
|
|
2388
|
-
export type VideoCallGuest = {
|
|
2389
|
-
id: string;
|
|
2390
|
-
bookingUid: string;
|
|
2391
|
-
email: string;
|
|
2392
|
-
name: string;
|
|
2393
|
-
joinedAt: Timestamp | null;
|
|
2394
|
-
createdAt: Generated<Timestamp>;
|
|
2395
|
-
updatedAt: Timestamp;
|
|
2396
|
-
};
|
|
2397
|
-
export type Watchlist = {
|
|
2398
|
-
id: string;
|
|
2399
|
-
type: WatchlistType;
|
|
2400
|
-
value: string;
|
|
2401
|
-
description: string | null;
|
|
2402
|
-
isGlobal: Generated<boolean>;
|
|
2403
|
-
organizationId: number | null;
|
|
2404
|
-
action: Generated<WatchlistAction>;
|
|
2405
|
-
source: Generated<WatchlistSource>;
|
|
2406
|
-
lastUpdatedAt: Generated<Timestamp>;
|
|
2407
|
-
};
|
|
2408
|
-
export type WatchlistAudit = {
|
|
2409
|
-
id: Generated<string>;
|
|
2410
|
-
type: WatchlistType;
|
|
2411
|
-
value: string;
|
|
2412
|
-
description: string | null;
|
|
2413
|
-
action: Generated<WatchlistAction>;
|
|
2414
|
-
changedAt: Generated<Timestamp>;
|
|
2415
|
-
changedByUserId: number | null;
|
|
2416
|
-
watchlistId: string | null;
|
|
2417
|
-
};
|
|
2418
|
-
export type WatchlistEventAudit = {
|
|
2419
|
-
id: Generated<string>;
|
|
2420
|
-
watchlistId: string;
|
|
2421
|
-
eventTypeId: number;
|
|
2422
|
-
actionTaken: WatchlistAction;
|
|
2423
|
-
timestamp: Generated<Timestamp>;
|
|
2424
|
-
};
|
|
2425
|
-
export type Webhook = {
|
|
2426
|
-
id: string;
|
|
2427
|
-
userId: number | null;
|
|
2428
|
-
teamId: number | null;
|
|
2429
|
-
eventTypeId: number | null;
|
|
2430
|
-
platformOAuthClientId: string | null;
|
|
2431
|
-
/**
|
|
2432
|
-
* @zod.string.url()
|
|
2433
|
-
*/
|
|
2434
|
-
subscriberUrl: string;
|
|
2435
|
-
payloadTemplate: string | null;
|
|
2436
|
-
createdAt: Generated<Timestamp>;
|
|
2437
|
-
active: Generated<boolean>;
|
|
2438
|
-
eventTriggers: WebhookTriggerEvents[];
|
|
2439
|
-
appId: string | null;
|
|
2440
|
-
secret: string | null;
|
|
2441
|
-
platform: Generated<boolean>;
|
|
2442
|
-
time: number | null;
|
|
2443
|
-
timeUnit: TimeUnit | null;
|
|
2444
|
-
version: Generated<string>;
|
|
2445
|
-
};
|
|
2446
|
-
export type WebhookEvent = {
|
|
2447
|
-
id: string;
|
|
2448
|
-
externalEventId: string;
|
|
2449
|
-
status: Generated<WebhookEventStatus>;
|
|
2450
|
-
createdAt: Generated<Timestamp>;
|
|
2451
|
-
updatedAt: Timestamp;
|
|
2452
|
-
};
|
|
2453
|
-
export type WebhookScheduledTriggers = {
|
|
2454
|
-
id: Generated<number>;
|
|
2455
|
-
jobName: string | null;
|
|
2456
|
-
subscriberUrl: string;
|
|
2457
|
-
payload: string;
|
|
2458
|
-
startAfter: Timestamp;
|
|
2459
|
-
retryCount: Generated<number>;
|
|
2460
|
-
createdAt: Generated<Timestamp | null>;
|
|
2461
|
-
appId: string | null;
|
|
2462
|
-
webhookId: string | null;
|
|
2463
|
-
bookingId: number | null;
|
|
2464
|
-
};
|
|
2465
|
-
export type Workflow = {
|
|
2466
|
-
id: Generated<number>;
|
|
2467
|
-
position: Generated<number>;
|
|
2468
|
-
name: string;
|
|
2469
|
-
userId: number | null;
|
|
2470
|
-
teamId: number | null;
|
|
2471
|
-
isActiveOnAll: Generated<boolean>;
|
|
2472
|
-
trigger: WorkflowTriggerEvents;
|
|
2473
|
-
time: number | null;
|
|
2474
|
-
timeUnit: TimeUnit | null;
|
|
2475
|
-
type: Generated<WorkflowType>;
|
|
2476
|
-
};
|
|
2477
|
-
export type WorkflowOptOutContact = {
|
|
2478
|
-
id: Generated<number>;
|
|
2479
|
-
type: WorkflowContactType;
|
|
2480
|
-
value: string;
|
|
2481
|
-
optedOut: boolean;
|
|
2482
|
-
createdAt: Generated<Timestamp>;
|
|
2483
|
-
updatedAt: Timestamp;
|
|
2484
|
-
};
|
|
2485
|
-
export type WorkflowReminder = {
|
|
2486
|
-
id: Generated<number>;
|
|
2487
|
-
uuid: string | null;
|
|
2488
|
-
bookingUid: string | null;
|
|
2489
|
-
method: WorkflowMethods;
|
|
2490
|
-
scheduledDate: Timestamp;
|
|
2491
|
-
referenceId: string | null;
|
|
2492
|
-
scheduled: boolean;
|
|
2493
|
-
workflowStepId: number | null;
|
|
2494
|
-
cancelled: boolean | null;
|
|
2495
|
-
seatReferenceId: string | null;
|
|
2496
|
-
isMandatoryReminder: Generated<boolean | null>;
|
|
2497
|
-
retryCount: Generated<number>;
|
|
2498
|
-
};
|
|
2499
|
-
export type WorkflowsOnEventTypes = {
|
|
2500
|
-
id: Generated<number>;
|
|
2501
|
-
workflowId: number;
|
|
2502
|
-
eventTypeId: number;
|
|
2503
|
-
};
|
|
2504
|
-
export type WorkflowsOnRoutingForms = {
|
|
2505
|
-
id: Generated<number>;
|
|
2506
|
-
workflowId: number;
|
|
2507
|
-
routingFormId: string;
|
|
2508
|
-
};
|
|
2509
|
-
export type WorkflowsOnTeams = {
|
|
2510
|
-
id: Generated<number>;
|
|
2511
|
-
workflowId: number;
|
|
2512
|
-
teamId: number;
|
|
2513
|
-
};
|
|
2514
|
-
export type WorkflowStep = {
|
|
2515
|
-
id: Generated<number>;
|
|
2516
|
-
stepNumber: number;
|
|
2517
|
-
action: WorkflowActions;
|
|
2518
|
-
workflowId: number;
|
|
2519
|
-
sendTo: string | null;
|
|
2520
|
-
reminderBody: string | null;
|
|
2521
|
-
emailSubject: string | null;
|
|
2522
|
-
template: Generated<WorkflowTemplates>;
|
|
2523
|
-
numberRequired: boolean | null;
|
|
2524
|
-
sender: string | null;
|
|
2525
|
-
numberVerificationPending: Generated<boolean>;
|
|
2526
|
-
includeCalendarEvent: Generated<boolean>;
|
|
2527
|
-
verifiedAt: Timestamp | null;
|
|
2528
|
-
agentId: string | null;
|
|
2529
|
-
inboundAgentId: string | null;
|
|
2530
|
-
autoTranslateEnabled: Generated<boolean>;
|
|
2531
|
-
sourceLocale: string | null;
|
|
2532
|
-
};
|
|
2533
|
-
export type WorkflowStepTranslation = {
|
|
2534
|
-
uid: string;
|
|
2535
|
-
workflowStepId: number;
|
|
2536
|
-
field: WorkflowStepAutoTranslatedField;
|
|
2537
|
-
sourceLocale: string;
|
|
2538
|
-
targetLocale: string;
|
|
2539
|
-
translatedText: string;
|
|
2540
|
-
createdAt: Generated<Timestamp>;
|
|
2541
|
-
updatedAt: Timestamp;
|
|
2542
|
-
};
|
|
2543
|
-
export type WorkspacePlatform = {
|
|
2544
|
-
id: Generated<number>;
|
|
2545
|
-
/**
|
|
2546
|
-
* @zod.string.min(1)
|
|
2547
|
-
*/
|
|
2548
|
-
slug: string;
|
|
2549
|
-
/**
|
|
2550
|
-
* @zod.string.min(1)
|
|
2551
|
-
*/
|
|
2552
|
-
name: string;
|
|
2553
|
-
description: string;
|
|
2554
|
-
/**
|
|
2555
|
-
* @zod.import(["import { serviceAccountKeySchema } from '../../zod-utils'"]).custom.use(serviceAccountKeySchema)
|
|
2556
|
-
*/
|
|
2557
|
-
defaultServiceAccountKey: unknown;
|
|
2558
|
-
createdAt: Generated<Timestamp>;
|
|
2559
|
-
updatedAt: Timestamp;
|
|
2560
|
-
enabled: Generated<boolean>;
|
|
2561
|
-
};
|
|
2562
|
-
export type WrongAssignmentReport = {
|
|
2563
|
-
id: string;
|
|
2564
|
-
bookingUid: string;
|
|
2565
|
-
reportedById: number | null;
|
|
2566
|
-
correctAssignee: string | null;
|
|
2567
|
-
additionalNotes: string;
|
|
2568
|
-
teamId: number | null;
|
|
2569
|
-
routingFormId: string | null;
|
|
2570
|
-
status: Generated<WrongAssignmentReportStatus>;
|
|
2571
|
-
reviewedById: number | null;
|
|
2572
|
-
reviewedAt: Timestamp | null;
|
|
2573
|
-
createdAt: Generated<Timestamp>;
|
|
2574
|
-
updatedAt: Timestamp;
|
|
2575
|
-
};
|
|
2576
|
-
export type DB = {
|
|
2577
|
-
_PlatformOAuthClientToUser: PlatformOAuthClientToUser;
|
|
2578
|
-
_user_eventtype: user_eventtype;
|
|
2579
|
-
AbuseRuleAudit: AbuseRuleAudit;
|
|
2580
|
-
AbuseRuleCondition: AbuseRuleCondition;
|
|
2581
|
-
AbuseRuleGroup: AbuseRuleGroup;
|
|
2582
|
-
AbuseScoringConfig: AbuseScoringConfig;
|
|
2583
|
-
AccessCode: AccessCode;
|
|
2584
|
-
AccessToken: AccessToken;
|
|
2585
|
-
Account: Account;
|
|
2586
|
-
Agent: Agent;
|
|
2587
|
-
AIPhoneCallConfiguration: AIPhoneCallConfiguration;
|
|
2588
|
-
ApiKey: ApiKey;
|
|
2589
|
-
App: App;
|
|
2590
|
-
App_RoutingForms_Form: App_RoutingForms_Form;
|
|
2591
|
-
App_RoutingForms_FormResponse: App_RoutingForms_FormResponse;
|
|
2592
|
-
App_RoutingForms_IncompleteBookingActions: App_RoutingForms_IncompleteBookingActions;
|
|
2593
|
-
App_RoutingForms_QueuedFormResponse: App_RoutingForms_QueuedFormResponse;
|
|
2594
|
-
AssignmentReason: AssignmentReason;
|
|
2595
|
-
Attendee: Attendee;
|
|
2596
|
-
Attribute: Attribute;
|
|
2597
|
-
AttributeOption: AttributeOption;
|
|
2598
|
-
AttributeSyncFieldMapping: AttributeSyncFieldMapping;
|
|
2599
|
-
AttributeSyncRule: AttributeSyncRule;
|
|
2600
|
-
AttributeToUser: AttributeToUser;
|
|
2601
|
-
AuditActor: AuditActor;
|
|
2602
|
-
AuditEvent: AuditEvent;
|
|
2603
|
-
Availability: Availability;
|
|
2604
|
-
avatars: Avatar;
|
|
2605
|
-
Booking: Booking;
|
|
2606
|
-
BookingAudit: BookingAudit;
|
|
2607
|
-
BookingDenormalized: BookingDenormalized;
|
|
2608
|
-
BookingInternalNote: BookingInternalNote;
|
|
2609
|
-
BookingLimit: BookingLimit;
|
|
2610
|
-
BookingReference: BookingReference;
|
|
2611
|
-
BookingReport: BookingReport;
|
|
2612
|
-
BookingSeat: BookingSeat;
|
|
2613
|
-
BookingTimeStatus: BookingTimeStatus;
|
|
2614
|
-
BookingTimeStatusDenormalized: BookingTimeStatusDenormalized;
|
|
2615
|
-
BookingWindow: BookingWindow;
|
|
2616
|
-
CalAiPhoneNumber: CalAiPhoneNumber;
|
|
2617
|
-
CalendarCache: CalendarCache;
|
|
2618
|
-
CalendarCacheEvent: CalendarCacheEvent;
|
|
2619
|
-
CalVideoSettings: CalVideoSettings;
|
|
2620
|
-
Credential: Credential;
|
|
2621
|
-
CreditBalance: CreditBalance;
|
|
2622
|
-
CreditExpenseLog: CreditExpenseLog;
|
|
2623
|
-
CreditPurchaseLog: CreditPurchaseLog;
|
|
2624
|
-
CreditTransferLog: CreditTransferLog;
|
|
2625
|
-
CustomDomain: CustomDomain;
|
|
2626
|
-
DelegationCredential: DelegationCredential;
|
|
2627
|
-
Deployment: Deployment;
|
|
2628
|
-
DestinationCalendar: DestinationCalendar;
|
|
2629
|
-
DomainWideDelegation: DomainWideDelegation;
|
|
2630
|
-
DSyncData: DSyncData;
|
|
2631
|
-
DSyncTeamGroupMapping: DSyncTeamGroupMapping;
|
|
2632
|
-
EventType: EventType;
|
|
2633
|
-
EventTypeCustomInput: EventTypeCustomInput;
|
|
2634
|
-
EventTypeTranslation: EventTypeTranslation;
|
|
2635
|
-
Experiment: Experiment;
|
|
2636
|
-
ExperimentVariant: ExperimentVariant;
|
|
2637
|
-
ExternalAvatar: ExternalAvatar;
|
|
2638
|
-
Feature: Feature;
|
|
2639
|
-
Feedback: Feedback;
|
|
2640
|
-
FilterSegment: FilterSegment;
|
|
2641
|
-
HashedLink: HashedLink;
|
|
2642
|
-
HolidayCache: HolidayCache;
|
|
2643
|
-
Host: Host;
|
|
2644
|
-
HostGroup: HostGroup;
|
|
2645
|
-
HostLocation: HostLocation;
|
|
2646
|
-
Impersonations: Impersonations;
|
|
2647
|
-
InstantMeetingToken: InstantMeetingToken;
|
|
2648
|
-
IntegrationAttributeSync: IntegrationAttributeSync;
|
|
2649
|
-
InternalNotePreset: InternalNotePreset;
|
|
2650
|
-
ManagedOrganization: ManagedOrganization;
|
|
2651
|
-
Membership: Membership;
|
|
2652
|
-
MonthlyProration: MonthlyProration;
|
|
2653
|
-
NotificationPreference: NotificationPreference;
|
|
2654
|
-
NotificationsSubscriptions: NotificationsSubscriptions;
|
|
2655
|
-
OAuthAuthorization: OAuthAuthorization;
|
|
2656
|
-
OAuthClient: OAuthClient;
|
|
2657
|
-
OAuthClientSecret: OAuthClientSecret;
|
|
2658
|
-
OAuthRefreshToken: OAuthRefreshToken;
|
|
2659
|
-
OrganizationBilling: OrganizationBilling;
|
|
2660
|
-
OrganizationDunningStatus: OrganizationDunningStatus;
|
|
2661
|
-
OrganizationOnboarding: OrganizationOnboarding;
|
|
2662
|
-
OrganizationSettings: OrganizationSettings;
|
|
2663
|
-
OutOfOfficeEntry: OutOfOfficeEntry;
|
|
2664
|
-
OutOfOfficeReason: OutOfOfficeReason;
|
|
2665
|
-
Payment: Payment;
|
|
2666
|
-
PendingRoutingTrace: PendingRoutingTrace;
|
|
2667
|
-
PlatformAuthorizationToken: PlatformAuthorizationToken;
|
|
2668
|
-
PlatformBilling: PlatformBilling;
|
|
2669
|
-
PlatformOAuthClient: PlatformOAuthClient;
|
|
2670
|
-
Profile: Profile;
|
|
2671
|
-
RateLimit: RateLimit;
|
|
2672
|
-
RefreshToken: RefreshToken;
|
|
2673
|
-
ReminderMail: ReminderMail;
|
|
2674
|
-
ResetPasswordRequest: ResetPasswordRequest;
|
|
2675
|
-
Role: Role;
|
|
2676
|
-
RolePermission: RolePermission;
|
|
2677
|
-
RoutingFormResponse: RoutingFormResponse;
|
|
2678
|
-
RoutingFormResponseDenormalized: RoutingFormResponseDenormalized;
|
|
2679
|
-
RoutingFormResponseField: RoutingFormResponseField;
|
|
2680
|
-
RoutingTrace: RoutingTrace;
|
|
2681
|
-
Schedule: Schedule;
|
|
2682
|
-
SeatChangeLog: SeatChangeLog;
|
|
2683
|
-
SecondaryEmail: SecondaryEmail;
|
|
2684
|
-
SelectedCalendar: SelectedCalendar;
|
|
2685
|
-
SelectedSlots: SelectedSlots;
|
|
2686
|
-
Session: Session;
|
|
2687
|
-
SmtpConfiguration: SmtpConfiguration;
|
|
2688
|
-
Task: Task;
|
|
2689
|
-
Team: Team;
|
|
2690
|
-
TeamBilling: TeamBilling;
|
|
2691
|
-
TeamDunningStatus: TeamDunningStatus;
|
|
2692
|
-
TeamFeatures: TeamFeatures;
|
|
2693
|
-
TempOrgRedirect: TempOrgRedirect;
|
|
2694
|
-
Tracking: Tracking;
|
|
2695
|
-
TravelSchedule: TravelSchedule;
|
|
2696
|
-
UserAbuseScore: UserAbuseScore;
|
|
2697
|
-
UserAbuseSignal: UserAbuseSignal;
|
|
2698
|
-
UserFeatures: UserFeatures;
|
|
2699
|
-
UserFilterSegmentPreference: UserFilterSegmentPreference;
|
|
2700
|
-
UserHolidaySettings: UserHolidaySettings;
|
|
2701
|
-
UserPassword: UserPassword;
|
|
2702
|
-
users: User;
|
|
2703
|
-
VerificationToken: VerificationToken;
|
|
2704
|
-
VerifiedEmail: VerifiedEmail;
|
|
2705
|
-
VerifiedNumber: VerifiedNumber;
|
|
2706
|
-
VideoCallGuest: VideoCallGuest;
|
|
2707
|
-
Watchlist: Watchlist;
|
|
2708
|
-
WatchlistAudit: WatchlistAudit;
|
|
2709
|
-
WatchlistEventAudit: WatchlistEventAudit;
|
|
2710
|
-
Webhook: Webhook;
|
|
2711
|
-
WebhookEvent: WebhookEvent;
|
|
2712
|
-
WebhookScheduledTriggers: WebhookScheduledTriggers;
|
|
2713
|
-
Workflow: Workflow;
|
|
2714
|
-
WorkflowOptOutContact: WorkflowOptOutContact;
|
|
2715
|
-
WorkflowReminder: WorkflowReminder;
|
|
2716
|
-
WorkflowsOnEventTypes: WorkflowsOnEventTypes;
|
|
2717
|
-
WorkflowsOnRoutingForms: WorkflowsOnRoutingForms;
|
|
2718
|
-
WorkflowsOnTeams: WorkflowsOnTeams;
|
|
2719
|
-
WorkflowStep: WorkflowStep;
|
|
2720
|
-
WorkflowStepTranslation: WorkflowStepTranslation;
|
|
2721
|
-
WorkspacePlatform: WorkspacePlatform;
|
|
2722
|
-
WrongAssignmentReport: WrongAssignmentReport;
|
|
2723
|
-
};
|
|
2724
|
-
//# sourceMappingURL=types.d.ts.map
|