Files
calendar/packages/trpc/react/shared.ts
T
Volnei MunhozandGitHub f501ef3269 refactor: remove highperf endpoints (#23171)
* refactor: remove highperf endpoints

* fix trpc function name

* chore: remove isTeamEvent logic

* chore: remove isTeamEvent at all

* revert wrong change

* Revert "chore: remove isTeamEvent at all"

This reverts commit 6dbc8c31f16c40a7654a05240661d7892aa48bb8.

* revert wrong change
2025-08-20 15:12:31 +00:00

45 lines
671 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",
"features",
"i18n",
"insights",
"me",
"ooo",
"payments",
"public",
"timezones",
"saml",
"slots",
"teams",
"organizations",
"travelSchedules",
"users",
"viewer",
"webhook",
"workflows",
"googleWorkspace",
"oAuth",
"attributes",
"delegationCredential",
"routingForms",
"credits",
"filterSegments",
"pbac",
] as const;