@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 @@
|
|
|
1
|
+
{"version":3,"file":"getPublicEvent.d.ts","sourceRoot":"","sources":["../../../../../../../features/eventtypes/lib/getPublicEvent.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAclE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAGnD,OAAO,EACL,aAAa,EAOd,MAAM,0BAA0B,CAAC;AAClC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAsH7D,wBAAsB,oBAAoB,CAAC,EACzC,MAAM,EACN,wBAAwB,EACxB,oBAAoB,EACpB,MAAM,GACP,EAAE;IACD,MAAM,EAAE,YAAY,CAAC;IACrB,wBAAwB,EAAE,MAAM,CAAC;IACjC,oBAAoB,EAAE,MAAM,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC;CAChB,GAAG,OAAO,CAAC,OAAO,CAAC,CA8BnB;AA2BD,eAAO,MAAM,cAAc,aACf,MAAM,aACL,MAAM,eACJ,OAAO,GAAG,SAAS,OAC3B,MAAM,GAAG,IAAI,UACV,YAAY,4BACM,OAAO,kBACjB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAkb000vB,SAAS;;;;;;;;;;;;;;;;sCAAylB,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAA3mB,SAAS;;;;;;;;;;;;;;;;sCAAylB,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SA5I581vB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isCurrentlyAvailable.test.d.ts","sourceRoot":"","sources":["../../../../../../../features/eventtypes/lib/isCurrentlyAvailable.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
import type { z } from "zod";
|
|
2
|
+
import type { ChildrenEventType } from '../components/ChildrenEventTypeSelect';
|
|
3
|
+
import type { IntervalLimit } from '../../../lib/intervalLimits/intervalLimitSchema';
|
|
4
|
+
import type { EventLocationType } from '../../../lib/location';
|
|
5
|
+
import type { AttributesQueryValue } from '../../../lib/raqb/types';
|
|
6
|
+
import type { EventTypeTranslation } from '../../../prisma-client';
|
|
7
|
+
import type { PeriodType, SchedulingType } from '../../../prisma/enums';
|
|
8
|
+
import type { BookerLayoutSettings, eventTypeMetaDataSchemaWithTypedApps } from '../../../prisma/zod-utils';
|
|
9
|
+
import type { customInputSchema } from '../../../prisma/zod-utils';
|
|
10
|
+
import type { eventTypeBookingFields } from '../../../prisma/zod-utils';
|
|
11
|
+
import type { eventTypeColor } from '../../../prisma/zod-utils';
|
|
12
|
+
import type { RouterOutputs, RouterInputs } from '../../../trpc/react';
|
|
13
|
+
import type { RecurringEvent } from "@calcom/types/Calendar";
|
|
14
|
+
export type CustomInputParsed = typeof customInputSchema._output;
|
|
15
|
+
export type AvailabilityOption = {
|
|
16
|
+
label: string;
|
|
17
|
+
value: number;
|
|
18
|
+
isDefault: boolean;
|
|
19
|
+
isManaged?: boolean;
|
|
20
|
+
};
|
|
21
|
+
export type EventTypeSetupProps = RouterOutputs["viewer"]["eventTypes"]["get"];
|
|
22
|
+
export type EventTypeSetup = RouterOutputs["viewer"]["eventTypes"]["get"]["eventType"];
|
|
23
|
+
export type EventTypeApps = RouterOutputs["viewer"]["apps"]["integrations"];
|
|
24
|
+
export type Host = {
|
|
25
|
+
isFixed: boolean;
|
|
26
|
+
userId: number;
|
|
27
|
+
priority: number;
|
|
28
|
+
weight: number;
|
|
29
|
+
scheduleId?: number | null;
|
|
30
|
+
};
|
|
31
|
+
export type TeamMember = {
|
|
32
|
+
value: string;
|
|
33
|
+
label: string;
|
|
34
|
+
avatar: string;
|
|
35
|
+
email: string;
|
|
36
|
+
defaultScheduleId: number | null;
|
|
37
|
+
};
|
|
38
|
+
type EventLocation = {
|
|
39
|
+
type: EventLocationType["type"];
|
|
40
|
+
address?: string;
|
|
41
|
+
attendeeAddress?: string;
|
|
42
|
+
somewhereElse?: string;
|
|
43
|
+
link?: string;
|
|
44
|
+
hostPhoneNumber?: string;
|
|
45
|
+
displayLocationPublicly?: boolean;
|
|
46
|
+
phone?: string;
|
|
47
|
+
hostDefault?: string;
|
|
48
|
+
credentialId?: number;
|
|
49
|
+
teamName?: string;
|
|
50
|
+
};
|
|
51
|
+
type PhoneCallConfig = {
|
|
52
|
+
generalPrompt: string;
|
|
53
|
+
enabled: boolean;
|
|
54
|
+
beginMessage: string;
|
|
55
|
+
yourPhoneNumber: string;
|
|
56
|
+
numberToCall: string;
|
|
57
|
+
guestName?: string;
|
|
58
|
+
guestEmail?: string;
|
|
59
|
+
guestCompany?: string;
|
|
60
|
+
templateType: string;
|
|
61
|
+
schedulerName?: string;
|
|
62
|
+
};
|
|
63
|
+
export type FormValues = {
|
|
64
|
+
id: number;
|
|
65
|
+
title: string;
|
|
66
|
+
eventTitle: string;
|
|
67
|
+
eventName: string;
|
|
68
|
+
slug: string;
|
|
69
|
+
isInstantEvent: boolean;
|
|
70
|
+
instantMeetingParameters: string[];
|
|
71
|
+
instantMeetingExpiryTimeOffsetInSeconds: number;
|
|
72
|
+
length: number;
|
|
73
|
+
offsetStart: number;
|
|
74
|
+
description: string;
|
|
75
|
+
disableGuests: boolean;
|
|
76
|
+
lockTimeZoneToggleOnBookingPage: boolean;
|
|
77
|
+
requiresConfirmation: boolean;
|
|
78
|
+
requiresConfirmationWillBlockSlot: boolean;
|
|
79
|
+
requiresConfirmationForFreeEmail: boolean;
|
|
80
|
+
requiresBookerEmailVerification: boolean;
|
|
81
|
+
recurringEvent: RecurringEvent | null;
|
|
82
|
+
schedulingType: SchedulingType | null;
|
|
83
|
+
hidden: boolean;
|
|
84
|
+
hideCalendarNotes: boolean;
|
|
85
|
+
multiplePrivateLinks: string[] | undefined;
|
|
86
|
+
eventTypeColor: z.infer<typeof eventTypeColor>;
|
|
87
|
+
locations: EventLocation[];
|
|
88
|
+
aiPhoneCallConfig: PhoneCallConfig;
|
|
89
|
+
customInputs: CustomInputParsed[];
|
|
90
|
+
schedule: number | null;
|
|
91
|
+
useEventLevelSelectedCalendars: boolean;
|
|
92
|
+
periodType: PeriodType;
|
|
93
|
+
/**
|
|
94
|
+
* Number of days(Applicable only for ROLLING period type)
|
|
95
|
+
*/
|
|
96
|
+
periodDays: number;
|
|
97
|
+
/**
|
|
98
|
+
* Should consider Calendar Days(and not Business Days)(Applicable only for ROLLING period type)
|
|
99
|
+
*/
|
|
100
|
+
periodCountCalendarDays: boolean;
|
|
101
|
+
/**
|
|
102
|
+
* Date Range(Applicable only for RANGE period type)
|
|
103
|
+
*/
|
|
104
|
+
periodDates: {
|
|
105
|
+
startDate: Date;
|
|
106
|
+
endDate: Date;
|
|
107
|
+
};
|
|
108
|
+
rollingExcludeUnavailableDays: boolean;
|
|
109
|
+
seatsPerTimeSlot: number | null;
|
|
110
|
+
seatsShowAttendees: boolean | null;
|
|
111
|
+
seatsShowAvailabilityCount: boolean | null;
|
|
112
|
+
seatsPerTimeSlotEnabled: boolean;
|
|
113
|
+
autoTranslateDescriptionEnabled: boolean;
|
|
114
|
+
fieldTranslations: EventTypeTranslation[];
|
|
115
|
+
scheduleName: string;
|
|
116
|
+
minimumBookingNotice: number;
|
|
117
|
+
minimumBookingNoticeInDurationType: number;
|
|
118
|
+
beforeEventBuffer: number;
|
|
119
|
+
afterEventBuffer: number;
|
|
120
|
+
slotInterval: number | null;
|
|
121
|
+
metadata: z.infer<typeof eventTypeMetaDataSchemaWithTypedApps>;
|
|
122
|
+
destinationCalendar: {
|
|
123
|
+
integration: string;
|
|
124
|
+
externalId: string;
|
|
125
|
+
};
|
|
126
|
+
successRedirectUrl: string;
|
|
127
|
+
durationLimits?: IntervalLimit;
|
|
128
|
+
bookingLimits?: IntervalLimit;
|
|
129
|
+
onlyShowFirstAvailableSlot: boolean;
|
|
130
|
+
children: ChildrenEventType[];
|
|
131
|
+
hosts: Host[];
|
|
132
|
+
bookingFields: z.infer<typeof eventTypeBookingFields>;
|
|
133
|
+
availability?: AvailabilityOption;
|
|
134
|
+
bookerLayouts: BookerLayoutSettings;
|
|
135
|
+
multipleDurationEnabled: boolean;
|
|
136
|
+
users: EventTypeSetup["users"];
|
|
137
|
+
assignAllTeamMembers: boolean;
|
|
138
|
+
assignRRMembersUsingSegment: boolean;
|
|
139
|
+
rrSegmentQueryValue: AttributesQueryValue | null;
|
|
140
|
+
rescheduleWithSameRoundRobinHost: boolean;
|
|
141
|
+
useEventTypeDestinationCalendarEmail: boolean;
|
|
142
|
+
forwardParamsSuccessRedirect: boolean | null;
|
|
143
|
+
secondaryEmailId?: number;
|
|
144
|
+
isRRWeightsEnabled: boolean;
|
|
145
|
+
maxLeadThreshold?: number;
|
|
146
|
+
};
|
|
147
|
+
export type LocationFormValues = Pick<FormValues, "id" | "locations" | "bookingFields" | "seatsPerTimeSlot">;
|
|
148
|
+
export type EventTypeAssignedUsers = RouterOutputs["viewer"]["eventTypes"]["get"]["eventType"]["children"];
|
|
149
|
+
export type EventTypeHosts = RouterOutputs["viewer"]["eventTypes"]["get"]["eventType"]["hosts"];
|
|
150
|
+
export type EventTypeUpdateInput = RouterInputs["viewer"]["eventTypes"]["update"];
|
|
151
|
+
export type TabMap = {
|
|
152
|
+
advanced: React.ReactNode;
|
|
153
|
+
ai?: React.ReactNode;
|
|
154
|
+
apps?: React.ReactNode;
|
|
155
|
+
availability: React.ReactNode;
|
|
156
|
+
instant?: React.ReactNode;
|
|
157
|
+
limits: React.ReactNode;
|
|
158
|
+
recurring: React.ReactNode;
|
|
159
|
+
setup: React.ReactNode;
|
|
160
|
+
team?: React.ReactNode;
|
|
161
|
+
webhooks?: React.ReactNode;
|
|
162
|
+
workflows?: React.ReactNode;
|
|
163
|
+
payments?: React.ReactNode;
|
|
164
|
+
};
|
|
165
|
+
export type SettingsToggleClassNames = {
|
|
166
|
+
container?: string;
|
|
167
|
+
label?: string;
|
|
168
|
+
description?: string;
|
|
169
|
+
children?: string;
|
|
170
|
+
};
|
|
171
|
+
export type InputClassNames = {
|
|
172
|
+
container?: string;
|
|
173
|
+
label?: string;
|
|
174
|
+
input?: string;
|
|
175
|
+
addOn?: string;
|
|
176
|
+
};
|
|
177
|
+
export type CheckboxClassNames = {
|
|
178
|
+
checkbox?: string;
|
|
179
|
+
description?: string;
|
|
180
|
+
container?: string;
|
|
181
|
+
};
|
|
182
|
+
export type SelectClassNames = {
|
|
183
|
+
innerClassNames?: {
|
|
184
|
+
input?: string;
|
|
185
|
+
option?: string;
|
|
186
|
+
control?: string;
|
|
187
|
+
singleValue?: string;
|
|
188
|
+
valueContainer?: string;
|
|
189
|
+
multiValue?: string;
|
|
190
|
+
menu?: string;
|
|
191
|
+
menuList?: string;
|
|
192
|
+
};
|
|
193
|
+
select?: string;
|
|
194
|
+
label?: string;
|
|
195
|
+
container?: string;
|
|
196
|
+
};
|
|
197
|
+
export {};
|
|
198
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../features/eventtypes/lib/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAE7B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gEAAgE,CAAC;AACxG,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gDAAgD,CAAC;AACpF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAClE,OAAO,KAAK,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACvE,OAAO,KAAK,EAAE,oBAAoB,EAAE,oCAAoC,EAAE,MAAM,0BAA0B,CAAC;AAC3G,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACvE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAE7D,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,OAAO,CAAC;AAEjE,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,aAAa,CAAC,QAAQ,CAAC,CAAC,YAAY,CAAC,CAAC,KAAK,CAAC,CAAC;AAC/E,MAAM,MAAM,cAAc,GAAG,aAAa,CAAC,QAAQ,CAAC,CAAC,YAAY,CAAC,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,CAAC;AACvF,MAAM,MAAM,aAAa,GAAG,aAAa,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,cAAc,CAAC,CAAC;AAC5E,MAAM,MAAM,IAAI,GAAG;IACjB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,CAAC;AACF,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC,CAAC;AAEF,KAAK,aAAa,GAAG;IACnB,IAAI,EAAE,iBAAiB,CAAC,MAAM,CAAC,CAAC;IAChC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,KAAK,eAAe,GAAG;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,OAAO,CAAC;IACxB,wBAAwB,EAAE,MAAM,EAAE,CAAC;IACnC,uCAAuC,EAAE,MAAM,CAAC;IAChD,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,OAAO,CAAC;IACvB,+BAA+B,EAAE,OAAO,CAAC;IACzC,oBAAoB,EAAE,OAAO,CAAC;IAC9B,iCAAiC,EAAE,OAAO,CAAC;IAC3C,gCAAgC,EAAE,OAAO,CAAC;IAC1C,+BAA+B,EAAE,OAAO,CAAC;IACzC,cAAc,EAAE,cAAc,GAAG,IAAI,CAAC;IACtC,cAAc,EAAE,cAAc,GAAG,IAAI,CAAC;IACtC,MAAM,EAAE,OAAO,CAAC;IAChB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,oBAAoB,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IAC3C,cAAc,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;IAC/C,SAAS,EAAE,aAAa,EAAE,CAAC;IAC3B,iBAAiB,EAAE,eAAe,CAAC;IACnC,YAAY,EAAE,iBAAiB,EAAE,CAAC;IAClC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,8BAA8B,EAAE,OAAO,CAAC;IAExC,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,uBAAuB,EAAE,OAAO,CAAC;IACjC;;OAEG;IACH,WAAW,EAAE;QAAE,SAAS,EAAE,IAAI,CAAC;QAAC,OAAO,EAAE,IAAI,CAAA;KAAE,CAAC;IAChD,6BAA6B,EAAE,OAAO,CAAC;IAEvC,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,kBAAkB,EAAE,OAAO,GAAG,IAAI,CAAC;IACnC,0BAA0B,EAAE,OAAO,GAAG,IAAI,CAAC;IAC3C,uBAAuB,EAAE,OAAO,CAAC;IACjC,+BAA+B,EAAE,OAAO,CAAC;IACzC,iBAAiB,EAAE,oBAAoB,EAAE,CAAC;IAC1C,YAAY,EAAE,MAAM,CAAC;IACrB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,kCAAkC,EAAE,MAAM,CAAC;IAC3C,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,QAAQ,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC;IAC/D,mBAAmB,EAAE;QACnB,WAAW,EAAE,MAAM,CAAC;QACpB,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,kBAAkB,EAAE,MAAM,CAAC;IAC3B,cAAc,CAAC,EAAE,aAAa,CAAC;IAC/B,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,0BAA0B,EAAE,OAAO,CAAC;IACpC,QAAQ,EAAE,iBAAiB,EAAE,CAAC;IAC9B,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,aAAa,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;IACtD,YAAY,CAAC,EAAE,kBAAkB,CAAC;IAClC,aAAa,EAAE,oBAAoB,CAAC;IACpC,uBAAuB,EAAE,OAAO,CAAC;IACjC,KAAK,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;IAC/B,oBAAoB,EAAE,OAAO,CAAC;IAC9B,2BAA2B,EAAE,OAAO,CAAC;IACrC,mBAAmB,EAAE,oBAAoB,GAAG,IAAI,CAAC;IACjD,gCAAgC,EAAE,OAAO,CAAC;IAC1C,oCAAoC,EAAE,OAAO,CAAC;IAC9C,4BAA4B,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7C,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kBAAkB,EAAE,OAAO,CAAC;IAC5B,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,UAAU,EAAE,IAAI,GAAG,WAAW,GAAG,eAAe,GAAG,kBAAkB,CAAC,CAAC;AAE7G,MAAM,MAAM,sBAAsB,GAAG,aAAa,CAAC,QAAQ,CAAC,CAAC,YAAY,CAAC,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,CAAC,UAAU,CAAC,CAAC;AAC3G,MAAM,MAAM,cAAc,GAAG,aAAa,CAAC,QAAQ,CAAC,CAAC,YAAY,CAAC,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,CAAC,OAAO,CAAC,CAAC;AAChG,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,QAAQ,CAAC,CAAC,YAAY,CAAC,CAAC,QAAQ,CAAC,CAAC;AAClF,MAAM,MAAM,MAAM,GAAG;IACnB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,EAAE,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,YAAY,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AACF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,eAAe,CAAC,EAAE;QAChB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import type { z } from "zod";
|
|
2
|
+
import type { SelectLikeComponentProps, TextLikeComponentProps } from '../../app-store/routing-forms/components/react-awesome-query-builder/widgets';
|
|
3
|
+
import type { fieldSchema, FieldType, variantsConfigSchema } from "./schema";
|
|
4
|
+
export declare const isValidValueProp: Record<Component["propsType"], (val: unknown) => boolean>;
|
|
5
|
+
type Component = {
|
|
6
|
+
propsType: "text";
|
|
7
|
+
factory: <TProps extends TextLikeComponentProps>(props: TProps) => JSX.Element;
|
|
8
|
+
} | {
|
|
9
|
+
propsType: "textList";
|
|
10
|
+
factory: <TProps extends TextLikeComponentProps<string[]>>(props: TProps) => JSX.Element;
|
|
11
|
+
} | {
|
|
12
|
+
propsType: "select";
|
|
13
|
+
factory: <TProps extends SelectLikeComponentProps>(props: TProps) => JSX.Element;
|
|
14
|
+
} | {
|
|
15
|
+
propsType: "boolean";
|
|
16
|
+
factory: <TProps extends TextLikeComponentProps<boolean>>(props: TProps) => JSX.Element;
|
|
17
|
+
} | {
|
|
18
|
+
propsType: "multiselect";
|
|
19
|
+
factory: <TProps extends SelectLikeComponentProps<string[]>>(props: TProps) => JSX.Element;
|
|
20
|
+
} | {
|
|
21
|
+
propsType: "objectiveWithInput";
|
|
22
|
+
factory: <TProps extends SelectLikeComponentProps<{
|
|
23
|
+
value: string;
|
|
24
|
+
optionValue: string;
|
|
25
|
+
}> & {
|
|
26
|
+
optionsInputs: NonNullable<z.infer<typeof fieldSchema>["optionsInputs"]>;
|
|
27
|
+
value: {
|
|
28
|
+
value: string;
|
|
29
|
+
optionValue: string;
|
|
30
|
+
};
|
|
31
|
+
} & {
|
|
32
|
+
name?: string;
|
|
33
|
+
required?: boolean;
|
|
34
|
+
translatedDefaultLabel?: string;
|
|
35
|
+
}>(props: TProps) => JSX.Element;
|
|
36
|
+
} | {
|
|
37
|
+
propsType: "variants";
|
|
38
|
+
factory: <TProps extends Omit<TextLikeComponentProps, "value" | "setValue"> & {
|
|
39
|
+
variant: string | undefined;
|
|
40
|
+
variants: z.infer<typeof variantsConfigSchema>["variants"];
|
|
41
|
+
value: Record<string, string> | string | undefined;
|
|
42
|
+
setValue: (value: string | Record<string, string>) => void;
|
|
43
|
+
}>(props: TProps) => JSX.Element;
|
|
44
|
+
};
|
|
45
|
+
export declare const Components: Record<FieldType, Component>;
|
|
46
|
+
export {};
|
|
47
|
+
//# sourceMappingURL=Components.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Components.d.ts","sourceRoot":"","sources":["../../../../../../features/form-builder/Components.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAE7B,OAAO,KAAK,EACV,wBAAwB,EACxB,sBAAsB,EACvB,MAAM,gFAAgF,CAAC;AAcxF,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAG7E,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,SAAS,CAAC,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,KAAK,OAAO,CAQtF,CAAC;AAEF,KAAK,SAAS,GACV;IACE,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,CAAC,MAAM,SAAS,sBAAsB,EAAE,KAAK,EAAE,MAAM,KAAK,GAAG,CAAC,OAAO,CAAC;CAChF,GACD;IACE,SAAS,EAAE,UAAU,CAAC;IACtB,OAAO,EAAE,CAAC,MAAM,SAAS,sBAAsB,CAAC,MAAM,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,GAAG,CAAC,OAAO,CAAC;CAC1F,GACD;IACE,SAAS,EAAE,QAAQ,CAAC;IACpB,OAAO,EAAE,CAAC,MAAM,SAAS,wBAAwB,EAAE,KAAK,EAAE,MAAM,KAAK,GAAG,CAAC,OAAO,CAAC;CAClF,GACD;IACE,SAAS,EAAE,SAAS,CAAC;IACrB,OAAO,EAAE,CAAC,MAAM,SAAS,sBAAsB,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,GAAG,CAAC,OAAO,CAAC;CACzF,GACD;IACE,SAAS,EAAE,aAAa,CAAC;IACzB,OAAO,EAAE,CAAC,MAAM,SAAS,wBAAwB,CAAC,MAAM,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,GAAG,CAAC,OAAO,CAAC;CAC5F,GACD;IAEE,SAAS,EAAE,oBAAoB,CAAC;IAChC,OAAO,EAAE,CACP,MAAM,SAAS,wBAAwB,CAAC;QACtC,KAAK,EAAE,MAAM,CAAC;QACd,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC,GAAG;QACH,aAAa,EAAE,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC;QACzE,KAAK,EAAE;YAAE,KAAK,EAAE,MAAM,CAAC;YAAC,WAAW,EAAE,MAAM,CAAA;SAAE,CAAC;KAC/C,GAAG;QACF,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,sBAAsB,CAAC,EAAE,MAAM,CAAC;KACjC,EAED,KAAK,EAAE,MAAM,KACV,GAAG,CAAC,OAAO,CAAC;CAClB,GACD;IACE,SAAS,EAAE,UAAU,CAAC;IACtB,OAAO,EAAE,CACP,MAAM,SAAS,IAAI,CAAC,sBAAsB,EAAE,OAAO,GAAG,UAAU,CAAC,GAAG;QAClE,OAAO,EAAE,MAAM,GAAG,SAAS,CAAC;QAC5B,QAAQ,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC,UAAU,CAAC,CAAC;QAC3D,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,MAAM,GAAG,SAAS,CAAC;QACnD,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,KAAK,IAAI,CAAC;KAC5D,EAED,KAAK,EAAE,MAAM,KACV,GAAG,CAAC,OAAO,CAAC;CAClB,CAAC;AAKN,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,SAAS,EAAE,SAAS,CAmc1C,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import type { z } from "zod";
|
|
2
|
+
import { type fieldsSchema } from "./schema";
|
|
3
|
+
type RhfForm = {
|
|
4
|
+
fields: z.infer<typeof fieldsSchema>;
|
|
5
|
+
};
|
|
6
|
+
type RhfFormFields = RhfForm["fields"];
|
|
7
|
+
type RhfFormField = RhfFormFields[number];
|
|
8
|
+
/**
|
|
9
|
+
* It works with a react-hook-form only.
|
|
10
|
+
* `formProp` specifies the name of the property in the react-hook-form that has the fields. This is where fields would be updated.
|
|
11
|
+
*/
|
|
12
|
+
export declare const FormBuilder: ({ title, description, addFieldLabel, formProp, disabled, LockedIcon, dataStore, shouldConsiderRequired, }: {
|
|
13
|
+
formProp: string;
|
|
14
|
+
title: string;
|
|
15
|
+
description: string;
|
|
16
|
+
addFieldLabel: string;
|
|
17
|
+
disabled: boolean;
|
|
18
|
+
LockedIcon: false | JSX.Element;
|
|
19
|
+
/**
|
|
20
|
+
* A readonly dataStore that is used to lookup the options for the fields. It works in conjunction with the field.getOptionAt property which acts as the key in options
|
|
21
|
+
*/
|
|
22
|
+
dataStore: {
|
|
23
|
+
options: Record<string, {
|
|
24
|
+
source: {
|
|
25
|
+
label: string;
|
|
26
|
+
};
|
|
27
|
+
value: {
|
|
28
|
+
label: string;
|
|
29
|
+
value: string;
|
|
30
|
+
inputPlaceholder?: string;
|
|
31
|
+
}[];
|
|
32
|
+
}>;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* This is kind of a hack to allow certain fields to be just shown as required when they might not be required in a strict sense
|
|
36
|
+
* e.g. Location field has a default value at backend so API can send no location but formBuilder in UI doesn't allow it.
|
|
37
|
+
*/
|
|
38
|
+
shouldConsiderRequired?: (field: RhfFormField) => boolean | undefined;
|
|
39
|
+
}) => JSX.Element;
|
|
40
|
+
export {};
|
|
41
|
+
//# sourceMappingURL=FormBuilder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormBuilder.d.ts","sourceRoot":"","sources":["../../../../../../features/form-builder/FormBuilder.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AA2B7B,OAAO,EAAE,KAAK,YAAY,EAA+B,MAAM,UAAU,CAAC;AAI1E,KAAK,OAAO,GAAG;IACb,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;CACtC,CAAC;AAEF,KAAK,aAAa,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC;AAEvC,KAAK,YAAY,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAM1C;;;GAGG;AACH,eAAO,MAAM,WAAW,8GASrB;IACD,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CAAC;IAChC;;OAEG;IACH,SAAS,EAAE;QACT,OAAO,EAAE,MAAM,CACb,MAAM,EACN;YACE,MAAM,EAAE;gBAAE,KAAK,EAAE,MAAM,CAAA;aAAE,CAAC;YAC1B,KAAK,EAAE;gBAAE,KAAK,EAAE,MAAM,CAAC;gBAAC,KAAK,EAAE,MAAM,CAAC;gBAAC,gBAAgB,CAAC,EAAE,MAAM,CAAA;aAAE,EAAE,CAAC;SACtE,CACF,CAAC;KACH,CAAC;IACF;;;OAGG;IACH,sBAAsB,CAAC,EAAE,CAAC,KAAK,EAAE,YAAY,KAAK,OAAO,GAAG,SAAS,CAAC;CACvE,gBAyPA,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormBuilder.test.d.ts","sourceRoot":"","sources":["../../../../../../features/form-builder/FormBuilder.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import type { z } from "zod";
|
|
2
|
+
import type { fieldsSchema } from "./schema";
|
|
3
|
+
type RhfForm = {
|
|
4
|
+
fields: z.infer<typeof fieldsSchema>;
|
|
5
|
+
};
|
|
6
|
+
type RhfFormFields = RhfForm["fields"];
|
|
7
|
+
type RhfFormField = RhfFormFields[number];
|
|
8
|
+
type ValueProps = {
|
|
9
|
+
value: string[];
|
|
10
|
+
setValue: (value: string[]) => void;
|
|
11
|
+
} | {
|
|
12
|
+
value: string;
|
|
13
|
+
setValue: (value: string) => void;
|
|
14
|
+
} | {
|
|
15
|
+
value: {
|
|
16
|
+
value: string;
|
|
17
|
+
optionValue: string;
|
|
18
|
+
};
|
|
19
|
+
setValue: (value: {
|
|
20
|
+
value: string;
|
|
21
|
+
optionValue: string;
|
|
22
|
+
}) => void;
|
|
23
|
+
} | {
|
|
24
|
+
value: boolean;
|
|
25
|
+
setValue: (value: boolean) => void;
|
|
26
|
+
};
|
|
27
|
+
export declare const FormBuilderField: ({ field, readOnly, className, }: {
|
|
28
|
+
field: RhfFormFields[number];
|
|
29
|
+
readOnly: boolean;
|
|
30
|
+
className: string;
|
|
31
|
+
}) => JSX.Element;
|
|
32
|
+
export declare const ComponentForField: ({ field, value, setValue, readOnly, noLabel, translatedDefaultLabel, }: {
|
|
33
|
+
field: Omit<RhfFormField, "editable" | "label"> & {
|
|
34
|
+
label?: string;
|
|
35
|
+
};
|
|
36
|
+
readOnly: boolean;
|
|
37
|
+
noLabel?: boolean;
|
|
38
|
+
translatedDefaultLabel?: string;
|
|
39
|
+
} & ValueProps) => JSX.Element | null;
|
|
40
|
+
export {};
|
|
41
|
+
//# sourceMappingURL=FormBuilderField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormBuilderField.d.ts","sourceRoot":"","sources":["../../../../../../features/form-builder/FormBuilderField.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAW7B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAO7C,KAAK,OAAO,GAAG;IACb,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;CACtC,CAAC;AAEF,KAAK,aAAa,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC;AAEvC,KAAK,YAAY,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAE1C,KAAK,UAAU,GACX;IACE,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;CACrC,GACD;IACE,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC,GACD;IACE,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,QAAQ,EAAE,CAAC,KAAK,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;CACnE,GACD;IACE,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CACpC,CAAC;AAEN,eAAO,MAAM,gBAAgB,oCAI1B;IACD,KAAK,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC7B,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB,gBAgEA,CAAC;AAmGF,eAAO,MAAM,iBAAiB,2EAO3B;IACD,KAAK,EAAE,IAAI,CAAC,YAAY,EAAE,UAAU,GAAG,OAAO,CAAC,GAAG;QAEhD,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACjC,GAAG,UAAU,uBAuJb,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormBuilderField.test.d.ts","sourceRoot":"","sources":["../../../../../../features/form-builder/FormBuilderField.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fieldTypes.d.ts","sourceRoot":"","sources":["../../../../../../features/form-builder/fieldTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,KAAK,EAAE,SAAS,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AA8JjE,eAAO,MAAM,mBAAmB,EAAgB,MAAM,CAAC,SAAS,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { FieldType } from "./schema";
|
|
2
|
+
/**
|
|
3
|
+
* Once a component supports `labelAsSafeHtml`, add it's field's type here
|
|
4
|
+
* A whitelist is needed because unless we explicitly use dangerouslySetInnerHTML, React will escape the HTML
|
|
5
|
+
*/
|
|
6
|
+
export declare const fieldsThatSupportLabelAsSafeHtml: FieldType[];
|
|
7
|
+
//# sourceMappingURL=fieldsThatSupportLabelAsSafeHtml.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fieldsThatSupportLabelAsSafeHtml.d.ts","sourceRoot":"","sources":["../../../../../../features/form-builder/fieldsThatSupportLabelAsSafeHtml.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1C;;;GAGG;AACH,eAAO,MAAM,gCAAgC,EAAE,SAAS,EAAgB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../features/form-builder/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare const propsTypes: {
|
|
2
|
+
readonly name: "variants";
|
|
3
|
+
readonly email: "text";
|
|
4
|
+
readonly phone: "text";
|
|
5
|
+
readonly address: "text";
|
|
6
|
+
readonly text: "text";
|
|
7
|
+
readonly number: "text";
|
|
8
|
+
readonly textarea: "text";
|
|
9
|
+
readonly select: "select";
|
|
10
|
+
readonly multiselect: "multiselect";
|
|
11
|
+
readonly multiemail: "textList";
|
|
12
|
+
readonly radioInput: "objectiveWithInput";
|
|
13
|
+
readonly checkbox: "multiselect";
|
|
14
|
+
readonly radio: "select";
|
|
15
|
+
readonly boolean: "boolean";
|
|
16
|
+
readonly url: "text";
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=propsTypes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"propsTypes.d.ts","sourceRoot":"","sources":["../../../../../../features/form-builder/propsTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;CAgBb,CAAC"}
|