web/src/routeTree.gen.ts
9.6 KB · sha256:54c85c826fa8e9ead147ec972da41cb0be281b4741a1c4a35d1425385688de36
/* 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 { Route as rootRouteImport } from './routes/__root'
import { Route as TracksRouteImport } from './routes/tracks'
import { Route as PlayersRouteImport } from './routes/players'
import { Route as GroupsRouteImport } from './routes/groups'
import { Route as BundlesRouteImport } from './routes/bundles'
import { Route as IndexRouteImport } from './routes/index'
import { Route as TracksIndexRouteImport } from './routes/tracks.index'
import { Route as PlayersIndexRouteImport } from './routes/players.index'
import { Route as GroupsIndexRouteImport } from './routes/groups.index'
import { Route as BundlesIndexRouteImport } from './routes/bundles.index'
import { Route as TracksNameRouteImport } from './routes/tracks.$name'
import { Route as PlayersUuidRouteImport } from './routes/players.$uuid'
import { Route as GroupsNameRouteImport } from './routes/groups.$name'
import { Route as BundlesNameRouteImport } from './routes/bundles.$name'
const TracksRoute = TracksRouteImport.update({
id: '/tracks',
path: '/tracks',
getParentRoute: () => rootRouteImport,
} as any)
const PlayersRoute = PlayersRouteImport.update({
id: '/players',
path: '/players',
getParentRoute: () => rootRouteImport,
} as any)
const GroupsRoute = GroupsRouteImport.update({
id: '/groups',
path: '/groups',
getParentRoute: () => rootRouteImport,
} as any)
const BundlesRoute = BundlesRouteImport.update({
id: '/bundles',
path: '/bundles',
getParentRoute: () => rootRouteImport,
} as any)
const IndexRoute = IndexRouteImport.update({
id: '/',
path: '/',
getParentRoute: () => rootRouteImport,
} as any)
const TracksIndexRoute = TracksIndexRouteImport.update({
id: '/',
path: '/',
getParentRoute: () => TracksRoute,
} as any)
const PlayersIndexRoute = PlayersIndexRouteImport.update({
id: '/',
path: '/',
getParentRoute: () => PlayersRoute,
} as any)
const GroupsIndexRoute = GroupsIndexRouteImport.update({
id: '/',
path: '/',
getParentRoute: () => GroupsRoute,
} as any)
const BundlesIndexRoute = BundlesIndexRouteImport.update({
id: '/',
path: '/',
getParentRoute: () => BundlesRoute,
} as any)
const TracksNameRoute = TracksNameRouteImport.update({
id: '/$name',
path: '/$name',
getParentRoute: () => TracksRoute,
} as any)
const PlayersUuidRoute = PlayersUuidRouteImport.update({
id: '/$uuid',
path: '/$uuid',
getParentRoute: () => PlayersRoute,
} as any)
const GroupsNameRoute = GroupsNameRouteImport.update({
id: '/$name',
path: '/$name',
getParentRoute: () => GroupsRoute,
} as any)
const BundlesNameRoute = BundlesNameRouteImport.update({
id: '/$name',
path: '/$name',
getParentRoute: () => BundlesRoute,
} as any)
export interface FileRoutesByFullPath {
'/': typeof IndexRoute
'/bundles': typeof BundlesRouteWithChildren
'/groups': typeof GroupsRouteWithChildren
'/players': typeof PlayersRouteWithChildren
'/tracks': typeof TracksRouteWithChildren
'/bundles/$name': typeof BundlesNameRoute
'/groups/$name': typeof GroupsNameRoute
'/players/$uuid': typeof PlayersUuidRoute
'/tracks/$name': typeof TracksNameRoute
'/bundles/': typeof BundlesIndexRoute
'/groups/': typeof GroupsIndexRoute
'/players/': typeof PlayersIndexRoute
'/tracks/': typeof TracksIndexRoute
}
export interface FileRoutesByTo {
'/': typeof IndexRoute
'/bundles/$name': typeof BundlesNameRoute
'/groups/$name': typeof GroupsNameRoute
'/players/$uuid': typeof PlayersUuidRoute
'/tracks/$name': typeof TracksNameRoute
'/bundles': typeof BundlesIndexRoute
'/groups': typeof GroupsIndexRoute
'/players': typeof PlayersIndexRoute
'/tracks': typeof TracksIndexRoute
}
export interface FileRoutesById {
__root__: typeof rootRouteImport
'/': typeof IndexRoute
'/bundles': typeof BundlesRouteWithChildren
'/groups': typeof GroupsRouteWithChildren
'/players': typeof PlayersRouteWithChildren
'/tracks': typeof TracksRouteWithChildren
'/bundles/$name': typeof BundlesNameRoute
'/groups/$name': typeof GroupsNameRoute
'/players/$uuid': typeof PlayersUuidRoute
'/tracks/$name': typeof TracksNameRoute
'/bundles/': typeof BundlesIndexRoute
'/groups/': typeof GroupsIndexRoute
'/players/': typeof PlayersIndexRoute
'/tracks/': typeof TracksIndexRoute
}
export interface FileRouteTypes {
fileRoutesByFullPath: FileRoutesByFullPath
fullPaths:
| '/'
| '/bundles'
| '/groups'
| '/players'
| '/tracks'
| '/bundles/$name'
| '/groups/$name'
| '/players/$uuid'
| '/tracks/$name'
| '/bundles/'
| '/groups/'
| '/players/'
| '/tracks/'
fileRoutesByTo: FileRoutesByTo
to:
| '/'
| '/bundles/$name'
| '/groups/$name'
| '/players/$uuid'
| '/tracks/$name'
| '/bundles'
| '/groups'
| '/players'
| '/tracks'
id:
| '__root__'
| '/'
| '/bundles'
| '/groups'
| '/players'
| '/tracks'
| '/bundles/$name'
| '/groups/$name'
| '/players/$uuid'
| '/tracks/$name'
| '/bundles/'
| '/groups/'
| '/players/'
| '/tracks/'
fileRoutesById: FileRoutesById
}
export interface RootRouteChildren {
IndexRoute: typeof IndexRoute
BundlesRoute: typeof BundlesRouteWithChildren
GroupsRoute: typeof GroupsRouteWithChildren
PlayersRoute: typeof PlayersRouteWithChildren
TracksRoute: typeof TracksRouteWithChildren
}
declare module '@tanstack/react-router' {
interface FileRoutesByPath {
'/tracks': {
id: '/tracks'
path: '/tracks'
fullPath: '/tracks'
preLoaderRoute: typeof TracksRouteImport
parentRoute: typeof rootRouteImport
}
'/players': {
id: '/players'
path: '/players'
fullPath: '/players'
preLoaderRoute: typeof PlayersRouteImport
parentRoute: typeof rootRouteImport
}
'/groups': {
id: '/groups'
path: '/groups'
fullPath: '/groups'
preLoaderRoute: typeof GroupsRouteImport
parentRoute: typeof rootRouteImport
}
'/bundles': {
id: '/bundles'
path: '/bundles'
fullPath: '/bundles'
preLoaderRoute: typeof BundlesRouteImport
parentRoute: typeof rootRouteImport
}
'/': {
id: '/'
path: '/'
fullPath: '/'
preLoaderRoute: typeof IndexRouteImport
parentRoute: typeof rootRouteImport
}
'/tracks/': {
id: '/tracks/'
path: '/'
fullPath: '/tracks/'
preLoaderRoute: typeof TracksIndexRouteImport
parentRoute: typeof TracksRoute
}
'/players/': {
id: '/players/'
path: '/'
fullPath: '/players/'
preLoaderRoute: typeof PlayersIndexRouteImport
parentRoute: typeof PlayersRoute
}
'/groups/': {
id: '/groups/'
path: '/'
fullPath: '/groups/'
preLoaderRoute: typeof GroupsIndexRouteImport
parentRoute: typeof GroupsRoute
}
'/bundles/': {
id: '/bundles/'
path: '/'
fullPath: '/bundles/'
preLoaderRoute: typeof BundlesIndexRouteImport
parentRoute: typeof BundlesRoute
}
'/tracks/$name': {
id: '/tracks/$name'
path: '/$name'
fullPath: '/tracks/$name'
preLoaderRoute: typeof TracksNameRouteImport
parentRoute: typeof TracksRoute
}
'/players/$uuid': {
id: '/players/$uuid'
path: '/$uuid'
fullPath: '/players/$uuid'
preLoaderRoute: typeof PlayersUuidRouteImport
parentRoute: typeof PlayersRoute
}
'/groups/$name': {
id: '/groups/$name'
path: '/$name'
fullPath: '/groups/$name'
preLoaderRoute: typeof GroupsNameRouteImport
parentRoute: typeof GroupsRoute
}
'/bundles/$name': {
id: '/bundles/$name'
path: '/$name'
fullPath: '/bundles/$name'
preLoaderRoute: typeof BundlesNameRouteImport
parentRoute: typeof BundlesRoute
}
}
}
interface BundlesRouteChildren {
BundlesNameRoute: typeof BundlesNameRoute
BundlesIndexRoute: typeof BundlesIndexRoute
}
const BundlesRouteChildren: BundlesRouteChildren = {
BundlesNameRoute: BundlesNameRoute,
BundlesIndexRoute: BundlesIndexRoute,
}
const BundlesRouteWithChildren =
BundlesRoute._addFileChildren(BundlesRouteChildren)
interface GroupsRouteChildren {
GroupsNameRoute: typeof GroupsNameRoute
GroupsIndexRoute: typeof GroupsIndexRoute
}
const GroupsRouteChildren: GroupsRouteChildren = {
GroupsNameRoute: GroupsNameRoute,
GroupsIndexRoute: GroupsIndexRoute,
}
const GroupsRouteWithChildren =
GroupsRoute._addFileChildren(GroupsRouteChildren)
interface PlayersRouteChildren {
PlayersUuidRoute: typeof PlayersUuidRoute
PlayersIndexRoute: typeof PlayersIndexRoute
}
const PlayersRouteChildren: PlayersRouteChildren = {
PlayersUuidRoute: PlayersUuidRoute,
PlayersIndexRoute: PlayersIndexRoute,
}
const PlayersRouteWithChildren =
PlayersRoute._addFileChildren(PlayersRouteChildren)
interface TracksRouteChildren {
TracksNameRoute: typeof TracksNameRoute
TracksIndexRoute: typeof TracksIndexRoute
}
const TracksRouteChildren: TracksRouteChildren = {
TracksNameRoute: TracksNameRoute,
TracksIndexRoute: TracksIndexRoute,
}
const TracksRouteWithChildren =
TracksRoute._addFileChildren(TracksRouteChildren)
const rootRouteChildren: RootRouteChildren = {
IndexRoute: IndexRoute,
BundlesRoute: BundlesRouteWithChildren,
GroupsRoute: GroupsRouteWithChildren,
PlayersRoute: PlayersRouteWithChildren,
TracksRoute: TracksRouteWithChildren,
}
export const routeTree = rootRouteImport
._addFileChildren(rootRouteChildren)
._addFileTypes<FileRouteTypes>()