quality / commitlint (push) Skipped
quality / changes (push) Successful in 8s
quality / docker-check (push) Skipped
quality / web (push) Successful in 1m11s
quality / api (push) Successful in 47s
CD / quality (push) Successful in 2m10s
CD / publish (push) Successful in 1m50s
Альтернатива паролю на портале; SSO приложений без изменений. Co-authored-by: Cursor <[email protected]>
306 lines
9.1 KiB
TypeScript
306 lines
9.1 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 IndexRouteImport } from './routes/index'
|
|
import { Route as AuthRouteImport } from './routes/_auth'
|
|
import { Route as LogoutRouteImport } from './routes/logout'
|
|
import { Route as AuthAccountRouteImport } from './routes/_auth.account'
|
|
import { Route as AuthAdminRouteImport } from './routes/_auth.admin'
|
|
import { Route as AuthAppsRouteImport } from './routes/_auth.apps'
|
|
import { Route as AuthAdminIndexRouteImport } from './routes/_auth.admin.index'
|
|
import { Route as AuthAdminAppsRouteImport } from './routes/_auth.admin.apps'
|
|
import { Route as AuthAdminAuditRouteImport } from './routes/_auth.admin.audit'
|
|
import { Route as AuthAdminLoginsRouteImport } from './routes/_auth.admin.logins'
|
|
import { Route as AuthAdminOidcRouteImport } from './routes/_auth.admin.oidc'
|
|
import { Route as AuthAdminUsersUserIdRouteImport } from './routes/_auth.admin.users.$userId'
|
|
|
|
const IndexRoute = IndexRouteImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const AuthRoute = AuthRouteImport.update({
|
|
id: '/_auth',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const LogoutRoute = LogoutRouteImport.update({
|
|
id: '/logout',
|
|
path: '/logout',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const AuthAccountRoute = AuthAccountRouteImport.update({
|
|
id: '/account',
|
|
path: '/account',
|
|
getParentRoute: () => AuthRoute,
|
|
} as any)
|
|
const AuthAdminRoute = AuthAdminRouteImport.update({
|
|
id: '/admin',
|
|
path: '/admin',
|
|
getParentRoute: () => AuthRoute,
|
|
} as any)
|
|
const AuthAppsRoute = AuthAppsRouteImport.update({
|
|
id: '/apps',
|
|
path: '/apps',
|
|
getParentRoute: () => AuthRoute,
|
|
} as any)
|
|
const AuthAdminIndexRoute = AuthAdminIndexRouteImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => AuthAdminRoute,
|
|
} as any)
|
|
const AuthAdminAppsRoute = AuthAdminAppsRouteImport.update({
|
|
id: '/apps',
|
|
path: '/apps',
|
|
getParentRoute: () => AuthAdminRoute,
|
|
} as any)
|
|
const AuthAdminAuditRoute = AuthAdminAuditRouteImport.update({
|
|
id: '/audit',
|
|
path: '/audit',
|
|
getParentRoute: () => AuthAdminRoute,
|
|
} as any)
|
|
const AuthAdminLoginsRoute = AuthAdminLoginsRouteImport.update({
|
|
id: '/logins',
|
|
path: '/logins',
|
|
getParentRoute: () => AuthAdminRoute,
|
|
} as any)
|
|
const AuthAdminOidcRoute = AuthAdminOidcRouteImport.update({
|
|
id: '/oidc',
|
|
path: '/oidc',
|
|
getParentRoute: () => AuthAdminRoute,
|
|
} as any)
|
|
const AuthAdminUsersUserIdRoute = AuthAdminUsersUserIdRouteImport.update({
|
|
id: '/users/$userId',
|
|
path: '/users/$userId',
|
|
getParentRoute: () => AuthAdminRoute,
|
|
} as any)
|
|
|
|
export interface FileRoutesByFullPath {
|
|
'/': typeof IndexRoute
|
|
'/logout': typeof LogoutRoute
|
|
'/account': typeof AuthAccountRoute
|
|
'/admin': typeof AuthAdminRouteWithChildren
|
|
'/apps': typeof AuthAppsRoute
|
|
'/admin/apps': typeof AuthAdminAppsRoute
|
|
'/admin/audit': typeof AuthAdminAuditRoute
|
|
'/admin/logins': typeof AuthAdminLoginsRoute
|
|
'/admin/oidc': typeof AuthAdminOidcRoute
|
|
'/admin/': typeof AuthAdminIndexRoute
|
|
'/admin/users/$userId': typeof AuthAdminUsersUserIdRoute
|
|
}
|
|
export interface FileRoutesByTo {
|
|
'/': typeof IndexRoute
|
|
'/logout': typeof LogoutRoute
|
|
'/account': typeof AuthAccountRoute
|
|
'/apps': typeof AuthAppsRoute
|
|
'/admin/apps': typeof AuthAdminAppsRoute
|
|
'/admin/audit': typeof AuthAdminAuditRoute
|
|
'/admin/logins': typeof AuthAdminLoginsRoute
|
|
'/admin/oidc': typeof AuthAdminOidcRoute
|
|
'/admin': typeof AuthAdminIndexRoute
|
|
'/admin/users/$userId': typeof AuthAdminUsersUserIdRoute
|
|
}
|
|
export interface FileRoutesById {
|
|
__root__: typeof rootRouteImport
|
|
'/': typeof IndexRoute
|
|
'/_auth': typeof AuthRouteWithChildren
|
|
'/logout': typeof LogoutRoute
|
|
'/_auth/account': typeof AuthAccountRoute
|
|
'/_auth/admin': typeof AuthAdminRouteWithChildren
|
|
'/_auth/apps': typeof AuthAppsRoute
|
|
'/_auth/admin/apps': typeof AuthAdminAppsRoute
|
|
'/_auth/admin/audit': typeof AuthAdminAuditRoute
|
|
'/_auth/admin/logins': typeof AuthAdminLoginsRoute
|
|
'/_auth/admin/oidc': typeof AuthAdminOidcRoute
|
|
'/_auth/admin/': typeof AuthAdminIndexRoute
|
|
'/_auth/admin/users/$userId': typeof AuthAdminUsersUserIdRoute
|
|
}
|
|
export interface FileRouteTypes {
|
|
fileRoutesByFullPath: FileRoutesByFullPath
|
|
fullPaths:
|
|
| '/'
|
|
| '/logout'
|
|
| '/account'
|
|
| '/admin'
|
|
| '/apps'
|
|
| '/admin/apps'
|
|
| '/admin/audit'
|
|
| '/admin/logins'
|
|
| '/admin/oidc'
|
|
| '/admin/'
|
|
| '/admin/users/$userId'
|
|
fileRoutesByTo: FileRoutesByTo
|
|
to:
|
|
| '/'
|
|
| '/logout'
|
|
| '/account'
|
|
| '/apps'
|
|
| '/admin/apps'
|
|
| '/admin/audit'
|
|
| '/admin/logins'
|
|
| '/admin/oidc'
|
|
| '/admin'
|
|
| '/admin/users/$userId'
|
|
id:
|
|
| '__root__'
|
|
| '/'
|
|
| '/_auth'
|
|
| '/logout'
|
|
| '/_auth/account'
|
|
| '/_auth/admin'
|
|
| '/_auth/apps'
|
|
| '/_auth/admin/apps'
|
|
| '/_auth/admin/audit'
|
|
| '/_auth/admin/logins'
|
|
| '/_auth/admin/oidc'
|
|
| '/_auth/admin/'
|
|
| '/_auth/admin/users/$userId'
|
|
fileRoutesById: FileRoutesById
|
|
}
|
|
export interface RootRouteChildren {
|
|
IndexRoute: typeof IndexRoute
|
|
AuthRoute: typeof AuthRouteWithChildren
|
|
LogoutRoute: typeof LogoutRoute
|
|
}
|
|
|
|
declare module '@tanstack/react-router' {
|
|
interface FileRoutesByPath {
|
|
'/': {
|
|
id: '/'
|
|
path: '/'
|
|
fullPath: '/'
|
|
preLoaderRoute: typeof IndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/_auth': {
|
|
id: '/_auth'
|
|
path: ''
|
|
fullPath: '/'
|
|
preLoaderRoute: typeof AuthRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/logout': {
|
|
id: '/logout'
|
|
path: '/logout'
|
|
fullPath: '/logout'
|
|
preLoaderRoute: typeof LogoutRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/_auth/account': {
|
|
id: '/_auth/account'
|
|
path: '/account'
|
|
fullPath: '/account'
|
|
preLoaderRoute: typeof AuthAccountRouteImport
|
|
parentRoute: typeof AuthRoute
|
|
}
|
|
'/_auth/admin': {
|
|
id: '/_auth/admin'
|
|
path: '/admin'
|
|
fullPath: '/admin'
|
|
preLoaderRoute: typeof AuthAdminRouteImport
|
|
parentRoute: typeof AuthRoute
|
|
}
|
|
'/_auth/apps': {
|
|
id: '/_auth/apps'
|
|
path: '/apps'
|
|
fullPath: '/apps'
|
|
preLoaderRoute: typeof AuthAppsRouteImport
|
|
parentRoute: typeof AuthRoute
|
|
}
|
|
'/_auth/admin/': {
|
|
id: '/_auth/admin/'
|
|
path: '/'
|
|
fullPath: '/admin/'
|
|
preLoaderRoute: typeof AuthAdminIndexRouteImport
|
|
parentRoute: typeof AuthAdminRoute
|
|
}
|
|
'/_auth/admin/apps': {
|
|
id: '/_auth/admin/apps'
|
|
path: '/apps'
|
|
fullPath: '/admin/apps'
|
|
preLoaderRoute: typeof AuthAdminAppsRouteImport
|
|
parentRoute: typeof AuthAdminRoute
|
|
}
|
|
'/_auth/admin/audit': {
|
|
id: '/_auth/admin/audit'
|
|
path: '/audit'
|
|
fullPath: '/admin/audit'
|
|
preLoaderRoute: typeof AuthAdminAuditRouteImport
|
|
parentRoute: typeof AuthAdminRoute
|
|
}
|
|
'/_auth/admin/logins': {
|
|
id: '/_auth/admin/logins'
|
|
path: '/logins'
|
|
fullPath: '/admin/logins'
|
|
preLoaderRoute: typeof AuthAdminLoginsRouteImport
|
|
parentRoute: typeof AuthAdminRoute
|
|
}
|
|
'/_auth/admin/oidc': {
|
|
id: '/_auth/admin/oidc'
|
|
path: '/oidc'
|
|
fullPath: '/admin/oidc'
|
|
preLoaderRoute: typeof AuthAdminOidcRouteImport
|
|
parentRoute: typeof AuthAdminRoute
|
|
}
|
|
'/_auth/admin/users/$userId': {
|
|
id: '/_auth/admin/users/$userId'
|
|
path: '/users/$userId'
|
|
fullPath: '/admin/users/$userId'
|
|
preLoaderRoute: typeof AuthAdminUsersUserIdRouteImport
|
|
parentRoute: typeof AuthAdminRoute
|
|
}
|
|
}
|
|
}
|
|
|
|
interface AuthAdminRouteChildren {
|
|
AuthAdminAppsRoute: typeof AuthAdminAppsRoute
|
|
AuthAdminAuditRoute: typeof AuthAdminAuditRoute
|
|
AuthAdminLoginsRoute: typeof AuthAdminLoginsRoute
|
|
AuthAdminOidcRoute: typeof AuthAdminOidcRoute
|
|
AuthAdminIndexRoute: typeof AuthAdminIndexRoute
|
|
AuthAdminUsersUserIdRoute: typeof AuthAdminUsersUserIdRoute
|
|
}
|
|
|
|
const AuthAdminRouteChildren: AuthAdminRouteChildren = {
|
|
AuthAdminAppsRoute: AuthAdminAppsRoute,
|
|
AuthAdminAuditRoute: AuthAdminAuditRoute,
|
|
AuthAdminLoginsRoute: AuthAdminLoginsRoute,
|
|
AuthAdminOidcRoute: AuthAdminOidcRoute,
|
|
AuthAdminIndexRoute: AuthAdminIndexRoute,
|
|
AuthAdminUsersUserIdRoute: AuthAdminUsersUserIdRoute,
|
|
}
|
|
|
|
const AuthAdminRouteWithChildren = AuthAdminRoute._addFileChildren(
|
|
AuthAdminRouteChildren,
|
|
)
|
|
|
|
interface AuthRouteChildren {
|
|
AuthAccountRoute: typeof AuthAccountRoute
|
|
AuthAdminRoute: typeof AuthAdminRouteWithChildren
|
|
AuthAppsRoute: typeof AuthAppsRoute
|
|
}
|
|
|
|
const AuthRouteChildren: AuthRouteChildren = {
|
|
AuthAccountRoute: AuthAccountRoute,
|
|
AuthAdminRoute: AuthAdminRouteWithChildren,
|
|
AuthAppsRoute: AuthAppsRoute,
|
|
}
|
|
|
|
const AuthRouteWithChildren = AuthRoute._addFileChildren(AuthRouteChildren)
|
|
|
|
const rootRouteChildren: RootRouteChildren = {
|
|
IndexRoute: IndexRoute,
|
|
AuthRoute: AuthRouteWithChildren,
|
|
LogoutRoute: LogoutRoute,
|
|
}
|
|
export const routeTree = rootRouteImport
|
|
._addFileChildren(rootRouteChildren)
|
|
._addFileTypes<FileRouteTypes>()
|