Fork of atp.tools as a universal profile for people on the ATmosphere
at main 17 kB view raw
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 { createFileRoute } from '@tanstack/react-router' 12 13// Import Routes 14 15import { Route as rootRoute } from './routes/__root' 16import { Route as AtHandleIndexImport } from './routes/at:/$handle.index' 17import { Route as ConstellationLinksCollectionImport } from './routes/constellation/links.$collection' 18import { Route as ConstellationDidsCollectionImport } from './routes/constellation/dids.$collection' 19 20// Create Virtual Routes 21 22const PostLazyImport = createFileRoute('/post')() 23const JetstreamLazyImport = createFileRoute('/jetstream')() 24const CounterLazyImport = createFileRoute('/counter')() 25const AboutLazyImport = createFileRoute('/about')() 26const IndexLazyImport = createFileRoute('/')() 27const RnfgrerttIndexLazyImport = createFileRoute('/rnfgrertt/')() 28const RnfgrerttTypingLazyImport = createFileRoute('/rnfgrertt/typing')() 29const RnfgrerttPdslsLazyImport = createFileRoute('/rnfgrertt/pdsls')() 30const RnfgrerttBorgleLazyImport = createFileRoute('/rnfgrertt/borgle')() 31const AuthLoginLazyImport = createFileRoute('/auth/login')() 32const AuthCallbackLazyImport = createFileRoute('/auth/callback')() 33const PdsUrlIndexLazyImport = createFileRoute('/pds/$url/')() 34const AtHandleCollectionIndexLazyImport = createFileRoute( 35 '/at:/$handle/$collection/', 36)() 37const AtHandleCollectionRkeyLazyImport = createFileRoute( 38 '/at:/$handle/$collection/$rkey', 39)() 40 41// Create/Update Routes 42 43const PostLazyRoute = PostLazyImport.update({ 44 id: '/post', 45 path: '/post', 46 getParentRoute: () => rootRoute, 47} as any).lazy(() => import('./routes/post.lazy').then((d) => d.Route)) 48 49const JetstreamLazyRoute = JetstreamLazyImport.update({ 50 id: '/jetstream', 51 path: '/jetstream', 52 getParentRoute: () => rootRoute, 53} as any).lazy(() => import('./routes/jetstream.lazy').then((d) => d.Route)) 54 55const CounterLazyRoute = CounterLazyImport.update({ 56 id: '/counter', 57 path: '/counter', 58 getParentRoute: () => rootRoute, 59} as any).lazy(() => import('./routes/counter.lazy').then((d) => d.Route)) 60 61const AboutLazyRoute = AboutLazyImport.update({ 62 id: '/about', 63 path: '/about', 64 getParentRoute: () => rootRoute, 65} as any).lazy(() => import('./routes/about.lazy').then((d) => d.Route)) 66 67const IndexLazyRoute = IndexLazyImport.update({ 68 id: '/', 69 path: '/', 70 getParentRoute: () => rootRoute, 71} as any).lazy(() => import('./routes/index.lazy').then((d) => d.Route)) 72 73const RnfgrerttIndexLazyRoute = RnfgrerttIndexLazyImport.update({ 74 id: '/rnfgrertt/', 75 path: '/rnfgrertt/', 76 getParentRoute: () => rootRoute, 77} as any).lazy(() => 78 import('./routes/rnfgrertt/index.lazy').then((d) => d.Route), 79) 80 81const RnfgrerttTypingLazyRoute = RnfgrerttTypingLazyImport.update({ 82 id: '/rnfgrertt/typing', 83 path: '/rnfgrertt/typing', 84 getParentRoute: () => rootRoute, 85} as any).lazy(() => 86 import('./routes/rnfgrertt/typing.lazy').then((d) => d.Route), 87) 88 89const RnfgrerttPdslsLazyRoute = RnfgrerttPdslsLazyImport.update({ 90 id: '/rnfgrertt/pdsls', 91 path: '/rnfgrertt/pdsls', 92 getParentRoute: () => rootRoute, 93} as any).lazy(() => 94 import('./routes/rnfgrertt/pdsls.lazy').then((d) => d.Route), 95) 96 97const RnfgrerttBorgleLazyRoute = RnfgrerttBorgleLazyImport.update({ 98 id: '/rnfgrertt/borgle', 99 path: '/rnfgrertt/borgle', 100 getParentRoute: () => rootRoute, 101} as any).lazy(() => 102 import('./routes/rnfgrertt/borgle.lazy').then((d) => d.Route), 103) 104 105const AuthLoginLazyRoute = AuthLoginLazyImport.update({ 106 id: '/auth/login', 107 path: '/auth/login', 108 getParentRoute: () => rootRoute, 109} as any).lazy(() => import('./routes/auth/login.lazy').then((d) => d.Route)) 110 111const AuthCallbackLazyRoute = AuthCallbackLazyImport.update({ 112 id: '/auth/callback', 113 path: '/auth/callback', 114 getParentRoute: () => rootRoute, 115} as any).lazy(() => import('./routes/auth/callback.lazy').then((d) => d.Route)) 116 117const PdsUrlIndexLazyRoute = PdsUrlIndexLazyImport.update({ 118 id: '/pds/$url/', 119 path: '/pds/$url/', 120 getParentRoute: () => rootRoute, 121} as any).lazy(() => 122 import('./routes/pds/$url.index.lazy').then((d) => d.Route), 123) 124 125const AtHandleIndexRoute = AtHandleIndexImport.update({ 126 id: '/at:/$handle/', 127 path: '/at:/$handle/', 128 getParentRoute: () => rootRoute, 129} as any) 130 131const ConstellationLinksCollectionRoute = 132 ConstellationLinksCollectionImport.update({ 133 id: '/constellation/links/$collection', 134 path: '/constellation/links/$collection', 135 getParentRoute: () => rootRoute, 136 } as any) 137 138const ConstellationDidsCollectionRoute = 139 ConstellationDidsCollectionImport.update({ 140 id: '/constellation/dids/$collection', 141 path: '/constellation/dids/$collection', 142 getParentRoute: () => rootRoute, 143 } as any) 144 145const AtHandleCollectionIndexLazyRoute = 146 AtHandleCollectionIndexLazyImport.update({ 147 id: '/at:/$handle/$collection/', 148 path: '/at:/$handle/$collection/', 149 getParentRoute: () => rootRoute, 150 } as any).lazy(() => 151 import('./routes/at:/$handle/$collection.index.lazy').then((d) => d.Route), 152 ) 153 154const AtHandleCollectionRkeyLazyRoute = AtHandleCollectionRkeyLazyImport.update( 155 { 156 id: '/at:/$handle/$collection/$rkey', 157 path: '/at:/$handle/$collection/$rkey', 158 getParentRoute: () => rootRoute, 159 } as any, 160).lazy(() => 161 import('./routes/at:/$handle/$collection.$rkey.lazy').then((d) => d.Route), 162) 163 164// Populate the FileRoutesByPath interface 165 166declare module '@tanstack/react-router' { 167 interface FileRoutesByPath { 168 '/': { 169 id: '/' 170 path: '/' 171 fullPath: '/' 172 preLoaderRoute: typeof IndexLazyImport 173 parentRoute: typeof rootRoute 174 } 175 '/about': { 176 id: '/about' 177 path: '/about' 178 fullPath: '/about' 179 preLoaderRoute: typeof AboutLazyImport 180 parentRoute: typeof rootRoute 181 } 182 '/counter': { 183 id: '/counter' 184 path: '/counter' 185 fullPath: '/counter' 186 preLoaderRoute: typeof CounterLazyImport 187 parentRoute: typeof rootRoute 188 } 189 '/jetstream': { 190 id: '/jetstream' 191 path: '/jetstream' 192 fullPath: '/jetstream' 193 preLoaderRoute: typeof JetstreamLazyImport 194 parentRoute: typeof rootRoute 195 } 196 '/post': { 197 id: '/post' 198 path: '/post' 199 fullPath: '/post' 200 preLoaderRoute: typeof PostLazyImport 201 parentRoute: typeof rootRoute 202 } 203 '/auth/callback': { 204 id: '/auth/callback' 205 path: '/auth/callback' 206 fullPath: '/auth/callback' 207 preLoaderRoute: typeof AuthCallbackLazyImport 208 parentRoute: typeof rootRoute 209 } 210 '/auth/login': { 211 id: '/auth/login' 212 path: '/auth/login' 213 fullPath: '/auth/login' 214 preLoaderRoute: typeof AuthLoginLazyImport 215 parentRoute: typeof rootRoute 216 } 217 '/rnfgrertt/borgle': { 218 id: '/rnfgrertt/borgle' 219 path: '/rnfgrertt/borgle' 220 fullPath: '/rnfgrertt/borgle' 221 preLoaderRoute: typeof RnfgrerttBorgleLazyImport 222 parentRoute: typeof rootRoute 223 } 224 '/rnfgrertt/pdsls': { 225 id: '/rnfgrertt/pdsls' 226 path: '/rnfgrertt/pdsls' 227 fullPath: '/rnfgrertt/pdsls' 228 preLoaderRoute: typeof RnfgrerttPdslsLazyImport 229 parentRoute: typeof rootRoute 230 } 231 '/rnfgrertt/typing': { 232 id: '/rnfgrertt/typing' 233 path: '/rnfgrertt/typing' 234 fullPath: '/rnfgrertt/typing' 235 preLoaderRoute: typeof RnfgrerttTypingLazyImport 236 parentRoute: typeof rootRoute 237 } 238 '/rnfgrertt/': { 239 id: '/rnfgrertt/' 240 path: '/rnfgrertt' 241 fullPath: '/rnfgrertt' 242 preLoaderRoute: typeof RnfgrerttIndexLazyImport 243 parentRoute: typeof rootRoute 244 } 245 '/constellation/dids/$collection': { 246 id: '/constellation/dids/$collection' 247 path: '/constellation/dids/$collection' 248 fullPath: '/constellation/dids/$collection' 249 preLoaderRoute: typeof ConstellationDidsCollectionImport 250 parentRoute: typeof rootRoute 251 } 252 '/constellation/links/$collection': { 253 id: '/constellation/links/$collection' 254 path: '/constellation/links/$collection' 255 fullPath: '/constellation/links/$collection' 256 preLoaderRoute: typeof ConstellationLinksCollectionImport 257 parentRoute: typeof rootRoute 258 } 259 '/at:/$handle/': { 260 id: '/at:/$handle/' 261 path: '/at:/$handle' 262 fullPath: '/at:/$handle' 263 preLoaderRoute: typeof AtHandleIndexImport 264 parentRoute: typeof rootRoute 265 } 266 '/pds/$url/': { 267 id: '/pds/$url/' 268 path: '/pds/$url' 269 fullPath: '/pds/$url' 270 preLoaderRoute: typeof PdsUrlIndexLazyImport 271 parentRoute: typeof rootRoute 272 } 273 '/at:/$handle/$collection/$rkey': { 274 id: '/at:/$handle/$collection/$rkey' 275 path: '/at:/$handle/$collection/$rkey' 276 fullPath: '/at:/$handle/$collection/$rkey' 277 preLoaderRoute: typeof AtHandleCollectionRkeyLazyImport 278 parentRoute: typeof rootRoute 279 } 280 '/at:/$handle/$collection/': { 281 id: '/at:/$handle/$collection/' 282 path: '/at:/$handle/$collection' 283 fullPath: '/at:/$handle/$collection' 284 preLoaderRoute: typeof AtHandleCollectionIndexLazyImport 285 parentRoute: typeof rootRoute 286 } 287 } 288} 289 290// Create and export the route tree 291 292export interface FileRoutesByFullPath { 293 '/': typeof IndexLazyRoute 294 '/about': typeof AboutLazyRoute 295 '/counter': typeof CounterLazyRoute 296 '/jetstream': typeof JetstreamLazyRoute 297 '/post': typeof PostLazyRoute 298 '/auth/callback': typeof AuthCallbackLazyRoute 299 '/auth/login': typeof AuthLoginLazyRoute 300 '/rnfgrertt/borgle': typeof RnfgrerttBorgleLazyRoute 301 '/rnfgrertt/pdsls': typeof RnfgrerttPdslsLazyRoute 302 '/rnfgrertt/typing': typeof RnfgrerttTypingLazyRoute 303 '/rnfgrertt': typeof RnfgrerttIndexLazyRoute 304 '/constellation/dids/$collection': typeof ConstellationDidsCollectionRoute 305 '/constellation/links/$collection': typeof ConstellationLinksCollectionRoute 306 '/at:/$handle': typeof AtHandleIndexRoute 307 '/pds/$url': typeof PdsUrlIndexLazyRoute 308 '/at:/$handle/$collection/$rkey': typeof AtHandleCollectionRkeyLazyRoute 309 '/at:/$handle/$collection': typeof AtHandleCollectionIndexLazyRoute 310} 311 312export interface FileRoutesByTo { 313 '/': typeof IndexLazyRoute 314 '/about': typeof AboutLazyRoute 315 '/counter': typeof CounterLazyRoute 316 '/jetstream': typeof JetstreamLazyRoute 317 '/post': typeof PostLazyRoute 318 '/auth/callback': typeof AuthCallbackLazyRoute 319 '/auth/login': typeof AuthLoginLazyRoute 320 '/rnfgrertt/borgle': typeof RnfgrerttBorgleLazyRoute 321 '/rnfgrertt/pdsls': typeof RnfgrerttPdslsLazyRoute 322 '/rnfgrertt/typing': typeof RnfgrerttTypingLazyRoute 323 '/rnfgrertt': typeof RnfgrerttIndexLazyRoute 324 '/constellation/dids/$collection': typeof ConstellationDidsCollectionRoute 325 '/constellation/links/$collection': typeof ConstellationLinksCollectionRoute 326 '/at:/$handle': typeof AtHandleIndexRoute 327 '/pds/$url': typeof PdsUrlIndexLazyRoute 328 '/at:/$handle/$collection/$rkey': typeof AtHandleCollectionRkeyLazyRoute 329 '/at:/$handle/$collection': typeof AtHandleCollectionIndexLazyRoute 330} 331 332export interface FileRoutesById { 333 __root__: typeof rootRoute 334 '/': typeof IndexLazyRoute 335 '/about': typeof AboutLazyRoute 336 '/counter': typeof CounterLazyRoute 337 '/jetstream': typeof JetstreamLazyRoute 338 '/post': typeof PostLazyRoute 339 '/auth/callback': typeof AuthCallbackLazyRoute 340 '/auth/login': typeof AuthLoginLazyRoute 341 '/rnfgrertt/borgle': typeof RnfgrerttBorgleLazyRoute 342 '/rnfgrertt/pdsls': typeof RnfgrerttPdslsLazyRoute 343 '/rnfgrertt/typing': typeof RnfgrerttTypingLazyRoute 344 '/rnfgrertt/': typeof RnfgrerttIndexLazyRoute 345 '/constellation/dids/$collection': typeof ConstellationDidsCollectionRoute 346 '/constellation/links/$collection': typeof ConstellationLinksCollectionRoute 347 '/at:/$handle/': typeof AtHandleIndexRoute 348 '/pds/$url/': typeof PdsUrlIndexLazyRoute 349 '/at:/$handle/$collection/$rkey': typeof AtHandleCollectionRkeyLazyRoute 350 '/at:/$handle/$collection/': typeof AtHandleCollectionIndexLazyRoute 351} 352 353export interface FileRouteTypes { 354 fileRoutesByFullPath: FileRoutesByFullPath 355 fullPaths: 356 | '/' 357 | '/about' 358 | '/counter' 359 | '/jetstream' 360 | '/post' 361 | '/auth/callback' 362 | '/auth/login' 363 | '/rnfgrertt/borgle' 364 | '/rnfgrertt/pdsls' 365 | '/rnfgrertt/typing' 366 | '/rnfgrertt' 367 | '/constellation/dids/$collection' 368 | '/constellation/links/$collection' 369 | '/at:/$handle' 370 | '/pds/$url' 371 | '/at:/$handle/$collection/$rkey' 372 | '/at:/$handle/$collection' 373 fileRoutesByTo: FileRoutesByTo 374 to: 375 | '/' 376 | '/about' 377 | '/counter' 378 | '/jetstream' 379 | '/post' 380 | '/auth/callback' 381 | '/auth/login' 382 | '/rnfgrertt/borgle' 383 | '/rnfgrertt/pdsls' 384 | '/rnfgrertt/typing' 385 | '/rnfgrertt' 386 | '/constellation/dids/$collection' 387 | '/constellation/links/$collection' 388 | '/at:/$handle' 389 | '/pds/$url' 390 | '/at:/$handle/$collection/$rkey' 391 | '/at:/$handle/$collection' 392 id: 393 | '__root__' 394 | '/' 395 | '/about' 396 | '/counter' 397 | '/jetstream' 398 | '/post' 399 | '/auth/callback' 400 | '/auth/login' 401 | '/rnfgrertt/borgle' 402 | '/rnfgrertt/pdsls' 403 | '/rnfgrertt/typing' 404 | '/rnfgrertt/' 405 | '/constellation/dids/$collection' 406 | '/constellation/links/$collection' 407 | '/at:/$handle/' 408 | '/pds/$url/' 409 | '/at:/$handle/$collection/$rkey' 410 | '/at:/$handle/$collection/' 411 fileRoutesById: FileRoutesById 412} 413 414export interface RootRouteChildren { 415 IndexLazyRoute: typeof IndexLazyRoute 416 AboutLazyRoute: typeof AboutLazyRoute 417 CounterLazyRoute: typeof CounterLazyRoute 418 JetstreamLazyRoute: typeof JetstreamLazyRoute 419 PostLazyRoute: typeof PostLazyRoute 420 AuthCallbackLazyRoute: typeof AuthCallbackLazyRoute 421 AuthLoginLazyRoute: typeof AuthLoginLazyRoute 422 RnfgrerttBorgleLazyRoute: typeof RnfgrerttBorgleLazyRoute 423 RnfgrerttPdslsLazyRoute: typeof RnfgrerttPdslsLazyRoute 424 RnfgrerttTypingLazyRoute: typeof RnfgrerttTypingLazyRoute 425 RnfgrerttIndexLazyRoute: typeof RnfgrerttIndexLazyRoute 426 ConstellationDidsCollectionRoute: typeof ConstellationDidsCollectionRoute 427 ConstellationLinksCollectionRoute: typeof ConstellationLinksCollectionRoute 428 AtHandleIndexRoute: typeof AtHandleIndexRoute 429 PdsUrlIndexLazyRoute: typeof PdsUrlIndexLazyRoute 430 AtHandleCollectionRkeyLazyRoute: typeof AtHandleCollectionRkeyLazyRoute 431 AtHandleCollectionIndexLazyRoute: typeof AtHandleCollectionIndexLazyRoute 432} 433 434const rootRouteChildren: RootRouteChildren = { 435 IndexLazyRoute: IndexLazyRoute, 436 AboutLazyRoute: AboutLazyRoute, 437 CounterLazyRoute: CounterLazyRoute, 438 JetstreamLazyRoute: JetstreamLazyRoute, 439 PostLazyRoute: PostLazyRoute, 440 AuthCallbackLazyRoute: AuthCallbackLazyRoute, 441 AuthLoginLazyRoute: AuthLoginLazyRoute, 442 RnfgrerttBorgleLazyRoute: RnfgrerttBorgleLazyRoute, 443 RnfgrerttPdslsLazyRoute: RnfgrerttPdslsLazyRoute, 444 RnfgrerttTypingLazyRoute: RnfgrerttTypingLazyRoute, 445 RnfgrerttIndexLazyRoute: RnfgrerttIndexLazyRoute, 446 ConstellationDidsCollectionRoute: ConstellationDidsCollectionRoute, 447 ConstellationLinksCollectionRoute: ConstellationLinksCollectionRoute, 448 AtHandleIndexRoute: AtHandleIndexRoute, 449 PdsUrlIndexLazyRoute: PdsUrlIndexLazyRoute, 450 AtHandleCollectionRkeyLazyRoute: AtHandleCollectionRkeyLazyRoute, 451 AtHandleCollectionIndexLazyRoute: AtHandleCollectionIndexLazyRoute, 452} 453 454export const routeTree = rootRoute 455 ._addFileChildren(rootRouteChildren) 456 ._addFileTypes<FileRouteTypes>() 457 458/* ROUTE_MANIFEST_START 459{ 460 "routes": { 461 "__root__": { 462 "filePath": "__root.tsx", 463 "children": [ 464 "/", 465 "/about", 466 "/counter", 467 "/jetstream", 468 "/post", 469 "/auth/callback", 470 "/auth/login", 471 "/rnfgrertt/borgle", 472 "/rnfgrertt/pdsls", 473 "/rnfgrertt/typing", 474 "/rnfgrertt/", 475 "/constellation/dids/$collection", 476 "/constellation/links/$collection", 477 "/at:/$handle/", 478 "/pds/$url/", 479 "/at:/$handle/$collection/$rkey", 480 "/at:/$handle/$collection/" 481 ] 482 }, 483 "/": { 484 "filePath": "index.lazy.tsx" 485 }, 486 "/about": { 487 "filePath": "about.lazy.tsx" 488 }, 489 "/counter": { 490 "filePath": "counter.lazy.tsx" 491 }, 492 "/jetstream": { 493 "filePath": "jetstream.lazy.tsx" 494 }, 495 "/post": { 496 "filePath": "post.lazy.tsx" 497 }, 498 "/auth/callback": { 499 "filePath": "auth/callback.lazy.tsx" 500 }, 501 "/auth/login": { 502 "filePath": "auth/login.lazy.tsx" 503 }, 504 "/rnfgrertt/borgle": { 505 "filePath": "rnfgrertt/borgle.lazy.tsx" 506 }, 507 "/rnfgrertt/pdsls": { 508 "filePath": "rnfgrertt/pdsls.lazy.tsx" 509 }, 510 "/rnfgrertt/typing": { 511 "filePath": "rnfgrertt/typing.lazy.tsx" 512 }, 513 "/rnfgrertt/": { 514 "filePath": "rnfgrertt/index.lazy.tsx" 515 }, 516 "/constellation/dids/$collection": { 517 "filePath": "constellation/dids.$collection.tsx" 518 }, 519 "/constellation/links/$collection": { 520 "filePath": "constellation/links.$collection.tsx" 521 }, 522 "/at:/$handle/": { 523 "filePath": "at:/$handle.index.tsx" 524 }, 525 "/pds/$url/": { 526 "filePath": "pds/$url.index.lazy.tsx" 527 }, 528 "/at:/$handle/$collection/$rkey": { 529 "filePath": "at:/$handle/$collection.$rkey.lazy.tsx" 530 }, 531 "/at:/$handle/$collection/": { 532 "filePath": "at:/$handle/$collection.index.lazy.tsx" 533 } 534 } 535} 536ROUTE_MANIFEST_END */