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 27, 2024
1 parent 8861afc commit 3984ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcom
Submodule calcom updated 90 files
+4 −1 .env.example
+2 −2 apps/api/v2/package.json
+17 −1 apps/api/v2/src/ee/event-types/event-types_2024_06_14/controllers/event-types.controller.e2e-spec.ts
+1 −0 apps/api/v2/src/ee/event-types/event-types_2024_06_14/event-types.repository.ts
+2 −0 apps/api/v2/src/ee/event-types/event-types_2024_06_14/services/event-types.service.ts
+9 −0 apps/api/v2/src/ee/event-types/event-types_2024_06_14/services/input-event-types.service.ts
+5 −3 apps/api/v2/src/ee/event-types/event-types_2024_06_14/services/output-event-types.service.ts
+2 −0 apps/api/v2/src/modules/organizations/services/event-types/input.service.ts
+2 −0 apps/api/v2/src/modules/organizations/services/event-types/organizations-event-types.service.ts
+225 −29 apps/api/v2/swagger/documentation.json
+2 −1 apps/api/v2/tsconfig.json
+13 −12 apps/web/components/eventtype/EventAdvancedTab.tsx
+81 −61 apps/web/components/eventtype/RequiresConfirmationController.tsx
+1 −0 apps/web/modules/event-types/views/event-types-single-view.tsx
+16 −5 apps/web/pages/auth/login.tsx
+2 −2 apps/web/pages/settings/my-account/appearance.tsx
+4 −3 apps/web/pages/signup.tsx
+20 −0 apps/web/public/static/locales/ar/common.json
+23 −2 apps/web/public/static/locales/bg/common.json
+23 −2 apps/web/public/static/locales/ca/common.json
+21 −0 apps/web/public/static/locales/cs/common.json
+22 −1 apps/web/public/static/locales/da/common.json
+2 −1 apps/web/public/static/locales/de/common.json
+22 −1 apps/web/public/static/locales/el/common.json
+3 −1 apps/web/public/static/locales/en/common.json
+22 −0 apps/web/public/static/locales/es/common.json
+2 −1 apps/web/public/static/locales/et/common.json
+23 −2 apps/web/public/static/locales/eu/common.json
+23 −2 apps/web/public/static/locales/fi/common.json
+2 −1 apps/web/public/static/locales/fr/common.json
+5 −1 apps/web/public/static/locales/he/common.json
+23 −2 apps/web/public/static/locales/hr/common.json
+2 −1 apps/web/public/static/locales/hu/common.json
+22 −1 apps/web/public/static/locales/id/common.json
+2 −1 apps/web/public/static/locales/it/common.json
+21 −0 apps/web/public/static/locales/ja/common.json
+23 −2 apps/web/public/static/locales/km/common.json
+21 −0 apps/web/public/static/locales/ko/common.json
+22 −2 apps/web/public/static/locales/lv/common.json
+21 −0 apps/web/public/static/locales/nl/common.json
+22 −1 apps/web/public/static/locales/no/common.json
+21 −0 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
+21 −0 apps/web/public/static/locales/ro/common.json
+21 −0 apps/web/public/static/locales/ru/common.json
+22 −1 apps/web/public/static/locales/sk/common.json
+21 −0 apps/web/public/static/locales/sr/common.json
+21 −0 apps/web/public/static/locales/sv/common.json
+23 −2 apps/web/public/static/locales/ta/common.json
+21 −0 apps/web/public/static/locales/tr/common.json
+21 −0 apps/web/public/static/locales/uk/common.json
+21 −0 apps/web/public/static/locales/vi/common.json
+23 −2 apps/web/public/static/locales/zh-CN/common.json
+21 −0 apps/web/public/static/locales/zh-TW/common.json
+93 −0 apps/web/test/lib/getSchedule.test.ts
+1 −1 packages/app-store/routing-forms/lib/substituteVariables.ts
+14 −1 packages/core/getBusyTimes.ts
+8 −2 packages/features/auth/SAMLLogin.tsx
+4 −4 packages/features/bookings/Booker/components/BookEventForm/BookEventForm.tsx
+2 −2 packages/features/ee/components/BrandColorsForm.tsx
+1 −0 packages/features/eventtypes/lib/types.ts
+3 −2 packages/features/insights/components/TotalBookingUsersTable.tsx
+4 −0 packages/lib/constants.ts
+21 −0 packages/lib/event-types/transformers/api-request.spec.ts
+15 −1 packages/lib/event-types/transformers/api-request.ts
+23 −2 packages/lib/event-types/transformers/api-response.spec.ts
+16 −0 packages/lib/event-types/transformers/api-response.ts
+9 −5 packages/lib/getValidRhfFieldName.test.ts
+1 −1 packages/lib/getValidRhfFieldName.ts
+28 −0 packages/lib/hooks/useLastUsed.tsx
+1 −0 packages/lib/server/eventTypeSelect.ts
+1 −0 packages/lib/server/repository/eventType.ts
+1 −0 packages/lib/test/builder.ts
+9 −7 packages/platform/enums/event-types/frequency.ts
+5 −0 packages/platform/libraries/CHANGELOG.md
+2 −0 packages/platform/libraries/index.ts
+6 −0 packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.ts
+1 −1 packages/platform/types/event-types/event-types_2024_06_14/inputs/index.ts
+24 −0 packages/platform/types/event-types/event-types_2024_06_14/inputs/recurrence.input.ts
+0 −34 packages/platform/types/event-types/event-types_2024_06_14/inputs/recurring-event.input.ts
+11 −0 packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.ts
+5 −5 packages/platform/types/event-types/event-types_2024_06_14/outputs/event-type.output.ts
+2 −0 packages/prisma/migrations/20240823092832_add_requires_confirmation_will_block_slot/migration.sql
+1 −0 packages/prisma/schema.prisma
+1 −0 packages/prisma/zod-utils.ts
+14 −0 packages/trpc/server/routers/viewer/slots/util.ts
+2 −0 packages/types/environment.d.ts
+2 −0 turbo.json
+105 −14 yarn.lock

0 comments on commit 3984ad2

Please sign in to comment.