@calcom/atoms 1.0.101-booker → 1.0.102-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/README.md +18 -1
- package/dist/{AddressInput-juYkbZV2.js → AddressInput-SsWYIER6.js} +1 -1
- package/dist/{AlbyPriceComponent-zPblWsmO.js → AlbyPriceComponent-ZTDUjSTR.js} +1 -1
- package/dist/{PhoneInput-lzIUvvEp.js → PhoneInput-OrfnJILr.js} +1 -1
- package/dist/cal-atoms.js +5 -3
- package/dist/{index-pxPagOVY.js → index-21QJFBtu.js} +1 -1
- package/dist/{index-4eiX6cBE.js → index-XAs7JDE6.js} +32 -33
- package/dist/{index-1iD3RAuF.js → index-iUtbhTr7.js} +47722 -48528
- package/dist/packages/features/bookings/Booker/Booker.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/AvailableTimeSlots.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/BookEventForm/BookFormAsModal.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/BookEventForm/BookingFields.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/DatePicker.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/DryRunMessage.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/InstantBooking.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/LargeCalendar.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/OutOfOfficeInSlots.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/RedirectToInstantMeetingModal.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/hooks/useBookerLayout.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/hooks/useBookingForm.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/hooks/useBookings.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/hooks/useCalendars.d.ts +84 -6
- package/dist/packages/features/bookings/Booker/components/hooks/useCalendars.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/hooks/useOverlayCalendar.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/hooks/useSkipConfirmStep.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/hooks/useSlots.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/hooks/useVerifyCode.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/hooks/useVerifyEmail.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/config.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/store.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/types.d.ts +1 -0
- package/dist/packages/features/bookings/Booker/types.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/utils/dates.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/utils/event.d.ts +25 -3
- package/dist/packages/features/bookings/Booker/utils/event.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/utils/getBookerTimezone.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/utils/isBookingDryRun.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/utils/isFeatureEnabledForVisitor.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/utils/isSlotEquivalent.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/utils/isTimeslotAvailable.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/utils/lastBookingResponse.d.ts +1 -1
- package/dist/packages/features/bookings/Booker/utils/lastBookingResponse.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/utils/layout.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/utils/query-param.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/utils/use-brand-colors.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/book-event-form/booking-to-mutation-input-mapper.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/create-booking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/create-instant-booking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/create-recurring-booking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/doesBookingRequireConfirmation.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/get-booking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/getAllCredentials.d.ts +1 -1
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/getAllCredentials.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/refreshCredentials.d.ts +1 -6
- package/dist/packages/features/bookings/lib/getAllCredentialsForUsersOnEvent/refreshCredentials.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/getBookingDataSchema.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/getBookingDataSchemaForApi.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/getBookingFields.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/getBookingInfo.d.ts +16 -0
- package/dist/packages/features/bookings/lib/getBookingInfo.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/getBookingResponsesSchema.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts +3 -0
- package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/getCalEventResponses.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/getLocationOptionsForSelect.d.ts +1 -1
- package/dist/packages/features/bookings/lib/getUserBooking.d.ts +8 -0
- package/dist/packages/features/bookings/lib/getUserBooking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/getWebhookPayloadForBooking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleCancelBooking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/addVideoCallDataToEvent.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/checkBookingAndDurationLimits.d.ts +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/checkBookingAndDurationLimits.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/checkIfBookerEmailIsBlocked.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.d.ts +2 -3
- package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.d.ts +611 -3
- package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/findBookingQuery.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getBookingData.d.ts +180 -3
- package/dist/packages/features/bookings/lib/handleNewBooking/getBookingData.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.d.ts +1192 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts +9 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getLocationValuesForDb.d.ts +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getLocationValuesForDb.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getRequiresConfirmationFlags.d.ts +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/getRequiresConfirmationFlags.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getSeatedBooking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/loadAndValidateUsers.d.ts +2 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/loadAndValidateUsers.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts +2 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/logger.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/buildDryRunBooking.test.d.ts +2 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/buildDryRunBooking.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/buildEventForTeamEventType.test.d.ts +2 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/buildEventForTeamEventType.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/seatedRoundRobin.test.d.ts +2 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/seatedRoundRobin.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/validateBookingTimeIsNotOutOfBounds.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/validateEventLength.d.ts +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/validateEventLength.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking.d.ts +98 -1
- package/dist/packages/features/bookings/lib/handleNewBooking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewRecurringBooking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleSeats/cancel/cancelAttendeeSeat.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleSeats/handleSeats.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleSeats/lib/lastAttendeeDeleteBooking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/attendee/attendeeRescheduleSeatedBooking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/combineTwoSeatedBookings.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/moveSeatedBookingToNewTimeSlot.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/rescheduleSeatedBooking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleWebhookTrigger.d.ts +2 -2
- package/dist/packages/features/bookings/lib/handleWebhookTrigger.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/requiresConfirmation/getBookingRequest.d.ts +122 -0
- package/dist/packages/features/bookings/lib/requiresConfirmation/getBookingRequest.d.ts.map +1 -0
- package/dist/packages/features/bookings/types.d.ts +1 -1
- package/dist/packages/features/bookings/types.d.ts.map +1 -1
- package/dist/packages/features/data-table/DataTableProvider.d.ts +1 -0
- package/dist/packages/features/data-table/DataTableProvider.d.ts.map +1 -1
- package/dist/packages/features/data-table/components/DataTable.d.ts +2 -1
- package/dist/packages/features/data-table/components/DataTable.d.ts.map +1 -1
- package/dist/packages/features/data-table/components/DataTableWrapper.d.ts +3 -1
- package/dist/packages/features/data-table/components/DataTableWrapper.d.ts.map +1 -1
- package/dist/packages/features/data-table/components/filters/ActiveFilters.d.ts.map +1 -1
- package/dist/packages/features/data-table/components/filters/ClearFiltersButton.d.ts.map +1 -1
- package/dist/packages/features/data-table/components/filters/DateRangeFilter.d.ts +2 -1
- package/dist/packages/features/data-table/components/filters/DateRangeFilter.d.ts.map +1 -1
- package/dist/packages/features/data-table/components/filters/FilterPopover.d.ts.map +1 -1
- package/dist/packages/features/data-table/components/filters/index.d.ts.map +1 -1
- package/dist/packages/features/data-table/components/filters/useFilterPopoverOpen.d.ts +5 -0
- package/dist/packages/features/data-table/components/filters/useFilterPopoverOpen.d.ts.map +1 -0
- package/dist/packages/features/data-table/components/filters/utils.d.ts.map +1 -1
- package/dist/packages/features/data-table/components/segment/DeleteSegmentDialog.d.ts.map +1 -1
- package/dist/packages/features/data-table/components/segment/FilterSegmentSelect.d.ts.map +1 -1
- package/dist/packages/features/data-table/components/segment/SaveFilterSegmentButton.d.ts.map +1 -1
- package/dist/packages/features/data-table/hooks/useColumnSizingVars.d.ts.map +1 -1
- package/dist/packages/features/data-table/hooks/useFetchMoreOnBottomReached.d.ts.map +1 -1
- package/dist/packages/features/data-table/index.d.ts +1 -0
- package/dist/packages/features/data-table/index.d.ts.map +1 -1
- package/dist/packages/features/data-table/lib/dateRange.d.ts.map +1 -1
- package/dist/packages/features/data-table/lib/parsers.d.ts +127 -0
- package/dist/packages/features/data-table/lib/parsers.d.ts.map +1 -0
- package/dist/packages/features/data-table/lib/serializers.d.ts +90 -0
- package/dist/packages/features/data-table/lib/serializers.d.ts.map +1 -0
- package/dist/packages/features/data-table/lib/server.d.ts +11 -0
- package/dist/packages/features/data-table/lib/server.d.ts.map +1 -1
- package/dist/packages/features/data-table/lib/types.d.ts +2 -1
- package/dist/packages/features/data-table/lib/types.d.ts.map +1 -1
- package/dist/packages/features/data-table/lib/utils.d.ts.map +1 -1
- package/dist/packages/features/ee/billing/api/webhook/__handler.d.ts.map +1 -1
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.d.ts +6 -0
- package/dist/packages/features/ee/billing/api/webhook/_checkout.session.completed.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.deleted.team-plan.d.ts.map +1 -1
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.d.ts +2 -2
- package/dist/packages/features/ee/billing/api/webhook/_invoice.paid.org.d.ts.map +1 -1
- package/dist/packages/features/ee/billing/api/webhook/_payment_intent.succeeded.d.ts.map +1 -1
- package/dist/packages/features/ee/billing/api/webhook/index.d.ts.map +1 -1
- package/dist/packages/features/ee/billing/billing-service.d.ts +1 -0
- package/dist/packages/features/ee/billing/billing-service.d.ts.map +1 -1
- package/dist/packages/features/ee/billing/credit-service.d.ts +64 -0
- package/dist/packages/features/ee/billing/credit-service.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/credit-service.test.d.ts +2 -0
- package/dist/packages/features/ee/billing/credit-service.test.d.ts.map +1 -0
- package/dist/packages/features/ee/billing/stripe-billling-service.d.ts +11 -0
- package/dist/packages/features/ee/billing/stripe-billling-service.d.ts.map +1 -1
- package/dist/packages/features/ee/billing/teams/internal-team-billing.d.ts +5 -0
- package/dist/packages/features/ee/billing/teams/internal-team-billing.d.ts.map +1 -1
- package/dist/packages/features/ee/payments/components/Payment.d.ts.map +1 -1
- package/dist/packages/features/ee/payments/pages/payment.d.ts +4 -0
- package/dist/packages/features/ee/payments/pages/payment.d.ts.map +1 -1
- package/dist/packages/features/ee/round-robin/assignmentReason/AssignmentReasonRecorder.d.ts +49 -6
- package/dist/packages/features/ee/round-robin/assignmentReason/AssignmentReasonRecorder.d.ts.map +1 -1
- package/dist/packages/features/ee/round-robin/handleRescheduleEventManager.d.ts +4 -1
- package/dist/packages/features/ee/round-robin/handleRescheduleEventManager.d.ts.map +1 -1
- 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/handleSMSResponse.d.ts +7 -0
- package/dist/packages/features/ee/workflows/api/handleSMSResponse.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/api/scheduleEmailReminders.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/api/scheduleWhatsappReminders.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/components/AddActionDialog.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/components/DeleteDialog.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/components/TimeTimeUnitInput.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/components/WorkflowStepContainer.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/compareReminderBodyToTemplate.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/getAllWorkflows.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/getOptions.d.ts +2 -2
- package/dist/packages/features/ee/workflows/lib/getOptions.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/getWorkflowReminders.d.ts +4 -1
- package/dist/packages/features/ee/workflows/lib/getWorkflowReminders.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts +2 -0
- package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/messageDispatcher.d.ts +42 -0
- package/dist/packages/features/ee/workflows/lib/reminders/messageDispatcher.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/reminders/providers/twilioProvider.d.ts +35 -2
- package/dist/packages/features/ee/workflows/lib/reminders/providers/twilioProvider.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.d.ts +5 -1
- package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.test.d.ts +2 -0
- package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.test.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/reminders/scheduleMandatoryReminder.d.ts +2 -2
- package/dist/packages/features/ee/workflows/lib/reminders/scheduleMandatoryReminder.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/smsReminderManager.d.ts +2 -0
- package/dist/packages/features/ee/workflows/lib/reminders/smsReminderManager.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/customTemplate.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/smsReminderTemplate.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCancelledTemplate.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventCompletedTemplate.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventReminderTemplate.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/whatsapp/whatsappEventRescheduledTemplate.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/utils.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/verifyPhoneNumber.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/whatsappReminderManager.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/repository/workflowOptOutContact.d.ts +6 -0
- package/dist/packages/features/ee/workflows/lib/repository/workflowOptOutContact.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/repository/workflowReminder.d.ts +18 -0
- package/dist/packages/features/ee/workflows/lib/repository/workflowReminder.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/service/workflowOptOutService.d.ts +5 -0
- package/dist/packages/features/ee/workflows/lib/service/workflowOptOutService.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/AddMembersWithSwitch.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/AssignAllTeamMembers.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/CheckedTeamSelect.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/CheckedUserSelect.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/ChildrenEventTypeSelect.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/DuplicateDialog.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/EditWeightsForAllTeamMembers.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/EventType.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/EventTypeDescription.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/HostEditDialogs.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/MultiDropdownSelect.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/MultiplePrivateLinksController.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/SkeletonLoader.d.ts +0 -1
- package/dist/packages/features/eventtypes/components/SkeletonLoader.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/dialogs/AssignmentWarningDialog.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/DisableAllEmailsSetting.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.d.ts +4 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/tabs/ai/EventAITab.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/tabs/apps/EventAppsTab.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/tabs/assignment/EventTeamAssignmentTab.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/tabs/availability/EventAvailabilityTab.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/tabs/instant/EventInstantTab.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/tabs/limits/EventLimitsTab.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/tabs/recurring/EventRecurringTab.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/tabs/setup/EventSetupTab.d.ts +4 -0
- package/dist/packages/features/eventtypes/components/tabs/setup/EventSetupTab.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/tabs/webhooks/EventWebhooksTab.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/tabs/workflows/EventWorkfowsTab.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts +21 -0
- package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/lib/types.d.ts +2 -0
- package/dist/packages/features/eventtypes/lib/types.d.ts.map +1 -1
- package/dist/packages/features/form-builder/Components.d.ts.map +1 -1
- package/dist/packages/features/form-builder/FormBuilder.d.ts.map +1 -1
- package/dist/packages/features/form-builder/FormBuilderField.d.ts.map +1 -1
- package/dist/packages/features/form-builder/schema.d.ts.map +1 -1
- package/dist/packages/features/form-builder/useShouldBeDisabledDueToPrefill.d.ts.map +1 -1
- package/dist/packages/features/form-builder/utils/getFieldIdentifier.d.ts.map +1 -1
- package/dist/packages/features/form-builder/utils/variantsConfig.d.ts +1 -1
- package/dist/packages/features/form-builder/utils/variantsConfig.d.ts.map +1 -1
- package/dist/packages/features/form-builder/utils.d.ts.map +1 -1
- package/dist/packages/features/schedules/components/DateOverrideInputDialog.d.ts.map +1 -1
- package/dist/packages/features/schedules/components/DateOverrideList.d.ts.map +1 -1
- package/dist/packages/features/schedules/components/Schedule.d.ts.map +1 -1
- package/dist/packages/features/schedules/components/ScheduleListItem.d.ts.map +1 -1
- package/dist/packages/features/schedules/lib/use-schedule/useApiV2AvailableSlots.d.ts +6 -0
- package/dist/packages/features/schedules/lib/use-schedule/useApiV2AvailableSlots.d.ts.map +1 -0
- package/dist/packages/features/schedules/lib/use-schedule/useNonEmptyScheduleDays.d.ts.map +1 -1
- package/dist/packages/features/schedules/lib/use-schedule/useSchedule.d.ts +232 -84
- package/dist/packages/features/schedules/lib/use-schedule/useSchedule.d.ts.map +1 -1
- package/dist/packages/features/schedules/lib/use-schedule/useSlotsForDate.d.ts.map +1 -1
- package/dist/packages/features/schedules/lib/use-schedule/useTimesForSchedule.d.ts.map +1 -1
- package/dist/packages/features/shell/banners/useBanners.d.ts.map +1 -1
- package/dist/packages/features/shell/navigation/Navigation.d.ts.map +1 -1
- package/dist/packages/features/shell/useBottomNavItems.d.ts.map +1 -1
- package/dist/packages/platform/atoms/add-members-switch/AddMembersWithSwitchPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/availability/AvailabilitySettings.d.ts.map +1 -1
- package/dist/packages/platform/atoms/availability/wrappers/AvailabilitySettingsPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/booker/BookerPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/booker/types.d.ts +1 -0
- package/dist/packages/platform/atoms/booker/types.d.ts.map +1 -1
- package/dist/packages/platform/atoms/booker-embed/BookerEmbed.d.ts +1 -0
- package/dist/packages/platform/atoms/booker-embed/BookerEmbed.d.ts.map +1 -1
- package/dist/packages/platform/atoms/booker-embed/useGetRoutingFormUrlProps.d.ts.map +1 -1
- package/dist/packages/platform/atoms/calendar-settings/wrappers/CalendarSettingsPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/connect/OAuthConnect.d.ts.map +1 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/ConferencingAppsViewPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomBulkUpdateEventTypesToDefaultLocation.d.ts +4 -0
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomBulkUpdateEventTypesToDefaultLocation.d.ts.map +1 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomGetEventTypes.d.ts.map +1 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useAtomsGetInstalledConferencingApps.d.ts.map +1 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useConnect.d.ts +3 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useConnect.d.ts.map +1 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useDeleteCredential.d.ts.map +1 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useGetDefaultConferencingApp.d.ts.map +1 -1
- package/dist/packages/platform/atoms/connect/conferencing-apps/hooks/useUpdateUserDefaultConferencingApp.d.ts.map +1 -1
- package/dist/packages/platform/atoms/destination-calendar/DestinationCalendar.d.ts.map +1 -1
- package/dist/packages/platform/atoms/destination-calendar/DestinationCalendarSelector.d.ts.map +1 -1
- package/dist/packages/platform/atoms/destination-calendar/wrappers/DestinationCalendarSettingsPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/atom-api-transformers/transformApiEventTypeForAtom.d.ts +43 -23
- package/dist/packages/platform/atoms/event-types/atom-api-transformers/transformApiEventTypeForAtom.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeAppIntegration.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts +10 -0
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypePaymentInfo.d.ts +4 -0
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypePaymentInfo.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAtomHostSchedules.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAtomUpdateEventType.d.ts +12 -0
- package/dist/packages/platform/atoms/event-types/hooks/useAtomUpdateEventType.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/hooks/useHandleRouteChange.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/hooks/usePlatformTabsNavigations.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/hooks/useTabsNavigations.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/hooks/useTeamMembersWithSegment.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/payments/PaymentForm.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/payments/StripePaymentForm.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/wrappers/CreateEventTypePlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventAdvancedPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventAvailabilityTabPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventLimitsTabPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventPaymentsTabPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventRecurringTabPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventSetupTabPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventTeamAssignmentTabPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventTypePlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/bookings/useBooking.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/bookings/useBookings.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/bookings/useCancelBooking.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/bookings/useCreateBooking.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/bookings/useCreateInstantBooking.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/bookings/useCreateRecurringBooking.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/bookings/useGetBookingForReschedule.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/bookings/useHandleBookEvent.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/calendars/useAddSelectedCalendar.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/calendars/useDeleteCalendarCredentials.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/calendars/useRemoveSelectedCalendar.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/calendars/useUpdateDestinationCalendars.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/connect/useCheck.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/connect/useConnect.d.ts +2 -4
- package/dist/packages/platform/atoms/hooks/connect/useConnect.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventType.d.ts +4 -0
- package/dist/packages/platform/atoms/hooks/event-types/private/useCreateEventType.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/event-types/private/useCreateTeamEventType.d.ts +4 -0
- package/dist/packages/platform/atoms/hooks/event-types/private/useCreateTeamEventType.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteEventTypeById.d.ts +4 -0
- package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteEventTypeById.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/event-types/private/useDeleteTeamEventTypeById.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/event-types/private/useEventTypeById.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/event-types/public/useEventType.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/event-types/public/useEventTypes.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventType.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventTypes.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationBookings.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationUserBookings.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/schedules/useDeleteSchedule.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/schedules/useSchedule.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/schedules/useUpdateSchedule.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/stripe/useCheck.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/stripe/useConnect.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/teams/useTeamMembers.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/useAvailableSlots.d.ts +0 -2
- package/dist/packages/platform/atoms/hooks/useAvailableSlots.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/useCalendarsBusyTimes.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts +84 -6
- package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/useDeleteSelectedSlot.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/useOAuthClient.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/useOAuthFlow.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/usePublicEvent.d.ts +21 -0
- package/dist/packages/platform/atoms/hooks/usePublicEvent.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/useReserveSlot.d.ts +2 -2
- package/dist/packages/platform/atoms/hooks/useReserveSlot.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/useSlots.d.ts +2 -1
- package/dist/packages/platform/atoms/hooks/useSlots.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/useTimezone.d.ts.map +1 -1
- package/dist/packages/platform/atoms/index.d.ts +2 -0
- package/dist/packages/platform/atoms/index.d.ts.map +1 -1
- package/dist/packages/platform/atoms/lib/getPlaceholderContent.d.ts.map +1 -1
- package/dist/packages/platform/atoms/lib/getQueryParam.d.ts.map +1 -1
- package/dist/packages/platform/atoms/lib/setQueryParam.d.ts.map +1 -1
- package/dist/packages/platform/atoms/lib/useLocale.d.ts +10 -0
- package/dist/packages/platform/atoms/lib/useLocale.d.ts.map +1 -0
- package/dist/packages/platform/atoms/router/Router.d.ts +1 -1
- package/dist/packages/platform/atoms/router/Router.d.ts.map +1 -1
- package/dist/packages/platform/atoms/selected-calendars/SelectedCalendarsSettings.d.ts.map +1 -1
- package/dist/packages/platform/atoms/selected-calendars/wrappers/SelectedCalendarsSettingsPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/src/components/atoms-wrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/src/components/ui/dialog.d.ts +4 -4
- package/dist/packages/platform/atoms/src/components/ui/dialog.d.ts.map +1 -1
- package/dist/packages/platform/atoms/src/components/ui/shell.d.ts.map +1 -1
- package/dist/packages/platform/atoms/src/components/ui/switch.d.ts +1 -1
- package/dist/packages/platform/atoms/src/components/ui/toast.d.ts +5 -5
- package/dist/packages/platform/atoms/src/components/ui/use-toast.d.ts.map +1 -1
- package/dist/packages/platform/atoms/src/lib/timeZones.d.ts.map +1 -1
- package/dist/packages/platform/atoms/vite.config.d.ts.map +1 -1
- package/dist/packages/platform/libraries/emails.d.ts +6 -0
- package/dist/packages/platform/libraries/emails.d.ts.map +1 -1
- package/dist/packages/platform/libraries/event-types.d.ts +1 -1
- package/dist/packages/platform/libraries/event-types.d.ts.map +1 -1
- package/dist/packages/platform/libraries/index.d.ts +4 -0
- package/dist/packages/platform/libraries/index.d.ts.map +1 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.d.ts +3 -3
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.d.ts.map +1 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/location.input.d.ts +1 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/location.input.d.ts.map +1 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/validators/validate-metadata.d.ts.map +1 -1
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-bookings.output.d.ts +10 -0
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/get-bookings.output.d.ts.map +1 -1
- package/dist/packages/platform/types/calendars/index.d.ts +2 -0
- package/dist/packages/platform/types/calendars/index.d.ts.map +1 -0
- package/dist/packages/platform/types/{calendars.d.ts → calendars/inputs/busy-times.input.d.ts} +1 -1
- package/dist/packages/platform/types/calendars/inputs/busy-times.input.d.ts.map +1 -0
- package/dist/packages/platform/types/calendars/inputs/create-calendar-credentials.input.d.ts +5 -0
- package/dist/packages/platform/types/calendars/inputs/create-calendar-credentials.input.d.ts.map +1 -0
- package/dist/packages/platform/types/calendars/inputs/index.d.ts +3 -0
- package/dist/packages/platform/types/calendars/inputs/index.d.ts.map +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-layouts.input.d.ts +5 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booker-layouts.input.d.ts.map +1 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-fields.input.d.ts +5 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-fields.input.d.ts.map +1 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-count.input.d.ts.map +1 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-limits-duration.input.d.ts.map +1 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-window.input.d.ts.map +1 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/confirmation-policy.input.d.ts.map +1 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.d.ts +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.d.ts.map +1 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/locations.input.d.ts.map +1 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.d.ts +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.d.ts.map +1 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booking-fields.output.d.ts +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/booking-fields.output.d.ts.map +1 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/event-type.output.d.ts +1 -0
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/event-type.output.d.ts.map +1 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/locations.output.d.ts +1 -1
- package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/locations.output.d.ts.map +1 -1
- package/dist/packages/platform/types/routing-forms/responses/routing-form-response.output.d.ts +1 -1
- package/dist/packages/platform/types/slots/slots-2024-04-15/inputs/index.d.ts +8 -0
- package/dist/packages/platform/types/slots/slots-2024-04-15/inputs/index.d.ts.map +1 -1
- package/dist/packages/platform/utils/permissions.d.ts.map +1 -1
- package/dist/packages/prisma/zod/app_routingforms_formresponse.d.ts +3 -1
- package/dist/packages/prisma/zod/app_routingforms_formresponse.d.ts.map +1 -1
- package/dist/packages/prisma/zod/booking.d.ts +3 -1
- package/dist/packages/prisma/zod/booking.d.ts.map +1 -1
- package/dist/packages/prisma/zod/bookingdenormalized.d.ts +84 -0
- package/dist/packages/prisma/zod/bookingdenormalized.d.ts.map +1 -0
- package/dist/packages/prisma/zod/bookingtimestatusdenormalized.d.ts +87 -0
- package/dist/packages/prisma/zod/bookingtimestatusdenormalized.d.ts.map +1 -0
- package/dist/packages/prisma/zod/calendarcache.d.ts +3 -0
- package/dist/packages/prisma/zod/calendarcache.d.ts.map +1 -1
- package/dist/packages/prisma/zod/credential.d.ts +5 -1
- package/dist/packages/prisma/zod/credential.d.ts.map +1 -1
- package/dist/packages/prisma/zod/creditbalance.d.ts +36 -0
- package/dist/packages/prisma/zod/creditbalance.d.ts.map +1 -0
- package/dist/packages/prisma/zod/creditexpenselog.d.ts +41 -0
- package/dist/packages/prisma/zod/creditexpenselog.d.ts.map +1 -0
- package/dist/packages/prisma/zod/custom/eventtype.d.ts +40 -0
- package/dist/packages/prisma/zod/custom/eventtype.d.ts.map +1 -1
- package/dist/packages/prisma/zod/delegationcredential.d.ts +2 -1
- package/dist/packages/prisma/zod/delegationcredential.d.ts.map +1 -1
- package/dist/packages/prisma/zod/eventtype.d.ts +44 -0
- package/dist/packages/prisma/zod/eventtype.d.ts.map +1 -1
- package/dist/packages/prisma/zod/index.d.ts +7 -0
- package/dist/packages/prisma/zod/index.d.ts.map +1 -1
- package/dist/packages/prisma/zod/membership.d.ts +6 -0
- package/dist/packages/prisma/zod/membership.d.ts.map +1 -1
- package/dist/packages/prisma/zod/organizationsettings.d.ts +3 -0
- package/dist/packages/prisma/zod/organizationsettings.d.ts.map +1 -1
- package/dist/packages/prisma/zod/platformbilling.d.ts +3 -0
- package/dist/packages/prisma/zod/platformbilling.d.ts.map +1 -1
- package/dist/packages/prisma/zod/role.d.ts +41 -0
- package/dist/packages/prisma/zod/role.d.ts.map +1 -0
- package/dist/packages/prisma/zod/rolepermission.d.ts +31 -0
- package/dist/packages/prisma/zod/rolepermission.d.ts.map +1 -0
- package/dist/packages/prisma/zod/routingformresponse.d.ts +2 -2
- package/dist/packages/prisma/zod/routingformresponsedenormalized.d.ts +102 -0
- package/dist/packages/prisma/zod/routingformresponsedenormalized.d.ts.map +1 -0
- package/dist/packages/prisma/zod/routingformresponsefield.d.ts +35 -0
- package/dist/packages/prisma/zod/routingformresponsefield.d.ts.map +1 -0
- package/dist/packages/prisma/zod/team.d.ts +2 -1
- package/dist/packages/prisma/zod/team.d.ts.map +1 -1
- package/dist/packages/prisma/zod/user.d.ts +2 -1
- package/dist/packages/prisma/zod/user.d.ts.map +1 -1
- package/dist/packages/prisma/zod/workflowoptoutcontact.d.ts +27 -0
- package/dist/packages/prisma/zod/workflowoptoutcontact.d.ts.map +1 -0
- package/dist/packages/prisma/zod-utils.d.ts +96 -0
- package/dist/packages/prisma/zod-utils.d.ts.map +1 -1
- package/dist/packages/prisma-client/index.d.ts +26559 -11424
- package/dist/packages/trpc/react/hooks/useEmailVerifyCheck.d.ts +11 -2
- package/dist/packages/trpc/react/hooks/useEmailVerifyCheck.d.ts.map +1 -1
- package/dist/packages/trpc/react/hooks/useMeQuery.d.ts +11 -2
- package/dist/packages/trpc/react/hooks/useMeQuery.d.ts.map +1 -1
- 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/server/routers/viewer/slots/_router.d.ts +15 -6
- package/dist/packages/trpc/server/routers/viewer/slots/_router.d.ts.map +1 -1
- package/dist/packages/trpc/server/routers/viewer/slots/getSchedule.handler.d.ts.map +1 -1
- package/dist/packages/trpc/server/routers/viewer/slots/handleNotificationWhenNoSlots.d.ts.map +1 -1
- package/dist/packages/trpc/server/routers/viewer/slots/isAvailable.handler.d.ts.map +1 -1
- package/dist/packages/trpc/server/routers/viewer/slots/reserveSlot.handler.d.ts.map +1 -1
- package/dist/packages/trpc/server/routers/viewer/slots/types.d.ts +2 -2
- package/dist/packages/trpc/server/routers/viewer/slots/types.d.ts.map +1 -1
- package/dist/packages/trpc/server/routers/viewer/slots/util.d.ts +303 -13
- package/dist/packages/trpc/server/routers/viewer/slots/util.d.ts.map +1 -1
- package/package.json +3 -3
- package/dist/packages/features/schedules/components/index.d.ts +0 -7
- package/dist/packages/features/schedules/components/index.d.ts.map +0 -1
- package/dist/packages/features/schedules/index.d.ts +0 -4
- package/dist/packages/features/schedules/index.d.ts.map +0 -1
- package/dist/packages/features/schedules/lib/use-schedule/index.d.ts +0 -5
- package/dist/packages/features/schedules/lib/use-schedule/index.d.ts.map +0 -1
- package/dist/packages/platform/types/calendars.d.ts.map +0 -1
package/README.md
CHANGED
|
@@ -1 +1,18 @@
|
|
|
1
|
-
|
|
1
|
+
Customizable UI components to integrate scheduling into your services.
|
|
2
|
+
|
|
3
|
+
### Support
|
|
4
|
+
Currently supports React 18 and Next 14 while Next 15 is experimental.
|
|
5
|
+
|
|
6
|
+
### Changelog
|
|
7
|
+
1. Changelog can be viewed [here](https://github.com/calcom/cal.com/blob/main/packages/platform/atoms/CHANGELOG.md).
|
|
8
|
+
2. For upcoming changes in the next release click [here](https://github.com/calcom/cal.com/pulls?q=is%3Apr+is%3Aopen+%22chore%3A+version+packages%22+in%3Atitle) to see a pull request titled `chore: version packages` containing next release changes.
|
|
9
|
+
|
|
10
|
+
### Versioning
|
|
11
|
+
1. We use semantic versioning meaning that all updates except major should be safe to update.
|
|
12
|
+
2. If there are breaking changes within a specific version it will be marked as `❗️Breaking change` in the changelog, so please check it out before updating.
|
|
13
|
+
3. Some of the versions are suffixed e.g. `1.0.102-framer` and are intended for isolated use cases, so you most probably
|
|
14
|
+
want to use version without any suffix e.g. `1.0.103`.
|
|
15
|
+
|
|
16
|
+
### Documentation
|
|
17
|
+
Documentation on how to get started with platform solution is [here](https://cal.com/docs/platform/quickstart) and list of atoms can be viewed
|
|
18
|
+
[here](https://cal.com/docs/platform/atoms/cal-provider)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as m, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { I as n, b as c, c as o } from "./index-
|
|
2
|
+
import { I as n, b as c, c as o } from "./index-iUtbhTr7.js";
|
|
3
3
|
function r({ value: s, onChange: t, ...a }) {
|
|
4
4
|
return /* @__PURE__ */ m("div", { className: "relative flex items-center", children: [
|
|
5
5
|
/* @__PURE__ */ e(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as z, jsxs as er } from "react/jsx-runtime";
|
|
2
2
|
import J from "react";
|
|
3
|
-
import { d as tr, S as nr } from "./index-
|
|
3
|
+
import { d as tr, S as nr } from "./index-iUtbhTr7.js";
|
|
4
4
|
const K = function(s, r = !0) {
|
|
5
5
|
if (s.destroyed)
|
|
6
6
|
throw new Error("Hash instance has been destroyed");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as vt } from "react/jsx-runtime";
|
|
2
2
|
import Bt, { useState as $t, useEffect as Gt } from "react";
|
|
3
|
-
import { w as Vt, i as qt, g as Kt, u as Ut, c as It, t as Wt } from "./index-
|
|
3
|
+
import { w as Vt, i as qt, g as Kt, u as Ut, c as It, t as Wt } from "./index-iUtbhTr7.js";
|
|
4
4
|
function Ht() {
|
|
5
5
|
return Vt(qt, arguments);
|
|
6
6
|
}
|
package/dist/cal-atoms.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { _ as Ze, e as ae, f as D, h as Ke, j as qe, k as et, l as ve, m as tt, n as nt, o as Ie, s as Ce, v as ne, p as ut, q as ot, r as at, x as Ee, y as it, z as Ae, A, B as st, M as rt, C as Z, D as lt, E as ct, F as dt, G as pt, H as ft, J as bt, K as gt, L as ht, N as mt, O as vt, P as It, Q as Ct, R as Et, U as At, V as Ft, W as Vt, X as xt, Y as Ot, Z as St, $ as yt, a0 as Dt, a1 as Mt, a2 as Bt, a3 as Lt, a4 as Rt, a5 as Gt, c as
|
|
2
|
-
import { a8 as Yn, a9 as Un, ab as _n, ag as zn, aa as jn, b as Qn, af as $n, ad as Kn, ah as qn, aj as eu, ac as tu, ae as nu, ai as uu } from "./index-
|
|
1
|
+
import { _ as Ze, e as ae, f as D, h as Ke, j as qe, k as et, l as ve, m as tt, n as nt, o as Ie, s as Ce, v as ne, p as ut, q as ot, r as at, x as Ee, y as it, z as Ae, A, B as st, M as rt, C as Z, D as lt, E as ct, F as dt, G as pt, H as ft, J as bt, K as gt, L as ht, N as mt, O as vt, P as It, Q as Ct, R as Et, U as At, V as Ft, W as Vt, X as xt, Y as Ot, Z as St, $ as yt, a0 as Dt, a1 as Mt, a2 as Bt, a3 as Lt, a4 as Rt, a5 as Gt, c as R, a6 as Zt, a7 as Wt } from "./index-iUtbhTr7.js";
|
|
2
|
+
import { a8 as Yn, a9 as Un, ab as _n, ag as zn, aa as jn, b as Qn, af as $n, ad as Kn, ah as qn, aj as eu, ac as tu, ae as nu, ai as uu } from "./index-iUtbhTr7.js";
|
|
3
3
|
import { jsxs as wt, jsx as de } from "react/jsx-runtime";
|
|
4
4
|
import * as m from "react";
|
|
5
|
-
import { useState as ie, useCallback as
|
|
5
|
+
import { useState as ie, useCallback as G, Component as Tt, useMemo as q, Fragment as pe, useRef as $, useEffect as We, forwardRef as Xt } from "react";
|
|
6
6
|
import "react-dom";
|
|
7
7
|
var Ht = ["defaultInputValue", "defaultMenuIsOpen", "defaultValue", "inputValue", "menuIsOpen", "onChange", "onInputChange", "onMenuClose", "onMenuOpen", "value"];
|
|
8
8
|
function kt(o) {
|
|
9
|
-
var n = o.defaultInputValue, i = n === void 0 ? "" : n, l = o.defaultMenuIsOpen, e = l === void 0 ? !1 : l, a = o.defaultValue, r = a === void 0 ? null : a, t = o.inputValue, u = o.menuIsOpen, s = o.onChange, c = o.onInputChange, d = o.onMenuClose, f = o.onMenuOpen, h = o.value, b = Ze(o, Ht), g = ie(t !== void 0 ? t : i), p = ae(g, 2), v = p[0], V = p[1], E = ie(u !== void 0 ? u : e), I = ae(E, 2), M = I[0], C = I[1], x = ie(h !== void 0 ? h : r), F = ae(x, 2), L = F[0], k = F[1], z =
|
|
9
|
+
var n = o.defaultInputValue, i = n === void 0 ? "" : n, l = o.defaultMenuIsOpen, e = l === void 0 ? !1 : l, a = o.defaultValue, r = a === void 0 ? null : a, t = o.inputValue, u = o.menuIsOpen, s = o.onChange, c = o.onInputChange, d = o.onMenuClose, f = o.onMenuOpen, h = o.value, b = Ze(o, Ht), g = ie(t !== void 0 ? t : i), p = ae(g, 2), v = p[0], V = p[1], E = ie(u !== void 0 ? u : e), I = ae(E, 2), M = I[0], C = I[1], x = ie(h !== void 0 ? h : r), F = ae(x, 2), L = F[0], k = F[1], z = G(function(w, J) {
|
|
10
10
|
typeof s == "function" && s(w, J), k(w);
|
|
11
|
-
}, [s]), H =
|
|
11
|
+
}, [s]), H = G(function(w, J) {
|
|
12
12
|
var Y;
|
|
13
13
|
typeof c == "function" && (Y = c(w, J)), V(Y !== void 0 ? Y : w);
|
|
14
|
-
}, [c]), N =
|
|
14
|
+
}, [c]), N = G(function() {
|
|
15
15
|
typeof f == "function" && f(), C(!0);
|
|
16
|
-
}, [f]), S =
|
|
16
|
+
}, [f]), S = G(function() {
|
|
17
17
|
typeof d == "function" && d(), C(!1);
|
|
18
18
|
}, [d]), y = t !== void 0 ? t : v, P = u !== void 0 ? u : M, W = h !== void 0 ? h : L;
|
|
19
19
|
return D(D({}, b), {}, {
|
|
@@ -578,26 +578,26 @@ var cn = function(n) {
|
|
|
578
578
|
n.preventDefault(), n.stopPropagation();
|
|
579
579
|
};
|
|
580
580
|
function dn(o) {
|
|
581
|
-
var n = o.isEnabled, i = o.onBottomArrive, l = o.onBottomLeave, e = o.onTopArrive, a = o.onTopLeave, r = $(!1), t = $(!1), u = $(0), s = $(null), c =
|
|
581
|
+
var n = o.isEnabled, i = o.onBottomArrive, l = o.onBottomLeave, e = o.onTopArrive, a = o.onTopLeave, r = $(!1), t = $(!1), u = $(0), s = $(null), c = G(function(p, v) {
|
|
582
582
|
if (s.current !== null) {
|
|
583
583
|
var V = s.current, E = V.scrollTop, I = V.scrollHeight, M = V.clientHeight, C = s.current, x = v > 0, F = I - M - E, L = !1;
|
|
584
584
|
F > v && r.current && (l && l(p), r.current = !1), x && t.current && (a && a(p), t.current = !1), x && v > F ? (i && !r.current && i(p), C.scrollTop = I, L = !0, r.current = !0) : !x && -v > E && (e && !t.current && e(p), C.scrollTop = 0, L = !0, t.current = !0), L && cn(p);
|
|
585
585
|
}
|
|
586
|
-
}, [i, l, e, a]), d =
|
|
586
|
+
}, [i, l, e, a]), d = G(function(p) {
|
|
587
587
|
c(p, p.deltaY);
|
|
588
|
-
}, [c]), f =
|
|
588
|
+
}, [c]), f = G(function(p) {
|
|
589
589
|
u.current = p.changedTouches[0].clientY;
|
|
590
|
-
}, []), h =
|
|
590
|
+
}, []), h = G(function(p) {
|
|
591
591
|
var v = u.current - p.changedTouches[0].clientY;
|
|
592
592
|
c(p, v);
|
|
593
|
-
}, [c]), b =
|
|
593
|
+
}, [c]), b = G(function(p) {
|
|
594
594
|
if (p) {
|
|
595
595
|
var v = Gt ? {
|
|
596
596
|
passive: !1
|
|
597
597
|
} : !1;
|
|
598
598
|
p.addEventListener("wheel", d, v), p.addEventListener("touchstart", f, v), p.addEventListener("touchmove", h, v);
|
|
599
599
|
}
|
|
600
|
-
}, [h, f, d]), g =
|
|
600
|
+
}, [h, f, d]), g = G(function(p) {
|
|
601
601
|
p && (p.removeEventListener("wheel", d, !1), p.removeEventListener("touchstart", f, !1), p.removeEventListener("touchmove", h, !1));
|
|
602
602
|
}, [h, f, d]);
|
|
603
603
|
return We(function() {
|
|
@@ -636,7 +636,7 @@ var Le = !!(typeof window < "u" && window.document && window.document.createElem
|
|
|
636
636
|
passive: !1
|
|
637
637
|
};
|
|
638
638
|
function pn(o) {
|
|
639
|
-
var n = o.isEnabled, i = o.accountForScrollbars, l = i === void 0 ? !0 : i, e = $({}), a = $(null), r =
|
|
639
|
+
var n = o.isEnabled, i = o.accountForScrollbars, l = i === void 0 ? !0 : i, e = $({}), a = $(null), r = G(function(u) {
|
|
640
640
|
if (Le) {
|
|
641
641
|
var s = document.body, c = s && s.style;
|
|
642
642
|
if (l && Oe.forEach(function(b) {
|
|
@@ -651,7 +651,7 @@ function pn(o) {
|
|
|
651
651
|
}
|
|
652
652
|
s && Be() && (s.addEventListener("touchmove", ye, Q), u && (u.addEventListener("touchstart", Me, Q), u.addEventListener("touchmove", De, Q))), ee += 1;
|
|
653
653
|
}
|
|
654
|
-
}, [l]), t =
|
|
654
|
+
}, [l]), t = G(function(u) {
|
|
655
655
|
if (Le) {
|
|
656
656
|
var s = document.body, c = s && s.style;
|
|
657
657
|
ee = Math.max(ee - 1, 0), l && ee < 1 && Oe.forEach(function(d) {
|
|
@@ -1845,47 +1845,46 @@ const Wn = Zn, wn = ({
|
|
|
1845
1845
|
styles: {
|
|
1846
1846
|
control: (d) => ({
|
|
1847
1847
|
...d,
|
|
1848
|
-
minHeight: i === "sm" ? "28px" : "
|
|
1849
|
-
height: l ? "auto" : i === "sm" ? "28px" : "
|
|
1848
|
+
minHeight: i === "sm" ? "28px" : "32px",
|
|
1849
|
+
height: l ? "auto" : i === "sm" ? "28px" : "32px"
|
|
1850
1850
|
})
|
|
1851
1851
|
},
|
|
1852
1852
|
classNames: {
|
|
1853
|
-
input: () =>
|
|
1854
|
-
option: (d) =>
|
|
1853
|
+
input: () => R("text-emphasis", r == null ? void 0 : r.input),
|
|
1854
|
+
option: (d) => R(
|
|
1855
1855
|
"bg-default flex cursor-pointer justify-between py-1.5 px-2 rounded-md text-default items-center",
|
|
1856
1856
|
d.isFocused && "bg-subtle",
|
|
1857
1857
|
d.isDisabled && "bg-muted",
|
|
1858
1858
|
d.isSelected && "bg-emphasis text-default",
|
|
1859
1859
|
r == null ? void 0 : r.option
|
|
1860
1860
|
),
|
|
1861
|
-
placeholder: (d) =>
|
|
1862
|
-
dropdownIndicator: () => "text-default",
|
|
1863
|
-
control: (d) =>
|
|
1861
|
+
placeholder: (d) => R("text-muted", d.isFocused && n !== "checkbox" && "hidden"),
|
|
1862
|
+
dropdownIndicator: () => R("text-default w-4 h-4"),
|
|
1863
|
+
control: (d) => R(
|
|
1864
1864
|
Wt({ size: i }),
|
|
1865
|
-
d.isMulti ? n === "checkbox" ? "px-3 h-fit" : d.hasValue ? "p-1 h-fit" : "px-3 h-fit" : i === "sm" ? "h-7 px-2" : "h-
|
|
1865
|
+
d.isMulti ? n === "checkbox" ? "px-3 h-fit" : d.hasValue ? "p-1 h-fit" : "px-3 h-fit" : i === "sm" ? "h-7 px-2 py-1" : "h-8 px-3 py-2",
|
|
1866
1866
|
e.isDisabled && "bg-subtle",
|
|
1867
|
-
|
|
1867
|
+
"rounded-[10px]",
|
|
1868
1868
|
"[&:focus-within]:border-emphasis [&:focus-within]:shadow-outline-gray-focused [&:focus-within]:ring-0 !flex",
|
|
1869
1869
|
r == null ? void 0 : r.control
|
|
1870
1870
|
),
|
|
1871
|
-
singleValue: () =>
|
|
1872
|
-
valueContainer: () =>
|
|
1873
|
-
multiValue: () =>
|
|
1871
|
+
singleValue: () => R("text-default placeholder:text-muted", r == null ? void 0 : r.singleValue),
|
|
1872
|
+
valueContainer: () => R("text-default placeholder:text-muted flex gap-1", r == null ? void 0 : r.valueContainer),
|
|
1873
|
+
multiValue: () => R(
|
|
1874
1874
|
"font-medium inline-flex items-center justify-center rounded bg-emphasis text-emphasis leading-none text-xs",
|
|
1875
1875
|
i == "sm" ? "px-1.5 py-[1px] rounded-md" : "py-1 px-1.5 leading-none rounded-lg"
|
|
1876
1876
|
),
|
|
1877
|
-
menu: () =>
|
|
1877
|
+
menu: () => R(
|
|
1878
1878
|
"rounded-lg bg-default text-sm leading-4 text-default mt-1 border border-subtle shadow-dropdown p-1",
|
|
1879
1879
|
r == null ? void 0 : r.menu
|
|
1880
1880
|
),
|
|
1881
1881
|
groupHeading: () => "leading-none text-xs text-muted p-2 font-medium ml-1",
|
|
1882
|
-
menuList: () =>
|
|
1882
|
+
menuList: () => R(
|
|
1883
1883
|
"scroll-bar scrollbar-track-w-20 rounded-md flex flex-col space-y-[1px]",
|
|
1884
1884
|
r == null ? void 0 : r.menuList
|
|
1885
1885
|
),
|
|
1886
|
-
indicatorsContainer: (d) =>
|
|
1887
|
-
d.selectProps.menuIsOpen ? c ? "[&>*:last-child]:rotate-180 [&>*:last-child]:transition-transform" : "rotate-180 transition-transform" : "text-default"
|
|
1888
|
-
// Woo it adds another SVG here on multi for some reason
|
|
1886
|
+
indicatorsContainer: (d) => R(
|
|
1887
|
+
d.selectProps.menuIsOpen ? c ? "[&>*:last-child]:rotate-180 [&>*:last-child]:transition-transform [&>*:last-child]:w-4 [&>*:last-child]:h-4" : "rotate-180 transition-transform w-4 h-4" : "text-default w-4 h-4"
|
|
1889
1888
|
),
|
|
1890
1889
|
multiValueRemove: () => "text-default py-auto",
|
|
1891
1890
|
...a
|
|
@@ -1906,7 +1905,7 @@ function Nn({
|
|
|
1906
1905
|
}, []);
|
|
1907
1906
|
return m.useEffect(() => {
|
|
1908
1907
|
i && r(i);
|
|
1909
|
-
}, [i, r]), /* @__PURE__ */ wt("div", { className:
|
|
1908
|
+
}, [i, r]), /* @__PURE__ */ wt("div", { className: R("relative", l.className), children: [
|
|
1910
1909
|
/* @__PURE__ */ de(
|
|
1911
1910
|
wn,
|
|
1912
1911
|
{
|