feat: implement third-party order sync
This commit is contained in:
@@ -0,0 +1,936 @@
|
||||
/* 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 ClerkRouteRouteImport } from './routes/clerk/route'
|
||||
import { Route as AuthenticatedRouteRouteImport } from './routes/_authenticated/route'
|
||||
import { Route as AuthenticatedIndexRouteImport } from './routes/_authenticated/index'
|
||||
import { Route as AuthenticatedTicketsRouteImport } from './routes/_authenticated/tickets'
|
||||
import { Route as AuthenticatedSelfOwnedOrderRouteImport } from './routes/_authenticated/self-owned-order'
|
||||
import { Route as AuthenticatedOrdersRouteImport } from './routes/_authenticated/orders'
|
||||
import { Route as AuthenticatedOrderLogsRouteImport } from './routes/_authenticated/order-logs'
|
||||
import { Route as AuthenticatedCourseQueryRouteImport } from './routes/_authenticated/course-query'
|
||||
import { Route as errors503RouteImport } from './routes/(errors)/503'
|
||||
import { Route as errors500RouteImport } from './routes/(errors)/500'
|
||||
import { Route as errors404RouteImport } from './routes/(errors)/404'
|
||||
import { Route as errors403RouteImport } from './routes/(errors)/403'
|
||||
import { Route as errors401RouteImport } from './routes/(errors)/401'
|
||||
import { Route as authSignUpRouteImport } from './routes/(auth)/sign-up'
|
||||
import { Route as authSignIn2RouteImport } from './routes/(auth)/sign-in-2'
|
||||
import { Route as authSignInRouteImport } from './routes/(auth)/sign-in'
|
||||
import { Route as authOtpRouteImport } from './routes/(auth)/otp'
|
||||
import { Route as authForgotPasswordRouteImport } from './routes/(auth)/forgot-password'
|
||||
import { Route as ClerkAuthenticatedRouteRouteImport } from './routes/clerk/_authenticated/route'
|
||||
import { Route as ClerkauthRouteRouteImport } from './routes/clerk/(auth)/route'
|
||||
import { Route as AuthenticatedSettingsRouteRouteImport } from './routes/_authenticated/settings/route'
|
||||
import { Route as AuthenticatedUsersIndexRouteImport } from './routes/_authenticated/users/index'
|
||||
import { Route as AuthenticatedTasksIndexRouteImport } from './routes/_authenticated/tasks/index'
|
||||
import { Route as AuthenticatedSettingsIndexRouteImport } from './routes/_authenticated/settings/index'
|
||||
import { Route as AuthenticatedHelpCenterIndexRouteImport } from './routes/_authenticated/help-center/index'
|
||||
import { Route as AuthenticatedChatsIndexRouteImport } from './routes/_authenticated/chats/index'
|
||||
import { Route as AuthenticatedAppsIndexRouteImport } from './routes/_authenticated/apps/index'
|
||||
import { Route as ClerkAuthenticatedUserManagementRouteImport } from './routes/clerk/_authenticated/user-management'
|
||||
import { Route as ClerkauthSignUpRouteImport } from './routes/clerk/(auth)/sign-up'
|
||||
import { Route as ClerkauthSignInRouteImport } from './routes/clerk/(auth)/sign-in'
|
||||
import { Route as AuthenticatedSystemUsersRouteImport } from './routes/_authenticated/system/users'
|
||||
import { Route as AuthenticatedSystemThirdPartyRouteImport } from './routes/_authenticated/system/third-party'
|
||||
import { Route as AuthenticatedSystemAuditLogsRouteImport } from './routes/_authenticated/system/audit-logs'
|
||||
import { Route as AuthenticatedSettingsNotificationsRouteImport } from './routes/_authenticated/settings/notifications'
|
||||
import { Route as AuthenticatedSettingsDisplayRouteImport } from './routes/_authenticated/settings/display'
|
||||
import { Route as AuthenticatedSettingsAppearanceRouteImport } from './routes/_authenticated/settings/appearance'
|
||||
import { Route as AuthenticatedSettingsAccountRouteImport } from './routes/_authenticated/settings/account'
|
||||
import { Route as AuthenticatedErrorsErrorRouteImport } from './routes/_authenticated/errors/$error'
|
||||
import { Route as AuthenticatedCatalogProductsRouteImport } from './routes/_authenticated/catalog/products'
|
||||
import { Route as AuthenticatedCatalogCategoriesRouteImport } from './routes/_authenticated/catalog/categories'
|
||||
|
||||
const ClerkRouteRoute = ClerkRouteRouteImport.update({
|
||||
id: '/clerk',
|
||||
path: '/clerk',
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any)
|
||||
const AuthenticatedRouteRoute = AuthenticatedRouteRouteImport.update({
|
||||
id: '/_authenticated',
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any)
|
||||
const AuthenticatedIndexRoute = AuthenticatedIndexRouteImport.update({
|
||||
id: '/',
|
||||
path: '/',
|
||||
getParentRoute: () => AuthenticatedRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedTicketsRoute = AuthenticatedTicketsRouteImport.update({
|
||||
id: '/tickets',
|
||||
path: '/tickets',
|
||||
getParentRoute: () => AuthenticatedRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedSelfOwnedOrderRoute =
|
||||
AuthenticatedSelfOwnedOrderRouteImport.update({
|
||||
id: '/self-owned-order',
|
||||
path: '/self-owned-order',
|
||||
getParentRoute: () => AuthenticatedRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedOrdersRoute = AuthenticatedOrdersRouteImport.update({
|
||||
id: '/orders',
|
||||
path: '/orders',
|
||||
getParentRoute: () => AuthenticatedRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedOrderLogsRoute = AuthenticatedOrderLogsRouteImport.update({
|
||||
id: '/order-logs',
|
||||
path: '/order-logs',
|
||||
getParentRoute: () => AuthenticatedRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedCourseQueryRoute =
|
||||
AuthenticatedCourseQueryRouteImport.update({
|
||||
id: '/course-query',
|
||||
path: '/course-query',
|
||||
getParentRoute: () => AuthenticatedRouteRoute,
|
||||
} as any)
|
||||
const errors503Route = errors503RouteImport.update({
|
||||
id: '/(errors)/503',
|
||||
path: '/503',
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any)
|
||||
const errors500Route = errors500RouteImport.update({
|
||||
id: '/(errors)/500',
|
||||
path: '/500',
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any)
|
||||
const errors404Route = errors404RouteImport.update({
|
||||
id: '/(errors)/404',
|
||||
path: '/404',
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any)
|
||||
const errors403Route = errors403RouteImport.update({
|
||||
id: '/(errors)/403',
|
||||
path: '/403',
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any)
|
||||
const errors401Route = errors401RouteImport.update({
|
||||
id: '/(errors)/401',
|
||||
path: '/401',
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any)
|
||||
const authSignUpRoute = authSignUpRouteImport.update({
|
||||
id: '/(auth)/sign-up',
|
||||
path: '/sign-up',
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any)
|
||||
const authSignIn2Route = authSignIn2RouteImport.update({
|
||||
id: '/(auth)/sign-in-2',
|
||||
path: '/sign-in-2',
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any)
|
||||
const authSignInRoute = authSignInRouteImport.update({
|
||||
id: '/(auth)/sign-in',
|
||||
path: '/sign-in',
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any)
|
||||
const authOtpRoute = authOtpRouteImport.update({
|
||||
id: '/(auth)/otp',
|
||||
path: '/otp',
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any)
|
||||
const authForgotPasswordRoute = authForgotPasswordRouteImport.update({
|
||||
id: '/(auth)/forgot-password',
|
||||
path: '/forgot-password',
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any)
|
||||
const ClerkAuthenticatedRouteRoute = ClerkAuthenticatedRouteRouteImport.update({
|
||||
id: '/_authenticated',
|
||||
getParentRoute: () => ClerkRouteRoute,
|
||||
} as any)
|
||||
const ClerkauthRouteRoute = ClerkauthRouteRouteImport.update({
|
||||
id: '/(auth)',
|
||||
getParentRoute: () => ClerkRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedSettingsRouteRoute =
|
||||
AuthenticatedSettingsRouteRouteImport.update({
|
||||
id: '/settings',
|
||||
path: '/settings',
|
||||
getParentRoute: () => AuthenticatedRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedUsersIndexRoute = AuthenticatedUsersIndexRouteImport.update({
|
||||
id: '/users/',
|
||||
path: '/users/',
|
||||
getParentRoute: () => AuthenticatedRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedTasksIndexRoute = AuthenticatedTasksIndexRouteImport.update({
|
||||
id: '/tasks/',
|
||||
path: '/tasks/',
|
||||
getParentRoute: () => AuthenticatedRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedSettingsIndexRoute =
|
||||
AuthenticatedSettingsIndexRouteImport.update({
|
||||
id: '/',
|
||||
path: '/',
|
||||
getParentRoute: () => AuthenticatedSettingsRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedHelpCenterIndexRoute =
|
||||
AuthenticatedHelpCenterIndexRouteImport.update({
|
||||
id: '/help-center/',
|
||||
path: '/help-center/',
|
||||
getParentRoute: () => AuthenticatedRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedChatsIndexRoute = AuthenticatedChatsIndexRouteImport.update({
|
||||
id: '/chats/',
|
||||
path: '/chats/',
|
||||
getParentRoute: () => AuthenticatedRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedAppsIndexRoute = AuthenticatedAppsIndexRouteImport.update({
|
||||
id: '/apps/',
|
||||
path: '/apps/',
|
||||
getParentRoute: () => AuthenticatedRouteRoute,
|
||||
} as any)
|
||||
const ClerkAuthenticatedUserManagementRoute =
|
||||
ClerkAuthenticatedUserManagementRouteImport.update({
|
||||
id: '/user-management',
|
||||
path: '/user-management',
|
||||
getParentRoute: () => ClerkAuthenticatedRouteRoute,
|
||||
} as any)
|
||||
const ClerkauthSignUpRoute = ClerkauthSignUpRouteImport.update({
|
||||
id: '/sign-up',
|
||||
path: '/sign-up',
|
||||
getParentRoute: () => ClerkauthRouteRoute,
|
||||
} as any)
|
||||
const ClerkauthSignInRoute = ClerkauthSignInRouteImport.update({
|
||||
id: '/sign-in',
|
||||
path: '/sign-in',
|
||||
getParentRoute: () => ClerkauthRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedSystemUsersRoute =
|
||||
AuthenticatedSystemUsersRouteImport.update({
|
||||
id: '/system/users',
|
||||
path: '/system/users',
|
||||
getParentRoute: () => AuthenticatedRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedSystemThirdPartyRoute =
|
||||
AuthenticatedSystemThirdPartyRouteImport.update({
|
||||
id: '/system/third-party',
|
||||
path: '/system/third-party',
|
||||
getParentRoute: () => AuthenticatedRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedSystemAuditLogsRoute =
|
||||
AuthenticatedSystemAuditLogsRouteImport.update({
|
||||
id: '/system/audit-logs',
|
||||
path: '/system/audit-logs',
|
||||
getParentRoute: () => AuthenticatedRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedSettingsNotificationsRoute =
|
||||
AuthenticatedSettingsNotificationsRouteImport.update({
|
||||
id: '/notifications',
|
||||
path: '/notifications',
|
||||
getParentRoute: () => AuthenticatedSettingsRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedSettingsDisplayRoute =
|
||||
AuthenticatedSettingsDisplayRouteImport.update({
|
||||
id: '/display',
|
||||
path: '/display',
|
||||
getParentRoute: () => AuthenticatedSettingsRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedSettingsAppearanceRoute =
|
||||
AuthenticatedSettingsAppearanceRouteImport.update({
|
||||
id: '/appearance',
|
||||
path: '/appearance',
|
||||
getParentRoute: () => AuthenticatedSettingsRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedSettingsAccountRoute =
|
||||
AuthenticatedSettingsAccountRouteImport.update({
|
||||
id: '/account',
|
||||
path: '/account',
|
||||
getParentRoute: () => AuthenticatedSettingsRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedErrorsErrorRoute =
|
||||
AuthenticatedErrorsErrorRouteImport.update({
|
||||
id: '/errors/$error',
|
||||
path: '/errors/$error',
|
||||
getParentRoute: () => AuthenticatedRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedCatalogProductsRoute =
|
||||
AuthenticatedCatalogProductsRouteImport.update({
|
||||
id: '/catalog/products',
|
||||
path: '/catalog/products',
|
||||
getParentRoute: () => AuthenticatedRouteRoute,
|
||||
} as any)
|
||||
const AuthenticatedCatalogCategoriesRoute =
|
||||
AuthenticatedCatalogCategoriesRouteImport.update({
|
||||
id: '/catalog/categories',
|
||||
path: '/catalog/categories',
|
||||
getParentRoute: () => AuthenticatedRouteRoute,
|
||||
} as any)
|
||||
|
||||
export interface FileRoutesByFullPath {
|
||||
'/': typeof AuthenticatedIndexRoute
|
||||
'/clerk': typeof ClerkauthRouteRouteWithChildren
|
||||
'/settings': typeof AuthenticatedSettingsRouteRouteWithChildren
|
||||
'/forgot-password': typeof authForgotPasswordRoute
|
||||
'/otp': typeof authOtpRoute
|
||||
'/sign-in': typeof authSignInRoute
|
||||
'/sign-in-2': typeof authSignIn2Route
|
||||
'/sign-up': typeof authSignUpRoute
|
||||
'/401': typeof errors401Route
|
||||
'/403': typeof errors403Route
|
||||
'/404': typeof errors404Route
|
||||
'/500': typeof errors500Route
|
||||
'/503': typeof errors503Route
|
||||
'/course-query': typeof AuthenticatedCourseQueryRoute
|
||||
'/order-logs': typeof AuthenticatedOrderLogsRoute
|
||||
'/orders': typeof AuthenticatedOrdersRoute
|
||||
'/self-owned-order': typeof AuthenticatedSelfOwnedOrderRoute
|
||||
'/tickets': typeof AuthenticatedTicketsRoute
|
||||
'/catalog/categories': typeof AuthenticatedCatalogCategoriesRoute
|
||||
'/catalog/products': typeof AuthenticatedCatalogProductsRoute
|
||||
'/errors/$error': typeof AuthenticatedErrorsErrorRoute
|
||||
'/settings/account': typeof AuthenticatedSettingsAccountRoute
|
||||
'/settings/appearance': typeof AuthenticatedSettingsAppearanceRoute
|
||||
'/settings/display': typeof AuthenticatedSettingsDisplayRoute
|
||||
'/settings/notifications': typeof AuthenticatedSettingsNotificationsRoute
|
||||
'/system/audit-logs': typeof AuthenticatedSystemAuditLogsRoute
|
||||
'/system/third-party': typeof AuthenticatedSystemThirdPartyRoute
|
||||
'/system/users': typeof AuthenticatedSystemUsersRoute
|
||||
'/clerk/sign-in': typeof ClerkauthSignInRoute
|
||||
'/clerk/sign-up': typeof ClerkauthSignUpRoute
|
||||
'/clerk/user-management': typeof ClerkAuthenticatedUserManagementRoute
|
||||
'/apps/': typeof AuthenticatedAppsIndexRoute
|
||||
'/chats/': typeof AuthenticatedChatsIndexRoute
|
||||
'/help-center/': typeof AuthenticatedHelpCenterIndexRoute
|
||||
'/settings/': typeof AuthenticatedSettingsIndexRoute
|
||||
'/tasks/': typeof AuthenticatedTasksIndexRoute
|
||||
'/users/': typeof AuthenticatedUsersIndexRoute
|
||||
}
|
||||
export interface FileRoutesByTo {
|
||||
'/clerk': typeof ClerkauthRouteRouteWithChildren
|
||||
'/forgot-password': typeof authForgotPasswordRoute
|
||||
'/otp': typeof authOtpRoute
|
||||
'/sign-in': typeof authSignInRoute
|
||||
'/sign-in-2': typeof authSignIn2Route
|
||||
'/sign-up': typeof authSignUpRoute
|
||||
'/401': typeof errors401Route
|
||||
'/403': typeof errors403Route
|
||||
'/404': typeof errors404Route
|
||||
'/500': typeof errors500Route
|
||||
'/503': typeof errors503Route
|
||||
'/course-query': typeof AuthenticatedCourseQueryRoute
|
||||
'/order-logs': typeof AuthenticatedOrderLogsRoute
|
||||
'/orders': typeof AuthenticatedOrdersRoute
|
||||
'/self-owned-order': typeof AuthenticatedSelfOwnedOrderRoute
|
||||
'/tickets': typeof AuthenticatedTicketsRoute
|
||||
'/': typeof AuthenticatedIndexRoute
|
||||
'/catalog/categories': typeof AuthenticatedCatalogCategoriesRoute
|
||||
'/catalog/products': typeof AuthenticatedCatalogProductsRoute
|
||||
'/errors/$error': typeof AuthenticatedErrorsErrorRoute
|
||||
'/settings/account': typeof AuthenticatedSettingsAccountRoute
|
||||
'/settings/appearance': typeof AuthenticatedSettingsAppearanceRoute
|
||||
'/settings/display': typeof AuthenticatedSettingsDisplayRoute
|
||||
'/settings/notifications': typeof AuthenticatedSettingsNotificationsRoute
|
||||
'/system/audit-logs': typeof AuthenticatedSystemAuditLogsRoute
|
||||
'/system/third-party': typeof AuthenticatedSystemThirdPartyRoute
|
||||
'/system/users': typeof AuthenticatedSystemUsersRoute
|
||||
'/clerk/sign-in': typeof ClerkauthSignInRoute
|
||||
'/clerk/sign-up': typeof ClerkauthSignUpRoute
|
||||
'/clerk/user-management': typeof ClerkAuthenticatedUserManagementRoute
|
||||
'/apps': typeof AuthenticatedAppsIndexRoute
|
||||
'/chats': typeof AuthenticatedChatsIndexRoute
|
||||
'/help-center': typeof AuthenticatedHelpCenterIndexRoute
|
||||
'/settings': typeof AuthenticatedSettingsIndexRoute
|
||||
'/tasks': typeof AuthenticatedTasksIndexRoute
|
||||
'/users': typeof AuthenticatedUsersIndexRoute
|
||||
}
|
||||
export interface FileRoutesById {
|
||||
__root__: typeof rootRouteImport
|
||||
'/_authenticated': typeof AuthenticatedRouteRouteWithChildren
|
||||
'/clerk': typeof ClerkRouteRouteWithChildren
|
||||
'/_authenticated/settings': typeof AuthenticatedSettingsRouteRouteWithChildren
|
||||
'/clerk/(auth)': typeof ClerkauthRouteRouteWithChildren
|
||||
'/clerk/_authenticated': typeof ClerkAuthenticatedRouteRouteWithChildren
|
||||
'/(auth)/forgot-password': typeof authForgotPasswordRoute
|
||||
'/(auth)/otp': typeof authOtpRoute
|
||||
'/(auth)/sign-in': typeof authSignInRoute
|
||||
'/(auth)/sign-in-2': typeof authSignIn2Route
|
||||
'/(auth)/sign-up': typeof authSignUpRoute
|
||||
'/(errors)/401': typeof errors401Route
|
||||
'/(errors)/403': typeof errors403Route
|
||||
'/(errors)/404': typeof errors404Route
|
||||
'/(errors)/500': typeof errors500Route
|
||||
'/(errors)/503': typeof errors503Route
|
||||
'/_authenticated/course-query': typeof AuthenticatedCourseQueryRoute
|
||||
'/_authenticated/order-logs': typeof AuthenticatedOrderLogsRoute
|
||||
'/_authenticated/orders': typeof AuthenticatedOrdersRoute
|
||||
'/_authenticated/self-owned-order': typeof AuthenticatedSelfOwnedOrderRoute
|
||||
'/_authenticated/tickets': typeof AuthenticatedTicketsRoute
|
||||
'/_authenticated/': typeof AuthenticatedIndexRoute
|
||||
'/_authenticated/catalog/categories': typeof AuthenticatedCatalogCategoriesRoute
|
||||
'/_authenticated/catalog/products': typeof AuthenticatedCatalogProductsRoute
|
||||
'/_authenticated/errors/$error': typeof AuthenticatedErrorsErrorRoute
|
||||
'/_authenticated/settings/account': typeof AuthenticatedSettingsAccountRoute
|
||||
'/_authenticated/settings/appearance': typeof AuthenticatedSettingsAppearanceRoute
|
||||
'/_authenticated/settings/display': typeof AuthenticatedSettingsDisplayRoute
|
||||
'/_authenticated/settings/notifications': typeof AuthenticatedSettingsNotificationsRoute
|
||||
'/_authenticated/system/audit-logs': typeof AuthenticatedSystemAuditLogsRoute
|
||||
'/_authenticated/system/third-party': typeof AuthenticatedSystemThirdPartyRoute
|
||||
'/_authenticated/system/users': typeof AuthenticatedSystemUsersRoute
|
||||
'/clerk/(auth)/sign-in': typeof ClerkauthSignInRoute
|
||||
'/clerk/(auth)/sign-up': typeof ClerkauthSignUpRoute
|
||||
'/clerk/_authenticated/user-management': typeof ClerkAuthenticatedUserManagementRoute
|
||||
'/_authenticated/apps/': typeof AuthenticatedAppsIndexRoute
|
||||
'/_authenticated/chats/': typeof AuthenticatedChatsIndexRoute
|
||||
'/_authenticated/help-center/': typeof AuthenticatedHelpCenterIndexRoute
|
||||
'/_authenticated/settings/': typeof AuthenticatedSettingsIndexRoute
|
||||
'/_authenticated/tasks/': typeof AuthenticatedTasksIndexRoute
|
||||
'/_authenticated/users/': typeof AuthenticatedUsersIndexRoute
|
||||
}
|
||||
export interface FileRouteTypes {
|
||||
fileRoutesByFullPath: FileRoutesByFullPath
|
||||
fullPaths:
|
||||
| '/'
|
||||
| '/clerk'
|
||||
| '/settings'
|
||||
| '/forgot-password'
|
||||
| '/otp'
|
||||
| '/sign-in'
|
||||
| '/sign-in-2'
|
||||
| '/sign-up'
|
||||
| '/401'
|
||||
| '/403'
|
||||
| '/404'
|
||||
| '/500'
|
||||
| '/503'
|
||||
| '/course-query'
|
||||
| '/order-logs'
|
||||
| '/orders'
|
||||
| '/self-owned-order'
|
||||
| '/tickets'
|
||||
| '/catalog/categories'
|
||||
| '/catalog/products'
|
||||
| '/errors/$error'
|
||||
| '/settings/account'
|
||||
| '/settings/appearance'
|
||||
| '/settings/display'
|
||||
| '/settings/notifications'
|
||||
| '/system/audit-logs'
|
||||
| '/system/third-party'
|
||||
| '/system/users'
|
||||
| '/clerk/sign-in'
|
||||
| '/clerk/sign-up'
|
||||
| '/clerk/user-management'
|
||||
| '/apps/'
|
||||
| '/chats/'
|
||||
| '/help-center/'
|
||||
| '/settings/'
|
||||
| '/tasks/'
|
||||
| '/users/'
|
||||
fileRoutesByTo: FileRoutesByTo
|
||||
to:
|
||||
| '/clerk'
|
||||
| '/forgot-password'
|
||||
| '/otp'
|
||||
| '/sign-in'
|
||||
| '/sign-in-2'
|
||||
| '/sign-up'
|
||||
| '/401'
|
||||
| '/403'
|
||||
| '/404'
|
||||
| '/500'
|
||||
| '/503'
|
||||
| '/course-query'
|
||||
| '/order-logs'
|
||||
| '/orders'
|
||||
| '/self-owned-order'
|
||||
| '/tickets'
|
||||
| '/'
|
||||
| '/catalog/categories'
|
||||
| '/catalog/products'
|
||||
| '/errors/$error'
|
||||
| '/settings/account'
|
||||
| '/settings/appearance'
|
||||
| '/settings/display'
|
||||
| '/settings/notifications'
|
||||
| '/system/audit-logs'
|
||||
| '/system/third-party'
|
||||
| '/system/users'
|
||||
| '/clerk/sign-in'
|
||||
| '/clerk/sign-up'
|
||||
| '/clerk/user-management'
|
||||
| '/apps'
|
||||
| '/chats'
|
||||
| '/help-center'
|
||||
| '/settings'
|
||||
| '/tasks'
|
||||
| '/users'
|
||||
id:
|
||||
| '__root__'
|
||||
| '/_authenticated'
|
||||
| '/clerk'
|
||||
| '/_authenticated/settings'
|
||||
| '/clerk/(auth)'
|
||||
| '/clerk/_authenticated'
|
||||
| '/(auth)/forgot-password'
|
||||
| '/(auth)/otp'
|
||||
| '/(auth)/sign-in'
|
||||
| '/(auth)/sign-in-2'
|
||||
| '/(auth)/sign-up'
|
||||
| '/(errors)/401'
|
||||
| '/(errors)/403'
|
||||
| '/(errors)/404'
|
||||
| '/(errors)/500'
|
||||
| '/(errors)/503'
|
||||
| '/_authenticated/course-query'
|
||||
| '/_authenticated/order-logs'
|
||||
| '/_authenticated/orders'
|
||||
| '/_authenticated/self-owned-order'
|
||||
| '/_authenticated/tickets'
|
||||
| '/_authenticated/'
|
||||
| '/_authenticated/catalog/categories'
|
||||
| '/_authenticated/catalog/products'
|
||||
| '/_authenticated/errors/$error'
|
||||
| '/_authenticated/settings/account'
|
||||
| '/_authenticated/settings/appearance'
|
||||
| '/_authenticated/settings/display'
|
||||
| '/_authenticated/settings/notifications'
|
||||
| '/_authenticated/system/audit-logs'
|
||||
| '/_authenticated/system/third-party'
|
||||
| '/_authenticated/system/users'
|
||||
| '/clerk/(auth)/sign-in'
|
||||
| '/clerk/(auth)/sign-up'
|
||||
| '/clerk/_authenticated/user-management'
|
||||
| '/_authenticated/apps/'
|
||||
| '/_authenticated/chats/'
|
||||
| '/_authenticated/help-center/'
|
||||
| '/_authenticated/settings/'
|
||||
| '/_authenticated/tasks/'
|
||||
| '/_authenticated/users/'
|
||||
fileRoutesById: FileRoutesById
|
||||
}
|
||||
export interface RootRouteChildren {
|
||||
AuthenticatedRouteRoute: typeof AuthenticatedRouteRouteWithChildren
|
||||
ClerkRouteRoute: typeof ClerkRouteRouteWithChildren
|
||||
authForgotPasswordRoute: typeof authForgotPasswordRoute
|
||||
authOtpRoute: typeof authOtpRoute
|
||||
authSignInRoute: typeof authSignInRoute
|
||||
authSignIn2Route: typeof authSignIn2Route
|
||||
authSignUpRoute: typeof authSignUpRoute
|
||||
errors401Route: typeof errors401Route
|
||||
errors403Route: typeof errors403Route
|
||||
errors404Route: typeof errors404Route
|
||||
errors500Route: typeof errors500Route
|
||||
errors503Route: typeof errors503Route
|
||||
}
|
||||
|
||||
declare module '@tanstack/react-router' {
|
||||
interface FileRoutesByPath {
|
||||
'/clerk': {
|
||||
id: '/clerk'
|
||||
path: '/clerk'
|
||||
fullPath: '/clerk'
|
||||
preLoaderRoute: typeof ClerkRouteRouteImport
|
||||
parentRoute: typeof rootRouteImport
|
||||
}
|
||||
'/_authenticated': {
|
||||
id: '/_authenticated'
|
||||
path: ''
|
||||
fullPath: '/'
|
||||
preLoaderRoute: typeof AuthenticatedRouteRouteImport
|
||||
parentRoute: typeof rootRouteImport
|
||||
}
|
||||
'/_authenticated/': {
|
||||
id: '/_authenticated/'
|
||||
path: '/'
|
||||
fullPath: '/'
|
||||
preLoaderRoute: typeof AuthenticatedIndexRouteImport
|
||||
parentRoute: typeof AuthenticatedRouteRoute
|
||||
}
|
||||
'/_authenticated/tickets': {
|
||||
id: '/_authenticated/tickets'
|
||||
path: '/tickets'
|
||||
fullPath: '/tickets'
|
||||
preLoaderRoute: typeof AuthenticatedTicketsRouteImport
|
||||
parentRoute: typeof AuthenticatedRouteRoute
|
||||
}
|
||||
'/_authenticated/self-owned-order': {
|
||||
id: '/_authenticated/self-owned-order'
|
||||
path: '/self-owned-order'
|
||||
fullPath: '/self-owned-order'
|
||||
preLoaderRoute: typeof AuthenticatedSelfOwnedOrderRouteImport
|
||||
parentRoute: typeof AuthenticatedRouteRoute
|
||||
}
|
||||
'/_authenticated/orders': {
|
||||
id: '/_authenticated/orders'
|
||||
path: '/orders'
|
||||
fullPath: '/orders'
|
||||
preLoaderRoute: typeof AuthenticatedOrdersRouteImport
|
||||
parentRoute: typeof AuthenticatedRouteRoute
|
||||
}
|
||||
'/_authenticated/order-logs': {
|
||||
id: '/_authenticated/order-logs'
|
||||
path: '/order-logs'
|
||||
fullPath: '/order-logs'
|
||||
preLoaderRoute: typeof AuthenticatedOrderLogsRouteImport
|
||||
parentRoute: typeof AuthenticatedRouteRoute
|
||||
}
|
||||
'/_authenticated/course-query': {
|
||||
id: '/_authenticated/course-query'
|
||||
path: '/course-query'
|
||||
fullPath: '/course-query'
|
||||
preLoaderRoute: typeof AuthenticatedCourseQueryRouteImport
|
||||
parentRoute: typeof AuthenticatedRouteRoute
|
||||
}
|
||||
'/(errors)/503': {
|
||||
id: '/(errors)/503'
|
||||
path: '/503'
|
||||
fullPath: '/503'
|
||||
preLoaderRoute: typeof errors503RouteImport
|
||||
parentRoute: typeof rootRouteImport
|
||||
}
|
||||
'/(errors)/500': {
|
||||
id: '/(errors)/500'
|
||||
path: '/500'
|
||||
fullPath: '/500'
|
||||
preLoaderRoute: typeof errors500RouteImport
|
||||
parentRoute: typeof rootRouteImport
|
||||
}
|
||||
'/(errors)/404': {
|
||||
id: '/(errors)/404'
|
||||
path: '/404'
|
||||
fullPath: '/404'
|
||||
preLoaderRoute: typeof errors404RouteImport
|
||||
parentRoute: typeof rootRouteImport
|
||||
}
|
||||
'/(errors)/403': {
|
||||
id: '/(errors)/403'
|
||||
path: '/403'
|
||||
fullPath: '/403'
|
||||
preLoaderRoute: typeof errors403RouteImport
|
||||
parentRoute: typeof rootRouteImport
|
||||
}
|
||||
'/(errors)/401': {
|
||||
id: '/(errors)/401'
|
||||
path: '/401'
|
||||
fullPath: '/401'
|
||||
preLoaderRoute: typeof errors401RouteImport
|
||||
parentRoute: typeof rootRouteImport
|
||||
}
|
||||
'/(auth)/sign-up': {
|
||||
id: '/(auth)/sign-up'
|
||||
path: '/sign-up'
|
||||
fullPath: '/sign-up'
|
||||
preLoaderRoute: typeof authSignUpRouteImport
|
||||
parentRoute: typeof rootRouteImport
|
||||
}
|
||||
'/(auth)/sign-in-2': {
|
||||
id: '/(auth)/sign-in-2'
|
||||
path: '/sign-in-2'
|
||||
fullPath: '/sign-in-2'
|
||||
preLoaderRoute: typeof authSignIn2RouteImport
|
||||
parentRoute: typeof rootRouteImport
|
||||
}
|
||||
'/(auth)/sign-in': {
|
||||
id: '/(auth)/sign-in'
|
||||
path: '/sign-in'
|
||||
fullPath: '/sign-in'
|
||||
preLoaderRoute: typeof authSignInRouteImport
|
||||
parentRoute: typeof rootRouteImport
|
||||
}
|
||||
'/(auth)/otp': {
|
||||
id: '/(auth)/otp'
|
||||
path: '/otp'
|
||||
fullPath: '/otp'
|
||||
preLoaderRoute: typeof authOtpRouteImport
|
||||
parentRoute: typeof rootRouteImport
|
||||
}
|
||||
'/(auth)/forgot-password': {
|
||||
id: '/(auth)/forgot-password'
|
||||
path: '/forgot-password'
|
||||
fullPath: '/forgot-password'
|
||||
preLoaderRoute: typeof authForgotPasswordRouteImport
|
||||
parentRoute: typeof rootRouteImport
|
||||
}
|
||||
'/clerk/_authenticated': {
|
||||
id: '/clerk/_authenticated'
|
||||
path: ''
|
||||
fullPath: '/clerk'
|
||||
preLoaderRoute: typeof ClerkAuthenticatedRouteRouteImport
|
||||
parentRoute: typeof ClerkRouteRoute
|
||||
}
|
||||
'/clerk/(auth)': {
|
||||
id: '/clerk/(auth)'
|
||||
path: ''
|
||||
fullPath: '/clerk'
|
||||
preLoaderRoute: typeof ClerkauthRouteRouteImport
|
||||
parentRoute: typeof ClerkRouteRoute
|
||||
}
|
||||
'/_authenticated/settings': {
|
||||
id: '/_authenticated/settings'
|
||||
path: '/settings'
|
||||
fullPath: '/settings'
|
||||
preLoaderRoute: typeof AuthenticatedSettingsRouteRouteImport
|
||||
parentRoute: typeof AuthenticatedRouteRoute
|
||||
}
|
||||
'/_authenticated/users/': {
|
||||
id: '/_authenticated/users/'
|
||||
path: '/users'
|
||||
fullPath: '/users/'
|
||||
preLoaderRoute: typeof AuthenticatedUsersIndexRouteImport
|
||||
parentRoute: typeof AuthenticatedRouteRoute
|
||||
}
|
||||
'/_authenticated/tasks/': {
|
||||
id: '/_authenticated/tasks/'
|
||||
path: '/tasks'
|
||||
fullPath: '/tasks/'
|
||||
preLoaderRoute: typeof AuthenticatedTasksIndexRouteImport
|
||||
parentRoute: typeof AuthenticatedRouteRoute
|
||||
}
|
||||
'/_authenticated/settings/': {
|
||||
id: '/_authenticated/settings/'
|
||||
path: '/'
|
||||
fullPath: '/settings/'
|
||||
preLoaderRoute: typeof AuthenticatedSettingsIndexRouteImport
|
||||
parentRoute: typeof AuthenticatedSettingsRouteRoute
|
||||
}
|
||||
'/_authenticated/help-center/': {
|
||||
id: '/_authenticated/help-center/'
|
||||
path: '/help-center'
|
||||
fullPath: '/help-center/'
|
||||
preLoaderRoute: typeof AuthenticatedHelpCenterIndexRouteImport
|
||||
parentRoute: typeof AuthenticatedRouteRoute
|
||||
}
|
||||
'/_authenticated/chats/': {
|
||||
id: '/_authenticated/chats/'
|
||||
path: '/chats'
|
||||
fullPath: '/chats/'
|
||||
preLoaderRoute: typeof AuthenticatedChatsIndexRouteImport
|
||||
parentRoute: typeof AuthenticatedRouteRoute
|
||||
}
|
||||
'/_authenticated/apps/': {
|
||||
id: '/_authenticated/apps/'
|
||||
path: '/apps'
|
||||
fullPath: '/apps/'
|
||||
preLoaderRoute: typeof AuthenticatedAppsIndexRouteImport
|
||||
parentRoute: typeof AuthenticatedRouteRoute
|
||||
}
|
||||
'/clerk/_authenticated/user-management': {
|
||||
id: '/clerk/_authenticated/user-management'
|
||||
path: '/user-management'
|
||||
fullPath: '/clerk/user-management'
|
||||
preLoaderRoute: typeof ClerkAuthenticatedUserManagementRouteImport
|
||||
parentRoute: typeof ClerkAuthenticatedRouteRoute
|
||||
}
|
||||
'/clerk/(auth)/sign-up': {
|
||||
id: '/clerk/(auth)/sign-up'
|
||||
path: '/sign-up'
|
||||
fullPath: '/clerk/sign-up'
|
||||
preLoaderRoute: typeof ClerkauthSignUpRouteImport
|
||||
parentRoute: typeof ClerkauthRouteRoute
|
||||
}
|
||||
'/clerk/(auth)/sign-in': {
|
||||
id: '/clerk/(auth)/sign-in'
|
||||
path: '/sign-in'
|
||||
fullPath: '/clerk/sign-in'
|
||||
preLoaderRoute: typeof ClerkauthSignInRouteImport
|
||||
parentRoute: typeof ClerkauthRouteRoute
|
||||
}
|
||||
'/_authenticated/system/users': {
|
||||
id: '/_authenticated/system/users'
|
||||
path: '/system/users'
|
||||
fullPath: '/system/users'
|
||||
preLoaderRoute: typeof AuthenticatedSystemUsersRouteImport
|
||||
parentRoute: typeof AuthenticatedRouteRoute
|
||||
}
|
||||
'/_authenticated/system/third-party': {
|
||||
id: '/_authenticated/system/third-party'
|
||||
path: '/system/third-party'
|
||||
fullPath: '/system/third-party'
|
||||
preLoaderRoute: typeof AuthenticatedSystemThirdPartyRouteImport
|
||||
parentRoute: typeof AuthenticatedRouteRoute
|
||||
}
|
||||
'/_authenticated/system/audit-logs': {
|
||||
id: '/_authenticated/system/audit-logs'
|
||||
path: '/system/audit-logs'
|
||||
fullPath: '/system/audit-logs'
|
||||
preLoaderRoute: typeof AuthenticatedSystemAuditLogsRouteImport
|
||||
parentRoute: typeof AuthenticatedRouteRoute
|
||||
}
|
||||
'/_authenticated/settings/notifications': {
|
||||
id: '/_authenticated/settings/notifications'
|
||||
path: '/notifications'
|
||||
fullPath: '/settings/notifications'
|
||||
preLoaderRoute: typeof AuthenticatedSettingsNotificationsRouteImport
|
||||
parentRoute: typeof AuthenticatedSettingsRouteRoute
|
||||
}
|
||||
'/_authenticated/settings/display': {
|
||||
id: '/_authenticated/settings/display'
|
||||
path: '/display'
|
||||
fullPath: '/settings/display'
|
||||
preLoaderRoute: typeof AuthenticatedSettingsDisplayRouteImport
|
||||
parentRoute: typeof AuthenticatedSettingsRouteRoute
|
||||
}
|
||||
'/_authenticated/settings/appearance': {
|
||||
id: '/_authenticated/settings/appearance'
|
||||
path: '/appearance'
|
||||
fullPath: '/settings/appearance'
|
||||
preLoaderRoute: typeof AuthenticatedSettingsAppearanceRouteImport
|
||||
parentRoute: typeof AuthenticatedSettingsRouteRoute
|
||||
}
|
||||
'/_authenticated/settings/account': {
|
||||
id: '/_authenticated/settings/account'
|
||||
path: '/account'
|
||||
fullPath: '/settings/account'
|
||||
preLoaderRoute: typeof AuthenticatedSettingsAccountRouteImport
|
||||
parentRoute: typeof AuthenticatedSettingsRouteRoute
|
||||
}
|
||||
'/_authenticated/errors/$error': {
|
||||
id: '/_authenticated/errors/$error'
|
||||
path: '/errors/$error'
|
||||
fullPath: '/errors/$error'
|
||||
preLoaderRoute: typeof AuthenticatedErrorsErrorRouteImport
|
||||
parentRoute: typeof AuthenticatedRouteRoute
|
||||
}
|
||||
'/_authenticated/catalog/products': {
|
||||
id: '/_authenticated/catalog/products'
|
||||
path: '/catalog/products'
|
||||
fullPath: '/catalog/products'
|
||||
preLoaderRoute: typeof AuthenticatedCatalogProductsRouteImport
|
||||
parentRoute: typeof AuthenticatedRouteRoute
|
||||
}
|
||||
'/_authenticated/catalog/categories': {
|
||||
id: '/_authenticated/catalog/categories'
|
||||
path: '/catalog/categories'
|
||||
fullPath: '/catalog/categories'
|
||||
preLoaderRoute: typeof AuthenticatedCatalogCategoriesRouteImport
|
||||
parentRoute: typeof AuthenticatedRouteRoute
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
interface AuthenticatedSettingsRouteRouteChildren {
|
||||
AuthenticatedSettingsAccountRoute: typeof AuthenticatedSettingsAccountRoute
|
||||
AuthenticatedSettingsAppearanceRoute: typeof AuthenticatedSettingsAppearanceRoute
|
||||
AuthenticatedSettingsDisplayRoute: typeof AuthenticatedSettingsDisplayRoute
|
||||
AuthenticatedSettingsNotificationsRoute: typeof AuthenticatedSettingsNotificationsRoute
|
||||
AuthenticatedSettingsIndexRoute: typeof AuthenticatedSettingsIndexRoute
|
||||
}
|
||||
|
||||
const AuthenticatedSettingsRouteRouteChildren: AuthenticatedSettingsRouteRouteChildren =
|
||||
{
|
||||
AuthenticatedSettingsAccountRoute: AuthenticatedSettingsAccountRoute,
|
||||
AuthenticatedSettingsAppearanceRoute: AuthenticatedSettingsAppearanceRoute,
|
||||
AuthenticatedSettingsDisplayRoute: AuthenticatedSettingsDisplayRoute,
|
||||
AuthenticatedSettingsNotificationsRoute:
|
||||
AuthenticatedSettingsNotificationsRoute,
|
||||
AuthenticatedSettingsIndexRoute: AuthenticatedSettingsIndexRoute,
|
||||
}
|
||||
|
||||
const AuthenticatedSettingsRouteRouteWithChildren =
|
||||
AuthenticatedSettingsRouteRoute._addFileChildren(
|
||||
AuthenticatedSettingsRouteRouteChildren,
|
||||
)
|
||||
|
||||
interface AuthenticatedRouteRouteChildren {
|
||||
AuthenticatedSettingsRouteRoute: typeof AuthenticatedSettingsRouteRouteWithChildren
|
||||
AuthenticatedCourseQueryRoute: typeof AuthenticatedCourseQueryRoute
|
||||
AuthenticatedOrderLogsRoute: typeof AuthenticatedOrderLogsRoute
|
||||
AuthenticatedOrdersRoute: typeof AuthenticatedOrdersRoute
|
||||
AuthenticatedSelfOwnedOrderRoute: typeof AuthenticatedSelfOwnedOrderRoute
|
||||
AuthenticatedTicketsRoute: typeof AuthenticatedTicketsRoute
|
||||
AuthenticatedIndexRoute: typeof AuthenticatedIndexRoute
|
||||
AuthenticatedCatalogCategoriesRoute: typeof AuthenticatedCatalogCategoriesRoute
|
||||
AuthenticatedCatalogProductsRoute: typeof AuthenticatedCatalogProductsRoute
|
||||
AuthenticatedErrorsErrorRoute: typeof AuthenticatedErrorsErrorRoute
|
||||
AuthenticatedSystemAuditLogsRoute: typeof AuthenticatedSystemAuditLogsRoute
|
||||
AuthenticatedSystemThirdPartyRoute: typeof AuthenticatedSystemThirdPartyRoute
|
||||
AuthenticatedSystemUsersRoute: typeof AuthenticatedSystemUsersRoute
|
||||
AuthenticatedAppsIndexRoute: typeof AuthenticatedAppsIndexRoute
|
||||
AuthenticatedChatsIndexRoute: typeof AuthenticatedChatsIndexRoute
|
||||
AuthenticatedHelpCenterIndexRoute: typeof AuthenticatedHelpCenterIndexRoute
|
||||
AuthenticatedTasksIndexRoute: typeof AuthenticatedTasksIndexRoute
|
||||
AuthenticatedUsersIndexRoute: typeof AuthenticatedUsersIndexRoute
|
||||
}
|
||||
|
||||
const AuthenticatedRouteRouteChildren: AuthenticatedRouteRouteChildren = {
|
||||
AuthenticatedSettingsRouteRoute: AuthenticatedSettingsRouteRouteWithChildren,
|
||||
AuthenticatedCourseQueryRoute: AuthenticatedCourseQueryRoute,
|
||||
AuthenticatedOrderLogsRoute: AuthenticatedOrderLogsRoute,
|
||||
AuthenticatedOrdersRoute: AuthenticatedOrdersRoute,
|
||||
AuthenticatedSelfOwnedOrderRoute: AuthenticatedSelfOwnedOrderRoute,
|
||||
AuthenticatedTicketsRoute: AuthenticatedTicketsRoute,
|
||||
AuthenticatedIndexRoute: AuthenticatedIndexRoute,
|
||||
AuthenticatedCatalogCategoriesRoute: AuthenticatedCatalogCategoriesRoute,
|
||||
AuthenticatedCatalogProductsRoute: AuthenticatedCatalogProductsRoute,
|
||||
AuthenticatedErrorsErrorRoute: AuthenticatedErrorsErrorRoute,
|
||||
AuthenticatedSystemAuditLogsRoute: AuthenticatedSystemAuditLogsRoute,
|
||||
AuthenticatedSystemThirdPartyRoute: AuthenticatedSystemThirdPartyRoute,
|
||||
AuthenticatedSystemUsersRoute: AuthenticatedSystemUsersRoute,
|
||||
AuthenticatedAppsIndexRoute: AuthenticatedAppsIndexRoute,
|
||||
AuthenticatedChatsIndexRoute: AuthenticatedChatsIndexRoute,
|
||||
AuthenticatedHelpCenterIndexRoute: AuthenticatedHelpCenterIndexRoute,
|
||||
AuthenticatedTasksIndexRoute: AuthenticatedTasksIndexRoute,
|
||||
AuthenticatedUsersIndexRoute: AuthenticatedUsersIndexRoute,
|
||||
}
|
||||
|
||||
const AuthenticatedRouteRouteWithChildren =
|
||||
AuthenticatedRouteRoute._addFileChildren(AuthenticatedRouteRouteChildren)
|
||||
|
||||
interface ClerkauthRouteRouteChildren {
|
||||
ClerkauthSignInRoute: typeof ClerkauthSignInRoute
|
||||
ClerkauthSignUpRoute: typeof ClerkauthSignUpRoute
|
||||
}
|
||||
|
||||
const ClerkauthRouteRouteChildren: ClerkauthRouteRouteChildren = {
|
||||
ClerkauthSignInRoute: ClerkauthSignInRoute,
|
||||
ClerkauthSignUpRoute: ClerkauthSignUpRoute,
|
||||
}
|
||||
|
||||
const ClerkauthRouteRouteWithChildren = ClerkauthRouteRoute._addFileChildren(
|
||||
ClerkauthRouteRouteChildren,
|
||||
)
|
||||
|
||||
interface ClerkAuthenticatedRouteRouteChildren {
|
||||
ClerkAuthenticatedUserManagementRoute: typeof ClerkAuthenticatedUserManagementRoute
|
||||
}
|
||||
|
||||
const ClerkAuthenticatedRouteRouteChildren: ClerkAuthenticatedRouteRouteChildren =
|
||||
{
|
||||
ClerkAuthenticatedUserManagementRoute:
|
||||
ClerkAuthenticatedUserManagementRoute,
|
||||
}
|
||||
|
||||
const ClerkAuthenticatedRouteRouteWithChildren =
|
||||
ClerkAuthenticatedRouteRoute._addFileChildren(
|
||||
ClerkAuthenticatedRouteRouteChildren,
|
||||
)
|
||||
|
||||
interface ClerkRouteRouteChildren {
|
||||
ClerkauthRouteRoute: typeof ClerkauthRouteRouteWithChildren
|
||||
ClerkAuthenticatedRouteRoute: typeof ClerkAuthenticatedRouteRouteWithChildren
|
||||
}
|
||||
|
||||
const ClerkRouteRouteChildren: ClerkRouteRouteChildren = {
|
||||
ClerkauthRouteRoute: ClerkauthRouteRouteWithChildren,
|
||||
ClerkAuthenticatedRouteRoute: ClerkAuthenticatedRouteRouteWithChildren,
|
||||
}
|
||||
|
||||
const ClerkRouteRouteWithChildren = ClerkRouteRoute._addFileChildren(
|
||||
ClerkRouteRouteChildren,
|
||||
)
|
||||
|
||||
const rootRouteChildren: RootRouteChildren = {
|
||||
AuthenticatedRouteRoute: AuthenticatedRouteRouteWithChildren,
|
||||
ClerkRouteRoute: ClerkRouteRouteWithChildren,
|
||||
authForgotPasswordRoute: authForgotPasswordRoute,
|
||||
authOtpRoute: authOtpRoute,
|
||||
authSignInRoute: authSignInRoute,
|
||||
authSignIn2Route: authSignIn2Route,
|
||||
authSignUpRoute: authSignUpRoute,
|
||||
errors401Route: errors401Route,
|
||||
errors403Route: errors403Route,
|
||||
errors404Route: errors404Route,
|
||||
errors500Route: errors500Route,
|
||||
errors503Route: errors503Route,
|
||||
}
|
||||
export const routeTree = rootRouteImport
|
||||
._addFileChildren(rootRouteChildren)
|
||||
._addFileTypes<FileRouteTypes>()
|
||||
Reference in New Issue
Block a user