| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283 |
- /* 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 UserAgreementRouteImport } from './routes/user-agreement'
- import { Route as PrivacyPolicyRouteImport } from './routes/privacy-policy'
- import { Route as AuthenticatedRouteRouteImport } from './routes/_authenticated/route'
- import { Route as authRouteRouteImport } from './routes/(auth)/route'
- import { Route as IndexRouteImport } from './routes/index'
- import { Route as SetupIndexRouteImport } from './routes/setup/index'
- import { Route as RankingsIndexRouteImport } from './routes/rankings/index'
- import { Route as PricingIndexRouteImport } from './routes/pricing/index'
- import { Route as AboutIndexRouteImport } from './routes/about/index'
- import { Route as OauthProviderRouteImport } from './routes/oauth/$provider'
- import { Route as AuthenticatedChat2linkRouteImport } from './routes/_authenticated/chat2link'
- 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 authSignInRouteImport } from './routes/(auth)/sign-in'
- import { Route as authResetRouteImport } from './routes/(auth)/reset'
- import { Route as authOtpRouteImport } from './routes/(auth)/otp'
- import { Route as authOauthRouteImport } from './routes/(auth)/oauth'
- import { Route as authForgotPasswordRouteImport } from './routes/(auth)/forgot-password'
- import { Route as AuthenticatedSystemSettingsRouteRouteImport } from './routes/_authenticated/system-settings/route'
- import { Route as PricingModelIdIndexRouteImport } from './routes/pricing/$modelId/index'
- import { Route as AuthenticatedWalletIndexRouteImport } from './routes/_authenticated/wallet/index'
- import { Route as AuthenticatedUsersIndexRouteImport } from './routes/_authenticated/users/index'
- import { Route as AuthenticatedUsageLogsIndexRouteImport } from './routes/_authenticated/usage-logs/index'
- import { Route as AuthenticatedSystemSettingsIndexRouteImport } from './routes/_authenticated/system-settings/index'
- import { Route as AuthenticatedSubscriptionsIndexRouteImport } from './routes/_authenticated/subscriptions/index'
- import { Route as AuthenticatedRedemptionCodesIndexRouteImport } from './routes/_authenticated/redemption-codes/index'
- import { Route as AuthenticatedProfileIndexRouteImport } from './routes/_authenticated/profile/index'
- import { Route as AuthenticatedPlaygroundIndexRouteImport } from './routes/_authenticated/playground/index'
- import { Route as AuthenticatedModelsIndexRouteImport } from './routes/_authenticated/models/index'
- import { Route as AuthenticatedKeysIndexRouteImport } from './routes/_authenticated/keys/index'
- import { Route as AuthenticatedDashboardIndexRouteImport } from './routes/_authenticated/dashboard/index'
- import { Route as AuthenticatedChannelsIndexRouteImport } from './routes/_authenticated/channels/index'
- import { Route as AuthenticatedUsageLogsSectionRouteImport } from './routes/_authenticated/usage-logs/$section'
- import { Route as AuthenticatedModelsSectionRouteImport } from './routes/_authenticated/models/$section'
- import { Route as AuthenticatedErrorsErrorRouteImport } from './routes/_authenticated/errors/$error'
- import { Route as AuthenticatedDashboardSectionRouteImport } from './routes/_authenticated/dashboard/$section'
- import { Route as AuthenticatedChatChatIdRouteImport } from './routes/_authenticated/chat/$chatId'
- import { Route as authUserResetRouteImport } from './routes/(auth)/user/reset'
- import { Route as AuthenticatedSystemSettingsSiteIndexRouteImport } from './routes/_authenticated/system-settings/site/index'
- import { Route as AuthenticatedSystemSettingsSecurityIndexRouteImport } from './routes/_authenticated/system-settings/security/index'
- import { Route as AuthenticatedSystemSettingsOperationsIndexRouteImport } from './routes/_authenticated/system-settings/operations/index'
- import { Route as AuthenticatedSystemSettingsModelsIndexRouteImport } from './routes/_authenticated/system-settings/models/index'
- import { Route as AuthenticatedSystemSettingsContentIndexRouteImport } from './routes/_authenticated/system-settings/content/index'
- import { Route as AuthenticatedSystemSettingsBillingIndexRouteImport } from './routes/_authenticated/system-settings/billing/index'
- import { Route as AuthenticatedSystemSettingsAuthIndexRouteImport } from './routes/_authenticated/system-settings/auth/index'
- import { Route as AuthenticatedSystemSettingsSiteSectionRouteImport } from './routes/_authenticated/system-settings/site/$section'
- import { Route as AuthenticatedSystemSettingsSecuritySectionRouteImport } from './routes/_authenticated/system-settings/security/$section'
- import { Route as AuthenticatedSystemSettingsOperationsSectionRouteImport } from './routes/_authenticated/system-settings/operations/$section'
- import { Route as AuthenticatedSystemSettingsModelsSectionRouteImport } from './routes/_authenticated/system-settings/models/$section'
- import { Route as AuthenticatedSystemSettingsContentSectionRouteImport } from './routes/_authenticated/system-settings/content/$section'
- import { Route as AuthenticatedSystemSettingsBillingSectionRouteImport } from './routes/_authenticated/system-settings/billing/$section'
- import { Route as AuthenticatedSystemSettingsAuthSectionRouteImport } from './routes/_authenticated/system-settings/auth/$section'
- const UserAgreementRoute = UserAgreementRouteImport.update({
- id: '/user-agreement',
- path: '/user-agreement',
- getParentRoute: () => rootRouteImport,
- } as any)
- const PrivacyPolicyRoute = PrivacyPolicyRouteImport.update({
- id: '/privacy-policy',
- path: '/privacy-policy',
- getParentRoute: () => rootRouteImport,
- } as any)
- const AuthenticatedRouteRoute = AuthenticatedRouteRouteImport.update({
- id: '/_authenticated',
- getParentRoute: () => rootRouteImport,
- } as any)
- const authRouteRoute = authRouteRouteImport.update({
- id: '/(auth)',
- getParentRoute: () => rootRouteImport,
- } as any)
- const IndexRoute = IndexRouteImport.update({
- id: '/',
- path: '/',
- getParentRoute: () => rootRouteImport,
- } as any)
- const SetupIndexRoute = SetupIndexRouteImport.update({
- id: '/setup/',
- path: '/setup/',
- getParentRoute: () => rootRouteImport,
- } as any)
- const RankingsIndexRoute = RankingsIndexRouteImport.update({
- id: '/rankings/',
- path: '/rankings/',
- getParentRoute: () => rootRouteImport,
- } as any)
- const PricingIndexRoute = PricingIndexRouteImport.update({
- id: '/pricing/',
- path: '/pricing/',
- getParentRoute: () => rootRouteImport,
- } as any)
- const AboutIndexRoute = AboutIndexRouteImport.update({
- id: '/about/',
- path: '/about/',
- getParentRoute: () => rootRouteImport,
- } as any)
- const OauthProviderRoute = OauthProviderRouteImport.update({
- id: '/oauth/$provider',
- path: '/oauth/$provider',
- getParentRoute: () => rootRouteImport,
- } as any)
- const AuthenticatedChat2linkRoute = AuthenticatedChat2linkRouteImport.update({
- id: '/chat2link',
- path: '/chat2link',
- 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: '/sign-up',
- path: '/sign-up',
- getParentRoute: () => authRouteRoute,
- } as any)
- const authSignInRoute = authSignInRouteImport.update({
- id: '/sign-in',
- path: '/sign-in',
- getParentRoute: () => authRouteRoute,
- } as any)
- const authResetRoute = authResetRouteImport.update({
- id: '/reset',
- path: '/reset',
- getParentRoute: () => authRouteRoute,
- } as any)
- const authOtpRoute = authOtpRouteImport.update({
- id: '/otp',
- path: '/otp',
- getParentRoute: () => authRouteRoute,
- } as any)
- const authOauthRoute = authOauthRouteImport.update({
- id: '/oauth',
- path: '/oauth',
- getParentRoute: () => authRouteRoute,
- } as any)
- const authForgotPasswordRoute = authForgotPasswordRouteImport.update({
- id: '/forgot-password',
- path: '/forgot-password',
- getParentRoute: () => authRouteRoute,
- } as any)
- const AuthenticatedSystemSettingsRouteRoute =
- AuthenticatedSystemSettingsRouteRouteImport.update({
- id: '/system-settings',
- path: '/system-settings',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any)
- const PricingModelIdIndexRoute = PricingModelIdIndexRouteImport.update({
- id: '/pricing/$modelId/',
- path: '/pricing/$modelId/',
- getParentRoute: () => rootRouteImport,
- } as any)
- const AuthenticatedWalletIndexRoute =
- AuthenticatedWalletIndexRouteImport.update({
- id: '/wallet/',
- path: '/wallet/',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any)
- const AuthenticatedUsersIndexRoute = AuthenticatedUsersIndexRouteImport.update({
- id: '/users/',
- path: '/users/',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any)
- const AuthenticatedUsageLogsIndexRoute =
- AuthenticatedUsageLogsIndexRouteImport.update({
- id: '/usage-logs/',
- path: '/usage-logs/',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any)
- const AuthenticatedSystemSettingsIndexRoute =
- AuthenticatedSystemSettingsIndexRouteImport.update({
- id: '/',
- path: '/',
- getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
- } as any)
- const AuthenticatedSubscriptionsIndexRoute =
- AuthenticatedSubscriptionsIndexRouteImport.update({
- id: '/subscriptions/',
- path: '/subscriptions/',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any)
- const AuthenticatedRedemptionCodesIndexRoute =
- AuthenticatedRedemptionCodesIndexRouteImport.update({
- id: '/redemption-codes/',
- path: '/redemption-codes/',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any)
- const AuthenticatedProfileIndexRoute =
- AuthenticatedProfileIndexRouteImport.update({
- id: '/profile/',
- path: '/profile/',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any)
- const AuthenticatedPlaygroundIndexRoute =
- AuthenticatedPlaygroundIndexRouteImport.update({
- id: '/playground/',
- path: '/playground/',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any)
- const AuthenticatedModelsIndexRoute =
- AuthenticatedModelsIndexRouteImport.update({
- id: '/models/',
- path: '/models/',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any)
- const AuthenticatedKeysIndexRoute = AuthenticatedKeysIndexRouteImport.update({
- id: '/keys/',
- path: '/keys/',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any)
- const AuthenticatedDashboardIndexRoute =
- AuthenticatedDashboardIndexRouteImport.update({
- id: '/dashboard/',
- path: '/dashboard/',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any)
- const AuthenticatedChannelsIndexRoute =
- AuthenticatedChannelsIndexRouteImport.update({
- id: '/channels/',
- path: '/channels/',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any)
- const AuthenticatedUsageLogsSectionRoute =
- AuthenticatedUsageLogsSectionRouteImport.update({
- id: '/usage-logs/$section',
- path: '/usage-logs/$section',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any)
- const AuthenticatedModelsSectionRoute =
- AuthenticatedModelsSectionRouteImport.update({
- id: '/models/$section',
- path: '/models/$section',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any)
- const AuthenticatedErrorsErrorRoute =
- AuthenticatedErrorsErrorRouteImport.update({
- id: '/errors/$error',
- path: '/errors/$error',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any)
- const AuthenticatedDashboardSectionRoute =
- AuthenticatedDashboardSectionRouteImport.update({
- id: '/dashboard/$section',
- path: '/dashboard/$section',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any)
- const AuthenticatedChatChatIdRoute = AuthenticatedChatChatIdRouteImport.update({
- id: '/chat/$chatId',
- path: '/chat/$chatId',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any)
- const authUserResetRoute = authUserResetRouteImport.update({
- id: '/user/reset',
- path: '/user/reset',
- getParentRoute: () => authRouteRoute,
- } as any)
- const AuthenticatedSystemSettingsSiteIndexRoute =
- AuthenticatedSystemSettingsSiteIndexRouteImport.update({
- id: '/site/',
- path: '/site/',
- getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
- } as any)
- const AuthenticatedSystemSettingsSecurityIndexRoute =
- AuthenticatedSystemSettingsSecurityIndexRouteImport.update({
- id: '/security/',
- path: '/security/',
- getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
- } as any)
- const AuthenticatedSystemSettingsOperationsIndexRoute =
- AuthenticatedSystemSettingsOperationsIndexRouteImport.update({
- id: '/operations/',
- path: '/operations/',
- getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
- } as any)
- const AuthenticatedSystemSettingsModelsIndexRoute =
- AuthenticatedSystemSettingsModelsIndexRouteImport.update({
- id: '/models/',
- path: '/models/',
- getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
- } as any)
- const AuthenticatedSystemSettingsContentIndexRoute =
- AuthenticatedSystemSettingsContentIndexRouteImport.update({
- id: '/content/',
- path: '/content/',
- getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
- } as any)
- const AuthenticatedSystemSettingsBillingIndexRoute =
- AuthenticatedSystemSettingsBillingIndexRouteImport.update({
- id: '/billing/',
- path: '/billing/',
- getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
- } as any)
- const AuthenticatedSystemSettingsAuthIndexRoute =
- AuthenticatedSystemSettingsAuthIndexRouteImport.update({
- id: '/auth/',
- path: '/auth/',
- getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
- } as any)
- const AuthenticatedSystemSettingsSiteSectionRoute =
- AuthenticatedSystemSettingsSiteSectionRouteImport.update({
- id: '/site/$section',
- path: '/site/$section',
- getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
- } as any)
- const AuthenticatedSystemSettingsSecuritySectionRoute =
- AuthenticatedSystemSettingsSecuritySectionRouteImport.update({
- id: '/security/$section',
- path: '/security/$section',
- getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
- } as any)
- const AuthenticatedSystemSettingsOperationsSectionRoute =
- AuthenticatedSystemSettingsOperationsSectionRouteImport.update({
- id: '/operations/$section',
- path: '/operations/$section',
- getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
- } as any)
- const AuthenticatedSystemSettingsModelsSectionRoute =
- AuthenticatedSystemSettingsModelsSectionRouteImport.update({
- id: '/models/$section',
- path: '/models/$section',
- getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
- } as any)
- const AuthenticatedSystemSettingsContentSectionRoute =
- AuthenticatedSystemSettingsContentSectionRouteImport.update({
- id: '/content/$section',
- path: '/content/$section',
- getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
- } as any)
- const AuthenticatedSystemSettingsBillingSectionRoute =
- AuthenticatedSystemSettingsBillingSectionRouteImport.update({
- id: '/billing/$section',
- path: '/billing/$section',
- getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
- } as any)
- const AuthenticatedSystemSettingsAuthSectionRoute =
- AuthenticatedSystemSettingsAuthSectionRouteImport.update({
- id: '/auth/$section',
- path: '/auth/$section',
- getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
- } as any)
- export interface FileRoutesByFullPath {
- '/': typeof IndexRoute
- '/privacy-policy': typeof PrivacyPolicyRoute
- '/user-agreement': typeof UserAgreementRoute
- '/system-settings': typeof AuthenticatedSystemSettingsRouteRouteWithChildren
- '/forgot-password': typeof authForgotPasswordRoute
- '/oauth': typeof authOauthRoute
- '/otp': typeof authOtpRoute
- '/reset': typeof authResetRoute
- '/sign-in': typeof authSignInRoute
- '/sign-up': typeof authSignUpRoute
- '/401': typeof errors401Route
- '/403': typeof errors403Route
- '/404': typeof errors404Route
- '/500': typeof errors500Route
- '/503': typeof errors503Route
- '/chat2link': typeof AuthenticatedChat2linkRoute
- '/oauth/$provider': typeof OauthProviderRoute
- '/about/': typeof AboutIndexRoute
- '/pricing/': typeof PricingIndexRoute
- '/rankings/': typeof RankingsIndexRoute
- '/setup/': typeof SetupIndexRoute
- '/user/reset': typeof authUserResetRoute
- '/chat/$chatId': typeof AuthenticatedChatChatIdRoute
- '/dashboard/$section': typeof AuthenticatedDashboardSectionRoute
- '/errors/$error': typeof AuthenticatedErrorsErrorRoute
- '/models/$section': typeof AuthenticatedModelsSectionRoute
- '/usage-logs/$section': typeof AuthenticatedUsageLogsSectionRoute
- '/channels/': typeof AuthenticatedChannelsIndexRoute
- '/dashboard/': typeof AuthenticatedDashboardIndexRoute
- '/keys/': typeof AuthenticatedKeysIndexRoute
- '/models/': typeof AuthenticatedModelsIndexRoute
- '/playground/': typeof AuthenticatedPlaygroundIndexRoute
- '/profile/': typeof AuthenticatedProfileIndexRoute
- '/redemption-codes/': typeof AuthenticatedRedemptionCodesIndexRoute
- '/subscriptions/': typeof AuthenticatedSubscriptionsIndexRoute
- '/system-settings/': typeof AuthenticatedSystemSettingsIndexRoute
- '/usage-logs/': typeof AuthenticatedUsageLogsIndexRoute
- '/users/': typeof AuthenticatedUsersIndexRoute
- '/wallet/': typeof AuthenticatedWalletIndexRoute
- '/pricing/$modelId/': typeof PricingModelIdIndexRoute
- '/system-settings/auth/$section': typeof AuthenticatedSystemSettingsAuthSectionRoute
- '/system-settings/billing/$section': typeof AuthenticatedSystemSettingsBillingSectionRoute
- '/system-settings/content/$section': typeof AuthenticatedSystemSettingsContentSectionRoute
- '/system-settings/models/$section': typeof AuthenticatedSystemSettingsModelsSectionRoute
- '/system-settings/operations/$section': typeof AuthenticatedSystemSettingsOperationsSectionRoute
- '/system-settings/security/$section': typeof AuthenticatedSystemSettingsSecuritySectionRoute
- '/system-settings/site/$section': typeof AuthenticatedSystemSettingsSiteSectionRoute
- '/system-settings/auth/': typeof AuthenticatedSystemSettingsAuthIndexRoute
- '/system-settings/billing/': typeof AuthenticatedSystemSettingsBillingIndexRoute
- '/system-settings/content/': typeof AuthenticatedSystemSettingsContentIndexRoute
- '/system-settings/models/': typeof AuthenticatedSystemSettingsModelsIndexRoute
- '/system-settings/operations/': typeof AuthenticatedSystemSettingsOperationsIndexRoute
- '/system-settings/security/': typeof AuthenticatedSystemSettingsSecurityIndexRoute
- '/system-settings/site/': typeof AuthenticatedSystemSettingsSiteIndexRoute
- }
- export interface FileRoutesByTo {
- '/': typeof IndexRoute
- '/privacy-policy': typeof PrivacyPolicyRoute
- '/user-agreement': typeof UserAgreementRoute
- '/forgot-password': typeof authForgotPasswordRoute
- '/oauth': typeof authOauthRoute
- '/otp': typeof authOtpRoute
- '/reset': typeof authResetRoute
- '/sign-in': typeof authSignInRoute
- '/sign-up': typeof authSignUpRoute
- '/401': typeof errors401Route
- '/403': typeof errors403Route
- '/404': typeof errors404Route
- '/500': typeof errors500Route
- '/503': typeof errors503Route
- '/chat2link': typeof AuthenticatedChat2linkRoute
- '/oauth/$provider': typeof OauthProviderRoute
- '/about': typeof AboutIndexRoute
- '/pricing': typeof PricingIndexRoute
- '/rankings': typeof RankingsIndexRoute
- '/setup': typeof SetupIndexRoute
- '/user/reset': typeof authUserResetRoute
- '/chat/$chatId': typeof AuthenticatedChatChatIdRoute
- '/dashboard/$section': typeof AuthenticatedDashboardSectionRoute
- '/errors/$error': typeof AuthenticatedErrorsErrorRoute
- '/models/$section': typeof AuthenticatedModelsSectionRoute
- '/usage-logs/$section': typeof AuthenticatedUsageLogsSectionRoute
- '/channels': typeof AuthenticatedChannelsIndexRoute
- '/dashboard': typeof AuthenticatedDashboardIndexRoute
- '/keys': typeof AuthenticatedKeysIndexRoute
- '/models': typeof AuthenticatedModelsIndexRoute
- '/playground': typeof AuthenticatedPlaygroundIndexRoute
- '/profile': typeof AuthenticatedProfileIndexRoute
- '/redemption-codes': typeof AuthenticatedRedemptionCodesIndexRoute
- '/subscriptions': typeof AuthenticatedSubscriptionsIndexRoute
- '/system-settings': typeof AuthenticatedSystemSettingsIndexRoute
- '/usage-logs': typeof AuthenticatedUsageLogsIndexRoute
- '/users': typeof AuthenticatedUsersIndexRoute
- '/wallet': typeof AuthenticatedWalletIndexRoute
- '/pricing/$modelId': typeof PricingModelIdIndexRoute
- '/system-settings/auth/$section': typeof AuthenticatedSystemSettingsAuthSectionRoute
- '/system-settings/billing/$section': typeof AuthenticatedSystemSettingsBillingSectionRoute
- '/system-settings/content/$section': typeof AuthenticatedSystemSettingsContentSectionRoute
- '/system-settings/models/$section': typeof AuthenticatedSystemSettingsModelsSectionRoute
- '/system-settings/operations/$section': typeof AuthenticatedSystemSettingsOperationsSectionRoute
- '/system-settings/security/$section': typeof AuthenticatedSystemSettingsSecuritySectionRoute
- '/system-settings/site/$section': typeof AuthenticatedSystemSettingsSiteSectionRoute
- '/system-settings/auth': typeof AuthenticatedSystemSettingsAuthIndexRoute
- '/system-settings/billing': typeof AuthenticatedSystemSettingsBillingIndexRoute
- '/system-settings/content': typeof AuthenticatedSystemSettingsContentIndexRoute
- '/system-settings/models': typeof AuthenticatedSystemSettingsModelsIndexRoute
- '/system-settings/operations': typeof AuthenticatedSystemSettingsOperationsIndexRoute
- '/system-settings/security': typeof AuthenticatedSystemSettingsSecurityIndexRoute
- '/system-settings/site': typeof AuthenticatedSystemSettingsSiteIndexRoute
- }
- export interface FileRoutesById {
- __root__: typeof rootRouteImport
- '/': typeof IndexRoute
- '/(auth)': typeof authRouteRouteWithChildren
- '/_authenticated': typeof AuthenticatedRouteRouteWithChildren
- '/privacy-policy': typeof PrivacyPolicyRoute
- '/user-agreement': typeof UserAgreementRoute
- '/_authenticated/system-settings': typeof AuthenticatedSystemSettingsRouteRouteWithChildren
- '/(auth)/forgot-password': typeof authForgotPasswordRoute
- '/(auth)/oauth': typeof authOauthRoute
- '/(auth)/otp': typeof authOtpRoute
- '/(auth)/reset': typeof authResetRoute
- '/(auth)/sign-in': typeof authSignInRoute
- '/(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/chat2link': typeof AuthenticatedChat2linkRoute
- '/oauth/$provider': typeof OauthProviderRoute
- '/about/': typeof AboutIndexRoute
- '/pricing/': typeof PricingIndexRoute
- '/rankings/': typeof RankingsIndexRoute
- '/setup/': typeof SetupIndexRoute
- '/(auth)/user/reset': typeof authUserResetRoute
- '/_authenticated/chat/$chatId': typeof AuthenticatedChatChatIdRoute
- '/_authenticated/dashboard/$section': typeof AuthenticatedDashboardSectionRoute
- '/_authenticated/errors/$error': typeof AuthenticatedErrorsErrorRoute
- '/_authenticated/models/$section': typeof AuthenticatedModelsSectionRoute
- '/_authenticated/usage-logs/$section': typeof AuthenticatedUsageLogsSectionRoute
- '/_authenticated/channels/': typeof AuthenticatedChannelsIndexRoute
- '/_authenticated/dashboard/': typeof AuthenticatedDashboardIndexRoute
- '/_authenticated/keys/': typeof AuthenticatedKeysIndexRoute
- '/_authenticated/models/': typeof AuthenticatedModelsIndexRoute
- '/_authenticated/playground/': typeof AuthenticatedPlaygroundIndexRoute
- '/_authenticated/profile/': typeof AuthenticatedProfileIndexRoute
- '/_authenticated/redemption-codes/': typeof AuthenticatedRedemptionCodesIndexRoute
- '/_authenticated/subscriptions/': typeof AuthenticatedSubscriptionsIndexRoute
- '/_authenticated/system-settings/': typeof AuthenticatedSystemSettingsIndexRoute
- '/_authenticated/usage-logs/': typeof AuthenticatedUsageLogsIndexRoute
- '/_authenticated/users/': typeof AuthenticatedUsersIndexRoute
- '/_authenticated/wallet/': typeof AuthenticatedWalletIndexRoute
- '/pricing/$modelId/': typeof PricingModelIdIndexRoute
- '/_authenticated/system-settings/auth/$section': typeof AuthenticatedSystemSettingsAuthSectionRoute
- '/_authenticated/system-settings/billing/$section': typeof AuthenticatedSystemSettingsBillingSectionRoute
- '/_authenticated/system-settings/content/$section': typeof AuthenticatedSystemSettingsContentSectionRoute
- '/_authenticated/system-settings/models/$section': typeof AuthenticatedSystemSettingsModelsSectionRoute
- '/_authenticated/system-settings/operations/$section': typeof AuthenticatedSystemSettingsOperationsSectionRoute
- '/_authenticated/system-settings/security/$section': typeof AuthenticatedSystemSettingsSecuritySectionRoute
- '/_authenticated/system-settings/site/$section': typeof AuthenticatedSystemSettingsSiteSectionRoute
- '/_authenticated/system-settings/auth/': typeof AuthenticatedSystemSettingsAuthIndexRoute
- '/_authenticated/system-settings/billing/': typeof AuthenticatedSystemSettingsBillingIndexRoute
- '/_authenticated/system-settings/content/': typeof AuthenticatedSystemSettingsContentIndexRoute
- '/_authenticated/system-settings/models/': typeof AuthenticatedSystemSettingsModelsIndexRoute
- '/_authenticated/system-settings/operations/': typeof AuthenticatedSystemSettingsOperationsIndexRoute
- '/_authenticated/system-settings/security/': typeof AuthenticatedSystemSettingsSecurityIndexRoute
- '/_authenticated/system-settings/site/': typeof AuthenticatedSystemSettingsSiteIndexRoute
- }
- export interface FileRouteTypes {
- fileRoutesByFullPath: FileRoutesByFullPath
- fullPaths:
- | '/'
- | '/privacy-policy'
- | '/user-agreement'
- | '/system-settings'
- | '/forgot-password'
- | '/oauth'
- | '/otp'
- | '/reset'
- | '/sign-in'
- | '/sign-up'
- | '/401'
- | '/403'
- | '/404'
- | '/500'
- | '/503'
- | '/chat2link'
- | '/oauth/$provider'
- | '/about/'
- | '/pricing/'
- | '/rankings/'
- | '/setup/'
- | '/user/reset'
- | '/chat/$chatId'
- | '/dashboard/$section'
- | '/errors/$error'
- | '/models/$section'
- | '/usage-logs/$section'
- | '/channels/'
- | '/dashboard/'
- | '/keys/'
- | '/models/'
- | '/playground/'
- | '/profile/'
- | '/redemption-codes/'
- | '/subscriptions/'
- | '/system-settings/'
- | '/usage-logs/'
- | '/users/'
- | '/wallet/'
- | '/pricing/$modelId/'
- | '/system-settings/auth/$section'
- | '/system-settings/billing/$section'
- | '/system-settings/content/$section'
- | '/system-settings/models/$section'
- | '/system-settings/operations/$section'
- | '/system-settings/security/$section'
- | '/system-settings/site/$section'
- | '/system-settings/auth/'
- | '/system-settings/billing/'
- | '/system-settings/content/'
- | '/system-settings/models/'
- | '/system-settings/operations/'
- | '/system-settings/security/'
- | '/system-settings/site/'
- fileRoutesByTo: FileRoutesByTo
- to:
- | '/'
- | '/privacy-policy'
- | '/user-agreement'
- | '/forgot-password'
- | '/oauth'
- | '/otp'
- | '/reset'
- | '/sign-in'
- | '/sign-up'
- | '/401'
- | '/403'
- | '/404'
- | '/500'
- | '/503'
- | '/chat2link'
- | '/oauth/$provider'
- | '/about'
- | '/pricing'
- | '/rankings'
- | '/setup'
- | '/user/reset'
- | '/chat/$chatId'
- | '/dashboard/$section'
- | '/errors/$error'
- | '/models/$section'
- | '/usage-logs/$section'
- | '/channels'
- | '/dashboard'
- | '/keys'
- | '/models'
- | '/playground'
- | '/profile'
- | '/redemption-codes'
- | '/subscriptions'
- | '/system-settings'
- | '/usage-logs'
- | '/users'
- | '/wallet'
- | '/pricing/$modelId'
- | '/system-settings/auth/$section'
- | '/system-settings/billing/$section'
- | '/system-settings/content/$section'
- | '/system-settings/models/$section'
- | '/system-settings/operations/$section'
- | '/system-settings/security/$section'
- | '/system-settings/site/$section'
- | '/system-settings/auth'
- | '/system-settings/billing'
- | '/system-settings/content'
- | '/system-settings/models'
- | '/system-settings/operations'
- | '/system-settings/security'
- | '/system-settings/site'
- id:
- | '__root__'
- | '/'
- | '/(auth)'
- | '/_authenticated'
- | '/privacy-policy'
- | '/user-agreement'
- | '/_authenticated/system-settings'
- | '/(auth)/forgot-password'
- | '/(auth)/oauth'
- | '/(auth)/otp'
- | '/(auth)/reset'
- | '/(auth)/sign-in'
- | '/(auth)/sign-up'
- | '/(errors)/401'
- | '/(errors)/403'
- | '/(errors)/404'
- | '/(errors)/500'
- | '/(errors)/503'
- | '/_authenticated/chat2link'
- | '/oauth/$provider'
- | '/about/'
- | '/pricing/'
- | '/rankings/'
- | '/setup/'
- | '/(auth)/user/reset'
- | '/_authenticated/chat/$chatId'
- | '/_authenticated/dashboard/$section'
- | '/_authenticated/errors/$error'
- | '/_authenticated/models/$section'
- | '/_authenticated/usage-logs/$section'
- | '/_authenticated/channels/'
- | '/_authenticated/dashboard/'
- | '/_authenticated/keys/'
- | '/_authenticated/models/'
- | '/_authenticated/playground/'
- | '/_authenticated/profile/'
- | '/_authenticated/redemption-codes/'
- | '/_authenticated/subscriptions/'
- | '/_authenticated/system-settings/'
- | '/_authenticated/usage-logs/'
- | '/_authenticated/users/'
- | '/_authenticated/wallet/'
- | '/pricing/$modelId/'
- | '/_authenticated/system-settings/auth/$section'
- | '/_authenticated/system-settings/billing/$section'
- | '/_authenticated/system-settings/content/$section'
- | '/_authenticated/system-settings/models/$section'
- | '/_authenticated/system-settings/operations/$section'
- | '/_authenticated/system-settings/security/$section'
- | '/_authenticated/system-settings/site/$section'
- | '/_authenticated/system-settings/auth/'
- | '/_authenticated/system-settings/billing/'
- | '/_authenticated/system-settings/content/'
- | '/_authenticated/system-settings/models/'
- | '/_authenticated/system-settings/operations/'
- | '/_authenticated/system-settings/security/'
- | '/_authenticated/system-settings/site/'
- fileRoutesById: FileRoutesById
- }
- export interface RootRouteChildren {
- IndexRoute: typeof IndexRoute
- authRouteRoute: typeof authRouteRouteWithChildren
- AuthenticatedRouteRoute: typeof AuthenticatedRouteRouteWithChildren
- PrivacyPolicyRoute: typeof PrivacyPolicyRoute
- UserAgreementRoute: typeof UserAgreementRoute
- errors401Route: typeof errors401Route
- errors403Route: typeof errors403Route
- errors404Route: typeof errors404Route
- errors500Route: typeof errors500Route
- errors503Route: typeof errors503Route
- OauthProviderRoute: typeof OauthProviderRoute
- AboutIndexRoute: typeof AboutIndexRoute
- PricingIndexRoute: typeof PricingIndexRoute
- RankingsIndexRoute: typeof RankingsIndexRoute
- SetupIndexRoute: typeof SetupIndexRoute
- PricingModelIdIndexRoute: typeof PricingModelIdIndexRoute
- }
- declare module '@tanstack/react-router' {
- interface FileRoutesByPath {
- '/user-agreement': {
- id: '/user-agreement'
- path: '/user-agreement'
- fullPath: '/user-agreement'
- preLoaderRoute: typeof UserAgreementRouteImport
- parentRoute: typeof rootRouteImport
- }
- '/privacy-policy': {
- id: '/privacy-policy'
- path: '/privacy-policy'
- fullPath: '/privacy-policy'
- preLoaderRoute: typeof PrivacyPolicyRouteImport
- parentRoute: typeof rootRouteImport
- }
- '/_authenticated': {
- id: '/_authenticated'
- path: ''
- fullPath: '/'
- preLoaderRoute: typeof AuthenticatedRouteRouteImport
- parentRoute: typeof rootRouteImport
- }
- '/(auth)': {
- id: '/(auth)'
- path: ''
- fullPath: ''
- preLoaderRoute: typeof authRouteRouteImport
- parentRoute: typeof rootRouteImport
- }
- '/': {
- id: '/'
- path: '/'
- fullPath: '/'
- preLoaderRoute: typeof IndexRouteImport
- parentRoute: typeof rootRouteImport
- }
- '/setup/': {
- id: '/setup/'
- path: '/setup'
- fullPath: '/setup/'
- preLoaderRoute: typeof SetupIndexRouteImport
- parentRoute: typeof rootRouteImport
- }
- '/rankings/': {
- id: '/rankings/'
- path: '/rankings'
- fullPath: '/rankings/'
- preLoaderRoute: typeof RankingsIndexRouteImport
- parentRoute: typeof rootRouteImport
- }
- '/pricing/': {
- id: '/pricing/'
- path: '/pricing'
- fullPath: '/pricing/'
- preLoaderRoute: typeof PricingIndexRouteImport
- parentRoute: typeof rootRouteImport
- }
- '/about/': {
- id: '/about/'
- path: '/about'
- fullPath: '/about/'
- preLoaderRoute: typeof AboutIndexRouteImport
- parentRoute: typeof rootRouteImport
- }
- '/oauth/$provider': {
- id: '/oauth/$provider'
- path: '/oauth/$provider'
- fullPath: '/oauth/$provider'
- preLoaderRoute: typeof OauthProviderRouteImport
- parentRoute: typeof rootRouteImport
- }
- '/_authenticated/chat2link': {
- id: '/_authenticated/chat2link'
- path: '/chat2link'
- fullPath: '/chat2link'
- preLoaderRoute: typeof AuthenticatedChat2linkRouteImport
- 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 authRouteRoute
- }
- '/(auth)/sign-in': {
- id: '/(auth)/sign-in'
- path: '/sign-in'
- fullPath: '/sign-in'
- preLoaderRoute: typeof authSignInRouteImport
- parentRoute: typeof authRouteRoute
- }
- '/(auth)/reset': {
- id: '/(auth)/reset'
- path: '/reset'
- fullPath: '/reset'
- preLoaderRoute: typeof authResetRouteImport
- parentRoute: typeof authRouteRoute
- }
- '/(auth)/otp': {
- id: '/(auth)/otp'
- path: '/otp'
- fullPath: '/otp'
- preLoaderRoute: typeof authOtpRouteImport
- parentRoute: typeof authRouteRoute
- }
- '/(auth)/oauth': {
- id: '/(auth)/oauth'
- path: '/oauth'
- fullPath: '/oauth'
- preLoaderRoute: typeof authOauthRouteImport
- parentRoute: typeof authRouteRoute
- }
- '/(auth)/forgot-password': {
- id: '/(auth)/forgot-password'
- path: '/forgot-password'
- fullPath: '/forgot-password'
- preLoaderRoute: typeof authForgotPasswordRouteImport
- parentRoute: typeof authRouteRoute
- }
- '/_authenticated/system-settings': {
- id: '/_authenticated/system-settings'
- path: '/system-settings'
- fullPath: '/system-settings'
- preLoaderRoute: typeof AuthenticatedSystemSettingsRouteRouteImport
- parentRoute: typeof AuthenticatedRouteRoute
- }
- '/pricing/$modelId/': {
- id: '/pricing/$modelId/'
- path: '/pricing/$modelId'
- fullPath: '/pricing/$modelId/'
- preLoaderRoute: typeof PricingModelIdIndexRouteImport
- parentRoute: typeof rootRouteImport
- }
- '/_authenticated/wallet/': {
- id: '/_authenticated/wallet/'
- path: '/wallet'
- fullPath: '/wallet/'
- preLoaderRoute: typeof AuthenticatedWalletIndexRouteImport
- parentRoute: typeof AuthenticatedRouteRoute
- }
- '/_authenticated/users/': {
- id: '/_authenticated/users/'
- path: '/users'
- fullPath: '/users/'
- preLoaderRoute: typeof AuthenticatedUsersIndexRouteImport
- parentRoute: typeof AuthenticatedRouteRoute
- }
- '/_authenticated/usage-logs/': {
- id: '/_authenticated/usage-logs/'
- path: '/usage-logs'
- fullPath: '/usage-logs/'
- preLoaderRoute: typeof AuthenticatedUsageLogsIndexRouteImport
- parentRoute: typeof AuthenticatedRouteRoute
- }
- '/_authenticated/system-settings/': {
- id: '/_authenticated/system-settings/'
- path: '/'
- fullPath: '/system-settings/'
- preLoaderRoute: typeof AuthenticatedSystemSettingsIndexRouteImport
- parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
- }
- '/_authenticated/subscriptions/': {
- id: '/_authenticated/subscriptions/'
- path: '/subscriptions'
- fullPath: '/subscriptions/'
- preLoaderRoute: typeof AuthenticatedSubscriptionsIndexRouteImport
- parentRoute: typeof AuthenticatedRouteRoute
- }
- '/_authenticated/redemption-codes/': {
- id: '/_authenticated/redemption-codes/'
- path: '/redemption-codes'
- fullPath: '/redemption-codes/'
- preLoaderRoute: typeof AuthenticatedRedemptionCodesIndexRouteImport
- parentRoute: typeof AuthenticatedRouteRoute
- }
- '/_authenticated/profile/': {
- id: '/_authenticated/profile/'
- path: '/profile'
- fullPath: '/profile/'
- preLoaderRoute: typeof AuthenticatedProfileIndexRouteImport
- parentRoute: typeof AuthenticatedRouteRoute
- }
- '/_authenticated/playground/': {
- id: '/_authenticated/playground/'
- path: '/playground'
- fullPath: '/playground/'
- preLoaderRoute: typeof AuthenticatedPlaygroundIndexRouteImport
- parentRoute: typeof AuthenticatedRouteRoute
- }
- '/_authenticated/models/': {
- id: '/_authenticated/models/'
- path: '/models'
- fullPath: '/models/'
- preLoaderRoute: typeof AuthenticatedModelsIndexRouteImport
- parentRoute: typeof AuthenticatedRouteRoute
- }
- '/_authenticated/keys/': {
- id: '/_authenticated/keys/'
- path: '/keys'
- fullPath: '/keys/'
- preLoaderRoute: typeof AuthenticatedKeysIndexRouteImport
- parentRoute: typeof AuthenticatedRouteRoute
- }
- '/_authenticated/dashboard/': {
- id: '/_authenticated/dashboard/'
- path: '/dashboard'
- fullPath: '/dashboard/'
- preLoaderRoute: typeof AuthenticatedDashboardIndexRouteImport
- parentRoute: typeof AuthenticatedRouteRoute
- }
- '/_authenticated/channels/': {
- id: '/_authenticated/channels/'
- path: '/channels'
- fullPath: '/channels/'
- preLoaderRoute: typeof AuthenticatedChannelsIndexRouteImport
- parentRoute: typeof AuthenticatedRouteRoute
- }
- '/_authenticated/usage-logs/$section': {
- id: '/_authenticated/usage-logs/$section'
- path: '/usage-logs/$section'
- fullPath: '/usage-logs/$section'
- preLoaderRoute: typeof AuthenticatedUsageLogsSectionRouteImport
- parentRoute: typeof AuthenticatedRouteRoute
- }
- '/_authenticated/models/$section': {
- id: '/_authenticated/models/$section'
- path: '/models/$section'
- fullPath: '/models/$section'
- preLoaderRoute: typeof AuthenticatedModelsSectionRouteImport
- parentRoute: typeof AuthenticatedRouteRoute
- }
- '/_authenticated/errors/$error': {
- id: '/_authenticated/errors/$error'
- path: '/errors/$error'
- fullPath: '/errors/$error'
- preLoaderRoute: typeof AuthenticatedErrorsErrorRouteImport
- parentRoute: typeof AuthenticatedRouteRoute
- }
- '/_authenticated/dashboard/$section': {
- id: '/_authenticated/dashboard/$section'
- path: '/dashboard/$section'
- fullPath: '/dashboard/$section'
- preLoaderRoute: typeof AuthenticatedDashboardSectionRouteImport
- parentRoute: typeof AuthenticatedRouteRoute
- }
- '/_authenticated/chat/$chatId': {
- id: '/_authenticated/chat/$chatId'
- path: '/chat/$chatId'
- fullPath: '/chat/$chatId'
- preLoaderRoute: typeof AuthenticatedChatChatIdRouteImport
- parentRoute: typeof AuthenticatedRouteRoute
- }
- '/(auth)/user/reset': {
- id: '/(auth)/user/reset'
- path: '/user/reset'
- fullPath: '/user/reset'
- preLoaderRoute: typeof authUserResetRouteImport
- parentRoute: typeof authRouteRoute
- }
- '/_authenticated/system-settings/site/': {
- id: '/_authenticated/system-settings/site/'
- path: '/site'
- fullPath: '/system-settings/site/'
- preLoaderRoute: typeof AuthenticatedSystemSettingsSiteIndexRouteImport
- parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
- }
- '/_authenticated/system-settings/security/': {
- id: '/_authenticated/system-settings/security/'
- path: '/security'
- fullPath: '/system-settings/security/'
- preLoaderRoute: typeof AuthenticatedSystemSettingsSecurityIndexRouteImport
- parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
- }
- '/_authenticated/system-settings/operations/': {
- id: '/_authenticated/system-settings/operations/'
- path: '/operations'
- fullPath: '/system-settings/operations/'
- preLoaderRoute: typeof AuthenticatedSystemSettingsOperationsIndexRouteImport
- parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
- }
- '/_authenticated/system-settings/models/': {
- id: '/_authenticated/system-settings/models/'
- path: '/models'
- fullPath: '/system-settings/models/'
- preLoaderRoute: typeof AuthenticatedSystemSettingsModelsIndexRouteImport
- parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
- }
- '/_authenticated/system-settings/content/': {
- id: '/_authenticated/system-settings/content/'
- path: '/content'
- fullPath: '/system-settings/content/'
- preLoaderRoute: typeof AuthenticatedSystemSettingsContentIndexRouteImport
- parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
- }
- '/_authenticated/system-settings/billing/': {
- id: '/_authenticated/system-settings/billing/'
- path: '/billing'
- fullPath: '/system-settings/billing/'
- preLoaderRoute: typeof AuthenticatedSystemSettingsBillingIndexRouteImport
- parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
- }
- '/_authenticated/system-settings/auth/': {
- id: '/_authenticated/system-settings/auth/'
- path: '/auth'
- fullPath: '/system-settings/auth/'
- preLoaderRoute: typeof AuthenticatedSystemSettingsAuthIndexRouteImport
- parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
- }
- '/_authenticated/system-settings/site/$section': {
- id: '/_authenticated/system-settings/site/$section'
- path: '/site/$section'
- fullPath: '/system-settings/site/$section'
- preLoaderRoute: typeof AuthenticatedSystemSettingsSiteSectionRouteImport
- parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
- }
- '/_authenticated/system-settings/security/$section': {
- id: '/_authenticated/system-settings/security/$section'
- path: '/security/$section'
- fullPath: '/system-settings/security/$section'
- preLoaderRoute: typeof AuthenticatedSystemSettingsSecuritySectionRouteImport
- parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
- }
- '/_authenticated/system-settings/operations/$section': {
- id: '/_authenticated/system-settings/operations/$section'
- path: '/operations/$section'
- fullPath: '/system-settings/operations/$section'
- preLoaderRoute: typeof AuthenticatedSystemSettingsOperationsSectionRouteImport
- parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
- }
- '/_authenticated/system-settings/models/$section': {
- id: '/_authenticated/system-settings/models/$section'
- path: '/models/$section'
- fullPath: '/system-settings/models/$section'
- preLoaderRoute: typeof AuthenticatedSystemSettingsModelsSectionRouteImport
- parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
- }
- '/_authenticated/system-settings/content/$section': {
- id: '/_authenticated/system-settings/content/$section'
- path: '/content/$section'
- fullPath: '/system-settings/content/$section'
- preLoaderRoute: typeof AuthenticatedSystemSettingsContentSectionRouteImport
- parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
- }
- '/_authenticated/system-settings/billing/$section': {
- id: '/_authenticated/system-settings/billing/$section'
- path: '/billing/$section'
- fullPath: '/system-settings/billing/$section'
- preLoaderRoute: typeof AuthenticatedSystemSettingsBillingSectionRouteImport
- parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
- }
- '/_authenticated/system-settings/auth/$section': {
- id: '/_authenticated/system-settings/auth/$section'
- path: '/auth/$section'
- fullPath: '/system-settings/auth/$section'
- preLoaderRoute: typeof AuthenticatedSystemSettingsAuthSectionRouteImport
- parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
- }
- }
- }
- interface authRouteRouteChildren {
- authForgotPasswordRoute: typeof authForgotPasswordRoute
- authOauthRoute: typeof authOauthRoute
- authOtpRoute: typeof authOtpRoute
- authResetRoute: typeof authResetRoute
- authSignInRoute: typeof authSignInRoute
- authSignUpRoute: typeof authSignUpRoute
- authUserResetRoute: typeof authUserResetRoute
- }
- const authRouteRouteChildren: authRouteRouteChildren = {
- authForgotPasswordRoute: authForgotPasswordRoute,
- authOauthRoute: authOauthRoute,
- authOtpRoute: authOtpRoute,
- authResetRoute: authResetRoute,
- authSignInRoute: authSignInRoute,
- authSignUpRoute: authSignUpRoute,
- authUserResetRoute: authUserResetRoute,
- }
- const authRouteRouteWithChildren = authRouteRoute._addFileChildren(
- authRouteRouteChildren,
- )
- interface AuthenticatedSystemSettingsRouteRouteChildren {
- AuthenticatedSystemSettingsIndexRoute: typeof AuthenticatedSystemSettingsIndexRoute
- AuthenticatedSystemSettingsAuthSectionRoute: typeof AuthenticatedSystemSettingsAuthSectionRoute
- AuthenticatedSystemSettingsBillingSectionRoute: typeof AuthenticatedSystemSettingsBillingSectionRoute
- AuthenticatedSystemSettingsContentSectionRoute: typeof AuthenticatedSystemSettingsContentSectionRoute
- AuthenticatedSystemSettingsModelsSectionRoute: typeof AuthenticatedSystemSettingsModelsSectionRoute
- AuthenticatedSystemSettingsOperationsSectionRoute: typeof AuthenticatedSystemSettingsOperationsSectionRoute
- AuthenticatedSystemSettingsSecuritySectionRoute: typeof AuthenticatedSystemSettingsSecuritySectionRoute
- AuthenticatedSystemSettingsSiteSectionRoute: typeof AuthenticatedSystemSettingsSiteSectionRoute
- AuthenticatedSystemSettingsAuthIndexRoute: typeof AuthenticatedSystemSettingsAuthIndexRoute
- AuthenticatedSystemSettingsBillingIndexRoute: typeof AuthenticatedSystemSettingsBillingIndexRoute
- AuthenticatedSystemSettingsContentIndexRoute: typeof AuthenticatedSystemSettingsContentIndexRoute
- AuthenticatedSystemSettingsModelsIndexRoute: typeof AuthenticatedSystemSettingsModelsIndexRoute
- AuthenticatedSystemSettingsOperationsIndexRoute: typeof AuthenticatedSystemSettingsOperationsIndexRoute
- AuthenticatedSystemSettingsSecurityIndexRoute: typeof AuthenticatedSystemSettingsSecurityIndexRoute
- AuthenticatedSystemSettingsSiteIndexRoute: typeof AuthenticatedSystemSettingsSiteIndexRoute
- }
- const AuthenticatedSystemSettingsRouteRouteChildren: AuthenticatedSystemSettingsRouteRouteChildren =
- {
- AuthenticatedSystemSettingsIndexRoute:
- AuthenticatedSystemSettingsIndexRoute,
- AuthenticatedSystemSettingsAuthSectionRoute:
- AuthenticatedSystemSettingsAuthSectionRoute,
- AuthenticatedSystemSettingsBillingSectionRoute:
- AuthenticatedSystemSettingsBillingSectionRoute,
- AuthenticatedSystemSettingsContentSectionRoute:
- AuthenticatedSystemSettingsContentSectionRoute,
- AuthenticatedSystemSettingsModelsSectionRoute:
- AuthenticatedSystemSettingsModelsSectionRoute,
- AuthenticatedSystemSettingsOperationsSectionRoute:
- AuthenticatedSystemSettingsOperationsSectionRoute,
- AuthenticatedSystemSettingsSecuritySectionRoute:
- AuthenticatedSystemSettingsSecuritySectionRoute,
- AuthenticatedSystemSettingsSiteSectionRoute:
- AuthenticatedSystemSettingsSiteSectionRoute,
- AuthenticatedSystemSettingsAuthIndexRoute:
- AuthenticatedSystemSettingsAuthIndexRoute,
- AuthenticatedSystemSettingsBillingIndexRoute:
- AuthenticatedSystemSettingsBillingIndexRoute,
- AuthenticatedSystemSettingsContentIndexRoute:
- AuthenticatedSystemSettingsContentIndexRoute,
- AuthenticatedSystemSettingsModelsIndexRoute:
- AuthenticatedSystemSettingsModelsIndexRoute,
- AuthenticatedSystemSettingsOperationsIndexRoute:
- AuthenticatedSystemSettingsOperationsIndexRoute,
- AuthenticatedSystemSettingsSecurityIndexRoute:
- AuthenticatedSystemSettingsSecurityIndexRoute,
- AuthenticatedSystemSettingsSiteIndexRoute:
- AuthenticatedSystemSettingsSiteIndexRoute,
- }
- const AuthenticatedSystemSettingsRouteRouteWithChildren =
- AuthenticatedSystemSettingsRouteRoute._addFileChildren(
- AuthenticatedSystemSettingsRouteRouteChildren,
- )
- interface AuthenticatedRouteRouteChildren {
- AuthenticatedSystemSettingsRouteRoute: typeof AuthenticatedSystemSettingsRouteRouteWithChildren
- AuthenticatedChat2linkRoute: typeof AuthenticatedChat2linkRoute
- AuthenticatedChatChatIdRoute: typeof AuthenticatedChatChatIdRoute
- AuthenticatedDashboardSectionRoute: typeof AuthenticatedDashboardSectionRoute
- AuthenticatedErrorsErrorRoute: typeof AuthenticatedErrorsErrorRoute
- AuthenticatedModelsSectionRoute: typeof AuthenticatedModelsSectionRoute
- AuthenticatedUsageLogsSectionRoute: typeof AuthenticatedUsageLogsSectionRoute
- AuthenticatedChannelsIndexRoute: typeof AuthenticatedChannelsIndexRoute
- AuthenticatedDashboardIndexRoute: typeof AuthenticatedDashboardIndexRoute
- AuthenticatedKeysIndexRoute: typeof AuthenticatedKeysIndexRoute
- AuthenticatedModelsIndexRoute: typeof AuthenticatedModelsIndexRoute
- AuthenticatedPlaygroundIndexRoute: typeof AuthenticatedPlaygroundIndexRoute
- AuthenticatedProfileIndexRoute: typeof AuthenticatedProfileIndexRoute
- AuthenticatedRedemptionCodesIndexRoute: typeof AuthenticatedRedemptionCodesIndexRoute
- AuthenticatedSubscriptionsIndexRoute: typeof AuthenticatedSubscriptionsIndexRoute
- AuthenticatedUsageLogsIndexRoute: typeof AuthenticatedUsageLogsIndexRoute
- AuthenticatedUsersIndexRoute: typeof AuthenticatedUsersIndexRoute
- AuthenticatedWalletIndexRoute: typeof AuthenticatedWalletIndexRoute
- }
- const AuthenticatedRouteRouteChildren: AuthenticatedRouteRouteChildren = {
- AuthenticatedSystemSettingsRouteRoute:
- AuthenticatedSystemSettingsRouteRouteWithChildren,
- AuthenticatedChat2linkRoute: AuthenticatedChat2linkRoute,
- AuthenticatedChatChatIdRoute: AuthenticatedChatChatIdRoute,
- AuthenticatedDashboardSectionRoute: AuthenticatedDashboardSectionRoute,
- AuthenticatedErrorsErrorRoute: AuthenticatedErrorsErrorRoute,
- AuthenticatedModelsSectionRoute: AuthenticatedModelsSectionRoute,
- AuthenticatedUsageLogsSectionRoute: AuthenticatedUsageLogsSectionRoute,
- AuthenticatedChannelsIndexRoute: AuthenticatedChannelsIndexRoute,
- AuthenticatedDashboardIndexRoute: AuthenticatedDashboardIndexRoute,
- AuthenticatedKeysIndexRoute: AuthenticatedKeysIndexRoute,
- AuthenticatedModelsIndexRoute: AuthenticatedModelsIndexRoute,
- AuthenticatedPlaygroundIndexRoute: AuthenticatedPlaygroundIndexRoute,
- AuthenticatedProfileIndexRoute: AuthenticatedProfileIndexRoute,
- AuthenticatedRedemptionCodesIndexRoute:
- AuthenticatedRedemptionCodesIndexRoute,
- AuthenticatedSubscriptionsIndexRoute: AuthenticatedSubscriptionsIndexRoute,
- AuthenticatedUsageLogsIndexRoute: AuthenticatedUsageLogsIndexRoute,
- AuthenticatedUsersIndexRoute: AuthenticatedUsersIndexRoute,
- AuthenticatedWalletIndexRoute: AuthenticatedWalletIndexRoute,
- }
- const AuthenticatedRouteRouteWithChildren =
- AuthenticatedRouteRoute._addFileChildren(AuthenticatedRouteRouteChildren)
- const rootRouteChildren: RootRouteChildren = {
- IndexRoute: IndexRoute,
- authRouteRoute: authRouteRouteWithChildren,
- AuthenticatedRouteRoute: AuthenticatedRouteRouteWithChildren,
- PrivacyPolicyRoute: PrivacyPolicyRoute,
- UserAgreementRoute: UserAgreementRoute,
- errors401Route: errors401Route,
- errors403Route: errors403Route,
- errors404Route: errors404Route,
- errors500Route: errors500Route,
- errors503Route: errors503Route,
- OauthProviderRoute: OauthProviderRoute,
- AboutIndexRoute: AboutIndexRoute,
- PricingIndexRoute: PricingIndexRoute,
- RankingsIndexRoute: RankingsIndexRoute,
- SetupIndexRoute: SetupIndexRoute,
- PricingModelIdIndexRoute: PricingModelIdIndexRoute,
- }
- export const routeTree = rootRouteImport
- ._addFileChildren(rootRouteChildren)
- ._addFileTypes<FileRouteTypes>()
|