@@ -243,47 +243,33 @@ export interface RootRouteChildren {
243
243
244
244
declare module '@tanstack/react-router' {
245
245
interface FileRoutesByPath {
246
- '/_account' : {
247
- id : '/_account'
248
- path : ''
249
- fullPath : ''
250
- preLoaderRoute : typeof AccountRouteImport
251
- parentRoute : typeof rootRouteImport
252
- }
253
246
'/reset-cross-signing' : {
254
247
id : '/reset-cross-signing'
255
248
path : '/reset-cross-signing'
256
249
fullPath : '/reset-cross-signing'
257
250
preLoaderRoute : typeof ResetCrossSigningRouteImport
258
251
parentRoute : typeof rootRouteImport
259
252
}
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
272
258
parentRoute : typeof rootRouteImport
273
259
}
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
279
265
parentRoute : typeof ResetCrossSigningRoute
280
266
}
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
287
273
}
288
274
'/sessions/$id' : {
289
275
id : '/sessions/$id'
@@ -292,76 +278,90 @@ declare module '@tanstack/react-router' {
292
278
preLoaderRoute : typeof SessionsIdRouteImport
293
279
parentRoute : typeof rootRouteImport
294
280
}
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
301
287
}
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
307
293
parentRoute : typeof ResetCrossSigningRoute
308
294
}
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
315
301
}
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
321
307
parentRoute : typeof rootRouteImport
322
308
}
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
328
314
parentRoute : typeof rootRouteImport
329
315
}
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
335
321
parentRoute : typeof rootRouteImport
336
322
}
323
+ '/_account/sessions/' : {
324
+ id : '/_account/sessions/'
325
+ path : '/sessions'
326
+ fullPath : '/sessions'
327
+ preLoaderRoute : typeof AccountSessionsIndexRouteImport
328
+ parentRoute : typeof AccountRoute
329
+ }
337
330
'/_account/plan/' : {
338
331
id : '/_account/plan/'
339
332
path : '/plan'
340
333
fullPath : '/plan'
341
334
preLoaderRoute : typeof AccountPlanIndexRouteImport
342
335
parentRoute : typeof AccountRoute
343
336
}
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
350
343
}
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
356
349
parentRoute : typeof rootRouteImport
357
350
}
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
363
356
parentRoute : typeof rootRouteImport
364
357
}
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
+ }
365
365
}
366
366
}
367
367
0 commit comments