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 May 4, 2024
1 parent 72c221a commit 0945517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcom
Submodule calcom updated 25 files
+1 −0 apps/api/v1/lib/validations/booking.ts
+5 −0 apps/api/v1/pages/api/docs.ts
+1 −0 apps/web/package.json
+2 −2 apps/web/playwright/webhook.e2e.ts
+7 −0 apps/web/public/static/locales/en/common.json
+40 −0 packages/core/getUserAvailability.ts
+6 −4 packages/emails/email-manager.ts
+55 −0 packages/emails/src/templates/OrganizationAdminNoSlots.tsx
+1 −0 packages/emails/src/templates/index.ts
+51 −0 packages/emails/templates/organization-admin-no-slots-email.ts
+14 −12 packages/features/bookings/lib/handleNewBooking.ts
+52 −0 packages/features/ee/organizations/pages/components/NoSlotsNotificationSwitch.tsx
+2 −0 packages/features/ee/organizations/pages/settings/general.tsx
+4 −2 packages/features/ee/workflows/components/WorkflowStepContainer.tsx
+11 −0 packages/features/redis/IRedisService.d.ts
+33 −0 packages/features/redis/RedisService.ts
+2 −0 packages/prisma/migrations/20240429100018_add_org_admin_no_slots_notification/migration.sql
+1 −0 packages/prisma/schema.prisma
+2 −0 packages/trpc/server/routers/viewer/organizations/list.handler.ts
+13 −6 packages/trpc/server/routers/viewer/organizations/update.handler.ts
+1 −0 packages/trpc/server/routers/viewer/organizations/update.schema.ts
+120 −0 packages/trpc/server/routers/viewer/slots/handleNotificationWhenNoSlots.test.ts
+128 −0 packages/trpc/server/routers/viewer/slots/handleNotificationWhenNoSlots.ts
+59 −39 packages/trpc/server/routers/viewer/slots/util.ts
+2 −0 turbo.json

0 comments on commit 0945517

Please sign in to comment.