Skip to content

Commit

Permalink
tag version Cal.com version v4.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 25, 2024
1 parent 6f727dd commit 94a4ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcom
Submodule calcom updated 25 files
+1 −1 apps/api/v2/package.json
+80 −1 apps/api/v2/src/ee/event-types/event-types_2024_06_14/controllers/event-types.controller.e2e-spec.ts
+25 −8 apps/api/v2/src/ee/event-types/event-types_2024_06_14/services/output-event-types.service.ts
+4 −3 apps/api/v2/swagger/documentation.json
+6 −0 apps/web/app/api/tasks/cron/route.ts
+1 −1 apps/web/package.json
+1 −1 docs/developing/open-source-contribution/contributors-guide.mdx
+3 −3 packages/app-store/googlecalendar/api/callback.ts
+45 −0 packages/app-store/routing-forms/__tests__/zod.test.ts
+9 −1 packages/app-store/routing-forms/zod.ts
+2 −0 packages/features/bookings/lib/handleNewBooking.ts
+1 −1 packages/features/embed/Embed.tsx
+1 −1 packages/features/tasker/repository.ts
+5 −1 packages/lib/event-types/transformers/api-to-internal/locations.ts
+206 −180 packages/lib/event-types/transformers/internal-to-api/booking-fields.ts
+67 −0 packages/lib/event-types/transformers/internal-to-api/internal-to-api.spec.ts
+1 −1 packages/lib/event-types/transformers/internal/locations.ts
+4 −2 packages/platform/atoms/event-types/atom-api-transformers/transformApiEventTypeForAtom.ts
+1 −0 packages/platform/libraries/index.ts
+1 −1 packages/platform/types/bookings/2024-08-13/inputs/create-booking-input.pipe.ts
+1 −79 packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.ts
+1 −1 packages/platform/types/event-types/event-types_2024_06_14/inputs/booking-fields.input.ts
+4 −4 packages/platform/types/event-types/event-types_2024_06_14/inputs/locations.input.ts
+65 −6 packages/platform/types/event-types/event-types_2024_06_14/outputs/booking-fields.output.ts
+30 −1,182 yarn.lock

0 comments on commit 94a4ce2

Please sign in to comment.