/* 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 AuthUserRoleIndexRouteImport } from './routes/_auth/user/role/index' import { Route as AuthUserCreateIndexRouteImport } from './routes/_auth/user/create/index' import { Route as AuthRoomsRoomNameIndexRouteImport } from './routes/_auth/rooms/$roomName/index' import { Route as AuthRoleCreateIndexRouteImport } from './routes/_auth/role/create/index' import { Route as AuthProfileChangePasswordIndexRouteImport } from './routes/_auth/profile/change-password/index' import { Route as AuthProfileUserNameIndexRouteImport } from './routes/_auth/profile/$userName/index' import { Route as AuthUserRoleRoleIdIndexRouteImport } from './routes/_auth/user/role/$roleId/index' import { Route as AuthUserChangePasswordUserNameIndexRouteImport } from './routes/_auth/user/change-password/$userName/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 AuthUserRoleIndexRoute = AuthUserRoleIndexRouteImport.update({ id: '/user/role/', path: '/user/role/', getParentRoute: () => AuthRoute, } as any) const AuthUserCreateIndexRoute = AuthUserCreateIndexRouteImport.update({ id: '/user/create/', path: '/user/create/', getParentRoute: () => AuthRoute, } 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 AuthProfileChangePasswordIndexRoute = AuthProfileChangePasswordIndexRouteImport.update({ id: '/profile/change-password/', path: '/profile/change-password/', getParentRoute: () => AuthRoute, } as any) const AuthProfileUserNameIndexRoute = AuthProfileUserNameIndexRouteImport.update({ id: '/profile/$userName/', path: '/profile/$userName/', getParentRoute: () => AuthRoute, } as any) const AuthUserRoleRoleIdIndexRoute = AuthUserRoleRoleIdIndexRouteImport.update({ id: '/user/role/$roleId/', path: '/user/role/$roleId/', getParentRoute: () => AuthRoute, } as any) const AuthUserChangePasswordUserNameIndexRoute = AuthUserChangePasswordUserNameIndexRouteImport.update({ id: '/user/change-password/$userName/', path: '/user/change-password/$userName/', 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 '/profile/$userName': typeof AuthProfileUserNameIndexRoute '/profile/change-password': typeof AuthProfileChangePasswordIndexRoute '/role/create': typeof AuthRoleCreateIndexRoute '/rooms/$roomName': typeof AuthRoomsRoomNameIndexRoute '/user/create': typeof AuthUserCreateIndexRoute '/user/role': typeof AuthUserRoleIndexRoute '/role/$id/edit': typeof AuthRoleIdEditIndexRoute '/user/change-password/$userName': typeof AuthUserChangePasswordUserNameIndexRoute '/user/role/$roleId': typeof AuthUserRoleRoleIdIndexRoute } 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 '/profile/$userName': typeof AuthProfileUserNameIndexRoute '/profile/change-password': typeof AuthProfileChangePasswordIndexRoute '/role/create': typeof AuthRoleCreateIndexRoute '/rooms/$roomName': typeof AuthRoomsRoomNameIndexRoute '/user/create': typeof AuthUserCreateIndexRoute '/user/role': typeof AuthUserRoleIndexRoute '/role/$id/edit': typeof AuthRoleIdEditIndexRoute '/user/change-password/$userName': typeof AuthUserChangePasswordUserNameIndexRoute '/user/role/$roleId': typeof AuthUserRoleRoleIdIndexRoute } 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/profile/$userName/': typeof AuthProfileUserNameIndexRoute '/_auth/profile/change-password/': typeof AuthProfileChangePasswordIndexRoute '/_auth/role/create/': typeof AuthRoleCreateIndexRoute '/_auth/rooms/$roomName/': typeof AuthRoomsRoomNameIndexRoute '/_auth/user/create/': typeof AuthUserCreateIndexRoute '/_auth/user/role/': typeof AuthUserRoleIndexRoute '/_auth/role/$id/edit/': typeof AuthRoleIdEditIndexRoute '/_auth/user/change-password/$userName/': typeof AuthUserChangePasswordUserNameIndexRoute '/_auth/user/role/$roleId/': typeof AuthUserRoleRoleIdIndexRoute } export interface FileRouteTypes { fileRoutesByFullPath: FileRoutesByFullPath fullPaths: | '/' | '/login' | '/agent' | '/apps' | '/blacklists' | '/commands' | '/dashboard' | '/device' | '/role' | '/rooms' | '/profile/$userName' | '/profile/change-password' | '/role/create' | '/rooms/$roomName' | '/user/create' | '/user/role' | '/role/$id/edit' | '/user/change-password/$userName' | '/user/role/$roleId' fileRoutesByTo: FileRoutesByTo to: | '/' | '/login' | '/agent' | '/apps' | '/blacklists' | '/commands' | '/dashboard' | '/device' | '/role' | '/rooms' | '/profile/$userName' | '/profile/change-password' | '/role/create' | '/rooms/$roomName' | '/user/create' | '/user/role' | '/role/$id/edit' | '/user/change-password/$userName' | '/user/role/$roleId' id: | '__root__' | '/' | '/_auth' | '/(auth)/login/' | '/_auth/agent/' | '/_auth/apps/' | '/_auth/blacklists/' | '/_auth/commands/' | '/_auth/dashboard/' | '/_auth/device/' | '/_auth/role/' | '/_auth/rooms/' | '/_auth/profile/$userName/' | '/_auth/profile/change-password/' | '/_auth/role/create/' | '/_auth/rooms/$roomName/' | '/_auth/user/create/' | '/_auth/user/role/' | '/_auth/role/$id/edit/' | '/_auth/user/change-password/$userName/' | '/_auth/user/role/$roleId/' 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/user/role/': { id: '/_auth/user/role/' path: '/user/role' fullPath: '/user/role' preLoaderRoute: typeof AuthUserRoleIndexRouteImport parentRoute: typeof AuthRoute } '/_auth/user/create/': { id: '/_auth/user/create/' path: '/user/create' fullPath: '/user/create' preLoaderRoute: typeof AuthUserCreateIndexRouteImport parentRoute: typeof AuthRoute } '/_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/profile/change-password/': { id: '/_auth/profile/change-password/' path: '/profile/change-password' fullPath: '/profile/change-password' preLoaderRoute: typeof AuthProfileChangePasswordIndexRouteImport parentRoute: typeof AuthRoute } '/_auth/profile/$userName/': { id: '/_auth/profile/$userName/' path: '/profile/$userName' fullPath: '/profile/$userName' preLoaderRoute: typeof AuthProfileUserNameIndexRouteImport parentRoute: typeof AuthRoute } '/_auth/user/role/$roleId/': { id: '/_auth/user/role/$roleId/' path: '/user/role/$roleId' fullPath: '/user/role/$roleId' preLoaderRoute: typeof AuthUserRoleRoleIdIndexRouteImport parentRoute: typeof AuthRoute } '/_auth/user/change-password/$userName/': { id: '/_auth/user/change-password/$userName/' path: '/user/change-password/$userName' fullPath: '/user/change-password/$userName' preLoaderRoute: typeof AuthUserChangePasswordUserNameIndexRouteImport 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 AuthProfileUserNameIndexRoute: typeof AuthProfileUserNameIndexRoute AuthProfileChangePasswordIndexRoute: typeof AuthProfileChangePasswordIndexRoute AuthRoleCreateIndexRoute: typeof AuthRoleCreateIndexRoute AuthRoomsRoomNameIndexRoute: typeof AuthRoomsRoomNameIndexRoute AuthUserCreateIndexRoute: typeof AuthUserCreateIndexRoute AuthUserRoleIndexRoute: typeof AuthUserRoleIndexRoute AuthRoleIdEditIndexRoute: typeof AuthRoleIdEditIndexRoute AuthUserChangePasswordUserNameIndexRoute: typeof AuthUserChangePasswordUserNameIndexRoute AuthUserRoleRoleIdIndexRoute: typeof AuthUserRoleRoleIdIndexRoute } const AuthRouteChildren: AuthRouteChildren = { AuthAgentIndexRoute: AuthAgentIndexRoute, AuthAppsIndexRoute: AuthAppsIndexRoute, AuthBlacklistsIndexRoute: AuthBlacklistsIndexRoute, AuthCommandsIndexRoute: AuthCommandsIndexRoute, AuthDashboardIndexRoute: AuthDashboardIndexRoute, AuthDeviceIndexRoute: AuthDeviceIndexRoute, AuthRoleIndexRoute: AuthRoleIndexRoute, AuthRoomsIndexRoute: AuthRoomsIndexRoute, AuthProfileUserNameIndexRoute: AuthProfileUserNameIndexRoute, AuthProfileChangePasswordIndexRoute: AuthProfileChangePasswordIndexRoute, AuthRoleCreateIndexRoute: AuthRoleCreateIndexRoute, AuthRoomsRoomNameIndexRoute: AuthRoomsRoomNameIndexRoute, AuthUserCreateIndexRoute: AuthUserCreateIndexRoute, AuthUserRoleIndexRoute: AuthUserRoleIndexRoute, AuthRoleIdEditIndexRoute: AuthRoleIdEditIndexRoute, AuthUserChangePasswordUserNameIndexRoute: AuthUserChangePasswordUserNameIndexRoute, AuthUserRoleRoleIdIndexRoute: AuthUserRoleRoleIdIndexRoute, } const AuthRouteWithChildren = AuthRoute._addFileChildren(AuthRouteChildren) const rootRouteChildren: RootRouteChildren = { IndexRoute: IndexRoute, AuthRoute: AuthRouteWithChildren, authLoginIndexRoute: authLoginIndexRoute, } export const routeTree = rootRouteImport ._addFileChildren(rootRouteChildren) ._addFileTypes()