Files
EvoFirewall/apps/web/src/routeTree.gen.ts
T
DenozordecandCursor 7f0c1009de
Build and Push EvoFirewall Docker Image / build-and-push (push) Successful in 1m52s
Build and Push EvoFirewall Docker Image / create-release (push) Skipped
fix(web): открытие detail-роутов и паритет ReUI DataGrid с EvoBGP/CFDM
Sibling routes index+$id, ColumnHeader/PrimaryCell/StatusBadge/ConfirmDialog, tabs и таблица entries списков.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-20 22:40:48 +07:00

277 lines
8.3 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 AuthRouteImport } from './routes/_auth'
import { Route as AuthIndexRouteImport } from './routes/_auth/index'
import { Route as AuthSettingsRouteImport } from './routes/_auth/settings'
import { Route as AuthStatsRouteImport } from './routes/_auth/stats'
import { Route as AuthCallbackRouteImport } from './routes/auth.callback'
import { Route as AuthAgentsIndexRouteImport } from './routes/_auth/agents/index'
import { Route as AuthAgentsIdRouteImport } from './routes/_auth/agents/$id'
import { Route as AuthListsIndexRouteImport } from './routes/_auth/lists/index'
import { Route as AuthListsIdRouteImport } from './routes/_auth/lists/$id'
import { Route as AuthRulesIndexRouteImport } from './routes/_auth/rules/index'
import { Route as AuthRulesSetIdRouteImport } from './routes/_auth/rules/$setId'
const AuthRoute = AuthRouteImport.update({
id: '/_auth',
getParentRoute: () => rootRouteImport,
} as any)
const AuthIndexRoute = AuthIndexRouteImport.update({
id: '/',
path: '/',
getParentRoute: () => AuthRoute,
} as any)
const AuthSettingsRoute = AuthSettingsRouteImport.update({
id: '/settings',
path: '/settings',
getParentRoute: () => AuthRoute,
} as any)
const AuthStatsRoute = AuthStatsRouteImport.update({
id: '/stats',
path: '/stats',
getParentRoute: () => AuthRoute,
} as any)
const AuthCallbackRoute = AuthCallbackRouteImport.update({
id: '/auth/callback',
path: '/auth/callback',
getParentRoute: () => rootRouteImport,
} as any)
const AuthAgentsIndexRoute = AuthAgentsIndexRouteImport.update({
id: '/agents/',
path: '/agents/',
getParentRoute: () => AuthRoute,
} as any)
const AuthAgentsIdRoute = AuthAgentsIdRouteImport.update({
id: '/agents/$id',
path: '/agents/$id',
getParentRoute: () => AuthRoute,
} as any)
const AuthListsIndexRoute = AuthListsIndexRouteImport.update({
id: '/lists/',
path: '/lists/',
getParentRoute: () => AuthRoute,
} as any)
const AuthListsIdRoute = AuthListsIdRouteImport.update({
id: '/lists/$id',
path: '/lists/$id',
getParentRoute: () => AuthRoute,
} as any)
const AuthRulesIndexRoute = AuthRulesIndexRouteImport.update({
id: '/rules/',
path: '/rules/',
getParentRoute: () => AuthRoute,
} as any)
const AuthRulesSetIdRoute = AuthRulesSetIdRouteImport.update({
id: '/rules/$setId',
path: '/rules/$setId',
getParentRoute: () => AuthRoute,
} as any)
export interface FileRoutesByFullPath {
'/': typeof AuthIndexRoute
'/settings': typeof AuthSettingsRoute
'/stats': typeof AuthStatsRoute
'/auth/callback': typeof AuthCallbackRoute
'/agents/$id': typeof AuthAgentsIdRoute
'/lists/$id': typeof AuthListsIdRoute
'/rules/$setId': typeof AuthRulesSetIdRoute
'/agents/': typeof AuthAgentsIndexRoute
'/lists/': typeof AuthListsIndexRoute
'/rules/': typeof AuthRulesIndexRoute
}
export interface FileRoutesByTo {
'/settings': typeof AuthSettingsRoute
'/stats': typeof AuthStatsRoute
'/auth/callback': typeof AuthCallbackRoute
'/': typeof AuthIndexRoute
'/agents/$id': typeof AuthAgentsIdRoute
'/lists/$id': typeof AuthListsIdRoute
'/rules/$setId': typeof AuthRulesSetIdRoute
'/agents': typeof AuthAgentsIndexRoute
'/lists': typeof AuthListsIndexRoute
'/rules': typeof AuthRulesIndexRoute
}
export interface FileRoutesById {
__root__: typeof rootRouteImport
'/_auth': typeof AuthRouteWithChildren
'/_auth/settings': typeof AuthSettingsRoute
'/_auth/stats': typeof AuthStatsRoute
'/auth/callback': typeof AuthCallbackRoute
'/_auth/': typeof AuthIndexRoute
'/_auth/agents/$id': typeof AuthAgentsIdRoute
'/_auth/lists/$id': typeof AuthListsIdRoute
'/_auth/rules/$setId': typeof AuthRulesSetIdRoute
'/_auth/agents/': typeof AuthAgentsIndexRoute
'/_auth/lists/': typeof AuthListsIndexRoute
'/_auth/rules/': typeof AuthRulesIndexRoute
}
export interface FileRouteTypes {
fileRoutesByFullPath: FileRoutesByFullPath
fullPaths:
| '/'
| '/settings'
| '/stats'
| '/auth/callback'
| '/agents/$id'
| '/lists/$id'
| '/rules/$setId'
| '/agents/'
| '/lists/'
| '/rules/'
fileRoutesByTo: FileRoutesByTo
to:
| '/settings'
| '/stats'
| '/auth/callback'
| '/'
| '/agents/$id'
| '/lists/$id'
| '/rules/$setId'
| '/agents'
| '/lists'
| '/rules'
id:
| '__root__'
| '/_auth'
| '/_auth/settings'
| '/_auth/stats'
| '/auth/callback'
| '/_auth/'
| '/_auth/agents/$id'
| '/_auth/lists/$id'
| '/_auth/rules/$setId'
| '/_auth/agents/'
| '/_auth/lists/'
| '/_auth/rules/'
fileRoutesById: FileRoutesById
}
export interface RootRouteChildren {
AuthRoute: typeof AuthRouteWithChildren
AuthCallbackRoute: typeof AuthCallbackRoute
}
declare module '@tanstack/react-router' {
interface FileRoutesByPath {
'/_auth': {
id: '/_auth'
path: ''
fullPath: '/'
preLoaderRoute: typeof AuthRouteImport
parentRoute: typeof rootRouteImport
}
'/_auth/': {
id: '/_auth/'
path: '/'
fullPath: '/'
preLoaderRoute: typeof AuthIndexRouteImport
parentRoute: typeof AuthRoute
}
'/_auth/settings': {
id: '/_auth/settings'
path: '/settings'
fullPath: '/settings'
preLoaderRoute: typeof AuthSettingsRouteImport
parentRoute: typeof AuthRoute
}
'/_auth/stats': {
id: '/_auth/stats'
path: '/stats'
fullPath: '/stats'
preLoaderRoute: typeof AuthStatsRouteImport
parentRoute: typeof AuthRoute
}
'/auth/callback': {
id: '/auth/callback'
path: '/auth/callback'
fullPath: '/auth/callback'
preLoaderRoute: typeof AuthCallbackRouteImport
parentRoute: typeof rootRouteImport
}
'/_auth/agents/': {
id: '/_auth/agents/'
path: '/agents'
fullPath: '/agents/'
preLoaderRoute: typeof AuthAgentsIndexRouteImport
parentRoute: typeof AuthRoute
}
'/_auth/agents/$id': {
id: '/_auth/agents/$id'
path: '/agents/$id'
fullPath: '/agents/$id'
preLoaderRoute: typeof AuthAgentsIdRouteImport
parentRoute: typeof AuthRoute
}
'/_auth/lists/': {
id: '/_auth/lists/'
path: '/lists'
fullPath: '/lists/'
preLoaderRoute: typeof AuthListsIndexRouteImport
parentRoute: typeof AuthRoute
}
'/_auth/lists/$id': {
id: '/_auth/lists/$id'
path: '/lists/$id'
fullPath: '/lists/$id'
preLoaderRoute: typeof AuthListsIdRouteImport
parentRoute: typeof AuthRoute
}
'/_auth/rules/': {
id: '/_auth/rules/'
path: '/rules'
fullPath: '/rules/'
preLoaderRoute: typeof AuthRulesIndexRouteImport
parentRoute: typeof AuthRoute
}
'/_auth/rules/$setId': {
id: '/_auth/rules/$setId'
path: '/rules/$setId'
fullPath: '/rules/$setId'
preLoaderRoute: typeof AuthRulesSetIdRouteImport
parentRoute: typeof AuthRoute
}
}
}
interface AuthRouteChildren {
AuthSettingsRoute: typeof AuthSettingsRoute
AuthStatsRoute: typeof AuthStatsRoute
AuthIndexRoute: typeof AuthIndexRoute
AuthAgentsIdRoute: typeof AuthAgentsIdRoute
AuthListsIdRoute: typeof AuthListsIdRoute
AuthRulesSetIdRoute: typeof AuthRulesSetIdRoute
AuthAgentsIndexRoute: typeof AuthAgentsIndexRoute
AuthListsIndexRoute: typeof AuthListsIndexRoute
AuthRulesIndexRoute: typeof AuthRulesIndexRoute
}
const AuthRouteChildren: AuthRouteChildren = {
AuthSettingsRoute: AuthSettingsRoute,
AuthStatsRoute: AuthStatsRoute,
AuthIndexRoute: AuthIndexRoute,
AuthAgentsIdRoute: AuthAgentsIdRoute,
AuthListsIdRoute: AuthListsIdRoute,
AuthRulesSetIdRoute: AuthRulesSetIdRoute,
AuthAgentsIndexRoute: AuthAgentsIndexRoute,
AuthListsIndexRoute: AuthListsIndexRoute,
AuthRulesIndexRoute: AuthRulesIndexRoute,
}
const AuthRouteWithChildren = AuthRoute._addFileChildren(AuthRouteChildren)
const rootRouteChildren: RootRouteChildren = {
AuthRoute: AuthRouteWithChildren,
AuthCallbackRoute: AuthCallbackRoute,
}
export const routeTree = rootRouteImport
._addFileChildren(rootRouteChildren)
._addFileTypes<FileRouteTypes>()