mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
931 lines
32 KiB
TypeScript
931 lines
32 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 { createFileRoute } from '@tanstack/react-router'
|
|
|
|
// Import Routes
|
|
|
|
import { Route as rootRoute } from './routes/__root'
|
|
import { Route as AuthenticatedRouteImport } from './routes/_authenticated/route'
|
|
import { Route as AuthenticatedIndexImport } from './routes/_authenticated/index'
|
|
import { Route as authSignInImport } from './routes/(auth)/sign-in'
|
|
import { Route as auth500Import } from './routes/(auth)/500'
|
|
import { Route as AuthenticatedSearchIndexImport } from './routes/_authenticated/search/index'
|
|
import { Route as AuthenticatedAttachmentIndexImport } from './routes/_authenticated/attachment/index'
|
|
|
|
// Create Virtual Routes
|
|
|
|
const errors503LazyImport = createFileRoute('/(errors)/503')()
|
|
const errors500LazyImport = createFileRoute('/(errors)/500')()
|
|
const errors404LazyImport = createFileRoute('/(errors)/404')()
|
|
const errors403LazyImport = createFileRoute('/(errors)/403')()
|
|
const errors401LazyImport = createFileRoute('/(errors)/401')()
|
|
const AuthenticatedUsersRouteLazyImport = createFileRoute(
|
|
'/_authenticated/users',
|
|
)()
|
|
const AuthenticatedSettingsRouteLazyImport = createFileRoute(
|
|
'/_authenticated/settings',
|
|
)()
|
|
const AuthenticatedUsersIndexLazyImport = createFileRoute(
|
|
'/_authenticated/users/',
|
|
)()
|
|
const AuthenticatedSettingsIndexLazyImport = createFileRoute(
|
|
'/_authenticated/settings/',
|
|
)()
|
|
const AuthenticatedOauth2IndexLazyImport = createFileRoute(
|
|
'/_authenticated/oauth2/',
|
|
)()
|
|
const AuthenticatedOauth2ResultIndexLazyImport = createFileRoute(
|
|
'/_authenticated/oauth2-result/',
|
|
)()
|
|
const AuthenticatedApiDocsIndexLazyImport = createFileRoute(
|
|
'/_authenticated/api-docs/',
|
|
)()
|
|
const AuthenticatedAccountsIndexLazyImport = createFileRoute(
|
|
'/_authenticated/accounts/',
|
|
)()
|
|
const AuthenticatedUsersRolesLazyImport = createFileRoute(
|
|
'/_authenticated/users/roles',
|
|
)()
|
|
const AuthenticatedUsersApiTokensLazyImport = createFileRoute(
|
|
'/_authenticated/users/api-tokens',
|
|
)()
|
|
const AuthenticatedSettingsProxyLazyImport = createFileRoute(
|
|
'/_authenticated/settings/proxy',
|
|
)()
|
|
const AuthenticatedSettingsProfileLazyImport = createFileRoute(
|
|
'/_authenticated/settings/profile',
|
|
)()
|
|
const AuthenticatedSettingsConfigurationsLazyImport = createFileRoute(
|
|
'/_authenticated/settings/configurations',
|
|
)()
|
|
const AuthenticatedSettingsAppearanceLazyImport = createFileRoute(
|
|
'/_authenticated/settings/appearance',
|
|
)()
|
|
const AuthenticatedSettingsApiTokensLazyImport = createFileRoute(
|
|
'/_authenticated/settings/api-tokens',
|
|
)()
|
|
const AuthenticatedSettingsAccessLazyImport = createFileRoute(
|
|
'/_authenticated/settings/access',
|
|
)()
|
|
|
|
// Create/Update Routes
|
|
|
|
const AuthenticatedRouteRoute = AuthenticatedRouteImport.update({
|
|
id: '/_authenticated',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
|
|
const AuthenticatedIndexRoute = AuthenticatedIndexImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any)
|
|
|
|
const errors503LazyRoute = errors503LazyImport
|
|
.update({
|
|
id: '/(errors)/503',
|
|
path: '/503',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
.lazy(() => import('./routes/(errors)/503.lazy').then((d) => d.Route))
|
|
|
|
const errors500LazyRoute = errors500LazyImport
|
|
.update({
|
|
id: '/(errors)/500',
|
|
path: '/500',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
.lazy(() => import('./routes/(errors)/500.lazy').then((d) => d.Route))
|
|
|
|
const errors404LazyRoute = errors404LazyImport
|
|
.update({
|
|
id: '/(errors)/404',
|
|
path: '/404',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
.lazy(() => import('./routes/(errors)/404.lazy').then((d) => d.Route))
|
|
|
|
const errors403LazyRoute = errors403LazyImport
|
|
.update({
|
|
id: '/(errors)/403',
|
|
path: '/403',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
.lazy(() => import('./routes/(errors)/403.lazy').then((d) => d.Route))
|
|
|
|
const errors401LazyRoute = errors401LazyImport
|
|
.update({
|
|
id: '/(errors)/401',
|
|
path: '/401',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
.lazy(() => import('./routes/(errors)/401.lazy').then((d) => d.Route))
|
|
|
|
const AuthenticatedUsersRouteLazyRoute =
|
|
AuthenticatedUsersRouteLazyImport.update({
|
|
id: '/users',
|
|
path: '/users',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any).lazy(() =>
|
|
import('./routes/_authenticated/users/route.lazy').then((d) => d.Route),
|
|
)
|
|
|
|
const AuthenticatedSettingsRouteLazyRoute =
|
|
AuthenticatedSettingsRouteLazyImport.update({
|
|
id: '/settings',
|
|
path: '/settings',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any).lazy(() =>
|
|
import('./routes/_authenticated/settings/route.lazy').then((d) => d.Route),
|
|
)
|
|
|
|
const authSignInRoute = authSignInImport.update({
|
|
id: '/(auth)/sign-in',
|
|
path: '/sign-in',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
|
|
const auth500Route = auth500Import.update({
|
|
id: '/(auth)/500',
|
|
path: '/500',
|
|
getParentRoute: () => rootRoute,
|
|
} as any)
|
|
|
|
const AuthenticatedUsersIndexLazyRoute =
|
|
AuthenticatedUsersIndexLazyImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => AuthenticatedUsersRouteLazyRoute,
|
|
} as any).lazy(() =>
|
|
import('./routes/_authenticated/users/index.lazy').then((d) => d.Route),
|
|
)
|
|
|
|
const AuthenticatedSettingsIndexLazyRoute =
|
|
AuthenticatedSettingsIndexLazyImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => AuthenticatedSettingsRouteLazyRoute,
|
|
} as any).lazy(() =>
|
|
import('./routes/_authenticated/settings/index.lazy').then((d) => d.Route),
|
|
)
|
|
|
|
const AuthenticatedOauth2IndexLazyRoute =
|
|
AuthenticatedOauth2IndexLazyImport.update({
|
|
id: '/oauth2/',
|
|
path: '/oauth2/',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any).lazy(() =>
|
|
import('./routes/_authenticated/oauth2/index.lazy').then((d) => d.Route),
|
|
)
|
|
|
|
const AuthenticatedOauth2ResultIndexLazyRoute =
|
|
AuthenticatedOauth2ResultIndexLazyImport.update({
|
|
id: '/oauth2-result/',
|
|
path: '/oauth2-result/',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any).lazy(() =>
|
|
import('./routes/_authenticated/oauth2-result/index.lazy').then(
|
|
(d) => d.Route,
|
|
),
|
|
)
|
|
|
|
const AuthenticatedApiDocsIndexLazyRoute =
|
|
AuthenticatedApiDocsIndexLazyImport.update({
|
|
id: '/api-docs/',
|
|
path: '/api-docs/',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any).lazy(() =>
|
|
import('./routes/_authenticated/api-docs/index.lazy').then((d) => d.Route),
|
|
)
|
|
|
|
const AuthenticatedAccountsIndexLazyRoute =
|
|
AuthenticatedAccountsIndexLazyImport.update({
|
|
id: '/accounts/',
|
|
path: '/accounts/',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any).lazy(() =>
|
|
import('./routes/_authenticated/accounts/index.lazy').then((d) => d.Route),
|
|
)
|
|
|
|
const AuthenticatedSearchIndexRoute = AuthenticatedSearchIndexImport.update({
|
|
id: '/search/',
|
|
path: '/search/',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any)
|
|
|
|
const AuthenticatedAttachmentIndexRoute =
|
|
AuthenticatedAttachmentIndexImport.update({
|
|
id: '/attachment/',
|
|
path: '/attachment/',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any)
|
|
|
|
const AuthenticatedUsersRolesLazyRoute =
|
|
AuthenticatedUsersRolesLazyImport.update({
|
|
id: '/roles',
|
|
path: '/roles',
|
|
getParentRoute: () => AuthenticatedUsersRouteLazyRoute,
|
|
} as any).lazy(() =>
|
|
import('./routes/_authenticated/users/roles.lazy').then((d) => d.Route),
|
|
)
|
|
|
|
const AuthenticatedUsersApiTokensLazyRoute =
|
|
AuthenticatedUsersApiTokensLazyImport.update({
|
|
id: '/api-tokens',
|
|
path: '/api-tokens',
|
|
getParentRoute: () => AuthenticatedUsersRouteLazyRoute,
|
|
} as any).lazy(() =>
|
|
import('./routes/_authenticated/users/api-tokens.lazy').then(
|
|
(d) => d.Route,
|
|
),
|
|
)
|
|
|
|
const AuthenticatedSettingsProxyLazyRoute =
|
|
AuthenticatedSettingsProxyLazyImport.update({
|
|
id: '/proxy',
|
|
path: '/proxy',
|
|
getParentRoute: () => AuthenticatedSettingsRouteLazyRoute,
|
|
} as any).lazy(() =>
|
|
import('./routes/_authenticated/settings/proxy.lazy').then((d) => d.Route),
|
|
)
|
|
|
|
const AuthenticatedSettingsProfileLazyRoute =
|
|
AuthenticatedSettingsProfileLazyImport.update({
|
|
id: '/profile',
|
|
path: '/profile',
|
|
getParentRoute: () => AuthenticatedSettingsRouteLazyRoute,
|
|
} as any).lazy(() =>
|
|
import('./routes/_authenticated/settings/profile.lazy').then(
|
|
(d) => d.Route,
|
|
),
|
|
)
|
|
|
|
const AuthenticatedSettingsConfigurationsLazyRoute =
|
|
AuthenticatedSettingsConfigurationsLazyImport.update({
|
|
id: '/configurations',
|
|
path: '/configurations',
|
|
getParentRoute: () => AuthenticatedSettingsRouteLazyRoute,
|
|
} as any).lazy(() =>
|
|
import('./routes/_authenticated/settings/configurations.lazy').then(
|
|
(d) => d.Route,
|
|
),
|
|
)
|
|
|
|
const AuthenticatedSettingsAppearanceLazyRoute =
|
|
AuthenticatedSettingsAppearanceLazyImport.update({
|
|
id: '/appearance',
|
|
path: '/appearance',
|
|
getParentRoute: () => AuthenticatedSettingsRouteLazyRoute,
|
|
} as any).lazy(() =>
|
|
import('./routes/_authenticated/settings/appearance.lazy').then(
|
|
(d) => d.Route,
|
|
),
|
|
)
|
|
|
|
const AuthenticatedSettingsApiTokensLazyRoute =
|
|
AuthenticatedSettingsApiTokensLazyImport.update({
|
|
id: '/api-tokens',
|
|
path: '/api-tokens',
|
|
getParentRoute: () => AuthenticatedSettingsRouteLazyRoute,
|
|
} as any).lazy(() =>
|
|
import('./routes/_authenticated/settings/api-tokens.lazy').then(
|
|
(d) => d.Route,
|
|
),
|
|
)
|
|
|
|
const AuthenticatedSettingsAccessLazyRoute =
|
|
AuthenticatedSettingsAccessLazyImport.update({
|
|
id: '/access',
|
|
path: '/access',
|
|
getParentRoute: () => AuthenticatedSettingsRouteLazyRoute,
|
|
} as any).lazy(() =>
|
|
import('./routes/_authenticated/settings/access.lazy').then((d) => d.Route),
|
|
)
|
|
|
|
// Populate the FileRoutesByPath interface
|
|
|
|
declare module '@tanstack/react-router' {
|
|
interface FileRoutesByPath {
|
|
'/_authenticated': {
|
|
id: '/_authenticated'
|
|
path: ''
|
|
fullPath: ''
|
|
preLoaderRoute: typeof AuthenticatedRouteImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/(auth)/500': {
|
|
id: '/(auth)/500'
|
|
path: '/500'
|
|
fullPath: '/500'
|
|
preLoaderRoute: typeof auth500Import
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/(auth)/sign-in': {
|
|
id: '/(auth)/sign-in'
|
|
path: '/sign-in'
|
|
fullPath: '/sign-in'
|
|
preLoaderRoute: typeof authSignInImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/_authenticated/settings': {
|
|
id: '/_authenticated/settings'
|
|
path: '/settings'
|
|
fullPath: '/settings'
|
|
preLoaderRoute: typeof AuthenticatedSettingsRouteLazyImport
|
|
parentRoute: typeof AuthenticatedRouteImport
|
|
}
|
|
'/_authenticated/users': {
|
|
id: '/_authenticated/users'
|
|
path: '/users'
|
|
fullPath: '/users'
|
|
preLoaderRoute: typeof AuthenticatedUsersRouteLazyImport
|
|
parentRoute: typeof AuthenticatedRouteImport
|
|
}
|
|
'/(errors)/401': {
|
|
id: '/(errors)/401'
|
|
path: '/401'
|
|
fullPath: '/401'
|
|
preLoaderRoute: typeof errors401LazyImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/(errors)/403': {
|
|
id: '/(errors)/403'
|
|
path: '/403'
|
|
fullPath: '/403'
|
|
preLoaderRoute: typeof errors403LazyImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/(errors)/404': {
|
|
id: '/(errors)/404'
|
|
path: '/404'
|
|
fullPath: '/404'
|
|
preLoaderRoute: typeof errors404LazyImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/(errors)/500': {
|
|
id: '/(errors)/500'
|
|
path: '/500'
|
|
fullPath: '/500'
|
|
preLoaderRoute: typeof errors500LazyImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/(errors)/503': {
|
|
id: '/(errors)/503'
|
|
path: '/503'
|
|
fullPath: '/503'
|
|
preLoaderRoute: typeof errors503LazyImport
|
|
parentRoute: typeof rootRoute
|
|
}
|
|
'/_authenticated/': {
|
|
id: '/_authenticated/'
|
|
path: '/'
|
|
fullPath: '/'
|
|
preLoaderRoute: typeof AuthenticatedIndexImport
|
|
parentRoute: typeof AuthenticatedRouteImport
|
|
}
|
|
'/_authenticated/settings/access': {
|
|
id: '/_authenticated/settings/access'
|
|
path: '/access'
|
|
fullPath: '/settings/access'
|
|
preLoaderRoute: typeof AuthenticatedSettingsAccessLazyImport
|
|
parentRoute: typeof AuthenticatedSettingsRouteLazyImport
|
|
}
|
|
'/_authenticated/settings/api-tokens': {
|
|
id: '/_authenticated/settings/api-tokens'
|
|
path: '/api-tokens'
|
|
fullPath: '/settings/api-tokens'
|
|
preLoaderRoute: typeof AuthenticatedSettingsApiTokensLazyImport
|
|
parentRoute: typeof AuthenticatedSettingsRouteLazyImport
|
|
}
|
|
'/_authenticated/settings/appearance': {
|
|
id: '/_authenticated/settings/appearance'
|
|
path: '/appearance'
|
|
fullPath: '/settings/appearance'
|
|
preLoaderRoute: typeof AuthenticatedSettingsAppearanceLazyImport
|
|
parentRoute: typeof AuthenticatedSettingsRouteLazyImport
|
|
}
|
|
'/_authenticated/settings/configurations': {
|
|
id: '/_authenticated/settings/configurations'
|
|
path: '/configurations'
|
|
fullPath: '/settings/configurations'
|
|
preLoaderRoute: typeof AuthenticatedSettingsConfigurationsLazyImport
|
|
parentRoute: typeof AuthenticatedSettingsRouteLazyImport
|
|
}
|
|
'/_authenticated/settings/profile': {
|
|
id: '/_authenticated/settings/profile'
|
|
path: '/profile'
|
|
fullPath: '/settings/profile'
|
|
preLoaderRoute: typeof AuthenticatedSettingsProfileLazyImport
|
|
parentRoute: typeof AuthenticatedSettingsRouteLazyImport
|
|
}
|
|
'/_authenticated/settings/proxy': {
|
|
id: '/_authenticated/settings/proxy'
|
|
path: '/proxy'
|
|
fullPath: '/settings/proxy'
|
|
preLoaderRoute: typeof AuthenticatedSettingsProxyLazyImport
|
|
parentRoute: typeof AuthenticatedSettingsRouteLazyImport
|
|
}
|
|
'/_authenticated/users/api-tokens': {
|
|
id: '/_authenticated/users/api-tokens'
|
|
path: '/api-tokens'
|
|
fullPath: '/users/api-tokens'
|
|
preLoaderRoute: typeof AuthenticatedUsersApiTokensLazyImport
|
|
parentRoute: typeof AuthenticatedUsersRouteLazyImport
|
|
}
|
|
'/_authenticated/users/roles': {
|
|
id: '/_authenticated/users/roles'
|
|
path: '/roles'
|
|
fullPath: '/users/roles'
|
|
preLoaderRoute: typeof AuthenticatedUsersRolesLazyImport
|
|
parentRoute: typeof AuthenticatedUsersRouteLazyImport
|
|
}
|
|
'/_authenticated/attachment/': {
|
|
id: '/_authenticated/attachment/'
|
|
path: '/attachment'
|
|
fullPath: '/attachment'
|
|
preLoaderRoute: typeof AuthenticatedAttachmentIndexImport
|
|
parentRoute: typeof AuthenticatedRouteImport
|
|
}
|
|
'/_authenticated/search/': {
|
|
id: '/_authenticated/search/'
|
|
path: '/search'
|
|
fullPath: '/search'
|
|
preLoaderRoute: typeof AuthenticatedSearchIndexImport
|
|
parentRoute: typeof AuthenticatedRouteImport
|
|
}
|
|
'/_authenticated/accounts/': {
|
|
id: '/_authenticated/accounts/'
|
|
path: '/accounts'
|
|
fullPath: '/accounts'
|
|
preLoaderRoute: typeof AuthenticatedAccountsIndexLazyImport
|
|
parentRoute: typeof AuthenticatedRouteImport
|
|
}
|
|
'/_authenticated/api-docs/': {
|
|
id: '/_authenticated/api-docs/'
|
|
path: '/api-docs'
|
|
fullPath: '/api-docs'
|
|
preLoaderRoute: typeof AuthenticatedApiDocsIndexLazyImport
|
|
parentRoute: typeof AuthenticatedRouteImport
|
|
}
|
|
'/_authenticated/oauth2-result/': {
|
|
id: '/_authenticated/oauth2-result/'
|
|
path: '/oauth2-result'
|
|
fullPath: '/oauth2-result'
|
|
preLoaderRoute: typeof AuthenticatedOauth2ResultIndexLazyImport
|
|
parentRoute: typeof AuthenticatedRouteImport
|
|
}
|
|
'/_authenticated/oauth2/': {
|
|
id: '/_authenticated/oauth2/'
|
|
path: '/oauth2'
|
|
fullPath: '/oauth2'
|
|
preLoaderRoute: typeof AuthenticatedOauth2IndexLazyImport
|
|
parentRoute: typeof AuthenticatedRouteImport
|
|
}
|
|
'/_authenticated/settings/': {
|
|
id: '/_authenticated/settings/'
|
|
path: '/'
|
|
fullPath: '/settings/'
|
|
preLoaderRoute: typeof AuthenticatedSettingsIndexLazyImport
|
|
parentRoute: typeof AuthenticatedSettingsRouteLazyImport
|
|
}
|
|
'/_authenticated/users/': {
|
|
id: '/_authenticated/users/'
|
|
path: '/'
|
|
fullPath: '/users/'
|
|
preLoaderRoute: typeof AuthenticatedUsersIndexLazyImport
|
|
parentRoute: typeof AuthenticatedUsersRouteLazyImport
|
|
}
|
|
}
|
|
}
|
|
|
|
// Create and export the route tree
|
|
|
|
interface AuthenticatedSettingsRouteLazyRouteChildren {
|
|
AuthenticatedSettingsAccessLazyRoute: typeof AuthenticatedSettingsAccessLazyRoute
|
|
AuthenticatedSettingsApiTokensLazyRoute: typeof AuthenticatedSettingsApiTokensLazyRoute
|
|
AuthenticatedSettingsAppearanceLazyRoute: typeof AuthenticatedSettingsAppearanceLazyRoute
|
|
AuthenticatedSettingsConfigurationsLazyRoute: typeof AuthenticatedSettingsConfigurationsLazyRoute
|
|
AuthenticatedSettingsProfileLazyRoute: typeof AuthenticatedSettingsProfileLazyRoute
|
|
AuthenticatedSettingsProxyLazyRoute: typeof AuthenticatedSettingsProxyLazyRoute
|
|
AuthenticatedSettingsIndexLazyRoute: typeof AuthenticatedSettingsIndexLazyRoute
|
|
}
|
|
|
|
const AuthenticatedSettingsRouteLazyRouteChildren: AuthenticatedSettingsRouteLazyRouteChildren =
|
|
{
|
|
AuthenticatedSettingsAccessLazyRoute: AuthenticatedSettingsAccessLazyRoute,
|
|
AuthenticatedSettingsApiTokensLazyRoute:
|
|
AuthenticatedSettingsApiTokensLazyRoute,
|
|
AuthenticatedSettingsAppearanceLazyRoute:
|
|
AuthenticatedSettingsAppearanceLazyRoute,
|
|
AuthenticatedSettingsConfigurationsLazyRoute:
|
|
AuthenticatedSettingsConfigurationsLazyRoute,
|
|
AuthenticatedSettingsProfileLazyRoute:
|
|
AuthenticatedSettingsProfileLazyRoute,
|
|
AuthenticatedSettingsProxyLazyRoute: AuthenticatedSettingsProxyLazyRoute,
|
|
AuthenticatedSettingsIndexLazyRoute: AuthenticatedSettingsIndexLazyRoute,
|
|
}
|
|
|
|
const AuthenticatedSettingsRouteLazyRouteWithChildren =
|
|
AuthenticatedSettingsRouteLazyRoute._addFileChildren(
|
|
AuthenticatedSettingsRouteLazyRouteChildren,
|
|
)
|
|
|
|
interface AuthenticatedUsersRouteLazyRouteChildren {
|
|
AuthenticatedUsersApiTokensLazyRoute: typeof AuthenticatedUsersApiTokensLazyRoute
|
|
AuthenticatedUsersRolesLazyRoute: typeof AuthenticatedUsersRolesLazyRoute
|
|
AuthenticatedUsersIndexLazyRoute: typeof AuthenticatedUsersIndexLazyRoute
|
|
}
|
|
|
|
const AuthenticatedUsersRouteLazyRouteChildren: AuthenticatedUsersRouteLazyRouteChildren =
|
|
{
|
|
AuthenticatedUsersApiTokensLazyRoute: AuthenticatedUsersApiTokensLazyRoute,
|
|
AuthenticatedUsersRolesLazyRoute: AuthenticatedUsersRolesLazyRoute,
|
|
AuthenticatedUsersIndexLazyRoute: AuthenticatedUsersIndexLazyRoute,
|
|
}
|
|
|
|
const AuthenticatedUsersRouteLazyRouteWithChildren =
|
|
AuthenticatedUsersRouteLazyRoute._addFileChildren(
|
|
AuthenticatedUsersRouteLazyRouteChildren,
|
|
)
|
|
|
|
interface AuthenticatedRouteRouteChildren {
|
|
AuthenticatedSettingsRouteLazyRoute: typeof AuthenticatedSettingsRouteLazyRouteWithChildren
|
|
AuthenticatedUsersRouteLazyRoute: typeof AuthenticatedUsersRouteLazyRouteWithChildren
|
|
AuthenticatedIndexRoute: typeof AuthenticatedIndexRoute
|
|
AuthenticatedAttachmentIndexRoute: typeof AuthenticatedAttachmentIndexRoute
|
|
AuthenticatedSearchIndexRoute: typeof AuthenticatedSearchIndexRoute
|
|
AuthenticatedAccountsIndexLazyRoute: typeof AuthenticatedAccountsIndexLazyRoute
|
|
AuthenticatedApiDocsIndexLazyRoute: typeof AuthenticatedApiDocsIndexLazyRoute
|
|
AuthenticatedOauth2ResultIndexLazyRoute: typeof AuthenticatedOauth2ResultIndexLazyRoute
|
|
AuthenticatedOauth2IndexLazyRoute: typeof AuthenticatedOauth2IndexLazyRoute
|
|
}
|
|
|
|
const AuthenticatedRouteRouteChildren: AuthenticatedRouteRouteChildren = {
|
|
AuthenticatedSettingsRouteLazyRoute:
|
|
AuthenticatedSettingsRouteLazyRouteWithChildren,
|
|
AuthenticatedUsersRouteLazyRoute:
|
|
AuthenticatedUsersRouteLazyRouteWithChildren,
|
|
AuthenticatedIndexRoute: AuthenticatedIndexRoute,
|
|
AuthenticatedAttachmentIndexRoute: AuthenticatedAttachmentIndexRoute,
|
|
AuthenticatedSearchIndexRoute: AuthenticatedSearchIndexRoute,
|
|
AuthenticatedAccountsIndexLazyRoute: AuthenticatedAccountsIndexLazyRoute,
|
|
AuthenticatedApiDocsIndexLazyRoute: AuthenticatedApiDocsIndexLazyRoute,
|
|
AuthenticatedOauth2ResultIndexLazyRoute:
|
|
AuthenticatedOauth2ResultIndexLazyRoute,
|
|
AuthenticatedOauth2IndexLazyRoute: AuthenticatedOauth2IndexLazyRoute,
|
|
}
|
|
|
|
const AuthenticatedRouteRouteWithChildren =
|
|
AuthenticatedRouteRoute._addFileChildren(AuthenticatedRouteRouteChildren)
|
|
|
|
export interface FileRoutesByFullPath {
|
|
'': typeof AuthenticatedRouteRouteWithChildren
|
|
'/500': typeof errors500LazyRoute
|
|
'/sign-in': typeof authSignInRoute
|
|
'/settings': typeof AuthenticatedSettingsRouteLazyRouteWithChildren
|
|
'/users': typeof AuthenticatedUsersRouteLazyRouteWithChildren
|
|
'/401': typeof errors401LazyRoute
|
|
'/403': typeof errors403LazyRoute
|
|
'/404': typeof errors404LazyRoute
|
|
'/503': typeof errors503LazyRoute
|
|
'/': typeof AuthenticatedIndexRoute
|
|
'/settings/access': typeof AuthenticatedSettingsAccessLazyRoute
|
|
'/settings/api-tokens': typeof AuthenticatedSettingsApiTokensLazyRoute
|
|
'/settings/appearance': typeof AuthenticatedSettingsAppearanceLazyRoute
|
|
'/settings/configurations': typeof AuthenticatedSettingsConfigurationsLazyRoute
|
|
'/settings/profile': typeof AuthenticatedSettingsProfileLazyRoute
|
|
'/settings/proxy': typeof AuthenticatedSettingsProxyLazyRoute
|
|
'/users/api-tokens': typeof AuthenticatedUsersApiTokensLazyRoute
|
|
'/users/roles': typeof AuthenticatedUsersRolesLazyRoute
|
|
'/attachment': typeof AuthenticatedAttachmentIndexRoute
|
|
'/search': typeof AuthenticatedSearchIndexRoute
|
|
'/accounts': typeof AuthenticatedAccountsIndexLazyRoute
|
|
'/api-docs': typeof AuthenticatedApiDocsIndexLazyRoute
|
|
'/oauth2-result': typeof AuthenticatedOauth2ResultIndexLazyRoute
|
|
'/oauth2': typeof AuthenticatedOauth2IndexLazyRoute
|
|
'/settings/': typeof AuthenticatedSettingsIndexLazyRoute
|
|
'/users/': typeof AuthenticatedUsersIndexLazyRoute
|
|
}
|
|
|
|
export interface FileRoutesByTo {
|
|
'/500': typeof errors500LazyRoute
|
|
'/sign-in': typeof authSignInRoute
|
|
'/401': typeof errors401LazyRoute
|
|
'/403': typeof errors403LazyRoute
|
|
'/404': typeof errors404LazyRoute
|
|
'/503': typeof errors503LazyRoute
|
|
'/': typeof AuthenticatedIndexRoute
|
|
'/settings/access': typeof AuthenticatedSettingsAccessLazyRoute
|
|
'/settings/api-tokens': typeof AuthenticatedSettingsApiTokensLazyRoute
|
|
'/settings/appearance': typeof AuthenticatedSettingsAppearanceLazyRoute
|
|
'/settings/configurations': typeof AuthenticatedSettingsConfigurationsLazyRoute
|
|
'/settings/profile': typeof AuthenticatedSettingsProfileLazyRoute
|
|
'/settings/proxy': typeof AuthenticatedSettingsProxyLazyRoute
|
|
'/users/api-tokens': typeof AuthenticatedUsersApiTokensLazyRoute
|
|
'/users/roles': typeof AuthenticatedUsersRolesLazyRoute
|
|
'/attachment': typeof AuthenticatedAttachmentIndexRoute
|
|
'/search': typeof AuthenticatedSearchIndexRoute
|
|
'/accounts': typeof AuthenticatedAccountsIndexLazyRoute
|
|
'/api-docs': typeof AuthenticatedApiDocsIndexLazyRoute
|
|
'/oauth2-result': typeof AuthenticatedOauth2ResultIndexLazyRoute
|
|
'/oauth2': typeof AuthenticatedOauth2IndexLazyRoute
|
|
'/settings': typeof AuthenticatedSettingsIndexLazyRoute
|
|
'/users': typeof AuthenticatedUsersIndexLazyRoute
|
|
}
|
|
|
|
export interface FileRoutesById {
|
|
__root__: typeof rootRoute
|
|
'/_authenticated': typeof AuthenticatedRouteRouteWithChildren
|
|
'/(auth)/500': typeof auth500Route
|
|
'/(auth)/sign-in': typeof authSignInRoute
|
|
'/_authenticated/settings': typeof AuthenticatedSettingsRouteLazyRouteWithChildren
|
|
'/_authenticated/users': typeof AuthenticatedUsersRouteLazyRouteWithChildren
|
|
'/(errors)/401': typeof errors401LazyRoute
|
|
'/(errors)/403': typeof errors403LazyRoute
|
|
'/(errors)/404': typeof errors404LazyRoute
|
|
'/(errors)/500': typeof errors500LazyRoute
|
|
'/(errors)/503': typeof errors503LazyRoute
|
|
'/_authenticated/': typeof AuthenticatedIndexRoute
|
|
'/_authenticated/settings/access': typeof AuthenticatedSettingsAccessLazyRoute
|
|
'/_authenticated/settings/api-tokens': typeof AuthenticatedSettingsApiTokensLazyRoute
|
|
'/_authenticated/settings/appearance': typeof AuthenticatedSettingsAppearanceLazyRoute
|
|
'/_authenticated/settings/configurations': typeof AuthenticatedSettingsConfigurationsLazyRoute
|
|
'/_authenticated/settings/profile': typeof AuthenticatedSettingsProfileLazyRoute
|
|
'/_authenticated/settings/proxy': typeof AuthenticatedSettingsProxyLazyRoute
|
|
'/_authenticated/users/api-tokens': typeof AuthenticatedUsersApiTokensLazyRoute
|
|
'/_authenticated/users/roles': typeof AuthenticatedUsersRolesLazyRoute
|
|
'/_authenticated/attachment/': typeof AuthenticatedAttachmentIndexRoute
|
|
'/_authenticated/search/': typeof AuthenticatedSearchIndexRoute
|
|
'/_authenticated/accounts/': typeof AuthenticatedAccountsIndexLazyRoute
|
|
'/_authenticated/api-docs/': typeof AuthenticatedApiDocsIndexLazyRoute
|
|
'/_authenticated/oauth2-result/': typeof AuthenticatedOauth2ResultIndexLazyRoute
|
|
'/_authenticated/oauth2/': typeof AuthenticatedOauth2IndexLazyRoute
|
|
'/_authenticated/settings/': typeof AuthenticatedSettingsIndexLazyRoute
|
|
'/_authenticated/users/': typeof AuthenticatedUsersIndexLazyRoute
|
|
}
|
|
|
|
export interface FileRouteTypes {
|
|
fileRoutesByFullPath: FileRoutesByFullPath
|
|
fullPaths:
|
|
| ''
|
|
| '/500'
|
|
| '/sign-in'
|
|
| '/settings'
|
|
| '/users'
|
|
| '/401'
|
|
| '/403'
|
|
| '/404'
|
|
| '/503'
|
|
| '/'
|
|
| '/settings/access'
|
|
| '/settings/api-tokens'
|
|
| '/settings/appearance'
|
|
| '/settings/configurations'
|
|
| '/settings/profile'
|
|
| '/settings/proxy'
|
|
| '/users/api-tokens'
|
|
| '/users/roles'
|
|
| '/attachment'
|
|
| '/search'
|
|
| '/accounts'
|
|
| '/api-docs'
|
|
| '/oauth2-result'
|
|
| '/oauth2'
|
|
| '/settings/'
|
|
| '/users/'
|
|
fileRoutesByTo: FileRoutesByTo
|
|
to:
|
|
| '/500'
|
|
| '/sign-in'
|
|
| '/401'
|
|
| '/403'
|
|
| '/404'
|
|
| '/503'
|
|
| '/'
|
|
| '/settings/access'
|
|
| '/settings/api-tokens'
|
|
| '/settings/appearance'
|
|
| '/settings/configurations'
|
|
| '/settings/profile'
|
|
| '/settings/proxy'
|
|
| '/users/api-tokens'
|
|
| '/users/roles'
|
|
| '/attachment'
|
|
| '/search'
|
|
| '/accounts'
|
|
| '/api-docs'
|
|
| '/oauth2-result'
|
|
| '/oauth2'
|
|
| '/settings'
|
|
| '/users'
|
|
id:
|
|
| '__root__'
|
|
| '/_authenticated'
|
|
| '/(auth)/500'
|
|
| '/(auth)/sign-in'
|
|
| '/_authenticated/settings'
|
|
| '/_authenticated/users'
|
|
| '/(errors)/401'
|
|
| '/(errors)/403'
|
|
| '/(errors)/404'
|
|
| '/(errors)/500'
|
|
| '/(errors)/503'
|
|
| '/_authenticated/'
|
|
| '/_authenticated/settings/access'
|
|
| '/_authenticated/settings/api-tokens'
|
|
| '/_authenticated/settings/appearance'
|
|
| '/_authenticated/settings/configurations'
|
|
| '/_authenticated/settings/profile'
|
|
| '/_authenticated/settings/proxy'
|
|
| '/_authenticated/users/api-tokens'
|
|
| '/_authenticated/users/roles'
|
|
| '/_authenticated/attachment/'
|
|
| '/_authenticated/search/'
|
|
| '/_authenticated/accounts/'
|
|
| '/_authenticated/api-docs/'
|
|
| '/_authenticated/oauth2-result/'
|
|
| '/_authenticated/oauth2/'
|
|
| '/_authenticated/settings/'
|
|
| '/_authenticated/users/'
|
|
fileRoutesById: FileRoutesById
|
|
}
|
|
|
|
export interface RootRouteChildren {
|
|
AuthenticatedRouteRoute: typeof AuthenticatedRouteRouteWithChildren
|
|
auth500Route: typeof auth500Route
|
|
authSignInRoute: typeof authSignInRoute
|
|
errors401LazyRoute: typeof errors401LazyRoute
|
|
errors403LazyRoute: typeof errors403LazyRoute
|
|
errors404LazyRoute: typeof errors404LazyRoute
|
|
errors500LazyRoute: typeof errors500LazyRoute
|
|
errors503LazyRoute: typeof errors503LazyRoute
|
|
}
|
|
|
|
const rootRouteChildren: RootRouteChildren = {
|
|
AuthenticatedRouteRoute: AuthenticatedRouteRouteWithChildren,
|
|
auth500Route: auth500Route,
|
|
authSignInRoute: authSignInRoute,
|
|
errors401LazyRoute: errors401LazyRoute,
|
|
errors403LazyRoute: errors403LazyRoute,
|
|
errors404LazyRoute: errors404LazyRoute,
|
|
errors500LazyRoute: errors500LazyRoute,
|
|
errors503LazyRoute: errors503LazyRoute,
|
|
}
|
|
|
|
export const routeTree = rootRoute
|
|
._addFileChildren(rootRouteChildren)
|
|
._addFileTypes<FileRouteTypes>()
|
|
|
|
/* ROUTE_MANIFEST_START
|
|
{
|
|
"routes": {
|
|
"__root__": {
|
|
"filePath": "__root.tsx",
|
|
"children": [
|
|
"/_authenticated",
|
|
"/(auth)/500",
|
|
"/(auth)/sign-in",
|
|
"/(errors)/401",
|
|
"/(errors)/403",
|
|
"/(errors)/404",
|
|
"/(errors)/500",
|
|
"/(errors)/503"
|
|
]
|
|
},
|
|
"/_authenticated": {
|
|
"filePath": "_authenticated/route.tsx",
|
|
"children": [
|
|
"/_authenticated/settings",
|
|
"/_authenticated/users",
|
|
"/_authenticated/",
|
|
"/_authenticated/attachment/",
|
|
"/_authenticated/search/",
|
|
"/_authenticated/accounts/",
|
|
"/_authenticated/api-docs/",
|
|
"/_authenticated/oauth2-result/",
|
|
"/_authenticated/oauth2/"
|
|
]
|
|
},
|
|
"/(auth)/500": {
|
|
"filePath": "(auth)/500.tsx"
|
|
},
|
|
"/(auth)/sign-in": {
|
|
"filePath": "(auth)/sign-in.tsx"
|
|
},
|
|
"/_authenticated/settings": {
|
|
"filePath": "_authenticated/settings/route.lazy.tsx",
|
|
"parent": "/_authenticated",
|
|
"children": [
|
|
"/_authenticated/settings/access",
|
|
"/_authenticated/settings/api-tokens",
|
|
"/_authenticated/settings/appearance",
|
|
"/_authenticated/settings/configurations",
|
|
"/_authenticated/settings/profile",
|
|
"/_authenticated/settings/proxy",
|
|
"/_authenticated/settings/"
|
|
]
|
|
},
|
|
"/_authenticated/users": {
|
|
"filePath": "_authenticated/users/route.lazy.tsx",
|
|
"parent": "/_authenticated",
|
|
"children": [
|
|
"/_authenticated/users/api-tokens",
|
|
"/_authenticated/users/roles",
|
|
"/_authenticated/users/"
|
|
]
|
|
},
|
|
"/(errors)/401": {
|
|
"filePath": "(errors)/401.lazy.tsx"
|
|
},
|
|
"/(errors)/403": {
|
|
"filePath": "(errors)/403.lazy.tsx"
|
|
},
|
|
"/(errors)/404": {
|
|
"filePath": "(errors)/404.lazy.tsx"
|
|
},
|
|
"/(errors)/500": {
|
|
"filePath": "(errors)/500.lazy.tsx"
|
|
},
|
|
"/(errors)/503": {
|
|
"filePath": "(errors)/503.lazy.tsx"
|
|
},
|
|
"/_authenticated/": {
|
|
"filePath": "_authenticated/index.tsx",
|
|
"parent": "/_authenticated"
|
|
},
|
|
"/_authenticated/settings/access": {
|
|
"filePath": "_authenticated/settings/access.lazy.tsx",
|
|
"parent": "/_authenticated/settings"
|
|
},
|
|
"/_authenticated/settings/api-tokens": {
|
|
"filePath": "_authenticated/settings/api-tokens.lazy.tsx",
|
|
"parent": "/_authenticated/settings"
|
|
},
|
|
"/_authenticated/settings/appearance": {
|
|
"filePath": "_authenticated/settings/appearance.lazy.tsx",
|
|
"parent": "/_authenticated/settings"
|
|
},
|
|
"/_authenticated/settings/configurations": {
|
|
"filePath": "_authenticated/settings/configurations.lazy.tsx",
|
|
"parent": "/_authenticated/settings"
|
|
},
|
|
"/_authenticated/settings/profile": {
|
|
"filePath": "_authenticated/settings/profile.lazy.tsx",
|
|
"parent": "/_authenticated/settings"
|
|
},
|
|
"/_authenticated/settings/proxy": {
|
|
"filePath": "_authenticated/settings/proxy.lazy.tsx",
|
|
"parent": "/_authenticated/settings"
|
|
},
|
|
"/_authenticated/users/api-tokens": {
|
|
"filePath": "_authenticated/users/api-tokens.lazy.tsx",
|
|
"parent": "/_authenticated/users"
|
|
},
|
|
"/_authenticated/users/roles": {
|
|
"filePath": "_authenticated/users/roles.lazy.tsx",
|
|
"parent": "/_authenticated/users"
|
|
},
|
|
"/_authenticated/attachment/": {
|
|
"filePath": "_authenticated/attachment/index.tsx",
|
|
"parent": "/_authenticated"
|
|
},
|
|
"/_authenticated/search/": {
|
|
"filePath": "_authenticated/search/index.tsx",
|
|
"parent": "/_authenticated"
|
|
},
|
|
"/_authenticated/accounts/": {
|
|
"filePath": "_authenticated/accounts/index.lazy.tsx",
|
|
"parent": "/_authenticated"
|
|
},
|
|
"/_authenticated/api-docs/": {
|
|
"filePath": "_authenticated/api-docs/index.lazy.tsx",
|
|
"parent": "/_authenticated"
|
|
},
|
|
"/_authenticated/oauth2-result/": {
|
|
"filePath": "_authenticated/oauth2-result/index.lazy.tsx",
|
|
"parent": "/_authenticated"
|
|
},
|
|
"/_authenticated/oauth2/": {
|
|
"filePath": "_authenticated/oauth2/index.lazy.tsx",
|
|
"parent": "/_authenticated"
|
|
},
|
|
"/_authenticated/settings/": {
|
|
"filePath": "_authenticated/settings/index.lazy.tsx",
|
|
"parent": "/_authenticated/settings"
|
|
},
|
|
"/_authenticated/users/": {
|
|
"filePath": "_authenticated/users/index.lazy.tsx",
|
|
"parent": "/_authenticated/users"
|
|
}
|
|
}
|
|
}
|
|
ROUTE_MANIFEST_END */
|