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 29, 2024
1 parent 61dcde8 commit a5a0b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcom
Submodule calcom updated 35 files
+0 −42 .github/workflows/crowdin.yml
+24 −1 .github/workflows/pr.yml
+1 −1 apps/api/v1/lib/validations/user.ts
+2 −1 apps/api/v2/src/ee/bookings/bookings.module.ts
+73 −8 apps/api/v2/src/ee/bookings/controllers/bookings.controller.e2e-spec.ts
+17 −4 apps/api/v2/src/ee/bookings/controllers/bookings.controller.ts
+6 −0 apps/api/v2/src/lib/enums/auth-methods.ts
+13 −0 apps/api/v2/src/modules/auth/decorators/methods/get-auth-methods.decorator.ts
+7 −1 apps/api/v2/src/modules/auth/strategies/api-auth/api-auth.strategy.ts
+3 −1 apps/web/app/future/workflows/[workflow]/page.tsx
+19 −0 apps/web/modules/workflows/workflow-single-view.getStaticProps.tsx
+3 −2 apps/web/pages/auth/sso/[provider].tsx
+86 −85 apps/web/pages/signup.tsx
+1 −1 apps/web/playwright/locale.e2e.ts
+462 −19 apps/web/public/static/locales/cs/common.json
+99 −7 apps/web/public/static/locales/de/common.json
+2,573 −1 apps/web/public/static/locales/es-419/common.json
+463 −20 apps/web/public/static/locales/es/common.json
+99 −7 apps/web/public/static/locales/fr/common.json
+151 −10 apps/web/public/static/locales/he/common.json
+99 −7 apps/web/public/static/locales/it/common.json
+463 −21 apps/web/public/static/locales/nl/common.json
+462 −19 apps/web/public/static/locales/pl/common.json
+130 −1 apps/web/public/static/locales/pt-BR/common.json
+99 −7 apps/web/public/static/locales/pt/common.json
+460 −18 apps/web/public/static/locales/ru/common.json
+205 −24 apps/web/public/static/locales/zh-CN/common.json
+0 −126 crowdin.yml
+28 −0 i18n.json
+2,574 −0 i18n.lock
+1 −1 packages/config/next-i18next.config.js
+4 −2 packages/emails/src/templates/OrganizerScheduledEmail.tsx
+3 −1 packages/features/bookings/Booker/components/InstantBooking.tsx
+1 −0 packages/features/bookings/components/event-meta/Members.tsx
+2 −2 packages/platform/atoms/event-types/atom-api-transformers/transformApiEventTypeForAtom.ts

0 comments on commit a5a0b0b

Please sign in to comment.