Files
calendar/packages/trpc/react/shared.ts
T
Keith WilliamsandGitHub 86dcd6f0ff perf: Create 'heavy' eventTypes router (#23664)
* perf: Create 'heavy' eventTypes router

* Fixing type checks

* Fixing platform libraries imports
2025-09-08 08:24:30 +00:00

48 lines
728 B
TypeScript

export * from "@trpc/react-query/shared";
export const ENDPOINTS = [
"loggedInViewerRouter",
"admin",
"apiKeys",
"appRoutingForms",
"apps",
"auth",
"availability",
"appBasecamp3",
"bookings",
"calendars",
"calVideo",
"credentials",
"deploymentSetup",
"dsync",
"eventTypes",
"eventTypes/heavy",
"features",
"i18n",
"insights",
"me",
"ooo",
"payments",
"public",
"timezones",
"saml",
"slots",
"teams",
"organizations",
"travelSchedules",
"users",
"viewer",
"webhook",
"workflows",
"googleWorkspace",
"oAuth",
"attributes",
"delegationCredential",
"routingForms",
"credits",
"filterSegments",
"aiVoiceAgent",
"phoneNumber",
"pbac",
] as const;