This repository was archived by the owner on Oct 29, 2025. It is now read-only.
Commit 2af42e2
committed
tag version Cal.com version v5.6.4
1 parent 7330755 commit 2af42e2
1 file changed
+1
-1
lines changed- .changeset/shiny-jokes-matter.md+5
- .changeset/stale-tires-report.md+5
- .changeset/tough-dingos-own.md+5
- .yarn/versions/f92a7769.yml+3
- apps/api/v2/package.json+1-1
- apps/api/v2/src/ee/bookings/2024-08-13/controllers/e2e/seated-bookings.e2e-spec.ts+5-8
- apps/api/v2/src/ee/bookings/2024-08-13/controllers/e2e/variable-length-bookings.e2e-spec.ts+76-1
- apps/api/v2/src/ee/bookings/2024-08-13/services/input.service.ts+4-1
- apps/api/v2/src/ee/event-types-private-links/event-types-private-links.module.ts-1
- apps/api/v2/src/modules/atoms/atoms.module.ts+4
- apps/api/v2/src/modules/atoms/controllers/atoms.verification.controller.ts+108
- apps/api/v2/src/modules/atoms/inputs/check-email-verification-required-params.ts+13
- apps/api/v2/src/modules/atoms/inputs/send-verification-email.input.ts+23
- apps/api/v2/src/modules/atoms/inputs/verify-email-code.input.ts+12
- apps/api/v2/src/modules/atoms/outputs/send-verification-email.output.ts+25
- apps/api/v2/src/modules/atoms/outputs/verify-email-code.output.ts+25
- apps/api/v2/src/modules/atoms/services/verification-atom.service.ts+64
- apps/web/app/(booking-page-wrapper)/team/[slug]/[type]/page.tsx+21-7
- apps/web/app/(booking-page-wrapper)/team/[slug]/[type]/pageWithCachedData.tsx+3-3
- apps/web/app/(booking-page-wrapper)/team/[slug]/[type]/queries.ts+12
- apps/web/middleware.ts-16
- apps/web/package.json+1-2
- apps/web/public/static/locales/en/common.json+1
- docs/platform/atoms/booker.mdx+1
- package.json-1
- packages/app-store/googlecalendar/lib/CalendarService.ts+8-1
- packages/features/bookings/Booker/Booker.tsx+19-17
- packages/features/insights/components/BookedByCell.tsx+28-8
- packages/features/insights/components/routing/RoutingFormResponsesTable.tsx+7-11
- packages/features/insights/components/routing/RoutingKPICards.tsx+7-20
- packages/features/insights/filters/Download/RoutingFormResponsesDownload.tsx+4-12
- packages/features/insights/hooks/useInsightsBookings.ts+1-1
- packages/features/insights/hooks/useInsightsColumns.tsx+52-9
- packages/features/insights/hooks/useInsightsParameters.ts+1-1
- packages/features/insights/lib/types.ts+7-19
- packages/features/insights/server/raw-data.schema.ts+27-8
- packages/features/insights/server/routing-events.ts+22-298
- packages/features/insights/server/trpc-router.ts+28-39
- packages/lib/CalendarManager.ts+4-1
- packages/lib/package.json+1
- packages/lib/rateLimit.ts+17
- packages/lib/server/service/InsightsBookingBaseService.ts+10-2
- packages/lib/server/service/InsightsRoutingBaseService.ts+286-30
- packages/lib/server/service/__tests__/InsightsBookingService.integration-test.ts+14-8
- packages/lib/server/service/__tests__/InsightsRoutingService.integration-test.ts+159-26
- packages/platform/atoms/booker/BookerPlatformWrapper.tsx+36-30
- packages/platform/atoms/booker/types.ts+1
- packages/platform/atoms/hooks/useMe.ts+1-1
- packages/platform/atoms/hooks/useVerifyCode.ts+115
- packages/platform/atoms/hooks/useVerifyEmail.ts+104
- packages/platform/examples/base/src/pages/booking.tsx+1
- packages/platform/libraries/index.ts+8
- packages/prisma/.yarn/ci-cache/install-state.gz
- packages/trpc/server/routers/publicViewer/checkIfUserEmailVerificationRequired.handler.ts+10-1
- packages/trpc/server/routers/viewer/auth/sendVerifyEmailCode.handler.ts+11-4
- packages/trpc/server/routers/viewer/auth/verifyCodeUnAuthenticated.handler.ts+4
- packages/trpc/server/routers/viewer/bookings/confirm.handler.ts+1
- packages/trpc/server/routers/viewer/organizations/verifyCode.handler.ts+16-3
- turbo.json+2-1
- yarn.lock+11-49
0 commit comments