293 lines
10 KiB
TypeScript
293 lines
10 KiB
TypeScript
/* 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 TokenRouteImport } from './routes/token'
|
|
import { Route as MagicLinkSentRouteImport } from './routes/magicLinkSent'
|
|
import { Route as AuthorizeRouteImport } from './routes/authorize'
|
|
import { Route as WorkbenchLayoutRouteImport } from './routes/_workbenchLayout'
|
|
import { Route as WorkbenchLayoutIndexRouteImport } from './routes/_workbenchLayout/index'
|
|
import { Route as WorkbenchLayoutJoinedEventsRouteImport } from './routes/_workbenchLayout/joined-events'
|
|
import { Route as WorkbenchLayoutEventsRouteImport } from './routes/_workbenchLayout/events'
|
|
import { Route as WorkbenchLayoutProfileIndexRouteImport } from './routes/_workbenchLayout/profile/index'
|
|
import { Route as WorkbenchLayoutEventsIndexRouteImport } from './routes/_workbenchLayout/events/index'
|
|
import { Route as WorkbenchLayoutProfileUserIdRouteImport } from './routes/_workbenchLayout/profile/$userId'
|
|
import { Route as WorkbenchLayoutEventsEventIdRouteImport } from './routes/_workbenchLayout/events/$eventId'
|
|
|
|
const TokenRoute = TokenRouteImport.update({
|
|
id: '/token',
|
|
path: '/token',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const MagicLinkSentRoute = MagicLinkSentRouteImport.update({
|
|
id: '/magicLinkSent',
|
|
path: '/magicLinkSent',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const AuthorizeRoute = AuthorizeRouteImport.update({
|
|
id: '/authorize',
|
|
path: '/authorize',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const WorkbenchLayoutRoute = WorkbenchLayoutRouteImport.update({
|
|
id: '/_workbenchLayout',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const WorkbenchLayoutIndexRoute = WorkbenchLayoutIndexRouteImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => WorkbenchLayoutRoute,
|
|
} as any)
|
|
const WorkbenchLayoutJoinedEventsRoute =
|
|
WorkbenchLayoutJoinedEventsRouteImport.update({
|
|
id: '/joined-events',
|
|
path: '/joined-events',
|
|
getParentRoute: () => WorkbenchLayoutRoute,
|
|
} as any)
|
|
const WorkbenchLayoutEventsRoute = WorkbenchLayoutEventsRouteImport.update({
|
|
id: '/events',
|
|
path: '/events',
|
|
getParentRoute: () => WorkbenchLayoutRoute,
|
|
} as any)
|
|
const WorkbenchLayoutProfileIndexRoute =
|
|
WorkbenchLayoutProfileIndexRouteImport.update({
|
|
id: '/profile/',
|
|
path: '/profile/',
|
|
getParentRoute: () => WorkbenchLayoutRoute,
|
|
} as any)
|
|
const WorkbenchLayoutEventsIndexRoute =
|
|
WorkbenchLayoutEventsIndexRouteImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => WorkbenchLayoutEventsRoute,
|
|
} as any)
|
|
const WorkbenchLayoutProfileUserIdRoute =
|
|
WorkbenchLayoutProfileUserIdRouteImport.update({
|
|
id: '/profile/$userId',
|
|
path: '/profile/$userId',
|
|
getParentRoute: () => WorkbenchLayoutRoute,
|
|
} as any)
|
|
const WorkbenchLayoutEventsEventIdRoute =
|
|
WorkbenchLayoutEventsEventIdRouteImport.update({
|
|
id: '/$eventId',
|
|
path: '/$eventId',
|
|
getParentRoute: () => WorkbenchLayoutEventsRoute,
|
|
} as any)
|
|
|
|
export interface FileRoutesByFullPath {
|
|
'/': typeof WorkbenchLayoutIndexRoute
|
|
'/authorize': typeof AuthorizeRoute
|
|
'/magicLinkSent': typeof MagicLinkSentRoute
|
|
'/token': typeof TokenRoute
|
|
'/events': typeof WorkbenchLayoutEventsRouteWithChildren
|
|
'/joined-events': typeof WorkbenchLayoutJoinedEventsRoute
|
|
'/events/$eventId': typeof WorkbenchLayoutEventsEventIdRoute
|
|
'/profile/$userId': typeof WorkbenchLayoutProfileUserIdRoute
|
|
'/events/': typeof WorkbenchLayoutEventsIndexRoute
|
|
'/profile/': typeof WorkbenchLayoutProfileIndexRoute
|
|
}
|
|
export interface FileRoutesByTo {
|
|
'/authorize': typeof AuthorizeRoute
|
|
'/magicLinkSent': typeof MagicLinkSentRoute
|
|
'/token': typeof TokenRoute
|
|
'/joined-events': typeof WorkbenchLayoutJoinedEventsRoute
|
|
'/': typeof WorkbenchLayoutIndexRoute
|
|
'/events/$eventId': typeof WorkbenchLayoutEventsEventIdRoute
|
|
'/profile/$userId': typeof WorkbenchLayoutProfileUserIdRoute
|
|
'/events': typeof WorkbenchLayoutEventsIndexRoute
|
|
'/profile': typeof WorkbenchLayoutProfileIndexRoute
|
|
}
|
|
export interface FileRoutesById {
|
|
__root__: typeof rootRouteImport
|
|
'/_workbenchLayout': typeof WorkbenchLayoutRouteWithChildren
|
|
'/authorize': typeof AuthorizeRoute
|
|
'/magicLinkSent': typeof MagicLinkSentRoute
|
|
'/token': typeof TokenRoute
|
|
'/_workbenchLayout/events': typeof WorkbenchLayoutEventsRouteWithChildren
|
|
'/_workbenchLayout/joined-events': typeof WorkbenchLayoutJoinedEventsRoute
|
|
'/_workbenchLayout/': typeof WorkbenchLayoutIndexRoute
|
|
'/_workbenchLayout/events/$eventId': typeof WorkbenchLayoutEventsEventIdRoute
|
|
'/_workbenchLayout/profile/$userId': typeof WorkbenchLayoutProfileUserIdRoute
|
|
'/_workbenchLayout/events/': typeof WorkbenchLayoutEventsIndexRoute
|
|
'/_workbenchLayout/profile/': typeof WorkbenchLayoutProfileIndexRoute
|
|
}
|
|
export interface FileRouteTypes {
|
|
fileRoutesByFullPath: FileRoutesByFullPath
|
|
fullPaths:
|
|
| '/'
|
|
| '/authorize'
|
|
| '/magicLinkSent'
|
|
| '/token'
|
|
| '/events'
|
|
| '/joined-events'
|
|
| '/events/$eventId'
|
|
| '/profile/$userId'
|
|
| '/events/'
|
|
| '/profile/'
|
|
fileRoutesByTo: FileRoutesByTo
|
|
to:
|
|
| '/authorize'
|
|
| '/magicLinkSent'
|
|
| '/token'
|
|
| '/joined-events'
|
|
| '/'
|
|
| '/events/$eventId'
|
|
| '/profile/$userId'
|
|
| '/events'
|
|
| '/profile'
|
|
id:
|
|
| '__root__'
|
|
| '/_workbenchLayout'
|
|
| '/authorize'
|
|
| '/magicLinkSent'
|
|
| '/token'
|
|
| '/_workbenchLayout/events'
|
|
| '/_workbenchLayout/joined-events'
|
|
| '/_workbenchLayout/'
|
|
| '/_workbenchLayout/events/$eventId'
|
|
| '/_workbenchLayout/profile/$userId'
|
|
| '/_workbenchLayout/events/'
|
|
| '/_workbenchLayout/profile/'
|
|
fileRoutesById: FileRoutesById
|
|
}
|
|
export interface RootRouteChildren {
|
|
WorkbenchLayoutRoute: typeof WorkbenchLayoutRouteWithChildren
|
|
AuthorizeRoute: typeof AuthorizeRoute
|
|
MagicLinkSentRoute: typeof MagicLinkSentRoute
|
|
TokenRoute: typeof TokenRoute
|
|
}
|
|
|
|
declare module '@tanstack/react-router' {
|
|
interface FileRoutesByPath {
|
|
'/token': {
|
|
id: '/token'
|
|
path: '/token'
|
|
fullPath: '/token'
|
|
preLoaderRoute: typeof TokenRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/magicLinkSent': {
|
|
id: '/magicLinkSent'
|
|
path: '/magicLinkSent'
|
|
fullPath: '/magicLinkSent'
|
|
preLoaderRoute: typeof MagicLinkSentRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/authorize': {
|
|
id: '/authorize'
|
|
path: '/authorize'
|
|
fullPath: '/authorize'
|
|
preLoaderRoute: typeof AuthorizeRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/_workbenchLayout': {
|
|
id: '/_workbenchLayout'
|
|
path: ''
|
|
fullPath: '/'
|
|
preLoaderRoute: typeof WorkbenchLayoutRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/_workbenchLayout/': {
|
|
id: '/_workbenchLayout/'
|
|
path: '/'
|
|
fullPath: '/'
|
|
preLoaderRoute: typeof WorkbenchLayoutIndexRouteImport
|
|
parentRoute: typeof WorkbenchLayoutRoute
|
|
}
|
|
'/_workbenchLayout/joined-events': {
|
|
id: '/_workbenchLayout/joined-events'
|
|
path: '/joined-events'
|
|
fullPath: '/joined-events'
|
|
preLoaderRoute: typeof WorkbenchLayoutJoinedEventsRouteImport
|
|
parentRoute: typeof WorkbenchLayoutRoute
|
|
}
|
|
'/_workbenchLayout/events': {
|
|
id: '/_workbenchLayout/events'
|
|
path: '/events'
|
|
fullPath: '/events'
|
|
preLoaderRoute: typeof WorkbenchLayoutEventsRouteImport
|
|
parentRoute: typeof WorkbenchLayoutRoute
|
|
}
|
|
'/_workbenchLayout/profile/': {
|
|
id: '/_workbenchLayout/profile/'
|
|
path: '/profile'
|
|
fullPath: '/profile/'
|
|
preLoaderRoute: typeof WorkbenchLayoutProfileIndexRouteImport
|
|
parentRoute: typeof WorkbenchLayoutRoute
|
|
}
|
|
'/_workbenchLayout/events/': {
|
|
id: '/_workbenchLayout/events/'
|
|
path: '/'
|
|
fullPath: '/events/'
|
|
preLoaderRoute: typeof WorkbenchLayoutEventsIndexRouteImport
|
|
parentRoute: typeof WorkbenchLayoutEventsRoute
|
|
}
|
|
'/_workbenchLayout/profile/$userId': {
|
|
id: '/_workbenchLayout/profile/$userId'
|
|
path: '/profile/$userId'
|
|
fullPath: '/profile/$userId'
|
|
preLoaderRoute: typeof WorkbenchLayoutProfileUserIdRouteImport
|
|
parentRoute: typeof WorkbenchLayoutRoute
|
|
}
|
|
'/_workbenchLayout/events/$eventId': {
|
|
id: '/_workbenchLayout/events/$eventId'
|
|
path: '/$eventId'
|
|
fullPath: '/events/$eventId'
|
|
preLoaderRoute: typeof WorkbenchLayoutEventsEventIdRouteImport
|
|
parentRoute: typeof WorkbenchLayoutEventsRoute
|
|
}
|
|
}
|
|
}
|
|
|
|
interface WorkbenchLayoutEventsRouteChildren {
|
|
WorkbenchLayoutEventsEventIdRoute: typeof WorkbenchLayoutEventsEventIdRoute
|
|
WorkbenchLayoutEventsIndexRoute: typeof WorkbenchLayoutEventsIndexRoute
|
|
}
|
|
|
|
const WorkbenchLayoutEventsRouteChildren: WorkbenchLayoutEventsRouteChildren = {
|
|
WorkbenchLayoutEventsEventIdRoute: WorkbenchLayoutEventsEventIdRoute,
|
|
WorkbenchLayoutEventsIndexRoute: WorkbenchLayoutEventsIndexRoute,
|
|
}
|
|
|
|
const WorkbenchLayoutEventsRouteWithChildren =
|
|
WorkbenchLayoutEventsRoute._addFileChildren(
|
|
WorkbenchLayoutEventsRouteChildren,
|
|
)
|
|
|
|
interface WorkbenchLayoutRouteChildren {
|
|
WorkbenchLayoutEventsRoute: typeof WorkbenchLayoutEventsRouteWithChildren
|
|
WorkbenchLayoutJoinedEventsRoute: typeof WorkbenchLayoutJoinedEventsRoute
|
|
WorkbenchLayoutIndexRoute: typeof WorkbenchLayoutIndexRoute
|
|
WorkbenchLayoutProfileUserIdRoute: typeof WorkbenchLayoutProfileUserIdRoute
|
|
WorkbenchLayoutProfileIndexRoute: typeof WorkbenchLayoutProfileIndexRoute
|
|
}
|
|
|
|
const WorkbenchLayoutRouteChildren: WorkbenchLayoutRouteChildren = {
|
|
WorkbenchLayoutEventsRoute: WorkbenchLayoutEventsRouteWithChildren,
|
|
WorkbenchLayoutJoinedEventsRoute: WorkbenchLayoutJoinedEventsRoute,
|
|
WorkbenchLayoutIndexRoute: WorkbenchLayoutIndexRoute,
|
|
WorkbenchLayoutProfileUserIdRoute: WorkbenchLayoutProfileUserIdRoute,
|
|
WorkbenchLayoutProfileIndexRoute: WorkbenchLayoutProfileIndexRoute,
|
|
}
|
|
|
|
const WorkbenchLayoutRouteWithChildren = WorkbenchLayoutRoute._addFileChildren(
|
|
WorkbenchLayoutRouteChildren,
|
|
)
|
|
|
|
const rootRouteChildren: RootRouteChildren = {
|
|
WorkbenchLayoutRoute: WorkbenchLayoutRouteWithChildren,
|
|
AuthorizeRoute: AuthorizeRoute,
|
|
MagicLinkSentRoute: MagicLinkSentRoute,
|
|
TokenRoute: TokenRoute,
|
|
}
|
|
export const routeTree = rootRouteImport
|
|
._addFileChildren(rootRouteChildren)
|
|
._addFileTypes<FileRouteTypes>()
|