Skip to content

Commit ea6e84f

Browse files
committed
frontend: update generated routeTree
1 parent b91e438 commit ea6e84f

File tree

1 file changed

+78
-78
lines changed

1 file changed

+78
-78
lines changed

frontend/src/routeTree.gen.ts

Lines changed: 78 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -243,47 +243,33 @@ export interface RootRouteChildren {
243243

244244
declare module '@tanstack/react-router' {
245245
interface FileRoutesByPath {
246-
'/_account': {
247-
id: '/_account'
248-
path: ''
249-
fullPath: ''
250-
preLoaderRoute: typeof AccountRouteImport
251-
parentRoute: typeof rootRouteImport
252-
}
253246
'/reset-cross-signing': {
254247
id: '/reset-cross-signing'
255248
path: '/reset-cross-signing'
256249
fullPath: '/reset-cross-signing'
257250
preLoaderRoute: typeof ResetCrossSigningRouteImport
258251
parentRoute: typeof rootRouteImport
259252
}
260-
'/clients/$id': {
261-
id: '/clients/$id'
262-
path: '/clients/$id'
263-
fullPath: '/clients/$id'
264-
preLoaderRoute: typeof ClientsIdRouteImport
265-
parentRoute: typeof rootRouteImport
266-
}
267-
'/devices/$': {
268-
id: '/devices/$'
269-
path: '/devices/$'
270-
fullPath: '/devices/$'
271-
preLoaderRoute: typeof DevicesSplatRouteImport
253+
'/_account': {
254+
id: '/_account'
255+
path: ''
256+
fullPath: ''
257+
preLoaderRoute: typeof AccountRouteImport
272258
parentRoute: typeof rootRouteImport
273259
}
274-
'/reset-cross-signing/cancelled': {
275-
id: '/reset-cross-signing/cancelled'
276-
path: '/cancelled'
277-
fullPath: '/reset-cross-signing/cancelled'
278-
preLoaderRoute: typeof ResetCrossSigningCancelledRouteImport
260+
'/reset-cross-signing/': {
261+
id: '/reset-cross-signing/'
262+
path: '/'
263+
fullPath: '/reset-cross-signing/'
264+
preLoaderRoute: typeof ResetCrossSigningIndexRouteImport
279265
parentRoute: typeof ResetCrossSigningRoute
280266
}
281-
'/reset-cross-signing/success': {
282-
id: '/reset-cross-signing/success'
283-
path: '/success'
284-
fullPath: '/reset-cross-signing/success'
285-
preLoaderRoute: typeof ResetCrossSigningSuccessRouteImport
286-
parentRoute: typeof ResetCrossSigningRoute
267+
'/_account/': {
268+
id: '/_account/'
269+
path: '/'
270+
fullPath: '/'
271+
preLoaderRoute: typeof AccountIndexRouteImport
272+
parentRoute: typeof AccountRoute
287273
}
288274
'/sessions/$id': {
289275
id: '/sessions/$id'
@@ -292,76 +278,90 @@ declare module '@tanstack/react-router' {
292278
preLoaderRoute: typeof SessionsIdRouteImport
293279
parentRoute: typeof rootRouteImport
294280
}
295-
'/_account/': {
296-
id: '/_account/'
297-
path: '/'
298-
fullPath: '/'
299-
preLoaderRoute: typeof AccountIndexRouteImport
300-
parentRoute: typeof AccountRoute
281+
'/reset-cross-signing/success': {
282+
id: '/reset-cross-signing/success'
283+
path: '/success'
284+
fullPath: '/reset-cross-signing/success'
285+
preLoaderRoute: typeof ResetCrossSigningSuccessRouteImport
286+
parentRoute: typeof ResetCrossSigningRoute
301287
}
302-
'/reset-cross-signing/': {
303-
id: '/reset-cross-signing/'
304-
path: '/'
305-
fullPath: '/reset-cross-signing/'
306-
preLoaderRoute: typeof ResetCrossSigningIndexRouteImport
288+
'/reset-cross-signing/cancelled': {
289+
id: '/reset-cross-signing/cancelled'
290+
path: '/cancelled'
291+
fullPath: '/reset-cross-signing/cancelled'
292+
preLoaderRoute: typeof ResetCrossSigningCancelledRouteImport
307293
parentRoute: typeof ResetCrossSigningRoute
308294
}
309-
'/_account/sessions/browsers': {
310-
id: '/_account/sessions/browsers'
311-
path: '/sessions/browsers'
312-
fullPath: '/sessions/browsers'
313-
preLoaderRoute: typeof AccountSessionsBrowsersRouteImport
314-
parentRoute: typeof AccountRoute
295+
'/devices/$': {
296+
id: '/devices/$'
297+
path: '/devices/$'
298+
fullPath: '/devices/$'
299+
preLoaderRoute: typeof DevicesSplatRouteImport
300+
parentRoute: typeof rootRouteImport
315301
}
316-
'/emails/$id/in-use': {
317-
id: '/emails/$id/in-use'
318-
path: '/emails/$id/in-use'
319-
fullPath: '/emails/$id/in-use'
320-
preLoaderRoute: typeof EmailsIdInUseRouteImport
302+
'/clients/$id': {
303+
id: '/clients/$id'
304+
path: '/clients/$id'
305+
fullPath: '/clients/$id'
306+
preLoaderRoute: typeof ClientsIdRouteImport
321307
parentRoute: typeof rootRouteImport
322308
}
323-
'/emails/$id/verify': {
324-
id: '/emails/$id/verify'
325-
path: '/emails/$id/verify'
326-
fullPath: '/emails/$id/verify'
327-
preLoaderRoute: typeof EmailsIdVerifyRouteImport
309+
'/password/recovery/': {
310+
id: '/password/recovery/'
311+
path: '/password/recovery'
312+
fullPath: '/password/recovery'
313+
preLoaderRoute: typeof PasswordRecoveryIndexRouteImport
328314
parentRoute: typeof rootRouteImport
329315
}
330-
'/password/change/success': {
331-
id: '/password/change/success'
332-
path: '/password/change/success'
333-
fullPath: '/password/change/success'
334-
preLoaderRoute: typeof PasswordChangeSuccessRouteImport
316+
'/password/change/': {
317+
id: '/password/change/'
318+
path: '/password/change'
319+
fullPath: '/password/change'
320+
preLoaderRoute: typeof PasswordChangeIndexRouteImport
335321
parentRoute: typeof rootRouteImport
336322
}
323+
'/_account/sessions/': {
324+
id: '/_account/sessions/'
325+
path: '/sessions'
326+
fullPath: '/sessions'
327+
preLoaderRoute: typeof AccountSessionsIndexRouteImport
328+
parentRoute: typeof AccountRoute
329+
}
337330
'/_account/plan/': {
338331
id: '/_account/plan/'
339332
path: '/plan'
340333
fullPath: '/plan'
341334
preLoaderRoute: typeof AccountPlanIndexRouteImport
342335
parentRoute: typeof AccountRoute
343336
}
344-
'/_account/sessions/': {
345-
id: '/_account/sessions/'
346-
path: '/sessions'
347-
fullPath: '/sessions'
348-
preLoaderRoute: typeof AccountSessionsIndexRouteImport
349-
parentRoute: typeof AccountRoute
337+
'/password/change/success': {
338+
id: '/password/change/success'
339+
path: '/password/change/success'
340+
fullPath: '/password/change/success'
341+
preLoaderRoute: typeof PasswordChangeSuccessRouteImport
342+
parentRoute: typeof rootRouteImport
350343
}
351-
'/password/change/': {
352-
id: '/password/change/'
353-
path: '/password/change'
354-
fullPath: '/password/change'
355-
preLoaderRoute: typeof PasswordChangeIndexRouteImport
344+
'/emails/$id/verify': {
345+
id: '/emails/$id/verify'
346+
path: '/emails/$id/verify'
347+
fullPath: '/emails/$id/verify'
348+
preLoaderRoute: typeof EmailsIdVerifyRouteImport
356349
parentRoute: typeof rootRouteImport
357350
}
358-
'/password/recovery/': {
359-
id: '/password/recovery/'
360-
path: '/password/recovery'
361-
fullPath: '/password/recovery'
362-
preLoaderRoute: typeof PasswordRecoveryIndexRouteImport
351+
'/emails/$id/in-use': {
352+
id: '/emails/$id/in-use'
353+
path: '/emails/$id/in-use'
354+
fullPath: '/emails/$id/in-use'
355+
preLoaderRoute: typeof EmailsIdInUseRouteImport
363356
parentRoute: typeof rootRouteImport
364357
}
358+
'/_account/sessions/browsers': {
359+
id: '/_account/sessions/browsers'
360+
path: '/sessions/browsers'
361+
fullPath: '/sessions/browsers'
362+
preLoaderRoute: typeof AccountSessionsBrowsersRouteImport
363+
parentRoute: typeof AccountRoute
364+
}
365365
}
366366
}
367367

0 commit comments

Comments
 (0)