/* 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 UserRouteImport } from './routes/user' import { Route as OrgRouteImport } from './routes/org' import { Route as MapRouteImport } from './routes/map' import { Route as HomeRouteImport } from './routes/home' import { Route as FileRouteImport } from './routes/file' import { Route as DomainRouteImport } from './routes/domain' import { Route as ContainerRouteImport } from './routes/container' import { Route as ConfigRouteImport } from './routes/config' import { Route as AppRouteImport } from './routes/app' import { Route as IndexRouteImport } from './routes/index' import { Route as UserLoginRouteImport } from './routes/user.login' import { Route as UserIndexRouteImport } from './routes/user._index' import { Route as OrgIndexRouteImport } from './routes/org._index' import { Route as FileIndexRouteImport } from './routes/file._index' import { Route as DomainIndexRouteImport } from './routes/domain._index' import { Route as ContainerIndexRouteImport } from './routes/container._index' import { Route as ConfigIndexRouteImport } from './routes/config._index' import { Route as AppIndexRouteImport } from './routes/app._index' import { Route as UserWxLoginRouteImport } from './routes/user.wx.login' import { Route as UserEditProfileRouteImport } from './routes/user.edit.profile' import { Route as UserEditListRouteImport } from './routes/user.edit.list' import { Route as OrgEditListRouteImport } from './routes/org.edit.list' import { Route as FileEditListRouteImport } from './routes/file.edit.list' import { Route as DomainEditListRouteImport } from './routes/domain.edit.list' import { Route as ContainerPreviewIdRouteImport } from './routes/container.preview.$id' import { Route as ContainerEditListRouteImport } from './routes/container.edit.list' import { Route as ConfigEditListRouteImport } from './routes/config.edit.list' import { Route as AppEditListRouteImport } from './routes/app.edit.list' import { Route as OrgEditUserIdRouteImport } from './routes/org.edit.user.$id' import { Route as ContainerPreviewIdWrapperRouteImport } from './routes/container.preview.$id.wrapper' import { Route as AppAppKeyVersionListRouteImport } from './routes/app.$appKey.version.list' const UserRoute = UserRouteImport.update({ id: '/user', path: '/user', getParentRoute: () => rootRouteImport, } as any) const OrgRoute = OrgRouteImport.update({ id: '/org', path: '/org', getParentRoute: () => rootRouteImport, } as any) const MapRoute = MapRouteImport.update({ id: '/map', path: '/map', getParentRoute: () => rootRouteImport, } as any) const HomeRoute = HomeRouteImport.update({ id: '/home', path: '/home', getParentRoute: () => rootRouteImport, } as any) const FileRoute = FileRouteImport.update({ id: '/file', path: '/file', getParentRoute: () => rootRouteImport, } as any) const DomainRoute = DomainRouteImport.update({ id: '/domain', path: '/domain', getParentRoute: () => rootRouteImport, } as any) const ContainerRoute = ContainerRouteImport.update({ id: '/container', path: '/container', getParentRoute: () => rootRouteImport, } as any) const ConfigRoute = ConfigRouteImport.update({ id: '/config', path: '/config', getParentRoute: () => rootRouteImport, } as any) const AppRoute = AppRouteImport.update({ id: '/app', path: '/app', getParentRoute: () => rootRouteImport, } as any) const IndexRoute = IndexRouteImport.update({ id: '/', path: '/', getParentRoute: () => rootRouteImport, } as any) const UserLoginRoute = UserLoginRouteImport.update({ id: '/login', path: '/login', getParentRoute: () => UserRoute, } as any) const UserIndexRoute = UserIndexRouteImport.update({ id: '/_index', getParentRoute: () => UserRoute, } as any) const OrgIndexRoute = OrgIndexRouteImport.update({ id: '/_index', getParentRoute: () => OrgRoute, } as any) const FileIndexRoute = FileIndexRouteImport.update({ id: '/_index', getParentRoute: () => FileRoute, } as any) const DomainIndexRoute = DomainIndexRouteImport.update({ id: '/_index', getParentRoute: () => DomainRoute, } as any) const ContainerIndexRoute = ContainerIndexRouteImport.update({ id: '/_index', getParentRoute: () => ContainerRoute, } as any) const ConfigIndexRoute = ConfigIndexRouteImport.update({ id: '/_index', getParentRoute: () => ConfigRoute, } as any) const AppIndexRoute = AppIndexRouteImport.update({ id: '/_index', getParentRoute: () => AppRoute, } as any) const UserWxLoginRoute = UserWxLoginRouteImport.update({ id: '/wx/login', path: '/wx/login', getParentRoute: () => UserRoute, } as any) const UserEditProfileRoute = UserEditProfileRouteImport.update({ id: '/edit/profile', path: '/edit/profile', getParentRoute: () => UserRoute, } as any) const UserEditListRoute = UserEditListRouteImport.update({ id: '/edit/list', path: '/edit/list', getParentRoute: () => UserRoute, } as any) const OrgEditListRoute = OrgEditListRouteImport.update({ id: '/edit/list', path: '/edit/list', getParentRoute: () => OrgRoute, } as any) const FileEditListRoute = FileEditListRouteImport.update({ id: '/edit/list', path: '/edit/list', getParentRoute: () => FileRoute, } as any) const DomainEditListRoute = DomainEditListRouteImport.update({ id: '/edit/list', path: '/edit/list', getParentRoute: () => DomainRoute, } as any) const ContainerPreviewIdRoute = ContainerPreviewIdRouteImport.update({ id: '/preview/$id', path: '/preview/$id', getParentRoute: () => ContainerRoute, } as any) const ContainerEditListRoute = ContainerEditListRouteImport.update({ id: '/edit/list', path: '/edit/list', getParentRoute: () => ContainerRoute, } as any) const ConfigEditListRoute = ConfigEditListRouteImport.update({ id: '/edit/list', path: '/edit/list', getParentRoute: () => ConfigRoute, } as any) const AppEditListRoute = AppEditListRouteImport.update({ id: '/edit/list', path: '/edit/list', getParentRoute: () => AppRoute, } as any) const OrgEditUserIdRoute = OrgEditUserIdRouteImport.update({ id: '/edit/user/$id', path: '/edit/user/$id', getParentRoute: () => OrgRoute, } as any) const ContainerPreviewIdWrapperRoute = ContainerPreviewIdWrapperRouteImport.update({ id: '/wrapper', path: '/wrapper', getParentRoute: () => ContainerPreviewIdRoute, } as any) const AppAppKeyVersionListRoute = AppAppKeyVersionListRouteImport.update({ id: '/$appKey/version/list', path: '/$appKey/version/list', getParentRoute: () => AppRoute, } as any) export interface FileRoutesByFullPath { '/': typeof IndexRoute '/app': typeof AppIndexRoute '/config': typeof ConfigIndexRoute '/container': typeof ContainerIndexRoute '/domain': typeof DomainIndexRoute '/file': typeof FileIndexRoute '/home': typeof HomeRoute '/map': typeof MapRoute '/org': typeof OrgIndexRoute '/user': typeof UserIndexRoute '/user/login': typeof UserLoginRoute '/app/edit/list': typeof AppEditListRoute '/config/edit/list': typeof ConfigEditListRoute '/container/edit/list': typeof ContainerEditListRoute '/container/preview/$id': typeof ContainerPreviewIdRouteWithChildren '/domain/edit/list': typeof DomainEditListRoute '/file/edit/list': typeof FileEditListRoute '/org/edit/list': typeof OrgEditListRoute '/user/edit/list': typeof UserEditListRoute '/user/edit/profile': typeof UserEditProfileRoute '/user/wx/login': typeof UserWxLoginRoute '/app/$appKey/version/list': typeof AppAppKeyVersionListRoute '/container/preview/$id/wrapper': typeof ContainerPreviewIdWrapperRoute '/org/edit/user/$id': typeof OrgEditUserIdRoute } export interface FileRoutesByTo { '/': typeof IndexRoute '/app': typeof AppIndexRoute '/config': typeof ConfigIndexRoute '/container': typeof ContainerIndexRoute '/domain': typeof DomainIndexRoute '/file': typeof FileIndexRoute '/home': typeof HomeRoute '/map': typeof MapRoute '/org': typeof OrgIndexRoute '/user': typeof UserIndexRoute '/user/login': typeof UserLoginRoute '/app/edit/list': typeof AppEditListRoute '/config/edit/list': typeof ConfigEditListRoute '/container/edit/list': typeof ContainerEditListRoute '/container/preview/$id': typeof ContainerPreviewIdRouteWithChildren '/domain/edit/list': typeof DomainEditListRoute '/file/edit/list': typeof FileEditListRoute '/org/edit/list': typeof OrgEditListRoute '/user/edit/list': typeof UserEditListRoute '/user/edit/profile': typeof UserEditProfileRoute '/user/wx/login': typeof UserWxLoginRoute '/app/$appKey/version/list': typeof AppAppKeyVersionListRoute '/container/preview/$id/wrapper': typeof ContainerPreviewIdWrapperRoute '/org/edit/user/$id': typeof OrgEditUserIdRoute } export interface FileRoutesById { __root__: typeof rootRouteImport '/': typeof IndexRoute '/app': typeof AppRouteWithChildren '/config': typeof ConfigRouteWithChildren '/container': typeof ContainerRouteWithChildren '/domain': typeof DomainRouteWithChildren '/file': typeof FileRouteWithChildren '/home': typeof HomeRoute '/map': typeof MapRoute '/org': typeof OrgRouteWithChildren '/user': typeof UserRouteWithChildren '/app/_index': typeof AppIndexRoute '/config/_index': typeof ConfigIndexRoute '/container/_index': typeof ContainerIndexRoute '/domain/_index': typeof DomainIndexRoute '/file/_index': typeof FileIndexRoute '/org/_index': typeof OrgIndexRoute '/user/_index': typeof UserIndexRoute '/user/login': typeof UserLoginRoute '/app/edit/list': typeof AppEditListRoute '/config/edit/list': typeof ConfigEditListRoute '/container/edit/list': typeof ContainerEditListRoute '/container/preview/$id': typeof ContainerPreviewIdRouteWithChildren '/domain/edit/list': typeof DomainEditListRoute '/file/edit/list': typeof FileEditListRoute '/org/edit/list': typeof OrgEditListRoute '/user/edit/list': typeof UserEditListRoute '/user/edit/profile': typeof UserEditProfileRoute '/user/wx/login': typeof UserWxLoginRoute '/app/$appKey/version/list': typeof AppAppKeyVersionListRoute '/container/preview/$id/wrapper': typeof ContainerPreviewIdWrapperRoute '/org/edit/user/$id': typeof OrgEditUserIdRoute } export interface FileRouteTypes { fileRoutesByFullPath: FileRoutesByFullPath fullPaths: | '/' | '/app' | '/config' | '/container' | '/domain' | '/file' | '/home' | '/map' | '/org' | '/user' | '/user/login' | '/app/edit/list' | '/config/edit/list' | '/container/edit/list' | '/container/preview/$id' | '/domain/edit/list' | '/file/edit/list' | '/org/edit/list' | '/user/edit/list' | '/user/edit/profile' | '/user/wx/login' | '/app/$appKey/version/list' | '/container/preview/$id/wrapper' | '/org/edit/user/$id' fileRoutesByTo: FileRoutesByTo to: | '/' | '/app' | '/config' | '/container' | '/domain' | '/file' | '/home' | '/map' | '/org' | '/user' | '/user/login' | '/app/edit/list' | '/config/edit/list' | '/container/edit/list' | '/container/preview/$id' | '/domain/edit/list' | '/file/edit/list' | '/org/edit/list' | '/user/edit/list' | '/user/edit/profile' | '/user/wx/login' | '/app/$appKey/version/list' | '/container/preview/$id/wrapper' | '/org/edit/user/$id' id: | '__root__' | '/' | '/app' | '/config' | '/container' | '/domain' | '/file' | '/home' | '/map' | '/org' | '/user' | '/app/_index' | '/config/_index' | '/container/_index' | '/domain/_index' | '/file/_index' | '/org/_index' | '/user/_index' | '/user/login' | '/app/edit/list' | '/config/edit/list' | '/container/edit/list' | '/container/preview/$id' | '/domain/edit/list' | '/file/edit/list' | '/org/edit/list' | '/user/edit/list' | '/user/edit/profile' | '/user/wx/login' | '/app/$appKey/version/list' | '/container/preview/$id/wrapper' | '/org/edit/user/$id' fileRoutesById: FileRoutesById } export interface RootRouteChildren { IndexRoute: typeof IndexRoute AppRoute: typeof AppRouteWithChildren ConfigRoute: typeof ConfigRouteWithChildren ContainerRoute: typeof ContainerRouteWithChildren DomainRoute: typeof DomainRouteWithChildren FileRoute: typeof FileRouteWithChildren HomeRoute: typeof HomeRoute MapRoute: typeof MapRoute OrgRoute: typeof OrgRouteWithChildren UserRoute: typeof UserRouteWithChildren } declare module '@tanstack/react-router' { interface FileRoutesByPath { '/user': { id: '/user' path: '/user' fullPath: '/user' preLoaderRoute: typeof UserRouteImport parentRoute: typeof rootRouteImport } '/org': { id: '/org' path: '/org' fullPath: '/org' preLoaderRoute: typeof OrgRouteImport parentRoute: typeof rootRouteImport } '/map': { id: '/map' path: '/map' fullPath: '/map' preLoaderRoute: typeof MapRouteImport parentRoute: typeof rootRouteImport } '/home': { id: '/home' path: '/home' fullPath: '/home' preLoaderRoute: typeof HomeRouteImport parentRoute: typeof rootRouteImport } '/file': { id: '/file' path: '/file' fullPath: '/file' preLoaderRoute: typeof FileRouteImport parentRoute: typeof rootRouteImport } '/domain': { id: '/domain' path: '/domain' fullPath: '/domain' preLoaderRoute: typeof DomainRouteImport parentRoute: typeof rootRouteImport } '/container': { id: '/container' path: '/container' fullPath: '/container' preLoaderRoute: typeof ContainerRouteImport parentRoute: typeof rootRouteImport } '/config': { id: '/config' path: '/config' fullPath: '/config' preLoaderRoute: typeof ConfigRouteImport parentRoute: typeof rootRouteImport } '/app': { id: '/app' path: '/app' fullPath: '/app' preLoaderRoute: typeof AppRouteImport parentRoute: typeof rootRouteImport } '/': { id: '/' path: '/' fullPath: '/' preLoaderRoute: typeof IndexRouteImport parentRoute: typeof rootRouteImport } '/user/login': { id: '/user/login' path: '/login' fullPath: '/user/login' preLoaderRoute: typeof UserLoginRouteImport parentRoute: typeof UserRoute } '/user/_index': { id: '/user/_index' path: '' fullPath: '/user' preLoaderRoute: typeof UserIndexRouteImport parentRoute: typeof UserRoute } '/org/_index': { id: '/org/_index' path: '' fullPath: '/org' preLoaderRoute: typeof OrgIndexRouteImport parentRoute: typeof OrgRoute } '/file/_index': { id: '/file/_index' path: '' fullPath: '/file' preLoaderRoute: typeof FileIndexRouteImport parentRoute: typeof FileRoute } '/domain/_index': { id: '/domain/_index' path: '' fullPath: '/domain' preLoaderRoute: typeof DomainIndexRouteImport parentRoute: typeof DomainRoute } '/container/_index': { id: '/container/_index' path: '' fullPath: '/container' preLoaderRoute: typeof ContainerIndexRouteImport parentRoute: typeof ContainerRoute } '/config/_index': { id: '/config/_index' path: '' fullPath: '/config' preLoaderRoute: typeof ConfigIndexRouteImport parentRoute: typeof ConfigRoute } '/app/_index': { id: '/app/_index' path: '' fullPath: '/app' preLoaderRoute: typeof AppIndexRouteImport parentRoute: typeof AppRoute } '/user/wx/login': { id: '/user/wx/login' path: '/wx/login' fullPath: '/user/wx/login' preLoaderRoute: typeof UserWxLoginRouteImport parentRoute: typeof UserRoute } '/user/edit/profile': { id: '/user/edit/profile' path: '/edit/profile' fullPath: '/user/edit/profile' preLoaderRoute: typeof UserEditProfileRouteImport parentRoute: typeof UserRoute } '/user/edit/list': { id: '/user/edit/list' path: '/edit/list' fullPath: '/user/edit/list' preLoaderRoute: typeof UserEditListRouteImport parentRoute: typeof UserRoute } '/org/edit/list': { id: '/org/edit/list' path: '/edit/list' fullPath: '/org/edit/list' preLoaderRoute: typeof OrgEditListRouteImport parentRoute: typeof OrgRoute } '/file/edit/list': { id: '/file/edit/list' path: '/edit/list' fullPath: '/file/edit/list' preLoaderRoute: typeof FileEditListRouteImport parentRoute: typeof FileRoute } '/domain/edit/list': { id: '/domain/edit/list' path: '/edit/list' fullPath: '/domain/edit/list' preLoaderRoute: typeof DomainEditListRouteImport parentRoute: typeof DomainRoute } '/container/preview/$id': { id: '/container/preview/$id' path: '/preview/$id' fullPath: '/container/preview/$id' preLoaderRoute: typeof ContainerPreviewIdRouteImport parentRoute: typeof ContainerRoute } '/container/edit/list': { id: '/container/edit/list' path: '/edit/list' fullPath: '/container/edit/list' preLoaderRoute: typeof ContainerEditListRouteImport parentRoute: typeof ContainerRoute } '/config/edit/list': { id: '/config/edit/list' path: '/edit/list' fullPath: '/config/edit/list' preLoaderRoute: typeof ConfigEditListRouteImport parentRoute: typeof ConfigRoute } '/app/edit/list': { id: '/app/edit/list' path: '/edit/list' fullPath: '/app/edit/list' preLoaderRoute: typeof AppEditListRouteImport parentRoute: typeof AppRoute } '/org/edit/user/$id': { id: '/org/edit/user/$id' path: '/edit/user/$id' fullPath: '/org/edit/user/$id' preLoaderRoute: typeof OrgEditUserIdRouteImport parentRoute: typeof OrgRoute } '/container/preview/$id/wrapper': { id: '/container/preview/$id/wrapper' path: '/wrapper' fullPath: '/container/preview/$id/wrapper' preLoaderRoute: typeof ContainerPreviewIdWrapperRouteImport parentRoute: typeof ContainerPreviewIdRoute } '/app/$appKey/version/list': { id: '/app/$appKey/version/list' path: '/$appKey/version/list' fullPath: '/app/$appKey/version/list' preLoaderRoute: typeof AppAppKeyVersionListRouteImport parentRoute: typeof AppRoute } } } interface AppRouteChildren { AppIndexRoute: typeof AppIndexRoute AppEditListRoute: typeof AppEditListRoute AppAppKeyVersionListRoute: typeof AppAppKeyVersionListRoute } const AppRouteChildren: AppRouteChildren = { AppIndexRoute: AppIndexRoute, AppEditListRoute: AppEditListRoute, AppAppKeyVersionListRoute: AppAppKeyVersionListRoute, } const AppRouteWithChildren = AppRoute._addFileChildren(AppRouteChildren) interface ConfigRouteChildren { ConfigIndexRoute: typeof ConfigIndexRoute ConfigEditListRoute: typeof ConfigEditListRoute } const ConfigRouteChildren: ConfigRouteChildren = { ConfigIndexRoute: ConfigIndexRoute, ConfigEditListRoute: ConfigEditListRoute, } const ConfigRouteWithChildren = ConfigRoute._addFileChildren(ConfigRouteChildren) interface ContainerPreviewIdRouteChildren { ContainerPreviewIdWrapperRoute: typeof ContainerPreviewIdWrapperRoute } const ContainerPreviewIdRouteChildren: ContainerPreviewIdRouteChildren = { ContainerPreviewIdWrapperRoute: ContainerPreviewIdWrapperRoute, } const ContainerPreviewIdRouteWithChildren = ContainerPreviewIdRoute._addFileChildren(ContainerPreviewIdRouteChildren) interface ContainerRouteChildren { ContainerIndexRoute: typeof ContainerIndexRoute ContainerEditListRoute: typeof ContainerEditListRoute ContainerPreviewIdRoute: typeof ContainerPreviewIdRouteWithChildren } const ContainerRouteChildren: ContainerRouteChildren = { ContainerIndexRoute: ContainerIndexRoute, ContainerEditListRoute: ContainerEditListRoute, ContainerPreviewIdRoute: ContainerPreviewIdRouteWithChildren, } const ContainerRouteWithChildren = ContainerRoute._addFileChildren( ContainerRouteChildren, ) interface DomainRouteChildren { DomainIndexRoute: typeof DomainIndexRoute DomainEditListRoute: typeof DomainEditListRoute } const DomainRouteChildren: DomainRouteChildren = { DomainIndexRoute: DomainIndexRoute, DomainEditListRoute: DomainEditListRoute, } const DomainRouteWithChildren = DomainRoute._addFileChildren(DomainRouteChildren) interface FileRouteChildren { FileIndexRoute: typeof FileIndexRoute FileEditListRoute: typeof FileEditListRoute } const FileRouteChildren: FileRouteChildren = { FileIndexRoute: FileIndexRoute, FileEditListRoute: FileEditListRoute, } const FileRouteWithChildren = FileRoute._addFileChildren(FileRouteChildren) interface OrgRouteChildren { OrgIndexRoute: typeof OrgIndexRoute OrgEditListRoute: typeof OrgEditListRoute OrgEditUserIdRoute: typeof OrgEditUserIdRoute } const OrgRouteChildren: OrgRouteChildren = { OrgIndexRoute: OrgIndexRoute, OrgEditListRoute: OrgEditListRoute, OrgEditUserIdRoute: OrgEditUserIdRoute, } const OrgRouteWithChildren = OrgRoute._addFileChildren(OrgRouteChildren) interface UserRouteChildren { UserIndexRoute: typeof UserIndexRoute UserLoginRoute: typeof UserLoginRoute UserEditListRoute: typeof UserEditListRoute UserEditProfileRoute: typeof UserEditProfileRoute UserWxLoginRoute: typeof UserWxLoginRoute } const UserRouteChildren: UserRouteChildren = { UserIndexRoute: UserIndexRoute, UserLoginRoute: UserLoginRoute, UserEditListRoute: UserEditListRoute, UserEditProfileRoute: UserEditProfileRoute, UserWxLoginRoute: UserWxLoginRoute, } const UserRouteWithChildren = UserRoute._addFileChildren(UserRouteChildren) const rootRouteChildren: RootRouteChildren = { IndexRoute: IndexRoute, AppRoute: AppRouteWithChildren, ConfigRoute: ConfigRouteWithChildren, ContainerRoute: ContainerRouteWithChildren, DomainRoute: DomainRouteWithChildren, FileRoute: FileRouteWithChildren, HomeRoute: HomeRoute, MapRoute: MapRoute, OrgRoute: OrgRouteWithChildren, UserRoute: UserRouteWithChildren, } export const routeTree = rootRouteImport ._addFileChildren(rootRouteChildren) ._addFileTypes()