/* 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 AuthRouteImport } from './routes/_auth' import { Route as IndexRouteImport } from './routes/index' import { Route as AuthRoomsIndexRouteImport } from './routes/_auth/rooms/index' import { Route as AuthRoleIndexRouteImport } from './routes/_auth/role/index' import { Route as AuthDeviceIndexRouteImport } from './routes/_auth/device/index' import { Route as AuthDashboardIndexRouteImport } from './routes/_auth/dashboard/index' import { Route as AuthCommandsIndexRouteImport } from './routes/_auth/commands/index' import { Route as AuthBlacklistsIndexRouteImport } from './routes/_auth/blacklists/index' import { Route as AuthAppsIndexRouteImport } from './routes/_auth/apps/index' import { Route as AuthAgentIndexRouteImport } from './routes/_auth/agent/index' import { Route as authLoginIndexRouteImport } from './routes/(auth)/login/index' import { Route as AuthRoomsRoomNameIndexRouteImport } from './routes/_auth/rooms/$roomName/index' import { Route as AuthRoleCreateIndexRouteImport } from './routes/_auth/role/create/index' import { Route as AuthRoleIdEditIndexRouteImport } from './routes/_auth/role/$id/edit/index' const AuthRoute = AuthRouteImport.update({ id: '/_auth', getParentRoute: () => rootRouteImport, } as any) const IndexRoute = IndexRouteImport.update({ id: '/', path: '/', getParentRoute: () => rootRouteImport, } as any) const AuthRoomsIndexRoute = AuthRoomsIndexRouteImport.update({ id: '/rooms/', path: '/rooms/', getParentRoute: () => AuthRoute, } as any) const AuthRoleIndexRoute = AuthRoleIndexRouteImport.update({ id: '/role/', path: '/role/', getParentRoute: () => AuthRoute, } as any) const AuthDeviceIndexRoute = AuthDeviceIndexRouteImport.update({ id: '/device/', path: '/device/', getParentRoute: () => AuthRoute, } as any) const AuthDashboardIndexRoute = AuthDashboardIndexRouteImport.update({ id: '/dashboard/', path: '/dashboard/', getParentRoute: () => AuthRoute, } as any) const AuthCommandsIndexRoute = AuthCommandsIndexRouteImport.update({ id: '/commands/', path: '/commands/', getParentRoute: () => AuthRoute, } as any) const AuthBlacklistsIndexRoute = AuthBlacklistsIndexRouteImport.update({ id: '/blacklists/', path: '/blacklists/', getParentRoute: () => AuthRoute, } as any) const AuthAppsIndexRoute = AuthAppsIndexRouteImport.update({ id: '/apps/', path: '/apps/', getParentRoute: () => AuthRoute, } as any) const AuthAgentIndexRoute = AuthAgentIndexRouteImport.update({ id: '/agent/', path: '/agent/', getParentRoute: () => AuthRoute, } as any) const authLoginIndexRoute = authLoginIndexRouteImport.update({ id: '/(auth)/login/', path: '/login/', getParentRoute: () => rootRouteImport, } as any) const AuthRoomsRoomNameIndexRoute = AuthRoomsRoomNameIndexRouteImport.update({ id: '/rooms/$roomName/', path: '/rooms/$roomName/', getParentRoute: () => AuthRoute, } as any) const AuthRoleCreateIndexRoute = AuthRoleCreateIndexRouteImport.update({ id: '/role/create/', path: '/role/create/', getParentRoute: () => AuthRoute, } as any) const AuthRoleIdEditIndexRoute = AuthRoleIdEditIndexRouteImport.update({ id: '/role/$id/edit/', path: '/role/$id/edit/', getParentRoute: () => AuthRoute, } as any) export interface FileRoutesByFullPath { '/': typeof IndexRoute '/login': typeof authLoginIndexRoute '/agent': typeof AuthAgentIndexRoute '/apps': typeof AuthAppsIndexRoute '/blacklists': typeof AuthBlacklistsIndexRoute '/commands': typeof AuthCommandsIndexRoute '/dashboard': typeof AuthDashboardIndexRoute '/device': typeof AuthDeviceIndexRoute '/role': typeof AuthRoleIndexRoute '/rooms': typeof AuthRoomsIndexRoute '/role/create': typeof AuthRoleCreateIndexRoute '/rooms/$roomName': typeof AuthRoomsRoomNameIndexRoute '/role/$id/edit': typeof AuthRoleIdEditIndexRoute } export interface FileRoutesByTo { '/': typeof IndexRoute '/login': typeof authLoginIndexRoute '/agent': typeof AuthAgentIndexRoute '/apps': typeof AuthAppsIndexRoute '/blacklists': typeof AuthBlacklistsIndexRoute '/commands': typeof AuthCommandsIndexRoute '/dashboard': typeof AuthDashboardIndexRoute '/device': typeof AuthDeviceIndexRoute '/role': typeof AuthRoleIndexRoute '/rooms': typeof AuthRoomsIndexRoute '/role/create': typeof AuthRoleCreateIndexRoute '/rooms/$roomName': typeof AuthRoomsRoomNameIndexRoute '/role/$id/edit': typeof AuthRoleIdEditIndexRoute } export interface FileRoutesById { __root__: typeof rootRouteImport '/': typeof IndexRoute '/_auth': typeof AuthRouteWithChildren '/(auth)/login/': typeof authLoginIndexRoute '/_auth/agent/': typeof AuthAgentIndexRoute '/_auth/apps/': typeof AuthAppsIndexRoute '/_auth/blacklists/': typeof AuthBlacklistsIndexRoute '/_auth/commands/': typeof AuthCommandsIndexRoute '/_auth/dashboard/': typeof AuthDashboardIndexRoute '/_auth/device/': typeof AuthDeviceIndexRoute '/_auth/role/': typeof AuthRoleIndexRoute '/_auth/rooms/': typeof AuthRoomsIndexRoute '/_auth/role/create/': typeof AuthRoleCreateIndexRoute '/_auth/rooms/$roomName/': typeof AuthRoomsRoomNameIndexRoute '/_auth/role/$id/edit/': typeof AuthRoleIdEditIndexRoute } export interface FileRouteTypes { fileRoutesByFullPath: FileRoutesByFullPath fullPaths: | '/' | '/login' | '/agent' | '/apps' | '/blacklists' | '/commands' | '/dashboard' | '/device' | '/role' | '/rooms' | '/role/create' | '/rooms/$roomName' | '/role/$id/edit' fileRoutesByTo: FileRoutesByTo to: | '/' | '/login' | '/agent' | '/apps' | '/blacklists' | '/commands' | '/dashboard' | '/device' | '/role' | '/rooms' | '/role/create' | '/rooms/$roomName' | '/role/$id/edit' id: | '__root__' | '/' | '/_auth' | '/(auth)/login/' | '/_auth/agent/' | '/_auth/apps/' | '/_auth/blacklists/' | '/_auth/commands/' | '/_auth/dashboard/' | '/_auth/device/' | '/_auth/role/' | '/_auth/rooms/' | '/_auth/role/create/' | '/_auth/rooms/$roomName/' | '/_auth/role/$id/edit/' fileRoutesById: FileRoutesById } export interface RootRouteChildren { IndexRoute: typeof IndexRoute AuthRoute: typeof AuthRouteWithChildren authLoginIndexRoute: typeof authLoginIndexRoute } declare module '@tanstack/react-router' { interface FileRoutesByPath { '/_auth': { id: '/_auth' path: '' fullPath: '' preLoaderRoute: typeof AuthRouteImport parentRoute: typeof rootRouteImport } '/': { id: '/' path: '/' fullPath: '/' preLoaderRoute: typeof IndexRouteImport parentRoute: typeof rootRouteImport } '/_auth/rooms/': { id: '/_auth/rooms/' path: '/rooms' fullPath: '/rooms' preLoaderRoute: typeof AuthRoomsIndexRouteImport parentRoute: typeof AuthRoute } '/_auth/role/': { id: '/_auth/role/' path: '/role' fullPath: '/role' preLoaderRoute: typeof AuthRoleIndexRouteImport parentRoute: typeof AuthRoute } '/_auth/device/': { id: '/_auth/device/' path: '/device' fullPath: '/device' preLoaderRoute: typeof AuthDeviceIndexRouteImport parentRoute: typeof AuthRoute } '/_auth/dashboard/': { id: '/_auth/dashboard/' path: '/dashboard' fullPath: '/dashboard' preLoaderRoute: typeof AuthDashboardIndexRouteImport parentRoute: typeof AuthRoute } '/_auth/commands/': { id: '/_auth/commands/' path: '/commands' fullPath: '/commands' preLoaderRoute: typeof AuthCommandsIndexRouteImport parentRoute: typeof AuthRoute } '/_auth/blacklists/': { id: '/_auth/blacklists/' path: '/blacklists' fullPath: '/blacklists' preLoaderRoute: typeof AuthBlacklistsIndexRouteImport parentRoute: typeof AuthRoute } '/_auth/apps/': { id: '/_auth/apps/' path: '/apps' fullPath: '/apps' preLoaderRoute: typeof AuthAppsIndexRouteImport parentRoute: typeof AuthRoute } '/_auth/agent/': { id: '/_auth/agent/' path: '/agent' fullPath: '/agent' preLoaderRoute: typeof AuthAgentIndexRouteImport parentRoute: typeof AuthRoute } '/(auth)/login/': { id: '/(auth)/login/' path: '/login' fullPath: '/login' preLoaderRoute: typeof authLoginIndexRouteImport parentRoute: typeof rootRouteImport } '/_auth/rooms/$roomName/': { id: '/_auth/rooms/$roomName/' path: '/rooms/$roomName' fullPath: '/rooms/$roomName' preLoaderRoute: typeof AuthRoomsRoomNameIndexRouteImport parentRoute: typeof AuthRoute } '/_auth/role/create/': { id: '/_auth/role/create/' path: '/role/create' fullPath: '/role/create' preLoaderRoute: typeof AuthRoleCreateIndexRouteImport parentRoute: typeof AuthRoute } '/_auth/role/$id/edit/': { id: '/_auth/role/$id/edit/' path: '/role/$id/edit' fullPath: '/role/$id/edit' preLoaderRoute: typeof AuthRoleIdEditIndexRouteImport parentRoute: typeof AuthRoute } } } interface AuthRouteChildren { AuthAgentIndexRoute: typeof AuthAgentIndexRoute AuthAppsIndexRoute: typeof AuthAppsIndexRoute AuthBlacklistsIndexRoute: typeof AuthBlacklistsIndexRoute AuthCommandsIndexRoute: typeof AuthCommandsIndexRoute AuthDashboardIndexRoute: typeof AuthDashboardIndexRoute AuthDeviceIndexRoute: typeof AuthDeviceIndexRoute AuthRoleIndexRoute: typeof AuthRoleIndexRoute AuthRoomsIndexRoute: typeof AuthRoomsIndexRoute AuthRoleCreateIndexRoute: typeof AuthRoleCreateIndexRoute AuthRoomsRoomNameIndexRoute: typeof AuthRoomsRoomNameIndexRoute AuthRoleIdEditIndexRoute: typeof AuthRoleIdEditIndexRoute } const AuthRouteChildren: AuthRouteChildren = { AuthAgentIndexRoute: AuthAgentIndexRoute, AuthAppsIndexRoute: AuthAppsIndexRoute, AuthBlacklistsIndexRoute: AuthBlacklistsIndexRoute, AuthCommandsIndexRoute: AuthCommandsIndexRoute, AuthDashboardIndexRoute: AuthDashboardIndexRoute, AuthDeviceIndexRoute: AuthDeviceIndexRoute, AuthRoleIndexRoute: AuthRoleIndexRoute, AuthRoomsIndexRoute: AuthRoomsIndexRoute, AuthRoleCreateIndexRoute: AuthRoleCreateIndexRoute, AuthRoomsRoomNameIndexRoute: AuthRoomsRoomNameIndexRoute, AuthRoleIdEditIndexRoute: AuthRoleIdEditIndexRoute, } const AuthRouteWithChildren = AuthRoute._addFileChildren(AuthRouteChildren) const rootRouteChildren: RootRouteChildren = { IndexRoute: IndexRoute, AuthRoute: AuthRouteWithChildren, authLoginIndexRoute: authLoginIndexRoute, } export const routeTree = rootRouteImport ._addFileChildren(rootRouteChildren) ._addFileTypes()