295 lines
10 KiB
TypeScript
295 lines
10 KiB
TypeScript
/* eslint-disable */
|
|
|
|
// @ts-nocheck
|
|
|
|
// noinspection JSUnusedGlobalSymbols
|
|
|
|
// This file was automatically generated by TanStack Router.
|
|
// You should NOT make any changes in this file as it will be overwritten.
|
|
// Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified.
|
|
|
|
import { Route as rootRouteImport } from './routes/__root'
|
|
import { Route as OnboardRouteImport } from './routes/onboard'
|
|
import { Route as LoginRouteImport } from './routes/login'
|
|
import { Route as AppRouteRouteImport } from './routes/_app/route'
|
|
import { Route as AppProfileRouteImport } from './routes/_app/profile'
|
|
import { Route as AppAboutRouteImport } from './routes/_app/about'
|
|
import { Route as ComplexSlugBookingRouteImport } from './routes/$complexSlug/booking'
|
|
import { Route as AppAuthenticatedRouteRouteImport } from './routes/_app/_authenticated/route'
|
|
import { Route as AppAuthenticatedIndexRouteImport } from './routes/_app/_authenticated/index'
|
|
import { Route as ComplexSlugBookingIndexRouteImport } from './routes/$complexSlug/booking/index'
|
|
import { Route as ComplexSlugBookingConfirmedBookingCodeRouteImport } from './routes/$complexSlug/booking/confirmed/$bookingCode'
|
|
import { Route as AppAuthenticatedComplexSlugEditRouteImport } from './routes/_app/_authenticated/complex/$slug/edit'
|
|
|
|
const OnboardRoute = OnboardRouteImport.update({
|
|
id: '/onboard',
|
|
path: '/onboard',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const LoginRoute = LoginRouteImport.update({
|
|
id: '/login',
|
|
path: '/login',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const AppRouteRoute = AppRouteRouteImport.update({
|
|
id: '/_app',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const AppProfileRoute = AppProfileRouteImport.update({
|
|
id: '/profile',
|
|
path: '/profile',
|
|
getParentRoute: () => AppRouteRoute,
|
|
} as any)
|
|
const AppAboutRoute = AppAboutRouteImport.update({
|
|
id: '/about',
|
|
path: '/about',
|
|
getParentRoute: () => AppRouteRoute,
|
|
} as any)
|
|
const ComplexSlugBookingRoute = ComplexSlugBookingRouteImport.update({
|
|
id: '/$complexSlug/booking',
|
|
path: '/$complexSlug/booking',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const AppAuthenticatedRouteRoute = AppAuthenticatedRouteRouteImport.update({
|
|
id: '/_authenticated',
|
|
getParentRoute: () => AppRouteRoute,
|
|
} as any)
|
|
const AppAuthenticatedIndexRoute = AppAuthenticatedIndexRouteImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => AppAuthenticatedRouteRoute,
|
|
} as any)
|
|
const ComplexSlugBookingIndexRoute = ComplexSlugBookingIndexRouteImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => ComplexSlugBookingRoute,
|
|
} as any)
|
|
const ComplexSlugBookingConfirmedBookingCodeRoute =
|
|
ComplexSlugBookingConfirmedBookingCodeRouteImport.update({
|
|
id: '/confirmed/$bookingCode',
|
|
path: '/confirmed/$bookingCode',
|
|
getParentRoute: () => ComplexSlugBookingRoute,
|
|
} as any)
|
|
const AppAuthenticatedComplexSlugEditRoute =
|
|
AppAuthenticatedComplexSlugEditRouteImport.update({
|
|
id: '/complex/$slug/edit',
|
|
path: '/complex/$slug/edit',
|
|
getParentRoute: () => AppAuthenticatedRouteRoute,
|
|
} as any)
|
|
|
|
export interface FileRoutesByFullPath {
|
|
'/': typeof AppAuthenticatedIndexRoute
|
|
'/login': typeof LoginRoute
|
|
'/onboard': typeof OnboardRoute
|
|
'/$complexSlug/booking': typeof ComplexSlugBookingRouteWithChildren
|
|
'/about': typeof AppAboutRoute
|
|
'/profile': typeof AppProfileRoute
|
|
'/$complexSlug/booking/': typeof ComplexSlugBookingIndexRoute
|
|
'/$complexSlug/booking/confirmed/$bookingCode': typeof ComplexSlugBookingConfirmedBookingCodeRoute
|
|
'/complex/$slug/edit': typeof AppAuthenticatedComplexSlugEditRoute
|
|
}
|
|
export interface FileRoutesByTo {
|
|
'/': typeof AppAuthenticatedIndexRoute
|
|
'/login': typeof LoginRoute
|
|
'/onboard': typeof OnboardRoute
|
|
'/about': typeof AppAboutRoute
|
|
'/profile': typeof AppProfileRoute
|
|
'/$complexSlug/booking': typeof ComplexSlugBookingIndexRoute
|
|
'/$complexSlug/booking/confirmed/$bookingCode': typeof ComplexSlugBookingConfirmedBookingCodeRoute
|
|
'/complex/$slug/edit': typeof AppAuthenticatedComplexSlugEditRoute
|
|
}
|
|
export interface FileRoutesById {
|
|
__root__: typeof rootRouteImport
|
|
'/_app': typeof AppRouteRouteWithChildren
|
|
'/login': typeof LoginRoute
|
|
'/onboard': typeof OnboardRoute
|
|
'/_app/_authenticated': typeof AppAuthenticatedRouteRouteWithChildren
|
|
'/$complexSlug/booking': typeof ComplexSlugBookingRouteWithChildren
|
|
'/_app/about': typeof AppAboutRoute
|
|
'/_app/profile': typeof AppProfileRoute
|
|
'/$complexSlug/booking/': typeof ComplexSlugBookingIndexRoute
|
|
'/_app/_authenticated/': typeof AppAuthenticatedIndexRoute
|
|
'/$complexSlug/booking/confirmed/$bookingCode': typeof ComplexSlugBookingConfirmedBookingCodeRoute
|
|
'/_app/_authenticated/complex/$slug/edit': typeof AppAuthenticatedComplexSlugEditRoute
|
|
}
|
|
export interface FileRouteTypes {
|
|
fileRoutesByFullPath: FileRoutesByFullPath
|
|
fullPaths:
|
|
| '/'
|
|
| '/login'
|
|
| '/onboard'
|
|
| '/$complexSlug/booking'
|
|
| '/about'
|
|
| '/profile'
|
|
| '/$complexSlug/booking/'
|
|
| '/$complexSlug/booking/confirmed/$bookingCode'
|
|
| '/complex/$slug/edit'
|
|
fileRoutesByTo: FileRoutesByTo
|
|
to:
|
|
| '/'
|
|
| '/login'
|
|
| '/onboard'
|
|
| '/about'
|
|
| '/profile'
|
|
| '/$complexSlug/booking'
|
|
| '/$complexSlug/booking/confirmed/$bookingCode'
|
|
| '/complex/$slug/edit'
|
|
id:
|
|
| '__root__'
|
|
| '/_app'
|
|
| '/login'
|
|
| '/onboard'
|
|
| '/_app/_authenticated'
|
|
| '/$complexSlug/booking'
|
|
| '/_app/about'
|
|
| '/_app/profile'
|
|
| '/$complexSlug/booking/'
|
|
| '/_app/_authenticated/'
|
|
| '/$complexSlug/booking/confirmed/$bookingCode'
|
|
| '/_app/_authenticated/complex/$slug/edit'
|
|
fileRoutesById: FileRoutesById
|
|
}
|
|
export interface RootRouteChildren {
|
|
AppRouteRoute: typeof AppRouteRouteWithChildren
|
|
LoginRoute: typeof LoginRoute
|
|
OnboardRoute: typeof OnboardRoute
|
|
ComplexSlugBookingRoute: typeof ComplexSlugBookingRouteWithChildren
|
|
}
|
|
|
|
declare module '@tanstack/react-router' {
|
|
interface FileRoutesByPath {
|
|
'/onboard': {
|
|
id: '/onboard'
|
|
path: '/onboard'
|
|
fullPath: '/onboard'
|
|
preLoaderRoute: typeof OnboardRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/login': {
|
|
id: '/login'
|
|
path: '/login'
|
|
fullPath: '/login'
|
|
preLoaderRoute: typeof LoginRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/_app': {
|
|
id: '/_app'
|
|
path: ''
|
|
fullPath: '/'
|
|
preLoaderRoute: typeof AppRouteRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/_app/profile': {
|
|
id: '/_app/profile'
|
|
path: '/profile'
|
|
fullPath: '/profile'
|
|
preLoaderRoute: typeof AppProfileRouteImport
|
|
parentRoute: typeof AppRouteRoute
|
|
}
|
|
'/_app/about': {
|
|
id: '/_app/about'
|
|
path: '/about'
|
|
fullPath: '/about'
|
|
preLoaderRoute: typeof AppAboutRouteImport
|
|
parentRoute: typeof AppRouteRoute
|
|
}
|
|
'/$complexSlug/booking': {
|
|
id: '/$complexSlug/booking'
|
|
path: '/$complexSlug/booking'
|
|
fullPath: '/$complexSlug/booking'
|
|
preLoaderRoute: typeof ComplexSlugBookingRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/_app/_authenticated': {
|
|
id: '/_app/_authenticated'
|
|
path: ''
|
|
fullPath: '/'
|
|
preLoaderRoute: typeof AppAuthenticatedRouteRouteImport
|
|
parentRoute: typeof AppRouteRoute
|
|
}
|
|
'/_app/_authenticated/': {
|
|
id: '/_app/_authenticated/'
|
|
path: '/'
|
|
fullPath: '/'
|
|
preLoaderRoute: typeof AppAuthenticatedIndexRouteImport
|
|
parentRoute: typeof AppAuthenticatedRouteRoute
|
|
}
|
|
'/$complexSlug/booking/': {
|
|
id: '/$complexSlug/booking/'
|
|
path: '/'
|
|
fullPath: '/$complexSlug/booking/'
|
|
preLoaderRoute: typeof ComplexSlugBookingIndexRouteImport
|
|
parentRoute: typeof ComplexSlugBookingRoute
|
|
}
|
|
'/$complexSlug/booking/confirmed/$bookingCode': {
|
|
id: '/$complexSlug/booking/confirmed/$bookingCode'
|
|
path: '/confirmed/$bookingCode'
|
|
fullPath: '/$complexSlug/booking/confirmed/$bookingCode'
|
|
preLoaderRoute: typeof ComplexSlugBookingConfirmedBookingCodeRouteImport
|
|
parentRoute: typeof ComplexSlugBookingRoute
|
|
}
|
|
'/_app/_authenticated/complex/$slug/edit': {
|
|
id: '/_app/_authenticated/complex/$slug/edit'
|
|
path: '/complex/$slug/edit'
|
|
fullPath: '/complex/$slug/edit'
|
|
preLoaderRoute: typeof AppAuthenticatedComplexSlugEditRouteImport
|
|
parentRoute: typeof AppAuthenticatedRouteRoute
|
|
}
|
|
}
|
|
}
|
|
|
|
interface AppAuthenticatedRouteRouteChildren {
|
|
AppAuthenticatedIndexRoute: typeof AppAuthenticatedIndexRoute
|
|
AppAuthenticatedComplexSlugEditRoute: typeof AppAuthenticatedComplexSlugEditRoute
|
|
}
|
|
|
|
const AppAuthenticatedRouteRouteChildren: AppAuthenticatedRouteRouteChildren = {
|
|
AppAuthenticatedIndexRoute: AppAuthenticatedIndexRoute,
|
|
AppAuthenticatedComplexSlugEditRoute: AppAuthenticatedComplexSlugEditRoute,
|
|
}
|
|
|
|
const AppAuthenticatedRouteRouteWithChildren =
|
|
AppAuthenticatedRouteRoute._addFileChildren(
|
|
AppAuthenticatedRouteRouteChildren,
|
|
)
|
|
|
|
interface AppRouteRouteChildren {
|
|
AppAuthenticatedRouteRoute: typeof AppAuthenticatedRouteRouteWithChildren
|
|
AppAboutRoute: typeof AppAboutRoute
|
|
AppProfileRoute: typeof AppProfileRoute
|
|
}
|
|
|
|
const AppRouteRouteChildren: AppRouteRouteChildren = {
|
|
AppAuthenticatedRouteRoute: AppAuthenticatedRouteRouteWithChildren,
|
|
AppAboutRoute: AppAboutRoute,
|
|
AppProfileRoute: AppProfileRoute,
|
|
}
|
|
|
|
const AppRouteRouteWithChildren = AppRouteRoute._addFileChildren(
|
|
AppRouteRouteChildren,
|
|
)
|
|
|
|
interface ComplexSlugBookingRouteChildren {
|
|
ComplexSlugBookingIndexRoute: typeof ComplexSlugBookingIndexRoute
|
|
ComplexSlugBookingConfirmedBookingCodeRoute: typeof ComplexSlugBookingConfirmedBookingCodeRoute
|
|
}
|
|
|
|
const ComplexSlugBookingRouteChildren: ComplexSlugBookingRouteChildren = {
|
|
ComplexSlugBookingIndexRoute: ComplexSlugBookingIndexRoute,
|
|
ComplexSlugBookingConfirmedBookingCodeRoute:
|
|
ComplexSlugBookingConfirmedBookingCodeRoute,
|
|
}
|
|
|
|
const ComplexSlugBookingRouteWithChildren =
|
|
ComplexSlugBookingRoute._addFileChildren(ComplexSlugBookingRouteChildren)
|
|
|
|
const rootRouteChildren: RootRouteChildren = {
|
|
AppRouteRoute: AppRouteRouteWithChildren,
|
|
LoginRoute: LoginRoute,
|
|
OnboardRoute: OnboardRoute,
|
|
ComplexSlugBookingRoute: ComplexSlugBookingRouteWithChildren,
|
|
}
|
|
export const routeTree = rootRouteImport
|
|
._addFileChildren(rootRouteChildren)
|
|
._addFileTypes<FileRouteTypes>()
|