@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,34 @@
|
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { J as m, y as f } from "./index-jTqJooNt.js";
|
|
3
|
+
import { A as l } from "./AppCard-9m9p6YSL.js";
|
|
4
|
+
import { u } from "./useIsAppEnabled-1m8rIQ8P.js";
|
|
5
|
+
import A from "./EventTypeAppSettingsInterface-P6VrsG5d.js";
|
|
6
|
+
const w = function({ app: t, eventType: e }) {
|
|
7
|
+
var o;
|
|
8
|
+
const { getAppData: s, setAppData: a, disabled: p } = m(), { enabled: n, updateEnabled: r } = u(t), { t: c } = f();
|
|
9
|
+
return /* @__PURE__ */ i(
|
|
10
|
+
l,
|
|
11
|
+
{
|
|
12
|
+
app: t,
|
|
13
|
+
description: c("confirmation_page_gif"),
|
|
14
|
+
switchOnClick: (d) => {
|
|
15
|
+
r(d);
|
|
16
|
+
},
|
|
17
|
+
switchChecked: n,
|
|
18
|
+
teamId: ((o = e.team) == null ? void 0 : o.id) || void 0,
|
|
19
|
+
children: /* @__PURE__ */ i(
|
|
20
|
+
A,
|
|
21
|
+
{
|
|
22
|
+
eventType: e,
|
|
23
|
+
slug: t.slug,
|
|
24
|
+
disabled: p,
|
|
25
|
+
getAppData: s,
|
|
26
|
+
setAppData: a
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
};
|
|
32
|
+
export {
|
|
33
|
+
w as default
|
|
34
|
+
};
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { jsx as a, Fragment as o, jsxs as u } from "react/jsx-runtime";
|
|
2
|
+
import { G as v, y as T, J as _, M as t, W as q, N as L, k as V, S as g } from "./index-jTqJooNt.js";
|
|
3
|
+
import { useMemo as W, useState as p } from "react";
|
|
4
|
+
import { A as $ } from "./AppCard-9m9p6YSL.js";
|
|
5
|
+
import { c as x, i as j, a as C } from "./currencyOptions-kannG2hu.js";
|
|
6
|
+
const z = function({ app: S, eventType: k }) {
|
|
7
|
+
var f, h;
|
|
8
|
+
const i = v.useSearchParams(), d = v.usePathname(), A = W(
|
|
9
|
+
() => `${d}${i ? `?${i.toString()}` : ""}`,
|
|
10
|
+
[d, i]
|
|
11
|
+
), { t: n } = T(), { getAppData: r, setAppData: c } = _(), y = r("price"), l = r("currency"), N = r("paymentOption"), P = r("enabled"), [s, O] = p(x.find((e) => e.value === l)), [w, E] = p(
|
|
12
|
+
j(l) ? C[l] : ""
|
|
13
|
+
), [b, D] = p(P), m = ((f = t) == null ? void 0 : f.find((e) => N === e.value)) || {
|
|
14
|
+
label: t[0].label,
|
|
15
|
+
value: t[0].value
|
|
16
|
+
}, F = ((h = k.recurringEvent) == null ? void 0 : h.count) !== void 0;
|
|
17
|
+
return /* @__PURE__ */ a(
|
|
18
|
+
$,
|
|
19
|
+
{
|
|
20
|
+
returnTo: q + A,
|
|
21
|
+
app: S,
|
|
22
|
+
switchChecked: b,
|
|
23
|
+
switchOnClick: (e) => {
|
|
24
|
+
D(e);
|
|
25
|
+
},
|
|
26
|
+
description: /* @__PURE__ */ a(o, { children: "Add a mock payment to your events" }),
|
|
27
|
+
children: /* @__PURE__ */ a(o, { children: F ? /* @__PURE__ */ a(L, { className: "mt-2", severity: "warning", title: n("warning_recurring_event_payment") }) : b && /* @__PURE__ */ u(o, { children: [
|
|
28
|
+
/* @__PURE__ */ a("div", { className: "mt-2 block items-center sm:flex", children: /* @__PURE__ */ a(
|
|
29
|
+
V,
|
|
30
|
+
{
|
|
31
|
+
id: "test-mock-payment-app-price",
|
|
32
|
+
label: "Price",
|
|
33
|
+
labelSrOnly: !0,
|
|
34
|
+
addOnLeading: w,
|
|
35
|
+
addOnSuffix: l,
|
|
36
|
+
step: "0.01",
|
|
37
|
+
min: "0.5",
|
|
38
|
+
type: "number",
|
|
39
|
+
required: !0,
|
|
40
|
+
className: "block w-full rounded-sm pl-2 text-sm",
|
|
41
|
+
placeholder: "Price",
|
|
42
|
+
onChange: (e) => {
|
|
43
|
+
c("price", Number(e.target.value) * 100), s && c("currency", s.value);
|
|
44
|
+
},
|
|
45
|
+
value: y > 0 ? y / 100 : void 0
|
|
46
|
+
}
|
|
47
|
+
) }),
|
|
48
|
+
/* @__PURE__ */ u("div", { className: "mt-5 w-60", children: [
|
|
49
|
+
/* @__PURE__ */ a("label", { className: "text-default mb-1 block text-sm font-medium", htmlFor: "currency", children: n("currency") }),
|
|
50
|
+
/* @__PURE__ */ a(
|
|
51
|
+
g,
|
|
52
|
+
{
|
|
53
|
+
id: "test-mock-payment-app-currency-id",
|
|
54
|
+
variant: "default",
|
|
55
|
+
options: x,
|
|
56
|
+
value: s,
|
|
57
|
+
className: "text-black",
|
|
58
|
+
defaultValue: s,
|
|
59
|
+
onChange: (e) => {
|
|
60
|
+
e && (O(e), E(C[e.value]), c("currency", e.value));
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
)
|
|
64
|
+
] }),
|
|
65
|
+
/* @__PURE__ */ u("div", { className: "mt-4 w-60", children: [
|
|
66
|
+
/* @__PURE__ */ a("label", { className: "text-default mb-1 block text-sm font-medium", htmlFor: "currency", children: "Payment option" }),
|
|
67
|
+
/* @__PURE__ */ a(
|
|
68
|
+
g,
|
|
69
|
+
{
|
|
70
|
+
defaultValue: m ? { ...m, label: n(m.label) } : { ...t[0], label: n(t[0].label) },
|
|
71
|
+
options: t.map((e) => ({ ...e, label: n(e.label) || e.label })),
|
|
72
|
+
onChange: (e) => {
|
|
73
|
+
e && c("paymentOption", e.value);
|
|
74
|
+
},
|
|
75
|
+
className: "mb-1 h-[38px] w-full",
|
|
76
|
+
isDisabled: !1
|
|
77
|
+
}
|
|
78
|
+
)
|
|
79
|
+
] })
|
|
80
|
+
] }) })
|
|
81
|
+
}
|
|
82
|
+
);
|
|
83
|
+
};
|
|
84
|
+
export {
|
|
85
|
+
z as default
|
|
86
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { G as d, W as i } from "./index-jTqJooNt.js";
|
|
3
|
+
import { A as m } from "./AppCard-9m9p6YSL.js";
|
|
4
|
+
import { u } from "./useIsAppEnabled-1m8rIQ8P.js";
|
|
5
|
+
const l = function({ app: t, eventType: e }) {
|
|
6
|
+
var a;
|
|
7
|
+
const p = d.usePathname(), { enabled: n, updateEnabled: r } = u(t);
|
|
8
|
+
return /* @__PURE__ */ s(
|
|
9
|
+
m,
|
|
10
|
+
{
|
|
11
|
+
returnTo: `${i}${p}?tabName=apps`,
|
|
12
|
+
app: t,
|
|
13
|
+
teamId: ((a = e.team) == null ? void 0 : a.id) || void 0,
|
|
14
|
+
switchOnClick: (o) => {
|
|
15
|
+
r(o);
|
|
16
|
+
},
|
|
17
|
+
switchChecked: n,
|
|
18
|
+
hideAppCardOptions: !0
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
};
|
|
22
|
+
export {
|
|
23
|
+
l as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsx as t, jsxs as e } from "react/jsx-runtime";
|
|
2
|
+
import { J as m, a4 as o } from "./index-jTqJooNt.js";
|
|
3
|
+
import { A as u } from "./AppCard-9m9p6YSL.js";
|
|
4
|
+
import { u as h } from "./useIsAppEnabled-1m8rIQ8P.js";
|
|
5
|
+
const E = function({ eventType: a, app: s }) {
|
|
6
|
+
var n;
|
|
7
|
+
const { getAppData: l, setAppData: i } = m(), p = l("isSunrise"), { enabled: c, updateEnabled: r } = h(s);
|
|
8
|
+
return /* @__PURE__ */ t(
|
|
9
|
+
u,
|
|
10
|
+
{
|
|
11
|
+
app: s,
|
|
12
|
+
switchOnClick: (d) => {
|
|
13
|
+
d ? (r(!0), i("isSunrise", !0)) : (r(!1), i("isSunrise", !1));
|
|
14
|
+
},
|
|
15
|
+
switchChecked: c,
|
|
16
|
+
teamId: ((n = a.team) == null ? void 0 : n.id) || void 0,
|
|
17
|
+
children: /* @__PURE__ */ e("div", { className: "mt-2 text-sm", children: [
|
|
18
|
+
/* @__PURE__ */ e("div", { className: "flex", children: [
|
|
19
|
+
/* @__PURE__ */ t("span", { className: "ltr:mr-2 rtl:ml-2", children: /* @__PURE__ */ t(o, { name: p ? "sunrise" : "sunset" }) }),
|
|
20
|
+
"I am an AppCard for Event with Title: ",
|
|
21
|
+
a.title
|
|
22
|
+
] }),
|
|
23
|
+
" ",
|
|
24
|
+
/* @__PURE__ */ e("div", { className: "mt-2", children: [
|
|
25
|
+
"Edit ",
|
|
26
|
+
/* @__PURE__ */ e("span", { className: "italic", children: [
|
|
27
|
+
"packages/app-store/",
|
|
28
|
+
s.slug,
|
|
29
|
+
"/EventTypeAppCardInterface.tsx"
|
|
30
|
+
] }),
|
|
31
|
+
" to play with me"
|
|
32
|
+
] })
|
|
33
|
+
] })
|
|
34
|
+
}
|
|
35
|
+
);
|
|
36
|
+
};
|
|
37
|
+
export {
|
|
38
|
+
E as default
|
|
39
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { jsx as e, Fragment as p } from "react/jsx-runtime";
|
|
2
|
+
import { G as i, J as f, K as g, y as S, W as b } from "./index-jTqJooNt.js";
|
|
3
|
+
import { useMemo as v, useState as C } from "react";
|
|
4
|
+
import { A as w } from "./AppCard-9m9p6YSL.js";
|
|
5
|
+
import E from "./EventTypeAppSettingsInterface-10UpznIO.js";
|
|
6
|
+
const $ = function({
|
|
7
|
+
app: a,
|
|
8
|
+
eventType: c,
|
|
9
|
+
eventTypeFormMetadata: m
|
|
10
|
+
}) {
|
|
11
|
+
const t = i.useSearchParams(), s = i.usePathname(), h = v(
|
|
12
|
+
() => `${s}${t ? `?${t.toString()}` : ""}`,
|
|
13
|
+
[s, t]
|
|
14
|
+
), { getAppData: n, setAppData: d, disabled: l } = f(), [o, u] = C(n("enabled")), y = g(m), { t: A } = S(), r = !o && y;
|
|
15
|
+
return /* @__PURE__ */ e(
|
|
16
|
+
w,
|
|
17
|
+
{
|
|
18
|
+
returnTo: b + h,
|
|
19
|
+
app: a,
|
|
20
|
+
switchChecked: o,
|
|
21
|
+
switchOnClick: (P) => {
|
|
22
|
+
u(P);
|
|
23
|
+
},
|
|
24
|
+
description: /* @__PURE__ */ e(p, { children: "Add Paypal payment to your events" }),
|
|
25
|
+
disableSwitch: r,
|
|
26
|
+
switchTooltip: r ? A("other_payment_app_enabled") : void 0,
|
|
27
|
+
children: /* @__PURE__ */ e(p, { children: /* @__PURE__ */ e(
|
|
28
|
+
E,
|
|
29
|
+
{
|
|
30
|
+
eventType: c,
|
|
31
|
+
slug: a.slug,
|
|
32
|
+
disabled: l,
|
|
33
|
+
getAppData: n,
|
|
34
|
+
setAppData: d
|
|
35
|
+
}
|
|
36
|
+
) })
|
|
37
|
+
}
|
|
38
|
+
);
|
|
39
|
+
};
|
|
40
|
+
export {
|
|
41
|
+
$ as default
|
|
42
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { J as m } from "./index-jTqJooNt.js";
|
|
3
|
+
import { A as c } from "./AppCard-9m9p6YSL.js";
|
|
4
|
+
import { u } from "./useIsAppEnabled-1m8rIQ8P.js";
|
|
5
|
+
import l from "./EventTypeAppSettingsInterface-XXAdH79U.js";
|
|
6
|
+
const b = function({ app: t, eventType: e }) {
|
|
7
|
+
var p;
|
|
8
|
+
const { getAppData: r, setAppData: s, disabled: n } = m(), { enabled: o, updateEnabled: i } = u(t);
|
|
9
|
+
return /* @__PURE__ */ a(
|
|
10
|
+
c,
|
|
11
|
+
{
|
|
12
|
+
hideSettingsIcon: !0,
|
|
13
|
+
app: t,
|
|
14
|
+
switchOnClick: (d) => {
|
|
15
|
+
i(d);
|
|
16
|
+
},
|
|
17
|
+
switchChecked: o,
|
|
18
|
+
teamId: ((p = e.team) == null ? void 0 : p.id) || void 0,
|
|
19
|
+
children: /* @__PURE__ */ a(
|
|
20
|
+
l,
|
|
21
|
+
{
|
|
22
|
+
eventType: e,
|
|
23
|
+
slug: t.slug,
|
|
24
|
+
disabled: n,
|
|
25
|
+
getAppData: r,
|
|
26
|
+
setAppData: s
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
};
|
|
32
|
+
export {
|
|
33
|
+
b as default
|
|
34
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { jsx as a, jsxs as m } from "react/jsx-runtime";
|
|
2
|
+
import { J as h, k as n } from "./index-jTqJooNt.js";
|
|
3
|
+
import { A as I } from "./AppCard-9m9p6YSL.js";
|
|
4
|
+
import { u as C } from "./useIsAppEnabled-1m8rIQ8P.js";
|
|
5
|
+
const R = function({ app: s, eventType: o }) {
|
|
6
|
+
var i;
|
|
7
|
+
const { getAppData: p, setAppData: r, disabled: t } = h(), c = p("SITE_ID"), d = p("SCRIPT_URL"), { enabled: l, updateEnabled: u } = C(s);
|
|
8
|
+
return /* @__PURE__ */ a(
|
|
9
|
+
I,
|
|
10
|
+
{
|
|
11
|
+
app: s,
|
|
12
|
+
switchOnClick: (e) => {
|
|
13
|
+
u(e);
|
|
14
|
+
},
|
|
15
|
+
switchChecked: l,
|
|
16
|
+
teamId: ((i = o.team) == null ? void 0 : i.id) || void 0,
|
|
17
|
+
children: /* @__PURE__ */ m("fieldset", { className: "space-y-2", disabled: t, children: [
|
|
18
|
+
/* @__PURE__ */ a(
|
|
19
|
+
n,
|
|
20
|
+
{
|
|
21
|
+
disabled: t,
|
|
22
|
+
name: "Script URL",
|
|
23
|
+
value: d,
|
|
24
|
+
defaultValue: "https://us.umami.is/script.js",
|
|
25
|
+
placeholder: "Enter the script source URL",
|
|
26
|
+
onChange: (e) => {
|
|
27
|
+
r("SCRIPT_URL", e.target.value);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
),
|
|
31
|
+
/* @__PURE__ */ a(
|
|
32
|
+
n,
|
|
33
|
+
{
|
|
34
|
+
disabled: t,
|
|
35
|
+
name: "Site ID",
|
|
36
|
+
value: c,
|
|
37
|
+
placeholder: "Enter your Site ID",
|
|
38
|
+
onChange: (e) => {
|
|
39
|
+
r("SITE_ID", e.target.value);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
)
|
|
43
|
+
] })
|
|
44
|
+
}
|
|
45
|
+
);
|
|
46
|
+
};
|
|
47
|
+
export {
|
|
48
|
+
R as default
|
|
49
|
+
};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { jsx as a, jsxs as u } from "react/jsx-runtime";
|
|
2
|
+
import { J as h, k as n } from "./index-jTqJooNt.js";
|
|
3
|
+
import { A } from "./AppCard-9m9p6YSL.js";
|
|
4
|
+
import { u as I } from "./useIsAppEnabled-1m8rIQ8P.js";
|
|
5
|
+
const E = function({ app: t, eventType: i }) {
|
|
6
|
+
var d;
|
|
7
|
+
const { getAppData: o, setAppData: s, disabled: r } = h(), l = o("MATOMO_URL"), p = o("SITE_ID"), { enabled: c, updateEnabled: m } = I(t);
|
|
8
|
+
return /* @__PURE__ */ a(
|
|
9
|
+
A,
|
|
10
|
+
{
|
|
11
|
+
hideSettingsIcon: !0,
|
|
12
|
+
app: t,
|
|
13
|
+
switchOnClick: (e) => {
|
|
14
|
+
m(e);
|
|
15
|
+
},
|
|
16
|
+
switchChecked: c,
|
|
17
|
+
teamId: ((d = i.team) == null ? void 0 : d.id) || void 0,
|
|
18
|
+
children: /* @__PURE__ */ u("div", { className: "flex flex-col gap-2", children: [
|
|
19
|
+
/* @__PURE__ */ a(
|
|
20
|
+
n,
|
|
21
|
+
{
|
|
22
|
+
dataTestid: `${t.slug}-url`,
|
|
23
|
+
name: "Matomo URL",
|
|
24
|
+
placeholder: "Enter your Matomo URL here",
|
|
25
|
+
value: l,
|
|
26
|
+
disabled: r,
|
|
27
|
+
onChange: (e) => {
|
|
28
|
+
s("MATOMO_URL", e.target.value);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
),
|
|
32
|
+
/* @__PURE__ */ a(
|
|
33
|
+
n,
|
|
34
|
+
{
|
|
35
|
+
dataTestid: `${t.slug}-site-id`,
|
|
36
|
+
disabled: r,
|
|
37
|
+
name: "Site ID",
|
|
38
|
+
placeholder: "Enter your Site ID",
|
|
39
|
+
value: p,
|
|
40
|
+
onChange: (e) => {
|
|
41
|
+
s("SITE_ID", e.target.value);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
)
|
|
45
|
+
] })
|
|
46
|
+
}
|
|
47
|
+
);
|
|
48
|
+
};
|
|
49
|
+
export {
|
|
50
|
+
E as default
|
|
51
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { J as m } from "./index-jTqJooNt.js";
|
|
3
|
+
import { A as c } from "./AppCard-9m9p6YSL.js";
|
|
4
|
+
import { u } from "./useIsAppEnabled-1m8rIQ8P.js";
|
|
5
|
+
import l from "./EventTypeAppSettingsInterface-TYPdYPPl.js";
|
|
6
|
+
const b = function({ app: t, eventType: e }) {
|
|
7
|
+
var p;
|
|
8
|
+
const { getAppData: r, setAppData: s, disabled: n } = m(), { enabled: o, updateEnabled: i } = u(t);
|
|
9
|
+
return /* @__PURE__ */ a(
|
|
10
|
+
c,
|
|
11
|
+
{
|
|
12
|
+
hideSettingsIcon: !0,
|
|
13
|
+
app: t,
|
|
14
|
+
switchOnClick: (d) => {
|
|
15
|
+
i(d);
|
|
16
|
+
},
|
|
17
|
+
switchChecked: o,
|
|
18
|
+
teamId: ((p = e.team) == null ? void 0 : p.id) || void 0,
|
|
19
|
+
children: /* @__PURE__ */ a(
|
|
20
|
+
l,
|
|
21
|
+
{
|
|
22
|
+
eventType: e,
|
|
23
|
+
slug: t.slug,
|
|
24
|
+
disabled: n,
|
|
25
|
+
getAppData: r,
|
|
26
|
+
setAppData: s
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
};
|
|
32
|
+
export {
|
|
33
|
+
b as default
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { J as m } from "./index-jTqJooNt.js";
|
|
3
|
+
import { A as c } from "./AppCard-9m9p6YSL.js";
|
|
4
|
+
import { u } from "./useIsAppEnabled-1m8rIQ8P.js";
|
|
5
|
+
import l from "./EventTypeAppSettingsInterface-jq-VsbFe.js";
|
|
6
|
+
const b = function({ app: t, eventType: e }) {
|
|
7
|
+
var p;
|
|
8
|
+
const { getAppData: r, setAppData: s, disabled: n } = m(), { enabled: o, updateEnabled: i } = u(t);
|
|
9
|
+
return /* @__PURE__ */ a(
|
|
10
|
+
c,
|
|
11
|
+
{
|
|
12
|
+
hideSettingsIcon: !0,
|
|
13
|
+
app: t,
|
|
14
|
+
switchOnClick: (d) => {
|
|
15
|
+
i(d);
|
|
16
|
+
},
|
|
17
|
+
switchChecked: o,
|
|
18
|
+
teamId: ((p = e.team) == null ? void 0 : p.id) || void 0,
|
|
19
|
+
children: /* @__PURE__ */ a(
|
|
20
|
+
l,
|
|
21
|
+
{
|
|
22
|
+
eventType: e,
|
|
23
|
+
slug: t.slug,
|
|
24
|
+
disabled: n,
|
|
25
|
+
getAppData: r,
|
|
26
|
+
setAppData: s
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
};
|
|
32
|
+
export {
|
|
33
|
+
b as default
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { J as m } from "./index-jTqJooNt.js";
|
|
3
|
+
import { A as c } from "./AppCard-9m9p6YSL.js";
|
|
4
|
+
import { u } from "./useIsAppEnabled-1m8rIQ8P.js";
|
|
5
|
+
import l from "./EventTypeAppSettingsInterface-NnKlcbB9.js";
|
|
6
|
+
const b = function({ app: t, eventType: e }) {
|
|
7
|
+
var p;
|
|
8
|
+
const { getAppData: r, setAppData: s, disabled: n } = m(), { enabled: o, updateEnabled: i } = u(t);
|
|
9
|
+
return /* @__PURE__ */ a(
|
|
10
|
+
c,
|
|
11
|
+
{
|
|
12
|
+
hideSettingsIcon: !0,
|
|
13
|
+
app: t,
|
|
14
|
+
switchOnClick: (d) => {
|
|
15
|
+
i(d);
|
|
16
|
+
},
|
|
17
|
+
switchChecked: o,
|
|
18
|
+
teamId: ((p = e.team) == null ? void 0 : p.id) || void 0,
|
|
19
|
+
children: /* @__PURE__ */ a(
|
|
20
|
+
l,
|
|
21
|
+
{
|
|
22
|
+
eventType: e,
|
|
23
|
+
slug: t.slug,
|
|
24
|
+
disabled: n,
|
|
25
|
+
getAppData: r,
|
|
26
|
+
setAppData: s
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
};
|
|
32
|
+
export {
|
|
33
|
+
b as default
|
|
34
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { J as m } from "./index-jTqJooNt.js";
|
|
3
|
+
import { A as c } from "./AppCard-9m9p6YSL.js";
|
|
4
|
+
import { u as l } from "./useIsAppEnabled-1m8rIQ8P.js";
|
|
5
|
+
import u from "./EventTypeAppSettingsInterface-ubeZQTeO.js";
|
|
6
|
+
const g = function({ eventType: e, app: t }) {
|
|
7
|
+
var p;
|
|
8
|
+
const { enabled: r, updateEnabled: s } = l(t), { disabled: o, getAppData: n, setAppData: d } = m();
|
|
9
|
+
return /* @__PURE__ */ a(
|
|
10
|
+
c,
|
|
11
|
+
{
|
|
12
|
+
app: t,
|
|
13
|
+
switchOnClick: (i) => {
|
|
14
|
+
s(i);
|
|
15
|
+
},
|
|
16
|
+
switchChecked: r,
|
|
17
|
+
teamId: ((p = e.team) == null ? void 0 : p.id) || void 0,
|
|
18
|
+
children: /* @__PURE__ */ a(
|
|
19
|
+
u,
|
|
20
|
+
{
|
|
21
|
+
eventType: e,
|
|
22
|
+
slug: t.slug,
|
|
23
|
+
disabled: o,
|
|
24
|
+
getAppData: n,
|
|
25
|
+
setAppData: d
|
|
26
|
+
}
|
|
27
|
+
)
|
|
28
|
+
}
|
|
29
|
+
);
|
|
30
|
+
};
|
|
31
|
+
export {
|
|
32
|
+
g as default
|
|
33
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { y as b, G as f, J as y, K as E, W as P } from "./index-jTqJooNt.js";
|
|
3
|
+
import { useState as C } from "react";
|
|
4
|
+
import { A as g } from "./AppCard-9m9p6YSL.js";
|
|
5
|
+
import { u as v } from "./useIsAppEnabled-1m8rIQ8P.js";
|
|
6
|
+
import w from "./EventTypeAppSettingsInterface-ZKoyhNO9.js";
|
|
7
|
+
const q = function({
|
|
8
|
+
app: e,
|
|
9
|
+
eventType: t,
|
|
10
|
+
eventTypeFormMetadata: p
|
|
11
|
+
}) {
|
|
12
|
+
var n;
|
|
13
|
+
const { t: i } = b(), r = f.usePathname(), { getAppData: a, setAppData: m, disabled: c } = y(), { enabled: d, updateEnabled: l } = v(e), u = E(p), [h, T] = C(a("enabled")), s = !h && u;
|
|
14
|
+
return /* @__PURE__ */ o(
|
|
15
|
+
g,
|
|
16
|
+
{
|
|
17
|
+
returnTo: `${P}${r}?tabName=apps`,
|
|
18
|
+
app: e,
|
|
19
|
+
switchChecked: d,
|
|
20
|
+
switchOnClick: (A) => {
|
|
21
|
+
l(A);
|
|
22
|
+
},
|
|
23
|
+
teamId: ((n = t.team) == null ? void 0 : n.id) || void 0,
|
|
24
|
+
disableSwitch: s,
|
|
25
|
+
switchTooltip: s ? i("other_payment_app_enabled") : void 0,
|
|
26
|
+
children: /* @__PURE__ */ o(
|
|
27
|
+
w,
|
|
28
|
+
{
|
|
29
|
+
eventType: t,
|
|
30
|
+
slug: e.slug,
|
|
31
|
+
disabled: c,
|
|
32
|
+
getAppData: a,
|
|
33
|
+
setAppData: m
|
|
34
|
+
}
|
|
35
|
+
)
|
|
36
|
+
}
|
|
37
|
+
);
|
|
38
|
+
};
|
|
39
|
+
export {
|
|
40
|
+
q as default
|
|
41
|
+
};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { jsx as t, jsxs as h } from "react/jsx-runtime";
|
|
2
|
+
import { J as m, k as p } from "./index-jTqJooNt.js";
|
|
3
|
+
import { A } from "./AppCard-9m9p6YSL.js";
|
|
4
|
+
import { u as I } from "./useIsAppEnabled-1m8rIQ8P.js";
|
|
5
|
+
const x = function({ app: a, eventType: s }) {
|
|
6
|
+
var i;
|
|
7
|
+
const { getAppData: r, setAppData: n, disabled: o } = m(), d = r("TRACKING_ID"), l = r("API_HOST"), { enabled: c, updateEnabled: u } = I(a);
|
|
8
|
+
return /* @__PURE__ */ t(
|
|
9
|
+
A,
|
|
10
|
+
{
|
|
11
|
+
hideSettingsIcon: !0,
|
|
12
|
+
app: a,
|
|
13
|
+
switchOnClick: (e) => {
|
|
14
|
+
u(e);
|
|
15
|
+
},
|
|
16
|
+
switchChecked: c,
|
|
17
|
+
teamId: ((i = s.team) == null ? void 0 : i.id) || void 0,
|
|
18
|
+
children: /* @__PURE__ */ h("div", { className: "flex flex-col gap-2", children: [
|
|
19
|
+
/* @__PURE__ */ t(
|
|
20
|
+
p,
|
|
21
|
+
{
|
|
22
|
+
required: !0,
|
|
23
|
+
disabled: o,
|
|
24
|
+
name: "Tracking ID",
|
|
25
|
+
value: d,
|
|
26
|
+
placeholder: "Enter your Tracking ID",
|
|
27
|
+
onChange: (e) => {
|
|
28
|
+
n("TRACKING_ID", e.target.value);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
),
|
|
32
|
+
/* @__PURE__ */ t(
|
|
33
|
+
p,
|
|
34
|
+
{
|
|
35
|
+
required: !0,
|
|
36
|
+
disabled: o,
|
|
37
|
+
name: "Api host",
|
|
38
|
+
value: l,
|
|
39
|
+
placeholder: "Enter your Api host url",
|
|
40
|
+
onChange: (e) => {
|
|
41
|
+
n("API_HOST", e.target.value);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
)
|
|
45
|
+
] })
|
|
46
|
+
}
|
|
47
|
+
);
|
|
48
|
+
};
|
|
49
|
+
export {
|
|
50
|
+
x as default
|
|
51
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { J as d } from "./index-jTqJooNt.js";
|
|
3
|
+
import { A as m } from "./AppCard-9m9p6YSL.js";
|
|
4
|
+
import { u as c } from "./useIsAppEnabled-1m8rIQ8P.js";
|
|
5
|
+
import u from "./EventTypeAppSettingsInterface-SsbpYCOY.js";
|
|
6
|
+
const E = function({ app: t, eventType: e }) {
|
|
7
|
+
var p;
|
|
8
|
+
const { getAppData: r, setAppData: s, disabled: n } = d(), { enabled: o, updateEnabled: i } = c(t);
|
|
9
|
+
return /* @__PURE__ */ a(
|
|
10
|
+
m,
|
|
11
|
+
{
|
|
12
|
+
hideSettingsIcon: !0,
|
|
13
|
+
app: t,
|
|
14
|
+
switchOnClick: i,
|
|
15
|
+
switchChecked: o,
|
|
16
|
+
teamId: ((p = e.team) == null ? void 0 : p.id) || void 0,
|
|
17
|
+
children: /* @__PURE__ */ a(
|
|
18
|
+
u,
|
|
19
|
+
{
|
|
20
|
+
eventType: e,
|
|
21
|
+
slug: t.slug,
|
|
22
|
+
disabled: n,
|
|
23
|
+
getAppData: r,
|
|
24
|
+
setAppData: s
|
|
25
|
+
}
|
|
26
|
+
)
|
|
27
|
+
}
|
|
28
|
+
);
|
|
29
|
+
};
|
|
30
|
+
export {
|
|
31
|
+
E as default
|
|
32
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
+
import { y as b, G as f, J as y, K as E, W as C } from "./index-jTqJooNt.js";
|
|
3
|
+
import { useState as P } from "react";
|
|
4
|
+
import { A as g } from "./AppCard-9m9p6YSL.js";
|
|
5
|
+
import { u as v } from "./useIsAppEnabled-1m8rIQ8P.js";
|
|
6
|
+
import w from "./EventTypeAppSettingsInterface-659frs2F.js";
|
|
7
|
+
const W = function({
|
|
8
|
+
app: t,
|
|
9
|
+
eventType: e,
|
|
10
|
+
eventTypeFormMetadata: n
|
|
11
|
+
}) {
|
|
12
|
+
var o;
|
|
13
|
+
const { t: i } = b(), r = f.usePathname(), { getAppData: a, setAppData: c, disabled: m } = y(), { enabled: d, updateEnabled: l } = v(t), u = E(n), [h] = P(a("enabled")), s = !h && u;
|
|
14
|
+
return /* @__PURE__ */ p(
|
|
15
|
+
g,
|
|
16
|
+
{
|
|
17
|
+
returnTo: `${C}${r}?tabName=apps`,
|
|
18
|
+
app: t,
|
|
19
|
+
switchChecked: d,
|
|
20
|
+
switchOnClick: (A) => {
|
|
21
|
+
l(A);
|
|
22
|
+
},
|
|
23
|
+
teamId: ((o = e.team) == null ? void 0 : o.id) || void 0,
|
|
24
|
+
disableSwitch: s,
|
|
25
|
+
switchTooltip: s ? i("other_payment_app_enabled") : void 0,
|
|
26
|
+
children: /* @__PURE__ */ p(
|
|
27
|
+
w,
|
|
28
|
+
{
|
|
29
|
+
eventType: e,
|
|
30
|
+
slug: t.slug,
|
|
31
|
+
disabled: m,
|
|
32
|
+
getAppData: a,
|
|
33
|
+
setAppData: c
|
|
34
|
+
}
|
|
35
|
+
)
|
|
36
|
+
}
|
|
37
|
+
);
|
|
38
|
+
};
|
|
39
|
+
export {
|
|
40
|
+
W as default
|
|
41
|
+
};
|