cal.pub0.org/packages/trpc/server/routers/loggedInViewer
Efraín Rochín d6fb0df64f
perf: tRPC procedures and middleware refactor (#8419)
* trpc procedures an middleware refactor

* allow use sessionMiddleware without a req object

* sync with the new tRPC structure

* tRPC refactor on routing form app

* import Prisma from @prisma/client

* Lazy load apps from appstore

* remove unrelated changes

* Add types for PaymentService

* type fixes

* Merge branch 'main' into roae85/cal-1514-set-the-user-session-only-on-the

* fix typo

* remove console.log

* remove explicit types from apstore object

* linter fixes

---------

Co-authored-by: Keith Williams <keithwillcode@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-05-09 19:27:05 +00:00
..
_router.tsx perf: tRPC procedures and middleware refactor (#8419) 2023-05-09 19:27:05 +00:00
appById.handler.ts
appById.schema.ts
appCredentialsByType.handler.ts
appCredentialsByType.schema.ts
apps.handler.ts
apps.schema.ts
avatar.handler.ts
avatar.schema.ts
away.handler.ts
away.schema.ts
bookingUnconfirmedCount.handler.ts add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
bookingUnconfirmedCount.schema.ts
connectedCalendars.handler.ts add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
connectedCalendars.schema.ts
deleteCredential.handler.ts add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
deleteCredential.schema.ts
deleteMe.handler.ts add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
deleteMe.schema.ts
deleteMeWithoutPassword.handler.ts add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
deleteMeWithoutPassword.schema.ts
eventTypeOrder.handler.ts
eventTypeOrder.schema.ts
getCalVideoRecordings.handler.ts
getCalVideoRecordings.schema.ts
getDownloadLinkOfCalVideoRecordings.handler.ts perf: tRPC procedures and middleware refactor (#8419) 2023-05-09 19:27:05 +00:00
getDownloadLinkOfCalVideoRecordings.schema.ts
getUsersDefaultConferencingApp.handler.ts
getUsersDefaultConferencingApp.schema.ts
integrations.handler.ts
integrations.schema.ts
locationOptions.handler.ts
locationOptions.schema.ts
me.handler.ts
me.schema.ts
setDestinationCalendar.handler.ts
setDestinationCalendar.schema.ts
stripeCustomer.handler.ts
stripeCustomer.schema.ts
submitFeedback.handler.ts
submitFeedback.schema.ts
updateProfile.handler.ts
updateProfile.schema.ts
updateUserDefaultConferencingApp.handler.ts
updateUserDefaultConferencingApp.schema.ts