quality / commitlint (push) Skipped
CD / update-wiki (push) Successful in 6s
quality / changes (push) Successful in 5s
quality / docker-check (push) Skipped
quality / web (push) Successful in 56s
quality / api (push) Successful in 41s
CD / quality (push) Successful in 1m47s
CD / publish (push) Successful in 33s
327 lines
10 KiB
TypeScript
327 lines
10 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 LoginRouteImport } from './routes/login'
|
|
import { Route as AuthRouteImport } from './routes/_auth'
|
|
import { Route as AuthIndexRouteImport } from './routes/_auth/index'
|
|
import { Route as AuthCallbackRouteImport } from './routes/auth.callback'
|
|
import { Route as AuthZonesRouteImport } from './routes/_auth/zones'
|
|
import { Route as AuthTopologyRouteImport } from './routes/_auth/topology'
|
|
import { Route as AuthNodesRouteImport } from './routes/_auth/nodes'
|
|
import { Route as AuthAliasesRouteImport } from './routes/_auth/aliases'
|
|
import { Route as AuthSettingsRouteRouteImport } from './routes/_auth/settings/route'
|
|
import { Route as AuthSettingsIndexRouteImport } from './routes/_auth/settings/index'
|
|
import { Route as AuthSettingsIntegrationsRouteImport } from './routes/_auth/settings/integrations'
|
|
import { Route as AuthSettingsCloudflareRouteImport } from './routes/_auth/settings/cloudflare'
|
|
import { Route as AuthSettingsAppearanceRouteImport } from './routes/_auth/settings/appearance'
|
|
|
|
const LoginRoute = LoginRouteImport.update({
|
|
id: '/login',
|
|
path: '/login',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const AuthRoute = AuthRouteImport.update({
|
|
id: '/_auth',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const AuthIndexRoute = AuthIndexRouteImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => AuthRoute,
|
|
} as any)
|
|
const AuthCallbackRoute = AuthCallbackRouteImport.update({
|
|
id: '/auth/callback',
|
|
path: '/auth/callback',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const AuthZonesRoute = AuthZonesRouteImport.update({
|
|
id: '/zones',
|
|
path: '/zones',
|
|
getParentRoute: () => AuthRoute,
|
|
} as any)
|
|
const AuthTopologyRoute = AuthTopologyRouteImport.update({
|
|
id: '/topology',
|
|
path: '/topology',
|
|
getParentRoute: () => AuthRoute,
|
|
} as any)
|
|
const AuthNodesRoute = AuthNodesRouteImport.update({
|
|
id: '/nodes',
|
|
path: '/nodes',
|
|
getParentRoute: () => AuthRoute,
|
|
} as any)
|
|
const AuthAliasesRoute = AuthAliasesRouteImport.update({
|
|
id: '/aliases',
|
|
path: '/aliases',
|
|
getParentRoute: () => AuthRoute,
|
|
} as any)
|
|
const AuthSettingsRouteRoute = AuthSettingsRouteRouteImport.update({
|
|
id: '/settings',
|
|
path: '/settings',
|
|
getParentRoute: () => AuthRoute,
|
|
} as any)
|
|
const AuthSettingsIndexRoute = AuthSettingsIndexRouteImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => AuthSettingsRouteRoute,
|
|
} as any)
|
|
const AuthSettingsIntegrationsRoute =
|
|
AuthSettingsIntegrationsRouteImport.update({
|
|
id: '/integrations',
|
|
path: '/integrations',
|
|
getParentRoute: () => AuthSettingsRouteRoute,
|
|
} as any)
|
|
const AuthSettingsCloudflareRoute = AuthSettingsCloudflareRouteImport.update({
|
|
id: '/cloudflare',
|
|
path: '/cloudflare',
|
|
getParentRoute: () => AuthSettingsRouteRoute,
|
|
} as any)
|
|
const AuthSettingsAppearanceRoute = AuthSettingsAppearanceRouteImport.update({
|
|
id: '/appearance',
|
|
path: '/appearance',
|
|
getParentRoute: () => AuthSettingsRouteRoute,
|
|
} as any)
|
|
|
|
export interface FileRoutesByFullPath {
|
|
'/': typeof AuthIndexRoute
|
|
'/login': typeof LoginRoute
|
|
'/settings': typeof AuthSettingsRouteRouteWithChildren
|
|
'/aliases': typeof AuthAliasesRoute
|
|
'/nodes': typeof AuthNodesRoute
|
|
'/topology': typeof AuthTopologyRoute
|
|
'/zones': typeof AuthZonesRoute
|
|
'/auth/callback': typeof AuthCallbackRoute
|
|
'/settings/appearance': typeof AuthSettingsAppearanceRoute
|
|
'/settings/cloudflare': typeof AuthSettingsCloudflareRoute
|
|
'/settings/integrations': typeof AuthSettingsIntegrationsRoute
|
|
'/settings/': typeof AuthSettingsIndexRoute
|
|
}
|
|
export interface FileRoutesByTo {
|
|
'/login': typeof LoginRoute
|
|
'/aliases': typeof AuthAliasesRoute
|
|
'/nodes': typeof AuthNodesRoute
|
|
'/topology': typeof AuthTopologyRoute
|
|
'/zones': typeof AuthZonesRoute
|
|
'/auth/callback': typeof AuthCallbackRoute
|
|
'/': typeof AuthIndexRoute
|
|
'/settings/appearance': typeof AuthSettingsAppearanceRoute
|
|
'/settings/cloudflare': typeof AuthSettingsCloudflareRoute
|
|
'/settings/integrations': typeof AuthSettingsIntegrationsRoute
|
|
'/settings': typeof AuthSettingsIndexRoute
|
|
}
|
|
export interface FileRoutesById {
|
|
__root__: typeof rootRouteImport
|
|
'/_auth': typeof AuthRouteWithChildren
|
|
'/login': typeof LoginRoute
|
|
'/_auth/settings': typeof AuthSettingsRouteRouteWithChildren
|
|
'/_auth/aliases': typeof AuthAliasesRoute
|
|
'/_auth/nodes': typeof AuthNodesRoute
|
|
'/_auth/topology': typeof AuthTopologyRoute
|
|
'/_auth/zones': typeof AuthZonesRoute
|
|
'/auth/callback': typeof AuthCallbackRoute
|
|
'/_auth/': typeof AuthIndexRoute
|
|
'/_auth/settings/appearance': typeof AuthSettingsAppearanceRoute
|
|
'/_auth/settings/cloudflare': typeof AuthSettingsCloudflareRoute
|
|
'/_auth/settings/integrations': typeof AuthSettingsIntegrationsRoute
|
|
'/_auth/settings/': typeof AuthSettingsIndexRoute
|
|
}
|
|
export interface FileRouteTypes {
|
|
fileRoutesByFullPath: FileRoutesByFullPath
|
|
fullPaths:
|
|
| '/'
|
|
| '/login'
|
|
| '/settings'
|
|
| '/aliases'
|
|
| '/nodes'
|
|
| '/topology'
|
|
| '/zones'
|
|
| '/auth/callback'
|
|
| '/settings/appearance'
|
|
| '/settings/cloudflare'
|
|
| '/settings/integrations'
|
|
| '/settings/'
|
|
fileRoutesByTo: FileRoutesByTo
|
|
to:
|
|
| '/login'
|
|
| '/aliases'
|
|
| '/nodes'
|
|
| '/topology'
|
|
| '/zones'
|
|
| '/auth/callback'
|
|
| '/'
|
|
| '/settings/appearance'
|
|
| '/settings/cloudflare'
|
|
| '/settings/integrations'
|
|
| '/settings'
|
|
id:
|
|
| '__root__'
|
|
| '/_auth'
|
|
| '/login'
|
|
| '/_auth/settings'
|
|
| '/_auth/aliases'
|
|
| '/_auth/nodes'
|
|
| '/_auth/topology'
|
|
| '/_auth/zones'
|
|
| '/auth/callback'
|
|
| '/_auth/'
|
|
| '/_auth/settings/appearance'
|
|
| '/_auth/settings/cloudflare'
|
|
| '/_auth/settings/integrations'
|
|
| '/_auth/settings/'
|
|
fileRoutesById: FileRoutesById
|
|
}
|
|
export interface RootRouteChildren {
|
|
AuthRoute: typeof AuthRouteWithChildren
|
|
LoginRoute: typeof LoginRoute
|
|
AuthCallbackRoute: typeof AuthCallbackRoute
|
|
}
|
|
|
|
declare module '@tanstack/react-router' {
|
|
interface FileRoutesByPath {
|
|
'/login': {
|
|
id: '/login'
|
|
path: '/login'
|
|
fullPath: '/login'
|
|
preLoaderRoute: typeof LoginRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/_auth': {
|
|
id: '/_auth'
|
|
path: ''
|
|
fullPath: '/'
|
|
preLoaderRoute: typeof AuthRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/_auth/': {
|
|
id: '/_auth/'
|
|
path: '/'
|
|
fullPath: '/'
|
|
preLoaderRoute: typeof AuthIndexRouteImport
|
|
parentRoute: typeof AuthRoute
|
|
}
|
|
'/auth/callback': {
|
|
id: '/auth/callback'
|
|
path: '/auth/callback'
|
|
fullPath: '/auth/callback'
|
|
preLoaderRoute: typeof AuthCallbackRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/_auth/zones': {
|
|
id: '/_auth/zones'
|
|
path: '/zones'
|
|
fullPath: '/zones'
|
|
preLoaderRoute: typeof AuthZonesRouteImport
|
|
parentRoute: typeof AuthRoute
|
|
}
|
|
'/_auth/topology': {
|
|
id: '/_auth/topology'
|
|
path: '/topology'
|
|
fullPath: '/topology'
|
|
preLoaderRoute: typeof AuthTopologyRouteImport
|
|
parentRoute: typeof AuthRoute
|
|
}
|
|
'/_auth/nodes': {
|
|
id: '/_auth/nodes'
|
|
path: '/nodes'
|
|
fullPath: '/nodes'
|
|
preLoaderRoute: typeof AuthNodesRouteImport
|
|
parentRoute: typeof AuthRoute
|
|
}
|
|
'/_auth/aliases': {
|
|
id: '/_auth/aliases'
|
|
path: '/aliases'
|
|
fullPath: '/aliases'
|
|
preLoaderRoute: typeof AuthAliasesRouteImport
|
|
parentRoute: typeof AuthRoute
|
|
}
|
|
'/_auth/settings': {
|
|
id: '/_auth/settings'
|
|
path: '/settings'
|
|
fullPath: '/settings'
|
|
preLoaderRoute: typeof AuthSettingsRouteRouteImport
|
|
parentRoute: typeof AuthRoute
|
|
}
|
|
'/_auth/settings/': {
|
|
id: '/_auth/settings/'
|
|
path: '/'
|
|
fullPath: '/settings/'
|
|
preLoaderRoute: typeof AuthSettingsIndexRouteImport
|
|
parentRoute: typeof AuthSettingsRouteRoute
|
|
}
|
|
'/_auth/settings/integrations': {
|
|
id: '/_auth/settings/integrations'
|
|
path: '/integrations'
|
|
fullPath: '/settings/integrations'
|
|
preLoaderRoute: typeof AuthSettingsIntegrationsRouteImport
|
|
parentRoute: typeof AuthSettingsRouteRoute
|
|
}
|
|
'/_auth/settings/cloudflare': {
|
|
id: '/_auth/settings/cloudflare'
|
|
path: '/cloudflare'
|
|
fullPath: '/settings/cloudflare'
|
|
preLoaderRoute: typeof AuthSettingsCloudflareRouteImport
|
|
parentRoute: typeof AuthSettingsRouteRoute
|
|
}
|
|
'/_auth/settings/appearance': {
|
|
id: '/_auth/settings/appearance'
|
|
path: '/appearance'
|
|
fullPath: '/settings/appearance'
|
|
preLoaderRoute: typeof AuthSettingsAppearanceRouteImport
|
|
parentRoute: typeof AuthSettingsRouteRoute
|
|
}
|
|
}
|
|
}
|
|
|
|
interface AuthSettingsRouteRouteChildren {
|
|
AuthSettingsAppearanceRoute: typeof AuthSettingsAppearanceRoute
|
|
AuthSettingsCloudflareRoute: typeof AuthSettingsCloudflareRoute
|
|
AuthSettingsIntegrationsRoute: typeof AuthSettingsIntegrationsRoute
|
|
AuthSettingsIndexRoute: typeof AuthSettingsIndexRoute
|
|
}
|
|
|
|
const AuthSettingsRouteRouteChildren: AuthSettingsRouteRouteChildren = {
|
|
AuthSettingsAppearanceRoute: AuthSettingsAppearanceRoute,
|
|
AuthSettingsCloudflareRoute: AuthSettingsCloudflareRoute,
|
|
AuthSettingsIntegrationsRoute: AuthSettingsIntegrationsRoute,
|
|
AuthSettingsIndexRoute: AuthSettingsIndexRoute,
|
|
}
|
|
|
|
const AuthSettingsRouteRouteWithChildren =
|
|
AuthSettingsRouteRoute._addFileChildren(AuthSettingsRouteRouteChildren)
|
|
|
|
interface AuthRouteChildren {
|
|
AuthSettingsRouteRoute: typeof AuthSettingsRouteRouteWithChildren
|
|
AuthAliasesRoute: typeof AuthAliasesRoute
|
|
AuthNodesRoute: typeof AuthNodesRoute
|
|
AuthTopologyRoute: typeof AuthTopologyRoute
|
|
AuthZonesRoute: typeof AuthZonesRoute
|
|
AuthIndexRoute: typeof AuthIndexRoute
|
|
}
|
|
|
|
const AuthRouteChildren: AuthRouteChildren = {
|
|
AuthSettingsRouteRoute: AuthSettingsRouteRouteWithChildren,
|
|
AuthAliasesRoute: AuthAliasesRoute,
|
|
AuthNodesRoute: AuthNodesRoute,
|
|
AuthTopologyRoute: AuthTopologyRoute,
|
|
AuthZonesRoute: AuthZonesRoute,
|
|
AuthIndexRoute: AuthIndexRoute,
|
|
}
|
|
|
|
const AuthRouteWithChildren = AuthRoute._addFileChildren(AuthRouteChildren)
|
|
|
|
const rootRouteChildren: RootRouteChildren = {
|
|
AuthRoute: AuthRouteWithChildren,
|
|
LoginRoute: LoginRoute,
|
|
AuthCallbackRoute: AuthCallbackRoute,
|
|
}
|
|
export const routeTree = rootRouteImport
|
|
._addFileChildren(rootRouteChildren)
|
|
._addFileTypes<FileRouteTypes>()
|