Skip to content

Commit

Permalink
Auto updated submodule references
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 8, 2024
1 parent 77b0409 commit d7da108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcom
Submodule calcom updated 93 files
+1 −0 apps/api/v1/lib/validations/team.ts
+28 −2 apps/api/v2/src/lib/throttler-guard.ts
+4 −0 apps/api/v2/src/modules/organizations/inputs/update-organization-team.input.ts
+1 −0 apps/web/app/layout.tsx
+18 −8 apps/web/modules/settings/my-account/appearance-view.tsx
+0 −1 apps/web/modules/settings/my-account/conferencing-view.tsx
+92 −8 apps/web/playwright/change-theme.e2e.ts
+2 −1 apps/web/public/static/locales/ar/common.json
+2 −1 apps/web/public/static/locales/az/common.json
+2 −1 apps/web/public/static/locales/cs/common.json
+2 −1 apps/web/public/static/locales/da/common.json
+2 −1 apps/web/public/static/locales/de/common.json
+2 −1 apps/web/public/static/locales/en/common.json
+2 −1 apps/web/public/static/locales/es-419/common.json
+2 −1 apps/web/public/static/locales/es/common.json
+2 −1 apps/web/public/static/locales/et/common.json
+2 −1 apps/web/public/static/locales/fr/common.json
+2 −1 apps/web/public/static/locales/he/common.json
+2 −1 apps/web/public/static/locales/hu/common.json
+2 −1 apps/web/public/static/locales/it/common.json
+2 −1 apps/web/public/static/locales/ja/common.json
+2 −1 apps/web/public/static/locales/km/common.json
+2 −1 apps/web/public/static/locales/ko/common.json
+2 −1 apps/web/public/static/locales/nl/common.json
+2 −1 apps/web/public/static/locales/no/common.json
+2 −1 apps/web/public/static/locales/pl/common.json
+2 −1 apps/web/public/static/locales/pt-BR/common.json
+2 −1 apps/web/public/static/locales/pt/common.json
+2 −1 apps/web/public/static/locales/ro/common.json
+2 −1 apps/web/public/static/locales/sr/common.json
+2 −1 apps/web/public/static/locales/sv/common.json
+2 −1 apps/web/public/static/locales/tr/common.json
+2 −1 apps/web/public/static/locales/uk/common.json
+2 −1 apps/web/public/static/locales/vi/common.json
+2 −1 apps/web/public/static/locales/zh-CN/common.json
+2 −1 apps/web/public/static/locales/zh-TW/common.json
+7 −1 apps/web/test/utils/bookingScenario/bookingScenario.ts
+2,775 −904 docs/api-reference/v2/openapi.json
+2 −1 i18n.lock
+13 −0 packages/core/bookingLimits/getBusyTimesFromLimits.ts
+23 −3 packages/core/getUserAvailability.ts
+0 −10 packages/emails/lib/generateIcsFile.ts
+22 −33 packages/emails/lib/generateIcsString.ts
+0 −2 packages/emails/templates/attendee-add-guests-email.ts
+0 −2 packages/emails/templates/attendee-cancelled-email.ts
+0 −2 packages/emails/templates/attendee-location-change-email.ts
+0 −2 packages/emails/templates/attendee-rescheduled-email.ts
+0 −4 packages/emails/templates/attendee-scheduled-email.ts
+0 −4 packages/emails/templates/attendee-was-requested-to-reschedule-email.ts
+0 −2 packages/emails/templates/organizer-add-guests-email.ts
+0 −2 packages/emails/templates/organizer-cancelled-email.ts
+0 −2 packages/emails/templates/organizer-location-change-email.ts
+0 −57 packages/emails/templates/organizer-requested-to-reschedule-email.ts
+0 −2 packages/emails/templates/organizer-rescheduled-email.ts
+0 −4 packages/emails/templates/organizer-scheduled-email.ts
+38 −32 packages/features/bookings/Booker/Booker.tsx
+5 −1 packages/features/bookings/Booker/components/BookEventForm/BookingFields.tsx
+9 −2 packages/features/bookings/Booker/components/hooks/useBookerLayout.ts
+1 −1 packages/features/bookings/lib/handleCancelBooking.ts
+8 −0 packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.ts
+109 −21 packages/features/bookings/lib/handleNewBooking/global-booking-limits.test.ts
+9 −3 packages/features/ee/organizations/pages/settings/appearance.tsx
+3 −3 packages/features/ee/teams/pages/team-appearance-view.tsx
+26 −5 packages/features/ee/teams/pages/team-booking-limits-view.tsx
+36 −2 packages/features/ee/workflows/api/scheduleEmailReminders.ts
+8 −7 packages/features/ee/workflows/components/WorkflowStepContainer.tsx
+2 −0 packages/features/ee/workflows/lib/getWorkflowReminders.ts
+30 −60 packages/features/ee/workflows/lib/reminders/emailReminderManager.ts
+1 −1 packages/features/ee/workflows/lib/reminders/reminderScheduler.ts
+2 −2 packages/features/ee/workflows/lib/reminders/smsReminderManager.ts
+7 −4 packages/features/ee/workflows/lib/test/workflows.test.ts
+1 −1 packages/features/settings/ThemeLabel.tsx
+65 −22 packages/lib/CalEventParser.ts
+31 −1 packages/lib/event-types/transformers/internal-to-api/booking-fields.ts
+4 −1 packages/lib/getLabelValueMapFromResponses.ts
+7 −2 packages/lib/server/checkBookingLimits.ts
+1 −0 packages/lib/server/queries/teams/index.ts
+58 −29 packages/lib/server/repository/booking.ts
+1 −0 packages/lib/turndownService.ts
+11 −3 packages/platform/atoms/booker/BookerPlatformWrapper.tsx
+16 −8 packages/platform/atoms/event-types/atom-api-transformers/transformApiEventTypeForAtom.ts
+2 −0 packages/platform/atoms/globals.css
+1 −0 packages/platform/atoms/styles/react-phone-input2.css
+0 −1 packages/platform/examples/base/src/pages/booking.tsx
+2 −0 packages/prisma/migrations/20241003145122_add_include_managed_events_in_limits_to_teams/migration.sql
+2 −1 packages/prisma/schema.prisma
+2 −0 packages/trpc/server/routers/viewer/slots/util.ts
+2 −0 packages/trpc/server/routers/viewer/teams/update.handler.ts
+1 −0 packages/trpc/server/routers/viewer/teams/update.schema.ts
+1 −1 packages/trpc/server/routers/viewer/workflows/activateEventType.handler.ts
+2 −1 packages/trpc/server/routers/viewer/workflows/util.ts
+4 −0 packages/ui/styles/useCalcomTheme.tsx
+1 −1 yarn.lock

0 comments on commit d7da108

Please sign in to comment.