an independent Bluesky client using Constellation, PDS Queries, and other services
reddwarf.app
frontend
spa
bluesky
reddwarf
microcosm
client
app
1/* eslint-disable */
2
3// @ts-nocheck
4
5// noinspection JSUnusedGlobalSymbols
6
7// This file was automatically generated by TanStack Router.
8// You should NOT make any changes in this file as it will be overwritten.
9// Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified.
10
11import { Route as rootRouteImport } from './routes/__root'
12import { Route as SettingsRouteImport } from './routes/settings'
13import { Route as SearchRouteImport } from './routes/search'
14import { Route as NotificationsRouteImport } from './routes/notifications'
15import { Route as ModerationRouteImport } from './routes/moderation'
16import { Route as FeedsRouteImport } from './routes/feeds'
17import { Route as AboutRouteImport } from './routes/about'
18import { Route as PathlessLayoutRouteImport } from './routes/_pathlessLayout'
19import { Route as IndexRouteImport } from './routes/index'
20import { Route as CallbackIndexRouteImport } from './routes/callback/index'
21import { Route as PathlessLayoutNestedLayoutRouteImport } from './routes/_pathlessLayout/_nested-layout'
22import { Route as ProfileDidIndexRouteImport } from './routes/profile.$did/index'
23import { Route as ProfileDidFollowsRouteImport } from './routes/profile.$did/follows'
24import { Route as ProfileDidFollowersRouteImport } from './routes/profile.$did/followers'
25import { Route as PathlessLayoutNestedLayoutRouteBRouteImport } from './routes/_pathlessLayout/_nested-layout/route-b'
26import { Route as PathlessLayoutNestedLayoutRouteARouteImport } from './routes/_pathlessLayout/_nested-layout/route-a'
27import { Route as ProfileDidPostRkeyRouteImport } from './routes/profile.$did/post.$rkey'
28import { Route as ProfileDidFeedRkeyRouteImport } from './routes/profile.$did/feed.$rkey'
29import { Route as ProfileDidPostRkeyRepostedByRouteImport } from './routes/profile.$did/post.$rkey.reposted-by'
30import { Route as ProfileDidPostRkeyQuotesRouteImport } from './routes/profile.$did/post.$rkey.quotes'
31import { Route as ProfileDidPostRkeyLikedByRouteImport } from './routes/profile.$did/post.$rkey.liked-by'
32import { Route as ProfileDidPostRkeyImageIRouteImport } from './routes/profile.$did/post.$rkey.image.$i'
33
34const SettingsRoute = SettingsRouteImport.update({
35 id: '/settings',
36 path: '/settings',
37 getParentRoute: () => rootRouteImport,
38} as any)
39const SearchRoute = SearchRouteImport.update({
40 id: '/search',
41 path: '/search',
42 getParentRoute: () => rootRouteImport,
43} as any)
44const NotificationsRoute = NotificationsRouteImport.update({
45 id: '/notifications',
46 path: '/notifications',
47 getParentRoute: () => rootRouteImport,
48} as any)
49const ModerationRoute = ModerationRouteImport.update({
50 id: '/moderation',
51 path: '/moderation',
52 getParentRoute: () => rootRouteImport,
53} as any)
54const FeedsRoute = FeedsRouteImport.update({
55 id: '/feeds',
56 path: '/feeds',
57 getParentRoute: () => rootRouteImport,
58} as any)
59const AboutRoute = AboutRouteImport.update({
60 id: '/about',
61 path: '/about',
62 getParentRoute: () => rootRouteImport,
63} as any)
64const PathlessLayoutRoute = PathlessLayoutRouteImport.update({
65 id: '/_pathlessLayout',
66 getParentRoute: () => rootRouteImport,
67} as any)
68const IndexRoute = IndexRouteImport.update({
69 id: '/',
70 path: '/',
71 getParentRoute: () => rootRouteImport,
72} as any)
73const CallbackIndexRoute = CallbackIndexRouteImport.update({
74 id: '/callback/',
75 path: '/callback/',
76 getParentRoute: () => rootRouteImport,
77} as any)
78const PathlessLayoutNestedLayoutRoute =
79 PathlessLayoutNestedLayoutRouteImport.update({
80 id: '/_nested-layout',
81 getParentRoute: () => PathlessLayoutRoute,
82 } as any)
83const ProfileDidIndexRoute = ProfileDidIndexRouteImport.update({
84 id: '/profile/$did/',
85 path: '/profile/$did/',
86 getParentRoute: () => rootRouteImport,
87} as any)
88const ProfileDidFollowsRoute = ProfileDidFollowsRouteImport.update({
89 id: '/profile/$did/follows',
90 path: '/profile/$did/follows',
91 getParentRoute: () => rootRouteImport,
92} as any)
93const ProfileDidFollowersRoute = ProfileDidFollowersRouteImport.update({
94 id: '/profile/$did/followers',
95 path: '/profile/$did/followers',
96 getParentRoute: () => rootRouteImport,
97} as any)
98const PathlessLayoutNestedLayoutRouteBRoute =
99 PathlessLayoutNestedLayoutRouteBRouteImport.update({
100 id: '/route-b',
101 path: '/route-b',
102 getParentRoute: () => PathlessLayoutNestedLayoutRoute,
103 } as any)
104const PathlessLayoutNestedLayoutRouteARoute =
105 PathlessLayoutNestedLayoutRouteARouteImport.update({
106 id: '/route-a',
107 path: '/route-a',
108 getParentRoute: () => PathlessLayoutNestedLayoutRoute,
109 } as any)
110const ProfileDidPostRkeyRoute = ProfileDidPostRkeyRouteImport.update({
111 id: '/profile/$did/post/$rkey',
112 path: '/profile/$did/post/$rkey',
113 getParentRoute: () => rootRouteImport,
114} as any)
115const ProfileDidFeedRkeyRoute = ProfileDidFeedRkeyRouteImport.update({
116 id: '/profile/$did/feed/$rkey',
117 path: '/profile/$did/feed/$rkey',
118 getParentRoute: () => rootRouteImport,
119} as any)
120const ProfileDidPostRkeyRepostedByRoute =
121 ProfileDidPostRkeyRepostedByRouteImport.update({
122 id: '/reposted-by',
123 path: '/reposted-by',
124 getParentRoute: () => ProfileDidPostRkeyRoute,
125 } as any)
126const ProfileDidPostRkeyQuotesRoute =
127 ProfileDidPostRkeyQuotesRouteImport.update({
128 id: '/quotes',
129 path: '/quotes',
130 getParentRoute: () => ProfileDidPostRkeyRoute,
131 } as any)
132const ProfileDidPostRkeyLikedByRoute =
133 ProfileDidPostRkeyLikedByRouteImport.update({
134 id: '/liked-by',
135 path: '/liked-by',
136 getParentRoute: () => ProfileDidPostRkeyRoute,
137 } as any)
138const ProfileDidPostRkeyImageIRoute =
139 ProfileDidPostRkeyImageIRouteImport.update({
140 id: '/image/$i',
141 path: '/image/$i',
142 getParentRoute: () => ProfileDidPostRkeyRoute,
143 } as any)
144
145export interface FileRoutesByFullPath {
146 '/': typeof IndexRoute
147 '/about': typeof AboutRoute
148 '/feeds': typeof FeedsRoute
149 '/moderation': typeof ModerationRoute
150 '/notifications': typeof NotificationsRoute
151 '/search': typeof SearchRoute
152 '/settings': typeof SettingsRoute
153 '/callback': typeof CallbackIndexRoute
154 '/route-a': typeof PathlessLayoutNestedLayoutRouteARoute
155 '/route-b': typeof PathlessLayoutNestedLayoutRouteBRoute
156 '/profile/$did/followers': typeof ProfileDidFollowersRoute
157 '/profile/$did/follows': typeof ProfileDidFollowsRoute
158 '/profile/$did': typeof ProfileDidIndexRoute
159 '/profile/$did/feed/$rkey': typeof ProfileDidFeedRkeyRoute
160 '/profile/$did/post/$rkey': typeof ProfileDidPostRkeyRouteWithChildren
161 '/profile/$did/post/$rkey/liked-by': typeof ProfileDidPostRkeyLikedByRoute
162 '/profile/$did/post/$rkey/quotes': typeof ProfileDidPostRkeyQuotesRoute
163 '/profile/$did/post/$rkey/reposted-by': typeof ProfileDidPostRkeyRepostedByRoute
164 '/profile/$did/post/$rkey/image/$i': typeof ProfileDidPostRkeyImageIRoute
165}
166export interface FileRoutesByTo {
167 '/': typeof IndexRoute
168 '/about': typeof AboutRoute
169 '/feeds': typeof FeedsRoute
170 '/moderation': typeof ModerationRoute
171 '/notifications': typeof NotificationsRoute
172 '/search': typeof SearchRoute
173 '/settings': typeof SettingsRoute
174 '/callback': typeof CallbackIndexRoute
175 '/route-a': typeof PathlessLayoutNestedLayoutRouteARoute
176 '/route-b': typeof PathlessLayoutNestedLayoutRouteBRoute
177 '/profile/$did/followers': typeof ProfileDidFollowersRoute
178 '/profile/$did/follows': typeof ProfileDidFollowsRoute
179 '/profile/$did': typeof ProfileDidIndexRoute
180 '/profile/$did/feed/$rkey': typeof ProfileDidFeedRkeyRoute
181 '/profile/$did/post/$rkey': typeof ProfileDidPostRkeyRouteWithChildren
182 '/profile/$did/post/$rkey/liked-by': typeof ProfileDidPostRkeyLikedByRoute
183 '/profile/$did/post/$rkey/quotes': typeof ProfileDidPostRkeyQuotesRoute
184 '/profile/$did/post/$rkey/reposted-by': typeof ProfileDidPostRkeyRepostedByRoute
185 '/profile/$did/post/$rkey/image/$i': typeof ProfileDidPostRkeyImageIRoute
186}
187export interface FileRoutesById {
188 __root__: typeof rootRouteImport
189 '/': typeof IndexRoute
190 '/_pathlessLayout': typeof PathlessLayoutRouteWithChildren
191 '/about': typeof AboutRoute
192 '/feeds': typeof FeedsRoute
193 '/moderation': typeof ModerationRoute
194 '/notifications': typeof NotificationsRoute
195 '/search': typeof SearchRoute
196 '/settings': typeof SettingsRoute
197 '/_pathlessLayout/_nested-layout': typeof PathlessLayoutNestedLayoutRouteWithChildren
198 '/callback/': typeof CallbackIndexRoute
199 '/_pathlessLayout/_nested-layout/route-a': typeof PathlessLayoutNestedLayoutRouteARoute
200 '/_pathlessLayout/_nested-layout/route-b': typeof PathlessLayoutNestedLayoutRouteBRoute
201 '/profile/$did/followers': typeof ProfileDidFollowersRoute
202 '/profile/$did/follows': typeof ProfileDidFollowsRoute
203 '/profile/$did/': typeof ProfileDidIndexRoute
204 '/profile/$did/feed/$rkey': typeof ProfileDidFeedRkeyRoute
205 '/profile/$did/post/$rkey': typeof ProfileDidPostRkeyRouteWithChildren
206 '/profile/$did/post/$rkey/liked-by': typeof ProfileDidPostRkeyLikedByRoute
207 '/profile/$did/post/$rkey/quotes': typeof ProfileDidPostRkeyQuotesRoute
208 '/profile/$did/post/$rkey/reposted-by': typeof ProfileDidPostRkeyRepostedByRoute
209 '/profile/$did/post/$rkey/image/$i': typeof ProfileDidPostRkeyImageIRoute
210}
211export interface FileRouteTypes {
212 fileRoutesByFullPath: FileRoutesByFullPath
213 fullPaths:
214 | '/'
215 | '/about'
216 | '/feeds'
217 | '/moderation'
218 | '/notifications'
219 | '/search'
220 | '/settings'
221 | '/callback'
222 | '/route-a'
223 | '/route-b'
224 | '/profile/$did/followers'
225 | '/profile/$did/follows'
226 | '/profile/$did'
227 | '/profile/$did/feed/$rkey'
228 | '/profile/$did/post/$rkey'
229 | '/profile/$did/post/$rkey/liked-by'
230 | '/profile/$did/post/$rkey/quotes'
231 | '/profile/$did/post/$rkey/reposted-by'
232 | '/profile/$did/post/$rkey/image/$i'
233 fileRoutesByTo: FileRoutesByTo
234 to:
235 | '/'
236 | '/about'
237 | '/feeds'
238 | '/moderation'
239 | '/notifications'
240 | '/search'
241 | '/settings'
242 | '/callback'
243 | '/route-a'
244 | '/route-b'
245 | '/profile/$did/followers'
246 | '/profile/$did/follows'
247 | '/profile/$did'
248 | '/profile/$did/feed/$rkey'
249 | '/profile/$did/post/$rkey'
250 | '/profile/$did/post/$rkey/liked-by'
251 | '/profile/$did/post/$rkey/quotes'
252 | '/profile/$did/post/$rkey/reposted-by'
253 | '/profile/$did/post/$rkey/image/$i'
254 id:
255 | '__root__'
256 | '/'
257 | '/_pathlessLayout'
258 | '/about'
259 | '/feeds'
260 | '/moderation'
261 | '/notifications'
262 | '/search'
263 | '/settings'
264 | '/_pathlessLayout/_nested-layout'
265 | '/callback/'
266 | '/_pathlessLayout/_nested-layout/route-a'
267 | '/_pathlessLayout/_nested-layout/route-b'
268 | '/profile/$did/followers'
269 | '/profile/$did/follows'
270 | '/profile/$did/'
271 | '/profile/$did/feed/$rkey'
272 | '/profile/$did/post/$rkey'
273 | '/profile/$did/post/$rkey/liked-by'
274 | '/profile/$did/post/$rkey/quotes'
275 | '/profile/$did/post/$rkey/reposted-by'
276 | '/profile/$did/post/$rkey/image/$i'
277 fileRoutesById: FileRoutesById
278}
279export interface RootRouteChildren {
280 IndexRoute: typeof IndexRoute
281 PathlessLayoutRoute: typeof PathlessLayoutRouteWithChildren
282 AboutRoute: typeof AboutRoute
283 FeedsRoute: typeof FeedsRoute
284 ModerationRoute: typeof ModerationRoute
285 NotificationsRoute: typeof NotificationsRoute
286 SearchRoute: typeof SearchRoute
287 SettingsRoute: typeof SettingsRoute
288 CallbackIndexRoute: typeof CallbackIndexRoute
289 ProfileDidFollowersRoute: typeof ProfileDidFollowersRoute
290 ProfileDidFollowsRoute: typeof ProfileDidFollowsRoute
291 ProfileDidIndexRoute: typeof ProfileDidIndexRoute
292 ProfileDidFeedRkeyRoute: typeof ProfileDidFeedRkeyRoute
293 ProfileDidPostRkeyRoute: typeof ProfileDidPostRkeyRouteWithChildren
294}
295
296declare module '@tanstack/react-router' {
297 interface FileRoutesByPath {
298 '/settings': {
299 id: '/settings'
300 path: '/settings'
301 fullPath: '/settings'
302 preLoaderRoute: typeof SettingsRouteImport
303 parentRoute: typeof rootRouteImport
304 }
305 '/search': {
306 id: '/search'
307 path: '/search'
308 fullPath: '/search'
309 preLoaderRoute: typeof SearchRouteImport
310 parentRoute: typeof rootRouteImport
311 }
312 '/notifications': {
313 id: '/notifications'
314 path: '/notifications'
315 fullPath: '/notifications'
316 preLoaderRoute: typeof NotificationsRouteImport
317 parentRoute: typeof rootRouteImport
318 }
319 '/moderation': {
320 id: '/moderation'
321 path: '/moderation'
322 fullPath: '/moderation'
323 preLoaderRoute: typeof ModerationRouteImport
324 parentRoute: typeof rootRouteImport
325 }
326 '/feeds': {
327 id: '/feeds'
328 path: '/feeds'
329 fullPath: '/feeds'
330 preLoaderRoute: typeof FeedsRouteImport
331 parentRoute: typeof rootRouteImport
332 }
333 '/about': {
334 id: '/about'
335 path: '/about'
336 fullPath: '/about'
337 preLoaderRoute: typeof AboutRouteImport
338 parentRoute: typeof rootRouteImport
339 }
340 '/_pathlessLayout': {
341 id: '/_pathlessLayout'
342 path: ''
343 fullPath: ''
344 preLoaderRoute: typeof PathlessLayoutRouteImport
345 parentRoute: typeof rootRouteImport
346 }
347 '/': {
348 id: '/'
349 path: '/'
350 fullPath: '/'
351 preLoaderRoute: typeof IndexRouteImport
352 parentRoute: typeof rootRouteImport
353 }
354 '/callback/': {
355 id: '/callback/'
356 path: '/callback'
357 fullPath: '/callback'
358 preLoaderRoute: typeof CallbackIndexRouteImport
359 parentRoute: typeof rootRouteImport
360 }
361 '/_pathlessLayout/_nested-layout': {
362 id: '/_pathlessLayout/_nested-layout'
363 path: ''
364 fullPath: ''
365 preLoaderRoute: typeof PathlessLayoutNestedLayoutRouteImport
366 parentRoute: typeof PathlessLayoutRoute
367 }
368 '/profile/$did/': {
369 id: '/profile/$did/'
370 path: '/profile/$did'
371 fullPath: '/profile/$did'
372 preLoaderRoute: typeof ProfileDidIndexRouteImport
373 parentRoute: typeof rootRouteImport
374 }
375 '/profile/$did/follows': {
376 id: '/profile/$did/follows'
377 path: '/profile/$did/follows'
378 fullPath: '/profile/$did/follows'
379 preLoaderRoute: typeof ProfileDidFollowsRouteImport
380 parentRoute: typeof rootRouteImport
381 }
382 '/profile/$did/followers': {
383 id: '/profile/$did/followers'
384 path: '/profile/$did/followers'
385 fullPath: '/profile/$did/followers'
386 preLoaderRoute: typeof ProfileDidFollowersRouteImport
387 parentRoute: typeof rootRouteImport
388 }
389 '/_pathlessLayout/_nested-layout/route-b': {
390 id: '/_pathlessLayout/_nested-layout/route-b'
391 path: '/route-b'
392 fullPath: '/route-b'
393 preLoaderRoute: typeof PathlessLayoutNestedLayoutRouteBRouteImport
394 parentRoute: typeof PathlessLayoutNestedLayoutRoute
395 }
396 '/_pathlessLayout/_nested-layout/route-a': {
397 id: '/_pathlessLayout/_nested-layout/route-a'
398 path: '/route-a'
399 fullPath: '/route-a'
400 preLoaderRoute: typeof PathlessLayoutNestedLayoutRouteARouteImport
401 parentRoute: typeof PathlessLayoutNestedLayoutRoute
402 }
403 '/profile/$did/post/$rkey': {
404 id: '/profile/$did/post/$rkey'
405 path: '/profile/$did/post/$rkey'
406 fullPath: '/profile/$did/post/$rkey'
407 preLoaderRoute: typeof ProfileDidPostRkeyRouteImport
408 parentRoute: typeof rootRouteImport
409 }
410 '/profile/$did/feed/$rkey': {
411 id: '/profile/$did/feed/$rkey'
412 path: '/profile/$did/feed/$rkey'
413 fullPath: '/profile/$did/feed/$rkey'
414 preLoaderRoute: typeof ProfileDidFeedRkeyRouteImport
415 parentRoute: typeof rootRouteImport
416 }
417 '/profile/$did/post/$rkey/reposted-by': {
418 id: '/profile/$did/post/$rkey/reposted-by'
419 path: '/reposted-by'
420 fullPath: '/profile/$did/post/$rkey/reposted-by'
421 preLoaderRoute: typeof ProfileDidPostRkeyRepostedByRouteImport
422 parentRoute: typeof ProfileDidPostRkeyRoute
423 }
424 '/profile/$did/post/$rkey/quotes': {
425 id: '/profile/$did/post/$rkey/quotes'
426 path: '/quotes'
427 fullPath: '/profile/$did/post/$rkey/quotes'
428 preLoaderRoute: typeof ProfileDidPostRkeyQuotesRouteImport
429 parentRoute: typeof ProfileDidPostRkeyRoute
430 }
431 '/profile/$did/post/$rkey/liked-by': {
432 id: '/profile/$did/post/$rkey/liked-by'
433 path: '/liked-by'
434 fullPath: '/profile/$did/post/$rkey/liked-by'
435 preLoaderRoute: typeof ProfileDidPostRkeyLikedByRouteImport
436 parentRoute: typeof ProfileDidPostRkeyRoute
437 }
438 '/profile/$did/post/$rkey/image/$i': {
439 id: '/profile/$did/post/$rkey/image/$i'
440 path: '/image/$i'
441 fullPath: '/profile/$did/post/$rkey/image/$i'
442 preLoaderRoute: typeof ProfileDidPostRkeyImageIRouteImport
443 parentRoute: typeof ProfileDidPostRkeyRoute
444 }
445 }
446}
447
448interface PathlessLayoutNestedLayoutRouteChildren {
449 PathlessLayoutNestedLayoutRouteARoute: typeof PathlessLayoutNestedLayoutRouteARoute
450 PathlessLayoutNestedLayoutRouteBRoute: typeof PathlessLayoutNestedLayoutRouteBRoute
451}
452
453const PathlessLayoutNestedLayoutRouteChildren: PathlessLayoutNestedLayoutRouteChildren =
454 {
455 PathlessLayoutNestedLayoutRouteARoute:
456 PathlessLayoutNestedLayoutRouteARoute,
457 PathlessLayoutNestedLayoutRouteBRoute:
458 PathlessLayoutNestedLayoutRouteBRoute,
459 }
460
461const PathlessLayoutNestedLayoutRouteWithChildren =
462 PathlessLayoutNestedLayoutRoute._addFileChildren(
463 PathlessLayoutNestedLayoutRouteChildren,
464 )
465
466interface PathlessLayoutRouteChildren {
467 PathlessLayoutNestedLayoutRoute: typeof PathlessLayoutNestedLayoutRouteWithChildren
468}
469
470const PathlessLayoutRouteChildren: PathlessLayoutRouteChildren = {
471 PathlessLayoutNestedLayoutRoute: PathlessLayoutNestedLayoutRouteWithChildren,
472}
473
474const PathlessLayoutRouteWithChildren = PathlessLayoutRoute._addFileChildren(
475 PathlessLayoutRouteChildren,
476)
477
478interface ProfileDidPostRkeyRouteChildren {
479 ProfileDidPostRkeyLikedByRoute: typeof ProfileDidPostRkeyLikedByRoute
480 ProfileDidPostRkeyQuotesRoute: typeof ProfileDidPostRkeyQuotesRoute
481 ProfileDidPostRkeyRepostedByRoute: typeof ProfileDidPostRkeyRepostedByRoute
482 ProfileDidPostRkeyImageIRoute: typeof ProfileDidPostRkeyImageIRoute
483}
484
485const ProfileDidPostRkeyRouteChildren: ProfileDidPostRkeyRouteChildren = {
486 ProfileDidPostRkeyLikedByRoute: ProfileDidPostRkeyLikedByRoute,
487 ProfileDidPostRkeyQuotesRoute: ProfileDidPostRkeyQuotesRoute,
488 ProfileDidPostRkeyRepostedByRoute: ProfileDidPostRkeyRepostedByRoute,
489 ProfileDidPostRkeyImageIRoute: ProfileDidPostRkeyImageIRoute,
490}
491
492const ProfileDidPostRkeyRouteWithChildren =
493 ProfileDidPostRkeyRoute._addFileChildren(ProfileDidPostRkeyRouteChildren)
494
495const rootRouteChildren: RootRouteChildren = {
496 IndexRoute: IndexRoute,
497 PathlessLayoutRoute: PathlessLayoutRouteWithChildren,
498 AboutRoute: AboutRoute,
499 FeedsRoute: FeedsRoute,
500 ModerationRoute: ModerationRoute,
501 NotificationsRoute: NotificationsRoute,
502 SearchRoute: SearchRoute,
503 SettingsRoute: SettingsRoute,
504 CallbackIndexRoute: CallbackIndexRoute,
505 ProfileDidFollowersRoute: ProfileDidFollowersRoute,
506 ProfileDidFollowsRoute: ProfileDidFollowsRoute,
507 ProfileDidIndexRoute: ProfileDidIndexRoute,
508 ProfileDidFeedRkeyRoute: ProfileDidFeedRkeyRoute,
509 ProfileDidPostRkeyRoute: ProfileDidPostRkeyRouteWithChildren,
510}
511export const routeTree = rootRouteImport
512 ._addFileChildren(rootRouteChildren)
513 ._addFileTypes<FileRouteTypes>()