@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,1329 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
declare const fieldTypeEnum: z.ZodEnum<["name", "text", "textarea", "number", "email", "phone", "address", "multiemail", "select", "multiselect", "checkbox", "radio", "radioInput", "boolean", "url"]>;
|
|
3
|
+
export type FieldType = z.infer<typeof fieldTypeEnum>;
|
|
4
|
+
export declare const EditableSchema: z.ZodEnum<["system", "system-but-optional", "system-but-hidden", "user", "user-readonly"]>;
|
|
5
|
+
export declare const excludeOrRequireEmailSchema: z.ZodEffects<z.ZodString, string, string>;
|
|
6
|
+
export declare const variantsConfigSchema: z.ZodObject<{
|
|
7
|
+
variants: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
8
|
+
/**
|
|
9
|
+
* Variant Fields schema for a variant of the main field.
|
|
10
|
+
* It doesn't support non text fields as of now
|
|
11
|
+
**/
|
|
12
|
+
fields: z.ZodArray<z.ZodObject<Omit<{
|
|
13
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
14
|
+
type: z.ZodEnum<["name", "text", "textarea", "number", "email", "phone", "address", "multiemail", "select", "multiselect", "checkbox", "radio", "radioInput", "boolean", "url"]>;
|
|
15
|
+
label: z.ZodOptional<z.ZodString>;
|
|
16
|
+
labelAsSafeHtml: z.ZodOptional<z.ZodString>;
|
|
17
|
+
/**
|
|
18
|
+
* It is the default label that will be used when a new field is created.
|
|
19
|
+
* Note: It belongs in FieldsTypeConfig, so that changing defaultLabel in code can work for existing fields as well(for fields that are using the default label).
|
|
20
|
+
* Supports translation
|
|
21
|
+
*/
|
|
22
|
+
defaultLabel: z.ZodOptional<z.ZodString>;
|
|
23
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
24
|
+
/**
|
|
25
|
+
* It is the default placeholder that will be used when a new field is created.
|
|
26
|
+
* Note: Same as defaultLabel, it belongs in FieldsTypeConfig
|
|
27
|
+
* Supports translation
|
|
28
|
+
*/
|
|
29
|
+
defaultPlaceholder: z.ZodOptional<z.ZodString>;
|
|
30
|
+
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
31
|
+
/**
|
|
32
|
+
* It is the list of options that is valid for a certain type of fields.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
36
|
+
label: z.ZodString;
|
|
37
|
+
value: z.ZodString;
|
|
38
|
+
}, "strip", z.ZodTypeAny, {
|
|
39
|
+
label: string;
|
|
40
|
+
value: string;
|
|
41
|
+
}, {
|
|
42
|
+
label: string;
|
|
43
|
+
value: string;
|
|
44
|
+
}>, "many">>;
|
|
45
|
+
/**
|
|
46
|
+
* This is an alternate way to specify options when the options are stored elsewhere. Form Builder expects options to be present at `dataStore[getOptionsAt]`
|
|
47
|
+
* This allows keeping a single source of truth in DB.
|
|
48
|
+
*/
|
|
49
|
+
getOptionsAt: z.ZodOptional<z.ZodString>;
|
|
50
|
+
/**
|
|
51
|
+
* For `radioInput` type of questions, it stores the input that is shown based on the user option selected.
|
|
52
|
+
* e.g. If user is given a list of locations and he selects "Phone", then he will be shown a phone input
|
|
53
|
+
*/
|
|
54
|
+
optionsInputs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
55
|
+
type: z.ZodEnum<["address", "phone", "text"]>;
|
|
56
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
57
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
58
|
+
}, "strip", z.ZodTypeAny, {
|
|
59
|
+
type: "phone" | "address" | "text";
|
|
60
|
+
required?: boolean | undefined;
|
|
61
|
+
placeholder?: string | undefined;
|
|
62
|
+
}, {
|
|
63
|
+
type: "phone" | "address" | "text";
|
|
64
|
+
required?: boolean | undefined;
|
|
65
|
+
placeholder?: string | undefined;
|
|
66
|
+
}>>>;
|
|
67
|
+
/**
|
|
68
|
+
* It is the minimum number of characters that can be entered in the field.
|
|
69
|
+
* It is used for types with `supportsLengthCheck= true`.
|
|
70
|
+
* @default 0
|
|
71
|
+
* @requires supportsLengthCheck = true
|
|
72
|
+
*/
|
|
73
|
+
minLength: z.ZodOptional<z.ZodNumber>;
|
|
74
|
+
/**
|
|
75
|
+
* It is the maximum number of characters that can be entered in the field.
|
|
76
|
+
* It is used for types with `supportsLengthCheck= true`.
|
|
77
|
+
* @requires supportsLengthCheck = true
|
|
78
|
+
*/
|
|
79
|
+
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
80
|
+
excludeEmails: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
81
|
+
requireEmails: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
82
|
+
}, "options" | "defaultLabel" | "defaultPlaceholder" | "getOptionsAt" | "optionsInputs">, "strip", z.ZodTypeAny, {
|
|
83
|
+
name: string;
|
|
84
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
85
|
+
label?: string | undefined;
|
|
86
|
+
required?: boolean | undefined;
|
|
87
|
+
placeholder?: string | undefined;
|
|
88
|
+
maxLength?: number | undefined;
|
|
89
|
+
labelAsSafeHtml?: string | undefined;
|
|
90
|
+
minLength?: number | undefined;
|
|
91
|
+
excludeEmails?: string | undefined;
|
|
92
|
+
requireEmails?: string | undefined;
|
|
93
|
+
}, {
|
|
94
|
+
name: string;
|
|
95
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
96
|
+
label?: string | undefined;
|
|
97
|
+
required?: boolean | undefined;
|
|
98
|
+
placeholder?: string | undefined;
|
|
99
|
+
maxLength?: number | undefined;
|
|
100
|
+
labelAsSafeHtml?: string | undefined;
|
|
101
|
+
minLength?: number | undefined;
|
|
102
|
+
excludeEmails?: string | undefined;
|
|
103
|
+
requireEmails?: string | undefined;
|
|
104
|
+
}>, "many">;
|
|
105
|
+
}, "strip", z.ZodTypeAny, {
|
|
106
|
+
fields: {
|
|
107
|
+
name: string;
|
|
108
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
109
|
+
label?: string | undefined;
|
|
110
|
+
required?: boolean | undefined;
|
|
111
|
+
placeholder?: string | undefined;
|
|
112
|
+
maxLength?: number | undefined;
|
|
113
|
+
labelAsSafeHtml?: string | undefined;
|
|
114
|
+
minLength?: number | undefined;
|
|
115
|
+
excludeEmails?: string | undefined;
|
|
116
|
+
requireEmails?: string | undefined;
|
|
117
|
+
}[];
|
|
118
|
+
}, {
|
|
119
|
+
fields: {
|
|
120
|
+
name: string;
|
|
121
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
122
|
+
label?: string | undefined;
|
|
123
|
+
required?: boolean | undefined;
|
|
124
|
+
placeholder?: string | undefined;
|
|
125
|
+
maxLength?: number | undefined;
|
|
126
|
+
labelAsSafeHtml?: string | undefined;
|
|
127
|
+
minLength?: number | undefined;
|
|
128
|
+
excludeEmails?: string | undefined;
|
|
129
|
+
requireEmails?: string | undefined;
|
|
130
|
+
}[];
|
|
131
|
+
}>>;
|
|
132
|
+
}, "strip", z.ZodTypeAny, {
|
|
133
|
+
variants: Record<string, {
|
|
134
|
+
fields: {
|
|
135
|
+
name: string;
|
|
136
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
137
|
+
label?: string | undefined;
|
|
138
|
+
required?: boolean | undefined;
|
|
139
|
+
placeholder?: string | undefined;
|
|
140
|
+
maxLength?: number | undefined;
|
|
141
|
+
labelAsSafeHtml?: string | undefined;
|
|
142
|
+
minLength?: number | undefined;
|
|
143
|
+
excludeEmails?: string | undefined;
|
|
144
|
+
requireEmails?: string | undefined;
|
|
145
|
+
}[];
|
|
146
|
+
}>;
|
|
147
|
+
}, {
|
|
148
|
+
variants: Record<string, {
|
|
149
|
+
fields: {
|
|
150
|
+
name: string;
|
|
151
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
152
|
+
label?: string | undefined;
|
|
153
|
+
required?: boolean | undefined;
|
|
154
|
+
placeholder?: string | undefined;
|
|
155
|
+
maxLength?: number | undefined;
|
|
156
|
+
labelAsSafeHtml?: string | undefined;
|
|
157
|
+
minLength?: number | undefined;
|
|
158
|
+
excludeEmails?: string | undefined;
|
|
159
|
+
requireEmails?: string | undefined;
|
|
160
|
+
}[];
|
|
161
|
+
}>;
|
|
162
|
+
}>;
|
|
163
|
+
export type ALL_VIEWS = "ALL_VIEWS";
|
|
164
|
+
export declare const fieldTypeConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
165
|
+
label: z.ZodString;
|
|
166
|
+
value: z.ZodEnum<["name", "text", "textarea", "number", "email", "phone", "address", "multiemail", "select", "multiselect", "checkbox", "radio", "radioInput", "boolean", "url"]>;
|
|
167
|
+
isTextType: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
168
|
+
systemOnly: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
169
|
+
needsOptions: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
170
|
+
supportsLengthCheck: z.ZodOptional<z.ZodObject<{
|
|
171
|
+
maxLength: z.ZodNumber;
|
|
172
|
+
}, "strip", z.ZodTypeAny, {
|
|
173
|
+
maxLength: number;
|
|
174
|
+
}, {
|
|
175
|
+
maxLength: number;
|
|
176
|
+
}>>;
|
|
177
|
+
propsType: z.ZodEnum<["text", "textList", "select", "multiselect", "boolean", "objectiveWithInput", "variants"]>;
|
|
178
|
+
variantsConfig: z.ZodOptional<z.ZodObject<{
|
|
179
|
+
/**
|
|
180
|
+
* This is the default variant that will be used when a new field is created.
|
|
181
|
+
*/
|
|
182
|
+
defaultVariant: z.ZodString;
|
|
183
|
+
/**
|
|
184
|
+
* Used only when there are 2 variants, so that UI can be simplified by showing a switch(with this label) instead of a Select
|
|
185
|
+
*/
|
|
186
|
+
toggleLabel: z.ZodOptional<z.ZodString>;
|
|
187
|
+
variants: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
188
|
+
/**
|
|
189
|
+
* That's how the variant would be labelled in App UI. This label represents the field in booking questions' list
|
|
190
|
+
* Supports translation
|
|
191
|
+
*/
|
|
192
|
+
label: z.ZodString;
|
|
193
|
+
fieldsMap: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
194
|
+
/**
|
|
195
|
+
* Supports translation
|
|
196
|
+
*/
|
|
197
|
+
defaultLabel: z.ZodOptional<z.ZodString>;
|
|
198
|
+
/**
|
|
199
|
+
* Supports translation
|
|
200
|
+
*/
|
|
201
|
+
defaultPlaceholder: z.ZodOptional<z.ZodString>;
|
|
202
|
+
/**
|
|
203
|
+
* Decides if a variant field's required property can be changed or not
|
|
204
|
+
*/
|
|
205
|
+
canChangeRequirability: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
206
|
+
}, "strip", z.ZodTypeAny, {
|
|
207
|
+
defaultLabel?: string | undefined;
|
|
208
|
+
defaultPlaceholder?: string | undefined;
|
|
209
|
+
canChangeRequirability?: boolean | undefined;
|
|
210
|
+
}, {
|
|
211
|
+
defaultLabel?: string | undefined;
|
|
212
|
+
defaultPlaceholder?: string | undefined;
|
|
213
|
+
canChangeRequirability?: boolean | undefined;
|
|
214
|
+
}>>;
|
|
215
|
+
}, "strip", z.ZodTypeAny, {
|
|
216
|
+
label: string;
|
|
217
|
+
fieldsMap: Record<string, {
|
|
218
|
+
defaultLabel?: string | undefined;
|
|
219
|
+
defaultPlaceholder?: string | undefined;
|
|
220
|
+
canChangeRequirability?: boolean | undefined;
|
|
221
|
+
}>;
|
|
222
|
+
}, {
|
|
223
|
+
label: string;
|
|
224
|
+
fieldsMap: Record<string, {
|
|
225
|
+
defaultLabel?: string | undefined;
|
|
226
|
+
defaultPlaceholder?: string | undefined;
|
|
227
|
+
canChangeRequirability?: boolean | undefined;
|
|
228
|
+
}>;
|
|
229
|
+
}>>;
|
|
230
|
+
/**
|
|
231
|
+
* This is the default configuration for the field.
|
|
232
|
+
*/
|
|
233
|
+
defaultValue: z.ZodOptional<z.ZodObject<{
|
|
234
|
+
variants: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
235
|
+
/**
|
|
236
|
+
* Variant Fields schema for a variant of the main field.
|
|
237
|
+
* It doesn't support non text fields as of now
|
|
238
|
+
**/
|
|
239
|
+
fields: z.ZodArray<z.ZodObject<Omit<{
|
|
240
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
241
|
+
type: z.ZodEnum<["name", "text", "textarea", "number", "email", "phone", "address", "multiemail", "select", "multiselect", "checkbox", "radio", "radioInput", "boolean", "url"]>;
|
|
242
|
+
label: z.ZodOptional<z.ZodString>;
|
|
243
|
+
labelAsSafeHtml: z.ZodOptional<z.ZodString>;
|
|
244
|
+
/**
|
|
245
|
+
* It is the default label that will be used when a new field is created.
|
|
246
|
+
* Note: It belongs in FieldsTypeConfig, so that changing defaultLabel in code can work for existing fields as well(for fields that are using the default label).
|
|
247
|
+
* Supports translation
|
|
248
|
+
*/
|
|
249
|
+
defaultLabel: z.ZodOptional<z.ZodString>;
|
|
250
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
251
|
+
/**
|
|
252
|
+
* It is the default placeholder that will be used when a new field is created.
|
|
253
|
+
* Note: Same as defaultLabel, it belongs in FieldsTypeConfig
|
|
254
|
+
* Supports translation
|
|
255
|
+
*/
|
|
256
|
+
defaultPlaceholder: z.ZodOptional<z.ZodString>;
|
|
257
|
+
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
258
|
+
/**
|
|
259
|
+
* It is the list of options that is valid for a certain type of fields.
|
|
260
|
+
*
|
|
261
|
+
*/
|
|
262
|
+
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
263
|
+
label: z.ZodString;
|
|
264
|
+
value: z.ZodString;
|
|
265
|
+
}, "strip", z.ZodTypeAny, {
|
|
266
|
+
label: string;
|
|
267
|
+
value: string;
|
|
268
|
+
}, {
|
|
269
|
+
label: string;
|
|
270
|
+
value: string;
|
|
271
|
+
}>, "many">>;
|
|
272
|
+
/**
|
|
273
|
+
* This is an alternate way to specify options when the options are stored elsewhere. Form Builder expects options to be present at `dataStore[getOptionsAt]`
|
|
274
|
+
* This allows keeping a single source of truth in DB.
|
|
275
|
+
*/
|
|
276
|
+
getOptionsAt: z.ZodOptional<z.ZodString>;
|
|
277
|
+
/**
|
|
278
|
+
* For `radioInput` type of questions, it stores the input that is shown based on the user option selected.
|
|
279
|
+
* e.g. If user is given a list of locations and he selects "Phone", then he will be shown a phone input
|
|
280
|
+
*/
|
|
281
|
+
optionsInputs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
282
|
+
type: z.ZodEnum<["address", "phone", "text"]>;
|
|
283
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
284
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
285
|
+
}, "strip", z.ZodTypeAny, {
|
|
286
|
+
type: "phone" | "address" | "text";
|
|
287
|
+
required?: boolean | undefined;
|
|
288
|
+
placeholder?: string | undefined;
|
|
289
|
+
}, {
|
|
290
|
+
type: "phone" | "address" | "text";
|
|
291
|
+
required?: boolean | undefined;
|
|
292
|
+
placeholder?: string | undefined;
|
|
293
|
+
}>>>;
|
|
294
|
+
/**
|
|
295
|
+
* It is the minimum number of characters that can be entered in the field.
|
|
296
|
+
* It is used for types with `supportsLengthCheck= true`.
|
|
297
|
+
* @default 0
|
|
298
|
+
* @requires supportsLengthCheck = true
|
|
299
|
+
*/
|
|
300
|
+
minLength: z.ZodOptional<z.ZodNumber>;
|
|
301
|
+
/**
|
|
302
|
+
* It is the maximum number of characters that can be entered in the field.
|
|
303
|
+
* It is used for types with `supportsLengthCheck= true`.
|
|
304
|
+
* @requires supportsLengthCheck = true
|
|
305
|
+
*/
|
|
306
|
+
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
307
|
+
excludeEmails: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
308
|
+
requireEmails: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
309
|
+
}, "options" | "defaultLabel" | "defaultPlaceholder" | "getOptionsAt" | "optionsInputs">, "strip", z.ZodTypeAny, {
|
|
310
|
+
name: string;
|
|
311
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
312
|
+
label?: string | undefined;
|
|
313
|
+
required?: boolean | undefined;
|
|
314
|
+
placeholder?: string | undefined;
|
|
315
|
+
maxLength?: number | undefined;
|
|
316
|
+
labelAsSafeHtml?: string | undefined;
|
|
317
|
+
minLength?: number | undefined;
|
|
318
|
+
excludeEmails?: string | undefined;
|
|
319
|
+
requireEmails?: string | undefined;
|
|
320
|
+
}, {
|
|
321
|
+
name: string;
|
|
322
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
323
|
+
label?: string | undefined;
|
|
324
|
+
required?: boolean | undefined;
|
|
325
|
+
placeholder?: string | undefined;
|
|
326
|
+
maxLength?: number | undefined;
|
|
327
|
+
labelAsSafeHtml?: string | undefined;
|
|
328
|
+
minLength?: number | undefined;
|
|
329
|
+
excludeEmails?: string | undefined;
|
|
330
|
+
requireEmails?: string | undefined;
|
|
331
|
+
}>, "many">;
|
|
332
|
+
}, "strip", z.ZodTypeAny, {
|
|
333
|
+
fields: {
|
|
334
|
+
name: string;
|
|
335
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
336
|
+
label?: string | undefined;
|
|
337
|
+
required?: boolean | undefined;
|
|
338
|
+
placeholder?: string | undefined;
|
|
339
|
+
maxLength?: number | undefined;
|
|
340
|
+
labelAsSafeHtml?: string | undefined;
|
|
341
|
+
minLength?: number | undefined;
|
|
342
|
+
excludeEmails?: string | undefined;
|
|
343
|
+
requireEmails?: string | undefined;
|
|
344
|
+
}[];
|
|
345
|
+
}, {
|
|
346
|
+
fields: {
|
|
347
|
+
name: string;
|
|
348
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
349
|
+
label?: string | undefined;
|
|
350
|
+
required?: boolean | undefined;
|
|
351
|
+
placeholder?: string | undefined;
|
|
352
|
+
maxLength?: number | undefined;
|
|
353
|
+
labelAsSafeHtml?: string | undefined;
|
|
354
|
+
minLength?: number | undefined;
|
|
355
|
+
excludeEmails?: string | undefined;
|
|
356
|
+
requireEmails?: string | undefined;
|
|
357
|
+
}[];
|
|
358
|
+
}>>;
|
|
359
|
+
}, "strip", z.ZodTypeAny, {
|
|
360
|
+
variants: Record<string, {
|
|
361
|
+
fields: {
|
|
362
|
+
name: string;
|
|
363
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
364
|
+
label?: string | undefined;
|
|
365
|
+
required?: boolean | undefined;
|
|
366
|
+
placeholder?: string | undefined;
|
|
367
|
+
maxLength?: number | undefined;
|
|
368
|
+
labelAsSafeHtml?: string | undefined;
|
|
369
|
+
minLength?: number | undefined;
|
|
370
|
+
excludeEmails?: string | undefined;
|
|
371
|
+
requireEmails?: string | undefined;
|
|
372
|
+
}[];
|
|
373
|
+
}>;
|
|
374
|
+
}, {
|
|
375
|
+
variants: Record<string, {
|
|
376
|
+
fields: {
|
|
377
|
+
name: string;
|
|
378
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
379
|
+
label?: string | undefined;
|
|
380
|
+
required?: boolean | undefined;
|
|
381
|
+
placeholder?: string | undefined;
|
|
382
|
+
maxLength?: number | undefined;
|
|
383
|
+
labelAsSafeHtml?: string | undefined;
|
|
384
|
+
minLength?: number | undefined;
|
|
385
|
+
excludeEmails?: string | undefined;
|
|
386
|
+
requireEmails?: string | undefined;
|
|
387
|
+
}[];
|
|
388
|
+
}>;
|
|
389
|
+
}>>;
|
|
390
|
+
}, "strip", z.ZodTypeAny, {
|
|
391
|
+
variants: Record<string, {
|
|
392
|
+
label: string;
|
|
393
|
+
fieldsMap: Record<string, {
|
|
394
|
+
defaultLabel?: string | undefined;
|
|
395
|
+
defaultPlaceholder?: string | undefined;
|
|
396
|
+
canChangeRequirability?: boolean | undefined;
|
|
397
|
+
}>;
|
|
398
|
+
}>;
|
|
399
|
+
defaultVariant: string;
|
|
400
|
+
toggleLabel?: string | undefined;
|
|
401
|
+
defaultValue?: {
|
|
402
|
+
variants: Record<string, {
|
|
403
|
+
fields: {
|
|
404
|
+
name: string;
|
|
405
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
406
|
+
label?: string | undefined;
|
|
407
|
+
required?: boolean | undefined;
|
|
408
|
+
placeholder?: string | undefined;
|
|
409
|
+
maxLength?: number | undefined;
|
|
410
|
+
labelAsSafeHtml?: string | undefined;
|
|
411
|
+
minLength?: number | undefined;
|
|
412
|
+
excludeEmails?: string | undefined;
|
|
413
|
+
requireEmails?: string | undefined;
|
|
414
|
+
}[];
|
|
415
|
+
}>;
|
|
416
|
+
} | undefined;
|
|
417
|
+
}, {
|
|
418
|
+
variants: Record<string, {
|
|
419
|
+
label: string;
|
|
420
|
+
fieldsMap: Record<string, {
|
|
421
|
+
defaultLabel?: string | undefined;
|
|
422
|
+
defaultPlaceholder?: string | undefined;
|
|
423
|
+
canChangeRequirability?: boolean | undefined;
|
|
424
|
+
}>;
|
|
425
|
+
}>;
|
|
426
|
+
defaultVariant: string;
|
|
427
|
+
toggleLabel?: string | undefined;
|
|
428
|
+
defaultValue?: {
|
|
429
|
+
variants: Record<string, {
|
|
430
|
+
fields: {
|
|
431
|
+
name: string;
|
|
432
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
433
|
+
label?: string | undefined;
|
|
434
|
+
required?: boolean | undefined;
|
|
435
|
+
placeholder?: string | undefined;
|
|
436
|
+
maxLength?: number | undefined;
|
|
437
|
+
labelAsSafeHtml?: string | undefined;
|
|
438
|
+
minLength?: number | undefined;
|
|
439
|
+
excludeEmails?: string | undefined;
|
|
440
|
+
requireEmails?: string | undefined;
|
|
441
|
+
}[];
|
|
442
|
+
}>;
|
|
443
|
+
} | undefined;
|
|
444
|
+
}>>;
|
|
445
|
+
}, "strip", z.ZodTypeAny, {
|
|
446
|
+
label: string;
|
|
447
|
+
value: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
448
|
+
propsType: "boolean" | "select" | "text" | "variants" | "multiselect" | "textList" | "objectiveWithInput";
|
|
449
|
+
isTextType?: boolean | undefined;
|
|
450
|
+
systemOnly?: boolean | undefined;
|
|
451
|
+
needsOptions?: boolean | undefined;
|
|
452
|
+
supportsLengthCheck?: {
|
|
453
|
+
maxLength: number;
|
|
454
|
+
} | undefined;
|
|
455
|
+
variantsConfig?: {
|
|
456
|
+
variants: Record<string, {
|
|
457
|
+
label: string;
|
|
458
|
+
fieldsMap: Record<string, {
|
|
459
|
+
defaultLabel?: string | undefined;
|
|
460
|
+
defaultPlaceholder?: string | undefined;
|
|
461
|
+
canChangeRequirability?: boolean | undefined;
|
|
462
|
+
}>;
|
|
463
|
+
}>;
|
|
464
|
+
defaultVariant: string;
|
|
465
|
+
toggleLabel?: string | undefined;
|
|
466
|
+
defaultValue?: {
|
|
467
|
+
variants: Record<string, {
|
|
468
|
+
fields: {
|
|
469
|
+
name: string;
|
|
470
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
471
|
+
label?: string | undefined;
|
|
472
|
+
required?: boolean | undefined;
|
|
473
|
+
placeholder?: string | undefined;
|
|
474
|
+
maxLength?: number | undefined;
|
|
475
|
+
labelAsSafeHtml?: string | undefined;
|
|
476
|
+
minLength?: number | undefined;
|
|
477
|
+
excludeEmails?: string | undefined;
|
|
478
|
+
requireEmails?: string | undefined;
|
|
479
|
+
}[];
|
|
480
|
+
}>;
|
|
481
|
+
} | undefined;
|
|
482
|
+
} | undefined;
|
|
483
|
+
}, {
|
|
484
|
+
label: string;
|
|
485
|
+
value: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
486
|
+
propsType: "boolean" | "select" | "text" | "variants" | "multiselect" | "textList" | "objectiveWithInput";
|
|
487
|
+
isTextType?: boolean | undefined;
|
|
488
|
+
systemOnly?: boolean | undefined;
|
|
489
|
+
needsOptions?: boolean | undefined;
|
|
490
|
+
supportsLengthCheck?: {
|
|
491
|
+
maxLength: number;
|
|
492
|
+
} | undefined;
|
|
493
|
+
variantsConfig?: {
|
|
494
|
+
variants: Record<string, {
|
|
495
|
+
label: string;
|
|
496
|
+
fieldsMap: Record<string, {
|
|
497
|
+
defaultLabel?: string | undefined;
|
|
498
|
+
defaultPlaceholder?: string | undefined;
|
|
499
|
+
canChangeRequirability?: boolean | undefined;
|
|
500
|
+
}>;
|
|
501
|
+
}>;
|
|
502
|
+
defaultVariant: string;
|
|
503
|
+
toggleLabel?: string | undefined;
|
|
504
|
+
defaultValue?: {
|
|
505
|
+
variants: Record<string, {
|
|
506
|
+
fields: {
|
|
507
|
+
name: string;
|
|
508
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
509
|
+
label?: string | undefined;
|
|
510
|
+
required?: boolean | undefined;
|
|
511
|
+
placeholder?: string | undefined;
|
|
512
|
+
maxLength?: number | undefined;
|
|
513
|
+
labelAsSafeHtml?: string | undefined;
|
|
514
|
+
minLength?: number | undefined;
|
|
515
|
+
excludeEmails?: string | undefined;
|
|
516
|
+
requireEmails?: string | undefined;
|
|
517
|
+
}[];
|
|
518
|
+
}>;
|
|
519
|
+
} | undefined;
|
|
520
|
+
} | undefined;
|
|
521
|
+
}>, {
|
|
522
|
+
label: string;
|
|
523
|
+
value: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
524
|
+
propsType: "boolean" | "select" | "text" | "variants" | "multiselect" | "textList" | "objectiveWithInput";
|
|
525
|
+
isTextType?: boolean | undefined;
|
|
526
|
+
systemOnly?: boolean | undefined;
|
|
527
|
+
needsOptions?: boolean | undefined;
|
|
528
|
+
supportsLengthCheck?: {
|
|
529
|
+
maxLength: number;
|
|
530
|
+
} | undefined;
|
|
531
|
+
variantsConfig?: {
|
|
532
|
+
variants: Record<string, {
|
|
533
|
+
label: string;
|
|
534
|
+
fieldsMap: Record<string, {
|
|
535
|
+
defaultLabel?: string | undefined;
|
|
536
|
+
defaultPlaceholder?: string | undefined;
|
|
537
|
+
canChangeRequirability?: boolean | undefined;
|
|
538
|
+
}>;
|
|
539
|
+
}>;
|
|
540
|
+
defaultVariant: string;
|
|
541
|
+
toggleLabel?: string | undefined;
|
|
542
|
+
defaultValue?: {
|
|
543
|
+
variants: Record<string, {
|
|
544
|
+
fields: {
|
|
545
|
+
name: string;
|
|
546
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
547
|
+
label?: string | undefined;
|
|
548
|
+
required?: boolean | undefined;
|
|
549
|
+
placeholder?: string | undefined;
|
|
550
|
+
maxLength?: number | undefined;
|
|
551
|
+
labelAsSafeHtml?: string | undefined;
|
|
552
|
+
minLength?: number | undefined;
|
|
553
|
+
excludeEmails?: string | undefined;
|
|
554
|
+
requireEmails?: string | undefined;
|
|
555
|
+
}[];
|
|
556
|
+
}>;
|
|
557
|
+
} | undefined;
|
|
558
|
+
} | undefined;
|
|
559
|
+
}, {
|
|
560
|
+
label: string;
|
|
561
|
+
value: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
562
|
+
propsType: "boolean" | "select" | "text" | "variants" | "multiselect" | "textList" | "objectiveWithInput";
|
|
563
|
+
isTextType?: boolean | undefined;
|
|
564
|
+
systemOnly?: boolean | undefined;
|
|
565
|
+
needsOptions?: boolean | undefined;
|
|
566
|
+
supportsLengthCheck?: {
|
|
567
|
+
maxLength: number;
|
|
568
|
+
} | undefined;
|
|
569
|
+
variantsConfig?: {
|
|
570
|
+
variants: Record<string, {
|
|
571
|
+
label: string;
|
|
572
|
+
fieldsMap: Record<string, {
|
|
573
|
+
defaultLabel?: string | undefined;
|
|
574
|
+
defaultPlaceholder?: string | undefined;
|
|
575
|
+
canChangeRequirability?: boolean | undefined;
|
|
576
|
+
}>;
|
|
577
|
+
}>;
|
|
578
|
+
defaultVariant: string;
|
|
579
|
+
toggleLabel?: string | undefined;
|
|
580
|
+
defaultValue?: {
|
|
581
|
+
variants: Record<string, {
|
|
582
|
+
fields: {
|
|
583
|
+
name: string;
|
|
584
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
585
|
+
label?: string | undefined;
|
|
586
|
+
required?: boolean | undefined;
|
|
587
|
+
placeholder?: string | undefined;
|
|
588
|
+
maxLength?: number | undefined;
|
|
589
|
+
labelAsSafeHtml?: string | undefined;
|
|
590
|
+
minLength?: number | undefined;
|
|
591
|
+
excludeEmails?: string | undefined;
|
|
592
|
+
requireEmails?: string | undefined;
|
|
593
|
+
}[];
|
|
594
|
+
}>;
|
|
595
|
+
} | undefined;
|
|
596
|
+
} | undefined;
|
|
597
|
+
}>;
|
|
598
|
+
/**
|
|
599
|
+
* Main field Schema
|
|
600
|
+
*/
|
|
601
|
+
export declare const fieldSchema: z.ZodObject<{
|
|
602
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
603
|
+
type: z.ZodEnum<["name", "text", "textarea", "number", "email", "phone", "address", "multiemail", "select", "multiselect", "checkbox", "radio", "radioInput", "boolean", "url"]>;
|
|
604
|
+
label: z.ZodOptional<z.ZodString>;
|
|
605
|
+
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
606
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
607
|
+
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
608
|
+
label: z.ZodString;
|
|
609
|
+
value: z.ZodString;
|
|
610
|
+
}, "strip", z.ZodTypeAny, {
|
|
611
|
+
label: string;
|
|
612
|
+
value: string;
|
|
613
|
+
}, {
|
|
614
|
+
label: string;
|
|
615
|
+
value: string;
|
|
616
|
+
}>, "many">>;
|
|
617
|
+
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
618
|
+
defaultLabel: z.ZodOptional<z.ZodString>;
|
|
619
|
+
defaultPlaceholder: z.ZodOptional<z.ZodString>;
|
|
620
|
+
labelAsSafeHtml: z.ZodOptional<z.ZodString>;
|
|
621
|
+
getOptionsAt: z.ZodOptional<z.ZodString>;
|
|
622
|
+
optionsInputs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
623
|
+
type: z.ZodEnum<["address", "phone", "text"]>;
|
|
624
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
625
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
626
|
+
}, "strip", z.ZodTypeAny, {
|
|
627
|
+
type: "phone" | "address" | "text";
|
|
628
|
+
required?: boolean | undefined;
|
|
629
|
+
placeholder?: string | undefined;
|
|
630
|
+
}, {
|
|
631
|
+
type: "phone" | "address" | "text";
|
|
632
|
+
required?: boolean | undefined;
|
|
633
|
+
placeholder?: string | undefined;
|
|
634
|
+
}>>>;
|
|
635
|
+
minLength: z.ZodOptional<z.ZodNumber>;
|
|
636
|
+
excludeEmails: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
637
|
+
requireEmails: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
638
|
+
variant: z.ZodOptional<z.ZodString>;
|
|
639
|
+
variantsConfig: z.ZodOptional<z.ZodObject<{
|
|
640
|
+
variants: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
641
|
+
/**
|
|
642
|
+
* Variant Fields schema for a variant of the main field.
|
|
643
|
+
* It doesn't support non text fields as of now
|
|
644
|
+
**/
|
|
645
|
+
fields: z.ZodArray<z.ZodObject<Omit<{
|
|
646
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
647
|
+
type: z.ZodEnum<["name", "text", "textarea", "number", "email", "phone", "address", "multiemail", "select", "multiselect", "checkbox", "radio", "radioInput", "boolean", "url"]>;
|
|
648
|
+
label: z.ZodOptional<z.ZodString>;
|
|
649
|
+
labelAsSafeHtml: z.ZodOptional<z.ZodString>;
|
|
650
|
+
/**
|
|
651
|
+
* It is the default label that will be used when a new field is created.
|
|
652
|
+
* Note: It belongs in FieldsTypeConfig, so that changing defaultLabel in code can work for existing fields as well(for fields that are using the default label).
|
|
653
|
+
* Supports translation
|
|
654
|
+
*/
|
|
655
|
+
defaultLabel: z.ZodOptional<z.ZodString>;
|
|
656
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
657
|
+
/**
|
|
658
|
+
* It is the default placeholder that will be used when a new field is created.
|
|
659
|
+
* Note: Same as defaultLabel, it belongs in FieldsTypeConfig
|
|
660
|
+
* Supports translation
|
|
661
|
+
*/
|
|
662
|
+
defaultPlaceholder: z.ZodOptional<z.ZodString>;
|
|
663
|
+
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
664
|
+
/**
|
|
665
|
+
* It is the list of options that is valid for a certain type of fields.
|
|
666
|
+
*
|
|
667
|
+
*/
|
|
668
|
+
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
669
|
+
label: z.ZodString;
|
|
670
|
+
value: z.ZodString;
|
|
671
|
+
}, "strip", z.ZodTypeAny, {
|
|
672
|
+
label: string;
|
|
673
|
+
value: string;
|
|
674
|
+
}, {
|
|
675
|
+
label: string;
|
|
676
|
+
value: string;
|
|
677
|
+
}>, "many">>;
|
|
678
|
+
/**
|
|
679
|
+
* This is an alternate way to specify options when the options are stored elsewhere. Form Builder expects options to be present at `dataStore[getOptionsAt]`
|
|
680
|
+
* This allows keeping a single source of truth in DB.
|
|
681
|
+
*/
|
|
682
|
+
getOptionsAt: z.ZodOptional<z.ZodString>;
|
|
683
|
+
/**
|
|
684
|
+
* For `radioInput` type of questions, it stores the input that is shown based on the user option selected.
|
|
685
|
+
* e.g. If user is given a list of locations and he selects "Phone", then he will be shown a phone input
|
|
686
|
+
*/
|
|
687
|
+
optionsInputs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
688
|
+
type: z.ZodEnum<["address", "phone", "text"]>;
|
|
689
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
690
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
691
|
+
}, "strip", z.ZodTypeAny, {
|
|
692
|
+
type: "phone" | "address" | "text";
|
|
693
|
+
required?: boolean | undefined;
|
|
694
|
+
placeholder?: string | undefined;
|
|
695
|
+
}, {
|
|
696
|
+
type: "phone" | "address" | "text";
|
|
697
|
+
required?: boolean | undefined;
|
|
698
|
+
placeholder?: string | undefined;
|
|
699
|
+
}>>>;
|
|
700
|
+
/**
|
|
701
|
+
* It is the minimum number of characters that can be entered in the field.
|
|
702
|
+
* It is used for types with `supportsLengthCheck= true`.
|
|
703
|
+
* @default 0
|
|
704
|
+
* @requires supportsLengthCheck = true
|
|
705
|
+
*/
|
|
706
|
+
minLength: z.ZodOptional<z.ZodNumber>;
|
|
707
|
+
/**
|
|
708
|
+
* It is the maximum number of characters that can be entered in the field.
|
|
709
|
+
* It is used for types with `supportsLengthCheck= true`.
|
|
710
|
+
* @requires supportsLengthCheck = true
|
|
711
|
+
*/
|
|
712
|
+
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
713
|
+
excludeEmails: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
714
|
+
requireEmails: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
715
|
+
}, "options" | "defaultLabel" | "defaultPlaceholder" | "getOptionsAt" | "optionsInputs">, "strip", z.ZodTypeAny, {
|
|
716
|
+
name: string;
|
|
717
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
718
|
+
label?: string | undefined;
|
|
719
|
+
required?: boolean | undefined;
|
|
720
|
+
placeholder?: string | undefined;
|
|
721
|
+
maxLength?: number | undefined;
|
|
722
|
+
labelAsSafeHtml?: string | undefined;
|
|
723
|
+
minLength?: number | undefined;
|
|
724
|
+
excludeEmails?: string | undefined;
|
|
725
|
+
requireEmails?: string | undefined;
|
|
726
|
+
}, {
|
|
727
|
+
name: string;
|
|
728
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
729
|
+
label?: string | undefined;
|
|
730
|
+
required?: boolean | undefined;
|
|
731
|
+
placeholder?: string | undefined;
|
|
732
|
+
maxLength?: number | undefined;
|
|
733
|
+
labelAsSafeHtml?: string | undefined;
|
|
734
|
+
minLength?: number | undefined;
|
|
735
|
+
excludeEmails?: string | undefined;
|
|
736
|
+
requireEmails?: string | undefined;
|
|
737
|
+
}>, "many">;
|
|
738
|
+
}, "strip", z.ZodTypeAny, {
|
|
739
|
+
fields: {
|
|
740
|
+
name: string;
|
|
741
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
742
|
+
label?: string | undefined;
|
|
743
|
+
required?: boolean | undefined;
|
|
744
|
+
placeholder?: string | undefined;
|
|
745
|
+
maxLength?: number | undefined;
|
|
746
|
+
labelAsSafeHtml?: string | undefined;
|
|
747
|
+
minLength?: number | undefined;
|
|
748
|
+
excludeEmails?: string | undefined;
|
|
749
|
+
requireEmails?: string | undefined;
|
|
750
|
+
}[];
|
|
751
|
+
}, {
|
|
752
|
+
fields: {
|
|
753
|
+
name: string;
|
|
754
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
755
|
+
label?: string | undefined;
|
|
756
|
+
required?: boolean | undefined;
|
|
757
|
+
placeholder?: string | undefined;
|
|
758
|
+
maxLength?: number | undefined;
|
|
759
|
+
labelAsSafeHtml?: string | undefined;
|
|
760
|
+
minLength?: number | undefined;
|
|
761
|
+
excludeEmails?: string | undefined;
|
|
762
|
+
requireEmails?: string | undefined;
|
|
763
|
+
}[];
|
|
764
|
+
}>>;
|
|
765
|
+
}, "strip", z.ZodTypeAny, {
|
|
766
|
+
variants: Record<string, {
|
|
767
|
+
fields: {
|
|
768
|
+
name: string;
|
|
769
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
770
|
+
label?: string | undefined;
|
|
771
|
+
required?: boolean | undefined;
|
|
772
|
+
placeholder?: string | undefined;
|
|
773
|
+
maxLength?: number | undefined;
|
|
774
|
+
labelAsSafeHtml?: string | undefined;
|
|
775
|
+
minLength?: number | undefined;
|
|
776
|
+
excludeEmails?: string | undefined;
|
|
777
|
+
requireEmails?: string | undefined;
|
|
778
|
+
}[];
|
|
779
|
+
}>;
|
|
780
|
+
}, {
|
|
781
|
+
variants: Record<string, {
|
|
782
|
+
fields: {
|
|
783
|
+
name: string;
|
|
784
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
785
|
+
label?: string | undefined;
|
|
786
|
+
required?: boolean | undefined;
|
|
787
|
+
placeholder?: string | undefined;
|
|
788
|
+
maxLength?: number | undefined;
|
|
789
|
+
labelAsSafeHtml?: string | undefined;
|
|
790
|
+
minLength?: number | undefined;
|
|
791
|
+
excludeEmails?: string | undefined;
|
|
792
|
+
requireEmails?: string | undefined;
|
|
793
|
+
}[];
|
|
794
|
+
}>;
|
|
795
|
+
}>>;
|
|
796
|
+
views: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
797
|
+
label: z.ZodString;
|
|
798
|
+
id: z.ZodString;
|
|
799
|
+
description: z.ZodOptional<z.ZodString>;
|
|
800
|
+
}, "strip", z.ZodTypeAny, {
|
|
801
|
+
id: string;
|
|
802
|
+
label: string;
|
|
803
|
+
description?: string | undefined;
|
|
804
|
+
}, {
|
|
805
|
+
id: string;
|
|
806
|
+
label: string;
|
|
807
|
+
description?: string | undefined;
|
|
808
|
+
}>, "many">>;
|
|
809
|
+
hideWhenJustOneOption: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
810
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
811
|
+
editable: z.ZodOptional<z.ZodDefault<z.ZodEnum<["system", "system-but-optional", "system-but-hidden", "user", "user-readonly"]>>>;
|
|
812
|
+
sources: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
813
|
+
id: z.ZodString;
|
|
814
|
+
type: z.ZodUnion<[z.ZodLiteral<"user">, z.ZodLiteral<"system">, z.ZodString]>;
|
|
815
|
+
label: z.ZodString;
|
|
816
|
+
editUrl: z.ZodOptional<z.ZodString>;
|
|
817
|
+
fieldRequired: z.ZodOptional<z.ZodBoolean>;
|
|
818
|
+
}, "strip", z.ZodTypeAny, {
|
|
819
|
+
id: string;
|
|
820
|
+
type: string;
|
|
821
|
+
label: string;
|
|
822
|
+
editUrl?: string | undefined;
|
|
823
|
+
fieldRequired?: boolean | undefined;
|
|
824
|
+
}, {
|
|
825
|
+
id: string;
|
|
826
|
+
type: string;
|
|
827
|
+
label: string;
|
|
828
|
+
editUrl?: string | undefined;
|
|
829
|
+
fieldRequired?: boolean | undefined;
|
|
830
|
+
}>, "many">>;
|
|
831
|
+
disableOnPrefill: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
832
|
+
}, "strip", z.ZodTypeAny, {
|
|
833
|
+
name: string;
|
|
834
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
835
|
+
label?: string | undefined;
|
|
836
|
+
required?: boolean | undefined;
|
|
837
|
+
placeholder?: string | undefined;
|
|
838
|
+
options?: {
|
|
839
|
+
label: string;
|
|
840
|
+
value: string;
|
|
841
|
+
}[] | undefined;
|
|
842
|
+
maxLength?: number | undefined;
|
|
843
|
+
defaultLabel?: string | undefined;
|
|
844
|
+
defaultPlaceholder?: string | undefined;
|
|
845
|
+
labelAsSafeHtml?: string | undefined;
|
|
846
|
+
getOptionsAt?: string | undefined;
|
|
847
|
+
optionsInputs?: Record<string, {
|
|
848
|
+
type: "phone" | "address" | "text";
|
|
849
|
+
required?: boolean | undefined;
|
|
850
|
+
placeholder?: string | undefined;
|
|
851
|
+
}> | undefined;
|
|
852
|
+
minLength?: number | undefined;
|
|
853
|
+
excludeEmails?: string | undefined;
|
|
854
|
+
requireEmails?: string | undefined;
|
|
855
|
+
variant?: string | undefined;
|
|
856
|
+
variantsConfig?: {
|
|
857
|
+
variants: Record<string, {
|
|
858
|
+
fields: {
|
|
859
|
+
name: string;
|
|
860
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
861
|
+
label?: string | undefined;
|
|
862
|
+
required?: boolean | undefined;
|
|
863
|
+
placeholder?: string | undefined;
|
|
864
|
+
maxLength?: number | undefined;
|
|
865
|
+
labelAsSafeHtml?: string | undefined;
|
|
866
|
+
minLength?: number | undefined;
|
|
867
|
+
excludeEmails?: string | undefined;
|
|
868
|
+
requireEmails?: string | undefined;
|
|
869
|
+
}[];
|
|
870
|
+
}>;
|
|
871
|
+
} | undefined;
|
|
872
|
+
views?: {
|
|
873
|
+
id: string;
|
|
874
|
+
label: string;
|
|
875
|
+
description?: string | undefined;
|
|
876
|
+
}[] | undefined;
|
|
877
|
+
hideWhenJustOneOption?: boolean | undefined;
|
|
878
|
+
hidden?: boolean | undefined;
|
|
879
|
+
editable?: "user" | "system" | "system-but-optional" | "system-but-hidden" | "user-readonly" | undefined;
|
|
880
|
+
sources?: {
|
|
881
|
+
id: string;
|
|
882
|
+
type: string;
|
|
883
|
+
label: string;
|
|
884
|
+
editUrl?: string | undefined;
|
|
885
|
+
fieldRequired?: boolean | undefined;
|
|
886
|
+
}[] | undefined;
|
|
887
|
+
disableOnPrefill?: boolean | undefined;
|
|
888
|
+
}, {
|
|
889
|
+
name: string;
|
|
890
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
891
|
+
label?: string | undefined;
|
|
892
|
+
required?: boolean | undefined;
|
|
893
|
+
placeholder?: string | undefined;
|
|
894
|
+
options?: {
|
|
895
|
+
label: string;
|
|
896
|
+
value: string;
|
|
897
|
+
}[] | undefined;
|
|
898
|
+
maxLength?: number | undefined;
|
|
899
|
+
defaultLabel?: string | undefined;
|
|
900
|
+
defaultPlaceholder?: string | undefined;
|
|
901
|
+
labelAsSafeHtml?: string | undefined;
|
|
902
|
+
getOptionsAt?: string | undefined;
|
|
903
|
+
optionsInputs?: Record<string, {
|
|
904
|
+
type: "phone" | "address" | "text";
|
|
905
|
+
required?: boolean | undefined;
|
|
906
|
+
placeholder?: string | undefined;
|
|
907
|
+
}> | undefined;
|
|
908
|
+
minLength?: number | undefined;
|
|
909
|
+
excludeEmails?: string | undefined;
|
|
910
|
+
requireEmails?: string | undefined;
|
|
911
|
+
variant?: string | undefined;
|
|
912
|
+
variantsConfig?: {
|
|
913
|
+
variants: Record<string, {
|
|
914
|
+
fields: {
|
|
915
|
+
name: string;
|
|
916
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
917
|
+
label?: string | undefined;
|
|
918
|
+
required?: boolean | undefined;
|
|
919
|
+
placeholder?: string | undefined;
|
|
920
|
+
maxLength?: number | undefined;
|
|
921
|
+
labelAsSafeHtml?: string | undefined;
|
|
922
|
+
minLength?: number | undefined;
|
|
923
|
+
excludeEmails?: string | undefined;
|
|
924
|
+
requireEmails?: string | undefined;
|
|
925
|
+
}[];
|
|
926
|
+
}>;
|
|
927
|
+
} | undefined;
|
|
928
|
+
views?: {
|
|
929
|
+
id: string;
|
|
930
|
+
label: string;
|
|
931
|
+
description?: string | undefined;
|
|
932
|
+
}[] | undefined;
|
|
933
|
+
hideWhenJustOneOption?: boolean | undefined;
|
|
934
|
+
hidden?: boolean | undefined;
|
|
935
|
+
editable?: "user" | "system" | "system-but-optional" | "system-but-hidden" | "user-readonly" | undefined;
|
|
936
|
+
sources?: {
|
|
937
|
+
id: string;
|
|
938
|
+
type: string;
|
|
939
|
+
label: string;
|
|
940
|
+
editUrl?: string | undefined;
|
|
941
|
+
fieldRequired?: boolean | undefined;
|
|
942
|
+
}[] | undefined;
|
|
943
|
+
disableOnPrefill?: boolean | undefined;
|
|
944
|
+
}>;
|
|
945
|
+
export declare const fieldsSchema: z.ZodArray<z.ZodObject<{
|
|
946
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
947
|
+
type: z.ZodEnum<["name", "text", "textarea", "number", "email", "phone", "address", "multiemail", "select", "multiselect", "checkbox", "radio", "radioInput", "boolean", "url"]>;
|
|
948
|
+
label: z.ZodOptional<z.ZodString>;
|
|
949
|
+
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
950
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
951
|
+
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
952
|
+
label: z.ZodString;
|
|
953
|
+
value: z.ZodString;
|
|
954
|
+
}, "strip", z.ZodTypeAny, {
|
|
955
|
+
label: string;
|
|
956
|
+
value: string;
|
|
957
|
+
}, {
|
|
958
|
+
label: string;
|
|
959
|
+
value: string;
|
|
960
|
+
}>, "many">>;
|
|
961
|
+
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
962
|
+
defaultLabel: z.ZodOptional<z.ZodString>;
|
|
963
|
+
defaultPlaceholder: z.ZodOptional<z.ZodString>;
|
|
964
|
+
labelAsSafeHtml: z.ZodOptional<z.ZodString>;
|
|
965
|
+
getOptionsAt: z.ZodOptional<z.ZodString>;
|
|
966
|
+
optionsInputs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
967
|
+
type: z.ZodEnum<["address", "phone", "text"]>;
|
|
968
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
969
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
970
|
+
}, "strip", z.ZodTypeAny, {
|
|
971
|
+
type: "phone" | "address" | "text";
|
|
972
|
+
required?: boolean | undefined;
|
|
973
|
+
placeholder?: string | undefined;
|
|
974
|
+
}, {
|
|
975
|
+
type: "phone" | "address" | "text";
|
|
976
|
+
required?: boolean | undefined;
|
|
977
|
+
placeholder?: string | undefined;
|
|
978
|
+
}>>>;
|
|
979
|
+
minLength: z.ZodOptional<z.ZodNumber>;
|
|
980
|
+
excludeEmails: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
981
|
+
requireEmails: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
982
|
+
variant: z.ZodOptional<z.ZodString>;
|
|
983
|
+
variantsConfig: z.ZodOptional<z.ZodObject<{
|
|
984
|
+
variants: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
985
|
+
/**
|
|
986
|
+
* Variant Fields schema for a variant of the main field.
|
|
987
|
+
* It doesn't support non text fields as of now
|
|
988
|
+
**/
|
|
989
|
+
fields: z.ZodArray<z.ZodObject<Omit<{
|
|
990
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
991
|
+
type: z.ZodEnum<["name", "text", "textarea", "number", "email", "phone", "address", "multiemail", "select", "multiselect", "checkbox", "radio", "radioInput", "boolean", "url"]>;
|
|
992
|
+
label: z.ZodOptional<z.ZodString>;
|
|
993
|
+
labelAsSafeHtml: z.ZodOptional<z.ZodString>;
|
|
994
|
+
/**
|
|
995
|
+
* It is the default label that will be used when a new field is created.
|
|
996
|
+
* Note: It belongs in FieldsTypeConfig, so that changing defaultLabel in code can work for existing fields as well(for fields that are using the default label).
|
|
997
|
+
* Supports translation
|
|
998
|
+
*/
|
|
999
|
+
defaultLabel: z.ZodOptional<z.ZodString>;
|
|
1000
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
1001
|
+
/**
|
|
1002
|
+
* It is the default placeholder that will be used when a new field is created.
|
|
1003
|
+
* Note: Same as defaultLabel, it belongs in FieldsTypeConfig
|
|
1004
|
+
* Supports translation
|
|
1005
|
+
*/
|
|
1006
|
+
defaultPlaceholder: z.ZodOptional<z.ZodString>;
|
|
1007
|
+
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1008
|
+
/**
|
|
1009
|
+
* It is the list of options that is valid for a certain type of fields.
|
|
1010
|
+
*
|
|
1011
|
+
*/
|
|
1012
|
+
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1013
|
+
label: z.ZodString;
|
|
1014
|
+
value: z.ZodString;
|
|
1015
|
+
}, "strip", z.ZodTypeAny, {
|
|
1016
|
+
label: string;
|
|
1017
|
+
value: string;
|
|
1018
|
+
}, {
|
|
1019
|
+
label: string;
|
|
1020
|
+
value: string;
|
|
1021
|
+
}>, "many">>;
|
|
1022
|
+
/**
|
|
1023
|
+
* This is an alternate way to specify options when the options are stored elsewhere. Form Builder expects options to be present at `dataStore[getOptionsAt]`
|
|
1024
|
+
* This allows keeping a single source of truth in DB.
|
|
1025
|
+
*/
|
|
1026
|
+
getOptionsAt: z.ZodOptional<z.ZodString>;
|
|
1027
|
+
/**
|
|
1028
|
+
* For `radioInput` type of questions, it stores the input that is shown based on the user option selected.
|
|
1029
|
+
* e.g. If user is given a list of locations and he selects "Phone", then he will be shown a phone input
|
|
1030
|
+
*/
|
|
1031
|
+
optionsInputs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1032
|
+
type: z.ZodEnum<["address", "phone", "text"]>;
|
|
1033
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
1034
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
1035
|
+
}, "strip", z.ZodTypeAny, {
|
|
1036
|
+
type: "phone" | "address" | "text";
|
|
1037
|
+
required?: boolean | undefined;
|
|
1038
|
+
placeholder?: string | undefined;
|
|
1039
|
+
}, {
|
|
1040
|
+
type: "phone" | "address" | "text";
|
|
1041
|
+
required?: boolean | undefined;
|
|
1042
|
+
placeholder?: string | undefined;
|
|
1043
|
+
}>>>;
|
|
1044
|
+
/**
|
|
1045
|
+
* It is the minimum number of characters that can be entered in the field.
|
|
1046
|
+
* It is used for types with `supportsLengthCheck= true`.
|
|
1047
|
+
* @default 0
|
|
1048
|
+
* @requires supportsLengthCheck = true
|
|
1049
|
+
*/
|
|
1050
|
+
minLength: z.ZodOptional<z.ZodNumber>;
|
|
1051
|
+
/**
|
|
1052
|
+
* It is the maximum number of characters that can be entered in the field.
|
|
1053
|
+
* It is used for types with `supportsLengthCheck= true`.
|
|
1054
|
+
* @requires supportsLengthCheck = true
|
|
1055
|
+
*/
|
|
1056
|
+
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
1057
|
+
excludeEmails: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
1058
|
+
requireEmails: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
1059
|
+
}, "options" | "defaultLabel" | "defaultPlaceholder" | "getOptionsAt" | "optionsInputs">, "strip", z.ZodTypeAny, {
|
|
1060
|
+
name: string;
|
|
1061
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
1062
|
+
label?: string | undefined;
|
|
1063
|
+
required?: boolean | undefined;
|
|
1064
|
+
placeholder?: string | undefined;
|
|
1065
|
+
maxLength?: number | undefined;
|
|
1066
|
+
labelAsSafeHtml?: string | undefined;
|
|
1067
|
+
minLength?: number | undefined;
|
|
1068
|
+
excludeEmails?: string | undefined;
|
|
1069
|
+
requireEmails?: string | undefined;
|
|
1070
|
+
}, {
|
|
1071
|
+
name: string;
|
|
1072
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
1073
|
+
label?: string | undefined;
|
|
1074
|
+
required?: boolean | undefined;
|
|
1075
|
+
placeholder?: string | undefined;
|
|
1076
|
+
maxLength?: number | undefined;
|
|
1077
|
+
labelAsSafeHtml?: string | undefined;
|
|
1078
|
+
minLength?: number | undefined;
|
|
1079
|
+
excludeEmails?: string | undefined;
|
|
1080
|
+
requireEmails?: string | undefined;
|
|
1081
|
+
}>, "many">;
|
|
1082
|
+
}, "strip", z.ZodTypeAny, {
|
|
1083
|
+
fields: {
|
|
1084
|
+
name: string;
|
|
1085
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
1086
|
+
label?: string | undefined;
|
|
1087
|
+
required?: boolean | undefined;
|
|
1088
|
+
placeholder?: string | undefined;
|
|
1089
|
+
maxLength?: number | undefined;
|
|
1090
|
+
labelAsSafeHtml?: string | undefined;
|
|
1091
|
+
minLength?: number | undefined;
|
|
1092
|
+
excludeEmails?: string | undefined;
|
|
1093
|
+
requireEmails?: string | undefined;
|
|
1094
|
+
}[];
|
|
1095
|
+
}, {
|
|
1096
|
+
fields: {
|
|
1097
|
+
name: string;
|
|
1098
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
1099
|
+
label?: string | undefined;
|
|
1100
|
+
required?: boolean | undefined;
|
|
1101
|
+
placeholder?: string | undefined;
|
|
1102
|
+
maxLength?: number | undefined;
|
|
1103
|
+
labelAsSafeHtml?: string | undefined;
|
|
1104
|
+
minLength?: number | undefined;
|
|
1105
|
+
excludeEmails?: string | undefined;
|
|
1106
|
+
requireEmails?: string | undefined;
|
|
1107
|
+
}[];
|
|
1108
|
+
}>>;
|
|
1109
|
+
}, "strip", z.ZodTypeAny, {
|
|
1110
|
+
variants: Record<string, {
|
|
1111
|
+
fields: {
|
|
1112
|
+
name: string;
|
|
1113
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
1114
|
+
label?: string | undefined;
|
|
1115
|
+
required?: boolean | undefined;
|
|
1116
|
+
placeholder?: string | undefined;
|
|
1117
|
+
maxLength?: number | undefined;
|
|
1118
|
+
labelAsSafeHtml?: string | undefined;
|
|
1119
|
+
minLength?: number | undefined;
|
|
1120
|
+
excludeEmails?: string | undefined;
|
|
1121
|
+
requireEmails?: string | undefined;
|
|
1122
|
+
}[];
|
|
1123
|
+
}>;
|
|
1124
|
+
}, {
|
|
1125
|
+
variants: Record<string, {
|
|
1126
|
+
fields: {
|
|
1127
|
+
name: string;
|
|
1128
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
1129
|
+
label?: string | undefined;
|
|
1130
|
+
required?: boolean | undefined;
|
|
1131
|
+
placeholder?: string | undefined;
|
|
1132
|
+
maxLength?: number | undefined;
|
|
1133
|
+
labelAsSafeHtml?: string | undefined;
|
|
1134
|
+
minLength?: number | undefined;
|
|
1135
|
+
excludeEmails?: string | undefined;
|
|
1136
|
+
requireEmails?: string | undefined;
|
|
1137
|
+
}[];
|
|
1138
|
+
}>;
|
|
1139
|
+
}>>;
|
|
1140
|
+
views: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1141
|
+
label: z.ZodString;
|
|
1142
|
+
id: z.ZodString;
|
|
1143
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1144
|
+
}, "strip", z.ZodTypeAny, {
|
|
1145
|
+
id: string;
|
|
1146
|
+
label: string;
|
|
1147
|
+
description?: string | undefined;
|
|
1148
|
+
}, {
|
|
1149
|
+
id: string;
|
|
1150
|
+
label: string;
|
|
1151
|
+
description?: string | undefined;
|
|
1152
|
+
}>, "many">>;
|
|
1153
|
+
hideWhenJustOneOption: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1154
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
1155
|
+
editable: z.ZodOptional<z.ZodDefault<z.ZodEnum<["system", "system-but-optional", "system-but-hidden", "user", "user-readonly"]>>>;
|
|
1156
|
+
sources: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1157
|
+
id: z.ZodString;
|
|
1158
|
+
type: z.ZodUnion<[z.ZodLiteral<"user">, z.ZodLiteral<"system">, z.ZodString]>;
|
|
1159
|
+
label: z.ZodString;
|
|
1160
|
+
editUrl: z.ZodOptional<z.ZodString>;
|
|
1161
|
+
fieldRequired: z.ZodOptional<z.ZodBoolean>;
|
|
1162
|
+
}, "strip", z.ZodTypeAny, {
|
|
1163
|
+
id: string;
|
|
1164
|
+
type: string;
|
|
1165
|
+
label: string;
|
|
1166
|
+
editUrl?: string | undefined;
|
|
1167
|
+
fieldRequired?: boolean | undefined;
|
|
1168
|
+
}, {
|
|
1169
|
+
id: string;
|
|
1170
|
+
type: string;
|
|
1171
|
+
label: string;
|
|
1172
|
+
editUrl?: string | undefined;
|
|
1173
|
+
fieldRequired?: boolean | undefined;
|
|
1174
|
+
}>, "many">>;
|
|
1175
|
+
disableOnPrefill: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1176
|
+
}, "strip", z.ZodTypeAny, {
|
|
1177
|
+
name: string;
|
|
1178
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
1179
|
+
label?: string | undefined;
|
|
1180
|
+
required?: boolean | undefined;
|
|
1181
|
+
placeholder?: string | undefined;
|
|
1182
|
+
options?: {
|
|
1183
|
+
label: string;
|
|
1184
|
+
value: string;
|
|
1185
|
+
}[] | undefined;
|
|
1186
|
+
maxLength?: number | undefined;
|
|
1187
|
+
defaultLabel?: string | undefined;
|
|
1188
|
+
defaultPlaceholder?: string | undefined;
|
|
1189
|
+
labelAsSafeHtml?: string | undefined;
|
|
1190
|
+
getOptionsAt?: string | undefined;
|
|
1191
|
+
optionsInputs?: Record<string, {
|
|
1192
|
+
type: "phone" | "address" | "text";
|
|
1193
|
+
required?: boolean | undefined;
|
|
1194
|
+
placeholder?: string | undefined;
|
|
1195
|
+
}> | undefined;
|
|
1196
|
+
minLength?: number | undefined;
|
|
1197
|
+
excludeEmails?: string | undefined;
|
|
1198
|
+
requireEmails?: string | undefined;
|
|
1199
|
+
variant?: string | undefined;
|
|
1200
|
+
variantsConfig?: {
|
|
1201
|
+
variants: Record<string, {
|
|
1202
|
+
fields: {
|
|
1203
|
+
name: string;
|
|
1204
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
1205
|
+
label?: string | undefined;
|
|
1206
|
+
required?: boolean | undefined;
|
|
1207
|
+
placeholder?: string | undefined;
|
|
1208
|
+
maxLength?: number | undefined;
|
|
1209
|
+
labelAsSafeHtml?: string | undefined;
|
|
1210
|
+
minLength?: number | undefined;
|
|
1211
|
+
excludeEmails?: string | undefined;
|
|
1212
|
+
requireEmails?: string | undefined;
|
|
1213
|
+
}[];
|
|
1214
|
+
}>;
|
|
1215
|
+
} | undefined;
|
|
1216
|
+
views?: {
|
|
1217
|
+
id: string;
|
|
1218
|
+
label: string;
|
|
1219
|
+
description?: string | undefined;
|
|
1220
|
+
}[] | undefined;
|
|
1221
|
+
hideWhenJustOneOption?: boolean | undefined;
|
|
1222
|
+
hidden?: boolean | undefined;
|
|
1223
|
+
editable?: "user" | "system" | "system-but-optional" | "system-but-hidden" | "user-readonly" | undefined;
|
|
1224
|
+
sources?: {
|
|
1225
|
+
id: string;
|
|
1226
|
+
type: string;
|
|
1227
|
+
label: string;
|
|
1228
|
+
editUrl?: string | undefined;
|
|
1229
|
+
fieldRequired?: boolean | undefined;
|
|
1230
|
+
}[] | undefined;
|
|
1231
|
+
disableOnPrefill?: boolean | undefined;
|
|
1232
|
+
}, {
|
|
1233
|
+
name: string;
|
|
1234
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
1235
|
+
label?: string | undefined;
|
|
1236
|
+
required?: boolean | undefined;
|
|
1237
|
+
placeholder?: string | undefined;
|
|
1238
|
+
options?: {
|
|
1239
|
+
label: string;
|
|
1240
|
+
value: string;
|
|
1241
|
+
}[] | undefined;
|
|
1242
|
+
maxLength?: number | undefined;
|
|
1243
|
+
defaultLabel?: string | undefined;
|
|
1244
|
+
defaultPlaceholder?: string | undefined;
|
|
1245
|
+
labelAsSafeHtml?: string | undefined;
|
|
1246
|
+
getOptionsAt?: string | undefined;
|
|
1247
|
+
optionsInputs?: Record<string, {
|
|
1248
|
+
type: "phone" | "address" | "text";
|
|
1249
|
+
required?: boolean | undefined;
|
|
1250
|
+
placeholder?: string | undefined;
|
|
1251
|
+
}> | undefined;
|
|
1252
|
+
minLength?: number | undefined;
|
|
1253
|
+
excludeEmails?: string | undefined;
|
|
1254
|
+
requireEmails?: string | undefined;
|
|
1255
|
+
variant?: string | undefined;
|
|
1256
|
+
variantsConfig?: {
|
|
1257
|
+
variants: Record<string, {
|
|
1258
|
+
fields: {
|
|
1259
|
+
name: string;
|
|
1260
|
+
type: "number" | "boolean" | "url" | "phone" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "email" | "multiselect" | "multiemail" | "radioInput";
|
|
1261
|
+
label?: string | undefined;
|
|
1262
|
+
required?: boolean | undefined;
|
|
1263
|
+
placeholder?: string | undefined;
|
|
1264
|
+
maxLength?: number | undefined;
|
|
1265
|
+
labelAsSafeHtml?: string | undefined;
|
|
1266
|
+
minLength?: number | undefined;
|
|
1267
|
+
excludeEmails?: string | undefined;
|
|
1268
|
+
requireEmails?: string | undefined;
|
|
1269
|
+
}[];
|
|
1270
|
+
}>;
|
|
1271
|
+
} | undefined;
|
|
1272
|
+
views?: {
|
|
1273
|
+
id: string;
|
|
1274
|
+
label: string;
|
|
1275
|
+
description?: string | undefined;
|
|
1276
|
+
}[] | undefined;
|
|
1277
|
+
hideWhenJustOneOption?: boolean | undefined;
|
|
1278
|
+
hidden?: boolean | undefined;
|
|
1279
|
+
editable?: "user" | "system" | "system-but-optional" | "system-but-hidden" | "user-readonly" | undefined;
|
|
1280
|
+
sources?: {
|
|
1281
|
+
id: string;
|
|
1282
|
+
type: string;
|
|
1283
|
+
label: string;
|
|
1284
|
+
editUrl?: string | undefined;
|
|
1285
|
+
fieldRequired?: boolean | undefined;
|
|
1286
|
+
}[] | undefined;
|
|
1287
|
+
disableOnPrefill?: boolean | undefined;
|
|
1288
|
+
}>, "many">;
|
|
1289
|
+
export declare const fieldTypesSchemaMap: Partial<Record<FieldType, {
|
|
1290
|
+
/**
|
|
1291
|
+
* - preprocess the responses received through prefill query params
|
|
1292
|
+
* - preprocess the values being filled in the booking form.
|
|
1293
|
+
* - does not run for the responses received from DB
|
|
1294
|
+
*/
|
|
1295
|
+
preprocess: (data: {
|
|
1296
|
+
field: z.infer<typeof fieldSchema>;
|
|
1297
|
+
response: string;
|
|
1298
|
+
isPartialSchema: boolean;
|
|
1299
|
+
}) => unknown;
|
|
1300
|
+
/**
|
|
1301
|
+
* - Validates the response received through prefill query params
|
|
1302
|
+
* - Validates the values being filled in the booking form.
|
|
1303
|
+
* - does not run for the responses received from DB
|
|
1304
|
+
*/
|
|
1305
|
+
superRefine: (data: {
|
|
1306
|
+
field: z.infer<typeof fieldSchema>;
|
|
1307
|
+
response: string;
|
|
1308
|
+
isPartialSchema: boolean;
|
|
1309
|
+
ctx: z.RefinementCtx;
|
|
1310
|
+
m: (key: string) => string;
|
|
1311
|
+
}) => void;
|
|
1312
|
+
}>>;
|
|
1313
|
+
/**
|
|
1314
|
+
* DB Read schema has no field type based validation because user might change the type of a field from Type1 to Type2 after some data has been collected with Type1.
|
|
1315
|
+
* Parsing that type1 data with type2 schema will fail.
|
|
1316
|
+
* So, we just validate that the response conforms to one of the field types' schema.
|
|
1317
|
+
*/
|
|
1318
|
+
export declare const dbReadResponseSchema: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodArray<z.ZodString, "many">, z.ZodObject<{
|
|
1319
|
+
optionValue: z.ZodString;
|
|
1320
|
+
value: z.ZodString;
|
|
1321
|
+
}, "strip", z.ZodTypeAny, {
|
|
1322
|
+
value: string;
|
|
1323
|
+
optionValue: string;
|
|
1324
|
+
}, {
|
|
1325
|
+
value: string;
|
|
1326
|
+
optionValue: string;
|
|
1327
|
+
}>, z.ZodRecord<z.ZodString, z.ZodString>]>;
|
|
1328
|
+
export {};
|
|
1329
|
+
//# sourceMappingURL=schema.d.ts.map
|