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