|
@@ -23,6 +23,7 @@ import { Route as AuthenticatedTasksIndexRouteImport } from './routes/_authentic
|
|
|
import { Route as AuthenticatedSettingsIndexRouteImport } from './routes/_authenticated/settings/index'
|
|
import { Route as AuthenticatedSettingsIndexRouteImport } from './routes/_authenticated/settings/index'
|
|
|
import { Route as AuthenticatedPostsIndexRouteImport } from './routes/_authenticated/posts/index'
|
|
import { Route as AuthenticatedPostsIndexRouteImport } from './routes/_authenticated/posts/index'
|
|
|
import { Route as AuthenticatedHelpCenterIndexRouteImport } from './routes/_authenticated/help-center/index'
|
|
import { Route as AuthenticatedHelpCenterIndexRouteImport } from './routes/_authenticated/help-center/index'
|
|
|
|
|
+import { Route as AuthenticatedEvaluationsIndexRouteImport } from './routes/_authenticated/evaluations/index'
|
|
|
import { Route as AuthenticatedChatsIndexRouteImport } from './routes/_authenticated/chats/index'
|
|
import { Route as AuthenticatedChatsIndexRouteImport } from './routes/_authenticated/chats/index'
|
|
|
import { Route as AuthenticatedSettingsNotificationsRouteImport } from './routes/_authenticated/settings/notifications'
|
|
import { Route as AuthenticatedSettingsNotificationsRouteImport } from './routes/_authenticated/settings/notifications'
|
|
|
import { Route as AuthenticatedSettingsDisplayRouteImport } from './routes/_authenticated/settings/display'
|
|
import { Route as AuthenticatedSettingsDisplayRouteImport } from './routes/_authenticated/settings/display'
|
|
@@ -102,6 +103,12 @@ const AuthenticatedHelpCenterIndexRoute =
|
|
|
path: '/help-center/',
|
|
path: '/help-center/',
|
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
|
} as any)
|
|
} as any)
|
|
|
|
|
+const AuthenticatedEvaluationsIndexRoute =
|
|
|
|
|
+ AuthenticatedEvaluationsIndexRouteImport.update({
|
|
|
|
|
+ id: '/evaluations/',
|
|
|
|
|
+ path: '/evaluations/',
|
|
|
|
|
+ getParentRoute: () => AuthenticatedRouteRoute,
|
|
|
|
|
+ } as any)
|
|
|
const AuthenticatedChatsIndexRoute = AuthenticatedChatsIndexRouteImport.update({
|
|
const AuthenticatedChatsIndexRoute = AuthenticatedChatsIndexRouteImport.update({
|
|
|
id: '/chats/',
|
|
id: '/chats/',
|
|
|
path: '/chats/',
|
|
path: '/chats/',
|
|
@@ -153,6 +160,7 @@ export interface FileRoutesByFullPath {
|
|
|
'/settings/display': typeof AuthenticatedSettingsDisplayRoute
|
|
'/settings/display': typeof AuthenticatedSettingsDisplayRoute
|
|
|
'/settings/notifications': typeof AuthenticatedSettingsNotificationsRoute
|
|
'/settings/notifications': typeof AuthenticatedSettingsNotificationsRoute
|
|
|
'/chats/': typeof AuthenticatedChatsIndexRoute
|
|
'/chats/': typeof AuthenticatedChatsIndexRoute
|
|
|
|
|
+ '/evaluations/': typeof AuthenticatedEvaluationsIndexRoute
|
|
|
'/help-center/': typeof AuthenticatedHelpCenterIndexRoute
|
|
'/help-center/': typeof AuthenticatedHelpCenterIndexRoute
|
|
|
'/posts/': typeof AuthenticatedPostsIndexRoute
|
|
'/posts/': typeof AuthenticatedPostsIndexRoute
|
|
|
'/settings/': typeof AuthenticatedSettingsIndexRoute
|
|
'/settings/': typeof AuthenticatedSettingsIndexRoute
|
|
@@ -173,6 +181,7 @@ export interface FileRoutesByTo {
|
|
|
'/settings/display': typeof AuthenticatedSettingsDisplayRoute
|
|
'/settings/display': typeof AuthenticatedSettingsDisplayRoute
|
|
|
'/settings/notifications': typeof AuthenticatedSettingsNotificationsRoute
|
|
'/settings/notifications': typeof AuthenticatedSettingsNotificationsRoute
|
|
|
'/chats': typeof AuthenticatedChatsIndexRoute
|
|
'/chats': typeof AuthenticatedChatsIndexRoute
|
|
|
|
|
+ '/evaluations': typeof AuthenticatedEvaluationsIndexRoute
|
|
|
'/help-center': typeof AuthenticatedHelpCenterIndexRoute
|
|
'/help-center': typeof AuthenticatedHelpCenterIndexRoute
|
|
|
'/posts': typeof AuthenticatedPostsIndexRoute
|
|
'/posts': typeof AuthenticatedPostsIndexRoute
|
|
|
'/settings': typeof AuthenticatedSettingsIndexRoute
|
|
'/settings': typeof AuthenticatedSettingsIndexRoute
|
|
@@ -196,6 +205,7 @@ export interface FileRoutesById {
|
|
|
'/_authenticated/settings/display': typeof AuthenticatedSettingsDisplayRoute
|
|
'/_authenticated/settings/display': typeof AuthenticatedSettingsDisplayRoute
|
|
|
'/_authenticated/settings/notifications': typeof AuthenticatedSettingsNotificationsRoute
|
|
'/_authenticated/settings/notifications': typeof AuthenticatedSettingsNotificationsRoute
|
|
|
'/_authenticated/chats/': typeof AuthenticatedChatsIndexRoute
|
|
'/_authenticated/chats/': typeof AuthenticatedChatsIndexRoute
|
|
|
|
|
+ '/_authenticated/evaluations/': typeof AuthenticatedEvaluationsIndexRoute
|
|
|
'/_authenticated/help-center/': typeof AuthenticatedHelpCenterIndexRoute
|
|
'/_authenticated/help-center/': typeof AuthenticatedHelpCenterIndexRoute
|
|
|
'/_authenticated/posts/': typeof AuthenticatedPostsIndexRoute
|
|
'/_authenticated/posts/': typeof AuthenticatedPostsIndexRoute
|
|
|
'/_authenticated/settings/': typeof AuthenticatedSettingsIndexRoute
|
|
'/_authenticated/settings/': typeof AuthenticatedSettingsIndexRoute
|
|
@@ -219,6 +229,7 @@ export interface FileRouteTypes {
|
|
|
| '/settings/display'
|
|
| '/settings/display'
|
|
|
| '/settings/notifications'
|
|
| '/settings/notifications'
|
|
|
| '/chats/'
|
|
| '/chats/'
|
|
|
|
|
+ | '/evaluations/'
|
|
|
| '/help-center/'
|
|
| '/help-center/'
|
|
|
| '/posts/'
|
|
| '/posts/'
|
|
|
| '/settings/'
|
|
| '/settings/'
|
|
@@ -239,6 +250,7 @@ export interface FileRouteTypes {
|
|
|
| '/settings/display'
|
|
| '/settings/display'
|
|
|
| '/settings/notifications'
|
|
| '/settings/notifications'
|
|
|
| '/chats'
|
|
| '/chats'
|
|
|
|
|
+ | '/evaluations'
|
|
|
| '/help-center'
|
|
| '/help-center'
|
|
|
| '/posts'
|
|
| '/posts'
|
|
|
| '/settings'
|
|
| '/settings'
|
|
@@ -261,6 +273,7 @@ export interface FileRouteTypes {
|
|
|
| '/_authenticated/settings/display'
|
|
| '/_authenticated/settings/display'
|
|
|
| '/_authenticated/settings/notifications'
|
|
| '/_authenticated/settings/notifications'
|
|
|
| '/_authenticated/chats/'
|
|
| '/_authenticated/chats/'
|
|
|
|
|
+ | '/_authenticated/evaluations/'
|
|
|
| '/_authenticated/help-center/'
|
|
| '/_authenticated/help-center/'
|
|
|
| '/_authenticated/posts/'
|
|
| '/_authenticated/posts/'
|
|
|
| '/_authenticated/settings/'
|
|
| '/_authenticated/settings/'
|
|
@@ -378,6 +391,13 @@ declare module '@tanstack/react-router' {
|
|
|
preLoaderRoute: typeof AuthenticatedHelpCenterIndexRouteImport
|
|
preLoaderRoute: typeof AuthenticatedHelpCenterIndexRouteImport
|
|
|
parentRoute: typeof AuthenticatedRouteRoute
|
|
parentRoute: typeof AuthenticatedRouteRoute
|
|
|
}
|
|
}
|
|
|
|
|
+ '/_authenticated/evaluations/': {
|
|
|
|
|
+ id: '/_authenticated/evaluations/'
|
|
|
|
|
+ path: '/evaluations'
|
|
|
|
|
+ fullPath: '/evaluations/'
|
|
|
|
|
+ preLoaderRoute: typeof AuthenticatedEvaluationsIndexRouteImport
|
|
|
|
|
+ parentRoute: typeof AuthenticatedRouteRoute
|
|
|
|
|
+ }
|
|
|
'/_authenticated/chats/': {
|
|
'/_authenticated/chats/': {
|
|
|
id: '/_authenticated/chats/'
|
|
id: '/_authenticated/chats/'
|
|
|
path: '/chats'
|
|
path: '/chats'
|
|
@@ -451,6 +471,7 @@ interface AuthenticatedRouteRouteChildren {
|
|
|
AuthenticatedIndexRoute: typeof AuthenticatedIndexRoute
|
|
AuthenticatedIndexRoute: typeof AuthenticatedIndexRoute
|
|
|
AuthenticatedErrorsErrorRoute: typeof AuthenticatedErrorsErrorRoute
|
|
AuthenticatedErrorsErrorRoute: typeof AuthenticatedErrorsErrorRoute
|
|
|
AuthenticatedChatsIndexRoute: typeof AuthenticatedChatsIndexRoute
|
|
AuthenticatedChatsIndexRoute: typeof AuthenticatedChatsIndexRoute
|
|
|
|
|
+ AuthenticatedEvaluationsIndexRoute: typeof AuthenticatedEvaluationsIndexRoute
|
|
|
AuthenticatedHelpCenterIndexRoute: typeof AuthenticatedHelpCenterIndexRoute
|
|
AuthenticatedHelpCenterIndexRoute: typeof AuthenticatedHelpCenterIndexRoute
|
|
|
AuthenticatedPostsIndexRoute: typeof AuthenticatedPostsIndexRoute
|
|
AuthenticatedPostsIndexRoute: typeof AuthenticatedPostsIndexRoute
|
|
|
AuthenticatedTasksIndexRoute: typeof AuthenticatedTasksIndexRoute
|
|
AuthenticatedTasksIndexRoute: typeof AuthenticatedTasksIndexRoute
|
|
@@ -462,6 +483,7 @@ const AuthenticatedRouteRouteChildren: AuthenticatedRouteRouteChildren = {
|
|
|
AuthenticatedIndexRoute: AuthenticatedIndexRoute,
|
|
AuthenticatedIndexRoute: AuthenticatedIndexRoute,
|
|
|
AuthenticatedErrorsErrorRoute: AuthenticatedErrorsErrorRoute,
|
|
AuthenticatedErrorsErrorRoute: AuthenticatedErrorsErrorRoute,
|
|
|
AuthenticatedChatsIndexRoute: AuthenticatedChatsIndexRoute,
|
|
AuthenticatedChatsIndexRoute: AuthenticatedChatsIndexRoute,
|
|
|
|
|
+ AuthenticatedEvaluationsIndexRoute: AuthenticatedEvaluationsIndexRoute,
|
|
|
AuthenticatedHelpCenterIndexRoute: AuthenticatedHelpCenterIndexRoute,
|
|
AuthenticatedHelpCenterIndexRoute: AuthenticatedHelpCenterIndexRoute,
|
|
|
AuthenticatedPostsIndexRoute: AuthenticatedPostsIndexRoute,
|
|
AuthenticatedPostsIndexRoute: AuthenticatedPostsIndexRoute,
|
|
|
AuthenticatedTasksIndexRoute: AuthenticatedTasksIndexRoute,
|
|
AuthenticatedTasksIndexRoute: AuthenticatedTasksIndexRoute,
|