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 Aug 20, 2024
1 parent ac34dc3 commit 56f0713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcom
Submodule calcom updated 63 files
+1 −1 .github/PULL_REQUEST_TEMPLATE.md
+21 −3 .github/workflows/publish-report.yml
+1 −1 README.md
+10 −3 apps/api/v1/lib/validations/payment.ts
+1 −0 apps/api/v1/lib/validations/team.ts
+1 −1 apps/api/v1/pages/api/availabilities/[id]/_delete.ts
+1 −1 apps/api/v1/pages/api/availabilities/[id]/_get.ts
+1 −1 apps/api/v1/pages/api/availabilities/[id]/_patch.ts
+1 −1 apps/api/v1/pages/api/availabilities/_post.ts
+2 −2 apps/api/v1/pages/api/docs.ts
+1 −1 apps/api/v1/pages/api/event-types/[id]/_delete.ts
+1 −1 apps/api/v1/pages/api/event-types/[id]/_get.ts
+1 −1 apps/api/v1/pages/api/event-types/[id]/_patch.ts
+1 −1 apps/api/v1/pages/api/event-types/_get.ts
+1 −1 apps/api/v1/pages/api/event-types/_post.ts
+1 −0 apps/api/v1/pages/api/teams/[teamId]/_patch.ts
+1 −1 apps/api/v1/pages/api/teams/[teamId]/event-types/_get.ts
+1 −0 apps/api/v1/pages/api/teams/_post.ts
+1 −1 apps/api/v1/pages/api/webhooks/[id]/_delete.ts
+1 −1 apps/api/v1/pages/api/webhooks/[id]/_get.ts
+1 −1 apps/api/v1/pages/api/webhooks/[id]/_patch.ts
+1 −1 apps/api/v1/pages/api/webhooks/_get.ts
+1 −1 apps/api/v1/pages/api/webhooks/_post.ts
+1 −1 apps/web/modules/users/views/users-type-public-view.getServerSideProps.tsx
+7 −7 apps/web/playwright/dynamic-booking-pages.e2e.ts
+1 −0 apps/web/playwright/event-types.e2e.ts
+1 −0 apps/web/public/static/locales/cs/common.json
+1 −0 apps/web/public/static/locales/da/common.json
+5 −0 apps/web/public/static/locales/en/common.json
+1 −0 apps/web/public/static/locales/es/common.json
+2 −0 apps/web/public/static/locales/eu/common.json
+1 −0 apps/web/public/static/locales/ja/common.json
+1 −0 apps/web/public/static/locales/ko/common.json
+1 −0 apps/web/public/static/locales/nl/common.json
+1 −0 apps/web/public/static/locales/no/common.json
+1 −0 apps/web/public/static/locales/pl/common.json
+1 −0 apps/web/public/static/locales/pt-BR/common.json
+1 −0 apps/web/public/static/locales/ro/common.json
+1 −0 apps/web/public/static/locales/ru/common.json
+1 −0 apps/web/public/static/locales/sr/common.json
+1 −0 apps/web/public/static/locales/sv/common.json
+1 −0 apps/web/public/static/locales/tr/common.json
+1 −0 apps/web/public/static/locales/uk/common.json
+2 −1 apps/web/public/static/locales/vi/common.json
+1 −0 apps/web/public/static/locales/zh-CN/common.json
+1 −0 apps/web/public/static/locales/zh-TW/common.json
+1 −1 packages/emails/email-manager.ts
+1 −1 packages/features/bookings/components/event-meta/Details.tsx
+75 −24 packages/features/bookings/components/event-meta/Duration.tsx
+2 −9 packages/features/bookings/lib/handleNewBooking.ts
+145 −0 packages/features/bookings/lib/handleSeats/test/handleSeats.test.ts
+5 −4 packages/features/ee/organizations/pages/settings/attributes/attributes-edit-view.tsx
+27 −1 packages/platform/atoms/availability/AvailabilitySettings.tsx
+9 −0 packages/prisma/migrations/20240816083533_attribute_feature_flag/migration.sql
+2 −0 packages/trpc/package.json
+7 −3 packages/trpc/server/routers/viewer/teams/inviteMember/__mocks__/inviteMemberUtils.ts
+1 −1 packages/trpc/server/routers/viewer/teams/inviteMember/inviteMember.handler.test.ts
+12 −1 packages/trpc/server/routers/viewer/teams/inviteMember/inviteMemberUtils.test.ts
+2 −1 packages/trpc/server/routers/viewer/teams/inviteMember/types.ts
+29 −1 packages/trpc/tsconfig.json
+7 −2 packages/ui/components/apps/AllApps.tsx
+1 −0 packages/ui/components/icon/icon-list.mjs
+2 −2 turbo.json

0 comments on commit 56f0713

Please sign in to comment.