2025-08-11 23:21:36 +07: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'
|
|
|
|
|
import { Route as AuthRouteImport } from './routes/_auth'
|
|
|
|
|
import { Route as IndexRouteImport } from './routes/index'
|
2026-03-18 13:58:59 +07:00
|
|
|
import { Route as AuthUserIndexRouteImport } from './routes/_auth/user/index'
|
2026-03-04 14:41:34 +07:00
|
|
|
import { Route as AuthRoomsIndexRouteImport } from './routes/_auth/rooms/index'
|
|
|
|
|
import { Route as AuthRoleIndexRouteImport } from './routes/_auth/role/index'
|
2025-12-22 14:53:19 +07:00
|
|
|
import { Route as AuthDeviceIndexRouteImport } from './routes/_auth/device/index'
|
|
|
|
|
import { Route as AuthDashboardIndexRouteImport } from './routes/_auth/dashboard/index'
|
2026-03-04 14:41:34 +07:00
|
|
|
import { Route as AuthCommandsIndexRouteImport } from './routes/_auth/commands/index'
|
|
|
|
|
import { Route as AuthBlacklistsIndexRouteImport } from './routes/_auth/blacklists/index'
|
2025-12-22 14:53:19 +07:00
|
|
|
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'
|
2026-03-06 17:54:09 +07:00
|
|
|
import { Route as AuthUserCreateIndexRouteImport } from './routes/_auth/user/create/index'
|
2026-03-04 14:41:34 +07:00
|
|
|
import { Route as AuthRoomsRoomNameIndexRouteImport } from './routes/_auth/rooms/$roomName/index'
|
|
|
|
|
import { Route as AuthRoleCreateIndexRouteImport } from './routes/_auth/role/create/index'
|
2026-03-06 17:54:09 +07:00
|
|
|
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'
|
2026-03-18 13:58:59 +07:00
|
|
|
import { Route as AuthRoomsRoomNameFolderStatusIndexRouteImport } from './routes/_auth/rooms/$roomName/folder-status/index'
|
2026-03-04 14:41:34 +07:00
|
|
|
import { Route as AuthRoleIdEditIndexRouteImport } from './routes/_auth/role/$id/edit/index'
|
2025-08-11 23:21:36 +07:00
|
|
|
|
|
|
|
|
const AuthRoute = AuthRouteImport.update({
|
|
|
|
|
id: '/_auth',
|
|
|
|
|
getParentRoute: () => rootRouteImport,
|
|
|
|
|
} as any)
|
|
|
|
|
const IndexRoute = IndexRouteImport.update({
|
|
|
|
|
id: '/',
|
|
|
|
|
path: '/',
|
|
|
|
|
getParentRoute: () => rootRouteImport,
|
|
|
|
|
} as any)
|
2026-03-18 13:58:59 +07:00
|
|
|
const AuthUserIndexRoute = AuthUserIndexRouteImport.update({
|
|
|
|
|
id: '/user/',
|
|
|
|
|
path: '/user/',
|
|
|
|
|
getParentRoute: () => AuthRoute,
|
|
|
|
|
} as any)
|
2026-03-04 14:41:34 +07:00
|
|
|
const AuthRoomsIndexRoute = AuthRoomsIndexRouteImport.update({
|
|
|
|
|
id: '/rooms/',
|
|
|
|
|
path: '/rooms/',
|
|
|
|
|
getParentRoute: () => AuthRoute,
|
|
|
|
|
} as any)
|
|
|
|
|
const AuthRoleIndexRoute = AuthRoleIndexRouteImport.update({
|
|
|
|
|
id: '/role/',
|
|
|
|
|
path: '/role/',
|
2025-12-22 14:53:19 +07:00
|
|
|
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)
|
2026-03-04 14:41:34 +07:00
|
|
|
const AuthCommandsIndexRoute = AuthCommandsIndexRouteImport.update({
|
|
|
|
|
id: '/commands/',
|
|
|
|
|
path: '/commands/',
|
2025-12-22 14:53:19 +07:00
|
|
|
getParentRoute: () => AuthRoute,
|
2025-08-11 23:21:36 +07:00
|
|
|
} as any)
|
2026-03-04 14:41:34 +07:00
|
|
|
const AuthBlacklistsIndexRoute = AuthBlacklistsIndexRouteImport.update({
|
|
|
|
|
id: '/blacklists/',
|
|
|
|
|
path: '/blacklists/',
|
2025-12-22 14:53:19 +07:00
|
|
|
getParentRoute: () => AuthRoute,
|
|
|
|
|
} as any)
|
|
|
|
|
const AuthAppsIndexRoute = AuthAppsIndexRouteImport.update({
|
2025-08-11 23:21:36 +07:00
|
|
|
id: '/apps/',
|
|
|
|
|
path: '/apps/',
|
2025-12-22 14:53:19 +07:00
|
|
|
getParentRoute: () => AuthRoute,
|
2025-08-11 23:21:36 +07:00
|
|
|
} as any)
|
2025-12-22 14:53:19 +07:00
|
|
|
const AuthAgentIndexRoute = AuthAgentIndexRouteImport.update({
|
2025-09-10 09:59:17 +07:00
|
|
|
id: '/agent/',
|
|
|
|
|
path: '/agent/',
|
2025-12-22 14:53:19 +07:00
|
|
|
getParentRoute: () => AuthRoute,
|
2025-09-10 09:59:17 +07:00
|
|
|
} as any)
|
2025-12-22 14:53:19 +07:00
|
|
|
const authLoginIndexRoute = authLoginIndexRouteImport.update({
|
|
|
|
|
id: '/(auth)/login/',
|
2025-08-11 23:21:36 +07:00
|
|
|
path: '/login/',
|
2025-12-22 14:53:19 +07:00
|
|
|
getParentRoute: () => rootRouteImport,
|
|
|
|
|
} as any)
|
2026-03-06 17:54:09 +07:00
|
|
|
const AuthUserCreateIndexRoute = AuthUserCreateIndexRouteImport.update({
|
|
|
|
|
id: '/user/create/',
|
|
|
|
|
path: '/user/create/',
|
|
|
|
|
getParentRoute: () => AuthRoute,
|
|
|
|
|
} as any)
|
2026-03-04 14:41:34 +07:00
|
|
|
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)
|
2026-03-06 17:54:09 +07:00
|
|
|
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)
|
2026-03-18 13:58:59 +07:00
|
|
|
const AuthRoomsRoomNameFolderStatusIndexRoute =
|
|
|
|
|
AuthRoomsRoomNameFolderStatusIndexRouteImport.update({
|
|
|
|
|
id: '/rooms/$roomName/folder-status/',
|
|
|
|
|
path: '/rooms/$roomName/folder-status/',
|
|
|
|
|
getParentRoute: () => AuthRoute,
|
|
|
|
|
} as any)
|
2026-03-04 14:41:34 +07:00
|
|
|
const AuthRoleIdEditIndexRoute = AuthRoleIdEditIndexRouteImport.update({
|
|
|
|
|
id: '/role/$id/edit/',
|
|
|
|
|
path: '/role/$id/edit/',
|
2025-08-11 23:21:36 +07:00
|
|
|
getParentRoute: () => AuthRoute,
|
|
|
|
|
} as any)
|
|
|
|
|
|
|
|
|
|
export interface FileRoutesByFullPath {
|
|
|
|
|
'/': typeof IndexRoute
|
2025-12-22 14:53:19 +07:00
|
|
|
'/login': typeof authLoginIndexRoute
|
|
|
|
|
'/agent': typeof AuthAgentIndexRoute
|
|
|
|
|
'/apps': typeof AuthAppsIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
'/blacklists': typeof AuthBlacklistsIndexRoute
|
|
|
|
|
'/commands': typeof AuthCommandsIndexRoute
|
2025-12-22 14:53:19 +07:00
|
|
|
'/dashboard': typeof AuthDashboardIndexRoute
|
|
|
|
|
'/device': typeof AuthDeviceIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
'/role': typeof AuthRoleIndexRoute
|
|
|
|
|
'/rooms': typeof AuthRoomsIndexRoute
|
2026-03-18 13:58:59 +07:00
|
|
|
'/user': typeof AuthUserIndexRoute
|
2026-03-06 17:54:09 +07:00
|
|
|
'/profile/$userName': typeof AuthProfileUserNameIndexRoute
|
|
|
|
|
'/profile/change-password': typeof AuthProfileChangePasswordIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
'/role/create': typeof AuthRoleCreateIndexRoute
|
|
|
|
|
'/rooms/$roomName': typeof AuthRoomsRoomNameIndexRoute
|
2026-03-06 17:54:09 +07:00
|
|
|
'/user/create': typeof AuthUserCreateIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
'/role/$id/edit': typeof AuthRoleIdEditIndexRoute
|
2026-03-18 13:58:59 +07:00
|
|
|
'/rooms/$roomName/folder-status': typeof AuthRoomsRoomNameFolderStatusIndexRoute
|
2026-03-06 17:54:09 +07:00
|
|
|
'/user/change-password/$userName': typeof AuthUserChangePasswordUserNameIndexRoute
|
|
|
|
|
'/user/role/$roleId': typeof AuthUserRoleRoleIdIndexRoute
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
|
|
|
|
export interface FileRoutesByTo {
|
|
|
|
|
'/': typeof IndexRoute
|
2025-12-22 14:53:19 +07:00
|
|
|
'/login': typeof authLoginIndexRoute
|
|
|
|
|
'/agent': typeof AuthAgentIndexRoute
|
|
|
|
|
'/apps': typeof AuthAppsIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
'/blacklists': typeof AuthBlacklistsIndexRoute
|
|
|
|
|
'/commands': typeof AuthCommandsIndexRoute
|
2025-12-22 14:53:19 +07:00
|
|
|
'/dashboard': typeof AuthDashboardIndexRoute
|
|
|
|
|
'/device': typeof AuthDeviceIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
'/role': typeof AuthRoleIndexRoute
|
|
|
|
|
'/rooms': typeof AuthRoomsIndexRoute
|
2026-03-18 13:58:59 +07:00
|
|
|
'/user': typeof AuthUserIndexRoute
|
2026-03-06 17:54:09 +07:00
|
|
|
'/profile/$userName': typeof AuthProfileUserNameIndexRoute
|
|
|
|
|
'/profile/change-password': typeof AuthProfileChangePasswordIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
'/role/create': typeof AuthRoleCreateIndexRoute
|
|
|
|
|
'/rooms/$roomName': typeof AuthRoomsRoomNameIndexRoute
|
2026-03-06 17:54:09 +07:00
|
|
|
'/user/create': typeof AuthUserCreateIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
'/role/$id/edit': typeof AuthRoleIdEditIndexRoute
|
2026-03-18 13:58:59 +07:00
|
|
|
'/rooms/$roomName/folder-status': typeof AuthRoomsRoomNameFolderStatusIndexRoute
|
2026-03-06 17:54:09 +07:00
|
|
|
'/user/change-password/$userName': typeof AuthUserChangePasswordUserNameIndexRoute
|
|
|
|
|
'/user/role/$roleId': typeof AuthUserRoleRoleIdIndexRoute
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
|
|
|
|
export interface FileRoutesById {
|
|
|
|
|
__root__: typeof rootRouteImport
|
|
|
|
|
'/': typeof IndexRoute
|
|
|
|
|
'/_auth': typeof AuthRouteWithChildren
|
2025-12-22 14:53:19 +07:00
|
|
|
'/(auth)/login/': typeof authLoginIndexRoute
|
|
|
|
|
'/_auth/agent/': typeof AuthAgentIndexRoute
|
|
|
|
|
'/_auth/apps/': typeof AuthAppsIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
'/_auth/blacklists/': typeof AuthBlacklistsIndexRoute
|
|
|
|
|
'/_auth/commands/': typeof AuthCommandsIndexRoute
|
2025-12-22 14:53:19 +07:00
|
|
|
'/_auth/dashboard/': typeof AuthDashboardIndexRoute
|
|
|
|
|
'/_auth/device/': typeof AuthDeviceIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
'/_auth/role/': typeof AuthRoleIndexRoute
|
|
|
|
|
'/_auth/rooms/': typeof AuthRoomsIndexRoute
|
2026-03-18 13:58:59 +07:00
|
|
|
'/_auth/user/': typeof AuthUserIndexRoute
|
2026-03-06 17:54:09 +07:00
|
|
|
'/_auth/profile/$userName/': typeof AuthProfileUserNameIndexRoute
|
|
|
|
|
'/_auth/profile/change-password/': typeof AuthProfileChangePasswordIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
'/_auth/role/create/': typeof AuthRoleCreateIndexRoute
|
|
|
|
|
'/_auth/rooms/$roomName/': typeof AuthRoomsRoomNameIndexRoute
|
2026-03-06 17:54:09 +07:00
|
|
|
'/_auth/user/create/': typeof AuthUserCreateIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
'/_auth/role/$id/edit/': typeof AuthRoleIdEditIndexRoute
|
2026-03-18 13:58:59 +07:00
|
|
|
'/_auth/rooms/$roomName/folder-status/': typeof AuthRoomsRoomNameFolderStatusIndexRoute
|
2026-03-06 17:54:09 +07:00
|
|
|
'/_auth/user/change-password/$userName/': typeof AuthUserChangePasswordUserNameIndexRoute
|
|
|
|
|
'/_auth/user/role/$roleId/': typeof AuthUserRoleRoleIdIndexRoute
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
|
|
|
|
export interface FileRouteTypes {
|
|
|
|
|
fileRoutesByFullPath: FileRoutesByFullPath
|
2025-09-24 16:13:57 +07:00
|
|
|
fullPaths:
|
|
|
|
|
| '/'
|
|
|
|
|
| '/login'
|
|
|
|
|
| '/agent'
|
|
|
|
|
| '/apps'
|
2026-03-04 14:41:34 +07:00
|
|
|
| '/blacklists'
|
|
|
|
|
| '/commands'
|
2025-12-22 14:53:19 +07:00
|
|
|
| '/dashboard'
|
2025-10-20 16:46:17 +07:00
|
|
|
| '/device'
|
2026-03-04 14:41:34 +07:00
|
|
|
| '/role'
|
|
|
|
|
| '/rooms'
|
2026-03-18 13:58:59 +07:00
|
|
|
| '/user'
|
2026-03-06 17:54:09 +07:00
|
|
|
| '/profile/$userName'
|
|
|
|
|
| '/profile/change-password'
|
2026-03-04 14:41:34 +07:00
|
|
|
| '/role/create'
|
|
|
|
|
| '/rooms/$roomName'
|
2026-03-06 17:54:09 +07:00
|
|
|
| '/user/create'
|
2026-03-04 14:41:34 +07:00
|
|
|
| '/role/$id/edit'
|
2026-03-18 13:58:59 +07:00
|
|
|
| '/rooms/$roomName/folder-status'
|
2026-03-06 17:54:09 +07:00
|
|
|
| '/user/change-password/$userName'
|
|
|
|
|
| '/user/role/$roleId'
|
2025-08-11 23:21:36 +07:00
|
|
|
fileRoutesByTo: FileRoutesByTo
|
2025-09-24 16:13:57 +07:00
|
|
|
to:
|
|
|
|
|
| '/'
|
|
|
|
|
| '/login'
|
|
|
|
|
| '/agent'
|
|
|
|
|
| '/apps'
|
2026-03-04 14:41:34 +07:00
|
|
|
| '/blacklists'
|
|
|
|
|
| '/commands'
|
2025-12-22 14:53:19 +07:00
|
|
|
| '/dashboard'
|
2025-10-20 16:46:17 +07:00
|
|
|
| '/device'
|
2026-03-04 14:41:34 +07:00
|
|
|
| '/role'
|
|
|
|
|
| '/rooms'
|
2026-03-18 13:58:59 +07:00
|
|
|
| '/user'
|
2026-03-06 17:54:09 +07:00
|
|
|
| '/profile/$userName'
|
|
|
|
|
| '/profile/change-password'
|
2026-03-04 14:41:34 +07:00
|
|
|
| '/role/create'
|
|
|
|
|
| '/rooms/$roomName'
|
2026-03-06 17:54:09 +07:00
|
|
|
| '/user/create'
|
2026-03-04 14:41:34 +07:00
|
|
|
| '/role/$id/edit'
|
2026-03-18 13:58:59 +07:00
|
|
|
| '/rooms/$roomName/folder-status'
|
2026-03-06 17:54:09 +07:00
|
|
|
| '/user/change-password/$userName'
|
|
|
|
|
| '/user/role/$roleId'
|
2025-08-11 23:21:36 +07:00
|
|
|
id:
|
|
|
|
|
| '__root__'
|
|
|
|
|
| '/'
|
|
|
|
|
| '/_auth'
|
2025-12-22 14:53:19 +07:00
|
|
|
| '/(auth)/login/'
|
|
|
|
|
| '/_auth/agent/'
|
|
|
|
|
| '/_auth/apps/'
|
2026-03-04 14:41:34 +07:00
|
|
|
| '/_auth/blacklists/'
|
|
|
|
|
| '/_auth/commands/'
|
2025-12-22 14:53:19 +07:00
|
|
|
| '/_auth/dashboard/'
|
|
|
|
|
| '/_auth/device/'
|
2026-03-04 14:41:34 +07:00
|
|
|
| '/_auth/role/'
|
|
|
|
|
| '/_auth/rooms/'
|
2026-03-18 13:58:59 +07:00
|
|
|
| '/_auth/user/'
|
2026-03-06 17:54:09 +07:00
|
|
|
| '/_auth/profile/$userName/'
|
|
|
|
|
| '/_auth/profile/change-password/'
|
2026-03-04 14:41:34 +07:00
|
|
|
| '/_auth/role/create/'
|
|
|
|
|
| '/_auth/rooms/$roomName/'
|
2026-03-06 17:54:09 +07:00
|
|
|
| '/_auth/user/create/'
|
2026-03-04 14:41:34 +07:00
|
|
|
| '/_auth/role/$id/edit/'
|
2026-03-18 13:58:59 +07:00
|
|
|
| '/_auth/rooms/$roomName/folder-status/'
|
2026-03-06 17:54:09 +07:00
|
|
|
| '/_auth/user/change-password/$userName/'
|
|
|
|
|
| '/_auth/user/role/$roleId/'
|
2025-08-11 23:21:36 +07:00
|
|
|
fileRoutesById: FileRoutesById
|
|
|
|
|
}
|
|
|
|
|
export interface RootRouteChildren {
|
|
|
|
|
IndexRoute: typeof IndexRoute
|
|
|
|
|
AuthRoute: typeof AuthRouteWithChildren
|
2025-12-22 14:53:19 +07:00
|
|
|
authLoginIndexRoute: typeof authLoginIndexRoute
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
}
|
2026-03-18 13:58:59 +07:00
|
|
|
'/_auth/user/': {
|
|
|
|
|
id: '/_auth/user/'
|
|
|
|
|
path: '/user'
|
|
|
|
|
fullPath: '/user'
|
|
|
|
|
preLoaderRoute: typeof AuthUserIndexRouteImport
|
|
|
|
|
parentRoute: typeof AuthRoute
|
|
|
|
|
}
|
2026-03-04 14:41:34 +07:00
|
|
|
'/_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
|
2025-12-22 14:53:19 +07:00
|
|
|
parentRoute: typeof AuthRoute
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
2025-12-22 14:53:19 +07:00
|
|
|
'/_auth/device/': {
|
|
|
|
|
id: '/_auth/device/'
|
2025-10-20 16:46:17 +07:00
|
|
|
path: '/device'
|
|
|
|
|
fullPath: '/device'
|
2025-12-22 14:53:19 +07:00
|
|
|
preLoaderRoute: typeof AuthDeviceIndexRouteImport
|
|
|
|
|
parentRoute: typeof AuthRoute
|
|
|
|
|
}
|
|
|
|
|
'/_auth/dashboard/': {
|
|
|
|
|
id: '/_auth/dashboard/'
|
|
|
|
|
path: '/dashboard'
|
|
|
|
|
fullPath: '/dashboard'
|
|
|
|
|
preLoaderRoute: typeof AuthDashboardIndexRouteImport
|
|
|
|
|
parentRoute: typeof AuthRoute
|
2025-10-20 16:46:17 +07:00
|
|
|
}
|
2026-03-04 14:41:34 +07:00
|
|
|
'/_auth/commands/': {
|
|
|
|
|
id: '/_auth/commands/'
|
|
|
|
|
path: '/commands'
|
|
|
|
|
fullPath: '/commands'
|
|
|
|
|
preLoaderRoute: typeof AuthCommandsIndexRouteImport
|
2025-12-22 14:53:19 +07:00
|
|
|
parentRoute: typeof AuthRoute
|
2025-09-24 16:13:57 +07:00
|
|
|
}
|
2026-03-04 14:41:34 +07:00
|
|
|
'/_auth/blacklists/': {
|
|
|
|
|
id: '/_auth/blacklists/'
|
|
|
|
|
path: '/blacklists'
|
|
|
|
|
fullPath: '/blacklists'
|
|
|
|
|
preLoaderRoute: typeof AuthBlacklistsIndexRouteImport
|
2025-12-22 14:53:19 +07:00
|
|
|
parentRoute: typeof AuthRoute
|
2025-10-06 15:52:48 +07:00
|
|
|
}
|
2025-12-22 14:53:19 +07:00
|
|
|
'/_auth/apps/': {
|
|
|
|
|
id: '/_auth/apps/'
|
2025-08-11 23:21:36 +07:00
|
|
|
path: '/apps'
|
|
|
|
|
fullPath: '/apps'
|
2025-12-22 14:53:19 +07:00
|
|
|
preLoaderRoute: typeof AuthAppsIndexRouteImport
|
|
|
|
|
parentRoute: typeof AuthRoute
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
2025-12-22 14:53:19 +07:00
|
|
|
'/_auth/agent/': {
|
|
|
|
|
id: '/_auth/agent/'
|
2025-09-10 09:59:17 +07:00
|
|
|
path: '/agent'
|
|
|
|
|
fullPath: '/agent'
|
2025-12-22 14:53:19 +07:00
|
|
|
preLoaderRoute: typeof AuthAgentIndexRouteImport
|
|
|
|
|
parentRoute: typeof AuthRoute
|
2025-09-10 09:59:17 +07:00
|
|
|
}
|
2025-12-22 14:53:19 +07:00
|
|
|
'/(auth)/login/': {
|
|
|
|
|
id: '/(auth)/login/'
|
2025-08-11 23:21:36 +07:00
|
|
|
path: '/login'
|
|
|
|
|
fullPath: '/login'
|
2025-12-22 14:53:19 +07:00
|
|
|
preLoaderRoute: typeof authLoginIndexRouteImport
|
|
|
|
|
parentRoute: typeof rootRouteImport
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
2026-03-06 17:54:09 +07:00
|
|
|
'/_auth/user/create/': {
|
|
|
|
|
id: '/_auth/user/create/'
|
|
|
|
|
path: '/user/create'
|
|
|
|
|
fullPath: '/user/create'
|
|
|
|
|
preLoaderRoute: typeof AuthUserCreateIndexRouteImport
|
|
|
|
|
parentRoute: typeof AuthRoute
|
|
|
|
|
}
|
2026-03-04 14:41:34 +07:00
|
|
|
'/_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
|
|
|
|
|
}
|
2026-03-06 17:54:09 +07:00
|
|
|
'/_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
|
|
|
|
|
}
|
2026-03-18 13:58:59 +07:00
|
|
|
'/_auth/rooms/$roomName/folder-status/': {
|
|
|
|
|
id: '/_auth/rooms/$roomName/folder-status/'
|
|
|
|
|
path: '/rooms/$roomName/folder-status'
|
|
|
|
|
fullPath: '/rooms/$roomName/folder-status'
|
|
|
|
|
preLoaderRoute: typeof AuthRoomsRoomNameFolderStatusIndexRouteImport
|
|
|
|
|
parentRoute: typeof AuthRoute
|
|
|
|
|
}
|
2026-03-04 14:41:34 +07:00
|
|
|
'/_auth/role/$id/edit/': {
|
|
|
|
|
id: '/_auth/role/$id/edit/'
|
|
|
|
|
path: '/role/$id/edit'
|
|
|
|
|
fullPath: '/role/$id/edit'
|
|
|
|
|
preLoaderRoute: typeof AuthRoleIdEditIndexRouteImport
|
2025-12-22 14:53:19 +07:00
|
|
|
parentRoute: typeof AuthRoute
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
interface AuthRouteChildren {
|
2025-12-22 14:53:19 +07:00
|
|
|
AuthAgentIndexRoute: typeof AuthAgentIndexRoute
|
|
|
|
|
AuthAppsIndexRoute: typeof AuthAppsIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
AuthBlacklistsIndexRoute: typeof AuthBlacklistsIndexRoute
|
|
|
|
|
AuthCommandsIndexRoute: typeof AuthCommandsIndexRoute
|
2025-12-22 14:53:19 +07:00
|
|
|
AuthDashboardIndexRoute: typeof AuthDashboardIndexRoute
|
|
|
|
|
AuthDeviceIndexRoute: typeof AuthDeviceIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
AuthRoleIndexRoute: typeof AuthRoleIndexRoute
|
|
|
|
|
AuthRoomsIndexRoute: typeof AuthRoomsIndexRoute
|
2026-03-18 13:58:59 +07:00
|
|
|
AuthUserIndexRoute: typeof AuthUserIndexRoute
|
2026-03-06 17:54:09 +07:00
|
|
|
AuthProfileUserNameIndexRoute: typeof AuthProfileUserNameIndexRoute
|
|
|
|
|
AuthProfileChangePasswordIndexRoute: typeof AuthProfileChangePasswordIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
AuthRoleCreateIndexRoute: typeof AuthRoleCreateIndexRoute
|
|
|
|
|
AuthRoomsRoomNameIndexRoute: typeof AuthRoomsRoomNameIndexRoute
|
2026-03-06 17:54:09 +07:00
|
|
|
AuthUserCreateIndexRoute: typeof AuthUserCreateIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
AuthRoleIdEditIndexRoute: typeof AuthRoleIdEditIndexRoute
|
2026-03-18 13:58:59 +07:00
|
|
|
AuthRoomsRoomNameFolderStatusIndexRoute: typeof AuthRoomsRoomNameFolderStatusIndexRoute
|
2026-03-06 17:54:09 +07:00
|
|
|
AuthUserChangePasswordUserNameIndexRoute: typeof AuthUserChangePasswordUserNameIndexRoute
|
|
|
|
|
AuthUserRoleRoleIdIndexRoute: typeof AuthUserRoleRoleIdIndexRoute
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const AuthRouteChildren: AuthRouteChildren = {
|
2025-12-22 14:53:19 +07:00
|
|
|
AuthAgentIndexRoute: AuthAgentIndexRoute,
|
|
|
|
|
AuthAppsIndexRoute: AuthAppsIndexRoute,
|
2026-03-04 14:41:34 +07:00
|
|
|
AuthBlacklistsIndexRoute: AuthBlacklistsIndexRoute,
|
|
|
|
|
AuthCommandsIndexRoute: AuthCommandsIndexRoute,
|
2025-12-22 14:53:19 +07:00
|
|
|
AuthDashboardIndexRoute: AuthDashboardIndexRoute,
|
|
|
|
|
AuthDeviceIndexRoute: AuthDeviceIndexRoute,
|
2026-03-04 14:41:34 +07:00
|
|
|
AuthRoleIndexRoute: AuthRoleIndexRoute,
|
|
|
|
|
AuthRoomsIndexRoute: AuthRoomsIndexRoute,
|
2026-03-18 13:58:59 +07:00
|
|
|
AuthUserIndexRoute: AuthUserIndexRoute,
|
2026-03-06 17:54:09 +07:00
|
|
|
AuthProfileUserNameIndexRoute: AuthProfileUserNameIndexRoute,
|
|
|
|
|
AuthProfileChangePasswordIndexRoute: AuthProfileChangePasswordIndexRoute,
|
2026-03-04 14:41:34 +07:00
|
|
|
AuthRoleCreateIndexRoute: AuthRoleCreateIndexRoute,
|
|
|
|
|
AuthRoomsRoomNameIndexRoute: AuthRoomsRoomNameIndexRoute,
|
2026-03-06 17:54:09 +07:00
|
|
|
AuthUserCreateIndexRoute: AuthUserCreateIndexRoute,
|
2026-03-04 14:41:34 +07:00
|
|
|
AuthRoleIdEditIndexRoute: AuthRoleIdEditIndexRoute,
|
2026-03-18 13:58:59 +07:00
|
|
|
AuthRoomsRoomNameFolderStatusIndexRoute:
|
|
|
|
|
AuthRoomsRoomNameFolderStatusIndexRoute,
|
2026-03-06 17:54:09 +07:00
|
|
|
AuthUserChangePasswordUserNameIndexRoute:
|
|
|
|
|
AuthUserChangePasswordUserNameIndexRoute,
|
|
|
|
|
AuthUserRoleRoleIdIndexRoute: AuthUserRoleRoleIdIndexRoute,
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const AuthRouteWithChildren = AuthRoute._addFileChildren(AuthRouteChildren)
|
|
|
|
|
|
|
|
|
|
const rootRouteChildren: RootRouteChildren = {
|
|
|
|
|
IndexRoute: IndexRoute,
|
|
|
|
|
AuthRoute: AuthRouteWithChildren,
|
2025-12-22 14:53:19 +07:00
|
|
|
authLoginIndexRoute: authLoginIndexRoute,
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
|
|
|
|
export const routeTree = rootRouteImport
|
|
|
|
|
._addFileChildren(rootRouteChildren)
|
|
|
|
|
._addFileTypes<FileRouteTypes>()
|