@calcom/atoms 1.7.1 → 1.8.0-booker
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-DR3jIl7N.js → AddressInput-E1ARKDg7.js} +5 -5
- package/dist/{AlbyPriceComponent-2k8JXx0O.js → AlbyPriceComponent-jBcuDvZa.js} +24 -24
- package/dist/{PhoneInput-Nhiv23jS.js → PhoneInput-qXboae9k.js} +62 -62
- package/dist/cal-atoms.js +5 -36
- package/dist/index-GQl0OyJB.js +88695 -0
- package/dist/index-QBpbC_ZD.js +1957 -0
- package/dist/{index-QG3p1fzr.js → index-bGbS5CRI.js} +1 -1
- package/dist/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/EventMeta.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/Header.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/OverlayCalendar/OverlayCalendar.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/hooks/useBookings.d.ts +1 -1
- package/dist/packages/features/bookings/Booker/utils/event.d.ts +33 -33
- package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.d.ts +1 -1
- package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/create-booking.d.ts +91 -91
- package/dist/packages/features/bookings/lib/create-recurring-booking.d.ts +91 -91
- package/dist/packages/features/bookings/lib/get-booking.d.ts +9 -9
- package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts +38 -38
- package/dist/packages/features/bookings/lib/getCalendarLinks.d.ts +41 -0
- package/dist/packages/features/bookings/lib/getCalendarLinks.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/getCalendarLinks.test.d.ts +2 -0
- package/dist/packages/features/bookings/lib/getCalendarLinks.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleInternalNote.d.ts +2 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.d.ts +33 -33
- package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.d.ts +57 -57
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.d.ts +57 -57
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts +57 -57
- package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts +46 -46
- package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.d.ts +45 -45
- package/dist/packages/features/bookings/lib/handleNewBooking.d.ts +364 -364
- package/dist/packages/features/bookings/lib/handleNewBooking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handlePayment.d.ts +49 -0
- package/dist/packages/features/bookings/lib/handlePayment.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.d.ts +33 -33
- package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.d.ts +33 -33
- package/dist/packages/features/bookings/lib/requiresConfirmation/getBookingRequest.d.ts +39 -39
- package/dist/packages/features/components/controlled-dialog/index.d.ts.map +1 -1
- package/dist/packages/features/components/phone-input/PhoneInput.d.ts.map +1 -1
- package/dist/packages/features/ee/billing/organizations/index.d.ts +1 -2
- package/dist/packages/features/ee/billing/organizations/index.d.ts.map +1 -1
- package/dist/packages/features/ee/billing/organizations/internal-organization-billing.d.ts +2 -2
- package/dist/packages/features/ee/billing/organizations/organization-billing.repository.d.ts +32 -4
- package/dist/packages/features/ee/billing/organizations/organization-billing.repository.d.ts.map +1 -1
- package/dist/packages/features/ee/payments/server/stripe-service.d.ts +23 -0
- package/dist/packages/features/ee/payments/server/stripe-service.d.ts.map +1 -0
- package/dist/packages/features/ee/round-robin/lib/bookingLocationService.d.ts +125 -0
- package/dist/packages/features/ee/round-robin/lib/bookingLocationService.d.ts.map +1 -0
- package/dist/packages/features/ee/round-robin/lib/bookingLocationService.test.d.ts +2 -0
- package/dist/packages/features/ee/round-robin/lib/bookingLocationService.test.d.ts.map +1 -0
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts +30 -30
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts.map +1 -1
- package/dist/packages/features/ee/round-robin/roundRobinReassignment.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/api/scheduleEmailReminders.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/repository/workflowReminder.d.ts +6 -6
- package/dist/packages/features/eventtypes/components/AddVerifiedEmail.d.ts +7 -0
- package/dist/packages/features/eventtypes/components/AddVerifiedEmail.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/tabs/advanced/CustomEventTypeModal.d.ts +1 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/CustomEventTypeModal.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/lib/eventNaming.d.ts +28 -0
- package/dist/packages/features/eventtypes/lib/eventNaming.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/lib/eventNaming.test.d.ts +2 -0
- package/dist/packages/features/eventtypes/lib/eventNaming.test.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts +33 -33
- package/dist/packages/features/eventtypes/lib/getTeamEventType.d.ts +12 -12
- package/dist/packages/features/eventtypes/lib/types.d.ts +1 -1
- package/dist/packages/features/eventtypes/lib/types.d.ts.map +1 -1
- package/dist/packages/features/shell/user-dropdown/UserDropdown.d.ts +2 -2
- package/dist/packages/features/shell/user-dropdown/UserDropdown.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAddVerifiedEmail.d.ts +15 -0
- package/dist/packages/platform/atoms/event-types/hooks/useAddVerifiedEmail.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts +17 -17
- package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/hooks/useGetVerifiedEmails.d.ts +3 -0
- package/dist/packages/platform/atoms/event-types/hooks/useGetVerifiedEmails.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/wrappers/EventAdvancedPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/bookings/useCreateBooking.d.ts +91 -91
- package/dist/packages/platform/atoms/hooks/bookings/useCreateInstantBooking.d.ts +91 -91
- package/dist/packages/platform/atoms/hooks/bookings/useCreateRecurringBooking.d.ts +91 -91
- package/dist/packages/platform/atoms/hooks/bookings/useGetBookingForReschedule.d.ts +3 -3
- package/dist/packages/platform/atoms/hooks/bookings/useHandleBookEvent.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/event-types/public/useAtomGetPublicEvent.d.ts +33 -33
- package/dist/packages/platform/atoms/hooks/schedules/useAtomSchedule.d.ts +3 -3
- package/dist/packages/platform/atoms/hooks/schedules/useAtomUpdateSchedule.d.ts +3 -3
- package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts.map +1 -1
- package/dist/packages/platform/atoms/index.d.ts +0 -36
- package/dist/packages/platform/atoms/index.d.ts.map +1 -1
- package/dist/packages/platform/atoms/lib/appendClientIdToEmail.d.ts +2 -0
- package/dist/packages/platform/atoms/lib/appendClientIdToEmail.d.ts.map +1 -0
- package/dist/packages/platform/libraries/event-types.d.ts +5 -5
- package/dist/packages/platform/libraries/event-types.d.ts.map +1 -1
- package/dist/packages/platform/libraries/index.d.ts +3 -3
- package/dist/packages/platform/libraries/index.d.ts.map +1 -1
- package/dist/packages/prisma/zod/impersonations.d.ts +2 -2
- package/dist/packages/prisma/zod/ratelimit.d.ts +2 -2
- package/dist/packages/prisma/zod/task.d.ts +2 -2
- package/dist/packages/prisma/zod/teamfeatures.d.ts +2 -2
- package/dist/packages/prisma/zod/userfeatures.d.ts +2 -2
- package/dist/packages/prisma/zod/webhookscheduledtriggers.d.ts +2 -2
- package/dist/packages/prisma/zod-utils.d.ts +1 -0
- package/dist/packages/prisma/zod-utils.d.ts.map +1 -1
- package/dist/packages/trpc/react/hooks/useMeQuery.d.ts +2 -2
- package/dist/packages/trpc/react/shared.d.ts +1 -1
- package/dist/packages/trpc/react/shared.d.ts.map +1 -1
- package/dist/packages/trpc/react/trpc.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/AppCard-bt7zv8gh.js +0 -281
- package/dist/AppListCardPlatformWrapper-VhYhJs_R.js +0 -9
- package/dist/AppListCardWebWrapper-NUv3j3xt.js +0 -74
- package/dist/AppSettingsInterface-buo7m9T8.js +0 -75
- package/dist/AppSettingsInterface-pSKkGg41.js +0 -23
- package/dist/AppSettingsInterface-zXTKl0m5.js +0 -29
- package/dist/DateRangePicker-bTMo0QHP.js +0 -74
- package/dist/EventTypeAppCardInterface-09iYOcZc.js +0 -39
- package/dist/EventTypeAppCardInterface-22oySUhU.js +0 -42
- package/dist/EventTypeAppCardInterface-4J2r0kDm.js +0 -34
- package/dist/EventTypeAppCardInterface-6ARDh1hB.js +0 -34
- package/dist/EventTypeAppCardInterface-6N-ocotc.js +0 -34
- package/dist/EventTypeAppCardInterface-ALjgH4W_.js +0 -34
- package/dist/EventTypeAppCardInterface-Ayfx5tRN.js +0 -39
- package/dist/EventTypeAppCardInterface-DcTMtSbr.js +0 -24
- package/dist/EventTypeAppCardInterface-DqaD8qmA.js +0 -34
- package/dist/EventTypeAppCardInterface-KjJnnhe2.js +0 -51
- package/dist/EventTypeAppCardInterface-SS33HaLT.js +0 -24
- package/dist/EventTypeAppCardInterface-TIEM8D8u.js +0 -41
- package/dist/EventTypeAppCardInterface-UIXAwi3z.js +0 -32
- package/dist/EventTypeAppCardInterface-UhZiYpC_.js +0 -858
- package/dist/EventTypeAppCardInterface-Uv0b0YwY.js +0 -34
- package/dist/EventTypeAppCardInterface-WvWtKyzR.js +0 -32
- package/dist/EventTypeAppCardInterface-ZTWUUx-j.js +0 -31
- package/dist/EventTypeAppCardInterface-Zce0NZR5.js +0 -33
- package/dist/EventTypeAppCardInterface-bj9lQhmN.js +0 -24
- package/dist/EventTypeAppCardInterface-cWLQDtAR.js +0 -86
- package/dist/EventTypeAppCardInterface-fwF9ZNE1.js +0 -42
- package/dist/EventTypeAppCardInterface-lLtnjlZW.js +0 -34
- package/dist/EventTypeAppCardInterface-oHgBXT0z.js +0 -24
- package/dist/EventTypeAppCardInterface-uSw2xD2a.js +0 -41
- package/dist/EventTypeAppCardInterface-uaT7p9un.js +0 -24
- package/dist/EventTypeAppCardInterface-vmdHhgZV.js +0 -51
- package/dist/EventTypeAppCardInterface-zkJKrgZb.js +0 -49
- package/dist/EventTypeAppSettingsInterface-108_BODL.js +0 -78
- package/dist/EventTypeAppSettingsInterface-Q0ZDtoUj.js +0 -25
- package/dist/EventTypeAppSettingsInterface-Qnr0HCO0.js +0 -43
- package/dist/EventTypeAppSettingsInterface-VeVCHNBB.js +0 -24
- package/dist/EventTypeAppSettingsInterface-_Yc814Cl.js +0 -221
- package/dist/EventTypeAppSettingsInterface-gg2Ef5DU.js +0 -48
- package/dist/EventTypeAppSettingsInterface-gkHBitj8.js +0 -106
- package/dist/EventTypeAppSettingsInterface-jJT8-1ML.js +0 -120
- package/dist/EventTypeAppSettingsInterface-lUvYXuGl.js +0 -72
- package/dist/EventTypeAppSettingsInterface-mfeygayG.js +0 -343
- package/dist/EventTypeAppSettingsInterface-siyUmyxC.js +0 -23
- package/dist/EventTypeAppSettingsInterface-u1frTGTk.js +0 -23
- package/dist/EventTypeAppSettingsInterface-ykuyZiXU.js +0 -42
- package/dist/InstallAppButton-JXhBVaYJ.js +0 -29
- package/dist/InstallAppButton-UL42QGKr.js +0 -14
- package/dist/InstallAppButton-c2chNE6g.js +0 -14
- package/dist/InstallAppButton-rvYPqvGJ.js +0 -58
- package/dist/StripePaymentForm-1yTkAicU.js +0 -493
- package/dist/currencyOptions-kannG2hu.js +0 -61
- package/dist/index-6aqrxRA8.js +0 -166397
- package/dist/index-heZJ0K97.js +0 -28
- package/dist/index-miF5qVsp.js +0 -518
- package/dist/useIsAppEnabled-aAe8QNQ3.js +0 -18
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.