/* eslint-disable */ // @ts-nocheck // noinspection JSUnusedGlobalSymbols // This file was automatically generated by TanStack Router. // You should NOT make any changes in this file as it will be overwritten. // Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified. import { createServerRootRoute } from '@tanstack/react-start/server' import { Route as rootRouteImport } from './routes/__root' import { Route as RefreshSessionRouteImport } from './routes/refresh-session' import { Route as LogoutRouteImport } from './routes/logout' import { Route as LoginRouteImport } from './routes/login' import { Route as AuthedRouteImport } from './routes/_authed' import { Route as AuthedIndexRouteImport } from './routes/_authed/index' import { Route as AuthedStatsRouteImport } from './routes/_authed/stats' import { Route as AuthedSettingsRouteImport } from './routes/_authed/settings' import { Route as AuthedAdminRouteImport } from './routes/_authed/admin' import { Route as AuthedTournamentsIndexRouteImport } from './routes/_authed/tournaments/index' import { Route as AuthedAdminIndexRouteImport } from './routes/_authed/admin/index' import { Route as AuthedTournamentsTournamentIdRouteImport } from './routes/_authed/tournaments/$tournamentId' import { Route as AuthedTeamsTeamIdRouteImport } from './routes/_authed/teams.$teamId' import { Route as AuthedProfilePlayerIdRouteImport } from './routes/_authed/profile.$playerId' import { Route as AuthedAdminPreviewRouteImport } from './routes/_authed/admin/preview' import { Route as AuthedAdminTournamentsIndexRouteImport } from './routes/_authed/admin/tournaments/index' import { Route as AuthedTournamentsIdBracketRouteImport } from './routes/_authed/tournaments/$id.bracket' import { Route as AuthedAdminTournamentsIdIndexRouteImport } from './routes/_authed/admin/tournaments/$id/index' import { Route as AuthedAdminTournamentsRunIdRouteImport } from './routes/_authed/admin/tournaments/run.$id' import { Route as AuthedAdminTournamentsIdTeamsRouteImport } from './routes/_authed/admin/tournaments/$id/teams' import { ServerRoute as ApiTournamentsUploadLogoServerRouteImport } from './routes/api/tournaments/upload-logo' import { ServerRoute as ApiTeamsUploadLogoServerRouteImport } from './routes/api/teams/upload-logo' import { ServerRoute as ApiSpotifyTokenServerRouteImport } from './routes/api/spotify/token' import { ServerRoute as ApiSpotifySearchServerRouteImport } from './routes/api/spotify/search' import { ServerRoute as ApiSpotifyResumeServerRouteImport } from './routes/api/spotify/resume' import { ServerRoute as ApiSpotifyPlaybackServerRouteImport } from './routes/api/spotify/playback' import { ServerRoute as ApiSpotifyCaptureServerRouteImport } from './routes/api/spotify/capture' import { ServerRoute as ApiSpotifyCallbackServerRouteImport } from './routes/api/spotify/callback' import { ServerRoute as ApiEventsSplatServerRouteImport } from './routes/api/events.$' import { ServerRoute as ApiAuthSplatServerRouteImport } from './routes/api/auth.$' import { ServerRoute as ApiFilesCollectionRecordIdFileServerRouteImport } from './routes/api/files/$collection/$recordId/$file' const rootServerRouteImport = createServerRootRoute() const RefreshSessionRoute = RefreshSessionRouteImport.update({ id: '/refresh-session', path: '/refresh-session', getParentRoute: () => rootRouteImport, } as any) const LogoutRoute = LogoutRouteImport.update({ id: '/logout', path: '/logout', getParentRoute: () => rootRouteImport, } as any) const LoginRoute = LoginRouteImport.update({ id: '/login', path: '/login', getParentRoute: () => rootRouteImport, } as any) const AuthedRoute = AuthedRouteImport.update({ id: '/_authed', getParentRoute: () => rootRouteImport, } as any) const AuthedIndexRoute = AuthedIndexRouteImport.update({ id: '/', path: '/', getParentRoute: () => AuthedRoute, } as any) const AuthedStatsRoute = AuthedStatsRouteImport.update({ id: '/stats', path: '/stats', getParentRoute: () => AuthedRoute, } as any) const AuthedSettingsRoute = AuthedSettingsRouteImport.update({ id: '/settings', path: '/settings', getParentRoute: () => AuthedRoute, } as any) const AuthedAdminRoute = AuthedAdminRouteImport.update({ id: '/admin', path: '/admin', getParentRoute: () => AuthedRoute, } as any) const AuthedTournamentsIndexRoute = AuthedTournamentsIndexRouteImport.update({ id: '/tournaments/', path: '/tournaments/', getParentRoute: () => AuthedRoute, } as any) const AuthedAdminIndexRoute = AuthedAdminIndexRouteImport.update({ id: '/', path: '/', getParentRoute: () => AuthedAdminRoute, } as any) const AuthedTournamentsTournamentIdRoute = AuthedTournamentsTournamentIdRouteImport.update({ id: '/tournaments/$tournamentId', path: '/tournaments/$tournamentId', getParentRoute: () => AuthedRoute, } as any) const AuthedTeamsTeamIdRoute = AuthedTeamsTeamIdRouteImport.update({ id: '/teams/$teamId', path: '/teams/$teamId', getParentRoute: () => AuthedRoute, } as any) const AuthedProfilePlayerIdRoute = AuthedProfilePlayerIdRouteImport.update({ id: '/profile/$playerId', path: '/profile/$playerId', getParentRoute: () => AuthedRoute, } as any) const AuthedAdminPreviewRoute = AuthedAdminPreviewRouteImport.update({ id: '/preview', path: '/preview', getParentRoute: () => AuthedAdminRoute, } as any) const AuthedAdminTournamentsIndexRoute = AuthedAdminTournamentsIndexRouteImport.update({ id: '/tournaments/', path: '/tournaments/', getParentRoute: () => AuthedAdminRoute, } as any) const AuthedTournamentsIdBracketRoute = AuthedTournamentsIdBracketRouteImport.update({ id: '/tournaments/$id/bracket', path: '/tournaments/$id/bracket', getParentRoute: () => AuthedRoute, } as any) const AuthedAdminTournamentsIdIndexRoute = AuthedAdminTournamentsIdIndexRouteImport.update({ id: '/tournaments/$id/', path: '/tournaments/$id/', getParentRoute: () => AuthedAdminRoute, } as any) const AuthedAdminTournamentsRunIdRoute = AuthedAdminTournamentsRunIdRouteImport.update({ id: '/tournaments/run/$id', path: '/tournaments/run/$id', getParentRoute: () => AuthedAdminRoute, } as any) const AuthedAdminTournamentsIdTeamsRoute = AuthedAdminTournamentsIdTeamsRouteImport.update({ id: '/tournaments/$id/teams', path: '/tournaments/$id/teams', getParentRoute: () => AuthedAdminRoute, } as any) const ApiTournamentsUploadLogoServerRoute = ApiTournamentsUploadLogoServerRouteImport.update({ id: '/api/tournaments/upload-logo', path: '/api/tournaments/upload-logo', getParentRoute: () => rootServerRouteImport, } as any) const ApiTeamsUploadLogoServerRoute = ApiTeamsUploadLogoServerRouteImport.update({ id: '/api/teams/upload-logo', path: '/api/teams/upload-logo', getParentRoute: () => rootServerRouteImport, } as any) const ApiSpotifyTokenServerRoute = ApiSpotifyTokenServerRouteImport.update({ id: '/api/spotify/token', path: '/api/spotify/token', getParentRoute: () => rootServerRouteImport, } as any) const ApiSpotifySearchServerRoute = ApiSpotifySearchServerRouteImport.update({ id: '/api/spotify/search', path: '/api/spotify/search', getParentRoute: () => rootServerRouteImport, } as any) const ApiSpotifyResumeServerRoute = ApiSpotifyResumeServerRouteImport.update({ id: '/api/spotify/resume', path: '/api/spotify/resume', getParentRoute: () => rootServerRouteImport, } as any) const ApiSpotifyPlaybackServerRoute = ApiSpotifyPlaybackServerRouteImport.update({ id: '/api/spotify/playback', path: '/api/spotify/playback', getParentRoute: () => rootServerRouteImport, } as any) const ApiSpotifyCaptureServerRoute = ApiSpotifyCaptureServerRouteImport.update({ id: '/api/spotify/capture', path: '/api/spotify/capture', getParentRoute: () => rootServerRouteImport, } as any) const ApiSpotifyCallbackServerRoute = ApiSpotifyCallbackServerRouteImport.update({ id: '/api/spotify/callback', path: '/api/spotify/callback', getParentRoute: () => rootServerRouteImport, } as any) const ApiEventsSplatServerRoute = ApiEventsSplatServerRouteImport.update({ id: '/api/events/$', path: '/api/events/$', getParentRoute: () => rootServerRouteImport, } as any) const ApiAuthSplatServerRoute = ApiAuthSplatServerRouteImport.update({ id: '/api/auth/$', path: '/api/auth/$', getParentRoute: () => rootServerRouteImport, } as any) const ApiFilesCollectionRecordIdFileServerRoute = ApiFilesCollectionRecordIdFileServerRouteImport.update({ id: '/api/files/$collection/$recordId/$file', path: '/api/files/$collection/$recordId/$file', getParentRoute: () => rootServerRouteImport, } as any) export interface FileRoutesByFullPath { '/login': typeof LoginRoute '/logout': typeof LogoutRoute '/refresh-session': typeof RefreshSessionRoute '/admin': typeof AuthedAdminRouteWithChildren '/settings': typeof AuthedSettingsRoute '/stats': typeof AuthedStatsRoute '/': typeof AuthedIndexRoute '/admin/preview': typeof AuthedAdminPreviewRoute '/profile/$playerId': typeof AuthedProfilePlayerIdRoute '/teams/$teamId': typeof AuthedTeamsTeamIdRoute '/tournaments/$tournamentId': typeof AuthedTournamentsTournamentIdRoute '/admin/': typeof AuthedAdminIndexRoute '/tournaments': typeof AuthedTournamentsIndexRoute '/tournaments/$id/bracket': typeof AuthedTournamentsIdBracketRoute '/admin/tournaments': typeof AuthedAdminTournamentsIndexRoute '/admin/tournaments/$id/teams': typeof AuthedAdminTournamentsIdTeamsRoute '/admin/tournaments/run/$id': typeof AuthedAdminTournamentsRunIdRoute '/admin/tournaments/$id': typeof AuthedAdminTournamentsIdIndexRoute } export interface FileRoutesByTo { '/login': typeof LoginRoute '/logout': typeof LogoutRoute '/refresh-session': typeof RefreshSessionRoute '/settings': typeof AuthedSettingsRoute '/stats': typeof AuthedStatsRoute '/': typeof AuthedIndexRoute '/admin/preview': typeof AuthedAdminPreviewRoute '/profile/$playerId': typeof AuthedProfilePlayerIdRoute '/teams/$teamId': typeof AuthedTeamsTeamIdRoute '/tournaments/$tournamentId': typeof AuthedTournamentsTournamentIdRoute '/admin': typeof AuthedAdminIndexRoute '/tournaments': typeof AuthedTournamentsIndexRoute '/tournaments/$id/bracket': typeof AuthedTournamentsIdBracketRoute '/admin/tournaments': typeof AuthedAdminTournamentsIndexRoute '/admin/tournaments/$id/teams': typeof AuthedAdminTournamentsIdTeamsRoute '/admin/tournaments/run/$id': typeof AuthedAdminTournamentsRunIdRoute '/admin/tournaments/$id': typeof AuthedAdminTournamentsIdIndexRoute } export interface FileRoutesById { __root__: typeof rootRouteImport '/_authed': typeof AuthedRouteWithChildren '/login': typeof LoginRoute '/logout': typeof LogoutRoute '/refresh-session': typeof RefreshSessionRoute '/_authed/admin': typeof AuthedAdminRouteWithChildren '/_authed/settings': typeof AuthedSettingsRoute '/_authed/stats': typeof AuthedStatsRoute '/_authed/': typeof AuthedIndexRoute '/_authed/admin/preview': typeof AuthedAdminPreviewRoute '/_authed/profile/$playerId': typeof AuthedProfilePlayerIdRoute '/_authed/teams/$teamId': typeof AuthedTeamsTeamIdRoute '/_authed/tournaments/$tournamentId': typeof AuthedTournamentsTournamentIdRoute '/_authed/admin/': typeof AuthedAdminIndexRoute '/_authed/tournaments/': typeof AuthedTournamentsIndexRoute '/_authed/tournaments/$id/bracket': typeof AuthedTournamentsIdBracketRoute '/_authed/admin/tournaments/': typeof AuthedAdminTournamentsIndexRoute '/_authed/admin/tournaments/$id/teams': typeof AuthedAdminTournamentsIdTeamsRoute '/_authed/admin/tournaments/run/$id': typeof AuthedAdminTournamentsRunIdRoute '/_authed/admin/tournaments/$id/': typeof AuthedAdminTournamentsIdIndexRoute } export interface FileRouteTypes { fileRoutesByFullPath: FileRoutesByFullPath fullPaths: | '/login' | '/logout' | '/refresh-session' | '/admin' | '/settings' | '/stats' | '/' | '/admin/preview' | '/profile/$playerId' | '/teams/$teamId' | '/tournaments/$tournamentId' | '/admin/' | '/tournaments' | '/tournaments/$id/bracket' | '/admin/tournaments' | '/admin/tournaments/$id/teams' | '/admin/tournaments/run/$id' | '/admin/tournaments/$id' fileRoutesByTo: FileRoutesByTo to: | '/login' | '/logout' | '/refresh-session' | '/settings' | '/stats' | '/' | '/admin/preview' | '/profile/$playerId' | '/teams/$teamId' | '/tournaments/$tournamentId' | '/admin' | '/tournaments' | '/tournaments/$id/bracket' | '/admin/tournaments' | '/admin/tournaments/$id/teams' | '/admin/tournaments/run/$id' | '/admin/tournaments/$id' id: | '__root__' | '/_authed' | '/login' | '/logout' | '/refresh-session' | '/_authed/admin' | '/_authed/settings' | '/_authed/stats' | '/_authed/' | '/_authed/admin/preview' | '/_authed/profile/$playerId' | '/_authed/teams/$teamId' | '/_authed/tournaments/$tournamentId' | '/_authed/admin/' | '/_authed/tournaments/' | '/_authed/tournaments/$id/bracket' | '/_authed/admin/tournaments/' | '/_authed/admin/tournaments/$id/teams' | '/_authed/admin/tournaments/run/$id' | '/_authed/admin/tournaments/$id/' fileRoutesById: FileRoutesById } export interface RootRouteChildren { AuthedRoute: typeof AuthedRouteWithChildren LoginRoute: typeof LoginRoute LogoutRoute: typeof LogoutRoute RefreshSessionRoute: typeof RefreshSessionRoute } export interface FileServerRoutesByFullPath { '/api/auth/$': typeof ApiAuthSplatServerRoute '/api/events/$': typeof ApiEventsSplatServerRoute '/api/spotify/callback': typeof ApiSpotifyCallbackServerRoute '/api/spotify/capture': typeof ApiSpotifyCaptureServerRoute '/api/spotify/playback': typeof ApiSpotifyPlaybackServerRoute '/api/spotify/resume': typeof ApiSpotifyResumeServerRoute '/api/spotify/search': typeof ApiSpotifySearchServerRoute '/api/spotify/token': typeof ApiSpotifyTokenServerRoute '/api/teams/upload-logo': typeof ApiTeamsUploadLogoServerRoute '/api/tournaments/upload-logo': typeof ApiTournamentsUploadLogoServerRoute '/api/files/$collection/$recordId/$file': typeof ApiFilesCollectionRecordIdFileServerRoute } export interface FileServerRoutesByTo { '/api/auth/$': typeof ApiAuthSplatServerRoute '/api/events/$': typeof ApiEventsSplatServerRoute '/api/spotify/callback': typeof ApiSpotifyCallbackServerRoute '/api/spotify/capture': typeof ApiSpotifyCaptureServerRoute '/api/spotify/playback': typeof ApiSpotifyPlaybackServerRoute '/api/spotify/resume': typeof ApiSpotifyResumeServerRoute '/api/spotify/search': typeof ApiSpotifySearchServerRoute '/api/spotify/token': typeof ApiSpotifyTokenServerRoute '/api/teams/upload-logo': typeof ApiTeamsUploadLogoServerRoute '/api/tournaments/upload-logo': typeof ApiTournamentsUploadLogoServerRoute '/api/files/$collection/$recordId/$file': typeof ApiFilesCollectionRecordIdFileServerRoute } export interface FileServerRoutesById { __root__: typeof rootServerRouteImport '/api/auth/$': typeof ApiAuthSplatServerRoute '/api/events/$': typeof ApiEventsSplatServerRoute '/api/spotify/callback': typeof ApiSpotifyCallbackServerRoute '/api/spotify/capture': typeof ApiSpotifyCaptureServerRoute '/api/spotify/playback': typeof ApiSpotifyPlaybackServerRoute '/api/spotify/resume': typeof ApiSpotifyResumeServerRoute '/api/spotify/search': typeof ApiSpotifySearchServerRoute '/api/spotify/token': typeof ApiSpotifyTokenServerRoute '/api/teams/upload-logo': typeof ApiTeamsUploadLogoServerRoute '/api/tournaments/upload-logo': typeof ApiTournamentsUploadLogoServerRoute '/api/files/$collection/$recordId/$file': typeof ApiFilesCollectionRecordIdFileServerRoute } export interface FileServerRouteTypes { fileServerRoutesByFullPath: FileServerRoutesByFullPath fullPaths: | '/api/auth/$' | '/api/events/$' | '/api/spotify/callback' | '/api/spotify/capture' | '/api/spotify/playback' | '/api/spotify/resume' | '/api/spotify/search' | '/api/spotify/token' | '/api/teams/upload-logo' | '/api/tournaments/upload-logo' | '/api/files/$collection/$recordId/$file' fileServerRoutesByTo: FileServerRoutesByTo to: | '/api/auth/$' | '/api/events/$' | '/api/spotify/callback' | '/api/spotify/capture' | '/api/spotify/playback' | '/api/spotify/resume' | '/api/spotify/search' | '/api/spotify/token' | '/api/teams/upload-logo' | '/api/tournaments/upload-logo' | '/api/files/$collection/$recordId/$file' id: | '__root__' | '/api/auth/$' | '/api/events/$' | '/api/spotify/callback' | '/api/spotify/capture' | '/api/spotify/playback' | '/api/spotify/resume' | '/api/spotify/search' | '/api/spotify/token' | '/api/teams/upload-logo' | '/api/tournaments/upload-logo' | '/api/files/$collection/$recordId/$file' fileServerRoutesById: FileServerRoutesById } export interface RootServerRouteChildren { ApiAuthSplatServerRoute: typeof ApiAuthSplatServerRoute ApiEventsSplatServerRoute: typeof ApiEventsSplatServerRoute ApiSpotifyCallbackServerRoute: typeof ApiSpotifyCallbackServerRoute ApiSpotifyCaptureServerRoute: typeof ApiSpotifyCaptureServerRoute ApiSpotifyPlaybackServerRoute: typeof ApiSpotifyPlaybackServerRoute ApiSpotifyResumeServerRoute: typeof ApiSpotifyResumeServerRoute ApiSpotifySearchServerRoute: typeof ApiSpotifySearchServerRoute ApiSpotifyTokenServerRoute: typeof ApiSpotifyTokenServerRoute ApiTeamsUploadLogoServerRoute: typeof ApiTeamsUploadLogoServerRoute ApiTournamentsUploadLogoServerRoute: typeof ApiTournamentsUploadLogoServerRoute ApiFilesCollectionRecordIdFileServerRoute: typeof ApiFilesCollectionRecordIdFileServerRoute } declare module '@tanstack/react-router' { interface FileRoutesByPath { '/refresh-session': { id: '/refresh-session' path: '/refresh-session' fullPath: '/refresh-session' preLoaderRoute: typeof RefreshSessionRouteImport parentRoute: typeof rootRouteImport } '/logout': { id: '/logout' path: '/logout' fullPath: '/logout' preLoaderRoute: typeof LogoutRouteImport parentRoute: typeof rootRouteImport } '/login': { id: '/login' path: '/login' fullPath: '/login' preLoaderRoute: typeof LoginRouteImport parentRoute: typeof rootRouteImport } '/_authed': { id: '/_authed' path: '' fullPath: '' preLoaderRoute: typeof AuthedRouteImport parentRoute: typeof rootRouteImport } '/_authed/': { id: '/_authed/' path: '/' fullPath: '/' preLoaderRoute: typeof AuthedIndexRouteImport parentRoute: typeof AuthedRoute } '/_authed/stats': { id: '/_authed/stats' path: '/stats' fullPath: '/stats' preLoaderRoute: typeof AuthedStatsRouteImport parentRoute: typeof AuthedRoute } '/_authed/settings': { id: '/_authed/settings' path: '/settings' fullPath: '/settings' preLoaderRoute: typeof AuthedSettingsRouteImport parentRoute: typeof AuthedRoute } '/_authed/admin': { id: '/_authed/admin' path: '/admin' fullPath: '/admin' preLoaderRoute: typeof AuthedAdminRouteImport parentRoute: typeof AuthedRoute } '/_authed/tournaments/': { id: '/_authed/tournaments/' path: '/tournaments' fullPath: '/tournaments' preLoaderRoute: typeof AuthedTournamentsIndexRouteImport parentRoute: typeof AuthedRoute } '/_authed/admin/': { id: '/_authed/admin/' path: '/' fullPath: '/admin/' preLoaderRoute: typeof AuthedAdminIndexRouteImport parentRoute: typeof AuthedAdminRoute } '/_authed/tournaments/$tournamentId': { id: '/_authed/tournaments/$tournamentId' path: '/tournaments/$tournamentId' fullPath: '/tournaments/$tournamentId' preLoaderRoute: typeof AuthedTournamentsTournamentIdRouteImport parentRoute: typeof AuthedRoute } '/_authed/teams/$teamId': { id: '/_authed/teams/$teamId' path: '/teams/$teamId' fullPath: '/teams/$teamId' preLoaderRoute: typeof AuthedTeamsTeamIdRouteImport parentRoute: typeof AuthedRoute } '/_authed/profile/$playerId': { id: '/_authed/profile/$playerId' path: '/profile/$playerId' fullPath: '/profile/$playerId' preLoaderRoute: typeof AuthedProfilePlayerIdRouteImport parentRoute: typeof AuthedRoute } '/_authed/admin/preview': { id: '/_authed/admin/preview' path: '/preview' fullPath: '/admin/preview' preLoaderRoute: typeof AuthedAdminPreviewRouteImport parentRoute: typeof AuthedAdminRoute } '/_authed/admin/tournaments/': { id: '/_authed/admin/tournaments/' path: '/tournaments' fullPath: '/admin/tournaments' preLoaderRoute: typeof AuthedAdminTournamentsIndexRouteImport parentRoute: typeof AuthedAdminRoute } '/_authed/tournaments/$id/bracket': { id: '/_authed/tournaments/$id/bracket' path: '/tournaments/$id/bracket' fullPath: '/tournaments/$id/bracket' preLoaderRoute: typeof AuthedTournamentsIdBracketRouteImport parentRoute: typeof AuthedRoute } '/_authed/admin/tournaments/$id/': { id: '/_authed/admin/tournaments/$id/' path: '/tournaments/$id' fullPath: '/admin/tournaments/$id' preLoaderRoute: typeof AuthedAdminTournamentsIdIndexRouteImport parentRoute: typeof AuthedAdminRoute } '/_authed/admin/tournaments/run/$id': { id: '/_authed/admin/tournaments/run/$id' path: '/tournaments/run/$id' fullPath: '/admin/tournaments/run/$id' preLoaderRoute: typeof AuthedAdminTournamentsRunIdRouteImport parentRoute: typeof AuthedAdminRoute } '/_authed/admin/tournaments/$id/teams': { id: '/_authed/admin/tournaments/$id/teams' path: '/tournaments/$id/teams' fullPath: '/admin/tournaments/$id/teams' preLoaderRoute: typeof AuthedAdminTournamentsIdTeamsRouteImport parentRoute: typeof AuthedAdminRoute } } } declare module '@tanstack/react-start/server' { interface ServerFileRoutesByPath { '/api/tournaments/upload-logo': { id: '/api/tournaments/upload-logo' path: '/api/tournaments/upload-logo' fullPath: '/api/tournaments/upload-logo' preLoaderRoute: typeof ApiTournamentsUploadLogoServerRouteImport parentRoute: typeof rootServerRouteImport } '/api/teams/upload-logo': { id: '/api/teams/upload-logo' path: '/api/teams/upload-logo' fullPath: '/api/teams/upload-logo' preLoaderRoute: typeof ApiTeamsUploadLogoServerRouteImport parentRoute: typeof rootServerRouteImport } '/api/spotify/token': { id: '/api/spotify/token' path: '/api/spotify/token' fullPath: '/api/spotify/token' preLoaderRoute: typeof ApiSpotifyTokenServerRouteImport parentRoute: typeof rootServerRouteImport } '/api/spotify/search': { id: '/api/spotify/search' path: '/api/spotify/search' fullPath: '/api/spotify/search' preLoaderRoute: typeof ApiSpotifySearchServerRouteImport parentRoute: typeof rootServerRouteImport } '/api/spotify/resume': { id: '/api/spotify/resume' path: '/api/spotify/resume' fullPath: '/api/spotify/resume' preLoaderRoute: typeof ApiSpotifyResumeServerRouteImport parentRoute: typeof rootServerRouteImport } '/api/spotify/playback': { id: '/api/spotify/playback' path: '/api/spotify/playback' fullPath: '/api/spotify/playback' preLoaderRoute: typeof ApiSpotifyPlaybackServerRouteImport parentRoute: typeof rootServerRouteImport } '/api/spotify/capture': { id: '/api/spotify/capture' path: '/api/spotify/capture' fullPath: '/api/spotify/capture' preLoaderRoute: typeof ApiSpotifyCaptureServerRouteImport parentRoute: typeof rootServerRouteImport } '/api/spotify/callback': { id: '/api/spotify/callback' path: '/api/spotify/callback' fullPath: '/api/spotify/callback' preLoaderRoute: typeof ApiSpotifyCallbackServerRouteImport parentRoute: typeof rootServerRouteImport } '/api/events/$': { id: '/api/events/$' path: '/api/events/$' fullPath: '/api/events/$' preLoaderRoute: typeof ApiEventsSplatServerRouteImport parentRoute: typeof rootServerRouteImport } '/api/auth/$': { id: '/api/auth/$' path: '/api/auth/$' fullPath: '/api/auth/$' preLoaderRoute: typeof ApiAuthSplatServerRouteImport parentRoute: typeof rootServerRouteImport } '/api/files/$collection/$recordId/$file': { id: '/api/files/$collection/$recordId/$file' path: '/api/files/$collection/$recordId/$file' fullPath: '/api/files/$collection/$recordId/$file' preLoaderRoute: typeof ApiFilesCollectionRecordIdFileServerRouteImport parentRoute: typeof rootServerRouteImport } } } interface AuthedAdminRouteChildren { AuthedAdminPreviewRoute: typeof AuthedAdminPreviewRoute AuthedAdminIndexRoute: typeof AuthedAdminIndexRoute AuthedAdminTournamentsIndexRoute: typeof AuthedAdminTournamentsIndexRoute AuthedAdminTournamentsIdTeamsRoute: typeof AuthedAdminTournamentsIdTeamsRoute AuthedAdminTournamentsRunIdRoute: typeof AuthedAdminTournamentsRunIdRoute AuthedAdminTournamentsIdIndexRoute: typeof AuthedAdminTournamentsIdIndexRoute } const AuthedAdminRouteChildren: AuthedAdminRouteChildren = { AuthedAdminPreviewRoute: AuthedAdminPreviewRoute, AuthedAdminIndexRoute: AuthedAdminIndexRoute, AuthedAdminTournamentsIndexRoute: AuthedAdminTournamentsIndexRoute, AuthedAdminTournamentsIdTeamsRoute: AuthedAdminTournamentsIdTeamsRoute, AuthedAdminTournamentsRunIdRoute: AuthedAdminTournamentsRunIdRoute, AuthedAdminTournamentsIdIndexRoute: AuthedAdminTournamentsIdIndexRoute, } const AuthedAdminRouteWithChildren = AuthedAdminRoute._addFileChildren( AuthedAdminRouteChildren, ) interface AuthedRouteChildren { AuthedAdminRoute: typeof AuthedAdminRouteWithChildren AuthedSettingsRoute: typeof AuthedSettingsRoute AuthedStatsRoute: typeof AuthedStatsRoute AuthedIndexRoute: typeof AuthedIndexRoute AuthedProfilePlayerIdRoute: typeof AuthedProfilePlayerIdRoute AuthedTeamsTeamIdRoute: typeof AuthedTeamsTeamIdRoute AuthedTournamentsTournamentIdRoute: typeof AuthedTournamentsTournamentIdRoute AuthedTournamentsIndexRoute: typeof AuthedTournamentsIndexRoute AuthedTournamentsIdBracketRoute: typeof AuthedTournamentsIdBracketRoute } const AuthedRouteChildren: AuthedRouteChildren = { AuthedAdminRoute: AuthedAdminRouteWithChildren, AuthedSettingsRoute: AuthedSettingsRoute, AuthedStatsRoute: AuthedStatsRoute, AuthedIndexRoute: AuthedIndexRoute, AuthedProfilePlayerIdRoute: AuthedProfilePlayerIdRoute, AuthedTeamsTeamIdRoute: AuthedTeamsTeamIdRoute, AuthedTournamentsTournamentIdRoute: AuthedTournamentsTournamentIdRoute, AuthedTournamentsIndexRoute: AuthedTournamentsIndexRoute, AuthedTournamentsIdBracketRoute: AuthedTournamentsIdBracketRoute, } const AuthedRouteWithChildren = AuthedRoute._addFileChildren(AuthedRouteChildren) const rootRouteChildren: RootRouteChildren = { AuthedRoute: AuthedRouteWithChildren, LoginRoute: LoginRoute, LogoutRoute: LogoutRoute, RefreshSessionRoute: RefreshSessionRoute, } export const routeTree = rootRouteImport ._addFileChildren(rootRouteChildren) ._addFileTypes() const rootServerRouteChildren: RootServerRouteChildren = { ApiAuthSplatServerRoute: ApiAuthSplatServerRoute, ApiEventsSplatServerRoute: ApiEventsSplatServerRoute, ApiSpotifyCallbackServerRoute: ApiSpotifyCallbackServerRoute, ApiSpotifyCaptureServerRoute: ApiSpotifyCaptureServerRoute, ApiSpotifyPlaybackServerRoute: ApiSpotifyPlaybackServerRoute, ApiSpotifyResumeServerRoute: ApiSpotifyResumeServerRoute, ApiSpotifySearchServerRoute: ApiSpotifySearchServerRoute, ApiSpotifyTokenServerRoute: ApiSpotifyTokenServerRoute, ApiTeamsUploadLogoServerRoute: ApiTeamsUploadLogoServerRoute, ApiTournamentsUploadLogoServerRoute: ApiTournamentsUploadLogoServerRoute, ApiFilesCollectionRecordIdFileServerRoute: ApiFilesCollectionRecordIdFileServerRoute, } export const serverRouteTree = rootServerRouteImport ._addFileChildren(rootServerRouteChildren) ._addFileTypes()