@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,169 @@
|
|
|
1
|
+
import type { ValidationOptions } from "class-validator";
|
|
2
|
+
export declare class NameDefaultFieldInput_2024_06_14 {
|
|
3
|
+
type: "name";
|
|
4
|
+
label?: string;
|
|
5
|
+
placeholder?: string;
|
|
6
|
+
disableOnPrefill?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare class SplitNameDefaultFieldInput_2024_06_14 {
|
|
9
|
+
type: "splitName";
|
|
10
|
+
firstNameLabel?: string;
|
|
11
|
+
firstNamePlaceholder?: string;
|
|
12
|
+
lastNameLabel?: string;
|
|
13
|
+
lastNamePlaceholder?: string;
|
|
14
|
+
lastNameRequired?: boolean;
|
|
15
|
+
disableOnPrefill?: boolean;
|
|
16
|
+
}
|
|
17
|
+
export declare class EmailDefaultFieldInput_2024_06_14 {
|
|
18
|
+
type: "email";
|
|
19
|
+
label?: string;
|
|
20
|
+
required: boolean;
|
|
21
|
+
hidden?: boolean;
|
|
22
|
+
placeholder?: string;
|
|
23
|
+
disableOnPrefill?: boolean;
|
|
24
|
+
}
|
|
25
|
+
export declare class TitleDefaultFieldInput_2024_06_14 {
|
|
26
|
+
slug: "title";
|
|
27
|
+
required?: boolean;
|
|
28
|
+
hidden?: boolean;
|
|
29
|
+
label?: string;
|
|
30
|
+
placeholder?: string;
|
|
31
|
+
disableOnPrefill?: boolean;
|
|
32
|
+
}
|
|
33
|
+
export declare class NotesDefaultFieldInput_2024_06_14 {
|
|
34
|
+
slug: "notes";
|
|
35
|
+
required?: boolean;
|
|
36
|
+
hidden?: boolean;
|
|
37
|
+
label?: string;
|
|
38
|
+
placeholder?: string;
|
|
39
|
+
disableOnPrefill?: boolean;
|
|
40
|
+
}
|
|
41
|
+
export declare class GuestsDefaultFieldInput_2024_06_14 {
|
|
42
|
+
slug: "guests";
|
|
43
|
+
required?: boolean;
|
|
44
|
+
hidden?: boolean;
|
|
45
|
+
label?: string;
|
|
46
|
+
placeholder?: string;
|
|
47
|
+
disableOnPrefill?: boolean;
|
|
48
|
+
}
|
|
49
|
+
export declare class RescheduleReasonDefaultFieldInput_2024_06_14 {
|
|
50
|
+
slug: "rescheduleReason";
|
|
51
|
+
required?: boolean;
|
|
52
|
+
hidden?: boolean;
|
|
53
|
+
label?: string;
|
|
54
|
+
placeholder?: string;
|
|
55
|
+
disableOnPrefill?: boolean;
|
|
56
|
+
}
|
|
57
|
+
export declare class PhoneFieldInput_2024_06_14 {
|
|
58
|
+
type: "phone";
|
|
59
|
+
slug: string;
|
|
60
|
+
label: string;
|
|
61
|
+
required: boolean;
|
|
62
|
+
placeholder?: string;
|
|
63
|
+
disableOnPrefill?: boolean;
|
|
64
|
+
hidden?: boolean;
|
|
65
|
+
}
|
|
66
|
+
export declare class AddressFieldInput_2024_06_14 {
|
|
67
|
+
type: "address";
|
|
68
|
+
slug: string;
|
|
69
|
+
label: string;
|
|
70
|
+
required: boolean;
|
|
71
|
+
placeholder?: string;
|
|
72
|
+
disableOnPrefill?: boolean;
|
|
73
|
+
hidden?: boolean;
|
|
74
|
+
}
|
|
75
|
+
export declare class TextFieldInput_2024_06_14 {
|
|
76
|
+
type: "text";
|
|
77
|
+
slug: string;
|
|
78
|
+
label: string;
|
|
79
|
+
required: boolean;
|
|
80
|
+
placeholder?: string;
|
|
81
|
+
disableOnPrefill?: boolean;
|
|
82
|
+
hidden?: boolean;
|
|
83
|
+
}
|
|
84
|
+
export declare class UrlFieldInput_2024_06_14 {
|
|
85
|
+
type: "url";
|
|
86
|
+
slug: string;
|
|
87
|
+
label: string;
|
|
88
|
+
required: boolean;
|
|
89
|
+
placeholder?: string;
|
|
90
|
+
disableOnPrefill?: boolean;
|
|
91
|
+
hidden?: boolean;
|
|
92
|
+
}
|
|
93
|
+
export declare class NumberFieldInput_2024_06_14 {
|
|
94
|
+
type: "number";
|
|
95
|
+
slug: string;
|
|
96
|
+
label: string;
|
|
97
|
+
required: boolean;
|
|
98
|
+
placeholder?: string;
|
|
99
|
+
disableOnPrefill?: boolean;
|
|
100
|
+
hidden?: boolean;
|
|
101
|
+
}
|
|
102
|
+
export declare class TextAreaFieldInput_2024_06_14 {
|
|
103
|
+
type: "textarea";
|
|
104
|
+
slug: string;
|
|
105
|
+
label: string;
|
|
106
|
+
required: boolean;
|
|
107
|
+
placeholder?: string;
|
|
108
|
+
disableOnPrefill?: boolean;
|
|
109
|
+
hidden?: boolean;
|
|
110
|
+
}
|
|
111
|
+
export declare class SelectFieldInput_2024_06_14 {
|
|
112
|
+
type: "select";
|
|
113
|
+
slug: string;
|
|
114
|
+
label: string;
|
|
115
|
+
required: boolean;
|
|
116
|
+
placeholder?: string;
|
|
117
|
+
options: string[];
|
|
118
|
+
disableOnPrefill?: boolean;
|
|
119
|
+
hidden?: boolean;
|
|
120
|
+
}
|
|
121
|
+
export declare class MultiSelectFieldInput_2024_06_14 {
|
|
122
|
+
type: "multiselect";
|
|
123
|
+
slug: string;
|
|
124
|
+
label: string;
|
|
125
|
+
required: boolean;
|
|
126
|
+
options: string[];
|
|
127
|
+
disableOnPrefill?: boolean;
|
|
128
|
+
hidden?: boolean;
|
|
129
|
+
}
|
|
130
|
+
export declare class MultiEmailFieldInput_2024_06_14 {
|
|
131
|
+
type: "multiemail";
|
|
132
|
+
slug: string;
|
|
133
|
+
label: string;
|
|
134
|
+
required: boolean;
|
|
135
|
+
placeholder?: string;
|
|
136
|
+
disableOnPrefill?: boolean;
|
|
137
|
+
hidden?: boolean;
|
|
138
|
+
}
|
|
139
|
+
export declare class CheckboxGroupFieldInput_2024_06_14 {
|
|
140
|
+
type: "checkbox";
|
|
141
|
+
slug: string;
|
|
142
|
+
label: string;
|
|
143
|
+
required: boolean;
|
|
144
|
+
options: string[];
|
|
145
|
+
disableOnPrefill?: boolean;
|
|
146
|
+
hidden?: boolean;
|
|
147
|
+
}
|
|
148
|
+
export declare class RadioGroupFieldInput_2024_06_14 {
|
|
149
|
+
type: "radio";
|
|
150
|
+
slug: string;
|
|
151
|
+
label: string;
|
|
152
|
+
required: boolean;
|
|
153
|
+
options: string[];
|
|
154
|
+
disableOnPrefill?: boolean;
|
|
155
|
+
hidden?: boolean;
|
|
156
|
+
}
|
|
157
|
+
export declare class BooleanFieldInput_2024_06_14 {
|
|
158
|
+
type: "boolean";
|
|
159
|
+
slug: string;
|
|
160
|
+
label: string;
|
|
161
|
+
required: boolean;
|
|
162
|
+
disableOnPrefill?: boolean;
|
|
163
|
+
hidden?: boolean;
|
|
164
|
+
}
|
|
165
|
+
type InputDefaultField_2024_06_14 = NameDefaultFieldInput_2024_06_14 | SplitNameDefaultFieldInput_2024_06_14 | EmailDefaultFieldInput_2024_06_14 | TitleDefaultFieldInput_2024_06_14 | NotesDefaultFieldInput_2024_06_14 | GuestsDefaultFieldInput_2024_06_14 | RescheduleReasonDefaultFieldInput_2024_06_14;
|
|
166
|
+
export type InputBookingField_2024_06_14 = InputDefaultField_2024_06_14 | PhoneFieldInput_2024_06_14 | AddressFieldInput_2024_06_14 | TextFieldInput_2024_06_14 | NumberFieldInput_2024_06_14 | TextAreaFieldInput_2024_06_14 | SelectFieldInput_2024_06_14 | MultiSelectFieldInput_2024_06_14 | MultiEmailFieldInput_2024_06_14 | CheckboxGroupFieldInput_2024_06_14 | RadioGroupFieldInput_2024_06_14 | BooleanFieldInput_2024_06_14 | UrlFieldInput_2024_06_14;
|
|
167
|
+
export declare function ValidateInputBookingFields_2024_06_14(validationOptions?: ValidationOptions): (object: any, propertyName: string) => void;
|
|
168
|
+
export {};
|
|
169
|
+
//# sourceMappingURL=booking-fields.input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"booking-fields.input.d.ts","sourceRoot":"","sources":["../../../../../../../../types/event-types/event-types_2024_06_14/inputs/booking-fields.input.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAgC,MAAM,iBAAiB,CAAC;AAsBvF,qBAAa,gCAAgC;IAO3C,IAAI,EAAG,MAAM,CAAC;IAKd,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,WAAW,CAAC,EAAE,MAAM,CAAC;IAWrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,qBAAa,qCAAqC;IAOhD,IAAI,EAAG,WAAW,CAAC;IAKnB,cAAc,CAAC,EAAE,MAAM,CAAC;IAKxB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAK9B,aAAa,CAAC,EAAE,MAAM,CAAC;IAKvB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAK7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAW3B,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,qBAAa,iCAAiC;IAM5C,IAAI,EAAG,OAAO,CAAC;IAKf,KAAK,CAAC,EAAE,MAAM,CAAC;IASf,QAAQ,UAAQ;IAShB,MAAM,CAAC,EAAE,OAAO,CAAC;IAKjB,WAAW,CAAC,EAAE,MAAM,CAAC;IAWrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,qBAAa,iCAAiC;IAG5C,IAAI,EAAG,OAAO,CAAC;IAKf,QAAQ,CAAC,EAAE,OAAO,CAAC;IAQnB,MAAM,CAAC,EAAE,OAAO,CAAC;IAKjB,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,WAAW,CAAC,EAAE,MAAM,CAAC;IAWrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,qBAAa,iCAAiC;IAG5C,IAAI,EAAG,OAAO,CAAC;IAKf,QAAQ,CAAC,EAAE,OAAO,CAAC;IAQnB,MAAM,CAAC,EAAE,OAAO,CAAC;IAKjB,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,WAAW,CAAC,EAAE,MAAM,CAAC;IAWrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,qBAAa,kCAAkC;IAG7C,IAAI,EAAG,QAAQ,CAAC;IAKhB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAQnB,MAAM,CAAC,EAAE,OAAO,CAAC;IAKjB,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,WAAW,CAAC,EAAE,MAAM,CAAC;IAWrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,qBAAa,4CAA4C;IAMvD,IAAI,EAAG,kBAAkB,CAAC;IAK1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IAQnB,MAAM,CAAC,EAAE,OAAO,CAAC;IAKjB,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,WAAW,CAAC,EAAE,MAAM,CAAC;IAWrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,qBAAa,0BAA0B;IAGrC,IAAI,EAAG,OAAO,CAAC;IAQf,IAAI,EAAG,MAAM,CAAC;IAId,KAAK,EAAG,MAAM,CAAC;IAIf,QAAQ,EAAG,OAAO,CAAC;IAKnB,WAAW,CAAC,EAAE,MAAM,CAAC;IAWrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAQ3B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,qBAAa,4BAA4B;IAGvC,IAAI,EAAG,SAAS,CAAC;IAQjB,IAAI,EAAG,MAAM,CAAC;IAId,KAAK,EAAG,MAAM,CAAC;IAIf,QAAQ,EAAG,OAAO,CAAC;IAMnB,WAAW,CAAC,EAAE,MAAM,CAAC;IAWrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAQ3B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,qBAAa,yBAAyB;IAGpC,IAAI,EAAG,MAAM,CAAC;IAQd,IAAI,EAAG,MAAM,CAAC;IAId,KAAK,EAAG,MAAM,CAAC;IAIf,QAAQ,EAAG,OAAO,CAAC;IAMnB,WAAW,CAAC,EAAE,MAAM,CAAC;IAWrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAQ3B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,qBAAa,wBAAwB;IAGnC,IAAI,EAAG,KAAK,CAAC;IAQb,IAAI,EAAG,MAAM,CAAC;IAId,KAAK,EAAG,MAAM,CAAC;IAIf,QAAQ,EAAG,OAAO,CAAC;IAMnB,WAAW,CAAC,EAAE,MAAM,CAAC;IAUrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAQ3B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,qBAAa,2BAA2B;IAGtC,IAAI,EAAG,QAAQ,CAAC;IAQhB,IAAI,EAAG,MAAM,CAAC;IAId,KAAK,EAAG,MAAM,CAAC;IAIf,QAAQ,EAAG,OAAO,CAAC;IAMnB,WAAW,CAAC,EAAE,MAAM,CAAC;IAWrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAQ3B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,qBAAa,6BAA6B;IAGxC,IAAI,EAAG,UAAU,CAAC;IAQlB,IAAI,EAAG,MAAM,CAAC;IAId,KAAK,EAAG,MAAM,CAAC;IAIf,QAAQ,EAAG,OAAO,CAAC;IAMnB,WAAW,CAAC,EAAE,MAAM,CAAC;IAWrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAQ3B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,qBAAa,2BAA2B;IAGtC,IAAI,EAAG,QAAQ,CAAC;IAQhB,IAAI,EAAG,MAAM,CAAC;IAId,KAAK,EAAG,MAAM,CAAC;IAIf,QAAQ,EAAG,OAAO,CAAC;IAMnB,WAAW,CAAC,EAAE,MAAM,CAAC;IAIrB,OAAO,EAAG,MAAM,EAAE,CAAC;IAWnB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAQ3B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,qBAAa,gCAAgC;IAG3C,IAAI,EAAG,aAAa,CAAC;IAQrB,IAAI,EAAG,MAAM,CAAC;IAId,KAAK,EAAG,MAAM,CAAC;IAIf,QAAQ,EAAG,OAAO,CAAC;IAInB,OAAO,EAAG,MAAM,EAAE,CAAC;IAWnB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAQ3B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,qBAAa,+BAA+B;IAG1C,IAAI,EAAG,YAAY,CAAC;IAQpB,IAAI,EAAG,MAAM,CAAC;IAId,KAAK,EAAG,MAAM,CAAC;IAIf,QAAQ,EAAG,OAAO,CAAC;IAMnB,WAAW,CAAC,EAAE,MAAM,CAAC;IAWrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAQ3B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,qBAAa,kCAAkC;IAG7C,IAAI,EAAG,UAAU,CAAC;IAQlB,IAAI,EAAG,MAAM,CAAC;IAId,KAAK,EAAG,MAAM,CAAC;IAIf,QAAQ,EAAG,OAAO,CAAC;IAInB,OAAO,EAAG,MAAM,EAAE,CAAC;IAWnB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAQ3B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,qBAAa,+BAA+B;IAG1C,IAAI,EAAG,OAAO,CAAC;IAQf,IAAI,EAAG,MAAM,CAAC;IAId,KAAK,EAAG,MAAM,CAAC;IAIf,QAAQ,EAAG,OAAO,CAAC;IAInB,OAAO,EAAG,MAAM,EAAE,CAAC;IAWnB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAQ3B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,qBAAa,4BAA4B;IAGvC,IAAI,EAAG,SAAS,CAAC;IAQjB,IAAI,EAAG,MAAM,CAAC;IAId,KAAK,EAAG,MAAM,CAAC;IAIf,QAAQ,EAAG,OAAO,CAAC;IAKnB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAQ3B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,KAAK,4BAA4B,GAC7B,gCAAgC,GAChC,qCAAqC,GACrC,iCAAiC,GACjC,iCAAiC,GACjC,iCAAiC,GACjC,kCAAkC,GAClC,4CAA4C,CAAC;AAEjD,MAAM,MAAM,4BAA4B,GACpC,4BAA4B,GAC5B,0BAA0B,GAC1B,4BAA4B,GAC5B,yBAAyB,GACzB,2BAA2B,GAC3B,6BAA6B,GAC7B,2BAA2B,GAC3B,gCAAgC,GAChC,+BAA+B,GAC/B,kCAAkC,GAClC,+BAA+B,GAC/B,4BAA4B,GAC5B,wBAAwB,CAAC;AAsF7B,wBAAgB,qCAAqC,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,YAEhE,GAAG,gBAAgB,MAAM,UASnD"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { ValidationOptions } from "class-validator";
|
|
2
|
+
import type { Disabled_2024_06_14 } from "./disabled.input";
|
|
3
|
+
export type BookingLimitsKeyOutputType_2024_06_14 = "PER_DAY" | "PER_WEEK" | "PER_MONTH" | "PER_YEAR";
|
|
4
|
+
export type BookingLimitsKeysInputType = "day" | "week" | "month" | "year";
|
|
5
|
+
export type TransformBookingLimitsSchema_2024_06_14 = {
|
|
6
|
+
[K in BookingLimitsKeyOutputType_2024_06_14]?: number;
|
|
7
|
+
};
|
|
8
|
+
export declare class BaseBookingLimitsCount_2024_06_14 {
|
|
9
|
+
day?: number;
|
|
10
|
+
week?: number;
|
|
11
|
+
month?: number;
|
|
12
|
+
year?: number;
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export type BookingLimitsCount_2024_06_14 = BaseBookingLimitsCount_2024_06_14 | Disabled_2024_06_14;
|
|
16
|
+
export declare function ValidateBookingLimitsCount(validationOptions?: ValidationOptions): (object: any, propertyName: string) => void;
|
|
17
|
+
//# sourceMappingURL=booking-limits-count.input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"booking-limits-count.input.d.ts","sourceRoot":"","sources":["../../../../../../../../types/event-types/event-types_2024_06_14/inputs/booking-limits-count.input.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAgC,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAGvF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,MAAM,MAAM,qCAAqC,GAAG,SAAS,GAAG,UAAU,GAAG,WAAW,GAAG,UAAU,CAAC;AACtG,MAAM,MAAM,0BAA0B,GAAG,KAAK,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;AAC3E,MAAM,MAAM,uCAAuC,GAAG;KACnD,CAAC,IAAI,qCAAqC,CAAC,CAAC,EAAE,MAAM;CACtD,CAAC;AAEF,qBAAa,iCAAiC;IAQ5C,GAAG,CAAC,EAAE,MAAM,CAAC;IASb,IAAI,CAAC,EAAE,MAAM,CAAC;IASd,KAAK,CAAC,EAAE,MAAM,CAAC;IASf,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,QAAQ,CAAC,EAAE,OAAO,CAAS;CAC5B;AAED,MAAM,MAAM,6BAA6B,GAAG,iCAAiC,GAAG,mBAAmB,CAAC;AAkDpG,wBAAgB,0BAA0B,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,YACrD,GAAG,gBAAgB,MAAM,UASnD"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ValidationOptions } from "class-validator";
|
|
2
|
+
import type { Disabled_2024_06_14 } from "./disabled.input";
|
|
3
|
+
export declare class BaseBookingLimitsDuration_2024_06_14 {
|
|
4
|
+
day?: number;
|
|
5
|
+
week?: number;
|
|
6
|
+
month?: number;
|
|
7
|
+
year?: number;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export type BookingLimitsDuration_2024_06_14 = BaseBookingLimitsDuration_2024_06_14 | Disabled_2024_06_14;
|
|
11
|
+
export declare function ValidateBookingLimistsDuration(validationOptions?: ValidationOptions): (object: any, propertyName: string) => void;
|
|
12
|
+
//# sourceMappingURL=booking-limits-duration.input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"booking-limits-duration.input.d.ts","sourceRoot":"","sources":["../../../../../../../../types/event-types/event-types_2024_06_14/inputs/booking-limits-duration.input.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAgC,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAGvF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,qBAAa,oCAAoC;IAQ/C,GAAG,CAAC,EAAE,MAAM,CAAC;IASb,IAAI,CAAC,EAAE,MAAM,CAAC;IASd,KAAK,CAAC,EAAE,MAAM,CAAC;IASf,IAAI,CAAC,EAAE,MAAM,CAAC;IAId,QAAQ,CAAC,EAAE,OAAO,CAAS;CAC5B;AAED,MAAM,MAAM,gCAAgC,GAAG,oCAAoC,GAAG,mBAAmB,CAAC;AAgD1G,wBAAgB,8BAA8B,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,YACzD,GAAG,gBAAgB,MAAM,UASnD"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { ValidationOptions } from "class-validator";
|
|
2
|
+
import type { Disabled_2024_06_14 } from "./disabled.input";
|
|
3
|
+
export type BookingWindowPeriodInputType_2024_06_14 = "businessDays" | "calendarDays" | "range";
|
|
4
|
+
export type BookingWindowPeriodOutputType_2024_06_14 = "RANGE" | "ROLLING_WINDOW" | "ROLLING" | "UNLIMITED";
|
|
5
|
+
export type TransformFutureBookingsLimitSchema_2024_06_14 = {
|
|
6
|
+
periodType: BookingWindowPeriodOutputType_2024_06_14;
|
|
7
|
+
periodDays?: number;
|
|
8
|
+
periodCountCalendarDays?: boolean;
|
|
9
|
+
periodStartDate?: Date;
|
|
10
|
+
periodEndDate?: Date;
|
|
11
|
+
};
|
|
12
|
+
declare class BookingWindowBase {
|
|
13
|
+
type: BookingWindowPeriodInputType_2024_06_14;
|
|
14
|
+
}
|
|
15
|
+
export declare class BusinessDaysWindow_2024_06_14 extends BookingWindowBase {
|
|
16
|
+
value: number;
|
|
17
|
+
rolling?: boolean;
|
|
18
|
+
disabled?: boolean;
|
|
19
|
+
}
|
|
20
|
+
export declare class CalendarDaysWindow_2024_06_14 extends BookingWindowBase {
|
|
21
|
+
value: number;
|
|
22
|
+
rolling?: boolean;
|
|
23
|
+
disabled?: boolean;
|
|
24
|
+
}
|
|
25
|
+
export declare class RangeWindow_2024_06_14 extends BookingWindowBase {
|
|
26
|
+
value: string[];
|
|
27
|
+
disabled?: boolean;
|
|
28
|
+
}
|
|
29
|
+
export type BookingWindow_2024_06_14 = BusinessDaysWindow_2024_06_14 | CalendarDaysWindow_2024_06_14 | RangeWindow_2024_06_14 | Disabled_2024_06_14;
|
|
30
|
+
export declare function ValidateBookingWindow(validationOptions?: ValidationOptions): (object: any, propertyName: string) => void;
|
|
31
|
+
export {};
|
|
32
|
+
//# sourceMappingURL=booking-window.input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"booking-window.input.d.ts","sourceRoot":"","sources":["../../../../../../../../types/event-types/event-types_2024_06_14/inputs/booking-window.input.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAgC,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAgBvF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,MAAM,MAAM,uCAAuC,GAAG,cAAc,GAAG,cAAc,GAAG,OAAO,CAAC;AAChG,MAAM,MAAM,wCAAwC,GAAG,OAAO,GAAG,gBAAgB,GAAG,SAAS,GAAG,WAAW,CAAC;AAE5G,MAAM,MAAM,6CAA6C,GAAG;IAC1D,UAAU,EAAE,wCAAwC,CAAC;IACrD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,eAAe,CAAC,EAAE,IAAI,CAAC;IACvB,aAAa,CAAC,EAAE,IAAI,CAAC;CACtB,CAAC;AAGF,cAAM,iBAAiB;IAMrB,IAAI,EAAG,uCAAuC,CAAC;CAChD;AAeD,qBAAa,6BAA8B,SAAQ,iBAAiB;IAIlE,KAAK,EAAG,MAAM,CAAC;IAQf,OAAO,CAAC,EAAE,OAAO,CAAC;IAIlB,QAAQ,CAAC,EAAE,OAAO,CAAS;CAC5B;AAED,qBAAa,6BAA8B,SAAQ,iBAAiB;IAIlE,KAAK,EAAG,MAAM,CAAC;IAQf,OAAO,CAAC,EAAE,OAAO,CAAC;IAIlB,QAAQ,CAAC,EAAE,OAAO,CAAS;CAC5B;AAED,qBAAa,sBAAuB,SAAQ,iBAAiB;IAU3D,KAAK,EAAG,MAAM,EAAE,CAAC;IAIjB,QAAQ,CAAC,EAAE,OAAO,CAAS;CAC5B;AAED,MAAM,MAAM,wBAAwB,GAChC,6BAA6B,GAC7B,6BAA6B,GAC7B,sBAAsB,GACtB,mBAAmB,CAAC;AAuCxB,wBAAgB,qBAAqB,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,YAChD,GAAG,gBAAgB,MAAM,UASnD"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { ValidatorConstraintInterface, ValidationOptions } from "class-validator";
|
|
2
|
+
import { ConfirmationPolicyEnum, NoticeThresholdUnitEnum } from "@calcom/platform-enums";
|
|
3
|
+
import type { Disabled_2024_06_14 } from "./disabled.input";
|
|
4
|
+
export declare class NoticeThreshold_2024_06_14 {
|
|
5
|
+
unit: NoticeThresholdUnitEnum;
|
|
6
|
+
count: number;
|
|
7
|
+
}
|
|
8
|
+
export declare class BaseConfirmationPolicy_2024_06_14 {
|
|
9
|
+
type: ConfirmationPolicyEnum;
|
|
10
|
+
noticeThreshold?: NoticeThreshold_2024_06_14;
|
|
11
|
+
blockUnconfirmedBookingsInBooker: boolean;
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
}
|
|
14
|
+
export type ConfirmationPolicy_2024_06_14 = BaseConfirmationPolicy_2024_06_14 | Disabled_2024_06_14;
|
|
15
|
+
export declare class ConfirmationPolicyValidator implements ValidatorConstraintInterface {
|
|
16
|
+
validate(value: ConfirmationPolicy_2024_06_14): boolean;
|
|
17
|
+
defaultMessage(): string;
|
|
18
|
+
}
|
|
19
|
+
export declare function ValidateConfirmationPolicy(validationOptions?: ValidationOptions): (object: any, propertyName: string) => void;
|
|
20
|
+
export type NoticeThresholdTransformedSchema = {
|
|
21
|
+
unit: NoticeThresholdUnitEnum;
|
|
22
|
+
time: number;
|
|
23
|
+
};
|
|
24
|
+
export type ConfirmationPolicyTransformedSchema = {
|
|
25
|
+
requiresConfirmation: boolean;
|
|
26
|
+
requiresConfirmationThreshold?: NoticeThresholdTransformedSchema;
|
|
27
|
+
requiresConfirmationWillBlockSlot: boolean;
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=confirmation-policy.input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"confirmation-policy.input.d.ts","sourceRoot":"","sources":["../../../../../../../../types/event-types/event-types_2024_06_14/inputs/confirmation-policy.input.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,4BAA4B,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAGvF,OAAO,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AAEzF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAG5D,qBAAa,0BAA0B;IAMrC,IAAI,EAAG,uBAAuB,CAAC;IAO/B,KAAK,EAAG,MAAM,CAAC;CAChB;AAGD,qBAAa,iCAAiC;IAO5C,IAAI,EAAG,sBAAsB,CAAC;IAS9B,eAAe,CAAC,EAAE,0BAA0B,CAAC;IAO7C,gCAAgC,EAAG,OAAO,CAAC;IAI3C,QAAQ,CAAC,EAAE,OAAO,CAAS;CAC5B;AAED,MAAM,MAAM,6BAA6B,GAAG,iCAAiC,GAAG,mBAAmB,CAAC;AAGpG,qBACa,2BAA4B,YAAW,4BAA4B;IAC9E,QAAQ,CAAC,KAAK,EAAE,6BAA6B,GAAG,OAAO;IAsBvD,cAAc,IAAI,MAAM;CAGzB;AAGD,wBAAgB,0BAA0B,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,YACrD,GAAG,gBAAgB,MAAM,UASnD;AAED,MAAM,MAAM,gCAAgC,GAAG;IAC7C,IAAI,EAAE,uBAAuB,CAAC;IAC9B,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,mCAAmC,GAAG;IAChD,oBAAoB,EAAE,OAAO,CAAC;IAC9B,6BAA6B,CAAC,EAAE,gCAAgC,CAAC;IACjE,iCAAiC,EAAE,OAAO,CAAC;CAC5C,CAAC"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { SchedulingType } from "@calcom/platform-enums";
|
|
2
|
+
import { BookerLayouts_2024_06_14 } from "./booker-layouts.input";
|
|
3
|
+
import type { InputBookingField_2024_06_14 } from "./booking-fields.input";
|
|
4
|
+
import type { BookingLimitsCount_2024_06_14 } from "./booking-limits-count.input";
|
|
5
|
+
import type { BookingLimitsDuration_2024_06_14 } from "./booking-limits-duration.input";
|
|
6
|
+
import type { BookingWindow_2024_06_14 } from "./booking-window.input";
|
|
7
|
+
import type { ConfirmationPolicy_2024_06_14 } from "./confirmation-policy.input";
|
|
8
|
+
import { DestinationCalendar_2024_06_14 } from "./destination-calendar.input";
|
|
9
|
+
import { Disabled_2024_06_14 } from "./disabled.input";
|
|
10
|
+
import { EventTypeColor_2024_06_14 } from "./event-type-color.input";
|
|
11
|
+
import type { InputLocation_2024_06_14, InputTeamLocation_2024_06_14 } from "./locations.input";
|
|
12
|
+
import { Recurrence_2024_06_14 } from "./recurrence.input";
|
|
13
|
+
import { Seats_2024_06_14 } from "./seats.input";
|
|
14
|
+
export declare const CREATE_EVENT_LENGTH_EXAMPLE = 60;
|
|
15
|
+
export declare const CREATE_EVENT_TITLE_EXAMPLE = "Learn the secrets of masterchief!";
|
|
16
|
+
export declare const CREATE_EVENT_DESCRIPTION_EXAMPLE = "Discover the culinary wonders of the Argentina by making the best flan ever!";
|
|
17
|
+
export declare const CREATE_EVENT_SLUG_EXAMPLE = "learn-the-secrets-of-masterchief";
|
|
18
|
+
declare class BaseCreateEventTypeInput {
|
|
19
|
+
lengthInMinutes: number;
|
|
20
|
+
lengthInMinutesOptions?: number[];
|
|
21
|
+
title: string;
|
|
22
|
+
slug: string;
|
|
23
|
+
description?: string;
|
|
24
|
+
bookingFields?: InputBookingField_2024_06_14[];
|
|
25
|
+
disableGuests?: boolean;
|
|
26
|
+
slotInterval?: number;
|
|
27
|
+
minimumBookingNotice?: number;
|
|
28
|
+
beforeEventBuffer?: number;
|
|
29
|
+
afterEventBuffer?: number;
|
|
30
|
+
scheduleId?: number;
|
|
31
|
+
bookingLimitsCount?: BookingLimitsCount_2024_06_14;
|
|
32
|
+
onlyShowFirstAvailableSlot?: boolean;
|
|
33
|
+
bookingLimitsDuration?: BookingLimitsDuration_2024_06_14;
|
|
34
|
+
bookingWindow?: BookingWindow_2024_06_14;
|
|
35
|
+
offsetStart?: number;
|
|
36
|
+
bookerLayouts?: BookerLayouts_2024_06_14;
|
|
37
|
+
confirmationPolicy?: ConfirmationPolicy_2024_06_14;
|
|
38
|
+
recurrence?: Recurrence_2024_06_14 | Disabled_2024_06_14;
|
|
39
|
+
requiresBookerEmailVerification?: boolean;
|
|
40
|
+
hideCalendarNotes?: boolean;
|
|
41
|
+
lockTimeZoneToggleOnBookingPage?: boolean;
|
|
42
|
+
color?: EventTypeColor_2024_06_14;
|
|
43
|
+
seats?: Seats_2024_06_14 | Disabled_2024_06_14;
|
|
44
|
+
customName?: string;
|
|
45
|
+
destinationCalendar?: DestinationCalendar_2024_06_14;
|
|
46
|
+
useDestinationCalendarEmail?: boolean;
|
|
47
|
+
hideCalendarEventDetails?: boolean;
|
|
48
|
+
successRedirectUrl?: string;
|
|
49
|
+
}
|
|
50
|
+
export declare class CreateEventTypeInput_2024_06_14 extends BaseCreateEventTypeInput {
|
|
51
|
+
locations?: InputLocation_2024_06_14[];
|
|
52
|
+
}
|
|
53
|
+
export declare enum HostPriority {
|
|
54
|
+
lowest = "lowest",
|
|
55
|
+
low = "low",
|
|
56
|
+
medium = "medium",
|
|
57
|
+
high = "high",
|
|
58
|
+
highest = "highest"
|
|
59
|
+
}
|
|
60
|
+
export declare class Host {
|
|
61
|
+
userId: number;
|
|
62
|
+
mandatory?: boolean;
|
|
63
|
+
priority?: keyof typeof HostPriority;
|
|
64
|
+
}
|
|
65
|
+
export declare class CreateTeamEventTypeInput_2024_06_14 extends BaseCreateEventTypeInput {
|
|
66
|
+
schedulingType: keyof typeof SchedulingType;
|
|
67
|
+
hosts: Host[];
|
|
68
|
+
assignAllTeamMembers?: boolean;
|
|
69
|
+
locations?: InputTeamLocation_2024_06_14[];
|
|
70
|
+
}
|
|
71
|
+
export {};
|
|
72
|
+
//# sourceMappingURL=create-event-type.input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-event-type.input.d.ts","sourceRoot":"","sources":["../../../../../../../../types/event-types/event-types_2024_06_14/inputs/create-event-type.input.ts"],"names":[],"mappings":"AAqBA,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAExD,OAAO,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAqBlE,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,wBAAwB,CAAC;AAE3E,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,8BAA8B,CAAC;AAElF,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,iCAAiC,CAAC;AAKxF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAOvE,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,6BAA6B,CAAC;AAEjF,OAAO,EAAE,8BAA8B,EAAE,MAAM,8BAA8B,CAAC;AAC9E,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,yBAAyB,EAAE,MAAM,0BAA0B,CAAC;AAarE,OAAO,KAAK,EAAE,wBAAwB,EAAE,4BAA4B,EAAE,MAAM,mBAAmB,CAAC;AAChG,OAAO,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEjD,eAAO,MAAM,2BAA2B,KAAK,CAAC;AAC9C,eAAO,MAAM,0BAA0B,sCAAsC,CAAC;AAC9E,eAAO,MAAM,gCAAgC,iFACmC,CAAC;AACjF,eAAO,MAAM,yBAAyB,qCAAqC,CAAC;AAE5E,cAqCM,wBAAwB;IAI5B,eAAe,EAAG,MAAM,CAAC;IAazB,sBAAsB,CAAC,EAAE,MAAM,EAAE,CAAC;IAIlC,KAAK,EAAG,MAAM,CAAC;IAIf,IAAI,EAAG,MAAM,CAAC;IAKd,WAAW,CAAC,EAAE,MAAM,CAAC;IA8BrB,aAAa,CAAC,EAAE,4BAA4B,EAAE,CAAC;IAO/C,aAAa,CAAC,EAAE,OAAO,CAAC;IASxB,YAAY,CAAC,EAAE,MAAM,CAAC;IAQtB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAO9B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAO3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAQ1B,UAAU,CAAC,EAAE,MAAM,CAAC;IAYpB,kBAAkB,CAAC,EAAE,6BAA6B,CAAC;IAQnD,0BAA0B,CAAC,EAAE,OAAO,CAAC;IAYrC,qBAAqB,CAAC,EAAE,gCAAgC,CAAC;IAczD,aAAa,CAAC,EAAE,wBAAwB,CAAC;IAMzC,WAAW,CAAC,EAAE,MAAM,CAAC;IAQrB,aAAa,CAAC,EAAE,wBAAwB,CAAC;IAazC,kBAAkB,CAAC,EAAE,6BAA6B,CAAC;IAoBnD,UAAU,CAAC,EAAE,qBAAqB,GAAG,mBAAmB,CAAC;IAKzD,+BAA+B,CAAC,EAAE,OAAO,CAAC;IAK1C,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAK5B,+BAA+B,CAAC,EAAE,OAAO,CAAC;IAK1C,KAAK,CAAC,EAAE,yBAAyB,CAAC;IAmBlC,KAAK,CAAC,EAAE,gBAAgB,GAAG,mBAAmB,CAAC;IAW/C,UAAU,CAAC,EAAE,MAAM,CAAC;IAKpB,mBAAmB,CAAC,EAAE,8BAA8B,CAAC;IAKrD,2BAA2B,CAAC,EAAE,OAAO,CAAC;IAKtC,wBAAwB,CAAC,EAAE,OAAO,CAAC;IAQnC,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AACD,qBAAa,+BAAgC,SAAQ,wBAAwB;IAkB3E,SAAS,CAAC,EAAE,wBAAwB,EAAE,CAAC;CACxC;AAED,oBAAY,YAAY;IACtB,MAAM,WAAW;IACjB,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,OAAO,YAAY;CACpB;AACD,qBAAa,IAAI;IAIf,MAAM,EAAG,MAAM,CAAC;IAShB,SAAS,CAAC,EAAE,OAAO,CAAS;IAM5B,QAAQ,CAAC,EAAE,MAAM,OAAO,YAAY,CAAY;CACjD;AAED,qBAAa,mCAAoC,SAAQ,wBAAwB;IAmB/E,cAAc,EAAG,MAAM,OAAO,cAAc,CAAC;IAM7C,KAAK,EAAG,IAAI,EAAE,CAAC;IAOf,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAoB/B,SAAS,CAAC,EAAE,4BAA4B,EAAE,CAAC;CAC5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"destination-calendar.input.d.ts","sourceRoot":"","sources":["../../../../../../../../types/event-types/event-types_2024_06_14/inputs/destination-calendar.input.ts"],"names":[],"mappings":"AAGA,qBAAa,8BAA8B;IAMzC,WAAW,EAAG,MAAM,CAAC;IAOrB,UAAU,EAAG,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"disabled.input.d.ts","sourceRoot":"","sources":["../../../../../../../../types/event-types/event-types_2024_06_14/inputs/disabled.input.ts"],"names":[],"mappings":"AAGA,qBAAa,mBAAmB;IAQ9B,QAAQ,EAAG,IAAI,CAAC;CACjB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare class EventTypeColor_2024_06_14 {
|
|
2
|
+
lightThemeHex: string;
|
|
3
|
+
darkThemeHex: string;
|
|
4
|
+
}
|
|
5
|
+
export type EventTypeColorsTransformedSchema = {
|
|
6
|
+
darkEventTypeColor: string;
|
|
7
|
+
lightEventTypeColor: string;
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=event-type-color.input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-type-color.input.d.ts","sourceRoot":"","sources":["../../../../../../../../types/event-types/event-types_2024_06_14/inputs/event-type-color.input.ts"],"names":[],"mappings":"AAIA,qBAAa,yBAAyB;IAOpC,aAAa,EAAG,MAAM,CAAC;IAQvB,YAAY,EAAG,MAAM,CAAC;CACvB;AAED,MAAM,MAAM,gCAAgC,GAAG;IAC7C,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,MAAM,CAAC;CAC7B,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class GetEventTypesQuery_2024_06_14 {
|
|
2
|
+
username?: string;
|
|
3
|
+
eventSlug?: string;
|
|
4
|
+
usernames?: string[];
|
|
5
|
+
orgSlug?: string;
|
|
6
|
+
orgId?: number;
|
|
7
|
+
}
|
|
8
|
+
export declare class GetTeamEventTypesQuery_2024_06_14 {
|
|
9
|
+
eventSlug?: string;
|
|
10
|
+
hostsLimit?: number;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=get-event-types-query.input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-event-types-query.input.d.ts","sourceRoot":"","sources":["../../../../../../../../types/event-types/event-types_2024_06_14/inputs/get-event-types-query.input.ts"],"names":[],"mappings":"AAIA,qBAAa,6BAA6B;IAOxC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAQlB,SAAS,CAAC,EAAE,MAAM,CAAC;IASnB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IASrB,OAAO,CAAC,EAAE,MAAM,CAAC;IAUjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,qBAAa,iCAAiC;IAM5C,SAAS,CAAC,EAAE,MAAM,CAAC;IASnB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export * from "./create-event-type.input";
|
|
2
|
+
export * from "./booking-limits-duration.input";
|
|
3
|
+
export * from "./booking-limits-count.input";
|
|
4
|
+
export * from "./booking-window.input";
|
|
5
|
+
export * from "./locations.input";
|
|
6
|
+
export * from "./booking-fields.input";
|
|
7
|
+
export * from "./recurrence.input";
|
|
8
|
+
export * from "./update-event-type.input";
|
|
9
|
+
export * from "./get-event-types-query.input";
|
|
10
|
+
export * from "./booker-layouts.input";
|
|
11
|
+
export * from "./confirmation-policy.input";
|
|
12
|
+
export * from "./event-type-color.input";
|
|
13
|
+
export * from "./seats.input";
|
|
14
|
+
export * from "./destination-calendar.input";
|
|
15
|
+
export * from "./disabled.input";
|
|
16
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../types/event-types/event-types_2024_06_14/inputs/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kBAAkB,CAAC"}
|
package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/locations.input.d.ts
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import type { ValidationOptions } from "class-validator";
|
|
2
|
+
export declare const inputLocations: readonly ["address", "link", "integration", "phone", "attendeeAddress", "attendeePhone", "attendeeDefined", "organizersDefaultApp"];
|
|
3
|
+
export declare class InputAddressLocation_2024_06_14 {
|
|
4
|
+
type: "address";
|
|
5
|
+
address: string;
|
|
6
|
+
public: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare class InputOrganizersDefaultApp_2024_06_14 {
|
|
9
|
+
type: "organizersDefaultApp";
|
|
10
|
+
}
|
|
11
|
+
export declare class InputLinkLocation_2024_06_14 {
|
|
12
|
+
type: "link";
|
|
13
|
+
link: string;
|
|
14
|
+
public: boolean;
|
|
15
|
+
}
|
|
16
|
+
export declare const supportedIntegrations: readonly ["cal-video", "google-meet", "office365-video", "zoom"];
|
|
17
|
+
export type Integration_2024_06_14 = (typeof supportedIntegrations)[number];
|
|
18
|
+
export declare class InputIntegrationLocation_2024_06_14 {
|
|
19
|
+
type: "integration";
|
|
20
|
+
integration: Integration_2024_06_14;
|
|
21
|
+
}
|
|
22
|
+
export declare class InputPhoneLocation_2024_06_14 {
|
|
23
|
+
type: "phone";
|
|
24
|
+
phone: string;
|
|
25
|
+
public: boolean;
|
|
26
|
+
}
|
|
27
|
+
export declare class InputAttendeeAddressLocation_2024_06_14 {
|
|
28
|
+
type: "attendeeAddress";
|
|
29
|
+
}
|
|
30
|
+
export declare class InputAttendeePhoneLocation_2024_06_14 {
|
|
31
|
+
type: "attendeePhone";
|
|
32
|
+
}
|
|
33
|
+
export declare class InputAttendeeDefinedLocation_2024_06_14 {
|
|
34
|
+
type: "attendeeDefined";
|
|
35
|
+
}
|
|
36
|
+
export type InputLocation_2024_06_14 = InputAddressLocation_2024_06_14 | InputLinkLocation_2024_06_14 | InputIntegrationLocation_2024_06_14 | InputPhoneLocation_2024_06_14 | InputAttendeeAddressLocation_2024_06_14 | InputAttendeePhoneLocation_2024_06_14 | InputAttendeeDefinedLocation_2024_06_14;
|
|
37
|
+
export type InputTeamLocation_2024_06_14 = InputLocation_2024_06_14 | InputOrganizersDefaultApp_2024_06_14;
|
|
38
|
+
export declare function ValidateLocations_2024_06_14(validationOptions?: ValidationOptions): (object: any, propertyName: string) => void;
|
|
39
|
+
export declare function ValidateTeamLocations_2024_06_14(validationOptions?: ValidationOptions): (object: any, propertyName: string) => void;
|
|
40
|
+
//# sourceMappingURL=locations.input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"locations.input.d.ts","sourceRoot":"","sources":["../../../../../../../../types/event-types/event-types_2024_06_14/inputs/locations.input.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAgC,MAAM,iBAAiB,CAAC;AAGvF,eAAO,MAAM,cAAc,qIASjB,CAAC;AAEX,qBAAa,+BAA+B;IAG1C,IAAI,EAAG,SAAS,CAAC;IAIjB,OAAO,EAAG,MAAM,CAAC;IAIjB,MAAM,EAAG,OAAO,CAAC;CAClB;AAED,qBAAa,oCAAoC;IAM/C,IAAI,EAAG,sBAAsB,CAAC;CAC/B;AAED,qBAAa,4BAA4B;IAGvC,IAAI,EAAG,MAAM,CAAC;IAId,IAAI,EAAG,MAAM,CAAC;IAId,MAAM,EAAG,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,qBAAqB,kEAAmE,CAAC;AACtG,MAAM,MAAM,sBAAsB,GAAG,CAAC,OAAO,qBAAqB,CAAC,CAAC,MAAM,CAAC,CAAC;AAE5E,qBAAa,mCAAmC;IAG9C,IAAI,EAAG,aAAa,CAAC;IAIrB,WAAW,EAAG,sBAAsB,CAAC;CACtC;AAED,qBAAa,6BAA6B;IAGxC,IAAI,EAAG,OAAO,CAAC;IAIf,KAAK,EAAG,MAAM,CAAC;IAIf,MAAM,EAAG,OAAO,CAAC;CAClB;AAED,qBAAa,uCAAuC;IAMlD,IAAI,EAAG,iBAAiB,CAAC;CAC1B;AACD,qBAAa,qCAAqC;IAGhD,IAAI,EAAG,eAAe,CAAC;CACxB;AAED,qBAAa,uCAAuC;IAMlD,IAAI,EAAG,iBAAiB,CAAC;CAC1B;AAED,MAAM,MAAM,wBAAwB,GAChC,+BAA+B,GAC/B,4BAA4B,GAC5B,mCAAmC,GACnC,6BAA6B,GAC7B,uCAAuC,GACvC,qCAAqC,GACrC,uCAAuC,CAAC;AAE5C,MAAM,MAAM,4BAA4B,GAAG,wBAAwB,GAAG,oCAAoC,CAAC;AAuG3G,wBAAgB,4BAA4B,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,YAEvD,GAAG,gBAAgB,MAAM,UASnD;AAED,wBAAgB,gCAAgC,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,YAE3D,GAAG,gBAAgB,MAAM,UASnD"}
|
package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/recurrence.input.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FrequencyInput } from "@calcom/platform-enums";
|
|
2
|
+
export type TransformRecurringEventSchema_2024_06_14 = {
|
|
3
|
+
interval: number;
|
|
4
|
+
count: number;
|
|
5
|
+
freq: number;
|
|
6
|
+
};
|
|
7
|
+
export declare class Recurrence_2024_06_14 {
|
|
8
|
+
interval: number;
|
|
9
|
+
occurrences: number;
|
|
10
|
+
frequency: FrequencyInput;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=recurrence.input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recurrence.input.d.ts","sourceRoot":"","sources":["../../../../../../../../types/event-types/event-types_2024_06_14/inputs/recurrence.input.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAExD,MAAM,MAAM,wCAAwC,GAAG;IACrD,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,qBAAa,qBAAqB;IAGhC,QAAQ,EAAG,MAAM,CAAC;IAIlB,WAAW,EAAG,MAAM,CAAC;IAIrB,SAAS,EAAG,cAAc,CAAC;IAI3B,QAAQ,CAAC,EAAE,OAAO,CAAS;CAC5B"}
|
package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/seats.input.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare class Seats_2024_06_14 {
|
|
2
|
+
seatsPerTimeSlot: number;
|
|
3
|
+
showAttendeeInfo: boolean;
|
|
4
|
+
showAvailabilityCount: boolean;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export type SeatOptionsTransformedSchema = {
|
|
8
|
+
seatsPerTimeSlot: number;
|
|
9
|
+
seatsShowAttendees: boolean;
|
|
10
|
+
seatsShowAvailabilityCount: boolean;
|
|
11
|
+
};
|
|
12
|
+
export type SeatOptionsDisabledSchema = {
|
|
13
|
+
seatsPerTimeSlot: null;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=seats.input.d.ts.map
|
package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/seats.input.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"seats.input.d.ts","sourceRoot":"","sources":["../../../../../../../../types/event-types/event-types_2024_06_14/inputs/seats.input.ts"],"names":[],"mappings":"AAIA,qBAAa,gBAAgB;IAO3B,gBAAgB,EAAG,MAAM,CAAC;IAO1B,gBAAgB,EAAG,OAAO,CAAC;IAO3B,qBAAqB,EAAG,OAAO,CAAC;IAIhC,QAAQ,CAAC,EAAE,OAAO,CAAS;CAC5B;AAED,MAAM,MAAM,4BAA4B,GAAG;IACzC,gBAAgB,EAAE,MAAM,CAAC;IACzB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,0BAA0B,EAAE,OAAO,CAAC;CACrC,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,gBAAgB,EAAE,IAAI,CAAC;CACxB,CAAC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { BookerLayouts_2024_06_14 } from "./booker-layouts.input";
|
|
2
|
+
import type { InputBookingField_2024_06_14 } from "./booking-fields.input";
|
|
3
|
+
import type { BookingLimitsCount_2024_06_14 } from "./booking-limits-count.input";
|
|
4
|
+
import type { BookingLimitsDuration_2024_06_14 } from "./booking-limits-duration.input";
|
|
5
|
+
import { type BookingWindow_2024_06_14 } from "./booking-window.input";
|
|
6
|
+
import type { ConfirmationPolicy_2024_06_14 } from "./confirmation-policy.input";
|
|
7
|
+
import { Host } from "./create-event-type.input";
|
|
8
|
+
import { DestinationCalendar_2024_06_14 } from "./destination-calendar.input";
|
|
9
|
+
import { Disabled_2024_06_14 } from "./disabled.input";
|
|
10
|
+
import { EventTypeColor_2024_06_14 } from "./event-type-color.input";
|
|
11
|
+
import type { InputLocation_2024_06_14, InputTeamLocation_2024_06_14 } from "./locations.input";
|
|
12
|
+
import { Recurrence_2024_06_14 } from "./recurrence.input";
|
|
13
|
+
import { Seats_2024_06_14 } from "./seats.input";
|
|
14
|
+
declare class BaseUpdateEventTypeInput {
|
|
15
|
+
lengthInMinutes?: number;
|
|
16
|
+
lengthInMinutesOptions?: number[];
|
|
17
|
+
title?: string;
|
|
18
|
+
slug?: string;
|
|
19
|
+
description?: string;
|
|
20
|
+
bookingFields?: InputBookingField_2024_06_14[];
|
|
21
|
+
disableGuests?: boolean;
|
|
22
|
+
slotInterval?: number;
|
|
23
|
+
minimumBookingNotice?: number;
|
|
24
|
+
beforeEventBuffer?: number;
|
|
25
|
+
afterEventBuffer?: number;
|
|
26
|
+
scheduleId?: number;
|
|
27
|
+
bookingLimitsCount?: BookingLimitsCount_2024_06_14;
|
|
28
|
+
onlyShowFirstAvailableSlot?: boolean;
|
|
29
|
+
bookingLimitsDuration?: BookingLimitsDuration_2024_06_14;
|
|
30
|
+
bookingWindow?: BookingWindow_2024_06_14;
|
|
31
|
+
offsetStart?: number;
|
|
32
|
+
bookerLayouts?: BookerLayouts_2024_06_14;
|
|
33
|
+
confirmationPolicy?: ConfirmationPolicy_2024_06_14;
|
|
34
|
+
recurrence?: Recurrence_2024_06_14 | Disabled_2024_06_14;
|
|
35
|
+
requiresBookerEmailVerification?: boolean;
|
|
36
|
+
hideCalendarNotes?: boolean;
|
|
37
|
+
lockTimeZoneToggleOnBookingPage?: boolean;
|
|
38
|
+
color?: EventTypeColor_2024_06_14;
|
|
39
|
+
seats?: Seats_2024_06_14 | Disabled_2024_06_14;
|
|
40
|
+
customName?: string;
|
|
41
|
+
destinationCalendar?: DestinationCalendar_2024_06_14;
|
|
42
|
+
useDestinationCalendarEmail?: boolean;
|
|
43
|
+
hideCalendarEventDetails?: boolean;
|
|
44
|
+
successRedirectUrl?: string;
|
|
45
|
+
}
|
|
46
|
+
export declare class UpdateEventTypeInput_2024_06_14 extends BaseUpdateEventTypeInput {
|
|
47
|
+
locations?: InputLocation_2024_06_14[];
|
|
48
|
+
}
|
|
49
|
+
export declare class UpdateTeamEventTypeInput_2024_06_14 extends BaseUpdateEventTypeInput {
|
|
50
|
+
hosts?: Host[];
|
|
51
|
+
assignAllTeamMembers?: boolean;
|
|
52
|
+
locations?: InputTeamLocation_2024_06_14[];
|
|
53
|
+
}
|
|
54
|
+
export {};
|
|
55
|
+
//# sourceMappingURL=update-event-type.input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-event-type.input.d.ts","sourceRoot":"","sources":["../../../../../../../../types/event-types/event-types_2024_06_14/inputs/update-event-type.input.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAClE,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,wBAAwB,CAAC;AAqB3E,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,8BAA8B,CAAC;AAElF,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,iCAAiC,CAAC;AAKxF,OAAO,EAKL,KAAK,wBAAwB,EAC9B,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,6BAA6B,CAAC;AAEjF,OAAO,EAKL,IAAI,EACL,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,8BAA8B,EAAE,MAAM,8BAA8B,CAAC;AAC9E,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,yBAAyB,EAAE,MAAM,0BAA0B,CAAC;AAarE,OAAO,KAAK,EAAE,wBAAwB,EAAE,4BAA4B,EAAE,MAAM,mBAAmB,CAAC;AAChG,OAAO,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEjD,cAmCM,wBAAwB;IAK5B,eAAe,CAAC,EAAE,MAAM,CAAC;IAazB,sBAAsB,CAAC,EAAE,MAAM,EAAE,CAAC;IAKlC,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,WAAW,CAAC,EAAE,MAAM,CAAC;IA6BrB,aAAa,CAAC,EAAE,4BAA4B,EAAE,CAAC;IAO/C,aAAa,CAAC,EAAE,OAAO,CAAC;IASxB,YAAY,CAAC,EAAE,MAAM,CAAC;IAQtB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAO9B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAO3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAQ1B,UAAU,CAAC,EAAE,MAAM,CAAC;IAYpB,kBAAkB,CAAC,EAAE,6BAA6B,CAAC;IAQnD,0BAA0B,CAAC,EAAE,OAAO,CAAC;IAYrC,qBAAqB,CAAC,EAAE,gCAAgC,CAAC;IAczD,aAAa,CAAC,EAAE,wBAAwB,CAAC;IAMzC,WAAW,CAAC,EAAE,MAAM,CAAC;IAQrB,aAAa,CAAC,EAAE,wBAAwB,CAAC;IAazC,kBAAkB,CAAC,EAAE,6BAA6B,CAAC;IAoBnD,UAAU,CAAC,EAAE,qBAAqB,GAAG,mBAAmB,CAAC;IAKzD,+BAA+B,CAAC,EAAE,OAAO,CAAC;IAK1C,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAK5B,+BAA+B,CAAC,EAAE,OAAO,CAAC;IAK1C,KAAK,CAAC,EAAE,yBAAyB,CAAC;IAmBlC,KAAK,CAAC,EAAE,gBAAgB,GAAG,mBAAmB,CAAC;IAW/C,UAAU,CAAC,EAAE,MAAM,CAAC;IAKpB,mBAAmB,CAAC,EAAE,8BAA8B,CAAC;IAKrD,2BAA2B,CAAC,EAAE,OAAO,CAAC;IAKtC,wBAAwB,CAAC,EAAE,OAAO,CAAC;IAQnC,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AACD,qBAAa,+BAAgC,SAAQ,wBAAwB;IAkB3E,SAAS,CAAC,EAAE,wBAAwB,EAAE,CAAC;CACxC;AAED,qBAAa,mCAAoC,SAAQ,wBAAwB;IAM/E,KAAK,CAAC,EAAE,IAAI,EAAE,CAAC;IAQf,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAoB/B,SAAS,CAAC,EAAE,4BAA4B,EAAE,CAAC;CAC5C"}
|