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 Apr 15, 2023
1 parent 76b0c8a commit ccffeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcom
Submodule calcom updated 39 files
+2 −1 .github/CODEOWNERS
+1 −1 .github/workflows/pr.yml
+0 −53 apps/web/calendso.yaml
+1 −1 apps/web/package.json
+0 −29 apps/web/pages/api/availability/[user].ts
+1 −1 apps/web/pages/booking/[uid].tsx
+1 −0 apps/web/pages/settings/admin/users/[id]/edit.tsx
+1 −0 apps/web/pages/settings/admin/users/add.tsx
+1 −0 apps/web/pages/settings/admin/users/index.tsx
+1 −0 apps/web/public/static/locales/en/common.json
+6 −0 apps/web/public/static/locales/fr/common.json
+1 −1 apps/web/public/static/locales/hu/common.json
+1 −1 apps/web/public/static/locales/pl/common.json
+1 −1 apps/web/public/static/locales/pt/common.json
+1 −0 packages/app-store/apps.browser.generated.tsx
+1 −0 packages/app-store/apps.keys-schemas.generated.ts
+1 −0 packages/app-store/apps.metadata.generated.ts
+1 −0 packages/app-store/apps.schemas.generated.ts
+4 −3 packages/app-store/sylapsvideo/api/add.ts
+12 −60 packages/features/auth/lib/next-auth-options.ts
+39 −0 packages/features/auth/lib/sendVerificationRequest.ts
+17 −0 packages/features/auth/lib/signJwt.ts
+61 −47 packages/features/ee/payments/components/Payment.tsx
+10 −16 packages/features/ee/payments/components/PaymentPage.tsx
+250 −0 packages/features/ee/users/components/UserForm.tsx
+137 −0 packages/features/ee/users/components/UsersTable.tsx
+43 −0 packages/features/ee/users/pages/users-add-view.tsx
+70 −0 packages/features/ee/users/pages/users-edit-view.tsx
+31 −0 packages/features/ee/users/pages/users-listing-view.tsx
+12 −0 packages/features/ee/users/schemas/userBodySchema.ts
+110 −0 packages/features/ee/users/server/trpc-router.ts
+1 −1 packages/features/eventtypes/components/EventTypeDescription.tsx
+7 −4 packages/features/settings/layouts/SettingsLayout.tsx
+1 −1 packages/prisma/seed-app-store.ts
+22 −0 packages/prisma/zod-utils.ts
+2 −0 packages/trpc/server/routers/viewer.tsx
+117 −125 packages/trpc/server/routers/viewer/bookings.tsx
+54 −0 packages/ui/components/table/Table.tsx
+1 −0 packages/ui/index.tsx

0 comments on commit ccffeb1

Please sign in to comment.