an appview-less Bluesky client using Constellation and PDS Queries
reddwarf.app
frontend
spa
bluesky
reddwarf
microcosm
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 FeedsRouteImport } from './routes/feeds'
16import { Route as PathlessLayoutRouteImport } from './routes/_pathlessLayout'
17import { Route as IndexRouteImport } from './routes/index'
18import { Route as CallbackIndexRouteImport } from './routes/callback/index'
19import { Route as PathlessLayoutNestedLayoutRouteImport } from './routes/_pathlessLayout/_nested-layout'
20import { Route as ProfileDidIndexRouteImport } from './routes/profile.$did/index'
21import { Route as PathlessLayoutNestedLayoutRouteBRouteImport } from './routes/_pathlessLayout/_nested-layout/route-b'
22import { Route as PathlessLayoutNestedLayoutRouteARouteImport } from './routes/_pathlessLayout/_nested-layout/route-a'
23import { Route as ProfileDidPostRkeyRouteImport } from './routes/profile.$did/post.$rkey'
24import { Route as ProfileDidFeedRkeyRouteImport } from './routes/profile.$did/feed.$rkey'
25import { Route as ProfileDidPostRkeyRepostedByRouteImport } from './routes/profile.$did/post.$rkey.reposted-by'
26import { Route as ProfileDidPostRkeyQuotesRouteImport } from './routes/profile.$did/post.$rkey.quotes'
27import { Route as ProfileDidPostRkeyLikedByRouteImport } from './routes/profile.$did/post.$rkey.liked-by'
28import { Route as ProfileDidPostRkeyImageIRouteImport } from './routes/profile.$did/post.$rkey.image.$i'
29
30const SettingsRoute = SettingsRouteImport.update({
31 id: '/settings',
32 path: '/settings',
33 getParentRoute: () => rootRouteImport,
34} as any)
35const SearchRoute = SearchRouteImport.update({
36 id: '/search',
37 path: '/search',
38 getParentRoute: () => rootRouteImport,
39} as any)
40const NotificationsRoute = NotificationsRouteImport.update({
41 id: '/notifications',
42 path: '/notifications',
43 getParentRoute: () => rootRouteImport,
44} as any)
45const FeedsRoute = FeedsRouteImport.update({
46 id: '/feeds',
47 path: '/feeds',
48 getParentRoute: () => rootRouteImport,
49} as any)
50const PathlessLayoutRoute = PathlessLayoutRouteImport.update({
51 id: '/_pathlessLayout',
52 getParentRoute: () => rootRouteImport,
53} as any)
54const IndexRoute = IndexRouteImport.update({
55 id: '/',
56 path: '/',
57 getParentRoute: () => rootRouteImport,
58} as any)
59const CallbackIndexRoute = CallbackIndexRouteImport.update({
60 id: '/callback/',
61 path: '/callback/',
62 getParentRoute: () => rootRouteImport,
63} as any)
64const PathlessLayoutNestedLayoutRoute =
65 PathlessLayoutNestedLayoutRouteImport.update({
66 id: '/_nested-layout',
67 getParentRoute: () => PathlessLayoutRoute,
68 } as any)
69const ProfileDidIndexRoute = ProfileDidIndexRouteImport.update({
70 id: '/profile/$did/',
71 path: '/profile/$did/',
72 getParentRoute: () => rootRouteImport,
73} as any)
74const PathlessLayoutNestedLayoutRouteBRoute =
75 PathlessLayoutNestedLayoutRouteBRouteImport.update({
76 id: '/route-b',
77 path: '/route-b',
78 getParentRoute: () => PathlessLayoutNestedLayoutRoute,
79 } as any)
80const PathlessLayoutNestedLayoutRouteARoute =
81 PathlessLayoutNestedLayoutRouteARouteImport.update({
82 id: '/route-a',
83 path: '/route-a',
84 getParentRoute: () => PathlessLayoutNestedLayoutRoute,
85 } as any)
86const ProfileDidPostRkeyRoute = ProfileDidPostRkeyRouteImport.update({
87 id: '/profile/$did/post/$rkey',
88 path: '/profile/$did/post/$rkey',
89 getParentRoute: () => rootRouteImport,
90} as any)
91const ProfileDidFeedRkeyRoute = ProfileDidFeedRkeyRouteImport.update({
92 id: '/profile/$did/feed/$rkey',
93 path: '/profile/$did/feed/$rkey',
94 getParentRoute: () => rootRouteImport,
95} as any)
96const ProfileDidPostRkeyRepostedByRoute =
97 ProfileDidPostRkeyRepostedByRouteImport.update({
98 id: '/reposted-by',
99 path: '/reposted-by',
100 getParentRoute: () => ProfileDidPostRkeyRoute,
101 } as any)
102const ProfileDidPostRkeyQuotesRoute =
103 ProfileDidPostRkeyQuotesRouteImport.update({
104 id: '/quotes',
105 path: '/quotes',
106 getParentRoute: () => ProfileDidPostRkeyRoute,
107 } as any)
108const ProfileDidPostRkeyLikedByRoute =
109 ProfileDidPostRkeyLikedByRouteImport.update({
110 id: '/liked-by',
111 path: '/liked-by',
112 getParentRoute: () => ProfileDidPostRkeyRoute,
113 } as any)
114const ProfileDidPostRkeyImageIRoute =
115 ProfileDidPostRkeyImageIRouteImport.update({
116 id: '/image/$i',
117 path: '/image/$i',
118 getParentRoute: () => ProfileDidPostRkeyRoute,
119 } as any)
120
121export interface FileRoutesByFullPath {
122 '/': typeof IndexRoute
123 '/feeds': typeof FeedsRoute
124 '/notifications': typeof NotificationsRoute
125 '/search': typeof SearchRoute
126 '/settings': typeof SettingsRoute
127 '/callback': typeof CallbackIndexRoute
128 '/route-a': typeof PathlessLayoutNestedLayoutRouteARoute
129 '/route-b': typeof PathlessLayoutNestedLayoutRouteBRoute
130 '/profile/$did': typeof ProfileDidIndexRoute
131 '/profile/$did/feed/$rkey': typeof ProfileDidFeedRkeyRoute
132 '/profile/$did/post/$rkey': typeof ProfileDidPostRkeyRouteWithChildren
133 '/profile/$did/post/$rkey/liked-by': typeof ProfileDidPostRkeyLikedByRoute
134 '/profile/$did/post/$rkey/quotes': typeof ProfileDidPostRkeyQuotesRoute
135 '/profile/$did/post/$rkey/reposted-by': typeof ProfileDidPostRkeyRepostedByRoute
136 '/profile/$did/post/$rkey/image/$i': typeof ProfileDidPostRkeyImageIRoute
137}
138export interface FileRoutesByTo {
139 '/': typeof IndexRoute
140 '/feeds': typeof FeedsRoute
141 '/notifications': typeof NotificationsRoute
142 '/search': typeof SearchRoute
143 '/settings': typeof SettingsRoute
144 '/callback': typeof CallbackIndexRoute
145 '/route-a': typeof PathlessLayoutNestedLayoutRouteARoute
146 '/route-b': typeof PathlessLayoutNestedLayoutRouteBRoute
147 '/profile/$did': typeof ProfileDidIndexRoute
148 '/profile/$did/feed/$rkey': typeof ProfileDidFeedRkeyRoute
149 '/profile/$did/post/$rkey': typeof ProfileDidPostRkeyRouteWithChildren
150 '/profile/$did/post/$rkey/liked-by': typeof ProfileDidPostRkeyLikedByRoute
151 '/profile/$did/post/$rkey/quotes': typeof ProfileDidPostRkeyQuotesRoute
152 '/profile/$did/post/$rkey/reposted-by': typeof ProfileDidPostRkeyRepostedByRoute
153 '/profile/$did/post/$rkey/image/$i': typeof ProfileDidPostRkeyImageIRoute
154}
155export interface FileRoutesById {
156 __root__: typeof rootRouteImport
157 '/': typeof IndexRoute
158 '/_pathlessLayout': typeof PathlessLayoutRouteWithChildren
159 '/feeds': typeof FeedsRoute
160 '/notifications': typeof NotificationsRoute
161 '/search': typeof SearchRoute
162 '/settings': typeof SettingsRoute
163 '/_pathlessLayout/_nested-layout': typeof PathlessLayoutNestedLayoutRouteWithChildren
164 '/callback/': typeof CallbackIndexRoute
165 '/_pathlessLayout/_nested-layout/route-a': typeof PathlessLayoutNestedLayoutRouteARoute
166 '/_pathlessLayout/_nested-layout/route-b': typeof PathlessLayoutNestedLayoutRouteBRoute
167 '/profile/$did/': typeof ProfileDidIndexRoute
168 '/profile/$did/feed/$rkey': typeof ProfileDidFeedRkeyRoute
169 '/profile/$did/post/$rkey': typeof ProfileDidPostRkeyRouteWithChildren
170 '/profile/$did/post/$rkey/liked-by': typeof ProfileDidPostRkeyLikedByRoute
171 '/profile/$did/post/$rkey/quotes': typeof ProfileDidPostRkeyQuotesRoute
172 '/profile/$did/post/$rkey/reposted-by': typeof ProfileDidPostRkeyRepostedByRoute
173 '/profile/$did/post/$rkey/image/$i': typeof ProfileDidPostRkeyImageIRoute
174}
175export interface FileRouteTypes {
176 fileRoutesByFullPath: FileRoutesByFullPath
177 fullPaths:
178 | '/'
179 | '/feeds'
180 | '/notifications'
181 | '/search'
182 | '/settings'
183 | '/callback'
184 | '/route-a'
185 | '/route-b'
186 | '/profile/$did'
187 | '/profile/$did/feed/$rkey'
188 | '/profile/$did/post/$rkey'
189 | '/profile/$did/post/$rkey/liked-by'
190 | '/profile/$did/post/$rkey/quotes'
191 | '/profile/$did/post/$rkey/reposted-by'
192 | '/profile/$did/post/$rkey/image/$i'
193 fileRoutesByTo: FileRoutesByTo
194 to:
195 | '/'
196 | '/feeds'
197 | '/notifications'
198 | '/search'
199 | '/settings'
200 | '/callback'
201 | '/route-a'
202 | '/route-b'
203 | '/profile/$did'
204 | '/profile/$did/feed/$rkey'
205 | '/profile/$did/post/$rkey'
206 | '/profile/$did/post/$rkey/liked-by'
207 | '/profile/$did/post/$rkey/quotes'
208 | '/profile/$did/post/$rkey/reposted-by'
209 | '/profile/$did/post/$rkey/image/$i'
210 id:
211 | '__root__'
212 | '/'
213 | '/_pathlessLayout'
214 | '/feeds'
215 | '/notifications'
216 | '/search'
217 | '/settings'
218 | '/_pathlessLayout/_nested-layout'
219 | '/callback/'
220 | '/_pathlessLayout/_nested-layout/route-a'
221 | '/_pathlessLayout/_nested-layout/route-b'
222 | '/profile/$did/'
223 | '/profile/$did/feed/$rkey'
224 | '/profile/$did/post/$rkey'
225 | '/profile/$did/post/$rkey/liked-by'
226 | '/profile/$did/post/$rkey/quotes'
227 | '/profile/$did/post/$rkey/reposted-by'
228 | '/profile/$did/post/$rkey/image/$i'
229 fileRoutesById: FileRoutesById
230}
231export interface RootRouteChildren {
232 IndexRoute: typeof IndexRoute
233 PathlessLayoutRoute: typeof PathlessLayoutRouteWithChildren
234 FeedsRoute: typeof FeedsRoute
235 NotificationsRoute: typeof NotificationsRoute
236 SearchRoute: typeof SearchRoute
237 SettingsRoute: typeof SettingsRoute
238 CallbackIndexRoute: typeof CallbackIndexRoute
239 ProfileDidIndexRoute: typeof ProfileDidIndexRoute
240 ProfileDidFeedRkeyRoute: typeof ProfileDidFeedRkeyRoute
241 ProfileDidPostRkeyRoute: typeof ProfileDidPostRkeyRouteWithChildren
242}
243
244declare module '@tanstack/react-router' {
245 interface FileRoutesByPath {
246 '/settings': {
247 id: '/settings'
248 path: '/settings'
249 fullPath: '/settings'
250 preLoaderRoute: typeof SettingsRouteImport
251 parentRoute: typeof rootRouteImport
252 }
253 '/search': {
254 id: '/search'
255 path: '/search'
256 fullPath: '/search'
257 preLoaderRoute: typeof SearchRouteImport
258 parentRoute: typeof rootRouteImport
259 }
260 '/notifications': {
261 id: '/notifications'
262 path: '/notifications'
263 fullPath: '/notifications'
264 preLoaderRoute: typeof NotificationsRouteImport
265 parentRoute: typeof rootRouteImport
266 }
267 '/feeds': {
268 id: '/feeds'
269 path: '/feeds'
270 fullPath: '/feeds'
271 preLoaderRoute: typeof FeedsRouteImport
272 parentRoute: typeof rootRouteImport
273 }
274 '/_pathlessLayout': {
275 id: '/_pathlessLayout'
276 path: ''
277 fullPath: ''
278 preLoaderRoute: typeof PathlessLayoutRouteImport
279 parentRoute: typeof rootRouteImport
280 }
281 '/': {
282 id: '/'
283 path: '/'
284 fullPath: '/'
285 preLoaderRoute: typeof IndexRouteImport
286 parentRoute: typeof rootRouteImport
287 }
288 '/callback/': {
289 id: '/callback/'
290 path: '/callback'
291 fullPath: '/callback'
292 preLoaderRoute: typeof CallbackIndexRouteImport
293 parentRoute: typeof rootRouteImport
294 }
295 '/_pathlessLayout/_nested-layout': {
296 id: '/_pathlessLayout/_nested-layout'
297 path: ''
298 fullPath: ''
299 preLoaderRoute: typeof PathlessLayoutNestedLayoutRouteImport
300 parentRoute: typeof PathlessLayoutRoute
301 }
302 '/profile/$did/': {
303 id: '/profile/$did/'
304 path: '/profile/$did'
305 fullPath: '/profile/$did'
306 preLoaderRoute: typeof ProfileDidIndexRouteImport
307 parentRoute: typeof rootRouteImport
308 }
309 '/_pathlessLayout/_nested-layout/route-b': {
310 id: '/_pathlessLayout/_nested-layout/route-b'
311 path: '/route-b'
312 fullPath: '/route-b'
313 preLoaderRoute: typeof PathlessLayoutNestedLayoutRouteBRouteImport
314 parentRoute: typeof PathlessLayoutNestedLayoutRoute
315 }
316 '/_pathlessLayout/_nested-layout/route-a': {
317 id: '/_pathlessLayout/_nested-layout/route-a'
318 path: '/route-a'
319 fullPath: '/route-a'
320 preLoaderRoute: typeof PathlessLayoutNestedLayoutRouteARouteImport
321 parentRoute: typeof PathlessLayoutNestedLayoutRoute
322 }
323 '/profile/$did/post/$rkey': {
324 id: '/profile/$did/post/$rkey'
325 path: '/profile/$did/post/$rkey'
326 fullPath: '/profile/$did/post/$rkey'
327 preLoaderRoute: typeof ProfileDidPostRkeyRouteImport
328 parentRoute: typeof rootRouteImport
329 }
330 '/profile/$did/feed/$rkey': {
331 id: '/profile/$did/feed/$rkey'
332 path: '/profile/$did/feed/$rkey'
333 fullPath: '/profile/$did/feed/$rkey'
334 preLoaderRoute: typeof ProfileDidFeedRkeyRouteImport
335 parentRoute: typeof rootRouteImport
336 }
337 '/profile/$did/post/$rkey/reposted-by': {
338 id: '/profile/$did/post/$rkey/reposted-by'
339 path: '/reposted-by'
340 fullPath: '/profile/$did/post/$rkey/reposted-by'
341 preLoaderRoute: typeof ProfileDidPostRkeyRepostedByRouteImport
342 parentRoute: typeof ProfileDidPostRkeyRoute
343 }
344 '/profile/$did/post/$rkey/quotes': {
345 id: '/profile/$did/post/$rkey/quotes'
346 path: '/quotes'
347 fullPath: '/profile/$did/post/$rkey/quotes'
348 preLoaderRoute: typeof ProfileDidPostRkeyQuotesRouteImport
349 parentRoute: typeof ProfileDidPostRkeyRoute
350 }
351 '/profile/$did/post/$rkey/liked-by': {
352 id: '/profile/$did/post/$rkey/liked-by'
353 path: '/liked-by'
354 fullPath: '/profile/$did/post/$rkey/liked-by'
355 preLoaderRoute: typeof ProfileDidPostRkeyLikedByRouteImport
356 parentRoute: typeof ProfileDidPostRkeyRoute
357 }
358 '/profile/$did/post/$rkey/image/$i': {
359 id: '/profile/$did/post/$rkey/image/$i'
360 path: '/image/$i'
361 fullPath: '/profile/$did/post/$rkey/image/$i'
362 preLoaderRoute: typeof ProfileDidPostRkeyImageIRouteImport
363 parentRoute: typeof ProfileDidPostRkeyRoute
364 }
365 }
366}
367
368interface PathlessLayoutNestedLayoutRouteChildren {
369 PathlessLayoutNestedLayoutRouteARoute: typeof PathlessLayoutNestedLayoutRouteARoute
370 PathlessLayoutNestedLayoutRouteBRoute: typeof PathlessLayoutNestedLayoutRouteBRoute
371}
372
373const PathlessLayoutNestedLayoutRouteChildren: PathlessLayoutNestedLayoutRouteChildren =
374 {
375 PathlessLayoutNestedLayoutRouteARoute:
376 PathlessLayoutNestedLayoutRouteARoute,
377 PathlessLayoutNestedLayoutRouteBRoute:
378 PathlessLayoutNestedLayoutRouteBRoute,
379 }
380
381const PathlessLayoutNestedLayoutRouteWithChildren =
382 PathlessLayoutNestedLayoutRoute._addFileChildren(
383 PathlessLayoutNestedLayoutRouteChildren,
384 )
385
386interface PathlessLayoutRouteChildren {
387 PathlessLayoutNestedLayoutRoute: typeof PathlessLayoutNestedLayoutRouteWithChildren
388}
389
390const PathlessLayoutRouteChildren: PathlessLayoutRouteChildren = {
391 PathlessLayoutNestedLayoutRoute: PathlessLayoutNestedLayoutRouteWithChildren,
392}
393
394const PathlessLayoutRouteWithChildren = PathlessLayoutRoute._addFileChildren(
395 PathlessLayoutRouteChildren,
396)
397
398interface ProfileDidPostRkeyRouteChildren {
399 ProfileDidPostRkeyLikedByRoute: typeof ProfileDidPostRkeyLikedByRoute
400 ProfileDidPostRkeyQuotesRoute: typeof ProfileDidPostRkeyQuotesRoute
401 ProfileDidPostRkeyRepostedByRoute: typeof ProfileDidPostRkeyRepostedByRoute
402 ProfileDidPostRkeyImageIRoute: typeof ProfileDidPostRkeyImageIRoute
403}
404
405const ProfileDidPostRkeyRouteChildren: ProfileDidPostRkeyRouteChildren = {
406 ProfileDidPostRkeyLikedByRoute: ProfileDidPostRkeyLikedByRoute,
407 ProfileDidPostRkeyQuotesRoute: ProfileDidPostRkeyQuotesRoute,
408 ProfileDidPostRkeyRepostedByRoute: ProfileDidPostRkeyRepostedByRoute,
409 ProfileDidPostRkeyImageIRoute: ProfileDidPostRkeyImageIRoute,
410}
411
412const ProfileDidPostRkeyRouteWithChildren =
413 ProfileDidPostRkeyRoute._addFileChildren(ProfileDidPostRkeyRouteChildren)
414
415const rootRouteChildren: RootRouteChildren = {
416 IndexRoute: IndexRoute,
417 PathlessLayoutRoute: PathlessLayoutRouteWithChildren,
418 FeedsRoute: FeedsRoute,
419 NotificationsRoute: NotificationsRoute,
420 SearchRoute: SearchRoute,
421 SettingsRoute: SettingsRoute,
422 CallbackIndexRoute: CallbackIndexRoute,
423 ProfileDidIndexRoute: ProfileDidIndexRoute,
424 ProfileDidFeedRkeyRoute: ProfileDidFeedRkeyRoute,
425 ProfileDidPostRkeyRoute: ProfileDidPostRkeyRouteWithChildren,
426}
427export const routeTree = rootRouteImport
428 ._addFileChildren(rootRouteChildren)
429 ._addFileTypes<FileRouteTypes>()