Files
file-one/packages/web/src/routeTree.gen.ts

176 lines
6.0 KiB
TypeScript
Raw Normal View History

2025-09-13 22:02:27 +01:00
/* 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'
2025-09-14 21:46:38 +00:00
import { Route as LoginRouteImport } from './routes/login'
import { Route as AuthenticatedRouteImport } from './routes/_authenticated'
import { Route as AuthenticatedIndexRouteImport } from './routes/_authenticated/index'
import { Route as LoginCallbackRouteImport } from './routes/login_.callback'
2025-09-14 21:46:38 +00:00
import { Route as AuthenticatedSidebarLayoutRouteImport } from './routes/_authenticated/_sidebar-layout'
2025-09-17 00:04:12 +00:00
import { Route as AuthenticatedSidebarLayoutFilesSplatRouteImport } from './routes/_authenticated/_sidebar-layout/files.$'
2025-09-13 22:02:27 +01:00
2025-09-14 21:46:38 +00:00
const LoginRoute = LoginRouteImport.update({
id: '/login',
path: '/login',
2025-09-13 22:02:27 +01:00
getParentRoute: () => rootRouteImport,
} as any)
2025-09-14 21:46:38 +00:00
const AuthenticatedRoute = AuthenticatedRouteImport.update({
id: '/_authenticated',
getParentRoute: () => rootRouteImport,
} as any)
const AuthenticatedIndexRoute = AuthenticatedIndexRouteImport.update({
2025-09-13 22:02:27 +01:00
id: '/',
path: '/',
2025-09-14 21:46:38 +00:00
getParentRoute: () => AuthenticatedRoute,
2025-09-13 22:02:27 +01:00
} as any)
const LoginCallbackRoute = LoginCallbackRouteImport.update({
id: '/login_/callback',
path: '/login/callback',
getParentRoute: () => rootRouteImport,
} as any)
2025-09-14 21:46:38 +00:00
const AuthenticatedSidebarLayoutRoute =
AuthenticatedSidebarLayoutRouteImport.update({
id: '/_sidebar-layout',
getParentRoute: () => AuthenticatedRoute,
} as any)
2025-09-17 00:04:12 +00:00
const AuthenticatedSidebarLayoutFilesSplatRoute =
AuthenticatedSidebarLayoutFilesSplatRouteImport.update({
id: '/files/$',
path: '/files/$',
2025-09-14 21:46:38 +00:00
getParentRoute: () => AuthenticatedSidebarLayoutRoute,
} as any)
2025-09-13 22:02:27 +01:00
export interface FileRoutesByFullPath {
2025-09-14 21:46:38 +00:00
'/login': typeof LoginRoute
'/login/callback': typeof LoginCallbackRoute
2025-09-14 21:46:38 +00:00
'/': typeof AuthenticatedIndexRoute
2025-09-17 00:04:12 +00:00
'/files/$': typeof AuthenticatedSidebarLayoutFilesSplatRoute
2025-09-13 22:02:27 +01:00
}
export interface FileRoutesByTo {
2025-09-14 21:46:38 +00:00
'/login': typeof LoginRoute
'/login/callback': typeof LoginCallbackRoute
2025-09-14 21:46:38 +00:00
'/': typeof AuthenticatedIndexRoute
2025-09-17 00:04:12 +00:00
'/files/$': typeof AuthenticatedSidebarLayoutFilesSplatRoute
2025-09-13 22:02:27 +01:00
}
export interface FileRoutesById {
__root__: typeof rootRouteImport
2025-09-14 21:46:38 +00:00
'/_authenticated': typeof AuthenticatedRouteWithChildren
'/login': typeof LoginRoute
'/_authenticated/_sidebar-layout': typeof AuthenticatedSidebarLayoutRouteWithChildren
'/login_/callback': typeof LoginCallbackRoute
2025-09-14 21:46:38 +00:00
'/_authenticated/': typeof AuthenticatedIndexRoute
2025-09-17 00:04:12 +00:00
'/_authenticated/_sidebar-layout/files/$': typeof AuthenticatedSidebarLayoutFilesSplatRoute
2025-09-13 22:02:27 +01:00
}
export interface FileRouteTypes {
fileRoutesByFullPath: FileRoutesByFullPath
2025-09-17 00:04:12 +00:00
fullPaths: '/login' | '/login/callback' | '/' | '/files/$'
2025-09-13 22:02:27 +01:00
fileRoutesByTo: FileRoutesByTo
2025-09-17 00:04:12 +00:00
to: '/login' | '/login/callback' | '/' | '/files/$'
2025-09-14 21:46:38 +00:00
id:
| '__root__'
| '/_authenticated'
| '/login'
| '/_authenticated/_sidebar-layout'
| '/login_/callback'
2025-09-14 21:46:38 +00:00
| '/_authenticated/'
2025-09-17 00:04:12 +00:00
| '/_authenticated/_sidebar-layout/files/$'
2025-09-13 22:02:27 +01:00
fileRoutesById: FileRoutesById
}
export interface RootRouteChildren {
2025-09-14 21:46:38 +00:00
AuthenticatedRoute: typeof AuthenticatedRouteWithChildren
LoginRoute: typeof LoginRoute
LoginCallbackRoute: typeof LoginCallbackRoute
2025-09-13 22:02:27 +01:00
}
declare module '@tanstack/react-router' {
interface FileRoutesByPath {
2025-09-14 21:46:38 +00:00
'/login': {
id: '/login'
path: '/login'
fullPath: '/login'
preLoaderRoute: typeof LoginRouteImport
2025-09-13 22:02:27 +01:00
parentRoute: typeof rootRouteImport
}
2025-09-14 21:46:38 +00:00
'/_authenticated': {
id: '/_authenticated'
path: ''
fullPath: ''
preLoaderRoute: typeof AuthenticatedRouteImport
parentRoute: typeof rootRouteImport
}
'/_authenticated/': {
id: '/_authenticated/'
2025-09-13 22:02:27 +01:00
path: '/'
fullPath: '/'
2025-09-14 21:46:38 +00:00
preLoaderRoute: typeof AuthenticatedIndexRouteImport
parentRoute: typeof AuthenticatedRoute
}
'/login_/callback': {
id: '/login_/callback'
path: '/login/callback'
fullPath: '/login/callback'
preLoaderRoute: typeof LoginCallbackRouteImport
parentRoute: typeof rootRouteImport
}
2025-09-14 21:46:38 +00:00
'/_authenticated/_sidebar-layout': {
id: '/_authenticated/_sidebar-layout'
path: ''
fullPath: ''
preLoaderRoute: typeof AuthenticatedSidebarLayoutRouteImport
parentRoute: typeof AuthenticatedRoute
}
2025-09-17 00:04:12 +00:00
'/_authenticated/_sidebar-layout/files/$': {
id: '/_authenticated/_sidebar-layout/files/$'
path: '/files/$'
fullPath: '/files/$'
preLoaderRoute: typeof AuthenticatedSidebarLayoutFilesSplatRouteImport
2025-09-14 21:46:38 +00:00
parentRoute: typeof AuthenticatedSidebarLayoutRoute
2025-09-13 22:02:27 +01:00
}
}
}
2025-09-14 21:46:38 +00:00
interface AuthenticatedSidebarLayoutRouteChildren {
2025-09-17 00:04:12 +00:00
AuthenticatedSidebarLayoutFilesSplatRoute: typeof AuthenticatedSidebarLayoutFilesSplatRoute
2025-09-14 21:46:38 +00:00
}
const AuthenticatedSidebarLayoutRouteChildren: AuthenticatedSidebarLayoutRouteChildren =
{
2025-09-17 00:04:12 +00:00
AuthenticatedSidebarLayoutFilesSplatRoute:
AuthenticatedSidebarLayoutFilesSplatRoute,
2025-09-14 21:46:38 +00:00
}
const AuthenticatedSidebarLayoutRouteWithChildren =
AuthenticatedSidebarLayoutRoute._addFileChildren(
AuthenticatedSidebarLayoutRouteChildren,
)
interface AuthenticatedRouteChildren {
AuthenticatedSidebarLayoutRoute: typeof AuthenticatedSidebarLayoutRouteWithChildren
AuthenticatedIndexRoute: typeof AuthenticatedIndexRoute
}
const AuthenticatedRouteChildren: AuthenticatedRouteChildren = {
AuthenticatedSidebarLayoutRoute: AuthenticatedSidebarLayoutRouteWithChildren,
AuthenticatedIndexRoute: AuthenticatedIndexRoute,
}
const AuthenticatedRouteWithChildren = AuthenticatedRoute._addFileChildren(
AuthenticatedRouteChildren,
)
2025-09-13 22:02:27 +01:00
const rootRouteChildren: RootRouteChildren = {
2025-09-14 21:46:38 +00:00
AuthenticatedRoute: AuthenticatedRouteWithChildren,
LoginRoute: LoginRoute,
LoginCallbackRoute: LoginCallbackRoute,
2025-09-13 22:02:27 +01:00
}
export const routeTree = rootRouteImport
._addFileChildren(rootRouteChildren)
._addFileTypes<FileRouteTypes>()