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 Feb 1, 2025
1 parent 9e3ffd5 commit 0295003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcom
Submodule calcom updated 91 files
+6 −2 apps/api/v2/src/modules/organizations/controllers/event-types/organizations-event-types.controller.ts
+6 −2 apps/api/v2/src/modules/organizations/services/event-types/organizations-event-types.service.ts
+10 −2 apps/api/v2/src/modules/teams/event-types/services/teams-event-types.service.ts
+6 −2 apps/api/v2/src/modules/teams/event-types/teams-event-types.repository.ts
+18 −0 apps/api/v2/swagger/documentation.json
+35 −0 apps/web/app/(use-page-wrapper)/(main-nav)/teams/page.tsx
+35 −0 apps/web/app/(use-page-wrapper)/apps/[slug]/setup/page.tsx
+1 −5 apps/web/app/(use-page-wrapper)/auth/oauth2/authorize/page.tsx
+1 −5 apps/web/app/(use-page-wrapper)/auth/platform/authorize/page.tsx
+8 −0 apps/web/app/(use-page-wrapper)/auth/setup/page.tsx
+26 −0 apps/web/app/(use-page-wrapper)/auth/signin/page.tsx
+11 −4 apps/web/app/(use-page-wrapper)/booking/[uid]/page.tsx
+1 −2 apps/web/app/(use-page-wrapper)/booking/dry-run-successful/page.tsx
+6 −2 apps/web/app/(use-page-wrapper)/payment/[uid]/page.tsx
+0 −14 apps/web/app/auth/signin/page.tsx
+0 −19 apps/web/app/future/apps/[slug]/setup/page.tsx
+0 −19 apps/web/app/future/routing-forms/[...pages]/page.tsx
+0 −7 apps/web/app/future/routing-forms/page.tsx
+0 −20 apps/web/app/teams/page.tsx
+1 −8 apps/web/modules/apps/[slug]/setup/setup-view.tsx
+21 −18 apps/web/modules/insights/insights-routing-view.tsx
+15 −28 apps/web/modules/teams/teams-view.tsx
+0 −14 apps/web/pages/apps/[slug]/setup.tsx
+4 −1 apps/web/public/static/locales/ar/common.json
+4 −1 apps/web/public/static/locales/az/common.json
+4 −1 apps/web/public/static/locales/bg/common.json
+4 −1 apps/web/public/static/locales/ca/common.json
+4 −1 apps/web/public/static/locales/cs/common.json
+4 −1 apps/web/public/static/locales/da/common.json
+4 −1 apps/web/public/static/locales/de/common.json
+4 −1 apps/web/public/static/locales/el/common.json
+4 −1 apps/web/public/static/locales/es-419/common.json
+4 −1 apps/web/public/static/locales/es/common.json
+4 −1 apps/web/public/static/locales/et/common.json
+4 −1 apps/web/public/static/locales/eu/common.json
+4 −1 apps/web/public/static/locales/fi/common.json
+4 −1 apps/web/public/static/locales/fr/common.json
+4 −1 apps/web/public/static/locales/he/common.json
+4 −1 apps/web/public/static/locales/hu/common.json
+4 −1 apps/web/public/static/locales/it/common.json
+4 −1 apps/web/public/static/locales/ja/common.json
+4 −1 apps/web/public/static/locales/km/common.json
+4 −1 apps/web/public/static/locales/ko/common.json
+4 −1 apps/web/public/static/locales/nl/common.json
+4 −1 apps/web/public/static/locales/no/common.json
+4 −1 apps/web/public/static/locales/pl/common.json
+4 −1 apps/web/public/static/locales/pt-BR/common.json
+4 −1 apps/web/public/static/locales/pt/common.json
+4 −1 apps/web/public/static/locales/ro/common.json
+4 −1 apps/web/public/static/locales/ru/common.json
+4 −1 apps/web/public/static/locales/sk-SK/common.json
+4 −1 apps/web/public/static/locales/sr/common.json
+4 −1 apps/web/public/static/locales/sv/common.json
+4 −1 apps/web/public/static/locales/tr/common.json
+4 −1 apps/web/public/static/locales/uk/common.json
+4 −1 apps/web/public/static/locales/vi/common.json
+4 −1 apps/web/public/static/locales/zh-CN/common.json
+4 −1 apps/web/public/static/locales/zh-TW/common.json
+0 −10 apps/web/server/lib/auth/signin/getServerSideProps.tsx
+3 −0 i18n.lock
+7 −4 packages/app-store/_utils/oauth/OAuthManager.ts
+2 −0 packages/features/bookings/lib/handleConfirmation.ts
+2 −3 packages/features/bookings/lib/handleNewBooking.ts
+5 −1 packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.ts
+31 −10 packages/features/data-table/components/DataTable.tsx
+1 −1 packages/features/data-table/components/DataTableWrapper.tsx
+16 −0 packages/features/data-table/lib/utils.ts
+8 −16 packages/features/insights/components/FailedBookingsByField.tsx
+34 −30 packages/features/insights/components/RoutedToPerPeriod.tsx
+50 −82 packages/features/insights/components/RoutingFormResponsesTable.tsx
+16 −42 packages/features/insights/components/RoutingKPICards.tsx
+34 −0 packages/features/insights/context/InsightsOrgTeamsProvider.tsx
+0 −88 packages/features/insights/filters/Download/RoutingDownload.tsx
+6 −20 packages/features/insights/filters/Download/RoutingFormResponsesDownload.tsx
+0 −1 packages/features/insights/filters/Download/index.tsx
+8 −57 packages/features/insights/filters/FilterType.tsx
+16 −16 packages/features/insights/filters/OrgTeamsFilter.tsx
+5 −18 packages/features/insights/filters/index.tsx
+26 −0 packages/features/insights/hooks/useInsightsOrgTeams.ts
+42 −0 packages/features/insights/hooks/useInsightsParameters.ts
+1 −1 packages/features/insights/server/raw-data.schema.ts
+60 −256 packages/features/insights/server/routing-events.ts
+13 −86 packages/features/insights/server/trpc-router.ts
+3 −1 packages/platform/atoms/booker-embed/BookerEmbed.tsx
+30 −1 packages/platform/atoms/booker-embed/useGetRoutingFormUrlProps.tsx
+10 −3 packages/platform/atoms/booker/BookerPlatformWrapper.tsx
+64 −53 packages/platform/atoms/event-types/atom-api-transformers/transformApiEventTypeForAtom.ts
+7 −2 packages/platform/atoms/hooks/event-types/public/useTeamEventType.ts
+12 −0 packages/platform/atoms/router/Router.tsx
+2 −0 packages/platform/examples/base/src/pages/booking.tsx
+9 −0 packages/platform/types/event-types/event-types_2024_06_14/inputs/get-event-types-query.input.ts

0 comments on commit 0295003

Please sign in to comment.