| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776 |
- /* 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 authOtpImport } from './routes/(auth)/otp'
- import { Route as auth500Import } from './routes/(auth)/500'
- import { Route as AuthenticatedDashboardIndexImport } from './routes/_authenticated/dashboard/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 authSignUpLazyImport = createFileRoute('/(auth)/sign-up')()
- const authSignIn2LazyImport = createFileRoute('/(auth)/sign-in-2')()
- const authForgotPasswordLazyImport = createFileRoute(
- '/(auth)/forgot-password',
- )()
- const AuthenticatedSettingsRouteLazyImport = createFileRoute(
- '/_authenticated/settings',
- )()
- const AuthenticatedTasksIndexLazyImport = createFileRoute(
- '/_authenticated/tasks/',
- )()
- const AuthenticatedSettingsIndexLazyImport = createFileRoute(
- '/_authenticated/settings/',
- )()
- const AuthenticatedChatsIndexLazyImport = createFileRoute(
- '/_authenticated/chats/',
- )()
- const AuthenticatedAppsIndexLazyImport = createFileRoute(
- '/_authenticated/apps/',
- )()
- const AuthenticatedSettingsNotificationsLazyImport = createFileRoute(
- '/_authenticated/settings/notifications',
- )()
- const AuthenticatedSettingsDisplayLazyImport = createFileRoute(
- '/_authenticated/settings/display',
- )()
- const AuthenticatedSettingsAppearanceLazyImport = createFileRoute(
- '/_authenticated/settings/appearance',
- )()
- const AuthenticatedSettingsAccountLazyImport = createFileRoute(
- '/_authenticated/settings/account',
- )()
- // 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 authSignUpLazyRoute = authSignUpLazyImport
- .update({
- id: '/(auth)/sign-up',
- path: '/sign-up',
- getParentRoute: () => rootRoute,
- } as any)
- .lazy(() => import('./routes/(auth)/sign-up.lazy').then((d) => d.Route))
- const authSignIn2LazyRoute = authSignIn2LazyImport
- .update({
- id: '/(auth)/sign-in-2',
- path: '/sign-in-2',
- getParentRoute: () => rootRoute,
- } as any)
- .lazy(() => import('./routes/(auth)/sign-in-2.lazy').then((d) => d.Route))
- const authForgotPasswordLazyRoute = authForgotPasswordLazyImport
- .update({
- id: '/(auth)/forgot-password',
- path: '/forgot-password',
- getParentRoute: () => rootRoute,
- } as any)
- .lazy(() =>
- import('./routes/(auth)/forgot-password.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 authOtpRoute = authOtpImport.update({
- id: '/(auth)/otp',
- path: '/otp',
- getParentRoute: () => rootRoute,
- } as any)
- const auth500Route = auth500Import.update({
- id: '/(auth)/500',
- path: '/500',
- getParentRoute: () => rootRoute,
- } as any)
- const AuthenticatedTasksIndexLazyRoute =
- AuthenticatedTasksIndexLazyImport.update({
- id: '/tasks/',
- path: '/tasks/',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any).lazy(() =>
- import('./routes/_authenticated/tasks/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 AuthenticatedChatsIndexLazyRoute =
- AuthenticatedChatsIndexLazyImport.update({
- id: '/chats/',
- path: '/chats/',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any).lazy(() =>
- import('./routes/_authenticated/chats/index.lazy').then((d) => d.Route),
- )
- const AuthenticatedAppsIndexLazyRoute = AuthenticatedAppsIndexLazyImport.update(
- {
- id: '/apps/',
- path: '/apps/',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any,
- ).lazy(() =>
- import('./routes/_authenticated/apps/index.lazy').then((d) => d.Route),
- )
- const AuthenticatedDashboardIndexRoute =
- AuthenticatedDashboardIndexImport.update({
- id: '/dashboard/',
- path: '/dashboard/',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any)
- const AuthenticatedSettingsNotificationsLazyRoute =
- AuthenticatedSettingsNotificationsLazyImport.update({
- id: '/notifications',
- path: '/notifications',
- getParentRoute: () => AuthenticatedSettingsRouteLazyRoute,
- } as any).lazy(() =>
- import('./routes/_authenticated/settings/notifications.lazy').then(
- (d) => d.Route,
- ),
- )
- const AuthenticatedSettingsDisplayLazyRoute =
- AuthenticatedSettingsDisplayLazyImport.update({
- id: '/display',
- path: '/display',
- getParentRoute: () => AuthenticatedSettingsRouteLazyRoute,
- } as any).lazy(() =>
- import('./routes/_authenticated/settings/display.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 AuthenticatedSettingsAccountLazyRoute =
- AuthenticatedSettingsAccountLazyImport.update({
- id: '/account',
- path: '/account',
- getParentRoute: () => AuthenticatedSettingsRouteLazyRoute,
- } as any).lazy(() =>
- import('./routes/_authenticated/settings/account.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)/otp': {
- id: '/(auth)/otp'
- path: '/otp'
- fullPath: '/otp'
- preLoaderRoute: typeof authOtpImport
- 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
- }
- '/(auth)/forgot-password': {
- id: '/(auth)/forgot-password'
- path: '/forgot-password'
- fullPath: '/forgot-password'
- preLoaderRoute: typeof authForgotPasswordLazyImport
- parentRoute: typeof rootRoute
- }
- '/(auth)/sign-in-2': {
- id: '/(auth)/sign-in-2'
- path: '/sign-in-2'
- fullPath: '/sign-in-2'
- preLoaderRoute: typeof authSignIn2LazyImport
- parentRoute: typeof rootRoute
- }
- '/(auth)/sign-up': {
- id: '/(auth)/sign-up'
- path: '/sign-up'
- fullPath: '/sign-up'
- preLoaderRoute: typeof authSignUpLazyImport
- parentRoute: typeof rootRoute
- }
- '/(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/account': {
- id: '/_authenticated/settings/account'
- path: '/account'
- fullPath: '/settings/account'
- preLoaderRoute: typeof AuthenticatedSettingsAccountLazyImport
- parentRoute: typeof AuthenticatedSettingsRouteLazyImport
- }
- '/_authenticated/settings/appearance': {
- id: '/_authenticated/settings/appearance'
- path: '/appearance'
- fullPath: '/settings/appearance'
- preLoaderRoute: typeof AuthenticatedSettingsAppearanceLazyImport
- parentRoute: typeof AuthenticatedSettingsRouteLazyImport
- }
- '/_authenticated/settings/display': {
- id: '/_authenticated/settings/display'
- path: '/display'
- fullPath: '/settings/display'
- preLoaderRoute: typeof AuthenticatedSettingsDisplayLazyImport
- parentRoute: typeof AuthenticatedSettingsRouteLazyImport
- }
- '/_authenticated/settings/notifications': {
- id: '/_authenticated/settings/notifications'
- path: '/notifications'
- fullPath: '/settings/notifications'
- preLoaderRoute: typeof AuthenticatedSettingsNotificationsLazyImport
- parentRoute: typeof AuthenticatedSettingsRouteLazyImport
- }
- '/_authenticated/dashboard/': {
- id: '/_authenticated/dashboard/'
- path: '/dashboard'
- fullPath: '/dashboard'
- preLoaderRoute: typeof AuthenticatedDashboardIndexImport
- parentRoute: typeof AuthenticatedRouteImport
- }
- '/_authenticated/apps/': {
- id: '/_authenticated/apps/'
- path: '/apps'
- fullPath: '/apps'
- preLoaderRoute: typeof AuthenticatedAppsIndexLazyImport
- parentRoute: typeof AuthenticatedRouteImport
- }
- '/_authenticated/chats/': {
- id: '/_authenticated/chats/'
- path: '/chats'
- fullPath: '/chats'
- preLoaderRoute: typeof AuthenticatedChatsIndexLazyImport
- parentRoute: typeof AuthenticatedRouteImport
- }
- '/_authenticated/settings/': {
- id: '/_authenticated/settings/'
- path: '/'
- fullPath: '/settings/'
- preLoaderRoute: typeof AuthenticatedSettingsIndexLazyImport
- parentRoute: typeof AuthenticatedSettingsRouteLazyImport
- }
- '/_authenticated/tasks/': {
- id: '/_authenticated/tasks/'
- path: '/tasks'
- fullPath: '/tasks'
- preLoaderRoute: typeof AuthenticatedTasksIndexLazyImport
- parentRoute: typeof AuthenticatedRouteImport
- }
- }
- }
- // Create and export the route tree
- interface AuthenticatedSettingsRouteLazyRouteChildren {
- AuthenticatedSettingsAccountLazyRoute: typeof AuthenticatedSettingsAccountLazyRoute
- AuthenticatedSettingsAppearanceLazyRoute: typeof AuthenticatedSettingsAppearanceLazyRoute
- AuthenticatedSettingsDisplayLazyRoute: typeof AuthenticatedSettingsDisplayLazyRoute
- AuthenticatedSettingsNotificationsLazyRoute: typeof AuthenticatedSettingsNotificationsLazyRoute
- AuthenticatedSettingsIndexLazyRoute: typeof AuthenticatedSettingsIndexLazyRoute
- }
- const AuthenticatedSettingsRouteLazyRouteChildren: AuthenticatedSettingsRouteLazyRouteChildren =
- {
- AuthenticatedSettingsAccountLazyRoute:
- AuthenticatedSettingsAccountLazyRoute,
- AuthenticatedSettingsAppearanceLazyRoute:
- AuthenticatedSettingsAppearanceLazyRoute,
- AuthenticatedSettingsDisplayLazyRoute:
- AuthenticatedSettingsDisplayLazyRoute,
- AuthenticatedSettingsNotificationsLazyRoute:
- AuthenticatedSettingsNotificationsLazyRoute,
- AuthenticatedSettingsIndexLazyRoute: AuthenticatedSettingsIndexLazyRoute,
- }
- const AuthenticatedSettingsRouteLazyRouteWithChildren =
- AuthenticatedSettingsRouteLazyRoute._addFileChildren(
- AuthenticatedSettingsRouteLazyRouteChildren,
- )
- interface AuthenticatedRouteRouteChildren {
- AuthenticatedSettingsRouteLazyRoute: typeof AuthenticatedSettingsRouteLazyRouteWithChildren
- AuthenticatedIndexRoute: typeof AuthenticatedIndexRoute
- AuthenticatedDashboardIndexRoute: typeof AuthenticatedDashboardIndexRoute
- AuthenticatedAppsIndexLazyRoute: typeof AuthenticatedAppsIndexLazyRoute
- AuthenticatedChatsIndexLazyRoute: typeof AuthenticatedChatsIndexLazyRoute
- AuthenticatedTasksIndexLazyRoute: typeof AuthenticatedTasksIndexLazyRoute
- }
- const AuthenticatedRouteRouteChildren: AuthenticatedRouteRouteChildren = {
- AuthenticatedSettingsRouteLazyRoute:
- AuthenticatedSettingsRouteLazyRouteWithChildren,
- AuthenticatedIndexRoute: AuthenticatedIndexRoute,
- AuthenticatedDashboardIndexRoute: AuthenticatedDashboardIndexRoute,
- AuthenticatedAppsIndexLazyRoute: AuthenticatedAppsIndexLazyRoute,
- AuthenticatedChatsIndexLazyRoute: AuthenticatedChatsIndexLazyRoute,
- AuthenticatedTasksIndexLazyRoute: AuthenticatedTasksIndexLazyRoute,
- }
- const AuthenticatedRouteRouteWithChildren =
- AuthenticatedRouteRoute._addFileChildren(AuthenticatedRouteRouteChildren)
- export interface FileRoutesByFullPath {
- '': typeof AuthenticatedRouteRouteWithChildren
- '/500': typeof errors500LazyRoute
- '/otp': typeof authOtpRoute
- '/sign-in': typeof authSignInRoute
- '/settings': typeof AuthenticatedSettingsRouteLazyRouteWithChildren
- '/forgot-password': typeof authForgotPasswordLazyRoute
- '/sign-in-2': typeof authSignIn2LazyRoute
- '/sign-up': typeof authSignUpLazyRoute
- '/401': typeof errors401LazyRoute
- '/403': typeof errors403LazyRoute
- '/404': typeof errors404LazyRoute
- '/503': typeof errors503LazyRoute
- '/': typeof AuthenticatedIndexRoute
- '/settings/account': typeof AuthenticatedSettingsAccountLazyRoute
- '/settings/appearance': typeof AuthenticatedSettingsAppearanceLazyRoute
- '/settings/display': typeof AuthenticatedSettingsDisplayLazyRoute
- '/settings/notifications': typeof AuthenticatedSettingsNotificationsLazyRoute
- '/dashboard': typeof AuthenticatedDashboardIndexRoute
- '/apps': typeof AuthenticatedAppsIndexLazyRoute
- '/chats': typeof AuthenticatedChatsIndexLazyRoute
- '/settings/': typeof AuthenticatedSettingsIndexLazyRoute
- '/tasks': typeof AuthenticatedTasksIndexLazyRoute
- }
- export interface FileRoutesByTo {
- '/500': typeof errors500LazyRoute
- '/otp': typeof authOtpRoute
- '/sign-in': typeof authSignInRoute
- '/forgot-password': typeof authForgotPasswordLazyRoute
- '/sign-in-2': typeof authSignIn2LazyRoute
- '/sign-up': typeof authSignUpLazyRoute
- '/401': typeof errors401LazyRoute
- '/403': typeof errors403LazyRoute
- '/404': typeof errors404LazyRoute
- '/503': typeof errors503LazyRoute
- '/': typeof AuthenticatedIndexRoute
- '/settings/account': typeof AuthenticatedSettingsAccountLazyRoute
- '/settings/appearance': typeof AuthenticatedSettingsAppearanceLazyRoute
- '/settings/display': typeof AuthenticatedSettingsDisplayLazyRoute
- '/settings/notifications': typeof AuthenticatedSettingsNotificationsLazyRoute
- '/dashboard': typeof AuthenticatedDashboardIndexRoute
- '/apps': typeof AuthenticatedAppsIndexLazyRoute
- '/chats': typeof AuthenticatedChatsIndexLazyRoute
- '/settings': typeof AuthenticatedSettingsIndexLazyRoute
- '/tasks': typeof AuthenticatedTasksIndexLazyRoute
- }
- export interface FileRoutesById {
- __root__: typeof rootRoute
- '/_authenticated': typeof AuthenticatedRouteRouteWithChildren
- '/(auth)/500': typeof auth500Route
- '/(auth)/otp': typeof authOtpRoute
- '/(auth)/sign-in': typeof authSignInRoute
- '/_authenticated/settings': typeof AuthenticatedSettingsRouteLazyRouteWithChildren
- '/(auth)/forgot-password': typeof authForgotPasswordLazyRoute
- '/(auth)/sign-in-2': typeof authSignIn2LazyRoute
- '/(auth)/sign-up': typeof authSignUpLazyRoute
- '/(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/account': typeof AuthenticatedSettingsAccountLazyRoute
- '/_authenticated/settings/appearance': typeof AuthenticatedSettingsAppearanceLazyRoute
- '/_authenticated/settings/display': typeof AuthenticatedSettingsDisplayLazyRoute
- '/_authenticated/settings/notifications': typeof AuthenticatedSettingsNotificationsLazyRoute
- '/_authenticated/dashboard/': typeof AuthenticatedDashboardIndexRoute
- '/_authenticated/apps/': typeof AuthenticatedAppsIndexLazyRoute
- '/_authenticated/chats/': typeof AuthenticatedChatsIndexLazyRoute
- '/_authenticated/settings/': typeof AuthenticatedSettingsIndexLazyRoute
- '/_authenticated/tasks/': typeof AuthenticatedTasksIndexLazyRoute
- }
- export interface FileRouteTypes {
- fileRoutesByFullPath: FileRoutesByFullPath
- fullPaths:
- | ''
- | '/500'
- | '/otp'
- | '/sign-in'
- | '/settings'
- | '/forgot-password'
- | '/sign-in-2'
- | '/sign-up'
- | '/401'
- | '/403'
- | '/404'
- | '/503'
- | '/'
- | '/settings/account'
- | '/settings/appearance'
- | '/settings/display'
- | '/settings/notifications'
- | '/dashboard'
- | '/apps'
- | '/chats'
- | '/settings/'
- | '/tasks'
- fileRoutesByTo: FileRoutesByTo
- to:
- | '/500'
- | '/otp'
- | '/sign-in'
- | '/forgot-password'
- | '/sign-in-2'
- | '/sign-up'
- | '/401'
- | '/403'
- | '/404'
- | '/503'
- | '/'
- | '/settings/account'
- | '/settings/appearance'
- | '/settings/display'
- | '/settings/notifications'
- | '/dashboard'
- | '/apps'
- | '/chats'
- | '/settings'
- | '/tasks'
- id:
- | '__root__'
- | '/_authenticated'
- | '/(auth)/500'
- | '/(auth)/otp'
- | '/(auth)/sign-in'
- | '/_authenticated/settings'
- | '/(auth)/forgot-password'
- | '/(auth)/sign-in-2'
- | '/(auth)/sign-up'
- | '/(errors)/401'
- | '/(errors)/403'
- | '/(errors)/404'
- | '/(errors)/500'
- | '/(errors)/503'
- | '/_authenticated/'
- | '/_authenticated/settings/account'
- | '/_authenticated/settings/appearance'
- | '/_authenticated/settings/display'
- | '/_authenticated/settings/notifications'
- | '/_authenticated/dashboard/'
- | '/_authenticated/apps/'
- | '/_authenticated/chats/'
- | '/_authenticated/settings/'
- | '/_authenticated/tasks/'
- fileRoutesById: FileRoutesById
- }
- export interface RootRouteChildren {
- AuthenticatedRouteRoute: typeof AuthenticatedRouteRouteWithChildren
- auth500Route: typeof auth500Route
- authOtpRoute: typeof authOtpRoute
- authSignInRoute: typeof authSignInRoute
- authForgotPasswordLazyRoute: typeof authForgotPasswordLazyRoute
- authSignIn2LazyRoute: typeof authSignIn2LazyRoute
- authSignUpLazyRoute: typeof authSignUpLazyRoute
- errors401LazyRoute: typeof errors401LazyRoute
- errors403LazyRoute: typeof errors403LazyRoute
- errors404LazyRoute: typeof errors404LazyRoute
- errors500LazyRoute: typeof errors500LazyRoute
- errors503LazyRoute: typeof errors503LazyRoute
- }
- const rootRouteChildren: RootRouteChildren = {
- AuthenticatedRouteRoute: AuthenticatedRouteRouteWithChildren,
- auth500Route: auth500Route,
- authOtpRoute: authOtpRoute,
- authSignInRoute: authSignInRoute,
- authForgotPasswordLazyRoute: authForgotPasswordLazyRoute,
- authSignIn2LazyRoute: authSignIn2LazyRoute,
- authSignUpLazyRoute: authSignUpLazyRoute,
- 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)/otp",
- "/(auth)/sign-in",
- "/(auth)/forgot-password",
- "/(auth)/sign-in-2",
- "/(auth)/sign-up",
- "/(errors)/401",
- "/(errors)/403",
- "/(errors)/404",
- "/(errors)/500",
- "/(errors)/503"
- ]
- },
- "/_authenticated": {
- "filePath": "_authenticated/route.tsx",
- "children": [
- "/_authenticated/settings",
- "/_authenticated/",
- "/_authenticated/dashboard/",
- "/_authenticated/apps/",
- "/_authenticated/chats/",
- "/_authenticated/tasks/"
- ]
- },
- "/(auth)/500": {
- "filePath": "(auth)/500.tsx"
- },
- "/(auth)/otp": {
- "filePath": "(auth)/otp.tsx"
- },
- "/(auth)/sign-in": {
- "filePath": "(auth)/sign-in.tsx"
- },
- "/_authenticated/settings": {
- "filePath": "_authenticated/settings/route.lazy.tsx",
- "parent": "/_authenticated",
- "children": [
- "/_authenticated/settings/account",
- "/_authenticated/settings/appearance",
- "/_authenticated/settings/display",
- "/_authenticated/settings/notifications",
- "/_authenticated/settings/"
- ]
- },
- "/(auth)/forgot-password": {
- "filePath": "(auth)/forgot-password.lazy.tsx"
- },
- "/(auth)/sign-in-2": {
- "filePath": "(auth)/sign-in-2.lazy.tsx"
- },
- "/(auth)/sign-up": {
- "filePath": "(auth)/sign-up.lazy.tsx"
- },
- "/(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/account": {
- "filePath": "_authenticated/settings/account.lazy.tsx",
- "parent": "/_authenticated/settings"
- },
- "/_authenticated/settings/appearance": {
- "filePath": "_authenticated/settings/appearance.lazy.tsx",
- "parent": "/_authenticated/settings"
- },
- "/_authenticated/settings/display": {
- "filePath": "_authenticated/settings/display.lazy.tsx",
- "parent": "/_authenticated/settings"
- },
- "/_authenticated/settings/notifications": {
- "filePath": "_authenticated/settings/notifications.lazy.tsx",
- "parent": "/_authenticated/settings"
- },
- "/_authenticated/dashboard/": {
- "filePath": "_authenticated/dashboard/index.tsx",
- "parent": "/_authenticated"
- },
- "/_authenticated/apps/": {
- "filePath": "_authenticated/apps/index.lazy.tsx",
- "parent": "/_authenticated"
- },
- "/_authenticated/chats/": {
- "filePath": "_authenticated/chats/index.lazy.tsx",
- "parent": "/_authenticated"
- },
- "/_authenticated/settings/": {
- "filePath": "_authenticated/settings/index.lazy.tsx",
- "parent": "/_authenticated/settings"
- },
- "/_authenticated/tasks/": {
- "filePath": "_authenticated/tasks/index.lazy.tsx",
- "parent": "/_authenticated"
- }
- }
- }
- ROUTE_MANIFEST_END */
|