@calcom/atoms 1.0.96 → 1.0.97-beta-2
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/AddressInput-Vp5Ny4rZ.js +28 -0
- package/dist/AlbyPriceComponent-i0xkINen.js +462 -0
- package/dist/AppCard-9m9p6YSL.js +162 -0
- package/dist/AppListCardPlatformWrapper-6V24t85e.js +9 -0
- package/dist/AppListCardWebWrapper-iB6tYray.js +74 -0
- package/dist/AppSettingsInterface-9Bv_J1St.js +23 -0
- package/dist/AppSettingsInterface-HdXxgvUo.js +29 -0
- package/dist/AppSettingsInterface-Z5mD4vz9.js +75 -0
- package/dist/DateRangePicker-ZPLEXLdF.js +2401 -0
- package/dist/EventTypeAppCardInterface-3A0BLKpG.js +34 -0
- package/dist/EventTypeAppCardInterface-5wb9HPk4.js +86 -0
- package/dist/EventTypeAppCardInterface-9_6R5KQl.js +24 -0
- package/dist/EventTypeAppCardInterface-E9mqlk3L.js +39 -0
- package/dist/EventTypeAppCardInterface-Ez8jijO4.js +42 -0
- package/dist/EventTypeAppCardInterface-HpWHgRBK.js +34 -0
- package/dist/EventTypeAppCardInterface-IN5BDME5.js +49 -0
- package/dist/EventTypeAppCardInterface-J-UrzGuv.js +51 -0
- package/dist/EventTypeAppCardInterface-KTeZawOA.js +34 -0
- package/dist/EventTypeAppCardInterface-NPXzuwrD.js +34 -0
- package/dist/EventTypeAppCardInterface-RWqrIPbF.js +34 -0
- package/dist/EventTypeAppCardInterface-SveyRKGJ.js +33 -0
- package/dist/EventTypeAppCardInterface-W9_JNxow.js +41 -0
- package/dist/EventTypeAppCardInterface-WQmKWesQ.js +51 -0
- package/dist/EventTypeAppCardInterface-XsjP04H8.js +32 -0
- package/dist/EventTypeAppCardInterface-ZoFvLu0T.js +41 -0
- package/dist/EventTypeAppCardInterface-_pC5hr_u.js +24 -0
- package/dist/EventTypeAppCardInterface-bScBMMgD.js +34 -0
- package/dist/EventTypeAppCardInterface-c4h7EQ2a.js +31 -0
- package/dist/EventTypeAppCardInterface-eXFFG8at.js +24 -0
- package/dist/EventTypeAppCardInterface-ec7t7O8E.js +42 -0
- package/dist/EventTypeAppCardInterface-fXPOexR7.js +24 -0
- package/dist/EventTypeAppCardInterface-o81innc9.js +34 -0
- package/dist/EventTypeAppCardInterface-rULr-Mfj.js +32 -0
- package/dist/EventTypeAppCardInterface-uHpKaOQS.js +453 -0
- package/dist/EventTypeAppCardInterface-wxpzyeqk.js +24 -0
- package/dist/EventTypeAppSettingsInterface-10UpznIO.js +78 -0
- package/dist/EventTypeAppSettingsInterface-3F_4vyUK.js +72 -0
- package/dist/EventTypeAppSettingsInterface-659frs2F.js +120 -0
- package/dist/EventTypeAppSettingsInterface-NnKlcbB9.js +24 -0
- package/dist/EventTypeAppSettingsInterface-P6VrsG5d.js +221 -0
- package/dist/EventTypeAppSettingsInterface-SsbpYCOY.js +23 -0
- package/dist/EventTypeAppSettingsInterface-TYPdYPPl.js +25 -0
- package/dist/EventTypeAppSettingsInterface-XXAdH79U.js +42 -0
- package/dist/EventTypeAppSettingsInterface-ZKoyhNO9.js +298 -0
- package/dist/EventTypeAppSettingsInterface-g9gv0z2h.js +48 -0
- package/dist/EventTypeAppSettingsInterface-jq-VsbFe.js +23 -0
- package/dist/EventTypeAppSettingsInterface-ubeZQTeO.js +43 -0
- package/dist/InstallAppButton-6P2Fv_oM.js +58 -0
- package/dist/InstallAppButton-JXhBVaYJ.js +29 -0
- package/dist/InstallAppButton-Ym2oci2C.js +14 -0
- package/dist/InstallAppButton-_dz8RUxd.js +14 -0
- package/dist/PhoneInput-Af_8DURS.js +1457 -0
- package/dist/StripePaymentForm-B4nw6Pkd.js +493 -0
- package/dist/cal-atoms.js +36 -0
- package/dist/currencyOptions-kannG2hu.js +61 -0
- package/dist/framer-features-sahHu1Ou.js +443 -0
- package/dist/index-DcCG9gCb.js +28 -0
- package/dist/index-GYjzMn-V.js +5 -0
- package/dist/index-Xu6D4ii2.js +511 -0
- package/dist/index-jTqJooNt.js +154283 -0
- package/dist/index-xyYlazhP.js +13 -0
- package/dist/index.d.ts +1 -0
- package/dist/isSupportedCountry-UcFlf7mS.js +7 -0
- package/dist/packages/dayjs/__mocks__/index.d.ts +3 -0
- package/dist/packages/dayjs/__mocks__/index.d.ts.map +1 -0
- package/dist/packages/dayjs/index.d.ts +5 -0
- package/dist/packages/dayjs/index.d.ts.map +1 -0
- package/dist/packages/dayjs/locales.d.ts +25 -0
- package/dist/packages/dayjs/locales.d.ts.map +1 -0
- package/dist/packages/dayjs/plugins/business-days-plugin.d.ts +11 -0
- package/dist/packages/dayjs/plugins/business-days-plugin.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/Booker.d.ts +3 -0
- package/dist/packages/features/bookings/Booker/Booker.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/__mocks__/config.d.ts +1 -0
- package/dist/packages/features/bookings/Booker/__mocks__/config.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/__mocks__/store.d.ts +31 -0
- package/dist/packages/features/bookings/Booker/__mocks__/store.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/__tests__/Booker.test.d.ts +12 -0
- package/dist/packages/features/bookings/Booker/__tests__/Booker.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/__tests__/utils/isSlotEquivalent.test.d.ts +2 -0
- package/dist/packages/features/bookings/Booker/__tests__/utils/isSlotEquivalent.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/AvailableTimeSlots.d.ts +46 -0
- package/dist/packages/features/bookings/Booker/components/AvailableTimeSlots.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.d.ts +33 -0
- package/dist/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/BookEventForm/BookFormAsModal.d.ts +12 -0
- package/dist/packages/features/bookings/Booker/components/BookEventForm/BookFormAsModal.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/BookEventForm/BookingFields.d.ts +11 -0
- package/dist/packages/features/bookings/Booker/components/BookEventForm/BookingFields.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/BookEventForm/BookingFields.test.d.ts +2 -0
- package/dist/packages/features/bookings/Booker/components/BookEventForm/BookingFields.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/BookEventForm/Skeleton.d.ts +2 -0
- package/dist/packages/features/bookings/Booker/components/BookEventForm/Skeleton.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/BookEventForm/index.d.ts +2 -0
- package/dist/packages/features/bookings/Booker/components/BookEventForm/index.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/DatePicker.d.ts +20 -0
- package/dist/packages/features/bookings/Booker/components/DatePicker.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/DryRunMessage.d.ts +4 -0
- package/dist/packages/features/bookings/Booker/components/DryRunMessage.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/EventMeta.d.ts +16 -0
- package/dist/packages/features/bookings/Booker/components/EventMeta.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/HavingTroubleFindingTime.d.ts +9 -0
- package/dist/packages/features/bookings/Booker/components/HavingTroubleFindingTime.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/Header.d.ts +11 -0
- package/dist/packages/features/bookings/Booker/components/Header.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/InstantBooking.d.ts +13 -0
- package/dist/packages/features/bookings/Booker/components/InstantBooking.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/LargeCalendar.d.ts +11 -0
- package/dist/packages/features/bookings/Booker/components/LargeCalendar.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/OutOfOfficeInSlots.d.ts +13 -0
- package/dist/packages/features/bookings/Booker/components/OutOfOfficeInSlots.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/OverlayCalendar/OverlayCalendar.d.ts +10 -0
- package/dist/packages/features/bookings/Booker/components/OverlayCalendar/OverlayCalendar.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/OverlayCalendar/OverlayCalendarContinueModal.d.ts +8 -0
- package/dist/packages/features/bookings/Booker/components/OverlayCalendar/OverlayCalendarContinueModal.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/OverlayCalendar/OverlayCalendarSettingsModal.d.ts +13 -0
- package/dist/packages/features/bookings/Booker/components/OverlayCalendar/OverlayCalendarSettingsModal.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/OverlayCalendar/OverlayCalendarSwitch.d.ts +8 -0
- package/dist/packages/features/bookings/Booker/components/OverlayCalendar/OverlayCalendarSwitch.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/OverlayCalendar/__mocks__/OverlayCalendar.d.ts +13 -0
- package/dist/packages/features/bookings/Booker/components/OverlayCalendar/__mocks__/OverlayCalendar.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/OverlayCalendar/store.d.ts +12 -0
- package/dist/packages/features/bookings/Booker/components/OverlayCalendar/store.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/RedirectToInstantMeetingModal.d.ts +8 -0
- package/dist/packages/features/bookings/Booker/components/RedirectToInstantMeetingModal.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/Section.d.ts +29 -0
- package/dist/packages/features/bookings/Booker/components/Section.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/Unavailable.d.ts +3 -0
- package/dist/packages/features/bookings/Booker/components/Unavailable.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/__mocks__/AvailableTimeSlots.d.ts +2 -0
- package/dist/packages/features/bookings/Booker/components/__mocks__/AvailableTimeSlots.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/__mocks__/DatePicker.d.ts +2 -0
- package/dist/packages/features/bookings/Booker/components/__mocks__/DatePicker.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/__mocks__/DryRunMessage.d.ts +2 -0
- package/dist/packages/features/bookings/Booker/components/__mocks__/DryRunMessage.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/__mocks__/EventMeta.d.ts +2 -0
- package/dist/packages/features/bookings/Booker/components/__mocks__/EventMeta.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/__mocks__/Header.d.ts +2 -0
- package/dist/packages/features/bookings/Booker/components/__mocks__/Header.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/__mocks__/LargeCalendar.d.ts +2 -0
- package/dist/packages/features/bookings/Booker/components/__mocks__/LargeCalendar.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/__mocks__/Section.d.ts +2 -0
- package/dist/packages/features/bookings/Booker/components/__mocks__/Section.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/__mocks__/Unavailable.d.ts +2 -0
- package/dist/packages/features/bookings/Booker/components/__mocks__/Unavailable.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useBookerLayout.d.ts +21 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useBookerLayout.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useBookerTime.d.ts +7 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useBookerTime.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useBookingForm.d.ts +213 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useBookingForm.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useBookings.d.ts +213 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useBookings.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useCalendars.d.ts +187 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useCalendars.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useInitialFormValues.d.ts +28 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useInitialFormValues.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useIsQuickAvailabilityCheckFeatureEnabled.d.ts +2 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useIsQuickAvailabilityCheckFeatureEnabled.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useLocalSet.d.ts +12 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useLocalSet.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useOverlayCalendar.d.ts +11 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useOverlayCalendar.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useSkipConfirmStep.d.ts +6 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useSkipConfirmStep.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useSlots.d.ts +24 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useSlots.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useVerifyCode.d.ts +18 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useVerifyCode.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useVerifyEmail.d.ts +19 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useVerifyEmail.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/config.d.ts +105 -0
- package/dist/packages/features/bookings/Booker/config.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/framer-features.d.ts +3 -0
- package/dist/packages/features/bookings/Booker/framer-features.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/index.d.ts +3 -0
- package/dist/packages/features/bookings/Booker/index.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/store.d.ts +168 -0
- package/dist/packages/features/bookings/Booker/store.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/types.d.ts +161 -0
- package/dist/packages/features/bookings/Booker/types.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/useSlotReservationId.d.ts +2 -0
- package/dist/packages/features/bookings/Booker/useSlotReservationId.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/utils/dates.d.ts +26 -0
- package/dist/packages/features/bookings/Booker/utils/dates.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/utils/event.d.ts +1546 -0
- package/dist/packages/features/bookings/Booker/utils/event.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/utils/getBookerTimezone.d.ts +8 -0
- package/dist/packages/features/bookings/Booker/utils/getBookerTimezone.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/utils/getBookerWrapperClasses.d.ts +4 -0
- package/dist/packages/features/bookings/Booker/utils/getBookerWrapperClasses.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/utils/isBookingDryRun.d.ts +3 -0
- package/dist/packages/features/bookings/Booker/utils/isBookingDryRun.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/utils/isFeatureEnabledForVisitor.d.ts +7 -0
- package/dist/packages/features/bookings/Booker/utils/isFeatureEnabledForVisitor.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/utils/isFeatureEnabledForVisitor.test.d.ts +2 -0
- package/dist/packages/features/bookings/Booker/utils/isFeatureEnabledForVisitor.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/utils/isSlotEquivalent.d.ts +12 -0
- package/dist/packages/features/bookings/Booker/utils/isSlotEquivalent.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/utils/isTimeslotAvailable.d.ts +27 -0
- package/dist/packages/features/bookings/Booker/utils/isTimeslotAvailable.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/utils/isTimeslotAvailable.test.d.ts +2 -0
- package/dist/packages/features/bookings/Booker/utils/isTimeslotAvailable.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/utils/lastBookingResponse.d.ts +3 -0
- package/dist/packages/features/bookings/Booker/utils/lastBookingResponse.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/utils/lastBookingResponse.test.d.ts +2 -0
- package/dist/packages/features/bookings/Booker/utils/lastBookingResponse.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/utils/layout.d.ts +2 -0
- package/dist/packages/features/bookings/Booker/utils/layout.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/utils/query-param.d.ts +4 -0
- package/dist/packages/features/bookings/Booker/utils/query-param.d.ts.map +1 -0
- package/dist/packages/features/bookings/Booker/utils/use-brand-colors.d.ts +6 -0
- package/dist/packages/features/bookings/Booker/utils/use-brand-colors.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/SystemField.d.ts +5 -0
- package/dist/packages/features/bookings/lib/SystemField.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/book-event-form/booking-to-mutation-input-mapper.d.ts +26 -0
- package/dist/packages/features/bookings/lib/book-event-form/booking-to-mutation-input-mapper.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/conflictChecker/checkForConflicts.d.ts +12 -0
- package/dist/packages/features/bookings/lib/conflictChecker/checkForConflicts.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/conflictChecker/checkForConflicts.test.d.ts +2 -0
- package/dist/packages/features/bookings/lib/conflictChecker/checkForConflicts.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/create-booking.d.ts +326 -0
- package/dist/packages/features/bookings/lib/create-booking.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/create-instant-booking.d.ts +13 -0
- package/dist/packages/features/bookings/lib/create-instant-booking.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/create-recurring-booking.d.ts +326 -0
- package/dist/packages/features/bookings/lib/create-recurring-booking.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/doesBookingRequireConfirmation.d.ts +15 -0
- package/dist/packages/features/bookings/lib/doesBookingRequireConfirmation.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/get-booking.d.ts +116 -0
- package/dist/packages/features/bookings/lib/get-booking.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/getAllCredentials.d.ts +23 -0
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/getAllCredentials.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/getAllCredentials.test.d.ts +2 -0
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/getAllCredentials.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/refreshCredential.d.ts +8 -0
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/refreshCredential.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/refreshCredentials.d.ts +8 -0
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/refreshCredentials.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/getBookingDataSchema.d.ts +302 -0
- package/dist/packages/features/bookings/lib/getBookingDataSchema.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/getBookingDataSchemaForApi.d.ts +503 -0
- package/dist/packages/features/bookings/lib/getBookingDataSchemaForApi.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/getBookingFields.d.ts +161 -0
- package/dist/packages/features/bookings/lib/getBookingFields.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/getBookingInfo.d.ts +97 -0
- package/dist/packages/features/bookings/lib/getBookingInfo.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/getBookingResponsesSchema.d.ts +196 -0
- package/dist/packages/features/bookings/lib/getBookingResponsesSchema.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/getBookingResponsesSchema.test.d.ts +2 -0
- package/dist/packages/features/bookings/lib/getBookingResponsesSchema.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/getCalEventResponses.d.ts +26 -0
- package/dist/packages/features/bookings/lib/getCalEventResponses.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/getLocationOptionsForSelect.d.ts +8 -0
- package/dist/packages/features/bookings/lib/getLocationOptionsForSelect.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/getUserBooking.d.ts +46 -0
- package/dist/packages/features/bookings/lib/getUserBooking.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/getWebhookPayloadForBooking.d.ts +20 -0
- package/dist/packages/features/bookings/lib/getWebhookPayloadForBooking.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleBookingRequested.d.ts +28 -0
- package/dist/packages/features/bookings/lib/handleBookingRequested.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleCancelBooking/test/handleCancelBooking.test.d.ts +2 -0
- package/dist/packages/features/bookings/lib/handleCancelBooking/test/handleCancelBooking.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleCancelBooking.d.ts +254 -0
- package/dist/packages/features/bookings/lib/handleCancelBooking.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleConfirmation.d.ts +49 -0
- package/dist/packages/features/bookings/lib/handleConfirmation.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleInternalNote.d.ts +21 -0
- package/dist/packages/features/bookings/lib/handleInternalNote.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/addVideoCallDataToEvent.d.ts +11 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/addVideoCallDataToEvent.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/checkBookingAndDurationLimits.d.ts +10 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/checkBookingAndDurationLimits.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/checkIfBookerEmailIsBlocked.d.ts +5 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/checkIfBookerEmailIsBlocked.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.d.ts +141 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.d.ts +13 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/findBookingQuery.d.ts +28 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/findBookingQuery.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/getBookingData.d.ts +194 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/getBookingData.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/getCustomInputsResponses.d.ts +12 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/getCustomInputsResponses.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts +601 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/getLocationValuesForDb.d.ts +15 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/getLocationValuesForDb.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/getRequiresConfirmationFlags.d.ts +24 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/getRequiresConfirmationFlags.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/getSeatedBooking.d.ts +3 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/getSeatedBooking.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/getVideoCallDetails.d.ts +16 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/getVideoCallDetails.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/global-booking-limits.test.d.ts +2 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/global-booking-limits.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/handleAppsStatus.d.ts +8 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/handleAppsStatus.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/handleCustomInputs.d.ts +8 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/handleCustomInputs.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/loadAndValidateUsers.d.ts +32 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/loadAndValidateUsers.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts +347 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/logger.d.ts +2 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/logger.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.d.ts +147 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.d.ts +19 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-limits.test.d.ts +2 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/booking-limits.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/complex-schedules.test.d.ts +9 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/complex-schedules.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/date-overrides.test.d.ts +9 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/date-overrides.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/delegation-credential.test.d.ts +2 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/delegation-credential.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/dynamic-group-booking.test.d.ts +5 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/dynamic-group-booking.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/fresh-booking.test.d.ts +5 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/fresh-booking.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/managed-event-type-booking.test.d.ts +2 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/managed-event-type-booking.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/recurring-event.test.d.ts +2 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/recurring-event.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/reschedule.test.d.ts +2 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/reschedule.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/collective-scheduling.test.d.ts +5 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/collective-scheduling.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/workflow-notifications.test.d.ts +2 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/workflow-notifications.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/types.d.ts +49 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/types.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/validateBookingTimeIsNotOutOfBounds.d.ts +6 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/validateBookingTimeIsNotOutOfBounds.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/validateEventLength.d.ts +11 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/validateEventLength.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking.d.ts +331 -0
- package/dist/packages/features/bookings/lib/handleNewBooking.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewRecurringBooking.d.ts +12 -0
- package/dist/packages/features/bookings/lib/handleNewRecurringBooking.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleSeats/cancel/cancelAttendeeSeat.d.ts +19 -0
- package/dist/packages/features/bookings/lib/handleSeats/cancel/cancelAttendeeSeat.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.d.ts +97 -0
- package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleSeats/handleSeats.d.ts +4 -0
- package/dist/packages/features/bookings/lib/handleSeats/handleSeats.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleSeats/lib/lastAttendeeDeleteBooking.d.ts +6 -0
- package/dist/packages/features/bookings/lib/handleSeats/lib/lastAttendeeDeleteBooking.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/attendee/attendeeRescheduleSeatedBooking.d.ts +33 -0
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/attendee/attendeeRescheduleSeatedBooking.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/combineTwoSeatedBookings.d.ts +32 -0
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/combineTwoSeatedBookings.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/moveSeatedBookingToNewTimeSlot.d.ts +34 -0
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/moveSeatedBookingToNewTimeSlot.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.d.ts +99 -0
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/rescheduleSeatedBooking.d.ts +5 -0
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/rescheduleSeatedBooking.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleSeats/test/handleSeats.test.d.ts +2 -0
- package/dist/packages/features/bookings/lib/handleSeats/test/handleSeats.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleWebhookTrigger.d.ts +9 -0
- package/dist/packages/features/bookings/lib/handleWebhookTrigger.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/index.d.ts +6 -0
- package/dist/packages/features/bookings/lib/index.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/isEventTypeLoggingEnabled.d.ts +5 -0
- package/dist/packages/features/bookings/lib/isEventTypeLoggingEnabled.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/timePreferences.d.ts +16 -0
- package/dist/packages/features/bookings/lib/timePreferences.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/useCheckOverlapWithOverlay.d.ts +11 -0
- package/dist/packages/features/bookings/lib/useCheckOverlapWithOverlay.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/useFilterQuery.d.ts +54 -0
- package/dist/packages/features/bookings/lib/useFilterQuery.d.ts.map +1 -0
- package/dist/packages/features/bookings/types.d.ts +54 -0
- package/dist/packages/features/bookings/types.d.ts.map +1 -0
- package/dist/packages/features/components/phone-input/PhoneInput.d.ts +14 -0
- package/dist/packages/features/components/phone-input/PhoneInput.d.ts.map +1 -0
- package/dist/packages/features/components/phone-input/index.d.ts +4 -0
- package/dist/packages/features/components/phone-input/index.d.ts.map +1 -0
- package/dist/packages/features/components/timezone-select/TimezoneSelect.d.ts +21 -0
- package/dist/packages/features/components/timezone-select/TimezoneSelect.d.ts.map +1 -0
- package/dist/packages/features/components/timezone-select/index.d.ts +3 -0
- package/dist/packages/features/components/timezone-select/index.d.ts.map +1 -0
- package/dist/packages/features/components/timezone-select/timezone-select.test.d.ts +2 -0
- package/dist/packages/features/components/timezone-select/timezone-select.test.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/DataTable.d.ts +25 -0
- package/dist/packages/features/data-table/components/DataTable.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/DataTablePagination.d.ts +9 -0
- package/dist/packages/features/data-table/components/DataTablePagination.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/DataTableSelectionBar.d.ts +28 -0
- package/dist/packages/features/data-table/components/DataTableSelectionBar.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/DataTableSkeleton.d.ts +8 -0
- package/dist/packages/features/data-table/components/DataTableSkeleton.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/DataTableToolbar.d.ts +32 -0
- package/dist/packages/features/data-table/components/DataTableToolbar.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/DataTableWrapper.d.ts +25 -0
- package/dist/packages/features/data-table/components/DataTableWrapper.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/filters/ActiveFilters.d.ts +7 -0
- package/dist/packages/features/data-table/components/filters/ActiveFilters.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/filters/AddFilterButton.d.ts +13 -0
- package/dist/packages/features/data-table/components/filters/AddFilterButton.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/filters/BaseSelectFilterOptions.d.ts +19 -0
- package/dist/packages/features/data-table/components/filters/BaseSelectFilterOptions.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/filters/ClearFiltersButton.d.ts +4 -0
- package/dist/packages/features/data-table/components/filters/ClearFiltersButton.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/filters/ColumnVisibilityButton.d.ts +11 -0
- package/dist/packages/features/data-table/components/filters/ColumnVisibilityButton.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/filters/DateRangeFilter.d.ts +12 -0
- package/dist/packages/features/data-table/components/filters/DateRangeFilter.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/filters/FilterOptions.d.ts +6 -0
- package/dist/packages/features/data-table/components/filters/FilterOptions.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/filters/FilterPopover.d.ts +7 -0
- package/dist/packages/features/data-table/components/filters/FilterPopover.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/filters/MultiSelectFilterOptions.d.ts +9 -0
- package/dist/packages/features/data-table/components/filters/MultiSelectFilterOptions.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/filters/NumberFilterOptions.d.ts +9 -0
- package/dist/packages/features/data-table/components/filters/NumberFilterOptions.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/filters/SingleSelectFilterOptions.d.ts +9 -0
- package/dist/packages/features/data-table/components/filters/SingleSelectFilterOptions.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/filters/TextFilterOptions.d.ts +9 -0
- package/dist/packages/features/data-table/components/filters/TextFilterOptions.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/filters/index.d.ts +16 -0
- package/dist/packages/features/data-table/components/filters/index.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/filters/types.d.ts +11 -0
- package/dist/packages/features/data-table/components/filters/types.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/filters/utils.d.ts +4 -0
- package/dist/packages/features/data-table/components/filters/utils.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/index.d.ts +9 -0
- package/dist/packages/features/data-table/components/index.d.ts.map +1 -0
- package/dist/packages/features/data-table/hooks/index.d.ts +8 -0
- package/dist/packages/features/data-table/hooks/index.d.ts.map +1 -0
- package/dist/packages/features/data-table/hooks/useColumnFilters.d.ts +5 -0
- package/dist/packages/features/data-table/hooks/useColumnFilters.d.ts.map +1 -0
- package/dist/packages/features/data-table/hooks/useColumnSizingVars.d.ts +7 -0
- package/dist/packages/features/data-table/hooks/useColumnSizingVars.d.ts.map +1 -0
- package/dist/packages/features/data-table/hooks/useDataTable.d.ts +2 -0
- package/dist/packages/features/data-table/hooks/useDataTable.d.ts.map +1 -0
- package/dist/packages/features/data-table/hooks/useDebouncedWidth.d.ts +2 -0
- package/dist/packages/features/data-table/hooks/useDebouncedWidth.d.ts.map +1 -0
- package/dist/packages/features/data-table/hooks/useFetchMoreOnBottomReached.d.ts +8 -0
- package/dist/packages/features/data-table/hooks/useFetchMoreOnBottomReached.d.ts.map +1 -0
- package/dist/packages/features/data-table/hooks/useFilterValue.d.ts +4 -0
- package/dist/packages/features/data-table/hooks/useFilterValue.d.ts.map +1 -0
- package/dist/packages/features/data-table/hooks/useFilterableColumns.d.ts +4 -0
- package/dist/packages/features/data-table/hooks/useFilterableColumns.d.ts.map +1 -0
- package/dist/packages/features/data-table/index.d.ts +7 -0
- package/dist/packages/features/data-table/index.d.ts.map +1 -0
- package/dist/packages/features/data-table/lib/context.d.ts +184 -0
- package/dist/packages/features/data-table/lib/context.d.ts.map +1 -0
- package/dist/packages/features/data-table/lib/dateRange.d.ts +14 -0
- package/dist/packages/features/data-table/lib/dateRange.d.ts.map +1 -0
- package/dist/packages/features/data-table/lib/resizing.d.ts +10 -0
- package/dist/packages/features/data-table/lib/resizing.d.ts.map +1 -0
- package/dist/packages/features/data-table/lib/server.d.ts +171 -0
- package/dist/packages/features/data-table/lib/server.d.ts.map +1 -0
- package/dist/packages/features/data-table/lib/types.d.ts +458 -0
- package/dist/packages/features/data-table/lib/types.d.ts.map +1 -0
- package/dist/packages/features/data-table/lib/utils.d.ts +19 -0
- package/dist/packages/features/data-table/lib/utils.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/api/webhook/__handler.d.ts +35 -0
- package/dist/packages/features/ee/billing/api/webhook/__handler.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/api/webhook/__handler.test.d.ts +2 -0
- package/dist/packages/features/ee/billing/api/webhook/__handler.test.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.d.ts +5 -0
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.team-plan.d.ts +6 -0
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.team-plan.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.d.ts +5 -0
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.d.ts +10 -0
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/api/webhook/_payment_intent.succeeded.d.ts +6 -0
- package/dist/packages/features/ee/billing/api/webhook/_payment_intent.succeeded.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/api/webhook/index.d.ts +3 -0
- package/dist/packages/features/ee/billing/api/webhook/index.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/billing-service-factory.d.ts +4 -0
- package/dist/packages/features/ee/billing/billing-service-factory.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/billing-service.d.ts +49 -0
- package/dist/packages/features/ee/billing/billing-service.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/index.d.ts +4 -0
- package/dist/packages/features/ee/billing/index.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/organizations/index.d.ts +6 -0
- package/dist/packages/features/ee/billing/organizations/index.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/organizations/internal-organization-billing.d.ts +13 -0
- package/dist/packages/features/ee/billing/organizations/internal-organization-billing.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/organizations/organization-billing.d.ts +14 -0
- package/dist/packages/features/ee/billing/organizations/organization-billing.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/organizations/organization-billing.repository.d.ts +12 -0
- package/dist/packages/features/ee/billing/organizations/organization-billing.repository.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/organizations/organization-billing.repository.interface.d.ts +7 -0
- package/dist/packages/features/ee/billing/organizations/organization-billing.repository.interface.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/organizations/stub-organization-billing.d.ts +17 -0
- package/dist/packages/features/ee/billing/organizations/stub-organization-billing.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/stripe-billling-service.d.ts +26 -0
- package/dist/packages/features/ee/billing/stripe-billling-service.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/stripe-billling-service.test.d.ts +2 -0
- package/dist/packages/features/ee/billing/stripe-billling-service.test.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/teams/index.d.ts +14 -0
- package/dist/packages/features/ee/billing/teams/index.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/teams/internal-team-billing.d.ts +39 -0
- package/dist/packages/features/ee/billing/teams/internal-team-billing.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/teams/internal-team-billing.test.d.ts +2 -0
- package/dist/packages/features/ee/billing/teams/internal-team-billing.test.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/teams/stub-team-billing.d.ts +16 -0
- package/dist/packages/features/ee/billing/teams/stub-team-billing.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/teams/team-billing.d.ts +18 -0
- package/dist/packages/features/ee/billing/teams/team-billing.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/teams/team-billing.repository.d.ts +35 -0
- package/dist/packages/features/ee/billing/teams/team-billing.repository.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/teams/team-billing.repository.interface.d.ts +16 -0
- package/dist/packages/features/ee/billing/teams/team-billing.repository.interface.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/teams/team-billing.repository.test.d.ts +2 -0
- package/dist/packages/features/ee/billing/teams/team-billing.repository.test.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/teams/team-billing.test.d.ts +2 -0
- package/dist/packages/features/ee/billing/teams/team-billing.test.d.ts.map +1 -0
- package/dist/packages/features/ee/payments/api/webhook.d.ts +15 -0
- package/dist/packages/features/ee/payments/api/webhook.d.ts.map +1 -0
- package/dist/packages/features/ee/payments/components/Payment.d.ts +41 -0
- package/dist/packages/features/ee/payments/components/Payment.d.ts.map +1 -0
- package/dist/packages/features/ee/payments/components/PaymentPage.d.ts +5 -0
- package/dist/packages/features/ee/payments/components/PaymentPage.d.ts.map +1 -0
- package/dist/packages/features/ee/payments/pages/getClientSecretFromPayment.d.ts +5 -0
- package/dist/packages/features/ee/payments/pages/getClientSecretFromPayment.d.ts.map +1 -0
- package/dist/packages/features/ee/payments/pages/payment.d.ts +214 -0
- package/dist/packages/features/ee/payments/pages/payment.d.ts.map +1 -0
- package/dist/packages/features/ee/payments/server/stripe.d.ts +7 -0
- package/dist/packages/features/ee/payments/server/stripe.d.ts.map +1 -0
- package/dist/packages/features/ee/round-robin/assignmentReason/AssignmentReasonRecorder.d.ts +21 -0
- package/dist/packages/features/ee/round-robin/assignmentReason/AssignmentReasonRecorder.d.ts.map +1 -0
- package/dist/packages/features/ee/round-robin/assignmentReason/appAssignmentReasonHandler.d.ts +12 -0
- package/dist/packages/features/ee/round-robin/assignmentReason/appAssignmentReasonHandler.d.ts.map +1 -0
- package/dist/packages/features/ee/round-robin/handleRescheduleEventManager.d.ts +90 -0
- package/dist/packages/features/ee/round-robin/handleRescheduleEventManager.d.ts.map +1 -0
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts +120 -0
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts.map +1 -0
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.test.d.ts +2 -0
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.test.d.ts.map +1 -0
- package/dist/packages/features/ee/round-robin/roundRobinReassignment.d.ts +16 -0
- package/dist/packages/features/ee/round-robin/roundRobinReassignment.d.ts.map +1 -0
- package/dist/packages/features/ee/round-robin/roundRobinReassignment.test.d.ts +2 -0
- package/dist/packages/features/ee/round-robin/roundRobinReassignment.test.d.ts.map +1 -0
- package/dist/packages/features/ee/round-robin/utils/bookingSelect.d.ts +27 -0
- package/dist/packages/features/ee/round-robin/utils/bookingSelect.d.ts.map +1 -0
- package/dist/packages/features/ee/round-robin/utils/getDestinationCalendar.d.ts +10 -0
- package/dist/packages/features/ee/round-robin/utils/getDestinationCalendar.d.ts.map +1 -0
- package/dist/packages/features/ee/round-robin/utils/getTeamMembers.d.ts +39 -0
- package/dist/packages/features/ee/round-robin/utils/getTeamMembers.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/api/scheduleEmailReminders.d.ts +6 -0
- package/dist/packages/features/ee/workflows/api/scheduleEmailReminders.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.d.ts +8 -0
- package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/api/scheduleWhatsappReminders.d.ts +8 -0
- package/dist/packages/features/ee/workflows/api/scheduleWhatsappReminders.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/components/AddActionDialog.d.ts +10 -0
- package/dist/packages/features/ee/workflows/components/AddActionDialog.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/components/DeleteDialog.d.ts +10 -0
- package/dist/packages/features/ee/workflows/components/DeleteDialog.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/components/EmptyScreen.d.ts +4 -0
- package/dist/packages/features/ee/workflows/components/EmptyScreen.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/components/SkeletonLoaderEdit.d.ts +3 -0
- package/dist/packages/features/ee/workflows/components/SkeletonLoaderEdit.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/components/SkeletonLoaderEventWorkflowsTab.d.ts +3 -0
- package/dist/packages/features/ee/workflows/components/SkeletonLoaderEventWorkflowsTab.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/components/SkeletonLoaderList.d.ts +3 -0
- package/dist/packages/features/ee/workflows/components/SkeletonLoaderList.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/components/TimeTimeUnitInput.d.ts +7 -0
- package/dist/packages/features/ee/workflows/components/TimeTimeUnitInput.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/components/WorkflowDetailsPage.d.ts +20 -0
- package/dist/packages/features/ee/workflows/components/WorkflowDetailsPage.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/components/WorkflowListPage.d.ts +36 -0
- package/dist/packages/features/ee/workflows/components/WorkflowListPage.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/components/WorkflowStepContainer.d.ts +19 -0
- package/dist/packages/features/ee/workflows/components/WorkflowStepContainer.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/actionHelperFunctions.d.ts +17 -0
- package/dist/packages/features/ee/workflows/lib/actionHelperFunctions.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/allowDisablingStandardEmails.d.ts +4 -0
- package/dist/packages/features/ee/workflows/lib/allowDisablingStandardEmails.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/alphanumericSenderIdSupport.d.ts +2 -0
- package/dist/packages/features/ee/workflows/lib/alphanumericSenderIdSupport.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/constants.d.ts +10 -0
- package/dist/packages/features/ee/workflows/lib/constants.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/getActionIcon.d.ts +3 -0
- package/dist/packages/features/ee/workflows/lib/getActionIcon.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/getAllWorkflows.d.ts +26 -0
- package/dist/packages/features/ee/workflows/lib/getAllWorkflows.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/getOptions.d.ts +17 -0
- package/dist/packages/features/ee/workflows/lib/getOptions.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/getWorkflowReminders.d.ts +125 -0
- package/dist/packages/features/ee/workflows/lib/getWorkflowReminders.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/getiCalEventAsString.d.ts +16 -0
- package/dist/packages/features/ee/workflows/lib/getiCalEventAsString.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts +31 -0
- package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/reminders/providers/sendgridProvider.d.ts +10 -0
- package/dist/packages/features/ee/workflows/lib/reminders/providers/sendgridProvider.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/reminders/providers/twilioProvider.d.ts +8 -0
- package/dist/packages/features/ee/workflows/lib/reminders/providers/twilioProvider.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.d.ts +47 -0
- package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/reminders/scheduleMandatoryReminder.d.ts +15 -0
- package/dist/packages/features/ee/workflows/lib/reminders/scheduleMandatoryReminder.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/reminders/smsReminderManager.d.ts +63 -0
- package/dist/packages/features/ee/workflows/lib/reminders/smsReminderManager.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/reminders/templates/customTemplate.d.ts +33 -0
- package/dist/packages/features/ee/workflows/lib/reminders/templates/customTemplate.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.d.ts +22 -0
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.d.ts +8 -0
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/reminders/templates/smsReminderTemplate.d.ts +5 -0
- package/dist/packages/features/ee/workflows/lib/reminders/templates/smsReminderTemplate.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/index.d.ts +5 -0
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/index.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCancelledTemplate.d.ts +4 -0
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCancelledTemplate.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCompletedTemplate.d.ts +4 -0
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCompletedTemplate.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventReminderTemplate.d.ts +4 -0
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventReminderTemplate.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventRescheduledTemplate.d.ts +4 -0
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventRescheduledTemplate.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/reminders/utils.d.ts +4 -0
- package/dist/packages/features/ee/workflows/lib/reminders/utils.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/reminders/verifyPhoneNumber.d.ts +3 -0
- package/dist/packages/features/ee/workflows/lib/reminders/verifyPhoneNumber.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/reminders/whatsappReminderManager.d.ts +4 -0
- package/dist/packages/features/ee/workflows/lib/reminders/whatsappReminderManager.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/schema.d.ts +142 -0
- package/dist/packages/features/ee/workflows/lib/schema.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/test/workflows.test.d.ts +2 -0
- package/dist/packages/features/ee/workflows/lib/test/workflows.test.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/types.d.ts +24 -0
- package/dist/packages/features/ee/workflows/lib/types.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/variableTranslations.d.ts +10 -0
- package/dist/packages/features/ee/workflows/lib/variableTranslations.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/pages/index.d.ts +7 -0
- package/dist/packages/features/ee/workflows/pages/index.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/pages/workflow.d.ts +24 -0
- package/dist/packages/features/ee/workflows/pages/workflow.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/AddMembersWithSwitch.d.ts +44 -0
- package/dist/packages/features/eventtypes/components/AddMembersWithSwitch.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/AssignAllTeamMembers.d.ts +11 -0
- package/dist/packages/features/eventtypes/components/AssignAllTeamMembers.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/BulkEditDefaultForEventsModal.d.ts +27 -0
- package/dist/packages/features/eventtypes/components/BulkEditDefaultForEventsModal.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/CheckedTeamSelect.d.ts +37 -0
- package/dist/packages/features/eventtypes/components/CheckedTeamSelect.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/CheckedUserSelect.d.ts +13 -0
- package/dist/packages/features/eventtypes/components/CheckedUserSelect.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/ChildrenEventTypeSelect.d.ts +49 -0
- package/dist/packages/features/eventtypes/components/ChildrenEventTypeSelect.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/CreateEventTypeDialog.d.ts +17 -0
- package/dist/packages/features/eventtypes/components/CreateEventTypeDialog.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/CreateEventTypeForm.d.ts +13 -0
- package/dist/packages/features/eventtypes/components/CreateEventTypeForm.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/DuplicateDialog.d.ts +3 -0
- package/dist/packages/features/eventtypes/components/DuplicateDialog.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/EditWeightsForAllTeamMembers.d.ts +14 -0
- package/dist/packages/features/eventtypes/components/EditWeightsForAllTeamMembers.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/EmptyPage.d.ts +5 -0
- package/dist/packages/features/eventtypes/components/EmptyPage.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/EventType.d.ts +39 -0
- package/dist/packages/features/eventtypes/components/EventType.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/EventTypeDescription.d.ts +16 -0
- package/dist/packages/features/eventtypes/components/EventTypeDescription.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/EventTypeLayout.d.ts +23 -0
- package/dist/packages/features/eventtypes/components/EventTypeLayout.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/HostEditDialogs.d.ts +33 -0
- package/dist/packages/features/eventtypes/components/HostEditDialogs.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/Locations.d.ts +49 -0
- package/dist/packages/features/eventtypes/components/Locations.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/MultiDropdownSelect.d.ts +4 -0
- package/dist/packages/features/eventtypes/components/MultiDropdownSelect.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/MultiplePrivateLinksController.d.ts +3 -0
- package/dist/packages/features/eventtypes/components/MultiplePrivateLinksController.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/SkeletonLoader.d.ts +7 -0
- package/dist/packages/features/eventtypes/components/SkeletonLoader.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/WeightDescription.d.ts +5 -0
- package/dist/packages/features/eventtypes/components/WeightDescription.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/__tests__/AddMembersWithSwitch.test.d.ts +2 -0
- package/dist/packages/features/eventtypes/components/__tests__/AddMembersWithSwitch.test.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/dialogs/AssignmentWarningDialog.d.ts +12 -0
- package/dist/packages/features/eventtypes/components/dialogs/AssignmentWarningDialog.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/dialogs/DeleteDialog.d.ts +8 -0
- package/dist/packages/features/eventtypes/components/dialogs/DeleteDialog.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/dialogs/ManagedEventDialog.d.ts +13 -0
- package/dist/packages/features/eventtypes/components/dialogs/ManagedEventDialog.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/index.d.ts +6 -0
- package/dist/packages/features/eventtypes/components/index.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/tabs/advanced/CustomEventTypeModal.d.ts +43 -0
- package/dist/packages/features/eventtypes/components/tabs/advanced/CustomEventTypeModal.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/tabs/advanced/DisableAllEmailsSetting.d.ts +25 -0
- package/dist/packages/features/eventtypes/components/tabs/advanced/DisableAllEmailsSetting.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.d.ts +56 -0
- package/dist/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/tabs/advanced/RequiresConfirmationController.d.ts +27 -0
- package/dist/packages/features/eventtypes/components/tabs/advanced/RequiresConfirmationController.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/tabs/ai/AIEventController.d.ts +8 -0
- package/dist/packages/features/eventtypes/components/tabs/ai/AIEventController.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/tabs/ai/EventAITab.d.ts +5 -0
- package/dist/packages/features/eventtypes/components/tabs/ai/EventAITab.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/tabs/apps/EventAppsTab.d.ts +7 -0
- package/dist/packages/features/eventtypes/components/tabs/apps/EventAppsTab.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/tabs/assignment/EventTeamAssignmentTab.d.ts +57 -0
- package/dist/packages/features/eventtypes/components/tabs/assignment/EventTeamAssignmentTab.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/tabs/availability/EventAvailabilityTab.d.ts +79 -0
- package/dist/packages/features/eventtypes/components/tabs/availability/EventAvailabilityTab.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/tabs/instant/EventInstantTab.d.ts +5 -0
- package/dist/packages/features/eventtypes/components/tabs/instant/EventInstantTab.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/tabs/instant/InstantEventController.d.ts +9 -0
- package/dist/packages/features/eventtypes/components/tabs/instant/InstantEventController.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/tabs/limits/EventLimitsTab.d.ts +59 -0
- package/dist/packages/features/eventtypes/components/tabs/limits/EventLimitsTab.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/tabs/recurring/EventRecurringTab.d.ts +4 -0
- package/dist/packages/features/eventtypes/components/tabs/recurring/EventRecurringTab.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/tabs/recurring/RecurringEventController.d.ts +22 -0
- package/dist/packages/features/eventtypes/components/tabs/recurring/RecurringEventController.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/tabs/setup/EventSetupTab.d.ts +34 -0
- package/dist/packages/features/eventtypes/components/tabs/setup/EventSetupTab.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/tabs/webhooks/EventWebhooksTab.d.ts +3 -0
- package/dist/packages/features/eventtypes/components/tabs/webhooks/EventWebhooksTab.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/tabs/workflows/EventWorkfowsTab.d.ts +11 -0
- package/dist/packages/features/eventtypes/components/tabs/workflows/EventWorkfowsTab.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/lib/bookingFieldsManager.d.ts +14 -0
- package/dist/packages/features/eventtypes/lib/bookingFieldsManager.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/lib/getDefinedBufferTimes.d.ts +2 -0
- package/dist/packages/features/eventtypes/lib/getDefinedBufferTimes.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts +1506 -0
- package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/lib/isCurrentlyAvailable.test.d.ts +2 -0
- package/dist/packages/features/eventtypes/lib/isCurrentlyAvailable.test.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/lib/types.d.ts +198 -0
- package/dist/packages/features/eventtypes/lib/types.d.ts.map +1 -0
- package/dist/packages/features/form-builder/Components.d.ts +47 -0
- package/dist/packages/features/form-builder/Components.d.ts.map +1 -0
- package/dist/packages/features/form-builder/FormBuilder.d.ts +41 -0
- package/dist/packages/features/form-builder/FormBuilder.d.ts.map +1 -0
- package/dist/packages/features/form-builder/FormBuilder.test.d.ts +2 -0
- package/dist/packages/features/form-builder/FormBuilder.test.d.ts.map +1 -0
- package/dist/packages/features/form-builder/FormBuilderField.d.ts +41 -0
- package/dist/packages/features/form-builder/FormBuilderField.d.ts.map +1 -0
- package/dist/packages/features/form-builder/FormBuilderField.test.d.ts +2 -0
- package/dist/packages/features/form-builder/FormBuilderField.test.d.ts.map +1 -0
- package/dist/packages/features/form-builder/fieldTypes.d.ts +4 -0
- package/dist/packages/features/form-builder/fieldTypes.d.ts.map +1 -0
- package/dist/packages/features/form-builder/fieldsThatSupportLabelAsSafeHtml.d.ts +7 -0
- package/dist/packages/features/form-builder/fieldsThatSupportLabelAsSafeHtml.d.ts.map +1 -0
- package/dist/packages/features/form-builder/index.d.ts +3 -0
- package/dist/packages/features/form-builder/index.d.ts.map +1 -0
- package/dist/packages/features/form-builder/propsTypes.d.ts +18 -0
- package/dist/packages/features/form-builder/propsTypes.d.ts.map +1 -0
- package/dist/packages/features/form-builder/schema.d.ts +1329 -0
- package/dist/packages/features/form-builder/schema.d.ts.map +1 -0
- package/dist/packages/features/form-builder/testUtils.d.ts +379 -0
- package/dist/packages/features/form-builder/testUtils.d.ts.map +1 -0
- package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.d.ts +12 -0
- package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.d.ts.map +1 -0
- package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.test.d.ts +2 -0
- package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.test.d.ts.map +1 -0
- package/dist/packages/features/form-builder/utils/getFieldIdentifier.d.ts +2 -0
- package/dist/packages/features/form-builder/utils/getFieldIdentifier.d.ts.map +1 -0
- package/dist/packages/features/form-builder/utils/variantsConfig.d.ts +42 -0
- package/dist/packages/features/form-builder/utils/variantsConfig.d.ts.map +1 -0
- package/dist/packages/features/form-builder/utils.d.ts +6 -0
- package/dist/packages/features/form-builder/utils.d.ts.map +1 -0
- package/dist/packages/features/instant-meeting/handleInstantMeeting.d.ts +19 -0
- package/dist/packages/features/instant-meeting/handleInstantMeeting.d.ts.map +1 -0
- package/dist/packages/features/instant-meeting/schema.d.ts +30 -0
- package/dist/packages/features/instant-meeting/schema.d.ts.map +1 -0
- package/dist/packages/features/schedules/components/DateOverrideInputDialog.d.ts +14 -0
- package/dist/packages/features/schedules/components/DateOverrideInputDialog.d.ts.map +1 -0
- package/dist/packages/features/schedules/components/DateOverrideList.d.ts +18 -0
- package/dist/packages/features/schedules/components/DateOverrideList.d.ts.map +1 -0
- package/dist/packages/features/schedules/components/NewScheduleButton.d.ts +5 -0
- package/dist/packages/features/schedules/components/NewScheduleButton.d.ts.map +1 -0
- package/dist/packages/features/schedules/components/Schedule.d.ts +63 -0
- package/dist/packages/features/schedules/components/Schedule.d.ts.map +1 -0
- package/dist/packages/features/schedules/components/ScheduleListItem.d.ts +21 -0
- package/dist/packages/features/schedules/components/ScheduleListItem.d.ts.map +1 -0
- package/dist/packages/features/schedules/components/index.d.ts +7 -0
- package/dist/packages/features/schedules/components/index.d.ts.map +1 -0
- package/dist/packages/features/schedules/index.d.ts +4 -0
- package/dist/packages/features/schedules/index.d.ts.map +1 -0
- package/dist/packages/features/schedules/lib/use-schedule/index.d.ts +5 -0
- package/dist/packages/features/schedules/lib/use-schedule/index.d.ts.map +1 -0
- package/dist/packages/features/schedules/lib/use-schedule/types.d.ts +7 -0
- package/dist/packages/features/schedules/lib/use-schedule/types.d.ts.map +1 -0
- package/dist/packages/features/schedules/lib/use-schedule/useNonEmptyScheduleDays.d.ts +4 -0
- package/dist/packages/features/schedules/lib/use-schedule/useNonEmptyScheduleDays.d.ts.map +1 -0
- package/dist/packages/features/schedules/lib/use-schedule/useSchedule.d.ts +346 -0
- package/dist/packages/features/schedules/lib/use-schedule/useSchedule.d.ts.map +1 -0
- package/dist/packages/features/schedules/lib/use-schedule/useSlotsForDate.d.ts +28 -0
- package/dist/packages/features/schedules/lib/use-schedule/useSlotsForDate.d.ts.map +1 -0
- package/dist/packages/features/schedules/lib/use-schedule/useTimesForSchedule.d.ts +5 -0
- package/dist/packages/features/schedules/lib/use-schedule/useTimesForSchedule.d.ts.map +1 -0
- package/dist/packages/features/shell/Shell.d.ts +31 -0
- package/dist/packages/features/shell/Shell.d.ts.map +1 -0
- package/dist/packages/features/shell/SideBar.d.ts +13 -0
- package/dist/packages/features/shell/SideBar.d.ts.map +1 -0
- package/dist/packages/features/shell/TeamInviteBadge.d.ts +2 -0
- package/dist/packages/features/shell/TeamInviteBadge.d.ts.map +1 -0
- package/dist/packages/features/shell/TopNav.d.ts +2 -0
- package/dist/packages/features/shell/TopNav.d.ts.map +1 -0
- package/dist/packages/features/shell/banners/LayoutBanner.d.ts +30 -0
- package/dist/packages/features/shell/banners/LayoutBanner.d.ts.map +1 -0
- package/dist/packages/features/shell/banners/useBanners.d.ts +8 -0
- package/dist/packages/features/shell/banners/useBanners.d.ts.map +1 -0
- package/dist/packages/features/shell/navigation/Navigation.d.ts +9 -0
- package/dist/packages/features/shell/navigation/Navigation.d.ts.map +1 -0
- package/dist/packages/features/shell/navigation/NavigationItem.d.ts +35 -0
- package/dist/packages/features/shell/navigation/NavigationItem.d.ts.map +1 -0
- package/dist/packages/features/shell/navigation/useShouldDisplayNavigationItem.d.ts +3 -0
- package/dist/packages/features/shell/navigation/useShouldDisplayNavigationItem.d.ts.map +1 -0
- package/dist/packages/features/shell/useAppTheme.d.ts +2 -0
- package/dist/packages/features/shell/useAppTheme.d.ts.map +1 -0
- package/dist/packages/features/shell/useBottomNavItems.d.ts +10 -0
- package/dist/packages/features/shell/useBottomNavItems.d.ts.map +1 -0
- package/dist/packages/features/shell/user-dropdown/ProfileDropdown.d.ts +2 -0
- package/dist/packages/features/shell/user-dropdown/ProfileDropdown.d.ts.map +1 -0
- package/dist/packages/features/shell/user-dropdown/UserDropdown.d.ts +14 -0
- package/dist/packages/features/shell/user-dropdown/UserDropdown.d.ts.map +1 -0
- package/dist/packages/platform/atoms/add-members-switch/AddMembersWithSwitchPlatformWrapper.d.ts +3 -0
- package/dist/packages/platform/atoms/add-members-switch/AddMembersWithSwitchPlatformWrapper.d.ts.map +1 -0
- package/dist/packages/platform/atoms/availability/AvailabilitySettings.d.ts +80 -0
- package/dist/packages/platform/atoms/availability/AvailabilitySettings.d.ts.map +1 -0
- package/dist/packages/platform/atoms/availability/atom-api-transformers/transformApiScheduleForAtom.d.ts +38 -0
- package/dist/packages/platform/atoms/availability/atom-api-transformers/transformApiScheduleForAtom.d.ts.map +1 -0
- package/dist/packages/platform/atoms/availability/atom-api-transformers/transformApiScheduleForAtom.spec.d.ts +2 -0
- package/dist/packages/platform/atoms/availability/atom-api-transformers/transformApiScheduleForAtom.spec.d.ts.map +1 -0
- package/dist/packages/platform/atoms/availability/atom-api-transformers/transformAtomScheduleForApi.d.ts +4 -0
- package/dist/packages/platform/atoms/availability/atom-api-transformers/transformAtomScheduleForApi.d.ts.map +1 -0
- package/dist/packages/platform/atoms/availability/atom-api-transformers/transformAtomScheduleForApi.spec.d.ts +2 -0
- package/dist/packages/platform/atoms/availability/atom-api-transformers/transformAtomScheduleForApi.spec.d.ts.map +1 -0
- package/dist/packages/platform/atoms/availability/index.d.ts +4 -0
- package/dist/packages/platform/atoms/availability/index.d.ts.map +1 -0
- package/dist/packages/platform/atoms/availability/types.d.ts +22 -0
- package/dist/packages/platform/atoms/availability/types.d.ts.map +1 -0
- package/dist/packages/platform/atoms/availability/wrappers/AvailabilitySettingsPlatformWrapper.d.ts +23 -0
- package/dist/packages/platform/atoms/availability/wrappers/AvailabilitySettingsPlatformWrapper.d.ts.map +1 -0
- package/dist/packages/platform/atoms/booker/BookerPlatformWrapper.d.ts +3 -0
- package/dist/packages/platform/atoms/booker/BookerPlatformWrapper.d.ts.map +1 -0
- package/dist/packages/platform/atoms/booker/types.d.ts +60 -0
- package/dist/packages/platform/atoms/booker/types.d.ts.map +1 -0
- package/dist/packages/platform/atoms/booker-embed/BookerEmbed.d.ts +27 -0
- package/dist/packages/platform/atoms/booker-embed/BookerEmbed.d.ts.map +1 -0
- package/dist/packages/platform/atoms/booker-embed/index.d.ts +2 -0
- package/dist/packages/platform/atoms/booker-embed/index.d.ts.map +1 -0
- package/dist/packages/platform/atoms/booker-embed/useGetRoutingFormUrlProps.d.ts +22 -0
- package/dist/packages/platform/atoms/booker-embed/useGetRoutingFormUrlProps.d.ts.map +1 -0
- package/dist/packages/platform/atoms/cal-provider/BaseCalProvider.d.ts +20 -0
- package/dist/packages/platform/atoms/cal-provider/BaseCalProvider.d.ts.map +1 -0
- package/dist/packages/platform/atoms/cal-provider/CalProvider.d.ts +17 -0
- package/dist/packages/platform/atoms/cal-provider/CalProvider.d.ts.map +1 -0
- package/dist/packages/platform/atoms/cal-provider/index.d.ts +2 -0
- package/dist/packages/platform/atoms/cal-provider/index.d.ts.map +1 -0
- package/dist/packages/platform/atoms/cal-provider/languages.d.ts +48 -0
- package/dist/packages/platform/atoms/cal-provider/languages.d.ts.map +1 -0
- package/dist/packages/platform/atoms/calendar-settings/index.d.ts +2 -0
- package/dist/packages/platform/atoms/calendar-settings/index.d.ts.map +1 -0
- package/dist/packages/platform/atoms/calendar-settings/wrappers/CalendarSettingsPlatformWrapper.d.ts +13 -0
- package/dist/packages/platform/atoms/calendar-settings/wrappers/CalendarSettingsPlatformWrapper.d.ts.map +1 -0
- package/dist/packages/platform/atoms/connect/OAuthConnect.d.ts +25 -0
- package/dist/packages/platform/atoms/connect/OAuthConnect.d.ts.map +1 -0
- package/dist/packages/platform/atoms/connect/apple/AppleConnect.d.ts +4 -0
- package/dist/packages/platform/atoms/connect/apple/AppleConnect.d.ts.map +1 -0
- package/dist/packages/platform/atoms/connect/conferencing-apps/ConferencingAppsViewPlatformWrapper.d.ts +8 -0
- package/dist/packages/platform/atoms/connect/conferencing-apps/ConferencingAppsViewPlatformWrapper.d.ts.map +1 -0
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomBulkUpdateEventTypesToDefaultLocation.d.ts +73 -0
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomBulkUpdateEventTypesToDefaultLocation.d.ts.map +1 -0
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomGetEventTypes.d.ts +10 -0
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomGetEventTypes.d.ts.map +1 -0
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomsGetInstalledConferencingApps.d.ts +3 -0
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomsGetInstalledConferencingApps.d.ts.map +1 -0
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useConnect.d.ts +19 -0
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useConnect.d.ts.map +1 -0
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useDeleteCredential.d.ts +8 -0
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useDeleteCredential.d.ts.map +1 -0
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useGetDefaultConferencingApp.d.ts +6 -0
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useGetDefaultConferencingApp.d.ts.map +1 -0
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useUpdateUserDefaultConferencingApp.d.ts +8 -0
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useUpdateUserDefaultConferencingApp.d.ts.map +1 -0
- package/dist/packages/platform/atoms/connect/google/GcalConnect.d.ts +4 -0
- package/dist/packages/platform/atoms/connect/google/GcalConnect.d.ts.map +1 -0
- package/dist/packages/platform/atoms/connect/index.d.ts +4 -0
- package/dist/packages/platform/atoms/connect/index.d.ts.map +1 -0
- package/dist/packages/platform/atoms/connect/outlook/OutlookConnect.d.ts +4 -0
- package/dist/packages/platform/atoms/connect/outlook/OutlookConnect.d.ts.map +1 -0
- package/dist/packages/platform/atoms/connect/stripe/StripeConnect.d.ts +22 -0
- package/dist/packages/platform/atoms/connect/stripe/StripeConnect.d.ts.map +1 -0
- package/dist/packages/platform/atoms/destination-calendar/DestinationCalendar.d.ts +5 -0
- package/dist/packages/platform/atoms/destination-calendar/DestinationCalendar.d.ts.map +1 -0
- package/dist/packages/platform/atoms/destination-calendar/DestinationCalendarSelector.d.ts +17 -0
- package/dist/packages/platform/atoms/destination-calendar/DestinationCalendarSelector.d.ts.map +1 -0
- package/dist/packages/platform/atoms/destination-calendar/index.d.ts +2 -0
- package/dist/packages/platform/atoms/destination-calendar/index.d.ts.map +1 -0
- package/dist/packages/platform/atoms/destination-calendar/wrappers/DestinationCalendarSettingsPlatformWrapper.d.ts +5 -0
- package/dist/packages/platform/atoms/destination-calendar/wrappers/DestinationCalendarSettingsPlatformWrapper.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/atom-api-transformers/transformApiEventTypeForAtom.d.ts +1394 -0
- package/dist/packages/platform/atoms/event-types/atom-api-transformers/transformApiEventTypeForAtom.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeAppIntegration.d.ts +22 -0
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeAppIntegration.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts +739 -0
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypePaymentInfo.d.ts +201 -0
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypePaymentInfo.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/hooks/useAtomHostSchedules.d.ts +14 -0
- package/dist/packages/platform/atoms/event-types/hooks/useAtomHostSchedules.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/hooks/useAtomUpdateEventType.d.ts +411 -0
- package/dist/packages/platform/atoms/event-types/hooks/useAtomUpdateEventType.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.d.ts +9 -0
- package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/hooks/useHandleRouteChange.d.ts +15 -0
- package/dist/packages/platform/atoms/event-types/hooks/useHandleRouteChange.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/hooks/usePlatformTabsNavigations.d.ts +16 -0
- package/dist/packages/platform/atoms/event-types/hooks/usePlatformTabsNavigations.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/hooks/useTabsNavigations.d.ts +16 -0
- package/dist/packages/platform/atoms/event-types/hooks/useTabsNavigations.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/payments/PaymentForm.d.ts +9 -0
- package/dist/packages/platform/atoms/event-types/payments/PaymentForm.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/payments/StripePaymentForm.d.ts +9 -0
- package/dist/packages/platform/atoms/event-types/payments/StripePaymentForm.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/wrappers/CreateEventTypePlatformWrapper.d.ts +19 -0
- package/dist/packages/platform/atoms/event-types/wrappers/CreateEventTypePlatformWrapper.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/wrappers/EventAdvancedPlatformWrapper.d.ts +4 -0
- package/dist/packages/platform/atoms/event-types/wrappers/EventAdvancedPlatformWrapper.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/wrappers/EventAvailabilityTabPlatformWrapper.d.ts +13 -0
- package/dist/packages/platform/atoms/event-types/wrappers/EventAvailabilityTabPlatformWrapper.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/wrappers/EventLimitsTabPlatformWrapper.d.ts +4 -0
- package/dist/packages/platform/atoms/event-types/wrappers/EventLimitsTabPlatformWrapper.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/wrappers/EventPaymentsTabPlatformWrapper.d.ts +6 -0
- package/dist/packages/platform/atoms/event-types/wrappers/EventPaymentsTabPlatformWrapper.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/wrappers/EventRecurringTabPlatformWrapper.d.ts +4 -0
- package/dist/packages/platform/atoms/event-types/wrappers/EventRecurringTabPlatformWrapper.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/wrappers/EventSetupTabPlatformWrapper.d.ts +4 -0
- package/dist/packages/platform/atoms/event-types/wrappers/EventSetupTabPlatformWrapper.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/wrappers/EventTeamAssignmentTabPlatformWrapper.d.ts +4 -0
- package/dist/packages/platform/atoms/event-types/wrappers/EventTeamAssignmentTabPlatformWrapper.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/wrappers/EventTypePlatformWrapper.d.ts +30 -0
- package/dist/packages/platform/atoms/event-types/wrappers/EventTypePlatformWrapper.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/wrappers/types.d.ts +3 -0
- package/dist/packages/platform/atoms/event-types/wrappers/types.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/bookings/useBooking.d.ts +2 -0
- package/dist/packages/platform/atoms/hooks/bookings/useBooking.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/bookings/useBookings.d.ts +3 -0
- package/dist/packages/platform/atoms/hooks/bookings/useBookings.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/bookings/useCancelBooking.d.ts +21 -0
- package/dist/packages/platform/atoms/hooks/bookings/useCancelBooking.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/bookings/useCreateBooking.d.ts +333 -0
- package/dist/packages/platform/atoms/hooks/bookings/useCreateBooking.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/bookings/useCreateInstantBooking.d.ts +366 -0
- package/dist/packages/platform/atoms/hooks/bookings/useCreateInstantBooking.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/bookings/useCreateRecurringBooking.d.ts +329 -0
- package/dist/packages/platform/atoms/hooks/bookings/useCreateRecurringBooking.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/bookings/useGetBookingForReschedule.d.ts +37 -0
- package/dist/packages/platform/atoms/hooks/bookings/useGetBookingForReschedule.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/bookings/useHandleBookEvent.d.ts +25 -0
- package/dist/packages/platform/atoms/hooks/bookings/useHandleBookEvent.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/calendars/useAddSelectedCalendar.d.ts +21 -0
- package/dist/packages/platform/atoms/hooks/calendars/useAddSelectedCalendar.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/calendars/useDeleteCalendarCredentials.d.ts +22 -0
- package/dist/packages/platform/atoms/hooks/calendars/useDeleteCalendarCredentials.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/calendars/useRemoveSelectedCalendar.d.ts +21 -0
- package/dist/packages/platform/atoms/hooks/calendars/useRemoveSelectedCalendar.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/calendars/useUpdateDestinationCalendars.d.ts +21 -0
- package/dist/packages/platform/atoms/hooks/calendars/useUpdateDestinationCalendars.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/connect/useCheck.d.ts +22 -0
- package/dist/packages/platform/atoms/hooks/connect/useCheck.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/connect/useConnect.d.ts +20 -0
- package/dist/packages/platform/atoms/hooks/connect/useConnect.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventType.d.ts +75 -0
- package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventType.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/event-types/private/useCreateTeamEventType.d.ts +77 -0
- package/dist/packages/platform/atoms/hooks/event-types/private/useCreateTeamEventType.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteEventTypeById.d.ts +73 -0
- package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteEventTypeById.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteTeamEventTypeById.d.ts +15 -0
- package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteTeamEventTypeById.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/event-types/private/useEventTypeById.d.ts +4 -0
- package/dist/packages/platform/atoms/hooks/event-types/private/useEventTypeById.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/event-types/public/useEventType.d.ts +5 -0
- package/dist/packages/platform/atoms/hooks/event-types/public/useEventType.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/event-types/public/useEventTypes.d.ts +4 -0
- package/dist/packages/platform/atoms/hooks/event-types/public/useEventTypes.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventType.d.ts +4 -0
- package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventType.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventTypes.d.ts +4 -0
- package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventTypes.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/schedules/useDeleteSchedule.d.ts +11 -0
- package/dist/packages/platform/atoms/hooks/schedules/useDeleteSchedule.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/schedules/useSchedule.d.ts +7 -0
- package/dist/packages/platform/atoms/hooks/schedules/useSchedule.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/schedules/useSchedules.d.ts +7 -0
- package/dist/packages/platform/atoms/hooks/schedules/useSchedules.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/schedules/useUpdateSchedule.d.ts +11 -0
- package/dist/packages/platform/atoms/hooks/schedules/useUpdateSchedule.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/stripe/useCheck.d.ts +29 -0
- package/dist/packages/platform/atoms/hooks/stripe/useCheck.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/stripe/useConnect.d.ts +5 -0
- package/dist/packages/platform/atoms/hooks/stripe/useConnect.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/teams/useTeamMembers.d.ts +10 -0
- package/dist/packages/platform/atoms/hooks/teams/useTeamMembers.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/teams/useTeams.d.ts +7 -0
- package/dist/packages/platform/atoms/hooks/teams/useTeams.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/useApiKeys.d.ts +9 -0
- package/dist/packages/platform/atoms/hooks/useApiKeys.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/useAtomsContext.d.ts +32 -0
- package/dist/packages/platform/atoms/hooks/useAtomsContext.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/useAvailableSlots.d.ts +8 -0
- package/dist/packages/platform/atoms/hooks/useAvailableSlots.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/useCalendarsBusyTimes.d.ts +13 -0
- package/dist/packages/platform/atoms/hooks/useCalendarsBusyTimes.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts +199 -0
- package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/useDeleteSelectedSlot.d.ts +8 -0
- package/dist/packages/platform/atoms/hooks/useDeleteSelectedSlot.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/useGetCityTimezones.d.ts +10 -0
- package/dist/packages/platform/atoms/hooks/useGetCityTimezones.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/useIsPlatform.d.ts +2 -0
- package/dist/packages/platform/atoms/hooks/useIsPlatform.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/useIsPlatformBookerEmbed.d.ts +2 -0
- package/dist/packages/platform/atoms/hooks/useIsPlatformBookerEmbed.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/useMe.d.ts +21 -0
- package/dist/packages/platform/atoms/hooks/useMe.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/useOAuthClient.d.ts +16 -0
- package/dist/packages/platform/atoms/hooks/useOAuthClient.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/useOAuthFlow.d.ts +12 -0
- package/dist/packages/platform/atoms/hooks/useOAuthFlow.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/usePublicEvent.d.ts +1503 -0
- package/dist/packages/platform/atoms/hooks/usePublicEvent.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/useReserveSlot.d.ts +8 -0
- package/dist/packages/platform/atoms/hooks/useReserveSlot.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/useSlots.d.ts +24 -0
- package/dist/packages/platform/atoms/hooks/useSlots.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/useTimezone.d.ts +2 -0
- package/dist/packages/platform/atoms/hooks/useTimezone.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/useUpdateUserTimezone.d.ts +19 -0
- package/dist/packages/platform/atoms/hooks/useUpdateUserTimezone.d.ts.map +1 -0
- package/dist/packages/platform/atoms/index.d.ts +35 -0
- package/dist/packages/platform/atoms/index.d.ts.map +1 -0
- package/dist/packages/platform/atoms/lib/getPlaceholderContent.d.ts +16 -0
- package/dist/packages/platform/atoms/lib/getPlaceholderContent.d.ts.map +1 -0
- package/dist/packages/platform/atoms/lib/getQueryParam.d.ts +3 -0
- package/dist/packages/platform/atoms/lib/getQueryParam.d.ts.map +1 -0
- package/dist/packages/platform/atoms/lib/getUtmTrackingParameters.d.ts +5 -0
- package/dist/packages/platform/atoms/lib/getUtmTrackingParameters.d.ts.map +1 -0
- package/dist/packages/platform/atoms/lib/http.d.ts +24 -0
- package/dist/packages/platform/atoms/lib/http.d.ts.map +1 -0
- package/dist/packages/platform/atoms/lib/markdownToSafeHTML.d.ts +2 -0
- package/dist/packages/platform/atoms/lib/markdownToSafeHTML.d.ts.map +1 -0
- package/dist/packages/platform/atoms/lib/setQueryParam.d.ts +3 -0
- package/dist/packages/platform/atoms/lib/setQueryParam.d.ts.map +1 -0
- package/dist/packages/platform/atoms/router/Router.d.ts +31 -0
- package/dist/packages/platform/atoms/router/Router.d.ts.map +1 -0
- package/dist/packages/platform/atoms/router/index.d.ts +2 -0
- package/dist/packages/platform/atoms/router/index.d.ts.map +1 -0
- package/dist/packages/platform/atoms/selected-calendars/SelectedCalendarsSettings.d.ts +6 -0
- package/dist/packages/platform/atoms/selected-calendars/SelectedCalendarsSettings.d.ts.map +1 -0
- package/dist/packages/platform/atoms/selected-calendars/index.d.ts +2 -0
- package/dist/packages/platform/atoms/selected-calendars/index.d.ts.map +1 -0
- package/dist/packages/platform/atoms/selected-calendars/wrappers/SelectedCalendarsSettingsPlatformWrapper.d.ts +12 -0
- package/dist/packages/platform/atoms/selected-calendars/wrappers/SelectedCalendarsSettingsPlatformWrapper.d.ts.map +1 -0
- package/dist/packages/platform/atoms/src/components/atoms-wrapper.d.ts +6 -0
- package/dist/packages/platform/atoms/src/components/atoms-wrapper.d.ts.map +1 -0
- package/dist/packages/platform/atoms/src/components/ui/button.d.ts +12 -0
- package/dist/packages/platform/atoms/src/components/ui/button.d.ts.map +1 -0
- package/dist/packages/platform/atoms/src/components/ui/dialog.d.ts +20 -0
- package/dist/packages/platform/atoms/src/components/ui/dialog.d.ts.map +1 -0
- package/dist/packages/platform/atoms/src/components/ui/shell.d.ts +3 -0
- package/dist/packages/platform/atoms/src/components/ui/shell.d.ts.map +1 -0
- package/dist/packages/platform/atoms/src/components/ui/switch.d.ts +5 -0
- package/dist/packages/platform/atoms/src/components/ui/switch.d.ts.map +1 -0
- package/dist/packages/platform/atoms/src/components/ui/toast.d.ts +16 -0
- package/dist/packages/platform/atoms/src/components/ui/toast.d.ts.map +1 -0
- package/dist/packages/platform/atoms/src/components/ui/toaster.d.ts +2 -0
- package/dist/packages/platform/atoms/src/components/ui/toaster.d.ts.map +1 -0
- package/dist/packages/platform/atoms/src/components/ui/tooltip.d.ts +19 -0
- package/dist/packages/platform/atoms/src/components/ui/tooltip.d.ts.map +1 -0
- package/dist/packages/platform/atoms/src/components/ui/use-toast.d.ts +45 -0
- package/dist/packages/platform/atoms/src/components/ui/use-toast.d.ts.map +1 -0
- package/dist/packages/platform/atoms/src/constants/styles.d.ts +2 -0
- package/dist/packages/platform/atoms/src/constants/styles.d.ts.map +1 -0
- package/dist/packages/platform/atoms/src/lib/timeZones.d.ts +15 -0
- package/dist/packages/platform/atoms/src/lib/timeZones.d.ts.map +1 -0
- package/dist/packages/platform/atoms/src/lib/utils.d.ts +3 -0
- package/dist/packages/platform/atoms/src/lib/utils.d.ts.map +1 -0
- package/dist/packages/platform/atoms/timezone/index.d.ts +6 -0
- package/dist/packages/platform/atoms/timezone/index.d.ts.map +1 -0
- package/dist/packages/platform/atoms/types.d.ts +8 -0
- package/dist/packages/platform/atoms/types.d.ts.map +1 -0
- package/dist/packages/platform/atoms/vite.config.d.ts +3 -0
- package/dist/packages/platform/atoms/vite.config.d.ts.map +1 -0
- package/dist/packages/platform/constants/api.d.ts +40 -0
- package/dist/packages/platform/constants/api.d.ts.map +1 -0
- package/dist/packages/platform/constants/apps.d.ts +32 -0
- package/dist/packages/platform/constants/apps.d.ts.map +1 -0
- package/dist/packages/platform/constants/index.d.ts +4 -0
- package/dist/packages/platform/constants/index.d.ts.map +1 -0
- package/dist/packages/platform/constants/permissions.d.ts +56 -0
- package/dist/packages/platform/constants/permissions.d.ts.map +1 -0
- package/dist/packages/platform/libraries/app-store.d.ts +23 -0
- package/dist/packages/platform/libraries/app-store.d.ts.map +1 -0
- package/dist/packages/platform/libraries/emails.d.ts +25 -0
- package/dist/packages/platform/libraries/emails.d.ts.map +1 -0
- package/dist/packages/platform/libraries/event-types.d.ts +24 -0
- package/dist/packages/platform/libraries/event-types.d.ts.map +1 -0
- package/dist/packages/platform/libraries/index.d.ts +80 -0
- package/dist/packages/platform/libraries/index.d.ts.map +1 -0
- package/dist/packages/platform/libraries/schedules.d.ts +3 -0
- package/dist/packages/platform/libraries/schedules.d.ts.map +1 -0
- package/dist/packages/platform/libraries/slots.d.ts +4 -0
- package/dist/packages/platform/libraries/slots.d.ts.map +1 -0
- package/dist/packages/platform/types/api.d.ts +41 -0
- package/dist/packages/platform/types/api.d.ts.map +1 -0
- package/dist/packages/platform/types/billing.d.ts +4 -0
- package/dist/packages/platform/types/billing.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/2024-04-15/index.d.ts +2 -0
- package/dist/packages/platform/types/bookings/2024-04-15/index.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/2024-04-15/inputs/index.d.ts +28 -0
- package/dist/packages/platform/types/bookings/2024-04-15/inputs/index.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/2024-08-13/index.d.ts +3 -0
- package/dist/packages/platform/types/bookings/2024-08-13/index.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/cancel-booking-input.pipe.d.ts +12 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/cancel-booking-input.pipe.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/cancel-booking.input.d.ts +8 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/cancel-booking.input.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking-input.pipe.d.ts +16 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking-input.pipe.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.d.ts +28 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/decline-booking.input.d.ts +4 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/decline-booking.input.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/get-bookings.input.d.ts +36 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/get-bookings.input.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/index.d.ts +12 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/index.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/language.d.ts +46 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/language.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/location.input.d.ts +35 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/location.input.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/mark-absent.input.d.ts +10 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/mark-absent.input.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/reassign-to-user.input.d.ts +4 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/reassign-to-user.input.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/reschedule-booking-input.pipe.d.ts +12 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/reschedule-booking-input.pipe.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/reschedule-booking.input.d.ts +12 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/reschedule-booking.input.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/validators/validate-metadata.d.ts +5 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/validators/validate-metadata.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/booking.output.d.ts +86 -0
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/booking.output.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking.output.d.ts +8 -0
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-booking.output.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-bookings.output.d.ts +8 -0
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-bookings.output.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/index.d.ts +4 -0
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/index.d.ts.map +1 -0
- package/dist/packages/platform/types/bookings/index.d.ts +3 -0
- package/dist/packages/platform/types/bookings/index.d.ts.map +1 -0
- package/dist/packages/platform/types/calendars.d.ts +11 -0
- package/dist/packages/platform/types/calendars.d.ts.map +1 -0
- package/dist/packages/platform/types/embed.d.ts +22 -0
- package/dist/packages/platform/types/embed.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/index.d.ts +4 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/index.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-layouts.input.d.ts +15 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-layouts.input.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-fields.input.d.ts +169 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-fields.input.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-count.input.d.ts +17 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-count.input.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-duration.input.d.ts +12 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-duration.input.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-window.input.d.ts +32 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-window.input.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/confirmation-policy.input.d.ts +29 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/confirmation-policy.input.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.d.ts +72 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/destination-calendar.input.d.ts +5 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/destination-calendar.input.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disabled.input.d.ts +4 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/disabled.input.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/event-type-color.input.d.ts +9 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/event-type-color.input.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/get-event-types-query.input.d.ts +12 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/get-event-types-query.input.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/index.d.ts +16 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/index.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/locations.input.d.ts +40 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/locations.input.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/recurrence.input.d.ts +13 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/recurrence.input.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/seats.input.d.ts +15 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/seats.input.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.d.ts +55 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booking-fields.output.d.ts +136 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booking-fields.output.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/event-type.output.d.ts +92 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/event-type.output.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/index.d.ts +4 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/index.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/locations.output.d.ts +33 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/locations.output.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/transformed/event-type.tranformed.d.ts +29 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/transformed/event-type.tranformed.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/transformed/index.d.ts +2 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/transformed/index.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/index.d.ts +2 -0
- package/dist/packages/platform/types/event-types/index.d.ts.map +1 -0
- package/dist/packages/platform/types/index.d.ts +16 -0
- package/dist/packages/platform/types/index.d.ts.map +1 -0
- package/dist/packages/platform/types/me/index.d.ts +2 -0
- package/dist/packages/platform/types/me/index.d.ts.map +1 -0
- package/dist/packages/platform/types/me/outputs/index.d.ts +2 -0
- package/dist/packages/platform/types/me/outputs/index.d.ts.map +1 -0
- package/dist/packages/platform/types/me/outputs/me.d.ts +49 -0
- package/dist/packages/platform/types/me/outputs/me.d.ts.map +1 -0
- package/dist/packages/platform/types/me.d.ts +49 -0
- package/dist/packages/platform/types/me.d.ts.map +1 -0
- package/dist/packages/platform/types/oauth-clients/index.d.ts +3 -0
- package/dist/packages/platform/types/oauth-clients/index.d.ts.map +1 -0
- package/dist/packages/platform/types/oauth-clients/inputs/create-oauth-client.input.d.ts +14 -0
- package/dist/packages/platform/types/oauth-clients/inputs/create-oauth-client.input.d.ts.map +1 -0
- package/dist/packages/platform/types/oauth-clients/inputs/delete-oauth-client.input.d.ts +4 -0
- package/dist/packages/platform/types/oauth-clients/inputs/delete-oauth-client.input.d.ts.map +1 -0
- package/dist/packages/platform/types/oauth-clients/inputs/index.d.ts +4 -0
- package/dist/packages/platform/types/oauth-clients/inputs/index.d.ts.map +1 -0
- package/dist/packages/platform/types/oauth-clients/inputs/update-oauth-client.input.d.ts +11 -0
- package/dist/packages/platform/types/oauth-clients/inputs/update-oauth-client.input.d.ts.map +1 -0
- package/dist/packages/platform/types/oauth-clients/outputs/create-oauth-client.output.d.ts +5 -0
- package/dist/packages/platform/types/oauth-clients/outputs/create-oauth-client.output.d.ts.map +1 -0
- package/dist/packages/platform/types/oauth-clients/outputs/index.d.ts +3 -0
- package/dist/packages/platform/types/oauth-clients/outputs/index.d.ts.map +1 -0
- package/dist/packages/platform/types/oauth-clients/outputs/oauth-client.output.d.ts +17 -0
- package/dist/packages/platform/types/oauth-clients/outputs/oauth-client.output.d.ts.map +1 -0
- package/dist/packages/platform/types/organizations/index.d.ts +2 -0
- package/dist/packages/platform/types/organizations/index.d.ts.map +1 -0
- package/dist/packages/platform/types/organizations/teams/index.d.ts +2 -0
- package/dist/packages/platform/types/organizations/teams/index.d.ts.map +1 -0
- package/dist/packages/platform/types/organizations/teams/outputs/index.d.ts +2 -0
- package/dist/packages/platform/types/organizations/teams/outputs/index.d.ts.map +1 -0
- package/dist/packages/platform/types/organizations/teams/outputs/team.output.d.ts +5 -0
- package/dist/packages/platform/types/organizations/teams/outputs/team.output.d.ts.map +1 -0
- package/dist/packages/platform/types/permissions.d.ts +3 -0
- package/dist/packages/platform/types/permissions.d.ts.map +1 -0
- package/dist/packages/platform/types/routing-forms/index.d.ts +2 -0
- package/dist/packages/platform/types/routing-forms/index.d.ts.map +1 -0
- package/dist/packages/platform/types/routing-forms/responses/index.d.ts +2 -0
- package/dist/packages/platform/types/routing-forms/responses/index.d.ts.map +1 -0
- package/dist/packages/platform/types/routing-forms/responses/routing-form-response.output.d.ts +14 -0
- package/dist/packages/platform/types/routing-forms/responses/routing-form-response.output.d.ts.map +1 -0
- package/dist/packages/platform/types/schedules/index.d.ts +3 -0
- package/dist/packages/platform/types/schedules/index.d.ts.map +1 -0
- package/dist/packages/platform/types/schedules/schedules-2024-04-15/index.d.ts +2 -0
- package/dist/packages/platform/types/schedules/schedules-2024-04-15/index.d.ts.map +1 -0
- package/dist/packages/platform/types/schedules/schedules-2024-04-15/schedules.d.ts +73 -0
- package/dist/packages/platform/types/schedules/schedules-2024-04-15/schedules.d.ts.map +1 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/constants.d.ts +4 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/constants.d.ts.map +1 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/index.d.ts +4 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/index.d.ts.map +1 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/create-schedule.input.d.ts +19 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/create-schedule.input.d.ts.map +1 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/index.d.ts +3 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/index.d.ts.map +1 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/update-schedule.input.d.ts +9 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/inputs/update-schedule.input.d.ts.map +1 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/create-schedule.output.d.ts +7 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/create-schedule.output.d.ts.map +1 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/delete-schedule.output.d.ts +5 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/delete-schedule.output.d.ts.map +1 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-default-schedule.output.d.ts +7 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-default-schedule.output.d.ts.map +1 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-schedule.output.d.ts +8 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-schedule.output.d.ts.map +1 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-schedules.output.d.ts +8 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/get-schedules.output.d.ts.map +1 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/index.d.ts +8 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/index.d.ts.map +1 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/schedule.output.d.ts +11 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/schedule.output.d.ts.map +1 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/update-schedule.output.d.ts +8 -0
- package/dist/packages/platform/types/schedules/schedules-2024-06-11/outputs/update-schedule.output.d.ts.map +1 -0
- package/dist/packages/platform/types/slots/index.d.ts +3 -0
- package/dist/packages/platform/types/slots/index.d.ts.map +1 -0
- package/dist/packages/platform/types/slots/slots-2024-04-15/index.d.ts +2 -0
- package/dist/packages/platform/types/slots/slots-2024-04-15/index.d.ts.map +1 -0
- package/dist/packages/platform/types/slots/slots-2024-04-15/inputs/index.d.ts +29 -0
- package/dist/packages/platform/types/slots/slots-2024-04-15/inputs/index.d.ts.map +1 -0
- package/dist/packages/platform/types/slots/slots-2024-09-04/index.d.ts +3 -0
- package/dist/packages/platform/types/slots/slots-2024-09-04/index.d.ts.map +1 -0
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots-input.pipe.d.ts +15 -0
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots-input.pipe.d.ts.map +1 -0
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots.input.d.ts +22 -0
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots.input.d.ts.map +1 -0
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/index.d.ts +4 -0
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/index.d.ts.map +1 -0
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/reserve-slot.input.d.ts +7 -0
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/reserve-slot.input.d.ts.map +1 -0
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/get-reserved-slot.output.d.ts +9 -0
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/get-reserved-slot.output.d.ts.map +1 -0
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/index.d.ts +4 -0
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/index.d.ts.map +1 -0
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/reserve-slot.output.d.ts +10 -0
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/reserve-slot.output.d.ts.map +1 -0
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/slots.output.d.ts +25 -0
- package/dist/packages/platform/types/slots/slots-2024-09-04/outputs/slots.output.d.ts.map +1 -0
- package/dist/packages/platform/types/teams/index.d.ts +2 -0
- package/dist/packages/platform/types/teams/index.d.ts.map +1 -0
- package/dist/packages/platform/types/teams/outputs/index.d.ts +2 -0
- package/dist/packages/platform/types/teams/outputs/index.d.ts.map +1 -0
- package/dist/packages/platform/types/teams/outputs/team.output.d.ts +25 -0
- package/dist/packages/platform/types/teams/outputs/team.output.d.ts.map +1 -0
- package/dist/packages/platform/utils/index.d.ts +2 -0
- package/dist/packages/platform/utils/index.d.ts.map +1 -0
- package/dist/packages/platform/utils/jest.config.d.ts +4 -0
- package/dist/packages/platform/utils/jest.config.d.ts.map +1 -0
- package/dist/packages/platform/utils/permissions.d.ts +15 -0
- package/dist/packages/platform/utils/permissions.d.ts.map +1 -0
- package/dist/packages/platform/utils/tests/permissions.test.d.ts +2 -0
- package/dist/packages/platform/utils/tests/permissions.test.d.ts.map +1 -0
- package/dist/packages/prisma/zod/accesscode.d.ts +42 -0
- package/dist/packages/prisma/zod/accesscode.d.ts.map +1 -0
- package/dist/packages/prisma/zod/accesstoken.d.ts +35 -0
- package/dist/packages/prisma/zod/accesstoken.d.ts.map +1 -0
- package/dist/packages/prisma/zod/account.d.ts +55 -0
- package/dist/packages/prisma/zod/account.d.ts.map +1 -0
- package/dist/packages/prisma/zod/aiphonecallconfiguration.d.ts +55 -0
- package/dist/packages/prisma/zod/aiphonecallconfiguration.d.ts.map +1 -0
- package/dist/packages/prisma/zod/apikey.d.ts +46 -0
- package/dist/packages/prisma/zod/apikey.d.ts.map +1 -0
- package/dist/packages/prisma/zod/app.d.ts +56 -0
- package/dist/packages/prisma/zod/app.d.ts.map +1 -0
- package/dist/packages/prisma/zod/app_routingforms_form.d.ts +84 -0
- package/dist/packages/prisma/zod/app_routingforms_form.d.ts.map +1 -0
- package/dist/packages/prisma/zod/app_routingforms_formresponse.d.ts +43 -0
- package/dist/packages/prisma/zod/app_routingforms_formresponse.d.ts.map +1 -0
- package/dist/packages/prisma/zod/app_routingforms_incompletebookingactions.d.ts +41 -0
- package/dist/packages/prisma/zod/app_routingforms_incompletebookingactions.d.ts.map +1 -0
- package/dist/packages/prisma/zod/assignmentreason.d.ts +37 -0
- package/dist/packages/prisma/zod/assignmentreason.d.ts.map +1 -0
- package/dist/packages/prisma/zod/attendee.d.ts +41 -0
- package/dist/packages/prisma/zod/attendee.d.ts.map +1 -0
- package/dist/packages/prisma/zod/attribute.d.ts +55 -0
- package/dist/packages/prisma/zod/attribute.d.ts.map +1 -0
- package/dist/packages/prisma/zod/attributeoption.d.ts +35 -0
- package/dist/packages/prisma/zod/attributeoption.d.ts.map +1 -0
- package/dist/packages/prisma/zod/attributetouser.d.ts +51 -0
- package/dist/packages/prisma/zod/attributetouser.d.ts.map +1 -0
- package/dist/packages/prisma/zod/availability.d.ts +42 -0
- package/dist/packages/prisma/zod/availability.d.ts.map +1 -0
- package/dist/packages/prisma/zod/avatar.d.ts +21 -0
- package/dist/packages/prisma/zod/avatar.d.ts.map +1 -0
- package/dist/packages/prisma/zod/booking.d.ts +274 -0
- package/dist/packages/prisma/zod/booking.d.ts.map +1 -0
- package/dist/packages/prisma/zod/bookinginternalnote.d.ts +36 -0
- package/dist/packages/prisma/zod/bookinginternalnote.d.ts.map +1 -0
- package/dist/packages/prisma/zod/bookingreference.d.ts +58 -0
- package/dist/packages/prisma/zod/bookingreference.d.ts.map +1 -0
- package/dist/packages/prisma/zod/bookingseat.d.ts +190 -0
- package/dist/packages/prisma/zod/bookingseat.d.ts.map +1 -0
- package/dist/packages/prisma/zod/bookingtimestatus.d.ts +81 -0
- package/dist/packages/prisma/zod/bookingtimestatus.d.ts.map +1 -0
- package/dist/packages/prisma/zod/calendarcache.d.ts +33 -0
- package/dist/packages/prisma/zod/calendarcache.d.ts.map +1 -0
- package/dist/packages/prisma/zod/credential.d.ts +57 -0
- package/dist/packages/prisma/zod/credential.d.ts.map +1 -0
- package/dist/packages/prisma/zod/custom/booking.d.ts +621 -0
- package/dist/packages/prisma/zod/custom/booking.d.ts.map +1 -0
- package/dist/packages/prisma/zod/custom/eventtype.d.ts +1291 -0
- package/dist/packages/prisma/zod/custom/eventtype.d.ts.map +1 -0
- package/dist/packages/prisma/zod/delegationcredential.d.ts +73 -0
- package/dist/packages/prisma/zod/delegationcredential.d.ts.map +1 -0
- package/dist/packages/prisma/zod/deployment.d.ts +94 -0
- package/dist/packages/prisma/zod/deployment.d.ts.map +1 -0
- package/dist/packages/prisma/zod/destinationcalendar.d.ts +48 -0
- package/dist/packages/prisma/zod/destinationcalendar.d.ts.map +1 -0
- package/dist/packages/prisma/zod/domainwidedelegation.d.ts +73 -0
- package/dist/packages/prisma/zod/domainwidedelegation.d.ts.map +1 -0
- package/dist/packages/prisma/zod/dsyncdata.d.ts +31 -0
- package/dist/packages/prisma/zod/dsyncdata.d.ts.map +1 -0
- package/dist/packages/prisma/zod/dsyncteamgroupmapping.d.ts +32 -0
- package/dist/packages/prisma/zod/dsyncteamgroupmapping.d.ts.map +1 -0
- package/dist/packages/prisma/zod/eventtype.d.ts +1893 -0
- package/dist/packages/prisma/zod/eventtype.d.ts.map +1 -0
- package/dist/packages/prisma/zod/eventtypecustominput.d.ts +59 -0
- package/dist/packages/prisma/zod/eventtypecustominput.d.ts.map +1 -0
- package/dist/packages/prisma/zod/eventtypetranslation.d.ts +51 -0
- package/dist/packages/prisma/zod/eventtypetranslation.d.ts.map +1 -0
- package/dist/packages/prisma/zod/feature.d.ts +50 -0
- package/dist/packages/prisma/zod/feature.d.ts.map +1 -0
- package/dist/packages/prisma/zod/feedback.d.ts +31 -0
- package/dist/packages/prisma/zod/feedback.d.ts.map +1 -0
- package/dist/packages/prisma/zod/hashedlink.d.ts +25 -0
- package/dist/packages/prisma/zod/hashedlink.d.ts.map +1 -0
- package/dist/packages/prisma/zod/host.d.ts +42 -0
- package/dist/packages/prisma/zod/host.d.ts.map +1 -0
- package/dist/packages/prisma/zod/impersonations.d.ts +29 -0
- package/dist/packages/prisma/zod/impersonations.d.ts.map +1 -0
- package/dist/packages/prisma/zod/index.d.ts +84 -0
- package/dist/packages/prisma/zod/index.d.ts.map +1 -0
- package/dist/packages/prisma/zod/instantmeetingtoken.d.ts +38 -0
- package/dist/packages/prisma/zod/instantmeetingtoken.d.ts.map +1 -0
- package/dist/packages/prisma/zod/internalnotepreset.d.ts +32 -0
- package/dist/packages/prisma/zod/internalnotepreset.d.ts.map +1 -0
- package/dist/packages/prisma/zod/managedorganization.d.ts +26 -0
- package/dist/packages/prisma/zod/managedorganization.d.ts.map +1 -0
- package/dist/packages/prisma/zod/membership.d.ts +40 -0
- package/dist/packages/prisma/zod/membership.d.ts.map +1 -0
- package/dist/packages/prisma/zod/notificationssubscriptions.d.ts +25 -0
- package/dist/packages/prisma/zod/notificationssubscriptions.d.ts.map +1 -0
- package/dist/packages/prisma/zod/oauthclient.d.ts +31 -0
- package/dist/packages/prisma/zod/oauthclient.d.ts.map +1 -0
- package/dist/packages/prisma/zod/organizationonboarding.d.ts +126 -0
- package/dist/packages/prisma/zod/organizationonboarding.d.ts.map +1 -0
- package/dist/packages/prisma/zod/organizationsettings.d.ts +50 -0
- package/dist/packages/prisma/zod/organizationsettings.d.ts.map +1 -0
- package/dist/packages/prisma/zod/outofofficeentry.d.ts +48 -0
- package/dist/packages/prisma/zod/outofofficeentry.d.ts.map +1 -0
- package/dist/packages/prisma/zod/outofofficereason.d.ts +32 -0
- package/dist/packages/prisma/zod/outofofficereason.d.ts.map +1 -0
- package/dist/packages/prisma/zod/payment.d.ts +61 -0
- package/dist/packages/prisma/zod/payment.d.ts.map +1 -0
- package/dist/packages/prisma/zod/platformauthorizationtoken.d.ts +29 -0
- package/dist/packages/prisma/zod/platformauthorizationtoken.d.ts.map +1 -0
- package/dist/packages/prisma/zod/platformbilling.d.ts +42 -0
- package/dist/packages/prisma/zod/platformbilling.d.ts.map +1 -0
- package/dist/packages/prisma/zod/platformoauthclient.d.ts +61 -0
- package/dist/packages/prisma/zod/platformoauthclient.d.ts.map +1 -0
- package/dist/packages/prisma/zod/profile.d.ts +40 -0
- package/dist/packages/prisma/zod/profile.d.ts.map +1 -0
- package/dist/packages/prisma/zod/ratelimit.d.ts +40 -0
- package/dist/packages/prisma/zod/ratelimit.d.ts.map +1 -0
- package/dist/packages/prisma/zod/refreshtoken.d.ts +35 -0
- package/dist/packages/prisma/zod/refreshtoken.d.ts.map +1 -0
- package/dist/packages/prisma/zod/remindermail.d.ts +23 -0
- package/dist/packages/prisma/zod/remindermail.d.ts.map +1 -0
- package/dist/packages/prisma/zod/resetpasswordrequest.d.ts +21 -0
- package/dist/packages/prisma/zod/resetpasswordrequest.d.ts.map +1 -0
- package/dist/packages/prisma/zod/routingformresponse.d.ts +95 -0
- package/dist/packages/prisma/zod/routingformresponse.d.ts.map +1 -0
- package/dist/packages/prisma/zod/schedule.d.ts +32 -0
- package/dist/packages/prisma/zod/schedule.d.ts.map +1 -0
- package/dist/packages/prisma/zod/secondaryemail.d.ts +30 -0
- package/dist/packages/prisma/zod/secondaryemail.d.ts.map +1 -0
- package/dist/packages/prisma/zod/selectedcalendar.d.ts +62 -0
- package/dist/packages/prisma/zod/selectedcalendar.d.ts.map +1 -0
- package/dist/packages/prisma/zod/selectedslots.d.ts +30 -0
- package/dist/packages/prisma/zod/selectedslots.d.ts.map +1 -0
- package/dist/packages/prisma/zod/session.d.ts +28 -0
- package/dist/packages/prisma/zod/session.d.ts.map +1 -0
- package/dist/packages/prisma/zod/task.d.ts +39 -0
- package/dist/packages/prisma/zod/task.d.ts.map +1 -0
- package/dist/packages/prisma/zod/team.d.ts +223 -0
- package/dist/packages/prisma/zod/team.d.ts.map +1 -0
- package/dist/packages/prisma/zod/teamfeatures.d.ts +32 -0
- package/dist/packages/prisma/zod/teamfeatures.d.ts.map +1 -0
- package/dist/packages/prisma/zod/temporgredirect.d.ts +35 -0
- package/dist/packages/prisma/zod/temporgredirect.d.ts.map +1 -0
- package/dist/packages/prisma/zod/tracking.d.ts +37 -0
- package/dist/packages/prisma/zod/tracking.d.ts.map +1 -0
- package/dist/packages/prisma/zod/travelschedule.d.ts +34 -0
- package/dist/packages/prisma/zod/travelschedule.d.ts.map +1 -0
- package/dist/packages/prisma/zod/user.d.ts +368 -0
- package/dist/packages/prisma/zod/user.d.ts.map +1 -0
- package/dist/packages/prisma/zod/userfeatures.d.ts +32 -0
- package/dist/packages/prisma/zod/userfeatures.d.ts.map +1 -0
- package/dist/packages/prisma/zod/userpassword.d.ts +22 -0
- package/dist/packages/prisma/zod/userpassword.d.ts.map +1 -0
- package/dist/packages/prisma/zod/verificationtoken.d.ts +44 -0
- package/dist/packages/prisma/zod/verificationtoken.d.ts.map +1 -0
- package/dist/packages/prisma/zod/verifiedemail.d.ts +29 -0
- package/dist/packages/prisma/zod/verifiedemail.d.ts.map +1 -0
- package/dist/packages/prisma/zod/verifiednumber.d.ts +29 -0
- package/dist/packages/prisma/zod/verifiednumber.d.ts.map +1 -0
- package/dist/packages/prisma/zod/watchlist.d.ts +53 -0
- package/dist/packages/prisma/zod/watchlist.d.ts.map +1 -0
- package/dist/packages/prisma/zod/webhook.d.ts +89 -0
- package/dist/packages/prisma/zod/webhook.d.ts.map +1 -0
- package/dist/packages/prisma/zod/webhookscheduledtriggers.d.ts +47 -0
- package/dist/packages/prisma/zod/webhookscheduledtriggers.d.ts.map +1 -0
- package/dist/packages/prisma/zod/workflow.d.ts +59 -0
- package/dist/packages/prisma/zod/workflow.d.ts.map +1 -0
- package/dist/packages/prisma/zod/workflowreminder.d.ts +54 -0
- package/dist/packages/prisma/zod/workflowreminder.d.ts.map +1 -0
- package/dist/packages/prisma/zod/workflowsoneventtypes.d.ts +26 -0
- package/dist/packages/prisma/zod/workflowsoneventtypes.d.ts.map +1 -0
- package/dist/packages/prisma/zod/workflowsonteams.d.ts +26 -0
- package/dist/packages/prisma/zod/workflowsonteams.d.ts.map +1 -0
- package/dist/packages/prisma/zod/workflowstep.d.ts +68 -0
- package/dist/packages/prisma/zod/workflowstep.d.ts.map +1 -0
- package/dist/packages/prisma/zod/workspaceplatform.d.ts +70 -0
- package/dist/packages/prisma/zod/workspaceplatform.d.ts.map +1 -0
- package/dist/packages/prisma/zod-utils.d.ts +7724 -0
- package/dist/packages/prisma/zod-utils.d.ts.map +1 -0
- package/dist/packages/prisma-client/edge.d.ts +1 -0
- package/dist/packages/prisma-client/index.d.ts +184818 -0
- package/dist/packages/trpc/react/hooks/useEmailVerifyCheck.d.ts +21 -0
- package/dist/packages/trpc/react/hooks/useEmailVerifyCheck.d.ts.map +1 -0
- package/dist/packages/trpc/react/hooks/useMeQuery.d.ts +289 -0
- package/dist/packages/trpc/react/hooks/useMeQuery.d.ts.map +1 -0
- package/dist/packages/trpc/react/index.d.ts +4 -0
- package/dist/packages/trpc/react/index.d.ts.map +1 -0
- package/dist/packages/trpc/react/shared.d.ts +3 -0
- package/dist/packages/trpc/react/shared.d.ts.map +1 -0
- package/dist/packages/trpc/react/trpc.d.ts +28 -0
- package/dist/packages/trpc/react/trpc.d.ts.map +1 -0
- package/dist/packages/trpc/server/routers/viewer/slots/_router.d.ts +77 -0
- package/dist/packages/trpc/server/routers/viewer/slots/_router.d.ts.map +1 -0
- package/dist/packages/trpc/server/routers/viewer/slots/getSchedule.handler.d.ts +3 -0
- package/dist/packages/trpc/server/routers/viewer/slots/getSchedule.handler.d.ts.map +1 -0
- package/dist/packages/trpc/server/routers/viewer/slots/getSchedule.schema.d.ts +3 -0
- package/dist/packages/trpc/server/routers/viewer/slots/getSchedule.schema.d.ts.map +1 -0
- package/dist/packages/trpc/server/routers/viewer/slots/handleNotificationWhenNoSlots.d.ts +18 -0
- package/dist/packages/trpc/server/routers/viewer/slots/handleNotificationWhenNoSlots.d.ts.map +1 -0
- package/dist/packages/trpc/server/routers/viewer/slots/handleNotificationWhenNoSlots.test.d.ts +2 -0
- package/dist/packages/trpc/server/routers/viewer/slots/handleNotificationWhenNoSlots.test.d.ts.map +1 -0
- package/dist/packages/trpc/server/routers/viewer/slots/isAvailable.handler.d.ts +19 -0
- package/dist/packages/trpc/server/routers/viewer/slots/isAvailable.handler.d.ts.map +1 -0
- package/dist/packages/trpc/server/routers/viewer/slots/isAvailable.schema.d.ts +61 -0
- package/dist/packages/trpc/server/routers/viewer/slots/isAvailable.schema.d.ts.map +1 -0
- package/dist/packages/trpc/server/routers/viewer/slots/removeSelectedSlot.schema.d.ts +10 -0
- package/dist/packages/trpc/server/routers/viewer/slots/removeSelectedSlot.schema.d.ts.map +1 -0
- package/dist/packages/trpc/server/routers/viewer/slots/reserveSlot.handler.d.ts +16 -0
- package/dist/packages/trpc/server/routers/viewer/slots/reserveSlot.handler.d.ts.map +1 -0
- package/dist/packages/trpc/server/routers/viewer/slots/reserveSlot.handler.test.d.ts +2 -0
- package/dist/packages/trpc/server/routers/viewer/slots/reserveSlot.handler.test.d.ts.map +1 -0
- package/dist/packages/trpc/server/routers/viewer/slots/reserveSlot.schema.d.ts +34 -0
- package/dist/packages/trpc/server/routers/viewer/slots/reserveSlot.schema.d.ts.map +1 -0
- package/dist/packages/trpc/server/routers/viewer/slots/types.d.ts +342 -0
- package/dist/packages/trpc/server/routers/viewer/slots/types.d.ts.map +1 -0
- package/dist/packages/trpc/server/routers/viewer/slots/util.d.ts +1604 -0
- package/dist/packages/trpc/server/routers/viewer/slots/util.d.ts.map +1 -0
- package/dist/server.browser-yA5s9iMO.js +9859 -0
- package/dist/style.css +1 -0
- package/dist/useIsAppEnabled-1m8rIQ8P.js +18 -0
- package/package.json +3 -6
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import type { EventType, Payment } from '../../../../prisma-client';
|
|
2
|
+
import type { StripeElements } from "@stripe/stripe-js";
|
|
3
|
+
import type { SyntheticEvent } from "react";
|
|
4
|
+
import type { PaymentOption } from '../../../../prisma/enums';
|
|
5
|
+
import type { PaymentPageProps } from "../pages/payment";
|
|
6
|
+
export type Props = {
|
|
7
|
+
payment: Omit<Payment, "id" | "fee" | "success" | "refunded" | "externalId" | "data"> & {
|
|
8
|
+
data: Record<string, unknown>;
|
|
9
|
+
};
|
|
10
|
+
eventType: {
|
|
11
|
+
id: number;
|
|
12
|
+
successRedirectUrl: EventType["successRedirectUrl"];
|
|
13
|
+
forwardParamsSuccessRedirect: EventType["forwardParamsSuccessRedirect"];
|
|
14
|
+
};
|
|
15
|
+
user: {
|
|
16
|
+
username: string | null;
|
|
17
|
+
};
|
|
18
|
+
location?: string | null;
|
|
19
|
+
clientSecret: string;
|
|
20
|
+
booking: PaymentPageProps["booking"];
|
|
21
|
+
};
|
|
22
|
+
export type States = {
|
|
23
|
+
status: "idle";
|
|
24
|
+
} | {
|
|
25
|
+
status: "processing";
|
|
26
|
+
} | {
|
|
27
|
+
status: "error";
|
|
28
|
+
error: Error;
|
|
29
|
+
} | {
|
|
30
|
+
status: "ok";
|
|
31
|
+
};
|
|
32
|
+
export declare const PaymentFormComponent: (props: Props & {
|
|
33
|
+
onSubmit: (ev: SyntheticEvent) => void;
|
|
34
|
+
onCancel: () => void;
|
|
35
|
+
onPaymentElementChange: () => void;
|
|
36
|
+
elements: StripeElements | null;
|
|
37
|
+
paymentOption: PaymentOption | null;
|
|
38
|
+
state: States;
|
|
39
|
+
}) => JSX.Element;
|
|
40
|
+
export default function PaymentComponent(props: Props): JSX.Element;
|
|
41
|
+
//# sourceMappingURL=Payment.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Payment.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/payments/components/Payment.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAEzD,OAAO,KAAK,EAAuB,cAAc,EAA+B,MAAM,mBAAmB,CAAC;AAE1G,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAQ5C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAI1D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAEzD,MAAM,MAAM,KAAK,GAAG;IAClB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,GAAG,KAAK,GAAG,SAAS,GAAG,UAAU,GAAG,YAAY,GAAG,MAAM,CAAC,GAAG;QACtF,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;KAC/B,CAAC;IACF,SAAS,EAAE;QACT,EAAE,EAAE,MAAM,CAAC;QACX,kBAAkB,EAAE,SAAS,CAAC,oBAAoB,CAAC,CAAC;QACpD,4BAA4B,EAAE,SAAS,CAAC,8BAA8B,CAAC,CAAC;KACzE,CAAC;IACF,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;KACzB,CAAC;IACF,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,gBAAgB,CAAC,SAAS,CAAC,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,MAAM,GACd;IACE,MAAM,EAAE,MAAM,CAAC;CAChB,GACD;IACE,MAAM,EAAE,YAAY,CAAC;CACtB,GACD;IACE,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,KAAK,CAAC;CACd,GACD;IACE,MAAM,EAAE,IAAI,CAAC;CACd,CAAC;AAEN,eAAO,MAAM,oBAAoB,UACxB,KAAK,GAAG;IACb,QAAQ,EAAE,CAAC,EAAE,EAAE,cAAc,KAAK,IAAI,CAAC;IACvC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,sBAAsB,EAAE,MAAM,IAAI,CAAC;IACnC,QAAQ,EAAE,cAAc,GAAG,IAAI,CAAC;IAChC,aAAa,EAAE,aAAa,GAAG,IAAI,CAAC;IACpC,KAAK,EAAE,MAAM,CAAC;CACf,gBAsEF,CAAC;AA4GF,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,KAAK,EAAE,KAAK,eAsBpD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaymentPage.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/payments/components/PaymentPage.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAgBhC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAiCzD,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAqIrC,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getClientSecretFromPayment.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/payments/pages/getClientSecretFromPayment.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAMrD,wBAAgB,0BAA0B,CACxC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAAE,UAa5E"}
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
import type { GetServerSidePropsContext } from "next";
|
|
2
|
+
import type { inferSSRProps } from "@calcom/types/inferSSRProps";
|
|
3
|
+
export type PaymentPageProps = inferSSRProps<typeof getServerSideProps>;
|
|
4
|
+
export declare const getServerSideProps: (context: GetServerSidePropsContext) => Promise<{
|
|
5
|
+
readonly notFound: true;
|
|
6
|
+
redirect?: undefined;
|
|
7
|
+
props?: undefined;
|
|
8
|
+
} | {
|
|
9
|
+
redirect: {
|
|
10
|
+
destination: string;
|
|
11
|
+
permanent: boolean;
|
|
12
|
+
};
|
|
13
|
+
notFound?: undefined;
|
|
14
|
+
props?: undefined;
|
|
15
|
+
} | {
|
|
16
|
+
props: {
|
|
17
|
+
user: {
|
|
18
|
+
name: string | null;
|
|
19
|
+
username: string | null;
|
|
20
|
+
theme: string | null;
|
|
21
|
+
hideBranding: boolean;
|
|
22
|
+
} | {
|
|
23
|
+
name: null;
|
|
24
|
+
theme: null;
|
|
25
|
+
hideBranding: null;
|
|
26
|
+
username: null;
|
|
27
|
+
};
|
|
28
|
+
eventType: {
|
|
29
|
+
metadata: {
|
|
30
|
+
config?: {
|
|
31
|
+
useHostSchedulesForTeamEvent?: boolean | undefined;
|
|
32
|
+
} | undefined;
|
|
33
|
+
smartContractAddress?: string | undefined;
|
|
34
|
+
blockchainId?: number | undefined;
|
|
35
|
+
multipleDuration?: number[] | undefined;
|
|
36
|
+
giphyThankYouPage?: string | undefined;
|
|
37
|
+
additionalNotesRequired?: boolean | undefined;
|
|
38
|
+
disableSuccessPage?: boolean | undefined;
|
|
39
|
+
disableStandardEmails?: {
|
|
40
|
+
all?: {
|
|
41
|
+
host?: boolean | undefined;
|
|
42
|
+
attendee?: boolean | undefined;
|
|
43
|
+
} | undefined;
|
|
44
|
+
confirmation?: {
|
|
45
|
+
host?: boolean | undefined;
|
|
46
|
+
attendee?: boolean | undefined;
|
|
47
|
+
} | undefined;
|
|
48
|
+
} | undefined;
|
|
49
|
+
managedEventConfig?: {
|
|
50
|
+
unlockedFields?: {
|
|
51
|
+
schedule?: true | undefined;
|
|
52
|
+
profile?: true | undefined;
|
|
53
|
+
bookings?: true | undefined;
|
|
54
|
+
users?: true | undefined;
|
|
55
|
+
children?: true | undefined;
|
|
56
|
+
length?: true | undefined;
|
|
57
|
+
title?: true | undefined;
|
|
58
|
+
metadata?: true | undefined;
|
|
59
|
+
description?: true | undefined;
|
|
60
|
+
price?: true | undefined;
|
|
61
|
+
webhooks?: true | undefined;
|
|
62
|
+
owner?: true | undefined;
|
|
63
|
+
hidden?: true | undefined;
|
|
64
|
+
team?: true | undefined;
|
|
65
|
+
availability?: true | undefined;
|
|
66
|
+
workflows?: true | undefined;
|
|
67
|
+
hosts?: true | undefined;
|
|
68
|
+
currency?: true | undefined;
|
|
69
|
+
slug?: true | undefined;
|
|
70
|
+
userId?: true | undefined;
|
|
71
|
+
position?: true | undefined;
|
|
72
|
+
locations?: true | undefined;
|
|
73
|
+
offsetStart?: true | undefined;
|
|
74
|
+
profileId?: true | undefined;
|
|
75
|
+
teamId?: true | undefined;
|
|
76
|
+
useEventLevelSelectedCalendars?: true | undefined;
|
|
77
|
+
eventName?: true | undefined;
|
|
78
|
+
parentId?: true | undefined;
|
|
79
|
+
bookingFields?: true | undefined;
|
|
80
|
+
timeZone?: true | undefined;
|
|
81
|
+
periodType?: true | undefined;
|
|
82
|
+
periodStartDate?: true | undefined;
|
|
83
|
+
periodEndDate?: true | undefined;
|
|
84
|
+
periodDays?: true | undefined;
|
|
85
|
+
periodCountCalendarDays?: true | undefined;
|
|
86
|
+
lockTimeZoneToggleOnBookingPage?: true | undefined;
|
|
87
|
+
requiresConfirmation?: true | undefined;
|
|
88
|
+
requiresConfirmationWillBlockSlot?: true | undefined;
|
|
89
|
+
requiresConfirmationForFreeEmail?: true | undefined;
|
|
90
|
+
requiresBookerEmailVerification?: true | undefined;
|
|
91
|
+
canSendCalVideoTranscriptionEmails?: true | undefined;
|
|
92
|
+
autoTranslateDescriptionEnabled?: true | undefined;
|
|
93
|
+
recurringEvent?: true | undefined;
|
|
94
|
+
disableGuests?: true | undefined;
|
|
95
|
+
hideCalendarNotes?: true | undefined;
|
|
96
|
+
hideCalendarEventDetails?: true | undefined;
|
|
97
|
+
minimumBookingNotice?: true | undefined;
|
|
98
|
+
beforeEventBuffer?: true | undefined;
|
|
99
|
+
afterEventBuffer?: true | undefined;
|
|
100
|
+
seatsPerTimeSlot?: true | undefined;
|
|
101
|
+
onlyShowFirstAvailableSlot?: true | undefined;
|
|
102
|
+
seatsShowAttendees?: true | undefined;
|
|
103
|
+
seatsShowAvailabilityCount?: true | undefined;
|
|
104
|
+
schedulingType?: true | undefined;
|
|
105
|
+
scheduleId?: true | undefined;
|
|
106
|
+
slotInterval?: true | undefined;
|
|
107
|
+
successRedirectUrl?: true | undefined;
|
|
108
|
+
forwardParamsSuccessRedirect?: true | undefined;
|
|
109
|
+
bookingLimits?: true | undefined;
|
|
110
|
+
durationLimits?: true | undefined;
|
|
111
|
+
isInstantEvent?: true | undefined;
|
|
112
|
+
instantMeetingExpiryTimeOffsetInSeconds?: true | undefined;
|
|
113
|
+
instantMeetingScheduleId?: true | undefined;
|
|
114
|
+
instantMeetingParameters?: true | undefined;
|
|
115
|
+
assignAllTeamMembers?: true | undefined;
|
|
116
|
+
assignRRMembersUsingSegment?: true | undefined;
|
|
117
|
+
rrSegmentQueryValue?: true | undefined;
|
|
118
|
+
useEventTypeDestinationCalendarEmail?: true | undefined;
|
|
119
|
+
isRRWeightsEnabled?: true | undefined;
|
|
120
|
+
maxLeadThreshold?: true | undefined;
|
|
121
|
+
allowReschedulingPastBookings?: true | undefined;
|
|
122
|
+
eventTypeColor?: true | undefined;
|
|
123
|
+
rescheduleWithSameRoundRobinHost?: true | undefined;
|
|
124
|
+
secondaryEmailId?: true | undefined;
|
|
125
|
+
hashedLink?: true | undefined;
|
|
126
|
+
destinationCalendar?: true | undefined;
|
|
127
|
+
customInputs?: true | undefined;
|
|
128
|
+
parent?: true | undefined;
|
|
129
|
+
instantMeetingSchedule?: true | undefined;
|
|
130
|
+
aiPhoneCallConfig?: true | undefined;
|
|
131
|
+
fieldTranslations?: true | undefined;
|
|
132
|
+
selectedCalendars?: true | undefined;
|
|
133
|
+
secondaryEmail?: true | undefined;
|
|
134
|
+
_count?: true | undefined;
|
|
135
|
+
} | undefined;
|
|
136
|
+
} | undefined;
|
|
137
|
+
requiresConfirmationThreshold?: {
|
|
138
|
+
time: number;
|
|
139
|
+
unit: "months" | "years" | "days" | "hours" | "minutes" | "milliseconds" | "seconds" | "dates";
|
|
140
|
+
} | undefined;
|
|
141
|
+
bookerLayouts?: {
|
|
142
|
+
enabledLayouts: import('../../../../prisma/zod-utils').BookerLayouts[];
|
|
143
|
+
defaultLayout: import('../../../../prisma/zod-utils').BookerLayouts;
|
|
144
|
+
} | null | undefined;
|
|
145
|
+
apps?: unknown;
|
|
146
|
+
} | null;
|
|
147
|
+
users: {
|
|
148
|
+
name: string | null;
|
|
149
|
+
username: string | null;
|
|
150
|
+
theme: string | null;
|
|
151
|
+
hideBranding: boolean;
|
|
152
|
+
}[];
|
|
153
|
+
id: number;
|
|
154
|
+
length: number;
|
|
155
|
+
title: string;
|
|
156
|
+
description: string | null;
|
|
157
|
+
price: number;
|
|
158
|
+
team: {
|
|
159
|
+
name: string;
|
|
160
|
+
hideBranding: boolean;
|
|
161
|
+
} | null;
|
|
162
|
+
currency: string;
|
|
163
|
+
userId: number | null;
|
|
164
|
+
eventName: string | null;
|
|
165
|
+
requiresConfirmation: boolean;
|
|
166
|
+
successRedirectUrl: string | null;
|
|
167
|
+
forwardParamsSuccessRedirect: boolean | null;
|
|
168
|
+
};
|
|
169
|
+
booking: {
|
|
170
|
+
startTime: string;
|
|
171
|
+
endTime: string;
|
|
172
|
+
user: {
|
|
173
|
+
name: string | null;
|
|
174
|
+
timeZone: string;
|
|
175
|
+
} | null;
|
|
176
|
+
id: number;
|
|
177
|
+
title: string;
|
|
178
|
+
status: import('../../../../prisma-client').$Enums.BookingStatus;
|
|
179
|
+
description: string | null;
|
|
180
|
+
location: string | null;
|
|
181
|
+
attendees: {
|
|
182
|
+
name: string;
|
|
183
|
+
email: string;
|
|
184
|
+
timeZone: string;
|
|
185
|
+
}[];
|
|
186
|
+
uid: string;
|
|
187
|
+
eventTypeId: number | null;
|
|
188
|
+
cancellationReason: string | null;
|
|
189
|
+
responses: import('../../../../prisma-client').Prisma.JsonValue;
|
|
190
|
+
rejectionReason: string | null;
|
|
191
|
+
};
|
|
192
|
+
trpcState: import("@tanstack/query-core").DehydratedState;
|
|
193
|
+
payment: {
|
|
194
|
+
data: Record<string, unknown>;
|
|
195
|
+
success: boolean;
|
|
196
|
+
refunded: boolean;
|
|
197
|
+
currency: string;
|
|
198
|
+
uid: string;
|
|
199
|
+
paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
|
|
200
|
+
bookingId: number;
|
|
201
|
+
appId: string | null;
|
|
202
|
+
amount: number;
|
|
203
|
+
};
|
|
204
|
+
clientSecret: string;
|
|
205
|
+
profile: {
|
|
206
|
+
name: string | null;
|
|
207
|
+
theme: string | null;
|
|
208
|
+
hideBranding: true | null;
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
notFound?: undefined;
|
|
212
|
+
redirect?: undefined;
|
|
213
|
+
}>;
|
|
214
|
+
//# sourceMappingURL=payment.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/payments/pages/payment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,MAAM,CAAC;AAQtD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAIjE,MAAM,MAAM,gBAAgB,GAAG,aAAa,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAMxE,eAAO,MAAM,kBAAkB,YAAmB,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAiBzD,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;;;;;;;;;;;;;;;;;;;EAoDxC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stripe.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/payments/server/stripe.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,QAAQ,CAAC;AAE5B,OAAO,CAAC,MAAM,CAAC;IAEb,IAAI,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC;AAED,QAAA,MAAM,MAAM,QAIR,CAAC;AAML,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export default class AssignmentReasonRecorder {
|
|
2
|
+
static routingFormRoute({ bookingId, routingFormResponseId, organizerId, teamId, }: {
|
|
3
|
+
bookingId: number;
|
|
4
|
+
routingFormResponseId: number;
|
|
5
|
+
organizerId: number;
|
|
6
|
+
teamId: number;
|
|
7
|
+
}): Promise<void>;
|
|
8
|
+
static CRMOwnership({ bookingId, crmAppSlug, teamMemberEmail, recordType, routingFormResponseId, }: {
|
|
9
|
+
bookingId: number;
|
|
10
|
+
crmAppSlug: string;
|
|
11
|
+
teamMemberEmail: string;
|
|
12
|
+
recordType: string;
|
|
13
|
+
routingFormResponseId: number;
|
|
14
|
+
}): Promise<void>;
|
|
15
|
+
static roundRobinReassignment({ bookingId, reassignById, reassignReason, }: {
|
|
16
|
+
bookingId: number;
|
|
17
|
+
reassignById: number;
|
|
18
|
+
reassignReason?: string;
|
|
19
|
+
}): Promise<void>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=AssignmentReasonRecorder.d.ts.map
|
package/dist/packages/features/ee/round-robin/assignmentReason/AssignmentReasonRecorder.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AssignmentReasonRecorder.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/round-robin/assignmentReason/AssignmentReasonRecorder.ts"],"names":[],"mappings":"AASA,MAAM,CAAC,OAAO,OAAO,wBAAwB;WAC9B,gBAAgB,CAAC,EAC5B,SAAS,EACT,qBAAqB,EACrB,WAAW,EACX,MAAM,GACP,EAAE;QACD,SAAS,EAAE,MAAM,CAAC;QAClB,qBAAqB,EAAE,MAAM,CAAC;QAC9B,WAAW,EAAE,MAAM,CAAC;QACpB,MAAM,EAAE,MAAM,CAAC;KAChB;WA2FY,YAAY,CAAC,EACxB,SAAS,EACT,UAAU,EACV,eAAe,EACf,UAAU,EACV,qBAAqB,GACtB,EAAE;QACD,SAAS,EAAE,MAAM,CAAC;QAClB,UAAU,EAAE,MAAM,CAAC;QACnB,eAAe,EAAE,MAAM,CAAC;QACxB,UAAU,EAAE,MAAM,CAAC;QACnB,qBAAqB,EAAE,MAAM,CAAC;KAC/B;WAkBY,sBAAsB,CAAC,EAClC,SAAS,EACT,YAAY,EACZ,cAAc,GACf,EAAE;QACD,SAAS,EAAE,MAAM,CAAC;QAClB,YAAY,EAAE,MAAM,CAAC;QACrB,cAAc,CAAC,EAAE,MAAM,CAAC;KACzB;CAsBF"}
|
package/dist/packages/features/ee/round-robin/assignmentReason/appAssignmentReasonHandler.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { AssignmentReasonEnum } from '../../../../prisma/enums';
|
|
2
|
+
type AppAssignmentReasonHandler = ({ recordType, teamMemberEmail, routingFormResponseId, }: {
|
|
3
|
+
recordType: string;
|
|
4
|
+
teamMemberEmail: string;
|
|
5
|
+
routingFormResponseId: number;
|
|
6
|
+
}) => Promise<{
|
|
7
|
+
assignmentReason: string | undefined;
|
|
8
|
+
reasonEnum: AssignmentReasonEnum;
|
|
9
|
+
} | undefined>;
|
|
10
|
+
declare const appBookingFormHandler: Record<string, AppAssignmentReasonHandler>;
|
|
11
|
+
export default appBookingFormHandler;
|
|
12
|
+
//# sourceMappingURL=appAssignmentReasonHandler.d.ts.map
|
package/dist/packages/features/ee/round-robin/assignmentReason/appAssignmentReasonHandler.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appAssignmentReasonHandler.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/round-robin/assignmentReason/appAssignmentReasonHandler.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAEjE,KAAK,0BAA0B,GAAG,CAAC,EACjC,UAAU,EACV,eAAe,EACf,qBAAqB,GACtB,EAAE;IACD,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;IACxB,qBAAqB,EAAE,MAAM,CAAC;CAC/B,KAAK,OAAO,CAAC;IAAE,gBAAgB,EAAE,MAAM,GAAG,SAAS,CAAC;IAAC,UAAU,EAAE,oBAAoB,CAAA;CAAE,GAAG,SAAS,CAAC,CAAC;AAEtG,QAAA,MAAM,qBAAqB,EAAE,MAAM,CAAC,MAAM,EAAE,0BAA0B,CAErE,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import type { DestinationCalendar } from '../../../prisma-client';
|
|
2
|
+
import type { Prisma } from '../../../prisma-client';
|
|
3
|
+
import type { EventType } from '../../bookings/lib/getAllCredentialsForUsersOnEvent/getAllCredentials';
|
|
4
|
+
import type { EventManagerInitParams } from '../../../lib/EventManager';
|
|
5
|
+
import type { CalendarEvent, AdditionalInformation } from "@calcom/types/Calendar";
|
|
6
|
+
type InitParams = {
|
|
7
|
+
user: {
|
|
8
|
+
id: number;
|
|
9
|
+
name: string | null;
|
|
10
|
+
email: string;
|
|
11
|
+
username: string | null;
|
|
12
|
+
} & EventManagerInitParams["user"];
|
|
13
|
+
eventTypeAppMetadata?: EventManagerInitParams["eventTypeAppMetadata"];
|
|
14
|
+
eventType: EventType;
|
|
15
|
+
};
|
|
16
|
+
export declare const handleRescheduleEventManager: ({ evt, rescheduleUid, newBookingId, changedOrganizer, previousHostDestinationCalendar, initParams, bookingLocation, bookingId, bookingICalUID, bookingMetadata, }: {
|
|
17
|
+
evt: CalendarEvent;
|
|
18
|
+
rescheduleUid: string;
|
|
19
|
+
newBookingId?: number;
|
|
20
|
+
changedOrganizer?: boolean;
|
|
21
|
+
previousHostDestinationCalendar?: DestinationCalendar[] | null;
|
|
22
|
+
initParams: InitParams;
|
|
23
|
+
bookingLocation: string | null;
|
|
24
|
+
bookingId: number;
|
|
25
|
+
bookingICalUID?: string | null;
|
|
26
|
+
bookingMetadata?: Prisma.JsonValue;
|
|
27
|
+
}) => Promise<{
|
|
28
|
+
evtWithAdditionalInfo: {
|
|
29
|
+
additionalInformation: AdditionalInformation;
|
|
30
|
+
bookerUrl?: string;
|
|
31
|
+
type: string;
|
|
32
|
+
title: string;
|
|
33
|
+
startTime: string;
|
|
34
|
+
endTime: string;
|
|
35
|
+
organizer: import("@calcom/types/Calendar").Person;
|
|
36
|
+
attendees: import("@calcom/types/Calendar").Person[];
|
|
37
|
+
length?: number | null;
|
|
38
|
+
additionalNotes?: string | null;
|
|
39
|
+
customInputs?: Prisma.JsonObject | null;
|
|
40
|
+
description?: string | null;
|
|
41
|
+
team?: {
|
|
42
|
+
name: string;
|
|
43
|
+
members: import("@calcom/types/Calendar").TeamMember[];
|
|
44
|
+
id: number;
|
|
45
|
+
};
|
|
46
|
+
location?: string | null;
|
|
47
|
+
conferenceCredentialId?: number;
|
|
48
|
+
conferenceData?: import("@calcom/types/Calendar").ConferenceData;
|
|
49
|
+
uid?: string | null;
|
|
50
|
+
existingRecurringEvent?: import("@calcom/types/Calendar").ExistingRecurringEvent | null;
|
|
51
|
+
bookingId?: number;
|
|
52
|
+
videoCallData?: any;
|
|
53
|
+
paymentInfo?: {
|
|
54
|
+
link?: string | null;
|
|
55
|
+
reason?: string | null;
|
|
56
|
+
id?: string | null;
|
|
57
|
+
paymentOption?: string | null;
|
|
58
|
+
amount?: number;
|
|
59
|
+
currency?: string;
|
|
60
|
+
} | null;
|
|
61
|
+
requiresConfirmation?: boolean | null;
|
|
62
|
+
destinationCalendar?: DestinationCalendar[] | null;
|
|
63
|
+
cancellationReason?: string | null;
|
|
64
|
+
rejectionReason?: string | null;
|
|
65
|
+
hideCalendarNotes?: boolean;
|
|
66
|
+
hideCalendarEventDetails?: boolean;
|
|
67
|
+
recurrence?: string;
|
|
68
|
+
recurringEvent?: import("@calcom/types/Calendar").RecurringEvent | null;
|
|
69
|
+
eventTypeId?: number | null;
|
|
70
|
+
appsStatus?: import("@calcom/types/Calendar").AppsStatus[];
|
|
71
|
+
seatsShowAttendees?: boolean | null;
|
|
72
|
+
seatsShowAvailabilityCount?: boolean | null;
|
|
73
|
+
attendeeSeatId?: string;
|
|
74
|
+
seatsPerTimeSlot?: number | null;
|
|
75
|
+
schedulingType?: import("@calcom/platform-libraries").SchedulingType | null;
|
|
76
|
+
iCalUID?: string | null;
|
|
77
|
+
iCalSequence?: number | null;
|
|
78
|
+
responses?: import("@calcom/types/Calendar").CalEventResponses | null;
|
|
79
|
+
userFieldsResponses?: import("@calcom/types/Calendar").CalEventResponses | null;
|
|
80
|
+
platformClientId?: string | null;
|
|
81
|
+
platformRescheduleUrl?: string | null;
|
|
82
|
+
platformCancelUrl?: string | null;
|
|
83
|
+
platformBookingUrl?: string | null;
|
|
84
|
+
oneTimePassword?: string | null;
|
|
85
|
+
delegationCredentialId?: string | null;
|
|
86
|
+
domainWideDelegationCredentialId?: string | null;
|
|
87
|
+
};
|
|
88
|
+
}>;
|
|
89
|
+
export {};
|
|
90
|
+
//# sourceMappingURL=handleRescheduleEventManager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handleRescheduleEventManager.d.ts","sourceRoot":"","sources":["../../../../../../../features/ee/round-robin/handleRescheduleEventManager.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAC1D,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAK7C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kFAAkF,CAAC;AAIlH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAKvE,OAAO,KAAK,EAAE,aAAa,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAEnF,KAAK,UAAU,GAAG;IAChB,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;KACzB,GAAG,sBAAsB,CAAC,MAAM,CAAC,CAAC;IACnC,oBAAoB,CAAC,EAAE,sBAAsB,CAAC,sBAAsB,CAAC,CAAC;IACtE,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,4BAA4B,sKAWtC;IACD,GAAG,EAAE,aAAa,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,+BAA+B,CAAC,EAAE,mBAAmB,EAAE,GAAG,IAAI,CAAC;IAC/D,UAAU,EAAE,UAAU,CAAC;IACvB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,eAAe,CAAC,EAAE,MAAM,CAAC,SAAS,CAAC;CACpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6IA,CAAC"}
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
import type { PlatformClientParams } from '../../../prisma/zod-utils';
|
|
2
|
+
export declare const roundRobinManualReassignment: ({ bookingId, newUserId, orgId, reassignReason, reassignedById, emailsEnabled, platformClientParams, }: {
|
|
3
|
+
bookingId: number;
|
|
4
|
+
newUserId: number;
|
|
5
|
+
orgId: number | null;
|
|
6
|
+
reassignReason?: string;
|
|
7
|
+
reassignedById: number;
|
|
8
|
+
emailsEnabled?: boolean;
|
|
9
|
+
platformClientParams?: PlatformClientParams;
|
|
10
|
+
}) => Promise<{
|
|
11
|
+
user: ({
|
|
12
|
+
destinationCalendar: {
|
|
13
|
+
id: number;
|
|
14
|
+
userId: number | null;
|
|
15
|
+
credentialId: number | null;
|
|
16
|
+
eventTypeId: number | null;
|
|
17
|
+
integration: string;
|
|
18
|
+
externalId: string;
|
|
19
|
+
primaryEmail: string | null;
|
|
20
|
+
delegationCredentialId: string | null;
|
|
21
|
+
domainWideDelegationCredentialId: string | null;
|
|
22
|
+
} | null;
|
|
23
|
+
} & {
|
|
24
|
+
name: string | null;
|
|
25
|
+
id: number;
|
|
26
|
+
role: import('../../../prisma-client').$Enums.UserPermissionRole;
|
|
27
|
+
metadata: import('../../../prisma-client').Prisma.JsonValue;
|
|
28
|
+
username: string | null;
|
|
29
|
+
email: string;
|
|
30
|
+
bio: string | null;
|
|
31
|
+
theme: string | null;
|
|
32
|
+
verified: boolean | null;
|
|
33
|
+
locked: boolean;
|
|
34
|
+
organizationId: number | null;
|
|
35
|
+
locale: string | null;
|
|
36
|
+
timeZone: string;
|
|
37
|
+
startTime: number;
|
|
38
|
+
endTime: number;
|
|
39
|
+
creationSource: import('../../../prisma-client').$Enums.CreationSource | null;
|
|
40
|
+
movedToProfileId: number | null;
|
|
41
|
+
emailVerified: Date | null;
|
|
42
|
+
avatarUrl: string | null;
|
|
43
|
+
weekStart: string;
|
|
44
|
+
bufferTime: number;
|
|
45
|
+
hideBranding: boolean;
|
|
46
|
+
appTheme: string | null;
|
|
47
|
+
createdDate: Date;
|
|
48
|
+
trialEndsAt: Date | null;
|
|
49
|
+
lastActiveAt: Date | null;
|
|
50
|
+
defaultScheduleId: number | null;
|
|
51
|
+
completedOnboarding: boolean;
|
|
52
|
+
timeFormat: number | null;
|
|
53
|
+
twoFactorSecret: string | null;
|
|
54
|
+
twoFactorEnabled: boolean;
|
|
55
|
+
backupCodes: string | null;
|
|
56
|
+
identityProvider: import('../../../prisma-client').$Enums.IdentityProvider;
|
|
57
|
+
identityProviderId: string | null;
|
|
58
|
+
invitedTo: number | null;
|
|
59
|
+
brandColor: string | null;
|
|
60
|
+
darkBrandColor: string | null;
|
|
61
|
+
allowDynamicBooking: boolean | null;
|
|
62
|
+
allowSEOIndexing: boolean | null;
|
|
63
|
+
receiveMonthlyDigestEmail: boolean | null;
|
|
64
|
+
disableImpersonation: boolean;
|
|
65
|
+
isPlatformManaged: boolean;
|
|
66
|
+
smsLockState: import('../../../prisma-client').$Enums.SMSLockState;
|
|
67
|
+
smsLockReviewedByAdmin: boolean;
|
|
68
|
+
referralLinkId: string | null;
|
|
69
|
+
}) | null;
|
|
70
|
+
title: string;
|
|
71
|
+
metadata: import('../../../prisma-client').Prisma.JsonValue;
|
|
72
|
+
description: string | null;
|
|
73
|
+
location: string | null;
|
|
74
|
+
attendees: {
|
|
75
|
+
name: string;
|
|
76
|
+
id: number;
|
|
77
|
+
email: string;
|
|
78
|
+
locale: string | null;
|
|
79
|
+
timeZone: string;
|
|
80
|
+
bookingId: number | null;
|
|
81
|
+
phoneNumber: string | null;
|
|
82
|
+
noShow: boolean | null;
|
|
83
|
+
}[];
|
|
84
|
+
uid: string;
|
|
85
|
+
userId: number | null;
|
|
86
|
+
eventTypeId: number | null;
|
|
87
|
+
destinationCalendar: {
|
|
88
|
+
id: number;
|
|
89
|
+
userId: number | null;
|
|
90
|
+
credentialId: number | null;
|
|
91
|
+
eventTypeId: number | null;
|
|
92
|
+
integration: string;
|
|
93
|
+
externalId: string;
|
|
94
|
+
primaryEmail: string | null;
|
|
95
|
+
delegationCredentialId: string | null;
|
|
96
|
+
domainWideDelegationCredentialId: string | null;
|
|
97
|
+
} | null;
|
|
98
|
+
customInputs: import('../../../prisma-client').Prisma.JsonValue;
|
|
99
|
+
iCalUID: string | null;
|
|
100
|
+
responses: import('../../../prisma-client').Prisma.JsonValue;
|
|
101
|
+
references: {
|
|
102
|
+
id: number;
|
|
103
|
+
type: string;
|
|
104
|
+
uid: string;
|
|
105
|
+
credentialId: number | null;
|
|
106
|
+
deleted: boolean | null;
|
|
107
|
+
bookingId: number | null;
|
|
108
|
+
thirdPartyRecurringEventId: string | null;
|
|
109
|
+
delegationCredentialId: string | null;
|
|
110
|
+
domainWideDelegationCredentialId: string | null;
|
|
111
|
+
meetingId: string | null;
|
|
112
|
+
meetingPassword: string | null;
|
|
113
|
+
meetingUrl: string | null;
|
|
114
|
+
externalCalendarId: string | null;
|
|
115
|
+
}[];
|
|
116
|
+
startTime: Date;
|
|
117
|
+
endTime: Date;
|
|
118
|
+
}>;
|
|
119
|
+
export default roundRobinManualReassignment;
|
|
120
|
+
//# sourceMappingURL=roundRobinManualReassignment.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"roundRobinManualReassignment.d.ts","sourceRoot":"","sources":["../../../../../../../features/ee/round-robin/roundRobinManualReassignment.ts"],"names":[],"mappings":"AA+BA,OAAO,KAAK,EAAqB,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAcxF,eAAO,MAAM,4BAA4B,0GAQtC;IACD,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;CAC7C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuTA,CAAC;AA0JF,eAAe,4BAA4B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"roundRobinManualReassignment.test.d.ts","sourceRoot":"","sources":["../../../../../../../features/ee/round-robin/roundRobinManualReassignment.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { PlatformClientParams } from '../../../prisma/zod-utils';
|
|
2
|
+
export declare const roundRobinReassignment: ({ bookingId, orgId, emailsEnabled, platformClientParams, }: {
|
|
3
|
+
bookingId: number;
|
|
4
|
+
orgId: number | null;
|
|
5
|
+
emailsEnabled?: boolean;
|
|
6
|
+
platformClientParams?: PlatformClientParams;
|
|
7
|
+
}) => Promise<{
|
|
8
|
+
bookingId: number;
|
|
9
|
+
reassignedTo: {
|
|
10
|
+
id: number;
|
|
11
|
+
name: string | null;
|
|
12
|
+
email: string;
|
|
13
|
+
};
|
|
14
|
+
}>;
|
|
15
|
+
export default roundRobinReassignment;
|
|
16
|
+
//# sourceMappingURL=roundRobinReassignment.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"roundRobinReassignment.d.ts","sourceRoot":"","sources":["../../../../../../../features/ee/round-robin/roundRobinReassignment.ts"],"names":[],"mappings":"AAoCA,OAAO,KAAK,EAAqB,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAQxF,eAAO,MAAM,sBAAsB,+DAKhC;IACD,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;CAC7C;;;;;;;EA2fA,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"roundRobinReassignment.test.d.ts","sourceRoot":"","sources":["../../../../../../../features/ee/round-robin/roundRobinReassignment.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { Prisma } from '../../../../prisma-client';
|
|
2
|
+
export declare const bookingSelect: {
|
|
3
|
+
uid: boolean;
|
|
4
|
+
title: boolean;
|
|
5
|
+
startTime: boolean;
|
|
6
|
+
endTime: boolean;
|
|
7
|
+
userId: boolean;
|
|
8
|
+
customInputs: boolean;
|
|
9
|
+
responses: boolean;
|
|
10
|
+
description: boolean;
|
|
11
|
+
location: boolean;
|
|
12
|
+
eventTypeId: boolean;
|
|
13
|
+
destinationCalendar: boolean;
|
|
14
|
+
user: {
|
|
15
|
+
include: {
|
|
16
|
+
destinationCalendar: boolean;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
attendees: boolean;
|
|
20
|
+
references: boolean;
|
|
21
|
+
metadata: boolean;
|
|
22
|
+
iCalUID: boolean;
|
|
23
|
+
};
|
|
24
|
+
export type BookingSelectResult = Prisma.BookingGetPayload<{
|
|
25
|
+
select: typeof bookingSelect;
|
|
26
|
+
}>;
|
|
27
|
+
//# sourceMappingURL=bookingSelect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bookingSelect.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/round-robin/utils/bookingSelect.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAEpD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;CAqBzB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC,iBAAiB,CAAC;IACzD,MAAM,EAAE,OAAO,aAAa,CAAC;CAC9B,CAAC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { getEventTypesFromDB } from '../../../bookings/lib/handleNewBooking/getEventTypesFromDB';
|
|
2
|
+
import type { DestinationCalendar } from '../../../../prisma-client';
|
|
3
|
+
import type { BookingSelectResult } from "./bookingSelect";
|
|
4
|
+
export declare function getDestinationCalendar({ eventType, booking, newUserId, hasOrganizerChanged, }: {
|
|
5
|
+
eventType?: Awaited<ReturnType<typeof getEventTypesFromDB>>;
|
|
6
|
+
booking?: BookingSelectResult;
|
|
7
|
+
newUserId?: number;
|
|
8
|
+
hasOrganizerChanged: boolean;
|
|
9
|
+
}): Promise<DestinationCalendar[] | undefined>;
|
|
10
|
+
//# sourceMappingURL=getDestinationCalendar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDestinationCalendar.d.ts","sourceRoot":"","sources":["../../../../../../../../features/ee/round-robin/utils/getDestinationCalendar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oEAAoE,CAAC;AAE9G,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAEjE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAE3D,wBAAsB,sBAAsB,CAAC,EAC3C,SAAS,EACT,OAAO,EACP,SAAS,EACT,mBAAmB,GACpB,EAAE;IACD,SAAS,CAAC,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC,CAAC;IAC5D,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mBAAmB,EAAE,OAAO,CAAC;CAC9B,GAAG,OAAO,CAAC,mBAAmB,EAAE,GAAG,SAAS,CAAC,CAmB7C"}
|