Files
calendar/packages/trpc/react/shared.ts
T
Zachariah K. Sharma dda6e1dcdd
Create PR containing updated CHANGELOG.md and release packages to NPM once PR is merged / Release (push) Has been cancelled
Run i18n AI automation / Run i18n (push) Has been cancelled
Next.js Bundle Analysis / analyze (push) Has been cancelled
Expose team tRPC endpoint
2026-06-08 19:06:52 -06:00

41 lines
621 B
TypeScript

export * from "@trpc/react-query/shared";
export const ENDPOINTS = [
"loggedInViewerRouter",
"admin",
"apiKeys",
"apps",
"auth",
"availability",
"appBasecamp3",
"bookings",
"calendars",
"calVideo",
"credentials",
"deploymentSetup",
"eventTypes",
"eventTypesHeavy",
"features",
"feedback",
"holidays",
"featureOptIn",
"i18n",
"me",
"ooo",
"payments",
"public",
"timezones",
"slots",
"teams",
"travelSchedules",
"users",
"viewer",
"webhook",
"googleWorkspace",
"oAuth",
"delegationCredential",
"credits",
"filterSegments",
"phoneNumber",
] as const;