@calcom/atoms 2.8.7 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/add-members-switch/add-members-with-switch-platform-wrapper.d.ts +3 -0
- package/dist/add-members-switch/add-members-with-switch-platform-wrapper.d.ts.map +1 -0
- package/dist/add-members-switch/add-members-with-switch-platform-wrapper.js +6 -0
- package/dist/add-members-switch/add-members-with-switch.d.ts +41 -0
- package/dist/add-members-switch/add-members-with-switch.d.ts.map +1 -0
- package/dist/add-members-switch/add-members-with-switch.js +200 -0
- package/dist/availability/availability-settings.d.ts +88 -0
- package/dist/availability/availability-settings.d.ts.map +1 -0
- package/dist/availability/availability-settings.js +620 -0
- package/dist/availability/components/date-override-input-dialog.d.ts +17 -0
- package/dist/availability/components/date-override-input-dialog.d.ts.map +1 -0
- package/dist/availability/components/date-override-input-dialog.js +169 -0
- package/dist/availability/components/date-override-list.d.ts +20 -0
- package/dist/availability/components/date-override-list.d.ts.map +1 -0
- package/dist/availability/components/date-override-list.js +111 -0
- package/dist/availability/components/schedule-component.d.ts +49 -0
- package/dist/availability/components/schedule-component.d.ts.map +1 -0
- package/dist/availability/components/schedule-component.js +512 -0
- package/dist/availability/index.d.ts +4 -0
- package/dist/availability/index.d.ts.map +1 -0
- package/dist/availability/index.js +6 -0
- package/dist/availability/types.d.ts +36 -0
- package/dist/availability/types.d.ts.map +1 -0
- package/dist/availability/types.js +1 -0
- package/dist/availability/wrappers/availability-settings-platform-wrapper.d.ts +28 -0
- package/dist/availability/wrappers/availability-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/availability/wrappers/availability-settings-platform-wrapper.js +119 -0
- package/dist/booker/booker-platform-wrapper.d.ts +5 -0
- package/dist/booker/booker-platform-wrapper.d.ts.map +1 -0
- package/dist/booker/booker-platform-wrapper.js +388 -0
- package/dist/booker/booker-store-provider.d.ts +11 -0
- package/dist/booker/booker-store-provider.d.ts.map +1 -0
- package/dist/booker/booker-store-provider.js +94 -0
- package/dist/booker/components/available-time-slots.d.ts +46 -0
- package/dist/booker/components/available-time-slots.d.ts.map +1 -0
- package/dist/booker/components/available-time-slots.js +142 -0
- package/dist/booker/components/available-times-header.d.ts +14 -0
- package/dist/booker/components/available-times-header.d.ts.map +1 -0
- package/dist/booker/components/available-times-header.js +71 -0
- package/dist/booker/components/available-times.d.ts +46 -0
- package/dist/booker/components/available-times.d.ts.map +1 -0
- package/dist/booker/components/available-times.js +192 -0
- package/dist/booker/components/book-event-form/book-event-form.d.ts +34 -0
- package/dist/booker/components/book-event-form/book-event-form.d.ts.map +1 -0
- package/dist/booker/components/book-event-form/book-event-form.js +260 -0
- package/dist/booker/components/book-event-form/book-form-as-modal.d.ts +14 -0
- package/dist/booker/components/book-event-form/book-form-as-modal.d.ts.map +1 -0
- package/dist/booker/components/book-event-form/book-form-as-modal.js +53 -0
- package/dist/booker/components/book-event-form/booking-fields.d.ts +35 -0
- package/dist/booker/components/book-event-form/booking-fields.d.ts.map +1 -0
- package/dist/booker/components/book-event-form/booking-fields.js +124 -0
- package/dist/booker/components/book-event-form/index.d.ts +5 -0
- package/dist/booker/components/book-event-form/index.d.ts.map +1 -0
- package/dist/booker/components/book-event-form/index.js +11 -0
- package/dist/booker/components/book-event-form/skeleton.d.ts +2 -0
- package/dist/booker/components/book-event-form/skeleton.d.ts.map +1 -0
- package/dist/booker/components/book-event-form/skeleton.js +27 -0
- package/dist/booker/components/booker-component.d.ts +2 -0
- package/dist/booker/components/booker-component.d.ts.map +1 -0
- package/dist/booker/components/booker-component.js +596 -0
- package/dist/booker/components/booker-section.d.ts +15 -0
- package/dist/booker/components/booker-section.d.ts.map +1 -0
- package/dist/booker/components/booker-section.js +19 -0
- package/dist/booker/components/dry-run-message.d.ts +4 -0
- package/dist/booker/components/dry-run-message.d.ts.map +1 -0
- package/dist/booker/components/dry-run-message.js +22 -0
- package/dist/booker/components/event-meta/available-event-locations.d.ts +6 -0
- package/dist/booker/components/event-meta/available-event-locations.d.ts.map +1 -0
- package/dist/booker/components/event-meta/available-event-locations.js +72 -0
- package/dist/booker/components/event-meta/details.d.ts +34 -0
- package/dist/booker/components/event-meta/details.d.ts.map +1 -0
- package/dist/booker/components/event-meta/details.js +104 -0
- package/dist/booker/components/event-meta/duration.d.ts +9 -0
- package/dist/booker/components/event-meta/duration.d.ts.map +1 -0
- package/dist/booker/components/event-meta/duration.js +85 -0
- package/dist/booker/components/event-meta/index.d.ts +7 -0
- package/dist/booker/components/event-meta/index.d.ts.map +1 -0
- package/dist/booker/components/event-meta/index.js +16 -0
- package/dist/booker/components/event-meta/locations.d.ts +5 -0
- package/dist/booker/components/event-meta/locations.d.ts.map +1 -0
- package/dist/booker/components/event-meta/locations.js +54 -0
- package/dist/booker/components/event-meta/members.d.ts +13 -0
- package/dist/booker/components/event-meta/members.d.ts.map +1 -0
- package/dist/booker/components/event-meta/members.js +56 -0
- package/dist/booker/components/event-meta/occurences.d.ts +5 -0
- package/dist/booker/components/event-meta/occurences.d.ts.map +1 -0
- package/dist/booker/components/event-meta/occurences.js +96 -0
- package/dist/booker/components/event-meta/price-icon.d.ts +5 -0
- package/dist/booker/components/event-meta/price-icon.d.ts.map +1 -0
- package/dist/booker/components/event-meta/price-icon.js +81 -0
- package/dist/booker/components/event-meta/price.d.ts +7 -0
- package/dist/booker/components/event-meta/price.d.ts.map +1 -0
- package/dist/booker/components/event-meta/price.js +95 -0
- package/dist/booker/components/event-meta/skeleton.d.ts +2 -0
- package/dist/booker/components/event-meta/skeleton.d.ts.map +1 -0
- package/dist/booker/components/event-meta/skeleton.js +15 -0
- package/dist/booker/components/event-meta/title.d.ts +9 -0
- package/dist/booker/components/event-meta/title.d.ts.map +1 -0
- package/dist/booker/components/event-meta/title.js +6 -0
- package/dist/booker/components/event-meta.d.ts +25 -0
- package/dist/booker/components/event-meta.d.ts.map +1 -0
- package/dist/booker/components/event-meta.js +175 -0
- package/dist/booker/components/external-redirect-interstitial.d.ts +9 -0
- package/dist/booker/components/external-redirect-interstitial.d.ts.map +1 -0
- package/dist/booker/components/external-redirect-interstitial.js +47 -0
- package/dist/booker/components/form-builder/components.d.ts +48 -0
- package/dist/booker/components/form-builder/components.d.ts.map +1 -0
- package/dist/booker/components/form-builder/components.js +355 -0
- package/dist/booker/components/form-builder/form-builder-field.d.ts +46 -0
- package/dist/booker/components/form-builder/form-builder-field.d.ts.map +1 -0
- package/dist/booker/components/form-builder/form-builder-field.js +238 -0
- package/dist/booker/components/having-trouble-finding-time.d.ts +9 -0
- package/dist/booker/components/having-trouble-finding-time.d.ts.map +1 -0
- package/dist/booker/components/having-trouble-finding-time.js +33 -0
- package/dist/booker/components/header.d.ts +18 -0
- package/dist/booker/components/header.d.ts.map +1 -0
- package/dist/booker/components/header.js +216 -0
- package/dist/booker/components/instant-booking.d.ts +16 -0
- package/dist/booker/components/instant-booking.d.ts.map +1 -0
- package/dist/booker/components/instant-booking.js +53 -0
- package/dist/booker/components/out-of-office-in-slots.d.ts +19 -0
- package/dist/booker/components/out-of-office-in-slots.d.ts.map +1 -0
- package/dist/booker/components/out-of-office-in-slots.js +65 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-continue-modal.d.ts +8 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-continue-modal.d.ts.map +1 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-continue-modal.js +29 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-settings-modal.d.ts +11 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-settings-modal.d.ts.map +1 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-settings-modal.js +86 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-switch.d.ts +8 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-switch.d.ts.map +1 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-switch.js +61 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar.d.ts +28 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar.d.ts.map +1 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar.js +60 -0
- package/dist/booker/components/overlay-calendar/store.d.ts +12 -0
- package/dist/booker/components/overlay-calendar/store.d.ts.map +1 -0
- package/dist/booker/components/overlay-calendar/store.js +18 -0
- package/dist/booker/components/pay-icon.d.ts +5 -0
- package/dist/booker/components/pay-icon.d.ts.map +1 -0
- package/dist/booker/components/pay-icon.js +9 -0
- package/dist/booker/components/price.d.ts +9 -0
- package/dist/booker/components/price.d.ts.map +1 -0
- package/dist/booker/components/price.js +6 -0
- package/dist/booker/components/redirect-to-instant-meeting-modal.d.ts +8 -0
- package/dist/booker/components/redirect-to-instant-meeting-modal.d.ts.map +1 -0
- package/dist/booker/components/redirect-to-instant-meeting-modal.js +75 -0
- package/dist/booker/components/scrollable-with-gradients.d.ts +9 -0
- package/dist/booker/components/scrollable-with-gradients.d.ts.map +1 -0
- package/dist/booker/components/scrollable-with-gradients.js +52 -0
- package/dist/booker/components/seats-availability-text.d.ts +18 -0
- package/dist/booker/components/seats-availability-text.d.ts.map +1 -0
- package/dist/booker/components/seats-availability-text.js +16 -0
- package/dist/booker/components/section.d.ts +17 -0
- package/dist/booker/components/section.d.ts.map +1 -0
- package/dist/booker/components/section.js +19 -0
- package/dist/booker/components/slot-selection-modal-header.d.ts +14 -0
- package/dist/booker/components/slot-selection-modal-header.d.ts.map +1 -0
- package/dist/booker/components/slot-selection-modal-header.js +72 -0
- package/dist/booker/components/time-format-toggle.d.ts +4 -0
- package/dist/booker/components/time-format-toggle.d.ts.map +1 -0
- package/dist/booker/components/time-format-toggle.js +27 -0
- package/dist/booker/components/unavailable.d.ts +3 -0
- package/dist/booker/components/unavailable.d.ts.map +1 -0
- package/dist/booker/components/unavailable.js +16 -0
- package/dist/booker/components/unpublished-entity.d.ts +8 -0
- package/dist/booker/components/unpublished-entity.d.ts.map +1 -0
- package/dist/booker/components/unpublished-entity.js +24 -0
- package/dist/booker/components/verify-code-dialog.d.ts +15 -0
- package/dist/booker/components/verify-code-dialog.d.ts.map +1 -0
- package/dist/booker/components/verify-code-dialog.js +89 -0
- package/dist/booker/config.d.ts +86 -0
- package/dist/booker/config.d.ts.map +1 -0
- package/dist/booker/config.js +161 -0
- package/dist/booker/framer-features.d.ts +3 -0
- package/dist/booker/framer-features.d.ts.map +1 -0
- package/dist/booker/framer-features.js +5 -0
- package/dist/booker/hooks/embed-stubs.d.ts +20 -0
- package/dist/booker/hooks/embed-stubs.d.ts.map +1 -0
- package/dist/booker/hooks/embed-stubs.js +18 -0
- package/dist/booker/hooks/use-available-time-slots.d.ts +23 -0
- package/dist/booker/hooks/use-available-time-slots.d.ts.map +1 -0
- package/dist/booker/hooks/use-available-time-slots.js +20 -0
- package/dist/booker/hooks/use-booker-layout.d.ts +51 -0
- package/dist/booker/hooks/use-booker-layout.d.ts.map +1 -0
- package/dist/booker/hooks/use-booker-layout.js +50 -0
- package/dist/booker/hooks/use-booker-time.d.ts +7 -0
- package/dist/booker/hooks/use-booker-time.d.ts.map +1 -0
- package/dist/booker/hooks/use-booker-time.js +19 -0
- package/dist/booker/hooks/use-booking-form.d.ts +65 -0
- package/dist/booker/hooks/use-booking-form.d.ts.map +1 -0
- package/dist/booker/hooks/use-booking-form.js +34 -0
- package/dist/booker/hooks/use-bookings-types.d.ts +10 -0
- package/dist/booker/hooks/use-bookings-types.d.ts.map +1 -0
- package/dist/booker/hooks/use-bookings-types.js +1 -0
- package/dist/booker/hooks/use-check-overlap-with-overlay.d.ts +11 -0
- package/dist/booker/hooks/use-check-overlap-with-overlay.d.ts.map +1 -0
- package/dist/booker/hooks/use-check-overlap-with-overlay.js +22 -0
- package/dist/booker/hooks/use-initialize-week-start.d.ts +2 -0
- package/dist/booker/hooks/use-initialize-week-start.d.ts.map +1 -0
- package/dist/booker/hooks/use-initialize-week-start.js +13 -0
- package/dist/booker/hooks/use-is-quick-availability-check-feature-enabled.d.ts +15 -0
- package/dist/booker/hooks/use-is-quick-availability-check-feature-enabled.d.ts.map +1 -0
- package/dist/booker/hooks/use-is-quick-availability-check-feature-enabled.js +19 -0
- package/dist/booker/hooks/use-local-set.d.ts +12 -0
- package/dist/booker/hooks/use-local-set.d.ts.map +1 -0
- package/dist/booker/hooks/use-local-set.js +34 -0
- package/dist/booker/hooks/use-non-empty-schedule-days.d.ts +3 -0
- package/dist/booker/hooks/use-non-empty-schedule-days.d.ts.map +1 -0
- package/dist/booker/hooks/use-non-empty-schedule-days.js +13 -0
- package/dist/booker/hooks/use-overlay-calendar.d.ts +23 -0
- package/dist/booker/hooks/use-overlay-calendar.d.ts.map +1 -0
- package/dist/booker/hooks/use-overlay-calendar.js +54 -0
- package/dist/booker/hooks/use-should-show-arrows.d.ts +8 -0
- package/dist/booker/hooks/use-should-show-arrows.d.ts.map +1 -0
- package/dist/booker/hooks/use-should-show-arrows.js +27 -0
- package/dist/booker/hooks/use-skip-confirm-step.d.ts +21 -0
- package/dist/booker/hooks/use-skip-confirm-step.d.ts.map +1 -0
- package/dist/booker/hooks/use-skip-confirm-step.js +39 -0
- package/dist/booker/hooks/use-slots-for-date.d.ts +21 -0
- package/dist/booker/hooks/use-slots-for-date.d.ts.map +1 -0
- package/dist/booker/hooks/use-slots-for-date.js +29 -0
- package/dist/booker/hooks/use-stable-timezone.d.ts +5 -0
- package/dist/booker/hooks/use-stable-timezone.d.ts.map +1 -0
- package/dist/booker/hooks/use-stable-timezone.js +8 -0
- package/dist/booker/hooks/use-times-for-schedule.d.ts +27 -0
- package/dist/booker/hooks/use-times-for-schedule.d.ts.map +1 -0
- package/dist/booker/hooks/use-times-for-schedule.js +49 -0
- package/dist/booker/store.d.ts +200 -0
- package/dist/booker/store.d.ts.map +1 -0
- package/dist/booker/store.js +265 -0
- package/dist/booker/types.d.ts +118 -0
- package/dist/booker/types.d.ts.map +1 -0
- package/dist/booker/types.js +1 -0
- package/dist/booker/use-slot-reservation-id.d.ts +2 -0
- package/dist/booker/use-slot-reservation-id.d.ts.map +1 -0
- package/dist/booker/use-slot-reservation-id.js +13 -0
- package/dist/booker/utils/are-different-valid-months.d.ts +2 -0
- package/dist/booker/utils/are-different-valid-months.d.ts.map +1 -0
- package/dist/booker/utils/are-different-valid-months.js +4 -0
- package/dist/booker/utils/dates.d.ts +26 -0
- package/dist/booker/utils/dates.d.ts.map +1 -0
- package/dist/booker/utils/dates.js +60 -0
- package/dist/booker/utils/get-booker-timezone.d.ts +5 -0
- package/dist/booker/utils/get-booker-timezone.d.ts.map +1 -0
- package/dist/booker/utils/get-booker-timezone.js +7 -0
- package/dist/booker/utils/get-booking-duration.d.ts +6 -0
- package/dist/booker/utils/get-booking-duration.d.ts.map +1 -0
- package/dist/booker/utils/get-booking-duration.js +7 -0
- package/dist/booker/utils/get-prefetch-month-count.d.ts +3 -0
- package/dist/booker/utils/get-prefetch-month-count.d.ts.map +1 -0
- package/dist/booker/utils/get-prefetch-month-count.js +12 -0
- package/dist/booker/utils/is-booking-dry-run.d.ts +3 -0
- package/dist/booker/utils/is-booking-dry-run.d.ts.map +1 -0
- package/dist/booker/utils/is-booking-dry-run.js +4 -0
- package/dist/booker/utils/is-month-change.d.ts +2 -0
- package/dist/booker/utils/is-month-change.d.ts.map +1 -0
- package/dist/booker/utils/is-month-change.js +4 -0
- package/dist/booker/utils/is-month-view-prefetch-enabled.d.ts +2 -0
- package/dist/booker/utils/is-month-view-prefetch-enabled.d.ts.map +1 -0
- package/dist/booker/utils/is-month-view-prefetch-enabled.js +9 -0
- package/dist/booker/utils/is-prefetch-next-month-enabled.d.ts +2 -0
- package/dist/booker/utils/is-prefetch-next-month-enabled.d.ts.map +1 -0
- package/dist/booker/utils/is-prefetch-next-month-enabled.js +9 -0
- package/dist/booker/utils/is-timeslot-available.d.ts +19 -0
- package/dist/booker/utils/is-timeslot-available.d.ts.map +1 -0
- package/dist/booker/utils/is-timeslot-available.js +32 -0
- package/dist/booker/utils/layout.d.ts +2 -0
- package/dist/booker/utils/layout.d.ts.map +1 -0
- package/dist/booker/utils/layout.js +7 -0
- package/dist/booker-embed/booker-embed.d.ts +31 -0
- package/dist/booker-embed/booker-embed.d.ts.map +1 -0
- package/dist/booker-embed/booker-embed.js +74 -0
- package/dist/booker-embed/index.d.ts +2 -0
- package/dist/booker-embed/index.d.ts.map +1 -0
- package/dist/booker-embed/index.js +4 -0
- package/dist/booker-embed/use-get-routing-form-url-props.d.ts +29 -0
- package/dist/booker-embed/use-get-routing-form-url-props.d.ts.map +1 -0
- package/dist/booker-embed/use-get-routing-form-url-props.js +72 -0
- package/dist/cal-provider/base-cal-provider.d.ts +24 -0
- package/dist/cal-provider/base-cal-provider.d.ts.map +1 -0
- package/dist/cal-provider/base-cal-provider.js +178 -0
- package/dist/cal-provider/cal-o-auth-provider.d.ts +19 -0
- package/dist/cal-provider/cal-o-auth-provider.d.ts.map +1 -0
- package/dist/cal-provider/cal-o-auth-provider.js +48 -0
- package/dist/cal-provider/cal-provider.d.ts +22 -0
- package/dist/cal-provider/cal-provider.d.ts.map +1 -0
- package/dist/cal-provider/cal-provider.js +72 -0
- package/dist/cal-provider/index.d.ts +3 -0
- package/dist/cal-provider/index.d.ts.map +1 -0
- package/dist/cal-provider/index.js +6 -0
- package/dist/cal-provider/languages.d.ts +55 -0
- package/dist/cal-provider/languages.d.ts.map +1 -0
- package/dist/cal-provider/languages.js +10 -0
- package/dist/calendar-settings/index.d.ts +2 -0
- package/dist/calendar-settings/index.d.ts.map +1 -0
- package/dist/calendar-settings/index.js +4 -0
- package/dist/calendar-settings/wrappers/calendar-settings-platform-wrapper.d.ts +17 -0
- package/dist/calendar-settings/wrappers/calendar-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/calendar-settings/wrappers/calendar-settings-platform-wrapper.js +32 -0
- package/dist/calendar-view/calendar-view-component.d.ts +2 -0
- package/dist/calendar-view/calendar-view-component.d.ts.map +1 -0
- package/dist/calendar-view/calendar-view-component.js +43 -0
- package/dist/calendar-view/components/calendar.d.ts +2 -0
- package/dist/calendar-view/components/calendar.d.ts.map +1 -0
- package/dist/calendar-view/components/calendar.js +5 -0
- package/dist/calendar-view/components/date-picker.d.ts +82 -0
- package/dist/calendar-view/components/date-picker.d.ts.map +1 -0
- package/dist/calendar-view/components/date-picker.js +285 -0
- package/dist/calendar-view/components/large-calendar.d.ts +19 -0
- package/dist/calendar-view/components/large-calendar.d.ts.map +1 -0
- package/dist/calendar-view/components/large-calendar.js +133 -0
- package/dist/calendar-view/components/no-availability-dialog.d.ts +19 -0
- package/dist/calendar-view/components/no-availability-dialog.d.ts.map +1 -0
- package/dist/calendar-view/components/no-availability-dialog.js +45 -0
- package/dist/calendar-view/event-type-calendar-view-component.d.ts +7 -0
- package/dist/calendar-view/event-type-calendar-view-component.d.ts.map +1 -0
- package/dist/calendar-view/event-type-calendar-view-component.js +105 -0
- package/dist/calendar-view/index.d.ts +2 -0
- package/dist/calendar-view/index.d.ts.map +1 -0
- package/dist/calendar-view/index.js +4 -0
- package/dist/calendar-view/scheduler/components/calendar.d.ts +4 -0
- package/dist/calendar-view/scheduler/components/calendar.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/calendar.js +185 -0
- package/dist/calendar-view/scheduler/components/current-time/index.d.ts +6 -0
- package/dist/calendar-view/scheduler/components/current-time/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/current-time/index.js +61 -0
- package/dist/calendar-view/scheduler/components/date-values/index.d.ts +12 -0
- package/dist/calendar-view/scheduler/components/date-values/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/date-values/index.js +98 -0
- package/dist/calendar-view/scheduler/components/default-out-of-office-slot.d.ts +3 -0
- package/dist/calendar-view/scheduler/components/default-out-of-office-slot.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/default-out-of-office-slot.js +47 -0
- package/dist/calendar-view/scheduler/components/event/all-day-events.d.ts +108 -0
- package/dist/calendar-view/scheduler/components/event/all-day-events.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/event/all-day-events.js +156 -0
- package/dist/calendar-view/scheduler/components/event/empty.d.ts +18 -0
- package/dist/calendar-view/scheduler/components/event/empty.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/event/empty.js +162 -0
- package/dist/calendar-view/scheduler/components/event/event-list.d.ts +7 -0
- package/dist/calendar-view/scheduler/components/event/event-list.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/event/event-list.js +97 -0
- package/dist/calendar-view/scheduler/components/event/event.d.ts +14 -0
- package/dist/calendar-view/scheduler/components/event/event.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/event/event.js +131 -0
- package/dist/calendar-view/scheduler/components/event/index.d.ts +5 -0
- package/dist/calendar-view/scheduler/components/event/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/event/index.js +12 -0
- package/dist/calendar-view/scheduler/components/grid/index.d.ts +10 -0
- package/dist/calendar-view/scheduler/components/grid/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/grid/index.js +17 -0
- package/dist/calendar-view/scheduler/components/heading/index.d.ts +2 -0
- package/dist/calendar-view/scheduler/components/heading/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/heading/index.js +4 -0
- package/dist/calendar-view/scheduler/components/heading/scheduler-heading.d.ts +2 -0
- package/dist/calendar-view/scheduler/components/heading/scheduler-heading.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/heading/scheduler-heading.js +48 -0
- package/dist/calendar-view/scheduler/components/horizontal-lines/index.d.ts +9 -0
- package/dist/calendar-view/scheduler/components/horizontal-lines/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/horizontal-lines/index.js +31 -0
- package/dist/calendar-view/scheduler/components/spinner/spinner.d.ts +4 -0
- package/dist/calendar-view/scheduler/components/spinner/spinner.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/spinner/spinner.js +32 -0
- package/dist/calendar-view/scheduler/components/vertical-lines/index.d.ts +7 -0
- package/dist/calendar-view/scheduler/components/vertical-lines/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/vertical-lines/index.js +38 -0
- package/dist/calendar-view/scheduler/state/store.d.ts +7 -0
- package/dist/calendar-view/scheduler/state/store.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/state/store.js +64 -0
- package/dist/calendar-view/scheduler/types/common.d.ts +2 -0
- package/dist/calendar-view/scheduler/types/common.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/types/common.js +1 -0
- package/dist/calendar-view/scheduler/types/events.d.ts +20 -0
- package/dist/calendar-view/scheduler/types/events.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/types/events.js +1 -0
- package/dist/calendar-view/scheduler/types/state.d.ts +93 -0
- package/dist/calendar-view/scheduler/types/state.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/types/state.js +1 -0
- package/dist/calendar-view/scheduler/utils/index.d.ts +20 -0
- package/dist/calendar-view/scheduler/utils/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/utils/index.js +64 -0
- package/dist/calendar-view/scheduler/utils/overlap.d.ts +20 -0
- package/dist/calendar-view/scheduler/utils/overlap.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/utils/overlap.js +88 -0
- package/dist/calendar-view/wrappers/calendar-view-platform-wrapper.d.ts +22 -0
- package/dist/calendar-view/wrappers/calendar-view-platform-wrapper.d.ts.map +1 -0
- package/dist/calendar-view/wrappers/calendar-view-platform-wrapper.js +8 -0
- package/dist/components/atoms-wrapper.d.ts +6 -0
- package/dist/components/atoms-wrapper.d.ts.map +1 -0
- package/dist/components/atoms-wrapper.js +21 -0
- package/dist/components/ui/address-input.d.ts +11 -0
- package/dist/components/ui/address-input.d.ts.map +1 -0
- package/dist/components/ui/address-input.js +31 -0
- package/dist/components/ui/alert.d.ts +16 -0
- package/dist/components/ui/alert.d.ts.map +1 -0
- package/dist/components/ui/alert.js +46 -0
- package/dist/components/ui/app-list-card.d.ts +30 -0
- package/dist/components/ui/app-list-card.d.ts.map +1 -0
- package/dist/components/ui/app-list-card.js +57 -0
- package/dist/components/ui/avatar-group.d.ts +14 -0
- package/dist/components/ui/avatar-group.d.ts.map +1 -0
- package/dist/components/ui/avatar-group.js +45 -0
- package/dist/components/ui/avatar.d.ts +18 -0
- package/dist/components/ui/avatar.d.ts.map +1 -0
- package/dist/components/ui/avatar.js +70 -0
- package/dist/components/ui/badge.d.ts +553 -0
- package/dist/components/ui/badge.d.ts.map +1 -0
- package/dist/components/ui/badge.js +61 -0
- package/dist/components/ui/button-group.d.ts +9 -0
- package/dist/components/ui/button-group.d.ts.map +1 -0
- package/dist/components/ui/button-group.js +29 -0
- package/dist/components/ui/button.d.ts +37 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/button.js +280 -0
- package/dist/components/ui/calendar-switch.d.ts +22 -0
- package/dist/components/ui/calendar-switch.d.ts.map +1 -0
- package/dist/components/ui/calendar-switch.js +26 -0
- package/dist/components/ui/checkbox.d.ts +15 -0
- package/dist/components/ui/checkbox.d.ts.map +1 -0
- package/dist/components/ui/checkbox.js +95 -0
- package/dist/components/ui/checked-team-select.d.ts +43 -0
- package/dist/components/ui/checked-team-select.d.ts.map +1 -0
- package/dist/components/ui/checked-team-select.js +183 -0
- package/dist/components/ui/confirmation-dialog-content.d.ts +21 -0
- package/dist/components/ui/confirmation-dialog-content.d.ts.map +1 -0
- package/dist/components/ui/confirmation-dialog-content.js +52 -0
- package/dist/components/ui/controlled-dialog.d.ts +17 -0
- package/dist/components/ui/controlled-dialog.d.ts.map +1 -0
- package/dist/components/ui/controlled-dialog.js +14 -0
- package/dist/components/ui/dialog.d.ts +58 -0
- package/dist/components/ui/dialog.d.ts.map +1 -0
- package/dist/components/ui/dialog.js +152 -0
- package/dist/components/ui/disconnect-calendar-integration.d.ts +12 -0
- package/dist/components/ui/disconnect-calendar-integration.d.ts.map +1 -0
- package/dist/components/ui/disconnect-calendar-integration.js +44 -0
- package/dist/components/ui/divider.d.ts +3 -0
- package/dist/components/ui/divider.d.ts.map +1 -0
- package/dist/components/ui/divider.js +25 -0
- package/dist/components/ui/dropdown.d.ts +40 -0
- package/dist/components/ui/dropdown.d.ts.map +1 -0
- package/dist/components/ui/dropdown.js +191 -0
- package/dist/components/ui/editable-heading.d.ts +6 -0
- package/dist/components/ui/editable-heading.d.ts.map +1 -0
- package/dist/components/ui/editable-heading.js +54 -0
- package/dist/components/ui/empty-screen.d.ts +18 -0
- package/dist/components/ui/empty-screen.d.ts.map +1 -0
- package/dist/components/ui/empty-screen.js +72 -0
- package/dist/components/ui/form.d.ts +11 -0
- package/dist/components/ui/form.d.ts.map +1 -0
- package/dist/components/ui/form.js +26 -0
- package/dist/components/ui/icon.d.ts +42 -0
- package/dist/components/ui/icon.d.ts.map +1 -0
- package/dist/components/ui/icon.js +188 -0
- package/dist/components/ui/icons.d.ts +21 -0
- package/dist/components/ui/icons.d.ts.map +1 -0
- package/dist/components/ui/icons.js +327 -0
- package/dist/components/ui/info-badge.d.ts +4 -0
- package/dist/components/ui/info-badge.d.ts.map +1 -0
- package/dist/components/ui/info-badge.js +9 -0
- package/dist/components/ui/label.d.ts +2 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/label.js +16 -0
- package/dist/components/ui/navigation.d.ts +37 -0
- package/dist/components/ui/navigation.d.ts.map +1 -0
- package/dist/components/ui/navigation.js +1 -0
- package/dist/components/ui/popover.d.ts +17 -0
- package/dist/components/ui/popover.d.ts.map +1 -0
- package/dist/components/ui/popover.js +19 -0
- package/dist/components/ui/radio-area-group.d.ts +20 -0
- package/dist/components/ui/radio-area-group.d.ts.map +1 -0
- package/dist/components/ui/radio-area-group.js +52 -0
- package/dist/components/ui/radio.d.ts +24 -0
- package/dist/components/ui/radio.d.ts.map +1 -0
- package/dist/components/ui/radio.js +56 -0
- package/dist/components/ui/react-select-components.d.ts +29 -0
- package/dist/components/ui/react-select-components.d.ts.map +1 -0
- package/dist/components/ui/react-select-components.js +36 -0
- package/dist/components/ui/select.d.ts +36 -0
- package/dist/components/ui/select.d.ts.map +1 -0
- package/dist/components/ui/select.js +125 -0
- package/dist/components/ui/settings-header.d.ts +21 -0
- package/dist/components/ui/settings-header.d.ts.map +1 -0
- package/dist/components/ui/settings-header.js +55 -0
- package/dist/components/ui/settings-toggle.d.ts +23 -0
- package/dist/components/ui/settings-toggle.d.ts.map +1 -0
- package/dist/components/ui/settings-toggle.js +100 -0
- package/dist/components/ui/shell.d.ts +31 -0
- package/dist/components/ui/shell.d.ts.map +1 -0
- package/dist/components/ui/shell.js +15 -0
- package/dist/components/ui/show-toast.d.ts +13 -0
- package/dist/components/ui/show-toast.d.ts.map +1 -0
- package/dist/components/ui/show-toast.js +65 -0
- package/dist/components/ui/skeleton.d.ts +31 -0
- package/dist/components/ui/skeleton.d.ts.map +1 -0
- package/dist/components/ui/skeleton.js +59 -0
- package/dist/components/ui/switch.d.ts +17 -0
- package/dist/components/ui/switch.d.ts.map +1 -0
- package/dist/components/ui/switch.js +71 -0
- package/dist/components/ui/text-field.d.ts +99 -0
- package/dist/components/ui/text-field.d.ts.map +1 -0
- package/dist/components/ui/text-field.js +183 -0
- package/dist/components/ui/toast.d.ts +13 -0
- package/dist/components/ui/toast.d.ts.map +1 -0
- package/dist/components/ui/toast.js +72 -0
- package/dist/components/ui/toaster.d.ts +2 -0
- package/dist/components/ui/toaster.d.ts.map +1 -0
- package/dist/components/ui/toaster.js +21 -0
- package/dist/components/ui/toggle-group.d.ts +20 -0
- package/dist/components/ui/toggle-group.d.ts.map +1 -0
- package/dist/components/ui/toggle-group.js +73 -0
- package/dist/components/ui/tooltip.d.ts +29 -0
- package/dist/components/ui/tooltip.d.ts.map +1 -0
- package/dist/components/ui/tooltip.js +65 -0
- package/dist/components/ui/use-toast.d.ts +45 -0
- package/dist/components/ui/use-toast.d.ts.map +1 -0
- package/dist/components/ui/use-toast.js +95 -0
- package/dist/components/ui/user-avatar-group-with-org.d.ts +18 -0
- package/dist/components/ui/user-avatar-group-with-org.d.ts.map +1 -0
- package/dist/components/ui/user-avatar-group-with-org.js +27 -0
- package/dist/connect/apple/apple-connect.d.ts +4 -0
- package/dist/connect/apple/apple-connect.d.ts.map +1 -0
- package/dist/connect/apple/apple-connect.js +171 -0
- package/dist/connect/components/disconnect-integration-modal.d.ts +19 -0
- package/dist/connect/components/disconnect-integration-modal.d.ts.map +1 -0
- package/dist/connect/components/disconnect-integration-modal.js +30 -0
- package/dist/connect/components/office365-account-dialog.d.ts +12 -0
- package/dist/connect/components/office365-account-dialog.d.ts.map +1 -0
- package/dist/connect/components/office365-account-dialog.js +32 -0
- package/dist/connect/conferencing-apps/components/app-list.d.ts +65 -0
- package/dist/connect/conferencing-apps/components/app-list.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/components/app-list.js +131 -0
- package/dist/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.d.ts +29 -0
- package/dist/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.js +211 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.d.ts +10 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.js +35 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-get-event-types.d.ts +10 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-get-event-types.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-get-event-types.js +25 -0
- package/dist/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.d.ts +4 -0
- package/dist/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.js +27 -0
- package/dist/connect/conferencing-apps/hooks/use-connect.d.ts +22 -0
- package/dist/connect/conferencing-apps/hooks/use-connect.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-connect.js +102 -0
- package/dist/connect/conferencing-apps/hooks/use-delete-credential.d.ts +9 -0
- package/dist/connect/conferencing-apps/hooks/use-delete-credential.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-delete-credential.js +26 -0
- package/dist/connect/conferencing-apps/hooks/use-get-default-conferencing-app.d.ts +6 -0
- package/dist/connect/conferencing-apps/hooks/use-get-default-conferencing-app.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-get-default-conferencing-app.js +25 -0
- package/dist/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.d.ts +9 -0
- package/dist/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.js +31 -0
- package/dist/connect/google/gcal-connect.d.ts +4 -0
- package/dist/connect/google/gcal-connect.d.ts.map +1 -0
- package/dist/connect/google/gcal-connect.js +42 -0
- package/dist/connect/index.d.ts +4 -0
- package/dist/connect/index.d.ts.map +1 -0
- package/dist/connect/index.js +8 -0
- package/dist/connect/o-auth-connect.d.ts +25 -0
- package/dist/connect/o-auth-connect.d.ts.map +1 -0
- package/dist/connect/o-auth-connect.js +88 -0
- package/dist/connect/outlook/outlook-connect.d.ts +4 -0
- package/dist/connect/outlook/outlook-connect.d.ts.map +1 -0
- package/dist/connect/outlook/outlook-connect.js +42 -0
- package/dist/connect/stripe/stripe-connect.d.ts +22 -0
- package/dist/connect/stripe/stripe-connect.d.ts.map +1 -0
- package/dist/connect/stripe/stripe-connect.js +52 -0
- package/dist/constants/api.d.ts +44 -0
- package/dist/constants/api.d.ts.map +1 -0
- package/dist/constants/api.js +102 -0
- package/dist/constants/app.d.ts +19 -0
- package/dist/constants/app.d.ts.map +1 -0
- package/dist/constants/app.js +25 -0
- package/dist/constants/apps.d.ts +32 -0
- package/dist/constants/apps.d.ts.map +1 -0
- package/dist/constants/apps.js +34 -0
- package/dist/constants/index.d.ts +4 -0
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/constants/index.js +80 -0
- package/dist/constants/styles.d.ts +2 -0
- package/dist/constants/styles.d.ts.map +1 -0
- package/dist/constants/styles.js +4 -0
- package/dist/contracts/api.d.ts +27 -0
- package/dist/contracts/api.d.ts.map +1 -0
- package/dist/contracts/api.js +1 -0
- package/dist/contracts/apps.d.ts +21 -0
- package/dist/contracts/apps.d.ts.map +1 -0
- package/dist/contracts/apps.js +1 -0
- package/dist/contracts/booker.d.ts +255 -0
- package/dist/contracts/booker.d.ts.map +1 -0
- package/dist/contracts/booker.js +17 -0
- package/dist/contracts/bookings.d.ts +154 -0
- package/dist/contracts/bookings.d.ts.map +1 -0
- package/dist/contracts/bookings.js +22 -0
- package/dist/contracts/calendars.d.ts +82 -0
- package/dist/contracts/calendars.d.ts.map +1 -0
- package/dist/contracts/calendars.js +1 -0
- package/dist/contracts/event-types.d.ts +225 -0
- package/dist/contracts/event-types.d.ts.map +1 -0
- package/dist/contracts/event-types.js +22 -0
- package/dist/contracts/index.d.ts +13 -0
- package/dist/contracts/index.d.ts.map +1 -0
- package/dist/contracts/index.js +20 -0
- package/dist/contracts/oauth.d.ts +2 -0
- package/dist/contracts/oauth.d.ts.map +1 -0
- package/dist/contracts/oauth.js +1 -0
- package/dist/contracts/organizations.d.ts +15 -0
- package/dist/contracts/organizations.d.ts.map +1 -0
- package/dist/contracts/organizations.js +1 -0
- package/dist/contracts/schedules.d.ts +92 -0
- package/dist/contracts/schedules.d.ts.map +1 -0
- package/dist/contracts/schedules.js +1 -0
- package/dist/contracts/slots.d.ts +57 -0
- package/dist/contracts/slots.d.ts.map +1 -0
- package/dist/contracts/slots.js +1 -0
- package/dist/contracts/teams.d.ts +31 -0
- package/dist/contracts/teams.d.ts.map +1 -0
- package/dist/contracts/teams.js +4 -0
- package/dist/contracts/user.d.ts +25 -0
- package/dist/contracts/user.d.ts.map +1 -0
- package/dist/contracts/user.js +1 -0
- package/dist/create-schedule/create-schedule-form.d.ts +18 -0
- package/dist/create-schedule/create-schedule-form.d.ts.map +1 -0
- package/dist/create-schedule/create-schedule-form.js +93 -0
- package/dist/create-schedule/index.d.ts +2 -0
- package/dist/create-schedule/index.d.ts.map +1 -0
- package/dist/create-schedule/index.js +4 -0
- package/dist/create-schedule/wrappers/create-schedule-platform-wrapper.d.ts +15 -0
- package/dist/create-schedule/wrappers/create-schedule-platform-wrapper.d.ts.map +1 -0
- package/dist/create-schedule/wrappers/create-schedule-platform-wrapper.js +53 -0
- package/dist/destination-calendar/components/destination-calendar-selector.d.ts +10 -0
- package/dist/destination-calendar/components/destination-calendar-selector.d.ts.map +1 -0
- package/dist/destination-calendar/components/destination-calendar-selector.js +21 -0
- package/dist/destination-calendar/destination-calendar-selector.d.ts +17 -0
- package/dist/destination-calendar/destination-calendar-selector.d.ts.map +1 -0
- package/dist/destination-calendar/destination-calendar-selector.js +105 -0
- package/dist/destination-calendar/destination-calendar.d.ts +21 -0
- package/dist/destination-calendar/destination-calendar.d.ts.map +1 -0
- package/dist/destination-calendar/destination-calendar.js +49 -0
- package/dist/destination-calendar/destination-reminder-selector.d.ts +9 -0
- package/dist/destination-calendar/destination-reminder-selector.d.ts.map +1 -0
- package/dist/destination-calendar/destination-reminder-selector.js +36 -0
- package/dist/destination-calendar/index.d.ts +2 -0
- package/dist/destination-calendar/index.d.ts.map +1 -0
- package/dist/destination-calendar/index.js +4 -0
- package/dist/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.d.ts +8 -0
- package/dist/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.js +40 -0
- package/dist/event-types/components/assign-all-team-members.d.ts +14 -0
- package/dist/event-types/components/assign-all-team-members.d.ts.map +1 -0
- package/dist/event-types/components/assign-all-team-members.js +33 -0
- package/dist/event-types/components/bulk-edit-default-for-events-modal.d.ts +29 -0
- package/dist/event-types/components/bulk-edit-default-for-events-modal.d.ts.map +1 -0
- package/dist/event-types/components/bulk-edit-default-for-events-modal.js +105 -0
- package/dist/event-types/components/children-event-type-select.d.ts +34 -0
- package/dist/event-types/components/children-event-type-select.d.ts.map +1 -0
- package/dist/event-types/components/children-event-type-select.js +204 -0
- package/dist/event-types/components/create-event-type-form.d.ts +29 -0
- package/dist/event-types/components/create-event-type-form.d.ts.map +1 -0
- package/dist/event-types/components/create-event-type-form.js +128 -0
- package/dist/event-types/components/event-team-assignment-tab.d.ts +2 -0
- package/dist/event-types/components/event-team-assignment-tab.d.ts.map +1 -0
- package/dist/event-types/components/event-team-assignment-tab.js +6 -0
- package/dist/event-types/components/event-type-list-item.d.ts +12 -0
- package/dist/event-types/components/event-type-list-item.d.ts.map +1 -0
- package/dist/event-types/components/event-type-list-item.js +100 -0
- package/dist/event-types/components/host-edit-dialogs.d.ts +40 -0
- package/dist/event-types/components/host-edit-dialogs.d.ts.map +1 -0
- package/dist/event-types/components/host-edit-dialogs.js +156 -0
- package/dist/event-types/components/learn-more-link.d.ts +15 -0
- package/dist/event-types/components/learn-more-link.d.ts.map +1 -0
- package/dist/event-types/components/learn-more-link.js +27 -0
- package/dist/event-types/components/managed-event-dialog.d.ts +13 -0
- package/dist/event-types/components/managed-event-dialog.d.ts.map +1 -0
- package/dist/event-types/components/managed-event-dialog.js +44 -0
- package/dist/event-types/components/recurring-event-controller.d.ts +34 -0
- package/dist/event-types/components/recurring-event-controller.d.ts.map +1 -0
- package/dist/event-types/components/recurring-event-controller.js +198 -0
- package/dist/event-types/components/tabs/event-recurring-tab.d.ts +14 -0
- package/dist/event-types/components/tabs/event-recurring-tab.d.ts.map +1 -0
- package/dist/event-types/components/tabs/event-recurring-tab.js +18 -0
- package/dist/event-types/components/team-assignment/assign-all-managed-warning-dialog.d.ts +9 -0
- package/dist/event-types/components/team-assignment/assign-all-managed-warning-dialog.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/assign-all-managed-warning-dialog.js +35 -0
- package/dist/event-types/components/team-assignment/children-event-types-list.d.ts +11 -0
- package/dist/event-types/components/team-assignment/children-event-types-list.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/children-event-types-list.js +34 -0
- package/dist/event-types/components/team-assignment/children-event-types.d.ts +18 -0
- package/dist/event-types/components/team-assignment/children-event-types.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/children-event-types.js +47 -0
- package/dist/event-types/components/team-assignment/event-team-assignment-tab.d.ts +58 -0
- package/dist/event-types/components/team-assignment/event-team-assignment-tab.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/event-team-assignment-tab.js +248 -0
- package/dist/event-types/components/team-assignment/fixed-hosts.d.ts +20 -0
- package/dist/event-types/components/team-assignment/fixed-hosts.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/fixed-hosts.js +135 -0
- package/dist/event-types/components/team-assignment/hosts.d.ts +19 -0
- package/dist/event-types/components/team-assignment/hosts.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/hosts.js +99 -0
- package/dist/event-types/components/team-assignment/round-robin-hosts.d.ts +26 -0
- package/dist/event-types/components/team-assignment/round-robin-hosts.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/round-robin-hosts.js +197 -0
- package/dist/event-types/components/team-event-type-form.d.ts +27 -0
- package/dist/event-types/components/team-event-type-form.d.ts.map +1 -0
- package/dist/event-types/components/team-event-type-form.js +161 -0
- package/dist/event-types/components/weight-description.d.ts +6 -0
- package/dist/event-types/components/weight-description.d.ts.map +1 -0
- package/dist/event-types/components/weight-description.js +27 -0
- package/dist/event-types/hooks/use-add-verified-email.d.ts +15 -0
- package/dist/event-types/hooks/use-add-verified-email.d.ts.map +1 -0
- package/dist/event-types/hooks/use-add-verified-email.js +31 -0
- package/dist/event-types/hooks/use-apps-data-stub.d.ts +15 -0
- package/dist/event-types/hooks/use-apps-data-stub.d.ts.map +1 -0
- package/dist/event-types/hooks/use-apps-data-stub.js +12 -0
- package/dist/event-types/hooks/use-assign-all-managed-warning.d.ts +17 -0
- package/dist/event-types/hooks/use-assign-all-managed-warning.d.ts.map +1 -0
- package/dist/event-types/hooks/use-assign-all-managed-warning.js +22 -0
- package/dist/event-types/hooks/use-atom-event-type-app-integration.d.ts +21 -0
- package/dist/event-types/hooks/use-atom-event-type-app-integration.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-event-type-app-integration.js +24 -0
- package/dist/event-types/hooks/use-atom-event-type-by-id.d.ts +4 -0
- package/dist/event-types/hooks/use-atom-event-type-by-id.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-event-type-by-id.js +24 -0
- package/dist/event-types/hooks/use-atom-event-type-payment-info.d.ts +7 -0
- package/dist/event-types/hooks/use-atom-event-type-payment-info.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-event-type-payment-info.js +28 -0
- package/dist/event-types/hooks/use-atom-get-all-event-types.d.ts +9 -0
- package/dist/event-types/hooks/use-atom-get-all-event-types.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-get-all-event-types.js +22 -0
- package/dist/event-types/hooks/use-atom-host-schedules.d.ts +14 -0
- package/dist/event-types/hooks/use-atom-host-schedules.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-host-schedules.js +32 -0
- package/dist/event-types/hooks/use-atom-update-event-type.d.ts +10 -0
- package/dist/event-types/hooks/use-atom-update-event-type.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-update-event-type.js +40 -0
- package/dist/event-types/hooks/use-event-type-form.d.ts +15 -0
- package/dist/event-types/hooks/use-event-type-form.d.ts.map +1 -0
- package/dist/event-types/hooks/use-event-type-form.js +334 -0
- package/dist/event-types/hooks/use-get-verified-emails.d.ts +3 -0
- package/dist/event-types/hooks/use-get-verified-emails.d.ts.map +1 -0
- package/dist/event-types/hooks/use-get-verified-emails.js +25 -0
- package/dist/event-types/hooks/use-handle-route-change.d.ts +15 -0
- package/dist/event-types/hooks/use-handle-route-change.d.ts.map +1 -0
- package/dist/event-types/hooks/use-handle-route-change.js +33 -0
- package/dist/event-types/hooks/use-locked-fields-manager-stub.d.ts +29 -0
- package/dist/event-types/hooks/use-locked-fields-manager-stub.d.ts.map +1 -0
- package/dist/event-types/hooks/use-locked-fields-manager-stub.js +21 -0
- package/dist/event-types/hooks/use-platform-tabs-navigations.d.ts +16 -0
- package/dist/event-types/hooks/use-platform-tabs-navigations.d.ts.map +1 -0
- package/dist/event-types/hooks/use-platform-tabs-navigations.js +69 -0
- package/dist/event-types/hooks/use-tabs-navigations.d.ts +40 -0
- package/dist/event-types/hooks/use-tabs-navigations.d.ts.map +1 -0
- package/dist/event-types/hooks/use-tabs-navigations.js +160 -0
- package/dist/event-types/hooks/use-team-event-assignment.d.ts +65 -0
- package/dist/event-types/hooks/use-team-event-assignment.d.ts.map +1 -0
- package/dist/event-types/hooks/use-team-event-assignment.js +77 -0
- package/dist/event-types/hooks/use-team-members-with-segment-platform.d.ts +36 -0
- package/dist/event-types/hooks/use-team-members-with-segment-platform.d.ts.map +1 -0
- package/dist/event-types/hooks/use-team-members-with-segment-platform.js +68 -0
- package/dist/event-types/index.d.ts +2 -0
- package/dist/event-types/index.d.ts.map +1 -0
- package/dist/event-types/index.js +4 -0
- package/dist/event-types/lib/format-event-type-duration.d.ts +13 -0
- package/dist/event-types/lib/format-event-type-duration.d.ts.map +1 -0
- package/dist/event-types/lib/format-event-type-duration.js +9 -0
- package/dist/event-types/payments/payment-form.d.ts +9 -0
- package/dist/event-types/payments/payment-form.d.ts.map +1 -0
- package/dist/event-types/payments/payment-form.js +110 -0
- package/dist/event-types/payments/payment-page-types.d.ts +48 -0
- package/dist/event-types/payments/payment-page-types.d.ts.map +1 -0
- package/dist/event-types/payments/payment-page-types.js +1 -0
- package/dist/event-types/payments/payment.d.ts +39 -0
- package/dist/event-types/payments/payment.d.ts.map +1 -0
- package/dist/event-types/payments/payment.js +56 -0
- package/dist/event-types/payments/stripe-payment-form.d.ts +9 -0
- package/dist/event-types/payments/stripe-payment-form.d.ts.map +1 -0
- package/dist/event-types/payments/stripe-payment-form.js +71 -0
- package/dist/event-types/types.d.ts +16 -0
- package/dist/event-types/types.d.ts.map +1 -0
- package/dist/event-types/types.js +1 -0
- package/dist/event-types/wrappers/create-event-type-platform-wrapper.d.ts +20 -0
- package/dist/event-types/wrappers/create-event-type-platform-wrapper.d.ts.map +1 -0
- package/dist/event-types/wrappers/create-event-type-platform-wrapper.js +100 -0
- package/dist/event-types/wrappers/event-recurring-tab-platform-wrapper.d.ts +4 -0
- package/dist/event-types/wrappers/event-recurring-tab-platform-wrapper.d.ts.map +1 -0
- package/dist/event-types/wrappers/event-recurring-tab-platform-wrapper.js +6 -0
- package/dist/event-types/wrappers/event-team-assignment-tab-platform-wrapper.d.ts +4 -0
- package/dist/event-types/wrappers/event-team-assignment-tab-platform-wrapper.d.ts.map +1 -0
- package/dist/event-types/wrappers/event-team-assignment-tab-platform-wrapper.js +6 -0
- package/dist/event-types/wrappers/event-type-platform-wrapper.d.ts +28 -0
- package/dist/event-types/wrappers/event-type-platform-wrapper.d.ts.map +1 -0
- package/dist/event-types/wrappers/event-type-platform-wrapper.js +240 -0
- package/dist/event-types/wrappers/list-event-types-platform-wrapper.d.ts +6 -0
- package/dist/event-types/wrappers/list-event-types-platform-wrapper.d.ts.map +1 -0
- package/dist/event-types/wrappers/list-event-types-platform-wrapper.js +59 -0
- package/dist/event-types/wrappers/types.d.ts +4 -0
- package/dist/event-types/wrappers/types.d.ts.map +1 -0
- package/dist/event-types/wrappers/types.js +1 -0
- package/dist/hooks/bookings/use-booking.d.ts +2 -0
- package/dist/hooks/bookings/use-booking.d.ts.map +1 -0
- package/dist/hooks/bookings/use-booking.js +22 -0
- package/dist/hooks/bookings/use-bookings.d.ts +6 -0
- package/dist/hooks/bookings/use-bookings.d.ts.map +1 -0
- package/dist/hooks/bookings/use-bookings.js +49 -0
- package/dist/hooks/bookings/use-cancel-booking.d.ts +23 -0
- package/dist/hooks/bookings/use-cancel-booking.d.ts.map +1 -0
- package/dist/hooks/bookings/use-cancel-booking.js +25 -0
- package/dist/hooks/bookings/use-create-booking.d.ts +11 -0
- package/dist/hooks/bookings/use-create-booking.d.ts.map +1 -0
- package/dist/hooks/bookings/use-create-booking.js +24 -0
- package/dist/hooks/bookings/use-create-instant-booking.d.ts +10 -0
- package/dist/hooks/bookings/use-create-instant-booking.d.ts.map +1 -0
- package/dist/hooks/bookings/use-create-instant-booking.js +24 -0
- package/dist/hooks/bookings/use-create-recurring-booking.d.ts +10 -0
- package/dist/hooks/bookings/use-create-recurring-booking.d.ts.map +1 -0
- package/dist/hooks/bookings/use-create-recurring-booking.js +20 -0
- package/dist/hooks/bookings/use-get-booking-for-reschedule.d.ts +10 -0
- package/dist/hooks/bookings/use-get-booking-for-reschedule.d.ts.map +1 -0
- package/dist/hooks/bookings/use-get-booking-for-reschedule.js +32 -0
- package/dist/hooks/bookings/use-handle-book-event.d.ts +26 -0
- package/dist/hooks/bookings/use-handle-book-event.d.ts.map +1 -0
- package/dist/hooks/bookings/use-handle-book-event.js +70 -0
- package/dist/hooks/calendars/use-add-selected-calendar.d.ts +21 -0
- package/dist/hooks/calendars/use-add-selected-calendar.d.ts.map +1 -0
- package/dist/hooks/calendars/use-add-selected-calendar.js +27 -0
- package/dist/hooks/calendars/use-delete-calendar-credentials.d.ts +22 -0
- package/dist/hooks/calendars/use-delete-calendar-credentials.d.ts.map +1 -0
- package/dist/hooks/calendars/use-delete-calendar-credentials.js +33 -0
- package/dist/hooks/calendars/use-remove-selected-calendar.d.ts +21 -0
- package/dist/hooks/calendars/use-remove-selected-calendar.d.ts.map +1 -0
- package/dist/hooks/calendars/use-remove-selected-calendar.js +28 -0
- package/dist/hooks/calendars/use-update-destination-calendars.d.ts +21 -0
- package/dist/hooks/calendars/use-update-destination-calendars.d.ts.map +1 -0
- package/dist/hooks/calendars/use-update-destination-calendars.js +28 -0
- package/dist/hooks/connect/use-check.d.ts +21 -0
- package/dist/hooks/connect/use-check.d.ts.map +1 -0
- package/dist/hooks/connect/use-check.js +32 -0
- package/dist/hooks/connect/use-connect.d.ts +18 -0
- package/dist/hooks/connect/use-connect.d.ts.map +1 -0
- package/dist/hooks/connect/use-connect.js +57 -0
- package/dist/hooks/event-types/private/use-create-event-type-form.d.ts +8 -0
- package/dist/hooks/event-types/private/use-create-event-type-form.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-create-event-type-form.js +19 -0
- package/dist/hooks/event-types/private/use-create-event-type.d.ts +9 -0
- package/dist/hooks/event-types/private/use-create-event-type.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-create-event-type.js +24 -0
- package/dist/hooks/event-types/private/use-create-team-event-type.d.ts +13 -0
- package/dist/hooks/event-types/private/use-create-team-event-type.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-create-team-event-type.js +29 -0
- package/dist/hooks/event-types/private/use-delete-event-type-by-id.d.ts +9 -0
- package/dist/hooks/event-types/private/use-delete-event-type-by-id.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-delete-event-type-by-id.js +23 -0
- package/dist/hooks/event-types/private/use-delete-team-event-type-by-id.d.ts +15 -0
- package/dist/hooks/event-types/private/use-delete-team-event-type-by-id.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-delete-team-event-type-by-id.js +33 -0
- package/dist/hooks/event-types/private/use-event-type-by-id.d.ts +4 -0
- package/dist/hooks/event-types/private/use-event-type-by-id.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-event-type-by-id.js +22 -0
- package/dist/hooks/event-types/public/use-atom-get-public-event.d.ts +13 -0
- package/dist/hooks/event-types/public/use-atom-get-public-event.d.ts.map +1 -0
- package/dist/hooks/event-types/public/use-atom-get-public-event.js +41 -0
- package/dist/hooks/event-types/public/use-event-type.d.ts +5 -0
- package/dist/hooks/event-types/public/use-event-type.d.ts.map +1 -0
- package/dist/hooks/event-types/public/use-event-type.js +32 -0
- package/dist/hooks/event-types/public/use-event-types.d.ts +4 -0
- package/dist/hooks/event-types/public/use-event-types.d.ts.map +1 -0
- package/dist/hooks/event-types/public/use-event-types.js +22 -0
- package/dist/hooks/event-types/public/use-team-event-type.d.ts +4 -0
- package/dist/hooks/event-types/public/use-team-event-type.d.ts.map +1 -0
- package/dist/hooks/event-types/public/use-team-event-type.js +26 -0
- package/dist/hooks/event-types/public/use-team-event-types.d.ts +4 -0
- package/dist/hooks/event-types/public/use-team-event-types.d.ts.map +1 -0
- package/dist/hooks/event-types/public/use-team-event-types.js +24 -0
- package/dist/hooks/organizations/bookings/use-organization-bookings.d.ts +4 -0
- package/dist/hooks/organizations/bookings/use-organization-bookings.d.ts.map +1 -0
- package/dist/hooks/organizations/bookings/use-organization-bookings.js +27 -0
- package/dist/hooks/organizations/bookings/use-organization-user-bookings.d.ts +4 -0
- package/dist/hooks/organizations/bookings/use-organization-user-bookings.d.ts.map +1 -0
- package/dist/hooks/organizations/bookings/use-organization-user-bookings.js +24 -0
- package/dist/hooks/schedules/types.d.ts +37 -0
- package/dist/hooks/schedules/types.d.ts.map +1 -0
- package/dist/hooks/schedules/types.js +1 -0
- package/dist/hooks/schedules/use-atom-create-schedule.d.ts +9 -0
- package/dist/hooks/schedules/use-atom-create-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-atom-create-schedule.js +26 -0
- package/dist/hooks/schedules/use-atom-duplicate-schedule.d.ts +11 -0
- package/dist/hooks/schedules/use-atom-duplicate-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-atom-duplicate-schedule.js +28 -0
- package/dist/hooks/schedules/use-atom-get-all-schedules.d.ts +9 -0
- package/dist/hooks/schedules/use-atom-get-all-schedules.d.ts.map +1 -0
- package/dist/hooks/schedules/use-atom-get-all-schedules.js +22 -0
- package/dist/hooks/schedules/use-atom-schedule.d.ts +8 -0
- package/dist/hooks/schedules/use-atom-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-atom-schedule.js +24 -0
- package/dist/hooks/schedules/use-atom-update-schedule.d.ts +11 -0
- package/dist/hooks/schedules/use-atom-update-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-atom-update-schedule.js +28 -0
- package/dist/hooks/schedules/use-delete-schedule.d.ts +11 -0
- package/dist/hooks/schedules/use-delete-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-delete-schedule.js +32 -0
- package/dist/hooks/schedules/use-ensure-default-schedule.d.ts +3 -0
- package/dist/hooks/schedules/use-ensure-default-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-ensure-default-schedule.js +12 -0
- package/dist/hooks/schedules/use-schedule.d.ts +7 -0
- package/dist/hooks/schedules/use-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-schedule.js +24 -0
- package/dist/hooks/schedules/use-schedules.d.ts +7 -0
- package/dist/hooks/schedules/use-schedules.d.ts.map +1 -0
- package/dist/hooks/schedules/use-schedules.js +24 -0
- package/dist/hooks/schedules/use-update-schedule.d.ts +10 -0
- package/dist/hooks/schedules/use-update-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-update-schedule.js +28 -0
- package/dist/hooks/stripe/use-check.d.ts +22 -0
- package/dist/hooks/stripe/use-check.d.ts.map +1 -0
- package/dist/hooks/stripe/use-check.js +38 -0
- package/dist/hooks/stripe/use-connect.d.ts +5 -0
- package/dist/hooks/stripe/use-connect.d.ts.map +1 -0
- package/dist/hooks/stripe/use-connect.js +37 -0
- package/dist/hooks/teams/use-team-members.d.ts +10 -0
- package/dist/hooks/teams/use-team-members.d.ts.map +1 -0
- package/dist/hooks/teams/use-team-members.js +25 -0
- package/dist/hooks/teams/use-teams.d.ts +7 -0
- package/dist/hooks/teams/use-teams.d.ts.map +1 -0
- package/dist/hooks/teams/use-teams.js +24 -0
- package/dist/hooks/use-api-keys.d.ts +9 -0
- package/dist/hooks/use-api-keys.d.ts.map +1 -0
- package/dist/hooks/use-api-keys.js +6 -0
- package/dist/hooks/use-atoms-context.d.ts +32 -0
- package/dist/hooks/use-atoms-context.d.ts.map +1 -0
- package/dist/hooks/use-atoms-context.js +15 -0
- package/dist/hooks/use-atoms-locale.d.ts +3 -0
- package/dist/hooks/use-atoms-locale.d.ts.map +1 -0
- package/dist/hooks/use-atoms-locale.js +9 -0
- package/dist/hooks/use-available-slots.d.ts +7 -0
- package/dist/hooks/use-available-slots.d.ts.map +1 -0
- package/dist/hooks/use-available-slots.js +35 -0
- package/dist/hooks/use-calendars-busy-times.d.ts +12 -0
- package/dist/hooks/use-calendars-busy-times.d.ts.map +1 -0
- package/dist/hooks/use-calendars-busy-times.js +39 -0
- package/dist/hooks/use-connected-calendars.d.ts +6 -0
- package/dist/hooks/use-connected-calendars.d.ts.map +1 -0
- package/dist/hooks/use-connected-calendars.js +23 -0
- package/dist/hooks/use-delete-selected-slot.d.ts +8 -0
- package/dist/hooks/use-delete-selected-slot.d.ts.map +1 -0
- package/dist/hooks/use-delete-selected-slot.js +27 -0
- package/dist/hooks/use-event-types-list.d.ts +18 -0
- package/dist/hooks/use-event-types-list.d.ts.map +1 -0
- package/dist/hooks/use-event-types-list.js +23 -0
- package/dist/hooks/use-get-city-timezones.d.ts +10 -0
- package/dist/hooks/use-get-city-timezones.d.ts.map +1 -0
- package/dist/hooks/use-get-city-timezones.js +21 -0
- package/dist/hooks/use-is-platform-booker-embed.d.ts +2 -0
- package/dist/hooks/use-is-platform-booker-embed.d.ts.map +1 -0
- package/dist/hooks/use-is-platform-booker-embed.js +8 -0
- package/dist/hooks/use-is-platform.d.ts +2 -0
- package/dist/hooks/use-is-platform.d.ts.map +1 -0
- package/dist/hooks/use-is-platform.js +8 -0
- package/dist/hooks/use-me.d.ts +9 -0
- package/dist/hooks/use-me.d.ts.map +1 -0
- package/dist/hooks/use-me.js +23 -0
- package/dist/hooks/use-o-auth-client.d.ts +18 -0
- package/dist/hooks/use-o-auth-client.d.ts.map +1 -0
- package/dist/hooks/use-o-auth-client.js +35 -0
- package/dist/hooks/use-o-auth-flow.d.ts +15 -0
- package/dist/hooks/use-o-auth-flow.d.ts.map +1 -0
- package/dist/hooks/use-o-auth-flow.js +79 -0
- package/dist/hooks/use-reserve-slot.d.ts +8 -0
- package/dist/hooks/use-reserve-slot.d.ts.map +1 -0
- package/dist/hooks/use-reserve-slot.js +25 -0
- package/dist/hooks/use-schedule-by-event-slug.d.ts +16 -0
- package/dist/hooks/use-schedule-by-event-slug.d.ts.map +1 -0
- package/dist/hooks/use-schedule-by-event-slug.js +23 -0
- package/dist/hooks/use-slots.d.ts +24 -0
- package/dist/hooks/use-slots.d.ts.map +1 -0
- package/dist/hooks/use-slots.js +72 -0
- package/dist/hooks/use-timezone.d.ts +2 -0
- package/dist/hooks/use-timezone.d.ts.map +1 -0
- package/dist/hooks/use-timezone.js +14 -0
- package/dist/hooks/use-update-user-timezone.d.ts +7 -0
- package/dist/hooks/use-update-user-timezone.d.ts.map +1 -0
- package/dist/hooks/use-update-user-timezone.js +21 -0
- package/dist/hooks/use-verify-code.d.ts +18 -0
- package/dist/hooks/use-verify-code.d.ts.map +1 -0
- package/dist/hooks/use-verify-code.js +58 -0
- package/dist/hooks/use-verify-email.d.ts +20 -0
- package/dist/hooks/use-verify-email.d.ts.map +1 -0
- package/dist/hooks/use-verify-email.js +63 -0
- package/dist/index.d.ts +162 -6258
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +333 -0
- package/dist/lib/append-client-id-to-email.d.ts +2 -0
- package/dist/lib/append-client-id-to-email.d.ts.map +1 -0
- package/dist/lib/append-client-id-to-email.js +7 -0
- package/dist/lib/get-placeholder-content.d.ts +16 -0
- package/dist/lib/get-placeholder-content.d.ts.map +1 -0
- package/dist/lib/get-placeholder-content.js +13 -0
- package/dist/lib/get-query-param.d.ts +3 -0
- package/dist/lib/get-query-param.d.ts.map +1 -0
- package/dist/lib/get-query-param.js +7 -0
- package/dist/lib/get-utm-tracking-parameters.d.ts +5 -0
- package/dist/lib/get-utm-tracking-parameters.d.ts.map +1 -0
- package/dist/lib/get-utm-tracking-parameters.js +10 -0
- package/dist/lib/http.d.ts +24 -0
- package/dist/lib/http.d.ts.map +1 -0
- package/dist/lib/http.js +68 -0
- package/dist/lib/markdown-to-safe-html-client.d.ts +8 -0
- package/dist/lib/markdown-to-safe-html-client.d.ts.map +1 -0
- package/dist/lib/markdown-to-safe-html-client.js +24 -0
- package/dist/lib/markdown-to-safe-html.d.ts +2 -0
- package/dist/lib/markdown-to-safe-html.d.ts.map +1 -0
- package/dist/lib/markdown-to-safe-html.js +11 -0
- package/dist/lib/set-query-param.d.ts +3 -0
- package/dist/lib/set-query-param.d.ts.map +1 -0
- package/dist/lib/set-query-param.js +7 -0
- package/dist/lib/time-zones.d.ts +15 -0
- package/dist/lib/time-zones.d.ts.map +1 -0
- package/dist/lib/time-zones.js +10 -0
- package/dist/lib/use-locale.d.ts +9 -0
- package/dist/lib/use-locale.d.ts.map +1 -0
- package/dist/lib/use-locale.js +13 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/lib/utils.js +8 -0
- package/dist/list-schedules/components/schedule-list-item.d.ts +39 -0
- package/dist/list-schedules/components/schedule-list-item.d.ts.map +1 -0
- package/dist/list-schedules/components/schedule-list-item.js +122 -0
- package/dist/list-schedules/index.d.ts +2 -0
- package/dist/list-schedules/index.d.ts.map +1 -0
- package/dist/list-schedules/index.js +4 -0
- package/dist/list-schedules/wrappers/list-schedules-platform-wrapper.d.ts +6 -0
- package/dist/list-schedules/wrappers/list-schedules-platform-wrapper.d.ts.map +1 -0
- package/dist/list-schedules/wrappers/list-schedules-platform-wrapper.js +99 -0
- package/dist/node_modules/.bun/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/esm/extends.js +12 -0
- package/dist/node_modules/.bun/@floating-ui_core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.js +532 -0
- package/dist/node_modules/.bun/@floating-ui_dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +403 -0
- package/dist/node_modules/.bun/@floating-ui_react-dom@2.1.8_21ccd8898788a04d/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +232 -0
- package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +136 -0
- package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +128 -0
- package/dist/node_modules/.bun/@radix-ui_primitive@1.0.1/node_modules/@radix-ui/primitive/dist/index.js +8 -0
- package/dist/node_modules/.bun/@radix-ui_react-arrow@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-arrow/dist/index.js +19 -0
- package/dist/node_modules/.bun/@radix-ui_react-compose-refs@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-compose-refs/dist/index.js +16 -0
- package/dist/node_modules/.bun/@radix-ui_react-context@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-context/dist/index.js +85 -0
- package/dist/node_modules/.bun/@radix-ui_react-dismissable-layer@1.0.4_20d1060667f1d6f1/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +135 -0
- package/dist/node_modules/.bun/@radix-ui_react-focus-guards@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-focus-guards/dist/index.js +20 -0
- package/dist/node_modules/.bun/@radix-ui_react-focus-scope@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-focus-scope/dist/index.js +179 -0
- package/dist/node_modules/.bun/@radix-ui_react-popover@1.0.6_20d1060667f1d6f1/node_modules/@radix-ui/react-popover/dist/index.js +213 -0
- package/dist/node_modules/.bun/@radix-ui_react-popper@1.1.2_20d1060667f1d6f1/node_modules/@radix-ui/react-popper/dist/index.js +215 -0
- package/dist/node_modules/.bun/@radix-ui_react-portal@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-portal/dist/index.js +14 -0
- package/dist/node_modules/.bun/@radix-ui_react-presence@1.0.1_20d1060667f1d6f1/node_modules/@radix-ui/react-presence/dist/index.js +81 -0
- package/dist/node_modules/.bun/@radix-ui_react-primitive@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-primitive/dist/index.js +44 -0
- package/dist/node_modules/.bun/@radix-ui_react-slot@1.0.2_18a90a95e6705280/node_modules/@radix-ui/react-slot/dist/index.js +53 -0
- package/dist/node_modules/.bun/@radix-ui_react-use-callback-ref@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +16 -0
- package/dist/node_modules/.bun/@radix-ui_react-use-controllable-state@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +36 -0
- package/dist/node_modules/.bun/@radix-ui_react-use-escape-keydown@1.0.3_18a90a95e6705280/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +17 -0
- package/dist/node_modules/.bun/@radix-ui_react-use-layout-effect@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +6 -0
- package/dist/node_modules/.bun/@radix-ui_react-use-size@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-use-size/dist/index.js +36 -0
- package/dist/node_modules/.bun/aria-hidden@1.2.6/node_modules/aria-hidden/dist/es2015/index.js +52 -0
- package/dist/node_modules/.bun/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js +7 -0
- package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_18a90a95e6705280/node_modules/react-remove-scroll-bar/dist/es2015/component.js +71 -0
- package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_18a90a95e6705280/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +7 -0
- package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_18a90a95e6705280/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +25 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/Combination.js +11 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +109 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/UI.js +31 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +16 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +62 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/medium.js +5 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/sidecar.js +7 -0
- package/dist/node_modules/.bun/react-style-singleton@2.2.3_18a90a95e6705280/node_modules/react-style-singleton/dist/es2015/component.js +11 -0
- package/dist/node_modules/.bun/react-style-singleton@2.2.3_18a90a95e6705280/node_modules/react-style-singleton/dist/es2015/hook.js +15 -0
- package/dist/node_modules/.bun/react-style-singleton@2.2.3_18a90a95e6705280/node_modules/react-style-singleton/dist/es2015/singleton.js +30 -0
- package/dist/node_modules/.bun/tslib@2.8.1/node_modules/tslib/tslib.es6.js +27 -0
- package/dist/node_modules/.bun/use-callback-ref@1.3.3_18a90a95e6705280/node_modules/use-callback-ref/dist/es2015/assignRef.js +6 -0
- package/dist/node_modules/.bun/use-callback-ref@1.3.3_18a90a95e6705280/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +26 -0
- package/dist/node_modules/.bun/use-callback-ref@1.3.3_18a90a95e6705280/node_modules/use-callback-ref/dist/es2015/useRef.js +25 -0
- package/dist/node_modules/.bun/use-sidecar@1.1.3_18a90a95e6705280/node_modules/use-sidecar/dist/es2015/exports.js +18 -0
- package/dist/node_modules/.bun/use-sidecar@1.1.3_18a90a95e6705280/node_modules/use-sidecar/dist/es2015/medium.js +67 -0
- package/dist/onboarding/continue-with-calcom.d.ts +3 -0
- package/dist/onboarding/continue-with-calcom.d.ts.map +1 -0
- package/dist/onboarding/continue-with-calcom.js +429 -0
- package/dist/onboarding/export.d.ts +3 -0
- package/dist/onboarding/export.d.ts.map +1 -0
- package/dist/onboarding/onboarding-embed.d.ts +3 -0
- package/dist/onboarding/onboarding-embed.d.ts.map +1 -0
- package/dist/onboarding/onboarding-embed.js +182 -0
- package/dist/onboarding/types.d.ts +31 -0
- package/dist/onboarding/types.d.ts.map +1 -0
- package/dist/onboarding/types.js +1 -0
- package/dist/router/index.d.ts +2 -0
- package/dist/router/index.d.ts.map +1 -0
- package/dist/router/index.js +4 -0
- package/dist/router/router.d.ts +30 -0
- package/dist/router/router.d.ts.map +1 -0
- package/dist/router/router.js +65 -0
- package/dist/selected-calendars/index.d.ts +2 -0
- package/dist/selected-calendars/index.d.ts.map +1 -0
- package/dist/selected-calendars/index.js +4 -0
- package/dist/selected-calendars/selected-calendars-settings.d.ts +6 -0
- package/dist/selected-calendars/selected-calendars-settings.d.ts.map +1 -0
- package/dist/selected-calendars/selected-calendars-settings.js +6 -0
- package/dist/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.d.ts +38 -0
- package/dist/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.js +306 -0
- package/dist/timezone/index.d.ts +6 -0
- package/dist/timezone/index.d.ts.map +1 -0
- package/dist/timezone/index.js +33 -0
- package/dist/timezone/timezone-select-component.d.ts +15 -0
- package/dist/timezone/timezone-select-component.d.ts.map +1 -0
- package/dist/timezone/timezone-select-component.js +136 -0
- package/dist/troubleshooter/components/calendar-toggle-container-component.d.ts +31 -0
- package/dist/troubleshooter/components/calendar-toggle-container-component.d.ts.map +1 -0
- package/dist/troubleshooter/components/calendar-toggle-container-component.js +81 -0
- package/dist/troubleshooter/components/event-schedule-item-component.d.ts +12 -0
- package/dist/troubleshooter/components/event-schedule-item-component.d.ts.map +1 -0
- package/dist/troubleshooter/components/event-schedule-item-component.js +28 -0
- package/dist/troubleshooter/components/event-type-select-component.d.ts +18 -0
- package/dist/troubleshooter/components/event-type-select-component.d.ts.map +1 -0
- package/dist/troubleshooter/components/event-type-select-component.js +75 -0
- package/dist/troubleshooter/components/troubleshooter-list-item-container.d.ts +12 -0
- package/dist/troubleshooter/components/troubleshooter-list-item-container.d.ts.map +1 -0
- package/dist/troubleshooter/components/troubleshooter-list-item-container.js +31 -0
- package/dist/troubleshooter/index.d.ts +2 -0
- package/dist/troubleshooter/index.d.ts.map +1 -0
- package/dist/troubleshooter/index.js +4 -0
- package/dist/troubleshooter/large-calendar/large-calendar.d.ts +6 -0
- package/dist/troubleshooter/large-calendar/large-calendar.d.ts.map +1 -0
- package/dist/troubleshooter/large-calendar/large-calendar.js +10 -0
- package/dist/troubleshooter/sidebar/calendar-toggle-container.d.ts +7 -0
- package/dist/troubleshooter/sidebar/calendar-toggle-container.d.ts.map +1 -0
- package/dist/troubleshooter/sidebar/calendar-toggle-container.js +22 -0
- package/dist/troubleshooter/sidebar/event-schedule-item.d.ts +2 -0
- package/dist/troubleshooter/sidebar/event-schedule-item.d.ts.map +1 -0
- package/dist/troubleshooter/sidebar/event-schedule-item.js +13 -0
- package/dist/troubleshooter/sidebar/event-type-select.d.ts +2 -0
- package/dist/troubleshooter/sidebar/event-type-select.d.ts.map +1 -0
- package/dist/troubleshooter/sidebar/event-type-select.js +10 -0
- package/dist/troubleshooter/sidebar/troubleshooter-sidebar.d.ts +17 -0
- package/dist/troubleshooter/sidebar/troubleshooter-sidebar.d.ts.map +1 -0
- package/dist/troubleshooter/sidebar/troubleshooter-sidebar.js +28 -0
- package/dist/troubleshooter/store.d.ts +30 -0
- package/dist/troubleshooter/store.d.ts.map +1 -0
- package/dist/troubleshooter/store.js +52 -0
- package/dist/troubleshooter/types.d.ts +11 -0
- package/dist/troubleshooter/types.d.ts.map +1 -0
- package/dist/troubleshooter/types.js +1 -0
- package/dist/troubleshooter/wrappers/troubleshooter-platform-wrapper.d.ts +14 -0
- package/dist/troubleshooter/wrappers/troubleshooter-platform-wrapper.d.ts.map +1 -0
- package/dist/troubleshooter/wrappers/troubleshooter-platform-wrapper.js +68 -0
- package/dist/types.d.ts +8 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +1 -0
- package/dist/vendor/analytics.d.ts +17 -0
- package/dist/vendor/analytics.d.ts.map +1 -0
- package/dist/vendor/analytics.js +8 -0
- package/dist/vendor/availability.d.ts +15 -0
- package/dist/vendor/availability.d.ts.map +1 -0
- package/dist/vendor/availability.js +27 -0
- package/dist/vendor/avatar-url.d.ts +23 -0
- package/dist/vendor/avatar-url.d.ts.map +1 -0
- package/dist/vendor/avatar-url.js +18 -0
- package/dist/vendor/booker-url.d.ts +13 -0
- package/dist/vendor/booker-url.d.ts.map +1 -0
- package/dist/vendor/booker-url.js +14 -0
- package/dist/vendor/booking-to-mutation-input.d.ts +96 -0
- package/dist/vendor/booking-to-mutation-input.d.ts.map +1 -0
- package/dist/vendor/booking-to-mutation-input.js +73 -0
- package/dist/vendor/cal-ai-phone.d.ts +4 -0
- package/dist/vendor/cal-ai-phone.d.ts.map +1 -0
- package/dist/vendor/cal-ai-phone.js +31 -0
- package/dist/vendor/check-for-empty-assignment.d.ts +16 -0
- package/dist/vendor/check-for-empty-assignment.d.ts.map +1 -0
- package/dist/vendor/check-for-empty-assignment.js +11 -0
- package/dist/vendor/children-event-type.d.ts +44 -0
- package/dist/vendor/children-event-type.d.ts.map +1 -0
- package/dist/vendor/children-event-type.js +14 -0
- package/dist/vendor/currency.d.ts +3 -0
- package/dist/vendor/currency.d.ts.map +1 -0
- package/dist/vendor/currency.js +34 -0
- package/dist/vendor/dayjs/index.d.ts +5 -0
- package/dist/vendor/dayjs/index.d.ts.map +1 -0
- package/dist/vendor/dayjs/index.js +27 -0
- package/dist/vendor/dayjs/plugins/business-days-plugin.d.ts +11 -0
- package/dist/vendor/dayjs/plugins/business-days-plugin.d.ts.map +1 -0
- package/dist/vendor/dayjs/plugins/business-days-plugin.js +70 -0
- package/dist/vendor/dayjs-utils.d.ts +4 -0
- package/dist/vendor/dayjs-utils.d.ts.map +1 -0
- package/dist/vendor/dayjs-utils.js +10 -0
- package/dist/vendor/error-codes.d.ts +40 -0
- package/dist/vendor/error-codes.d.ts.map +1 -0
- package/dist/vendor/error-codes.js +4 -0
- package/dist/vendor/event-naming.d.ts +33 -0
- package/dist/vendor/event-naming.d.ts.map +1 -0
- package/dist/vendor/event-naming.js +9 -0
- package/dist/vendor/form-builder/base-schema.d.ts +917 -0
- package/dist/vendor/form-builder/base-schema.d.ts.map +1 -0
- package/dist/vendor/form-builder/base-schema.js +98 -0
- package/dist/vendor/form-builder/field-type-enum.d.ts +4 -0
- package/dist/vendor/form-builder/field-type-enum.d.ts.map +1 -0
- package/dist/vendor/form-builder/field-type-enum.js +21 -0
- package/dist/vendor/form-builder/field-types.d.ts +5 -0
- package/dist/vendor/form-builder/field-types.d.ts.map +1 -0
- package/dist/vendor/form-builder/field-types.js +156 -0
- package/dist/vendor/form-builder/fields-that-support-label-as-safe-html.d.ts +3 -0
- package/dist/vendor/form-builder/fields-that-support-label-as-safe-html.d.ts.map +1 -0
- package/dist/vendor/form-builder/fields-that-support-label-as-safe-html.js +4 -0
- package/dist/vendor/form-builder/props-types.d.ts +18 -0
- package/dist/vendor/form-builder/props-types.d.ts.map +1 -0
- package/dist/vendor/form-builder/props-types.js +20 -0
- package/dist/vendor/form-builder/schema.d.ts +761 -0
- package/dist/vendor/form-builder/schema.d.ts.map +1 -0
- package/dist/vendor/form-builder/schema.js +174 -0
- package/dist/vendor/form-builder/system-field.d.ts +9 -0
- package/dist/vendor/form-builder/system-field.d.ts.map +1 -0
- package/dist/vendor/form-builder/system-field.js +29 -0
- package/dist/vendor/form-builder/use-should-be-disabled-due-to-prefill.d.ts +12 -0
- package/dist/vendor/form-builder/use-should-be-disabled-due-to-prefill.d.ts.map +1 -0
- package/dist/vendor/form-builder/use-should-be-disabled-due-to-prefill.js +45 -0
- package/dist/vendor/form-builder/utils/get-field-identifier.d.ts +2 -0
- package/dist/vendor/form-builder/utils/get-field-identifier.d.ts.map +1 -0
- package/dist/vendor/form-builder/utils/get-field-identifier.js +5 -0
- package/dist/vendor/form-builder/utils/variants-config.d.ts +40 -0
- package/dist/vendor/form-builder/utils/variants-config.d.ts.map +1 -0
- package/dist/vendor/form-builder/utils/variants-config.js +49 -0
- package/dist/vendor/form-builder/utils.d.ts +7 -0
- package/dist/vendor/form-builder/utils.d.ts.map +1 -0
- package/dist/vendor/form-builder/utils.js +25 -0
- package/dist/vendor/form-builder-widgets/index.d.ts +49 -0
- package/dist/vendor/form-builder-widgets/index.d.ts.map +1 -0
- package/dist/vendor/form-builder-widgets/index.js +128 -0
- package/dist/vendor/format-date-time.d.ts +15 -0
- package/dist/vendor/format-date-time.d.ts.map +1 -0
- package/dist/vendor/format-date-time.js +72 -0
- package/dist/vendor/get-available-dates-in-month.d.ts +12 -0
- package/dist/vendor/get-available-dates-in-month.d.ts.map +1 -0
- package/dist/vendor/get-available-dates-in-month.js +20 -0
- package/dist/vendor/get-avatar-url.d.ts +5 -0
- package/dist/vendor/get-avatar-url.d.ts.map +1 -0
- package/dist/vendor/get-avatar-url.js +7 -0
- package/dist/vendor/get-routed-team-member-ids.d.ts +2 -0
- package/dist/vendor/get-routed-team-member-ids.d.ts.map +1 -0
- package/dist/vendor/get-routed-team-member-ids.js +7 -0
- package/dist/vendor/get-stripe.d.ts +7 -0
- package/dist/vendor/get-stripe.d.ts.map +1 -0
- package/dist/vendor/get-stripe.js +8 -0
- package/dist/vendor/get-username-list.d.ts +2 -0
- package/dist/vendor/get-username-list.d.ts.map +1 -0
- package/dist/vendor/get-username-list.js +8 -0
- package/dist/vendor/hooks/use-debounce.d.ts +2 -0
- package/dist/vendor/hooks/use-debounce.d.ts.map +1 -0
- package/dist/vendor/hooks/use-debounce.js +15 -0
- package/dist/vendor/hooks/use-media-query.d.ts +3 -0
- package/dist/vendor/hooks/use-media-query.d.ts.map +1 -0
- package/dist/vendor/hooks/use-media-query.js +15 -0
- package/dist/vendor/hooks/use-router-query.d.ts +2 -0
- package/dist/vendor/hooks/use-router-query.d.ts.map +1 -0
- package/dist/vendor/hooks/use-router-query.js +25 -0
- package/dist/vendor/host-group-utils.d.ts +19 -0
- package/dist/vendor/host-group-utils.d.ts.map +1 -0
- package/dist/vendor/host-group-utils.js +27 -0
- package/dist/vendor/interval-limit.d.ts +6 -0
- package/dist/vendor/interval-limit.d.ts.map +1 -0
- package/dist/vendor/interval-limit.js +8 -0
- package/dist/vendor/invert-logo-on-dark.d.ts +2 -0
- package/dist/vendor/invert-logo-on-dark.d.ts.map +1 -0
- package/dist/vendor/invert-logo-on-dark.js +6 -0
- package/dist/vendor/locales/de/common.json.d.ts +319 -0
- package/dist/vendor/locales/de/common.json.js +626 -0
- package/dist/vendor/locales/en/common.json.d.ts +319 -0
- package/dist/vendor/locales/en/common.json.js +626 -0
- package/dist/vendor/locales/es/common.json.d.ts +319 -0
- package/dist/vendor/locales/es/common.json.js +626 -0
- package/dist/vendor/locales/fr/common.json.d.ts +319 -0
- package/dist/vendor/locales/fr/common.json.js +626 -0
- package/dist/vendor/locales/it/common.json.d.ts +319 -0
- package/dist/vendor/locales/it/common.json.js +626 -0
- package/dist/vendor/locales/nl/common.json.d.ts +319 -0
- package/dist/vendor/locales/nl/common.json.js +626 -0
- package/dist/vendor/locales/pt-BR/common.json.d.ts +319 -0
- package/dist/vendor/locales/pt-BR/common.json.js +626 -0
- package/dist/vendor/locations-resolver.d.ts +38 -0
- package/dist/vendor/locations-resolver.d.ts.map +1 -0
- package/dist/vendor/locations-resolver.js +16 -0
- package/dist/vendor/locations.d.ts +58 -0
- package/dist/vendor/locations.d.ts.map +1 -0
- package/dist/vendor/locations.js +168 -0
- package/dist/vendor/parse-dates.d.ts +18 -0
- package/dist/vendor/parse-dates.d.ts.map +1 -0
- package/dist/vendor/parse-dates.js +56 -0
- package/dist/vendor/payments.d.ts +50 -0
- package/dist/vendor/payments.d.ts.map +1 -0
- package/dist/vendor/payments.js +48 -0
- package/dist/vendor/phone-input/phone-input.d.ts +17 -0
- package/dist/vendor/phone-input/phone-input.d.ts.map +1 -0
- package/dist/vendor/phone-input/phone-input.js +84 -0
- package/dist/vendor/phone-input/phone-masks.d.ts +8 -0
- package/dist/vendor/phone-input/phone-masks.d.ts.map +1 -0
- package/dist/vendor/phone-input/phone-masks.js +10 -0
- package/dist/vendor/query-param.d.ts +4 -0
- package/dist/vendor/query-param.d.ts.map +1 -0
- package/dist/vendor/query-param.js +23 -0
- package/dist/vendor/recurring.d.ts +27 -0
- package/dist/vendor/recurring.d.ts.map +1 -0
- package/dist/vendor/recurring.js +24 -0
- package/dist/vendor/schedule-list-item.d.ts +55 -0
- package/dist/vendor/schedule-list-item.d.ts.map +1 -0
- package/dist/vendor/schedule-list-item.js +12 -0
- package/dist/vendor/scroll.d.ts +2 -0
- package/dist/vendor/scroll.d.ts.map +1 -0
- package/dist/vendor/scroll.js +6 -0
- package/dist/vendor/server-trans.d.ts +25 -0
- package/dist/vendor/server-trans.d.ts.map +1 -0
- package/dist/vendor/server-trans.js +38 -0
- package/dist/vendor/slugify.d.ts +3 -0
- package/dist/vendor/slugify.d.ts.map +1 -0
- package/dist/vendor/slugify.js +13 -0
- package/dist/vendor/time-format.d.ts +10 -0
- package/dist/vendor/time-format.d.ts.map +1 -0
- package/dist/vendor/time-format.js +18 -0
- package/dist/vendor/time-preferences.d.ts +14 -0
- package/dist/vendor/time-preferences.d.ts.map +1 -0
- package/dist/vendor/time-preferences.js +18 -0
- package/dist/vendor/time-shift.d.ts +6 -0
- package/dist/vendor/time-shift.d.ts.map +1 -0
- package/dist/vendor/time-shift.js +19 -0
- package/dist/vendor/timezone-constants.d.ts +3 -0
- package/dist/vendor/timezone-constants.d.ts.map +1 -0
- package/dist/vendor/timezone-constants.js +8 -0
- package/dist/vendor/timezone.d.ts +10 -0
- package/dist/vendor/timezone.d.ts.map +1 -0
- package/dist/vendor/timezone.js +66 -0
- package/dist/vendor/validate-booker-layouts.d.ts +8 -0
- package/dist/vendor/validate-booker-layouts.d.ts.map +1 -0
- package/dist/vendor/validate-booker-layouts.js +18 -0
- package/dist/vendor/webstorage.d.ts +18 -0
- package/dist/vendor/webstorage.d.ts.map +1 -0
- package/dist/vendor/webstorage.js +77 -0
- package/dist/vendor/weekday.d.ts +5 -0
- package/dist/vendor/weekday.d.ts.map +1 -0
- package/dist/vendor/weekday.js +20 -0
- package/dist/vendor/weekstart.d.ts +3 -0
- package/dist/vendor/weekstart.d.ts.map +1 -0
- package/dist/vendor/weekstart.js +19 -0
- package/package.json +333 -5
- package/dist/cal-atoms.js +0 -191
- package/dist/index-CX3mF0eE.js +0 -22128
- package/dist/stripe-payment-form-BkyG0n4F.js +0 -118
- /package/dist/{cal-atoms.css → atoms.css} +0 -0
|
@@ -0,0 +1,626 @@
|
|
|
1
|
+
const e = "mais alto", o = "Estou ciente de que, se eu não comparecer a este evento, será cobrada no meu cartão uma taxa de não comparecimento de {{amount, currency}}.", a = "ativo", n = "Adicionar", t = "Adicionar um calendário", s = "Adicionar um membro", r = "Adicionar uma substituição", i = "Adicionar outro", c = "Adicionar Participantes", d = "Adicionar calendário {{calendar}}", _ = "Adicionar eventos a", l = "Adicionar grupo", u = "Adicionar novo horário", m = "Adicionar ao calendário", p = "Selecione onde adicionar eventos quando você for agendado.", v = "Tudo reservado.", jt = "e", b = "Aplicativo removido com sucesso", g = "Calendário Apple conectado", f = "Conectar Calendário Apple", h = "Verificando Calendário Apple", y = "Aplicar", A = "Apps", w = "Tem certeza de que deseja remover este app?", q = "Quando esta opção está ativada, qualquer membro da equipe — incluindo membros futuros — que tenha um tipo de evento pessoal com o slug /{{slug}} terá seu link de agendamento automaticamente substituído. Eles serão notificados por e-mail.", C = "Links de agendamento podem ser substituídos para membros da equipe", k = "Atribuir a", x = "Atribuição", S = "Agende reuniões quando todos estiverem disponíveis ou alterne entre os membros da sua equipe", P = "Adicione todos os membros da equipe, incluindo futuros membros", z = "Disponibilidade", E = "Agendamento de disponibilidade", N = "Configurações de disponibilidade", V = "Voltar", R = "Configuração de eventos", O = "Beta", T = "Este recurso está em Beta. Envie feedback para", D = "Não foi possível achar o evento que você está tentando reservar.", j = "Não foi possível agendar a reunião.", M = "Não há mais assentos disponíveis", I = "Evento recorrente não suporta o recurso de limite de reservas por agendador. Desative o limite de reservas por agendador para habilitar o evento recorrente.", G = "Algo deu errado, tente reconectar seu calendário com todas as permissões necessárias", H = "Configurações de calendário", L = "Calendários que estamos verificando para conflitos", B = "Poderia tentar novamente em um horário diferente?", U = "Cancelar", F = "Este tipo de evento não pode ser excluído", Q = "alterar prioridade", W = "Verificar se há conflitos", Z = "Fechar", $ = "Código", J = "Coletivo", K = "Agende reuniões quando todos os membros selecionados do time estiverem disponíveis.", X = "Conclua sua reserva", Y = "Conferência", ee = "Gerencie seus aplicativos de videoconferência para suas reuniões", oe = "Confirmar", ae = "Confirme suas informações", ne = "Conectar agora", te = "Estamos conectando você a alguém da {{orgName}}.", se = "Continuar com {{appName}}", re = "Copiar tipos para", ie = "Copiar horários para…", ce = "Crie o seu próprio link para reservas com {{appName}}", de = "Criar eventos em", _e = "Create a new schedule", le = "Substituições de data", ue = "Apagar a data sobrescreve em {{date}}", me = "Selecione as datas para substituir", pe = "Que horas você está livre?", ve = "Substituições de data são realizadas automaticamente quando uma data tiver passado", be = "Marcar indisponível (o dia todo)", ge = "Salvar Substituição", fe = "Adicione datas quando sua disponibilidade mudar em relação às suas horas diárias.", he = "Indisponível o dia todo", ye = "Atualizar substituição", Ae = "Substituição de data adicionada com sucesso", we = "Atualize as localizações para os tipos de evento selecionados", qe = "Atualize em massa os tipos de evento existentes", Ce = "Lembrete padrão", ke = "Defina o horário padrão de lembrete para eventos adicionados ao seu Google Agenda.", xe = "Horas de trabalho", Se = "Atualize os horários para os tipos de eventos selecionados", Pe = "Excluir tipo de evento?", ze = "Tem certeza de que deseja excluir este tipo de evento?", Ee = "Excluir agenda", Ne = "A exclusão da agenda vai removê-la de todos os tipos de evento. Essa ação não pode ser desfeita.", Ve = "Descrição", Re = "Concluído", Oe = "Não quer esperar?", Te = "Você está fazendo um agendamento de teste.", De = "Duplicar", je = "Duração", Me = "A duração não pode exceder {{max}} minutos (24 horas)", Ie = "A duração deve ser de pelo menos {{min}} minuto(s)", Ge = "Editar", He = "Habilitar Pesos", Le = "Insira o código de seis dígitos enviado para {{email}}", Be = "Por favor, insira um número entre 1 e {{maxOccurences}}", Ue = "Ocorreu um erro ao reservar o evento, atualize a página e tente novamente", Fe = "Erro ao carregar tipos de eventos", Qe = "Erro ao remover o aplicativo", We = "Avançado", Ze = "Limites", $e = "Limites de reserva devem estar em ordem crescente. [dia, semana, mês, ano,]", Je = "Limites de duração devem estar em ordem crescente. [dia, semana, mês, ano,]", Ke = "Configuração do evento: deve ter pelo menos 1 minuto de duração.", Xe = "Configuração de evento: selecione uma duração padrão válida.", Ye = "Configuração do evento: múltiplas durações requerem pelo menos uma opção.", eo = "Você só pode ter um aplicativo de pagamento ativado por tipo de evento.", oo = "Tipo do evento", ao = "Tipo de evento removido com sucesso", no = "{{eventTypeTitle}} tipo de evento atualizado com sucesso", to = "Eventos", so = "A cada {{freq}} durante", ro = "Você está saindo da Cal.com", io = "Você está sendo redirecionado para um site externo que não é operado pela Cal.com. Se deseja prosseguir, clique em continuar.", co = "Filtrar por atributos", _o = "Anfitriões fixos", lo = "Por um máximo de", uo = "Horário anterior", mo = "Retornar", po = "Calendário Google conectado", vo = "Conectar Calendário Google", bo = "Verificando Calendário Google", go = "Google Meet", fo = "Está tendo problemas para encontrar um horário?", ho = "Esconder", yo = "alto", Ao = "Sem disponibilidade neste feriado", wo = "O anfitrião está redirecionando você para {{hostname}}:", qo = "{{count}}h", Co = "Incluir agendamentos não comparecidos nos cálculos de round robin", ko = "Instalar Calendário", xo = "Instalado", So = "{{count}} instalado(s)", Po = "Reserva instantânea", zo = "Ah, não! Parece que a permissão expirou ou foi revogada. Reinstale novamente.", Eo = "Há uma variável inválida no seu nome do evento", No = "Você acabou de se conectar. Por favor, reserve um dos horários acima ou tente novamente mais tarde.", Vo = "Iniciar o solucionador de problemas", Ro = "Layout", Oo = "Carregando...", To = "{{locationCount}} opções de local", Do = "baixo", jo = "mais baixo", Mo = "Gerenciar calendários", Io = "Gerenciado", Go = "Evento gerenciado", Ho = "Crie e distribua tipos de eventos em massa para os membros da equipe", Lo = "Se você escolher substituir, serão enviadas notificações. Volte e remova caso não queira sobrescrever.", Bo = "Substituir e notificar {{count}} membro", Uo = "Substituir e notificar {{count}} membros", Fo = "O url/{{slug}} já existe para {{count}} membro. Deseja substituir?", Qo = "O url/{{slug}} já existe para {{count}} membros. Deseja substituir?", Wo = 'o "nome de usuário" será preenchido com o nome de usuário dos membros atribuídos', Zo = "médio", $o = "O URL da reunião está no e-mail de confirmação", Jo = "Membro", Ko = "Agenda padrão do membro", Xo = "{{count}}m", Yo = "minutos", ea = "Minutos", oa = "{{count}}$t({{unit}}_short)", aa = "Nome", na = "Calendário sem nome", ta = "Precisa de ajuda?", sa = "Sem disponibilidade em {{month}}", ra = "Nenhum calendário instalado", ia = "Você ainda não conectou nenhum de seus calendários", ca = "Sem aplicativos de {{category}}", da = "Tente adicionar um aplicativo para chamadas de vídeo com seus clientes", _a = "Nenhuma configuração de tipo de evento", la = "Este usuário ainda não definiu nenhum tipo de evento.", ua = "No schedules found", ma = "Taxa de não comparecimento", pa = "Não instalado", va = "{{num}} opções de local", ba = "Insira o número em formato internacional.", ga = "{{count}} membro", fa = "{{count}} membros", ha = "ocorrência", ya = "ocorrências", Aa = "Vídeo do MS Teams", wa = "Agende com {{displayName}}", qa = "{{displayName}} está ausente", Ca = "Opções", ka = "Calendário Outlook conectado", xa = "Conectar Calendário Outlook", Sa = "Verificando Calendário Outlook", Pa = "Sobrepor meu calendário", za = "Ao conectar-se à seu Calendário, você aceita nossa política de privacidade e termos de uso. Você pode revogar o acesso a qualquer momento.", Ea = "Proprietário", Na = "Pago", Va = "Pague para reservar", Ra = "Pagar agora", Oa = "Pagamento", Ta = "Pendente", Da = "Parece que todos os nossos especialistas estão ocupados no momento. Por favor, agende uma chamada em um horário que seja mais conveniente para você e estaremos prontos para ajudar.", ja = "Por favor, não feche ou atualize esta página", Ma = "Instale um calendário", Ia = " Por favor, agende uma chamada futura se não estivermos disponíveis em {{seconds}} segundos", Ga = "Mais {{count}}", Ha = "Pré-visualizar", La = "Preço", Ba = "Prioridade para {{userName}}", Ua = "Política de privacidade", Fa = "Ao prosseguir, você concorda com nossos", Qa = "Bate papo rápido", Wa = "Uma chamada rápida de video.", Za = "Recorrente", $a = "Evento recorrente", Ja = "Eventos recorrentes não suportam o recurso de assentos. Desative o recurso de assentos ou torne o evento não recorrente.", Ka = "Reembolsado", Xa = "Remover app", Ya = "Repete-se a cada", en = "Repete {{count}} vezes", on = "Você precisa ter pelo menos uma agenda", an = "Requer confirmação", nn = "Reagendar", tn = "Não foi possível reagendar a reunião.", sn = "Round Robin", rn = "Reuniões recorrentes entre vários membros da equipe.", cn = "Anfitriões em Round-Robin", dn = "Distribuição", _n = "Permite que os agendadores marquem reuniões sempre que um anfitrião estiver disponível. Use isso para maximizar o número de reuniões potenciais agendadas quando a distribuição uniforme de reuniões entre os anfitriões for menos importante.", ln = "Maximizar disponibilidade", un = "Monitoraremos quantas reservas foram feitas com cada anfitrião e compararemos com os outros, desativando alguns anfitriões que estão muito à frente para que as reservas sejam distribuídas uniformemente.", mn = "Balanceamento de carga", pn = "Permite otimizar a distribuição para máxima disponibilidade ou buscar uma atribuição mais equilibrada.", vn = "O Balanceamento de Carga só está disponível quando a base de timestamp está definida como Hora de Criação da Reserva", bn = "O balanceamento de carga não está disponível com Grupos Round Robin", gn = "Salvar", fn = "Agenda {{scheduleName}} criada com êxito", hn = "Agendar agora", yn = "Tipo de Agendamento", An = "Neste momento, não é possível habilitar assentos e cobrar taxa de não comparecimento", wn = "Assentos disponíveis", qn = "Assentos disponíveis", Cn = "Assento disponível", kn = "Assentos disponíveis", xn = "Assentos disponíveis", Sn = "Assentos disponíveis", Pn = "O recurso de assentos não suporta eventos recorrentes. Desative o recurso de assentos para torná-lo recorrente.", zn = "Assentos sendo preenchidos rapidamente", En = "Assentos quase preenchidos", Nn = "Selecionar...", Vn = "Selecionar tudo", Rn = "Selecionar em quais calendários você deseja verificar se há conflitos para evitar dupla reserva.", On = "Selecione na próxima etapa", Tn = "Definir como padrão", Dn = "Definir prioridade", jn = "Definir como padrão", Mn = "Definir Peso", In = "Exibir no perfil", Gn = "Mostrar mais", Hn = "Ao inserir seu número de telefone, você consente em receber mensagens SMS para este evento. Tarifas de SMS podem ser aplicadas.", Ln = "Algo parece errado?", Bn = "Ocorreu um erro.", Un = "Outro Lugar", Fn = "Stripe Conectado", Qn = "Conectar ao Stripe", Wn = "Verificando credenciais do Stripe", Zn = "Enviar", $n = "Enviar cartão", Jn = "Trocar para visualização de coluna", Kn = "Trocar para visualização mensal", Xn = "Trocar para visualização semanal", Yn = "Publicação de {{team}} cancelada", et = "Termos", ot = "Formato de hora", at = "Mudança de horário", nt = "Selecione a alocação de tempo", tt = "Selecione uma alocação de tempo para reservar o evento.", st = "Nenhuma alocação de tempo selecionada", rt = "Ocupado", it = "Fuso Horário", ct = "Título", dt = "Hoje", _t = "Ative/desative os calendários que você quiser para verificar conflitos e evitar reservas repetidas.", lt = "ID de referência de rastreamento", ut = "Solucionador de problemas", mt = "Abra o solucionador de problemas e descubra o que há de errado com sua programação", pt = "Indisponível", vt = "Horário indisponível", bt = "Atualizar", Mt = "URL", gt = "Este usuário está indisponível no momento.", ft = "A pessoa que você está tentando realizar uma reserva está indisponível no momento e, portanto, não está aceitando novas reservas.", ht = "nome de usuário", yt = "Verificar e-mail", At = "Verifique seu e-mail", wt = "Ver próximo mês", qt = "Veja seus eventos do calendário para evitar conflito nos agendamentos.", Ct = "Ver mês anterior", kt = "Eventos recorrentes ainda não são compatíveis com os pagamentos", xt = "Os detalhes para a vídeo chamada serão fornecidos em breve.", St = "Webhooks", Pt = "Peso", zt = "Peso para {{userName}}", Et = "O quê", Nt = "Quando", Vt = "Onde", Rt = "Fluxos de trabalho", Ot = "Sim, remover o app", Tt = "Você pode substituir isso por evento nas configurações Avançadas em cada tipo de evento.", Dt = "Zoom", It = {
|
|
2
|
+
"12_hour_short": "12h",
|
|
3
|
+
"24_hour_short": "24h",
|
|
4
|
+
"404_page_not_found": "404: Não foi possível encontrar esta página.",
|
|
5
|
+
Highest: e,
|
|
6
|
+
acknowledge_booking_no_show_fee: o,
|
|
7
|
+
active: a,
|
|
8
|
+
add: n,
|
|
9
|
+
add_a_calendar: t,
|
|
10
|
+
add_a_member: s,
|
|
11
|
+
add_an_override: r,
|
|
12
|
+
add_another: i,
|
|
13
|
+
add_attendees: c,
|
|
14
|
+
add_calendar_label: d,
|
|
15
|
+
add_events_to: _,
|
|
16
|
+
add_group: l,
|
|
17
|
+
add_time_availability: u,
|
|
18
|
+
add_to_calendar: m,
|
|
19
|
+
add_to_calendar_description: p,
|
|
20
|
+
all_booked_today: v,
|
|
21
|
+
and: "e",
|
|
22
|
+
app_removed_successfully: b,
|
|
23
|
+
apple_connect_atom_already_connected_label: g,
|
|
24
|
+
apple_connect_atom_label: f,
|
|
25
|
+
apple_connect_atom_loading_label: h,
|
|
26
|
+
apply: y,
|
|
27
|
+
apps: A,
|
|
28
|
+
are_you_sure_you_want_to_remove_this_app: w,
|
|
29
|
+
assign_all_managed_warning_description: q,
|
|
30
|
+
assign_all_managed_warning_title: C,
|
|
31
|
+
assign_to: k,
|
|
32
|
+
assignment: x,
|
|
33
|
+
assignment_description: S,
|
|
34
|
+
automatically_add_all_team_members: P,
|
|
35
|
+
availability: z,
|
|
36
|
+
availability_schedule: E,
|
|
37
|
+
availability_settings: N,
|
|
38
|
+
back: V,
|
|
39
|
+
basics: R,
|
|
40
|
+
beta: O,
|
|
41
|
+
beta_try_recurring_events: T,
|
|
42
|
+
booker_event_not_found: D,
|
|
43
|
+
booking_fail: j,
|
|
44
|
+
booking_full: M,
|
|
45
|
+
booking_limit_per_booker_doesnt_support_recurring: I,
|
|
46
|
+
calendar_error: G,
|
|
47
|
+
calendar_settings: H,
|
|
48
|
+
calendars_were_checking_for_conflicts: L,
|
|
49
|
+
can_you_try_again: B,
|
|
50
|
+
cancel: U,
|
|
51
|
+
cannot_delete_event_type: F,
|
|
52
|
+
change_priority: Q,
|
|
53
|
+
check_for_conflicts: W,
|
|
54
|
+
close: Z,
|
|
55
|
+
code: $,
|
|
56
|
+
collective: J,
|
|
57
|
+
collective_description: K,
|
|
58
|
+
complete_your_booking: X,
|
|
59
|
+
conferencing: Y,
|
|
60
|
+
conferencing_description: ee,
|
|
61
|
+
confirm: oe,
|
|
62
|
+
confirm_your_details: ae,
|
|
63
|
+
connect_now: ne,
|
|
64
|
+
connecting_you_to_someone: te,
|
|
65
|
+
continue: "Continuar",
|
|
66
|
+
continue_with: se,
|
|
67
|
+
copy_times_to: re,
|
|
68
|
+
copy_times_to_tooltip: ie,
|
|
69
|
+
create_booking_link_with_calcom: ce,
|
|
70
|
+
create_events_on: de,
|
|
71
|
+
create_new_schedule: _e,
|
|
72
|
+
date_overrides: le,
|
|
73
|
+
date_overrides_delete_on_date: ue,
|
|
74
|
+
date_overrides_dialog_title: me,
|
|
75
|
+
date_overrides_dialog_which_hours: pe,
|
|
76
|
+
date_overrides_info: ve,
|
|
77
|
+
date_overrides_mark_all_day_unavailable_one: be,
|
|
78
|
+
date_overrides_save_btn: ge,
|
|
79
|
+
date_overrides_subtitle: fe,
|
|
80
|
+
date_overrides_unavailable: he,
|
|
81
|
+
date_overrides_update_btn: ye,
|
|
82
|
+
date_successfully_added: Ae,
|
|
83
|
+
default: "Padrão",
|
|
84
|
+
default_conferencing_bulk_description: we,
|
|
85
|
+
default_conferencing_bulk_title: qe,
|
|
86
|
+
default_reminder: Ce,
|
|
87
|
+
default_reminder_description: ke,
|
|
88
|
+
default_schedule_name: xe,
|
|
89
|
+
default_schedules_bulk_description: Se,
|
|
90
|
+
delete: "Apagar",
|
|
91
|
+
delete_event_type: Pe,
|
|
92
|
+
delete_event_type_confirmation: ze,
|
|
93
|
+
delete_schedule: Ee,
|
|
94
|
+
delete_schedule_description: Ne,
|
|
95
|
+
description: Ve,
|
|
96
|
+
done: Re,
|
|
97
|
+
dont_want_to_wait: Oe,
|
|
98
|
+
dry_run_mode_active: Te,
|
|
99
|
+
duplicate: De,
|
|
100
|
+
duration: je,
|
|
101
|
+
duration_max_error: Me,
|
|
102
|
+
duration_min_error: Ie,
|
|
103
|
+
edit: Ge,
|
|
104
|
+
enable_weights: He,
|
|
105
|
+
enter_digit_code: Le,
|
|
106
|
+
enter_number_between_range: Be,
|
|
107
|
+
error_booking_event: Ue,
|
|
108
|
+
error_loading_event_types: Fe,
|
|
109
|
+
error_removing_app: Qe,
|
|
110
|
+
event_advanced_tab_title: We,
|
|
111
|
+
event_limit_tab_title: Ze,
|
|
112
|
+
event_setup_booking_limits_error: $e,
|
|
113
|
+
event_setup_duration_limits_error: Je,
|
|
114
|
+
event_setup_length_error: Ke,
|
|
115
|
+
event_setup_multiple_duration_default_error: Xe,
|
|
116
|
+
event_setup_multiple_duration_error: Ye,
|
|
117
|
+
event_setup_multiple_payment_apps_error: eo,
|
|
118
|
+
event_type: oo,
|
|
119
|
+
event_type_deleted_successfully: ao,
|
|
120
|
+
event_type_updated_successfully: no,
|
|
121
|
+
events: to,
|
|
122
|
+
every_for_freq: so,
|
|
123
|
+
external_redirect_title: ro,
|
|
124
|
+
external_redirect_warning: io,
|
|
125
|
+
filter_by_attributes: co,
|
|
126
|
+
fixed_hosts: _o,
|
|
127
|
+
for_a_maximum_of: lo,
|
|
128
|
+
former_time: uo,
|
|
129
|
+
go_back: mo,
|
|
130
|
+
google_connect_atom_already_connected_label: po,
|
|
131
|
+
google_connect_atom_label: vo,
|
|
132
|
+
google_connect_atom_loading_label: bo,
|
|
133
|
+
google_meet: go,
|
|
134
|
+
having_trouble_finding_time: fo,
|
|
135
|
+
hidden: ho,
|
|
136
|
+
high: yo,
|
|
137
|
+
holiday_no_availability: Ao,
|
|
138
|
+
host_redirecting_to: wo,
|
|
139
|
+
hour_one_short: qo,
|
|
140
|
+
include_no_show_in_rr_calculation: Co,
|
|
141
|
+
install_calendar: ko,
|
|
142
|
+
installed: xo,
|
|
143
|
+
installed_other: So,
|
|
144
|
+
instant_tab_title: Po,
|
|
145
|
+
invalid_credential: zo,
|
|
146
|
+
invalid_event_name_variables: Eo,
|
|
147
|
+
just_connected_description: No,
|
|
148
|
+
launch_troubleshooter: Vo,
|
|
149
|
+
layout: Ro,
|
|
150
|
+
loading: Oo,
|
|
151
|
+
location_options: To,
|
|
152
|
+
low: Do,
|
|
153
|
+
lowest: jo,
|
|
154
|
+
manage_calendars: Mo,
|
|
155
|
+
managed: Io,
|
|
156
|
+
managed_event: Go,
|
|
157
|
+
managed_event_description: Ho,
|
|
158
|
+
managed_event_dialog_clarification: Lo,
|
|
159
|
+
managed_event_dialog_confirm_button_one: Bo,
|
|
160
|
+
managed_event_dialog_confirm_button_other: Uo,
|
|
161
|
+
managed_event_dialog_title_one: Fo,
|
|
162
|
+
managed_event_dialog_title_other: Qo,
|
|
163
|
+
managed_event_url_clarification: Wo,
|
|
164
|
+
medium: Zo,
|
|
165
|
+
meeting_url_in_confirmation_email: $o,
|
|
166
|
+
member: Jo,
|
|
167
|
+
members_default_schedule: Ko,
|
|
168
|
+
minute_one_short: Xo,
|
|
169
|
+
minute_timeUnit: Yo,
|
|
170
|
+
minutes: ea,
|
|
171
|
+
multiple_duration_timeUnit_short: oa,
|
|
172
|
+
name: aa,
|
|
173
|
+
nameless_calendar: na,
|
|
174
|
+
need_help: ta,
|
|
175
|
+
new: "Novo",
|
|
176
|
+
no_availability_in_month: sa,
|
|
177
|
+
no_calendar_installed: ra,
|
|
178
|
+
no_calendar_installed_description: ia,
|
|
179
|
+
no_category_apps: ca,
|
|
180
|
+
no_category_apps_description_conferencing: da,
|
|
181
|
+
no_event_types: _a,
|
|
182
|
+
no_event_types_have_been_setup: la,
|
|
183
|
+
no_schedules_present: ua,
|
|
184
|
+
no_show_fee: ma,
|
|
185
|
+
not_installed: pa,
|
|
186
|
+
num_locations: va,
|
|
187
|
+
number_in_international_format: ba,
|
|
188
|
+
number_member_one: ga,
|
|
189
|
+
number_member_other: fa,
|
|
190
|
+
occurrence_one: ha,
|
|
191
|
+
occurrence_other: ya,
|
|
192
|
+
office_365_video: Aa,
|
|
193
|
+
ooo_slots_book_with: wa,
|
|
194
|
+
ooo_user_is_ooo: qa,
|
|
195
|
+
options: Ca,
|
|
196
|
+
outlook_connect_atom_already_connected_label: ka,
|
|
197
|
+
outlook_connect_atom_label: xa,
|
|
198
|
+
outlook_connect_atom_loading_label: Sa,
|
|
199
|
+
overlay_my_calendar: Pa,
|
|
200
|
+
overlay_my_calendar_toc: za,
|
|
201
|
+
owner: Ea,
|
|
202
|
+
paid: Na,
|
|
203
|
+
pay_and_book: Va,
|
|
204
|
+
pay_now: Ra,
|
|
205
|
+
payment: Oa,
|
|
206
|
+
pending: Ta,
|
|
207
|
+
please_book_a_time_sometime_later: Da,
|
|
208
|
+
please_do_not_close_this_tab: ja,
|
|
209
|
+
please_install_a_calendar: Ma,
|
|
210
|
+
please_schedule_future_call: Ia,
|
|
211
|
+
plus_more: Ga,
|
|
212
|
+
preview: Ha,
|
|
213
|
+
price: La,
|
|
214
|
+
priority_for_user: Ba,
|
|
215
|
+
privacy_policy: Ua,
|
|
216
|
+
proceeding_agreement: Fa,
|
|
217
|
+
quick_chat: Qa,
|
|
218
|
+
quick_video_meeting: Wa,
|
|
219
|
+
recurring: Za,
|
|
220
|
+
recurring_event: $a,
|
|
221
|
+
recurring_event_seats_error: Ja,
|
|
222
|
+
refunded: Ka,
|
|
223
|
+
remove_app: Xa,
|
|
224
|
+
repeats_every: Ya,
|
|
225
|
+
repeats_num_times: en,
|
|
226
|
+
requires_at_least_one_schedule: on,
|
|
227
|
+
requires_confirmation: an,
|
|
228
|
+
reschedule: nn,
|
|
229
|
+
reschedule_fail: tn,
|
|
230
|
+
round_robin: sn,
|
|
231
|
+
round_robin_description: rn,
|
|
232
|
+
round_robin_hosts: cn,
|
|
233
|
+
rr_distribution_method: dn,
|
|
234
|
+
rr_distribution_method_availability_description: _n,
|
|
235
|
+
rr_distribution_method_availability_title: ln,
|
|
236
|
+
rr_distribution_method_balanced_description: un,
|
|
237
|
+
rr_distribution_method_balanced_title: mn,
|
|
238
|
+
rr_distribution_method_description: pn,
|
|
239
|
+
rr_load_balancing_disabled: vn,
|
|
240
|
+
rr_load_balancing_disabled_with_groups: bn,
|
|
241
|
+
save: gn,
|
|
242
|
+
schedule_created_successfully: fn,
|
|
243
|
+
schedule_instead: hn,
|
|
244
|
+
scheduling_type: yn,
|
|
245
|
+
seats_and_no_show_fee_error: An,
|
|
246
|
+
seats_available_few: wn,
|
|
247
|
+
seats_available_many: qn,
|
|
248
|
+
seats_available_one: Cn,
|
|
249
|
+
seats_available_other: kn,
|
|
250
|
+
seats_available_two: xn,
|
|
251
|
+
seats_available_zero: Sn,
|
|
252
|
+
seats_doesnt_support_recurring: Pn,
|
|
253
|
+
seats_half_full: zn,
|
|
254
|
+
seats_nearly_full: En,
|
|
255
|
+
select: Nn,
|
|
256
|
+
select_all: Vn,
|
|
257
|
+
select_calendars: Rn,
|
|
258
|
+
select_on_next_step: On,
|
|
259
|
+
set_as_default: Tn,
|
|
260
|
+
set_priority: Dn,
|
|
261
|
+
set_to_default: jn,
|
|
262
|
+
set_weight: Mn,
|
|
263
|
+
show_eventtype_on_profile: In,
|
|
264
|
+
show_more: Gn,
|
|
265
|
+
sms_workflow_consent: Hn,
|
|
266
|
+
something_doesnt_look_right: Ln,
|
|
267
|
+
something_went_wrong: Bn,
|
|
268
|
+
somewhere_else: Un,
|
|
269
|
+
stripe_connect_atom_already_connected_label: Fn,
|
|
270
|
+
stripe_connect_atom_label: Qn,
|
|
271
|
+
stripe_connect_atom_loading_label: Wn,
|
|
272
|
+
submit: Zn,
|
|
273
|
+
submit_card: $n,
|
|
274
|
+
switch_columnview: Jn,
|
|
275
|
+
switch_monthly: Kn,
|
|
276
|
+
switch_weekly: Xn,
|
|
277
|
+
team_is_unpublished: Yn,
|
|
278
|
+
terms: et,
|
|
279
|
+
time_format: ot,
|
|
280
|
+
time_shift: at,
|
|
281
|
+
timeslot_missing_cta: nt,
|
|
282
|
+
timeslot_missing_description: tt,
|
|
283
|
+
timeslot_missing_title: st,
|
|
284
|
+
timeslot_unavailable_short: rt,
|
|
285
|
+
timezone: it,
|
|
286
|
+
title: ct,
|
|
287
|
+
today: dt,
|
|
288
|
+
toggle_calendars_conflict: _t,
|
|
289
|
+
trace_reference_id: lt,
|
|
290
|
+
troubleshooter: ut,
|
|
291
|
+
troubleshooter_tooltip: mt,
|
|
292
|
+
unavailable: pt,
|
|
293
|
+
unavailable_timeslot_title: vt,
|
|
294
|
+
update: bt,
|
|
295
|
+
url: "URL",
|
|
296
|
+
user_away: gt,
|
|
297
|
+
user_away_description: ft,
|
|
298
|
+
username_placeholder: ht,
|
|
299
|
+
verify_email_button: yt,
|
|
300
|
+
verify_your_email: At,
|
|
301
|
+
view_next_month: wt,
|
|
302
|
+
view_overlay_calendar_events: qt,
|
|
303
|
+
view_previous_month: Ct,
|
|
304
|
+
warning_payment_recurring_event: kt,
|
|
305
|
+
web_conferencing_details_to_follow: xt,
|
|
306
|
+
webhooks: St,
|
|
307
|
+
weight: Pt,
|
|
308
|
+
weight_for_user: zt,
|
|
309
|
+
what: Et,
|
|
310
|
+
when: Nt,
|
|
311
|
+
where: Vt,
|
|
312
|
+
workflows: Rt,
|
|
313
|
+
yes_remove_app: Ot,
|
|
314
|
+
you_can_override_calendar_in_advanced_tab: Tt,
|
|
315
|
+
zoom: Dt
|
|
316
|
+
};
|
|
317
|
+
export {
|
|
318
|
+
e as Highest,
|
|
319
|
+
o as acknowledge_booking_no_show_fee,
|
|
320
|
+
a as active,
|
|
321
|
+
n as add,
|
|
322
|
+
t as add_a_calendar,
|
|
323
|
+
s as add_a_member,
|
|
324
|
+
r as add_an_override,
|
|
325
|
+
i as add_another,
|
|
326
|
+
c as add_attendees,
|
|
327
|
+
d as add_calendar_label,
|
|
328
|
+
_ as add_events_to,
|
|
329
|
+
l as add_group,
|
|
330
|
+
u as add_time_availability,
|
|
331
|
+
m as add_to_calendar,
|
|
332
|
+
p as add_to_calendar_description,
|
|
333
|
+
v as all_booked_today,
|
|
334
|
+
jt as and,
|
|
335
|
+
b as app_removed_successfully,
|
|
336
|
+
g as apple_connect_atom_already_connected_label,
|
|
337
|
+
f as apple_connect_atom_label,
|
|
338
|
+
h as apple_connect_atom_loading_label,
|
|
339
|
+
y as apply,
|
|
340
|
+
A as apps,
|
|
341
|
+
w as are_you_sure_you_want_to_remove_this_app,
|
|
342
|
+
q as assign_all_managed_warning_description,
|
|
343
|
+
C as assign_all_managed_warning_title,
|
|
344
|
+
k as assign_to,
|
|
345
|
+
x as assignment,
|
|
346
|
+
S as assignment_description,
|
|
347
|
+
P as automatically_add_all_team_members,
|
|
348
|
+
z as availability,
|
|
349
|
+
E as availability_schedule,
|
|
350
|
+
N as availability_settings,
|
|
351
|
+
V as back,
|
|
352
|
+
R as basics,
|
|
353
|
+
O as beta,
|
|
354
|
+
T as beta_try_recurring_events,
|
|
355
|
+
D as booker_event_not_found,
|
|
356
|
+
j as booking_fail,
|
|
357
|
+
M as booking_full,
|
|
358
|
+
I as booking_limit_per_booker_doesnt_support_recurring,
|
|
359
|
+
G as calendar_error,
|
|
360
|
+
H as calendar_settings,
|
|
361
|
+
L as calendars_were_checking_for_conflicts,
|
|
362
|
+
B as can_you_try_again,
|
|
363
|
+
U as cancel,
|
|
364
|
+
F as cannot_delete_event_type,
|
|
365
|
+
Q as change_priority,
|
|
366
|
+
W as check_for_conflicts,
|
|
367
|
+
Z as close,
|
|
368
|
+
$ as code,
|
|
369
|
+
J as collective,
|
|
370
|
+
K as collective_description,
|
|
371
|
+
X as complete_your_booking,
|
|
372
|
+
Y as conferencing,
|
|
373
|
+
ee as conferencing_description,
|
|
374
|
+
oe as confirm,
|
|
375
|
+
ae as confirm_your_details,
|
|
376
|
+
ne as connect_now,
|
|
377
|
+
te as connecting_you_to_someone,
|
|
378
|
+
se as continue_with,
|
|
379
|
+
re as copy_times_to,
|
|
380
|
+
ie as copy_times_to_tooltip,
|
|
381
|
+
ce as create_booking_link_with_calcom,
|
|
382
|
+
de as create_events_on,
|
|
383
|
+
_e as create_new_schedule,
|
|
384
|
+
le as date_overrides,
|
|
385
|
+
ue as date_overrides_delete_on_date,
|
|
386
|
+
me as date_overrides_dialog_title,
|
|
387
|
+
pe as date_overrides_dialog_which_hours,
|
|
388
|
+
ve as date_overrides_info,
|
|
389
|
+
be as date_overrides_mark_all_day_unavailable_one,
|
|
390
|
+
ge as date_overrides_save_btn,
|
|
391
|
+
fe as date_overrides_subtitle,
|
|
392
|
+
he as date_overrides_unavailable,
|
|
393
|
+
ye as date_overrides_update_btn,
|
|
394
|
+
Ae as date_successfully_added,
|
|
395
|
+
It as default,
|
|
396
|
+
we as default_conferencing_bulk_description,
|
|
397
|
+
qe as default_conferencing_bulk_title,
|
|
398
|
+
Ce as default_reminder,
|
|
399
|
+
ke as default_reminder_description,
|
|
400
|
+
xe as default_schedule_name,
|
|
401
|
+
Se as default_schedules_bulk_description,
|
|
402
|
+
Pe as delete_event_type,
|
|
403
|
+
ze as delete_event_type_confirmation,
|
|
404
|
+
Ee as delete_schedule,
|
|
405
|
+
Ne as delete_schedule_description,
|
|
406
|
+
Ve as description,
|
|
407
|
+
Re as done,
|
|
408
|
+
Oe as dont_want_to_wait,
|
|
409
|
+
Te as dry_run_mode_active,
|
|
410
|
+
De as duplicate,
|
|
411
|
+
je as duration,
|
|
412
|
+
Me as duration_max_error,
|
|
413
|
+
Ie as duration_min_error,
|
|
414
|
+
Ge as edit,
|
|
415
|
+
He as enable_weights,
|
|
416
|
+
Le as enter_digit_code,
|
|
417
|
+
Be as enter_number_between_range,
|
|
418
|
+
Ue as error_booking_event,
|
|
419
|
+
Fe as error_loading_event_types,
|
|
420
|
+
Qe as error_removing_app,
|
|
421
|
+
We as event_advanced_tab_title,
|
|
422
|
+
Ze as event_limit_tab_title,
|
|
423
|
+
$e as event_setup_booking_limits_error,
|
|
424
|
+
Je as event_setup_duration_limits_error,
|
|
425
|
+
Ke as event_setup_length_error,
|
|
426
|
+
Xe as event_setup_multiple_duration_default_error,
|
|
427
|
+
Ye as event_setup_multiple_duration_error,
|
|
428
|
+
eo as event_setup_multiple_payment_apps_error,
|
|
429
|
+
oo as event_type,
|
|
430
|
+
ao as event_type_deleted_successfully,
|
|
431
|
+
no as event_type_updated_successfully,
|
|
432
|
+
to as events,
|
|
433
|
+
so as every_for_freq,
|
|
434
|
+
ro as external_redirect_title,
|
|
435
|
+
io as external_redirect_warning,
|
|
436
|
+
co as filter_by_attributes,
|
|
437
|
+
_o as fixed_hosts,
|
|
438
|
+
lo as for_a_maximum_of,
|
|
439
|
+
uo as former_time,
|
|
440
|
+
mo as go_back,
|
|
441
|
+
po as google_connect_atom_already_connected_label,
|
|
442
|
+
vo as google_connect_atom_label,
|
|
443
|
+
bo as google_connect_atom_loading_label,
|
|
444
|
+
go as google_meet,
|
|
445
|
+
fo as having_trouble_finding_time,
|
|
446
|
+
ho as hidden,
|
|
447
|
+
yo as high,
|
|
448
|
+
Ao as holiday_no_availability,
|
|
449
|
+
wo as host_redirecting_to,
|
|
450
|
+
qo as hour_one_short,
|
|
451
|
+
Co as include_no_show_in_rr_calculation,
|
|
452
|
+
ko as install_calendar,
|
|
453
|
+
xo as installed,
|
|
454
|
+
So as installed_other,
|
|
455
|
+
Po as instant_tab_title,
|
|
456
|
+
zo as invalid_credential,
|
|
457
|
+
Eo as invalid_event_name_variables,
|
|
458
|
+
No as just_connected_description,
|
|
459
|
+
Vo as launch_troubleshooter,
|
|
460
|
+
Ro as layout,
|
|
461
|
+
Oo as loading,
|
|
462
|
+
To as location_options,
|
|
463
|
+
Do as low,
|
|
464
|
+
jo as lowest,
|
|
465
|
+
Mo as manage_calendars,
|
|
466
|
+
Io as managed,
|
|
467
|
+
Go as managed_event,
|
|
468
|
+
Ho as managed_event_description,
|
|
469
|
+
Lo as managed_event_dialog_clarification,
|
|
470
|
+
Bo as managed_event_dialog_confirm_button_one,
|
|
471
|
+
Uo as managed_event_dialog_confirm_button_other,
|
|
472
|
+
Fo as managed_event_dialog_title_one,
|
|
473
|
+
Qo as managed_event_dialog_title_other,
|
|
474
|
+
Wo as managed_event_url_clarification,
|
|
475
|
+
Zo as medium,
|
|
476
|
+
$o as meeting_url_in_confirmation_email,
|
|
477
|
+
Jo as member,
|
|
478
|
+
Ko as members_default_schedule,
|
|
479
|
+
Xo as minute_one_short,
|
|
480
|
+
Yo as minute_timeUnit,
|
|
481
|
+
ea as minutes,
|
|
482
|
+
oa as multiple_duration_timeUnit_short,
|
|
483
|
+
aa as name,
|
|
484
|
+
na as nameless_calendar,
|
|
485
|
+
ta as need_help,
|
|
486
|
+
sa as no_availability_in_month,
|
|
487
|
+
ra as no_calendar_installed,
|
|
488
|
+
ia as no_calendar_installed_description,
|
|
489
|
+
ca as no_category_apps,
|
|
490
|
+
da as no_category_apps_description_conferencing,
|
|
491
|
+
_a as no_event_types,
|
|
492
|
+
la as no_event_types_have_been_setup,
|
|
493
|
+
ua as no_schedules_present,
|
|
494
|
+
ma as no_show_fee,
|
|
495
|
+
pa as not_installed,
|
|
496
|
+
va as num_locations,
|
|
497
|
+
ba as number_in_international_format,
|
|
498
|
+
ga as number_member_one,
|
|
499
|
+
fa as number_member_other,
|
|
500
|
+
ha as occurrence_one,
|
|
501
|
+
ya as occurrence_other,
|
|
502
|
+
Aa as office_365_video,
|
|
503
|
+
wa as ooo_slots_book_with,
|
|
504
|
+
qa as ooo_user_is_ooo,
|
|
505
|
+
Ca as options,
|
|
506
|
+
ka as outlook_connect_atom_already_connected_label,
|
|
507
|
+
xa as outlook_connect_atom_label,
|
|
508
|
+
Sa as outlook_connect_atom_loading_label,
|
|
509
|
+
Pa as overlay_my_calendar,
|
|
510
|
+
za as overlay_my_calendar_toc,
|
|
511
|
+
Ea as owner,
|
|
512
|
+
Na as paid,
|
|
513
|
+
Va as pay_and_book,
|
|
514
|
+
Ra as pay_now,
|
|
515
|
+
Oa as payment,
|
|
516
|
+
Ta as pending,
|
|
517
|
+
Da as please_book_a_time_sometime_later,
|
|
518
|
+
ja as please_do_not_close_this_tab,
|
|
519
|
+
Ma as please_install_a_calendar,
|
|
520
|
+
Ia as please_schedule_future_call,
|
|
521
|
+
Ga as plus_more,
|
|
522
|
+
Ha as preview,
|
|
523
|
+
La as price,
|
|
524
|
+
Ba as priority_for_user,
|
|
525
|
+
Ua as privacy_policy,
|
|
526
|
+
Fa as proceeding_agreement,
|
|
527
|
+
Qa as quick_chat,
|
|
528
|
+
Wa as quick_video_meeting,
|
|
529
|
+
Za as recurring,
|
|
530
|
+
$a as recurring_event,
|
|
531
|
+
Ja as recurring_event_seats_error,
|
|
532
|
+
Ka as refunded,
|
|
533
|
+
Xa as remove_app,
|
|
534
|
+
Ya as repeats_every,
|
|
535
|
+
en as repeats_num_times,
|
|
536
|
+
on as requires_at_least_one_schedule,
|
|
537
|
+
an as requires_confirmation,
|
|
538
|
+
nn as reschedule,
|
|
539
|
+
tn as reschedule_fail,
|
|
540
|
+
sn as round_robin,
|
|
541
|
+
rn as round_robin_description,
|
|
542
|
+
cn as round_robin_hosts,
|
|
543
|
+
dn as rr_distribution_method,
|
|
544
|
+
_n as rr_distribution_method_availability_description,
|
|
545
|
+
ln as rr_distribution_method_availability_title,
|
|
546
|
+
un as rr_distribution_method_balanced_description,
|
|
547
|
+
mn as rr_distribution_method_balanced_title,
|
|
548
|
+
pn as rr_distribution_method_description,
|
|
549
|
+
vn as rr_load_balancing_disabled,
|
|
550
|
+
bn as rr_load_balancing_disabled_with_groups,
|
|
551
|
+
gn as save,
|
|
552
|
+
fn as schedule_created_successfully,
|
|
553
|
+
hn as schedule_instead,
|
|
554
|
+
yn as scheduling_type,
|
|
555
|
+
An as seats_and_no_show_fee_error,
|
|
556
|
+
wn as seats_available_few,
|
|
557
|
+
qn as seats_available_many,
|
|
558
|
+
Cn as seats_available_one,
|
|
559
|
+
kn as seats_available_other,
|
|
560
|
+
xn as seats_available_two,
|
|
561
|
+
Sn as seats_available_zero,
|
|
562
|
+
Pn as seats_doesnt_support_recurring,
|
|
563
|
+
zn as seats_half_full,
|
|
564
|
+
En as seats_nearly_full,
|
|
565
|
+
Nn as select,
|
|
566
|
+
Vn as select_all,
|
|
567
|
+
Rn as select_calendars,
|
|
568
|
+
On as select_on_next_step,
|
|
569
|
+
Tn as set_as_default,
|
|
570
|
+
Dn as set_priority,
|
|
571
|
+
jn as set_to_default,
|
|
572
|
+
Mn as set_weight,
|
|
573
|
+
In as show_eventtype_on_profile,
|
|
574
|
+
Gn as show_more,
|
|
575
|
+
Hn as sms_workflow_consent,
|
|
576
|
+
Ln as something_doesnt_look_right,
|
|
577
|
+
Bn as something_went_wrong,
|
|
578
|
+
Un as somewhere_else,
|
|
579
|
+
Fn as stripe_connect_atom_already_connected_label,
|
|
580
|
+
Qn as stripe_connect_atom_label,
|
|
581
|
+
Wn as stripe_connect_atom_loading_label,
|
|
582
|
+
Zn as submit,
|
|
583
|
+
$n as submit_card,
|
|
584
|
+
Jn as switch_columnview,
|
|
585
|
+
Kn as switch_monthly,
|
|
586
|
+
Xn as switch_weekly,
|
|
587
|
+
Yn as team_is_unpublished,
|
|
588
|
+
et as terms,
|
|
589
|
+
ot as time_format,
|
|
590
|
+
at as time_shift,
|
|
591
|
+
nt as timeslot_missing_cta,
|
|
592
|
+
tt as timeslot_missing_description,
|
|
593
|
+
st as timeslot_missing_title,
|
|
594
|
+
rt as timeslot_unavailable_short,
|
|
595
|
+
it as timezone,
|
|
596
|
+
ct as title,
|
|
597
|
+
dt as today,
|
|
598
|
+
_t as toggle_calendars_conflict,
|
|
599
|
+
lt as trace_reference_id,
|
|
600
|
+
ut as troubleshooter,
|
|
601
|
+
mt as troubleshooter_tooltip,
|
|
602
|
+
pt as unavailable,
|
|
603
|
+
vt as unavailable_timeslot_title,
|
|
604
|
+
bt as update,
|
|
605
|
+
Mt as url,
|
|
606
|
+
gt as user_away,
|
|
607
|
+
ft as user_away_description,
|
|
608
|
+
ht as username_placeholder,
|
|
609
|
+
yt as verify_email_button,
|
|
610
|
+
At as verify_your_email,
|
|
611
|
+
wt as view_next_month,
|
|
612
|
+
qt as view_overlay_calendar_events,
|
|
613
|
+
Ct as view_previous_month,
|
|
614
|
+
kt as warning_payment_recurring_event,
|
|
615
|
+
xt as web_conferencing_details_to_follow,
|
|
616
|
+
St as webhooks,
|
|
617
|
+
Pt as weight,
|
|
618
|
+
zt as weight_for_user,
|
|
619
|
+
Et as what,
|
|
620
|
+
Nt as when,
|
|
621
|
+
Vt as where,
|
|
622
|
+
Rt as workflows,
|
|
623
|
+
Ot as yes_remove_app,
|
|
624
|
+
Tt as you_can_override_calendar_in_advanced_tab,
|
|
625
|
+
Dt as zoom
|
|
626
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
type TranslationFunction = (key: string, options?: Record<string, unknown>) => string;
|
|
3
|
+
/**
|
|
4
|
+
* Loose zod schema for event-type locations. The features-side
|
|
5
|
+
* `locationsResolver` validates phone numbers via libphonenumber-js and
|
|
6
|
+
* cross-references the app-store location catalog; atoms keeps the
|
|
7
|
+
* structural shape only and leaves server-side validation authoritative.
|
|
8
|
+
*/
|
|
9
|
+
export declare const locationsResolver: (_t: TranslationFunction) => z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10
|
+
type: z.ZodString;
|
|
11
|
+
address: z.ZodOptional<z.ZodString>;
|
|
12
|
+
link: z.ZodOptional<z.ZodString>;
|
|
13
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
14
|
+
hostPhoneNumber: z.ZodOptional<z.ZodString>;
|
|
15
|
+
displayLocationPublicly: z.ZodOptional<z.ZodBoolean>;
|
|
16
|
+
credentialId: z.ZodOptional<z.ZodNumber>;
|
|
17
|
+
teamName: z.ZodOptional<z.ZodString>;
|
|
18
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
19
|
+
type: z.ZodString;
|
|
20
|
+
address: z.ZodOptional<z.ZodString>;
|
|
21
|
+
link: z.ZodOptional<z.ZodString>;
|
|
22
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
23
|
+
hostPhoneNumber: z.ZodOptional<z.ZodString>;
|
|
24
|
+
displayLocationPublicly: z.ZodOptional<z.ZodBoolean>;
|
|
25
|
+
credentialId: z.ZodOptional<z.ZodNumber>;
|
|
26
|
+
teamName: z.ZodOptional<z.ZodString>;
|
|
27
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
28
|
+
type: z.ZodString;
|
|
29
|
+
address: z.ZodOptional<z.ZodString>;
|
|
30
|
+
link: z.ZodOptional<z.ZodString>;
|
|
31
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
32
|
+
hostPhoneNumber: z.ZodOptional<z.ZodString>;
|
|
33
|
+
displayLocationPublicly: z.ZodOptional<z.ZodBoolean>;
|
|
34
|
+
credentialId: z.ZodOptional<z.ZodNumber>;
|
|
35
|
+
teamName: z.ZodOptional<z.ZodString>;
|
|
36
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
37
|
+
export {};
|
|
38
|
+
//# sourceMappingURL=locations-resolver.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"locations-resolver.d.ts","sourceRoot":"","sources":["../../src/vendor/locations-resolver.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,KAAK,mBAAmB,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,MAAM,CAAC;AAEtF;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB,GAAI,IAAI,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;0CAiBxD,CAAC"}
|