Skip to content

Commit

Permalink
tag version Cal.com version v4.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 11, 2025
1 parent 710d46c commit 2b6e3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcom
Submodule calcom updated 36 files
+4 −1 .github/CODEOWNERS
+8 −0 .yarn/versions/81bea150.yml
+1 −1 apps/api/v2/package.json
+103 −1 apps/api/v2/src/ee/bookings/2024-08-13/controllers/e2e/user-bookings.e2e-spec.ts
+9 −1 apps/api/v2/src/ee/bookings/2024-08-13/services/input.service.ts
+4 −0 apps/api/v2/src/ee/bookings/2024-08-13/services/output.service.ts
+114 −8 apps/api/v2/swagger/documentation.json
+1 −1 apps/web/app/(use-page-wrapper)/auth/error/page.tsx
+1 −1 apps/web/package.json
+1 −1 apps/web/public/static/locales/ja/common.json
+111 −4 docs/api-reference/v2/openapi.json
+ packages/app-store-cli/.yarn/ci-cache/install-state.gz
+13 −7 packages/app-store/salesforce/lib/CrmService.ts
+212 −0 packages/core/getAggregatedAvailability/getAggregatedAvailability.test.ts
+25 −9 packages/core/getAggregatedAvailability/index.ts
+3 −3 packages/embeds/embed-core/src/preview.ts
+38 −28 packages/features/auth/lib/next-auth-options.ts
+7 −1 packages/features/insights/context/InsightsOrgTeamsProvider.tsx
+29 −28 packages/features/insights/filters/OrgTeamsFilter.tsx
+10 −0 packages/features/shell/SideBar.tsx
+4 −0 packages/lib/bookings/getAllUserBookings.ts
+254 −129 packages/lib/slots.test.ts
+50 −25 packages/lib/slots.ts
+ packages/platform/constants/.yarn/ci-cache/install-state.gz
+ packages/platform/enums/.yarn/ci-cache/install-state.gz
+ packages/platform/types/.yarn/ci-cache/install-state.gz
+33 −0 packages/platform/types/bookings/2024-08-13/inputs/get-bookings.input.ts
+5 −0 packages/platform/types/bookings/2024-08-13/outputs/booking.output.ts
+1 −1 packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.ts
+ packages/platform/utils/.yarn/ci-cache/install-state.gz
+ packages/prisma/.yarn/ci-cache/install-state.gz
+1 −1 packages/prisma/schema.prisma
+16 −0 packages/trpc/server/routers/viewer/bookings/get.handler.ts
+2 −0 packages/trpc/server/routers/viewer/bookings/get.schema.ts
+3 −6 packages/trpc/server/routers/viewer/slots/util.ts
+5 −5 yarn.lock

0 comments on commit 2b6e3c1

Please sign in to comment.