routeTree.gen.ts 53 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // noinspection JSUnusedGlobalSymbols
  4. // This file was automatically generated by TanStack Router.
  5. // You should NOT make any changes in this file as it will be overwritten.
  6. // Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified.
  7. import { Route as rootRouteImport } from './routes/__root'
  8. import { Route as UserAgreementRouteImport } from './routes/user-agreement'
  9. import { Route as PrivacyPolicyRouteImport } from './routes/privacy-policy'
  10. import { Route as AuthenticatedRouteRouteImport } from './routes/_authenticated/route'
  11. import { Route as authRouteRouteImport } from './routes/(auth)/route'
  12. import { Route as IndexRouteImport } from './routes/index'
  13. import { Route as SetupIndexRouteImport } from './routes/setup/index'
  14. import { Route as RankingsIndexRouteImport } from './routes/rankings/index'
  15. import { Route as PricingIndexRouteImport } from './routes/pricing/index'
  16. import { Route as AboutIndexRouteImport } from './routes/about/index'
  17. import { Route as OauthProviderRouteImport } from './routes/oauth/$provider'
  18. import { Route as AuthenticatedChat2linkRouteImport } from './routes/_authenticated/chat2link'
  19. import { Route as errors503RouteImport } from './routes/(errors)/503'
  20. import { Route as errors500RouteImport } from './routes/(errors)/500'
  21. import { Route as errors404RouteImport } from './routes/(errors)/404'
  22. import { Route as errors403RouteImport } from './routes/(errors)/403'
  23. import { Route as errors401RouteImport } from './routes/(errors)/401'
  24. import { Route as authSignUpRouteImport } from './routes/(auth)/sign-up'
  25. import { Route as authSignInRouteImport } from './routes/(auth)/sign-in'
  26. import { Route as authResetRouteImport } from './routes/(auth)/reset'
  27. import { Route as authOtpRouteImport } from './routes/(auth)/otp'
  28. import { Route as authOauthRouteImport } from './routes/(auth)/oauth'
  29. import { Route as authForgotPasswordRouteImport } from './routes/(auth)/forgot-password'
  30. import { Route as AuthenticatedSystemSettingsRouteRouteImport } from './routes/_authenticated/system-settings/route'
  31. import { Route as PricingModelIdIndexRouteImport } from './routes/pricing/$modelId/index'
  32. import { Route as AuthenticatedWalletIndexRouteImport } from './routes/_authenticated/wallet/index'
  33. import { Route as AuthenticatedUsersIndexRouteImport } from './routes/_authenticated/users/index'
  34. import { Route as AuthenticatedUsageLogsIndexRouteImport } from './routes/_authenticated/usage-logs/index'
  35. import { Route as AuthenticatedSystemSettingsIndexRouteImport } from './routes/_authenticated/system-settings/index'
  36. import { Route as AuthenticatedSubscriptionsIndexRouteImport } from './routes/_authenticated/subscriptions/index'
  37. import { Route as AuthenticatedRedemptionCodesIndexRouteImport } from './routes/_authenticated/redemption-codes/index'
  38. import { Route as AuthenticatedProfileIndexRouteImport } from './routes/_authenticated/profile/index'
  39. import { Route as AuthenticatedPlaygroundIndexRouteImport } from './routes/_authenticated/playground/index'
  40. import { Route as AuthenticatedModelsIndexRouteImport } from './routes/_authenticated/models/index'
  41. import { Route as AuthenticatedKeysIndexRouteImport } from './routes/_authenticated/keys/index'
  42. import { Route as AuthenticatedDashboardIndexRouteImport } from './routes/_authenticated/dashboard/index'
  43. import { Route as AuthenticatedChannelsIndexRouteImport } from './routes/_authenticated/channels/index'
  44. import { Route as AuthenticatedUsageLogsSectionRouteImport } from './routes/_authenticated/usage-logs/$section'
  45. import { Route as AuthenticatedModelsSectionRouteImport } from './routes/_authenticated/models/$section'
  46. import { Route as AuthenticatedErrorsErrorRouteImport } from './routes/_authenticated/errors/$error'
  47. import { Route as AuthenticatedDashboardSectionRouteImport } from './routes/_authenticated/dashboard/$section'
  48. import { Route as AuthenticatedChatChatIdRouteImport } from './routes/_authenticated/chat/$chatId'
  49. import { Route as authUserResetRouteImport } from './routes/(auth)/user/reset'
  50. import { Route as AuthenticatedSystemSettingsSiteIndexRouteImport } from './routes/_authenticated/system-settings/site/index'
  51. import { Route as AuthenticatedSystemSettingsSecurityIndexRouteImport } from './routes/_authenticated/system-settings/security/index'
  52. import { Route as AuthenticatedSystemSettingsOperationsIndexRouteImport } from './routes/_authenticated/system-settings/operations/index'
  53. import { Route as AuthenticatedSystemSettingsModelsIndexRouteImport } from './routes/_authenticated/system-settings/models/index'
  54. import { Route as AuthenticatedSystemSettingsContentIndexRouteImport } from './routes/_authenticated/system-settings/content/index'
  55. import { Route as AuthenticatedSystemSettingsBillingIndexRouteImport } from './routes/_authenticated/system-settings/billing/index'
  56. import { Route as AuthenticatedSystemSettingsAuthIndexRouteImport } from './routes/_authenticated/system-settings/auth/index'
  57. import { Route as AuthenticatedSystemSettingsSiteSectionRouteImport } from './routes/_authenticated/system-settings/site/$section'
  58. import { Route as AuthenticatedSystemSettingsSecuritySectionRouteImport } from './routes/_authenticated/system-settings/security/$section'
  59. import { Route as AuthenticatedSystemSettingsOperationsSectionRouteImport } from './routes/_authenticated/system-settings/operations/$section'
  60. import { Route as AuthenticatedSystemSettingsModelsSectionRouteImport } from './routes/_authenticated/system-settings/models/$section'
  61. import { Route as AuthenticatedSystemSettingsContentSectionRouteImport } from './routes/_authenticated/system-settings/content/$section'
  62. import { Route as AuthenticatedSystemSettingsBillingSectionRouteImport } from './routes/_authenticated/system-settings/billing/$section'
  63. import { Route as AuthenticatedSystemSettingsAuthSectionRouteImport } from './routes/_authenticated/system-settings/auth/$section'
  64. const UserAgreementRoute = UserAgreementRouteImport.update({
  65. id: '/user-agreement',
  66. path: '/user-agreement',
  67. getParentRoute: () => rootRouteImport,
  68. } as any)
  69. const PrivacyPolicyRoute = PrivacyPolicyRouteImport.update({
  70. id: '/privacy-policy',
  71. path: '/privacy-policy',
  72. getParentRoute: () => rootRouteImport,
  73. } as any)
  74. const AuthenticatedRouteRoute = AuthenticatedRouteRouteImport.update({
  75. id: '/_authenticated',
  76. getParentRoute: () => rootRouteImport,
  77. } as any)
  78. const authRouteRoute = authRouteRouteImport.update({
  79. id: '/(auth)',
  80. getParentRoute: () => rootRouteImport,
  81. } as any)
  82. const IndexRoute = IndexRouteImport.update({
  83. id: '/',
  84. path: '/',
  85. getParentRoute: () => rootRouteImport,
  86. } as any)
  87. const SetupIndexRoute = SetupIndexRouteImport.update({
  88. id: '/setup/',
  89. path: '/setup/',
  90. getParentRoute: () => rootRouteImport,
  91. } as any)
  92. const RankingsIndexRoute = RankingsIndexRouteImport.update({
  93. id: '/rankings/',
  94. path: '/rankings/',
  95. getParentRoute: () => rootRouteImport,
  96. } as any)
  97. const PricingIndexRoute = PricingIndexRouteImport.update({
  98. id: '/pricing/',
  99. path: '/pricing/',
  100. getParentRoute: () => rootRouteImport,
  101. } as any)
  102. const AboutIndexRoute = AboutIndexRouteImport.update({
  103. id: '/about/',
  104. path: '/about/',
  105. getParentRoute: () => rootRouteImport,
  106. } as any)
  107. const OauthProviderRoute = OauthProviderRouteImport.update({
  108. id: '/oauth/$provider',
  109. path: '/oauth/$provider',
  110. getParentRoute: () => rootRouteImport,
  111. } as any)
  112. const AuthenticatedChat2linkRoute = AuthenticatedChat2linkRouteImport.update({
  113. id: '/chat2link',
  114. path: '/chat2link',
  115. getParentRoute: () => AuthenticatedRouteRoute,
  116. } as any)
  117. const errors503Route = errors503RouteImport.update({
  118. id: '/(errors)/503',
  119. path: '/503',
  120. getParentRoute: () => rootRouteImport,
  121. } as any)
  122. const errors500Route = errors500RouteImport.update({
  123. id: '/(errors)/500',
  124. path: '/500',
  125. getParentRoute: () => rootRouteImport,
  126. } as any)
  127. const errors404Route = errors404RouteImport.update({
  128. id: '/(errors)/404',
  129. path: '/404',
  130. getParentRoute: () => rootRouteImport,
  131. } as any)
  132. const errors403Route = errors403RouteImport.update({
  133. id: '/(errors)/403',
  134. path: '/403',
  135. getParentRoute: () => rootRouteImport,
  136. } as any)
  137. const errors401Route = errors401RouteImport.update({
  138. id: '/(errors)/401',
  139. path: '/401',
  140. getParentRoute: () => rootRouteImport,
  141. } as any)
  142. const authSignUpRoute = authSignUpRouteImport.update({
  143. id: '/sign-up',
  144. path: '/sign-up',
  145. getParentRoute: () => authRouteRoute,
  146. } as any)
  147. const authSignInRoute = authSignInRouteImport.update({
  148. id: '/sign-in',
  149. path: '/sign-in',
  150. getParentRoute: () => authRouteRoute,
  151. } as any)
  152. const authResetRoute = authResetRouteImport.update({
  153. id: '/reset',
  154. path: '/reset',
  155. getParentRoute: () => authRouteRoute,
  156. } as any)
  157. const authOtpRoute = authOtpRouteImport.update({
  158. id: '/otp',
  159. path: '/otp',
  160. getParentRoute: () => authRouteRoute,
  161. } as any)
  162. const authOauthRoute = authOauthRouteImport.update({
  163. id: '/oauth',
  164. path: '/oauth',
  165. getParentRoute: () => authRouteRoute,
  166. } as any)
  167. const authForgotPasswordRoute = authForgotPasswordRouteImport.update({
  168. id: '/forgot-password',
  169. path: '/forgot-password',
  170. getParentRoute: () => authRouteRoute,
  171. } as any)
  172. const AuthenticatedSystemSettingsRouteRoute =
  173. AuthenticatedSystemSettingsRouteRouteImport.update({
  174. id: '/system-settings',
  175. path: '/system-settings',
  176. getParentRoute: () => AuthenticatedRouteRoute,
  177. } as any)
  178. const PricingModelIdIndexRoute = PricingModelIdIndexRouteImport.update({
  179. id: '/pricing/$modelId/',
  180. path: '/pricing/$modelId/',
  181. getParentRoute: () => rootRouteImport,
  182. } as any)
  183. const AuthenticatedWalletIndexRoute =
  184. AuthenticatedWalletIndexRouteImport.update({
  185. id: '/wallet/',
  186. path: '/wallet/',
  187. getParentRoute: () => AuthenticatedRouteRoute,
  188. } as any)
  189. const AuthenticatedUsersIndexRoute = AuthenticatedUsersIndexRouteImport.update({
  190. id: '/users/',
  191. path: '/users/',
  192. getParentRoute: () => AuthenticatedRouteRoute,
  193. } as any)
  194. const AuthenticatedUsageLogsIndexRoute =
  195. AuthenticatedUsageLogsIndexRouteImport.update({
  196. id: '/usage-logs/',
  197. path: '/usage-logs/',
  198. getParentRoute: () => AuthenticatedRouteRoute,
  199. } as any)
  200. const AuthenticatedSystemSettingsIndexRoute =
  201. AuthenticatedSystemSettingsIndexRouteImport.update({
  202. id: '/',
  203. path: '/',
  204. getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
  205. } as any)
  206. const AuthenticatedSubscriptionsIndexRoute =
  207. AuthenticatedSubscriptionsIndexRouteImport.update({
  208. id: '/subscriptions/',
  209. path: '/subscriptions/',
  210. getParentRoute: () => AuthenticatedRouteRoute,
  211. } as any)
  212. const AuthenticatedRedemptionCodesIndexRoute =
  213. AuthenticatedRedemptionCodesIndexRouteImport.update({
  214. id: '/redemption-codes/',
  215. path: '/redemption-codes/',
  216. getParentRoute: () => AuthenticatedRouteRoute,
  217. } as any)
  218. const AuthenticatedProfileIndexRoute =
  219. AuthenticatedProfileIndexRouteImport.update({
  220. id: '/profile/',
  221. path: '/profile/',
  222. getParentRoute: () => AuthenticatedRouteRoute,
  223. } as any)
  224. const AuthenticatedPlaygroundIndexRoute =
  225. AuthenticatedPlaygroundIndexRouteImport.update({
  226. id: '/playground/',
  227. path: '/playground/',
  228. getParentRoute: () => AuthenticatedRouteRoute,
  229. } as any)
  230. const AuthenticatedModelsIndexRoute =
  231. AuthenticatedModelsIndexRouteImport.update({
  232. id: '/models/',
  233. path: '/models/',
  234. getParentRoute: () => AuthenticatedRouteRoute,
  235. } as any)
  236. const AuthenticatedKeysIndexRoute = AuthenticatedKeysIndexRouteImport.update({
  237. id: '/keys/',
  238. path: '/keys/',
  239. getParentRoute: () => AuthenticatedRouteRoute,
  240. } as any)
  241. const AuthenticatedDashboardIndexRoute =
  242. AuthenticatedDashboardIndexRouteImport.update({
  243. id: '/dashboard/',
  244. path: '/dashboard/',
  245. getParentRoute: () => AuthenticatedRouteRoute,
  246. } as any)
  247. const AuthenticatedChannelsIndexRoute =
  248. AuthenticatedChannelsIndexRouteImport.update({
  249. id: '/channels/',
  250. path: '/channels/',
  251. getParentRoute: () => AuthenticatedRouteRoute,
  252. } as any)
  253. const AuthenticatedUsageLogsSectionRoute =
  254. AuthenticatedUsageLogsSectionRouteImport.update({
  255. id: '/usage-logs/$section',
  256. path: '/usage-logs/$section',
  257. getParentRoute: () => AuthenticatedRouteRoute,
  258. } as any)
  259. const AuthenticatedModelsSectionRoute =
  260. AuthenticatedModelsSectionRouteImport.update({
  261. id: '/models/$section',
  262. path: '/models/$section',
  263. getParentRoute: () => AuthenticatedRouteRoute,
  264. } as any)
  265. const AuthenticatedErrorsErrorRoute =
  266. AuthenticatedErrorsErrorRouteImport.update({
  267. id: '/errors/$error',
  268. path: '/errors/$error',
  269. getParentRoute: () => AuthenticatedRouteRoute,
  270. } as any)
  271. const AuthenticatedDashboardSectionRoute =
  272. AuthenticatedDashboardSectionRouteImport.update({
  273. id: '/dashboard/$section',
  274. path: '/dashboard/$section',
  275. getParentRoute: () => AuthenticatedRouteRoute,
  276. } as any)
  277. const AuthenticatedChatChatIdRoute = AuthenticatedChatChatIdRouteImport.update({
  278. id: '/chat/$chatId',
  279. path: '/chat/$chatId',
  280. getParentRoute: () => AuthenticatedRouteRoute,
  281. } as any)
  282. const authUserResetRoute = authUserResetRouteImport.update({
  283. id: '/user/reset',
  284. path: '/user/reset',
  285. getParentRoute: () => authRouteRoute,
  286. } as any)
  287. const AuthenticatedSystemSettingsSiteIndexRoute =
  288. AuthenticatedSystemSettingsSiteIndexRouteImport.update({
  289. id: '/site/',
  290. path: '/site/',
  291. getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
  292. } as any)
  293. const AuthenticatedSystemSettingsSecurityIndexRoute =
  294. AuthenticatedSystemSettingsSecurityIndexRouteImport.update({
  295. id: '/security/',
  296. path: '/security/',
  297. getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
  298. } as any)
  299. const AuthenticatedSystemSettingsOperationsIndexRoute =
  300. AuthenticatedSystemSettingsOperationsIndexRouteImport.update({
  301. id: '/operations/',
  302. path: '/operations/',
  303. getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
  304. } as any)
  305. const AuthenticatedSystemSettingsModelsIndexRoute =
  306. AuthenticatedSystemSettingsModelsIndexRouteImport.update({
  307. id: '/models/',
  308. path: '/models/',
  309. getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
  310. } as any)
  311. const AuthenticatedSystemSettingsContentIndexRoute =
  312. AuthenticatedSystemSettingsContentIndexRouteImport.update({
  313. id: '/content/',
  314. path: '/content/',
  315. getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
  316. } as any)
  317. const AuthenticatedSystemSettingsBillingIndexRoute =
  318. AuthenticatedSystemSettingsBillingIndexRouteImport.update({
  319. id: '/billing/',
  320. path: '/billing/',
  321. getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
  322. } as any)
  323. const AuthenticatedSystemSettingsAuthIndexRoute =
  324. AuthenticatedSystemSettingsAuthIndexRouteImport.update({
  325. id: '/auth/',
  326. path: '/auth/',
  327. getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
  328. } as any)
  329. const AuthenticatedSystemSettingsSiteSectionRoute =
  330. AuthenticatedSystemSettingsSiteSectionRouteImport.update({
  331. id: '/site/$section',
  332. path: '/site/$section',
  333. getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
  334. } as any)
  335. const AuthenticatedSystemSettingsSecuritySectionRoute =
  336. AuthenticatedSystemSettingsSecuritySectionRouteImport.update({
  337. id: '/security/$section',
  338. path: '/security/$section',
  339. getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
  340. } as any)
  341. const AuthenticatedSystemSettingsOperationsSectionRoute =
  342. AuthenticatedSystemSettingsOperationsSectionRouteImport.update({
  343. id: '/operations/$section',
  344. path: '/operations/$section',
  345. getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
  346. } as any)
  347. const AuthenticatedSystemSettingsModelsSectionRoute =
  348. AuthenticatedSystemSettingsModelsSectionRouteImport.update({
  349. id: '/models/$section',
  350. path: '/models/$section',
  351. getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
  352. } as any)
  353. const AuthenticatedSystemSettingsContentSectionRoute =
  354. AuthenticatedSystemSettingsContentSectionRouteImport.update({
  355. id: '/content/$section',
  356. path: '/content/$section',
  357. getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
  358. } as any)
  359. const AuthenticatedSystemSettingsBillingSectionRoute =
  360. AuthenticatedSystemSettingsBillingSectionRouteImport.update({
  361. id: '/billing/$section',
  362. path: '/billing/$section',
  363. getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
  364. } as any)
  365. const AuthenticatedSystemSettingsAuthSectionRoute =
  366. AuthenticatedSystemSettingsAuthSectionRouteImport.update({
  367. id: '/auth/$section',
  368. path: '/auth/$section',
  369. getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
  370. } as any)
  371. export interface FileRoutesByFullPath {
  372. '/': typeof IndexRoute
  373. '/privacy-policy': typeof PrivacyPolicyRoute
  374. '/user-agreement': typeof UserAgreementRoute
  375. '/system-settings': typeof AuthenticatedSystemSettingsRouteRouteWithChildren
  376. '/forgot-password': typeof authForgotPasswordRoute
  377. '/oauth': typeof authOauthRoute
  378. '/otp': typeof authOtpRoute
  379. '/reset': typeof authResetRoute
  380. '/sign-in': typeof authSignInRoute
  381. '/sign-up': typeof authSignUpRoute
  382. '/401': typeof errors401Route
  383. '/403': typeof errors403Route
  384. '/404': typeof errors404Route
  385. '/500': typeof errors500Route
  386. '/503': typeof errors503Route
  387. '/chat2link': typeof AuthenticatedChat2linkRoute
  388. '/oauth/$provider': typeof OauthProviderRoute
  389. '/about/': typeof AboutIndexRoute
  390. '/pricing/': typeof PricingIndexRoute
  391. '/rankings/': typeof RankingsIndexRoute
  392. '/setup/': typeof SetupIndexRoute
  393. '/user/reset': typeof authUserResetRoute
  394. '/chat/$chatId': typeof AuthenticatedChatChatIdRoute
  395. '/dashboard/$section': typeof AuthenticatedDashboardSectionRoute
  396. '/errors/$error': typeof AuthenticatedErrorsErrorRoute
  397. '/models/$section': typeof AuthenticatedModelsSectionRoute
  398. '/usage-logs/$section': typeof AuthenticatedUsageLogsSectionRoute
  399. '/channels/': typeof AuthenticatedChannelsIndexRoute
  400. '/dashboard/': typeof AuthenticatedDashboardIndexRoute
  401. '/keys/': typeof AuthenticatedKeysIndexRoute
  402. '/models/': typeof AuthenticatedModelsIndexRoute
  403. '/playground/': typeof AuthenticatedPlaygroundIndexRoute
  404. '/profile/': typeof AuthenticatedProfileIndexRoute
  405. '/redemption-codes/': typeof AuthenticatedRedemptionCodesIndexRoute
  406. '/subscriptions/': typeof AuthenticatedSubscriptionsIndexRoute
  407. '/system-settings/': typeof AuthenticatedSystemSettingsIndexRoute
  408. '/usage-logs/': typeof AuthenticatedUsageLogsIndexRoute
  409. '/users/': typeof AuthenticatedUsersIndexRoute
  410. '/wallet/': typeof AuthenticatedWalletIndexRoute
  411. '/pricing/$modelId/': typeof PricingModelIdIndexRoute
  412. '/system-settings/auth/$section': typeof AuthenticatedSystemSettingsAuthSectionRoute
  413. '/system-settings/billing/$section': typeof AuthenticatedSystemSettingsBillingSectionRoute
  414. '/system-settings/content/$section': typeof AuthenticatedSystemSettingsContentSectionRoute
  415. '/system-settings/models/$section': typeof AuthenticatedSystemSettingsModelsSectionRoute
  416. '/system-settings/operations/$section': typeof AuthenticatedSystemSettingsOperationsSectionRoute
  417. '/system-settings/security/$section': typeof AuthenticatedSystemSettingsSecuritySectionRoute
  418. '/system-settings/site/$section': typeof AuthenticatedSystemSettingsSiteSectionRoute
  419. '/system-settings/auth/': typeof AuthenticatedSystemSettingsAuthIndexRoute
  420. '/system-settings/billing/': typeof AuthenticatedSystemSettingsBillingIndexRoute
  421. '/system-settings/content/': typeof AuthenticatedSystemSettingsContentIndexRoute
  422. '/system-settings/models/': typeof AuthenticatedSystemSettingsModelsIndexRoute
  423. '/system-settings/operations/': typeof AuthenticatedSystemSettingsOperationsIndexRoute
  424. '/system-settings/security/': typeof AuthenticatedSystemSettingsSecurityIndexRoute
  425. '/system-settings/site/': typeof AuthenticatedSystemSettingsSiteIndexRoute
  426. }
  427. export interface FileRoutesByTo {
  428. '/': typeof IndexRoute
  429. '/privacy-policy': typeof PrivacyPolicyRoute
  430. '/user-agreement': typeof UserAgreementRoute
  431. '/forgot-password': typeof authForgotPasswordRoute
  432. '/oauth': typeof authOauthRoute
  433. '/otp': typeof authOtpRoute
  434. '/reset': typeof authResetRoute
  435. '/sign-in': typeof authSignInRoute
  436. '/sign-up': typeof authSignUpRoute
  437. '/401': typeof errors401Route
  438. '/403': typeof errors403Route
  439. '/404': typeof errors404Route
  440. '/500': typeof errors500Route
  441. '/503': typeof errors503Route
  442. '/chat2link': typeof AuthenticatedChat2linkRoute
  443. '/oauth/$provider': typeof OauthProviderRoute
  444. '/about': typeof AboutIndexRoute
  445. '/pricing': typeof PricingIndexRoute
  446. '/rankings': typeof RankingsIndexRoute
  447. '/setup': typeof SetupIndexRoute
  448. '/user/reset': typeof authUserResetRoute
  449. '/chat/$chatId': typeof AuthenticatedChatChatIdRoute
  450. '/dashboard/$section': typeof AuthenticatedDashboardSectionRoute
  451. '/errors/$error': typeof AuthenticatedErrorsErrorRoute
  452. '/models/$section': typeof AuthenticatedModelsSectionRoute
  453. '/usage-logs/$section': typeof AuthenticatedUsageLogsSectionRoute
  454. '/channels': typeof AuthenticatedChannelsIndexRoute
  455. '/dashboard': typeof AuthenticatedDashboardIndexRoute
  456. '/keys': typeof AuthenticatedKeysIndexRoute
  457. '/models': typeof AuthenticatedModelsIndexRoute
  458. '/playground': typeof AuthenticatedPlaygroundIndexRoute
  459. '/profile': typeof AuthenticatedProfileIndexRoute
  460. '/redemption-codes': typeof AuthenticatedRedemptionCodesIndexRoute
  461. '/subscriptions': typeof AuthenticatedSubscriptionsIndexRoute
  462. '/system-settings': typeof AuthenticatedSystemSettingsIndexRoute
  463. '/usage-logs': typeof AuthenticatedUsageLogsIndexRoute
  464. '/users': typeof AuthenticatedUsersIndexRoute
  465. '/wallet': typeof AuthenticatedWalletIndexRoute
  466. '/pricing/$modelId': typeof PricingModelIdIndexRoute
  467. '/system-settings/auth/$section': typeof AuthenticatedSystemSettingsAuthSectionRoute
  468. '/system-settings/billing/$section': typeof AuthenticatedSystemSettingsBillingSectionRoute
  469. '/system-settings/content/$section': typeof AuthenticatedSystemSettingsContentSectionRoute
  470. '/system-settings/models/$section': typeof AuthenticatedSystemSettingsModelsSectionRoute
  471. '/system-settings/operations/$section': typeof AuthenticatedSystemSettingsOperationsSectionRoute
  472. '/system-settings/security/$section': typeof AuthenticatedSystemSettingsSecuritySectionRoute
  473. '/system-settings/site/$section': typeof AuthenticatedSystemSettingsSiteSectionRoute
  474. '/system-settings/auth': typeof AuthenticatedSystemSettingsAuthIndexRoute
  475. '/system-settings/billing': typeof AuthenticatedSystemSettingsBillingIndexRoute
  476. '/system-settings/content': typeof AuthenticatedSystemSettingsContentIndexRoute
  477. '/system-settings/models': typeof AuthenticatedSystemSettingsModelsIndexRoute
  478. '/system-settings/operations': typeof AuthenticatedSystemSettingsOperationsIndexRoute
  479. '/system-settings/security': typeof AuthenticatedSystemSettingsSecurityIndexRoute
  480. '/system-settings/site': typeof AuthenticatedSystemSettingsSiteIndexRoute
  481. }
  482. export interface FileRoutesById {
  483. __root__: typeof rootRouteImport
  484. '/': typeof IndexRoute
  485. '/(auth)': typeof authRouteRouteWithChildren
  486. '/_authenticated': typeof AuthenticatedRouteRouteWithChildren
  487. '/privacy-policy': typeof PrivacyPolicyRoute
  488. '/user-agreement': typeof UserAgreementRoute
  489. '/_authenticated/system-settings': typeof AuthenticatedSystemSettingsRouteRouteWithChildren
  490. '/(auth)/forgot-password': typeof authForgotPasswordRoute
  491. '/(auth)/oauth': typeof authOauthRoute
  492. '/(auth)/otp': typeof authOtpRoute
  493. '/(auth)/reset': typeof authResetRoute
  494. '/(auth)/sign-in': typeof authSignInRoute
  495. '/(auth)/sign-up': typeof authSignUpRoute
  496. '/(errors)/401': typeof errors401Route
  497. '/(errors)/403': typeof errors403Route
  498. '/(errors)/404': typeof errors404Route
  499. '/(errors)/500': typeof errors500Route
  500. '/(errors)/503': typeof errors503Route
  501. '/_authenticated/chat2link': typeof AuthenticatedChat2linkRoute
  502. '/oauth/$provider': typeof OauthProviderRoute
  503. '/about/': typeof AboutIndexRoute
  504. '/pricing/': typeof PricingIndexRoute
  505. '/rankings/': typeof RankingsIndexRoute
  506. '/setup/': typeof SetupIndexRoute
  507. '/(auth)/user/reset': typeof authUserResetRoute
  508. '/_authenticated/chat/$chatId': typeof AuthenticatedChatChatIdRoute
  509. '/_authenticated/dashboard/$section': typeof AuthenticatedDashboardSectionRoute
  510. '/_authenticated/errors/$error': typeof AuthenticatedErrorsErrorRoute
  511. '/_authenticated/models/$section': typeof AuthenticatedModelsSectionRoute
  512. '/_authenticated/usage-logs/$section': typeof AuthenticatedUsageLogsSectionRoute
  513. '/_authenticated/channels/': typeof AuthenticatedChannelsIndexRoute
  514. '/_authenticated/dashboard/': typeof AuthenticatedDashboardIndexRoute
  515. '/_authenticated/keys/': typeof AuthenticatedKeysIndexRoute
  516. '/_authenticated/models/': typeof AuthenticatedModelsIndexRoute
  517. '/_authenticated/playground/': typeof AuthenticatedPlaygroundIndexRoute
  518. '/_authenticated/profile/': typeof AuthenticatedProfileIndexRoute
  519. '/_authenticated/redemption-codes/': typeof AuthenticatedRedemptionCodesIndexRoute
  520. '/_authenticated/subscriptions/': typeof AuthenticatedSubscriptionsIndexRoute
  521. '/_authenticated/system-settings/': typeof AuthenticatedSystemSettingsIndexRoute
  522. '/_authenticated/usage-logs/': typeof AuthenticatedUsageLogsIndexRoute
  523. '/_authenticated/users/': typeof AuthenticatedUsersIndexRoute
  524. '/_authenticated/wallet/': typeof AuthenticatedWalletIndexRoute
  525. '/pricing/$modelId/': typeof PricingModelIdIndexRoute
  526. '/_authenticated/system-settings/auth/$section': typeof AuthenticatedSystemSettingsAuthSectionRoute
  527. '/_authenticated/system-settings/billing/$section': typeof AuthenticatedSystemSettingsBillingSectionRoute
  528. '/_authenticated/system-settings/content/$section': typeof AuthenticatedSystemSettingsContentSectionRoute
  529. '/_authenticated/system-settings/models/$section': typeof AuthenticatedSystemSettingsModelsSectionRoute
  530. '/_authenticated/system-settings/operations/$section': typeof AuthenticatedSystemSettingsOperationsSectionRoute
  531. '/_authenticated/system-settings/security/$section': typeof AuthenticatedSystemSettingsSecuritySectionRoute
  532. '/_authenticated/system-settings/site/$section': typeof AuthenticatedSystemSettingsSiteSectionRoute
  533. '/_authenticated/system-settings/auth/': typeof AuthenticatedSystemSettingsAuthIndexRoute
  534. '/_authenticated/system-settings/billing/': typeof AuthenticatedSystemSettingsBillingIndexRoute
  535. '/_authenticated/system-settings/content/': typeof AuthenticatedSystemSettingsContentIndexRoute
  536. '/_authenticated/system-settings/models/': typeof AuthenticatedSystemSettingsModelsIndexRoute
  537. '/_authenticated/system-settings/operations/': typeof AuthenticatedSystemSettingsOperationsIndexRoute
  538. '/_authenticated/system-settings/security/': typeof AuthenticatedSystemSettingsSecurityIndexRoute
  539. '/_authenticated/system-settings/site/': typeof AuthenticatedSystemSettingsSiteIndexRoute
  540. }
  541. export interface FileRouteTypes {
  542. fileRoutesByFullPath: FileRoutesByFullPath
  543. fullPaths:
  544. | '/'
  545. | '/privacy-policy'
  546. | '/user-agreement'
  547. | '/system-settings'
  548. | '/forgot-password'
  549. | '/oauth'
  550. | '/otp'
  551. | '/reset'
  552. | '/sign-in'
  553. | '/sign-up'
  554. | '/401'
  555. | '/403'
  556. | '/404'
  557. | '/500'
  558. | '/503'
  559. | '/chat2link'
  560. | '/oauth/$provider'
  561. | '/about/'
  562. | '/pricing/'
  563. | '/rankings/'
  564. | '/setup/'
  565. | '/user/reset'
  566. | '/chat/$chatId'
  567. | '/dashboard/$section'
  568. | '/errors/$error'
  569. | '/models/$section'
  570. | '/usage-logs/$section'
  571. | '/channels/'
  572. | '/dashboard/'
  573. | '/keys/'
  574. | '/models/'
  575. | '/playground/'
  576. | '/profile/'
  577. | '/redemption-codes/'
  578. | '/subscriptions/'
  579. | '/system-settings/'
  580. | '/usage-logs/'
  581. | '/users/'
  582. | '/wallet/'
  583. | '/pricing/$modelId/'
  584. | '/system-settings/auth/$section'
  585. | '/system-settings/billing/$section'
  586. | '/system-settings/content/$section'
  587. | '/system-settings/models/$section'
  588. | '/system-settings/operations/$section'
  589. | '/system-settings/security/$section'
  590. | '/system-settings/site/$section'
  591. | '/system-settings/auth/'
  592. | '/system-settings/billing/'
  593. | '/system-settings/content/'
  594. | '/system-settings/models/'
  595. | '/system-settings/operations/'
  596. | '/system-settings/security/'
  597. | '/system-settings/site/'
  598. fileRoutesByTo: FileRoutesByTo
  599. to:
  600. | '/'
  601. | '/privacy-policy'
  602. | '/user-agreement'
  603. | '/forgot-password'
  604. | '/oauth'
  605. | '/otp'
  606. | '/reset'
  607. | '/sign-in'
  608. | '/sign-up'
  609. | '/401'
  610. | '/403'
  611. | '/404'
  612. | '/500'
  613. | '/503'
  614. | '/chat2link'
  615. | '/oauth/$provider'
  616. | '/about'
  617. | '/pricing'
  618. | '/rankings'
  619. | '/setup'
  620. | '/user/reset'
  621. | '/chat/$chatId'
  622. | '/dashboard/$section'
  623. | '/errors/$error'
  624. | '/models/$section'
  625. | '/usage-logs/$section'
  626. | '/channels'
  627. | '/dashboard'
  628. | '/keys'
  629. | '/models'
  630. | '/playground'
  631. | '/profile'
  632. | '/redemption-codes'
  633. | '/subscriptions'
  634. | '/system-settings'
  635. | '/usage-logs'
  636. | '/users'
  637. | '/wallet'
  638. | '/pricing/$modelId'
  639. | '/system-settings/auth/$section'
  640. | '/system-settings/billing/$section'
  641. | '/system-settings/content/$section'
  642. | '/system-settings/models/$section'
  643. | '/system-settings/operations/$section'
  644. | '/system-settings/security/$section'
  645. | '/system-settings/site/$section'
  646. | '/system-settings/auth'
  647. | '/system-settings/billing'
  648. | '/system-settings/content'
  649. | '/system-settings/models'
  650. | '/system-settings/operations'
  651. | '/system-settings/security'
  652. | '/system-settings/site'
  653. id:
  654. | '__root__'
  655. | '/'
  656. | '/(auth)'
  657. | '/_authenticated'
  658. | '/privacy-policy'
  659. | '/user-agreement'
  660. | '/_authenticated/system-settings'
  661. | '/(auth)/forgot-password'
  662. | '/(auth)/oauth'
  663. | '/(auth)/otp'
  664. | '/(auth)/reset'
  665. | '/(auth)/sign-in'
  666. | '/(auth)/sign-up'
  667. | '/(errors)/401'
  668. | '/(errors)/403'
  669. | '/(errors)/404'
  670. | '/(errors)/500'
  671. | '/(errors)/503'
  672. | '/_authenticated/chat2link'
  673. | '/oauth/$provider'
  674. | '/about/'
  675. | '/pricing/'
  676. | '/rankings/'
  677. | '/setup/'
  678. | '/(auth)/user/reset'
  679. | '/_authenticated/chat/$chatId'
  680. | '/_authenticated/dashboard/$section'
  681. | '/_authenticated/errors/$error'
  682. | '/_authenticated/models/$section'
  683. | '/_authenticated/usage-logs/$section'
  684. | '/_authenticated/channels/'
  685. | '/_authenticated/dashboard/'
  686. | '/_authenticated/keys/'
  687. | '/_authenticated/models/'
  688. | '/_authenticated/playground/'
  689. | '/_authenticated/profile/'
  690. | '/_authenticated/redemption-codes/'
  691. | '/_authenticated/subscriptions/'
  692. | '/_authenticated/system-settings/'
  693. | '/_authenticated/usage-logs/'
  694. | '/_authenticated/users/'
  695. | '/_authenticated/wallet/'
  696. | '/pricing/$modelId/'
  697. | '/_authenticated/system-settings/auth/$section'
  698. | '/_authenticated/system-settings/billing/$section'
  699. | '/_authenticated/system-settings/content/$section'
  700. | '/_authenticated/system-settings/models/$section'
  701. | '/_authenticated/system-settings/operations/$section'
  702. | '/_authenticated/system-settings/security/$section'
  703. | '/_authenticated/system-settings/site/$section'
  704. | '/_authenticated/system-settings/auth/'
  705. | '/_authenticated/system-settings/billing/'
  706. | '/_authenticated/system-settings/content/'
  707. | '/_authenticated/system-settings/models/'
  708. | '/_authenticated/system-settings/operations/'
  709. | '/_authenticated/system-settings/security/'
  710. | '/_authenticated/system-settings/site/'
  711. fileRoutesById: FileRoutesById
  712. }
  713. export interface RootRouteChildren {
  714. IndexRoute: typeof IndexRoute
  715. authRouteRoute: typeof authRouteRouteWithChildren
  716. AuthenticatedRouteRoute: typeof AuthenticatedRouteRouteWithChildren
  717. PrivacyPolicyRoute: typeof PrivacyPolicyRoute
  718. UserAgreementRoute: typeof UserAgreementRoute
  719. errors401Route: typeof errors401Route
  720. errors403Route: typeof errors403Route
  721. errors404Route: typeof errors404Route
  722. errors500Route: typeof errors500Route
  723. errors503Route: typeof errors503Route
  724. OauthProviderRoute: typeof OauthProviderRoute
  725. AboutIndexRoute: typeof AboutIndexRoute
  726. PricingIndexRoute: typeof PricingIndexRoute
  727. RankingsIndexRoute: typeof RankingsIndexRoute
  728. SetupIndexRoute: typeof SetupIndexRoute
  729. PricingModelIdIndexRoute: typeof PricingModelIdIndexRoute
  730. }
  731. declare module '@tanstack/react-router' {
  732. interface FileRoutesByPath {
  733. '/user-agreement': {
  734. id: '/user-agreement'
  735. path: '/user-agreement'
  736. fullPath: '/user-agreement'
  737. preLoaderRoute: typeof UserAgreementRouteImport
  738. parentRoute: typeof rootRouteImport
  739. }
  740. '/privacy-policy': {
  741. id: '/privacy-policy'
  742. path: '/privacy-policy'
  743. fullPath: '/privacy-policy'
  744. preLoaderRoute: typeof PrivacyPolicyRouteImport
  745. parentRoute: typeof rootRouteImport
  746. }
  747. '/_authenticated': {
  748. id: '/_authenticated'
  749. path: ''
  750. fullPath: '/'
  751. preLoaderRoute: typeof AuthenticatedRouteRouteImport
  752. parentRoute: typeof rootRouteImport
  753. }
  754. '/(auth)': {
  755. id: '/(auth)'
  756. path: ''
  757. fullPath: ''
  758. preLoaderRoute: typeof authRouteRouteImport
  759. parentRoute: typeof rootRouteImport
  760. }
  761. '/': {
  762. id: '/'
  763. path: '/'
  764. fullPath: '/'
  765. preLoaderRoute: typeof IndexRouteImport
  766. parentRoute: typeof rootRouteImport
  767. }
  768. '/setup/': {
  769. id: '/setup/'
  770. path: '/setup'
  771. fullPath: '/setup/'
  772. preLoaderRoute: typeof SetupIndexRouteImport
  773. parentRoute: typeof rootRouteImport
  774. }
  775. '/rankings/': {
  776. id: '/rankings/'
  777. path: '/rankings'
  778. fullPath: '/rankings/'
  779. preLoaderRoute: typeof RankingsIndexRouteImport
  780. parentRoute: typeof rootRouteImport
  781. }
  782. '/pricing/': {
  783. id: '/pricing/'
  784. path: '/pricing'
  785. fullPath: '/pricing/'
  786. preLoaderRoute: typeof PricingIndexRouteImport
  787. parentRoute: typeof rootRouteImport
  788. }
  789. '/about/': {
  790. id: '/about/'
  791. path: '/about'
  792. fullPath: '/about/'
  793. preLoaderRoute: typeof AboutIndexRouteImport
  794. parentRoute: typeof rootRouteImport
  795. }
  796. '/oauth/$provider': {
  797. id: '/oauth/$provider'
  798. path: '/oauth/$provider'
  799. fullPath: '/oauth/$provider'
  800. preLoaderRoute: typeof OauthProviderRouteImport
  801. parentRoute: typeof rootRouteImport
  802. }
  803. '/_authenticated/chat2link': {
  804. id: '/_authenticated/chat2link'
  805. path: '/chat2link'
  806. fullPath: '/chat2link'
  807. preLoaderRoute: typeof AuthenticatedChat2linkRouteImport
  808. parentRoute: typeof AuthenticatedRouteRoute
  809. }
  810. '/(errors)/503': {
  811. id: '/(errors)/503'
  812. path: '/503'
  813. fullPath: '/503'
  814. preLoaderRoute: typeof errors503RouteImport
  815. parentRoute: typeof rootRouteImport
  816. }
  817. '/(errors)/500': {
  818. id: '/(errors)/500'
  819. path: '/500'
  820. fullPath: '/500'
  821. preLoaderRoute: typeof errors500RouteImport
  822. parentRoute: typeof rootRouteImport
  823. }
  824. '/(errors)/404': {
  825. id: '/(errors)/404'
  826. path: '/404'
  827. fullPath: '/404'
  828. preLoaderRoute: typeof errors404RouteImport
  829. parentRoute: typeof rootRouteImport
  830. }
  831. '/(errors)/403': {
  832. id: '/(errors)/403'
  833. path: '/403'
  834. fullPath: '/403'
  835. preLoaderRoute: typeof errors403RouteImport
  836. parentRoute: typeof rootRouteImport
  837. }
  838. '/(errors)/401': {
  839. id: '/(errors)/401'
  840. path: '/401'
  841. fullPath: '/401'
  842. preLoaderRoute: typeof errors401RouteImport
  843. parentRoute: typeof rootRouteImport
  844. }
  845. '/(auth)/sign-up': {
  846. id: '/(auth)/sign-up'
  847. path: '/sign-up'
  848. fullPath: '/sign-up'
  849. preLoaderRoute: typeof authSignUpRouteImport
  850. parentRoute: typeof authRouteRoute
  851. }
  852. '/(auth)/sign-in': {
  853. id: '/(auth)/sign-in'
  854. path: '/sign-in'
  855. fullPath: '/sign-in'
  856. preLoaderRoute: typeof authSignInRouteImport
  857. parentRoute: typeof authRouteRoute
  858. }
  859. '/(auth)/reset': {
  860. id: '/(auth)/reset'
  861. path: '/reset'
  862. fullPath: '/reset'
  863. preLoaderRoute: typeof authResetRouteImport
  864. parentRoute: typeof authRouteRoute
  865. }
  866. '/(auth)/otp': {
  867. id: '/(auth)/otp'
  868. path: '/otp'
  869. fullPath: '/otp'
  870. preLoaderRoute: typeof authOtpRouteImport
  871. parentRoute: typeof authRouteRoute
  872. }
  873. '/(auth)/oauth': {
  874. id: '/(auth)/oauth'
  875. path: '/oauth'
  876. fullPath: '/oauth'
  877. preLoaderRoute: typeof authOauthRouteImport
  878. parentRoute: typeof authRouteRoute
  879. }
  880. '/(auth)/forgot-password': {
  881. id: '/(auth)/forgot-password'
  882. path: '/forgot-password'
  883. fullPath: '/forgot-password'
  884. preLoaderRoute: typeof authForgotPasswordRouteImport
  885. parentRoute: typeof authRouteRoute
  886. }
  887. '/_authenticated/system-settings': {
  888. id: '/_authenticated/system-settings'
  889. path: '/system-settings'
  890. fullPath: '/system-settings'
  891. preLoaderRoute: typeof AuthenticatedSystemSettingsRouteRouteImport
  892. parentRoute: typeof AuthenticatedRouteRoute
  893. }
  894. '/pricing/$modelId/': {
  895. id: '/pricing/$modelId/'
  896. path: '/pricing/$modelId'
  897. fullPath: '/pricing/$modelId/'
  898. preLoaderRoute: typeof PricingModelIdIndexRouteImport
  899. parentRoute: typeof rootRouteImport
  900. }
  901. '/_authenticated/wallet/': {
  902. id: '/_authenticated/wallet/'
  903. path: '/wallet'
  904. fullPath: '/wallet/'
  905. preLoaderRoute: typeof AuthenticatedWalletIndexRouteImport
  906. parentRoute: typeof AuthenticatedRouteRoute
  907. }
  908. '/_authenticated/users/': {
  909. id: '/_authenticated/users/'
  910. path: '/users'
  911. fullPath: '/users/'
  912. preLoaderRoute: typeof AuthenticatedUsersIndexRouteImport
  913. parentRoute: typeof AuthenticatedRouteRoute
  914. }
  915. '/_authenticated/usage-logs/': {
  916. id: '/_authenticated/usage-logs/'
  917. path: '/usage-logs'
  918. fullPath: '/usage-logs/'
  919. preLoaderRoute: typeof AuthenticatedUsageLogsIndexRouteImport
  920. parentRoute: typeof AuthenticatedRouteRoute
  921. }
  922. '/_authenticated/system-settings/': {
  923. id: '/_authenticated/system-settings/'
  924. path: '/'
  925. fullPath: '/system-settings/'
  926. preLoaderRoute: typeof AuthenticatedSystemSettingsIndexRouteImport
  927. parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
  928. }
  929. '/_authenticated/subscriptions/': {
  930. id: '/_authenticated/subscriptions/'
  931. path: '/subscriptions'
  932. fullPath: '/subscriptions/'
  933. preLoaderRoute: typeof AuthenticatedSubscriptionsIndexRouteImport
  934. parentRoute: typeof AuthenticatedRouteRoute
  935. }
  936. '/_authenticated/redemption-codes/': {
  937. id: '/_authenticated/redemption-codes/'
  938. path: '/redemption-codes'
  939. fullPath: '/redemption-codes/'
  940. preLoaderRoute: typeof AuthenticatedRedemptionCodesIndexRouteImport
  941. parentRoute: typeof AuthenticatedRouteRoute
  942. }
  943. '/_authenticated/profile/': {
  944. id: '/_authenticated/profile/'
  945. path: '/profile'
  946. fullPath: '/profile/'
  947. preLoaderRoute: typeof AuthenticatedProfileIndexRouteImport
  948. parentRoute: typeof AuthenticatedRouteRoute
  949. }
  950. '/_authenticated/playground/': {
  951. id: '/_authenticated/playground/'
  952. path: '/playground'
  953. fullPath: '/playground/'
  954. preLoaderRoute: typeof AuthenticatedPlaygroundIndexRouteImport
  955. parentRoute: typeof AuthenticatedRouteRoute
  956. }
  957. '/_authenticated/models/': {
  958. id: '/_authenticated/models/'
  959. path: '/models'
  960. fullPath: '/models/'
  961. preLoaderRoute: typeof AuthenticatedModelsIndexRouteImport
  962. parentRoute: typeof AuthenticatedRouteRoute
  963. }
  964. '/_authenticated/keys/': {
  965. id: '/_authenticated/keys/'
  966. path: '/keys'
  967. fullPath: '/keys/'
  968. preLoaderRoute: typeof AuthenticatedKeysIndexRouteImport
  969. parentRoute: typeof AuthenticatedRouteRoute
  970. }
  971. '/_authenticated/dashboard/': {
  972. id: '/_authenticated/dashboard/'
  973. path: '/dashboard'
  974. fullPath: '/dashboard/'
  975. preLoaderRoute: typeof AuthenticatedDashboardIndexRouteImport
  976. parentRoute: typeof AuthenticatedRouteRoute
  977. }
  978. '/_authenticated/channels/': {
  979. id: '/_authenticated/channels/'
  980. path: '/channels'
  981. fullPath: '/channels/'
  982. preLoaderRoute: typeof AuthenticatedChannelsIndexRouteImport
  983. parentRoute: typeof AuthenticatedRouteRoute
  984. }
  985. '/_authenticated/usage-logs/$section': {
  986. id: '/_authenticated/usage-logs/$section'
  987. path: '/usage-logs/$section'
  988. fullPath: '/usage-logs/$section'
  989. preLoaderRoute: typeof AuthenticatedUsageLogsSectionRouteImport
  990. parentRoute: typeof AuthenticatedRouteRoute
  991. }
  992. '/_authenticated/models/$section': {
  993. id: '/_authenticated/models/$section'
  994. path: '/models/$section'
  995. fullPath: '/models/$section'
  996. preLoaderRoute: typeof AuthenticatedModelsSectionRouteImport
  997. parentRoute: typeof AuthenticatedRouteRoute
  998. }
  999. '/_authenticated/errors/$error': {
  1000. id: '/_authenticated/errors/$error'
  1001. path: '/errors/$error'
  1002. fullPath: '/errors/$error'
  1003. preLoaderRoute: typeof AuthenticatedErrorsErrorRouteImport
  1004. parentRoute: typeof AuthenticatedRouteRoute
  1005. }
  1006. '/_authenticated/dashboard/$section': {
  1007. id: '/_authenticated/dashboard/$section'
  1008. path: '/dashboard/$section'
  1009. fullPath: '/dashboard/$section'
  1010. preLoaderRoute: typeof AuthenticatedDashboardSectionRouteImport
  1011. parentRoute: typeof AuthenticatedRouteRoute
  1012. }
  1013. '/_authenticated/chat/$chatId': {
  1014. id: '/_authenticated/chat/$chatId'
  1015. path: '/chat/$chatId'
  1016. fullPath: '/chat/$chatId'
  1017. preLoaderRoute: typeof AuthenticatedChatChatIdRouteImport
  1018. parentRoute: typeof AuthenticatedRouteRoute
  1019. }
  1020. '/(auth)/user/reset': {
  1021. id: '/(auth)/user/reset'
  1022. path: '/user/reset'
  1023. fullPath: '/user/reset'
  1024. preLoaderRoute: typeof authUserResetRouteImport
  1025. parentRoute: typeof authRouteRoute
  1026. }
  1027. '/_authenticated/system-settings/site/': {
  1028. id: '/_authenticated/system-settings/site/'
  1029. path: '/site'
  1030. fullPath: '/system-settings/site/'
  1031. preLoaderRoute: typeof AuthenticatedSystemSettingsSiteIndexRouteImport
  1032. parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
  1033. }
  1034. '/_authenticated/system-settings/security/': {
  1035. id: '/_authenticated/system-settings/security/'
  1036. path: '/security'
  1037. fullPath: '/system-settings/security/'
  1038. preLoaderRoute: typeof AuthenticatedSystemSettingsSecurityIndexRouteImport
  1039. parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
  1040. }
  1041. '/_authenticated/system-settings/operations/': {
  1042. id: '/_authenticated/system-settings/operations/'
  1043. path: '/operations'
  1044. fullPath: '/system-settings/operations/'
  1045. preLoaderRoute: typeof AuthenticatedSystemSettingsOperationsIndexRouteImport
  1046. parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
  1047. }
  1048. '/_authenticated/system-settings/models/': {
  1049. id: '/_authenticated/system-settings/models/'
  1050. path: '/models'
  1051. fullPath: '/system-settings/models/'
  1052. preLoaderRoute: typeof AuthenticatedSystemSettingsModelsIndexRouteImport
  1053. parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
  1054. }
  1055. '/_authenticated/system-settings/content/': {
  1056. id: '/_authenticated/system-settings/content/'
  1057. path: '/content'
  1058. fullPath: '/system-settings/content/'
  1059. preLoaderRoute: typeof AuthenticatedSystemSettingsContentIndexRouteImport
  1060. parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
  1061. }
  1062. '/_authenticated/system-settings/billing/': {
  1063. id: '/_authenticated/system-settings/billing/'
  1064. path: '/billing'
  1065. fullPath: '/system-settings/billing/'
  1066. preLoaderRoute: typeof AuthenticatedSystemSettingsBillingIndexRouteImport
  1067. parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
  1068. }
  1069. '/_authenticated/system-settings/auth/': {
  1070. id: '/_authenticated/system-settings/auth/'
  1071. path: '/auth'
  1072. fullPath: '/system-settings/auth/'
  1073. preLoaderRoute: typeof AuthenticatedSystemSettingsAuthIndexRouteImport
  1074. parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
  1075. }
  1076. '/_authenticated/system-settings/site/$section': {
  1077. id: '/_authenticated/system-settings/site/$section'
  1078. path: '/site/$section'
  1079. fullPath: '/system-settings/site/$section'
  1080. preLoaderRoute: typeof AuthenticatedSystemSettingsSiteSectionRouteImport
  1081. parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
  1082. }
  1083. '/_authenticated/system-settings/security/$section': {
  1084. id: '/_authenticated/system-settings/security/$section'
  1085. path: '/security/$section'
  1086. fullPath: '/system-settings/security/$section'
  1087. preLoaderRoute: typeof AuthenticatedSystemSettingsSecuritySectionRouteImport
  1088. parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
  1089. }
  1090. '/_authenticated/system-settings/operations/$section': {
  1091. id: '/_authenticated/system-settings/operations/$section'
  1092. path: '/operations/$section'
  1093. fullPath: '/system-settings/operations/$section'
  1094. preLoaderRoute: typeof AuthenticatedSystemSettingsOperationsSectionRouteImport
  1095. parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
  1096. }
  1097. '/_authenticated/system-settings/models/$section': {
  1098. id: '/_authenticated/system-settings/models/$section'
  1099. path: '/models/$section'
  1100. fullPath: '/system-settings/models/$section'
  1101. preLoaderRoute: typeof AuthenticatedSystemSettingsModelsSectionRouteImport
  1102. parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
  1103. }
  1104. '/_authenticated/system-settings/content/$section': {
  1105. id: '/_authenticated/system-settings/content/$section'
  1106. path: '/content/$section'
  1107. fullPath: '/system-settings/content/$section'
  1108. preLoaderRoute: typeof AuthenticatedSystemSettingsContentSectionRouteImport
  1109. parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
  1110. }
  1111. '/_authenticated/system-settings/billing/$section': {
  1112. id: '/_authenticated/system-settings/billing/$section'
  1113. path: '/billing/$section'
  1114. fullPath: '/system-settings/billing/$section'
  1115. preLoaderRoute: typeof AuthenticatedSystemSettingsBillingSectionRouteImport
  1116. parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
  1117. }
  1118. '/_authenticated/system-settings/auth/$section': {
  1119. id: '/_authenticated/system-settings/auth/$section'
  1120. path: '/auth/$section'
  1121. fullPath: '/system-settings/auth/$section'
  1122. preLoaderRoute: typeof AuthenticatedSystemSettingsAuthSectionRouteImport
  1123. parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
  1124. }
  1125. }
  1126. }
  1127. interface authRouteRouteChildren {
  1128. authForgotPasswordRoute: typeof authForgotPasswordRoute
  1129. authOauthRoute: typeof authOauthRoute
  1130. authOtpRoute: typeof authOtpRoute
  1131. authResetRoute: typeof authResetRoute
  1132. authSignInRoute: typeof authSignInRoute
  1133. authSignUpRoute: typeof authSignUpRoute
  1134. authUserResetRoute: typeof authUserResetRoute
  1135. }
  1136. const authRouteRouteChildren: authRouteRouteChildren = {
  1137. authForgotPasswordRoute: authForgotPasswordRoute,
  1138. authOauthRoute: authOauthRoute,
  1139. authOtpRoute: authOtpRoute,
  1140. authResetRoute: authResetRoute,
  1141. authSignInRoute: authSignInRoute,
  1142. authSignUpRoute: authSignUpRoute,
  1143. authUserResetRoute: authUserResetRoute,
  1144. }
  1145. const authRouteRouteWithChildren = authRouteRoute._addFileChildren(
  1146. authRouteRouteChildren,
  1147. )
  1148. interface AuthenticatedSystemSettingsRouteRouteChildren {
  1149. AuthenticatedSystemSettingsIndexRoute: typeof AuthenticatedSystemSettingsIndexRoute
  1150. AuthenticatedSystemSettingsAuthSectionRoute: typeof AuthenticatedSystemSettingsAuthSectionRoute
  1151. AuthenticatedSystemSettingsBillingSectionRoute: typeof AuthenticatedSystemSettingsBillingSectionRoute
  1152. AuthenticatedSystemSettingsContentSectionRoute: typeof AuthenticatedSystemSettingsContentSectionRoute
  1153. AuthenticatedSystemSettingsModelsSectionRoute: typeof AuthenticatedSystemSettingsModelsSectionRoute
  1154. AuthenticatedSystemSettingsOperationsSectionRoute: typeof AuthenticatedSystemSettingsOperationsSectionRoute
  1155. AuthenticatedSystemSettingsSecuritySectionRoute: typeof AuthenticatedSystemSettingsSecuritySectionRoute
  1156. AuthenticatedSystemSettingsSiteSectionRoute: typeof AuthenticatedSystemSettingsSiteSectionRoute
  1157. AuthenticatedSystemSettingsAuthIndexRoute: typeof AuthenticatedSystemSettingsAuthIndexRoute
  1158. AuthenticatedSystemSettingsBillingIndexRoute: typeof AuthenticatedSystemSettingsBillingIndexRoute
  1159. AuthenticatedSystemSettingsContentIndexRoute: typeof AuthenticatedSystemSettingsContentIndexRoute
  1160. AuthenticatedSystemSettingsModelsIndexRoute: typeof AuthenticatedSystemSettingsModelsIndexRoute
  1161. AuthenticatedSystemSettingsOperationsIndexRoute: typeof AuthenticatedSystemSettingsOperationsIndexRoute
  1162. AuthenticatedSystemSettingsSecurityIndexRoute: typeof AuthenticatedSystemSettingsSecurityIndexRoute
  1163. AuthenticatedSystemSettingsSiteIndexRoute: typeof AuthenticatedSystemSettingsSiteIndexRoute
  1164. }
  1165. const AuthenticatedSystemSettingsRouteRouteChildren: AuthenticatedSystemSettingsRouteRouteChildren =
  1166. {
  1167. AuthenticatedSystemSettingsIndexRoute:
  1168. AuthenticatedSystemSettingsIndexRoute,
  1169. AuthenticatedSystemSettingsAuthSectionRoute:
  1170. AuthenticatedSystemSettingsAuthSectionRoute,
  1171. AuthenticatedSystemSettingsBillingSectionRoute:
  1172. AuthenticatedSystemSettingsBillingSectionRoute,
  1173. AuthenticatedSystemSettingsContentSectionRoute:
  1174. AuthenticatedSystemSettingsContentSectionRoute,
  1175. AuthenticatedSystemSettingsModelsSectionRoute:
  1176. AuthenticatedSystemSettingsModelsSectionRoute,
  1177. AuthenticatedSystemSettingsOperationsSectionRoute:
  1178. AuthenticatedSystemSettingsOperationsSectionRoute,
  1179. AuthenticatedSystemSettingsSecuritySectionRoute:
  1180. AuthenticatedSystemSettingsSecuritySectionRoute,
  1181. AuthenticatedSystemSettingsSiteSectionRoute:
  1182. AuthenticatedSystemSettingsSiteSectionRoute,
  1183. AuthenticatedSystemSettingsAuthIndexRoute:
  1184. AuthenticatedSystemSettingsAuthIndexRoute,
  1185. AuthenticatedSystemSettingsBillingIndexRoute:
  1186. AuthenticatedSystemSettingsBillingIndexRoute,
  1187. AuthenticatedSystemSettingsContentIndexRoute:
  1188. AuthenticatedSystemSettingsContentIndexRoute,
  1189. AuthenticatedSystemSettingsModelsIndexRoute:
  1190. AuthenticatedSystemSettingsModelsIndexRoute,
  1191. AuthenticatedSystemSettingsOperationsIndexRoute:
  1192. AuthenticatedSystemSettingsOperationsIndexRoute,
  1193. AuthenticatedSystemSettingsSecurityIndexRoute:
  1194. AuthenticatedSystemSettingsSecurityIndexRoute,
  1195. AuthenticatedSystemSettingsSiteIndexRoute:
  1196. AuthenticatedSystemSettingsSiteIndexRoute,
  1197. }
  1198. const AuthenticatedSystemSettingsRouteRouteWithChildren =
  1199. AuthenticatedSystemSettingsRouteRoute._addFileChildren(
  1200. AuthenticatedSystemSettingsRouteRouteChildren,
  1201. )
  1202. interface AuthenticatedRouteRouteChildren {
  1203. AuthenticatedSystemSettingsRouteRoute: typeof AuthenticatedSystemSettingsRouteRouteWithChildren
  1204. AuthenticatedChat2linkRoute: typeof AuthenticatedChat2linkRoute
  1205. AuthenticatedChatChatIdRoute: typeof AuthenticatedChatChatIdRoute
  1206. AuthenticatedDashboardSectionRoute: typeof AuthenticatedDashboardSectionRoute
  1207. AuthenticatedErrorsErrorRoute: typeof AuthenticatedErrorsErrorRoute
  1208. AuthenticatedModelsSectionRoute: typeof AuthenticatedModelsSectionRoute
  1209. AuthenticatedUsageLogsSectionRoute: typeof AuthenticatedUsageLogsSectionRoute
  1210. AuthenticatedChannelsIndexRoute: typeof AuthenticatedChannelsIndexRoute
  1211. AuthenticatedDashboardIndexRoute: typeof AuthenticatedDashboardIndexRoute
  1212. AuthenticatedKeysIndexRoute: typeof AuthenticatedKeysIndexRoute
  1213. AuthenticatedModelsIndexRoute: typeof AuthenticatedModelsIndexRoute
  1214. AuthenticatedPlaygroundIndexRoute: typeof AuthenticatedPlaygroundIndexRoute
  1215. AuthenticatedProfileIndexRoute: typeof AuthenticatedProfileIndexRoute
  1216. AuthenticatedRedemptionCodesIndexRoute: typeof AuthenticatedRedemptionCodesIndexRoute
  1217. AuthenticatedSubscriptionsIndexRoute: typeof AuthenticatedSubscriptionsIndexRoute
  1218. AuthenticatedUsageLogsIndexRoute: typeof AuthenticatedUsageLogsIndexRoute
  1219. AuthenticatedUsersIndexRoute: typeof AuthenticatedUsersIndexRoute
  1220. AuthenticatedWalletIndexRoute: typeof AuthenticatedWalletIndexRoute
  1221. }
  1222. const AuthenticatedRouteRouteChildren: AuthenticatedRouteRouteChildren = {
  1223. AuthenticatedSystemSettingsRouteRoute:
  1224. AuthenticatedSystemSettingsRouteRouteWithChildren,
  1225. AuthenticatedChat2linkRoute: AuthenticatedChat2linkRoute,
  1226. AuthenticatedChatChatIdRoute: AuthenticatedChatChatIdRoute,
  1227. AuthenticatedDashboardSectionRoute: AuthenticatedDashboardSectionRoute,
  1228. AuthenticatedErrorsErrorRoute: AuthenticatedErrorsErrorRoute,
  1229. AuthenticatedModelsSectionRoute: AuthenticatedModelsSectionRoute,
  1230. AuthenticatedUsageLogsSectionRoute: AuthenticatedUsageLogsSectionRoute,
  1231. AuthenticatedChannelsIndexRoute: AuthenticatedChannelsIndexRoute,
  1232. AuthenticatedDashboardIndexRoute: AuthenticatedDashboardIndexRoute,
  1233. AuthenticatedKeysIndexRoute: AuthenticatedKeysIndexRoute,
  1234. AuthenticatedModelsIndexRoute: AuthenticatedModelsIndexRoute,
  1235. AuthenticatedPlaygroundIndexRoute: AuthenticatedPlaygroundIndexRoute,
  1236. AuthenticatedProfileIndexRoute: AuthenticatedProfileIndexRoute,
  1237. AuthenticatedRedemptionCodesIndexRoute:
  1238. AuthenticatedRedemptionCodesIndexRoute,
  1239. AuthenticatedSubscriptionsIndexRoute: AuthenticatedSubscriptionsIndexRoute,
  1240. AuthenticatedUsageLogsIndexRoute: AuthenticatedUsageLogsIndexRoute,
  1241. AuthenticatedUsersIndexRoute: AuthenticatedUsersIndexRoute,
  1242. AuthenticatedWalletIndexRoute: AuthenticatedWalletIndexRoute,
  1243. }
  1244. const AuthenticatedRouteRouteWithChildren =
  1245. AuthenticatedRouteRoute._addFileChildren(AuthenticatedRouteRouteChildren)
  1246. const rootRouteChildren: RootRouteChildren = {
  1247. IndexRoute: IndexRoute,
  1248. authRouteRoute: authRouteRouteWithChildren,
  1249. AuthenticatedRouteRoute: AuthenticatedRouteRouteWithChildren,
  1250. PrivacyPolicyRoute: PrivacyPolicyRoute,
  1251. UserAgreementRoute: UserAgreementRoute,
  1252. errors401Route: errors401Route,
  1253. errors403Route: errors403Route,
  1254. errors404Route: errors404Route,
  1255. errors500Route: errors500Route,
  1256. errors503Route: errors503Route,
  1257. OauthProviderRoute: OauthProviderRoute,
  1258. AboutIndexRoute: AboutIndexRoute,
  1259. PricingIndexRoute: PricingIndexRoute,
  1260. RankingsIndexRoute: RankingsIndexRoute,
  1261. SetupIndexRoute: SetupIndexRoute,
  1262. PricingModelIdIndexRoute: PricingModelIdIndexRoute,
  1263. }
  1264. export const routeTree = rootRouteImport
  1265. ._addFileChildren(rootRouteChildren)
  1266. ._addFileTypes<FileRouteTypes>()