325 lines
9.5 KiB
TypeScript
325 lines
9.5 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 TermsRouteImport } from './routes/terms'
|
|
import { Route as PrivacyRouteImport } from './routes/privacy'
|
|
import { Route as LoginRouteImport } from './routes/login'
|
|
import { Route as DrinkkaartRouteImport } from './routes/drinkkaart'
|
|
import { Route as ContactRouteImport } from './routes/contact'
|
|
import { Route as AccountRouteImport } from './routes/account'
|
|
import { Route as IndexRouteImport } from './routes/index'
|
|
import { Route as AdminIndexRouteImport } from './routes/admin/index'
|
|
import { Route as ManageTokenRouteImport } from './routes/manage.$token'
|
|
import { Route as AdminDrinkkaartRouteImport } from './routes/admin/drinkkaart'
|
|
import { Route as ApiWebhookMollieRouteImport } from './routes/api/webhook/mollie'
|
|
import { Route as ApiRpcSplatRouteImport } from './routes/api/rpc/$'
|
|
import { Route as ApiAuthSplatRouteImport } from './routes/api/auth/$'
|
|
|
|
const TermsRoute = TermsRouteImport.update({
|
|
id: '/terms',
|
|
path: '/terms',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const PrivacyRoute = PrivacyRouteImport.update({
|
|
id: '/privacy',
|
|
path: '/privacy',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const LoginRoute = LoginRouteImport.update({
|
|
id: '/login',
|
|
path: '/login',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const DrinkkaartRoute = DrinkkaartRouteImport.update({
|
|
id: '/drinkkaart',
|
|
path: '/drinkkaart',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const ContactRoute = ContactRouteImport.update({
|
|
id: '/contact',
|
|
path: '/contact',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const AccountRoute = AccountRouteImport.update({
|
|
id: '/account',
|
|
path: '/account',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const IndexRoute = IndexRouteImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const AdminIndexRoute = AdminIndexRouteImport.update({
|
|
id: '/admin/',
|
|
path: '/admin/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const ManageTokenRoute = ManageTokenRouteImport.update({
|
|
id: '/manage/$token',
|
|
path: '/manage/$token',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const AdminDrinkkaartRoute = AdminDrinkkaartRouteImport.update({
|
|
id: '/admin/drinkkaart',
|
|
path: '/admin/drinkkaart',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const ApiWebhookMollieRoute = ApiWebhookMollieRouteImport.update({
|
|
id: '/api/webhook/mollie',
|
|
path: '/api/webhook/mollie',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const ApiRpcSplatRoute = ApiRpcSplatRouteImport.update({
|
|
id: '/api/rpc/$',
|
|
path: '/api/rpc/$',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const ApiAuthSplatRoute = ApiAuthSplatRouteImport.update({
|
|
id: '/api/auth/$',
|
|
path: '/api/auth/$',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
|
|
export interface FileRoutesByFullPath {
|
|
'/': typeof IndexRoute
|
|
'/account': typeof AccountRoute
|
|
'/contact': typeof ContactRoute
|
|
'/drinkkaart': typeof DrinkkaartRoute
|
|
'/login': typeof LoginRoute
|
|
'/privacy': typeof PrivacyRoute
|
|
'/terms': typeof TermsRoute
|
|
'/admin/drinkkaart': typeof AdminDrinkkaartRoute
|
|
'/manage/$token': typeof ManageTokenRoute
|
|
'/admin/': typeof AdminIndexRoute
|
|
'/api/auth/$': typeof ApiAuthSplatRoute
|
|
'/api/rpc/$': typeof ApiRpcSplatRoute
|
|
'/api/webhook/mollie': typeof ApiWebhookMollieRoute
|
|
}
|
|
export interface FileRoutesByTo {
|
|
'/': typeof IndexRoute
|
|
'/account': typeof AccountRoute
|
|
'/contact': typeof ContactRoute
|
|
'/drinkkaart': typeof DrinkkaartRoute
|
|
'/login': typeof LoginRoute
|
|
'/privacy': typeof PrivacyRoute
|
|
'/terms': typeof TermsRoute
|
|
'/admin/drinkkaart': typeof AdminDrinkkaartRoute
|
|
'/manage/$token': typeof ManageTokenRoute
|
|
'/admin': typeof AdminIndexRoute
|
|
'/api/auth/$': typeof ApiAuthSplatRoute
|
|
'/api/rpc/$': typeof ApiRpcSplatRoute
|
|
'/api/webhook/mollie': typeof ApiWebhookMollieRoute
|
|
}
|
|
export interface FileRoutesById {
|
|
__root__: typeof rootRouteImport
|
|
'/': typeof IndexRoute
|
|
'/account': typeof AccountRoute
|
|
'/contact': typeof ContactRoute
|
|
'/drinkkaart': typeof DrinkkaartRoute
|
|
'/login': typeof LoginRoute
|
|
'/privacy': typeof PrivacyRoute
|
|
'/terms': typeof TermsRoute
|
|
'/admin/drinkkaart': typeof AdminDrinkkaartRoute
|
|
'/manage/$token': typeof ManageTokenRoute
|
|
'/admin/': typeof AdminIndexRoute
|
|
'/api/auth/$': typeof ApiAuthSplatRoute
|
|
'/api/rpc/$': typeof ApiRpcSplatRoute
|
|
'/api/webhook/mollie': typeof ApiWebhookMollieRoute
|
|
}
|
|
export interface FileRouteTypes {
|
|
fileRoutesByFullPath: FileRoutesByFullPath
|
|
fullPaths:
|
|
| '/'
|
|
| '/account'
|
|
| '/contact'
|
|
| '/drinkkaart'
|
|
| '/login'
|
|
| '/privacy'
|
|
| '/terms'
|
|
| '/admin/drinkkaart'
|
|
| '/manage/$token'
|
|
| '/admin/'
|
|
| '/api/auth/$'
|
|
| '/api/rpc/$'
|
|
| '/api/webhook/mollie'
|
|
fileRoutesByTo: FileRoutesByTo
|
|
to:
|
|
| '/'
|
|
| '/account'
|
|
| '/contact'
|
|
| '/drinkkaart'
|
|
| '/login'
|
|
| '/privacy'
|
|
| '/terms'
|
|
| '/admin/drinkkaart'
|
|
| '/manage/$token'
|
|
| '/admin'
|
|
| '/api/auth/$'
|
|
| '/api/rpc/$'
|
|
| '/api/webhook/mollie'
|
|
id:
|
|
| '__root__'
|
|
| '/'
|
|
| '/account'
|
|
| '/contact'
|
|
| '/drinkkaart'
|
|
| '/login'
|
|
| '/privacy'
|
|
| '/terms'
|
|
| '/admin/drinkkaart'
|
|
| '/manage/$token'
|
|
| '/admin/'
|
|
| '/api/auth/$'
|
|
| '/api/rpc/$'
|
|
| '/api/webhook/mollie'
|
|
fileRoutesById: FileRoutesById
|
|
}
|
|
export interface RootRouteChildren {
|
|
IndexRoute: typeof IndexRoute
|
|
AccountRoute: typeof AccountRoute
|
|
ContactRoute: typeof ContactRoute
|
|
DrinkkaartRoute: typeof DrinkkaartRoute
|
|
LoginRoute: typeof LoginRoute
|
|
PrivacyRoute: typeof PrivacyRoute
|
|
TermsRoute: typeof TermsRoute
|
|
AdminDrinkkaartRoute: typeof AdminDrinkkaartRoute
|
|
ManageTokenRoute: typeof ManageTokenRoute
|
|
AdminIndexRoute: typeof AdminIndexRoute
|
|
ApiAuthSplatRoute: typeof ApiAuthSplatRoute
|
|
ApiRpcSplatRoute: typeof ApiRpcSplatRoute
|
|
ApiWebhookMollieRoute: typeof ApiWebhookMollieRoute
|
|
}
|
|
|
|
declare module '@tanstack/react-router' {
|
|
interface FileRoutesByPath {
|
|
'/terms': {
|
|
id: '/terms'
|
|
path: '/terms'
|
|
fullPath: '/terms'
|
|
preLoaderRoute: typeof TermsRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/privacy': {
|
|
id: '/privacy'
|
|
path: '/privacy'
|
|
fullPath: '/privacy'
|
|
preLoaderRoute: typeof PrivacyRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/login': {
|
|
id: '/login'
|
|
path: '/login'
|
|
fullPath: '/login'
|
|
preLoaderRoute: typeof LoginRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/drinkkaart': {
|
|
id: '/drinkkaart'
|
|
path: '/drinkkaart'
|
|
fullPath: '/drinkkaart'
|
|
preLoaderRoute: typeof DrinkkaartRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/contact': {
|
|
id: '/contact'
|
|
path: '/contact'
|
|
fullPath: '/contact'
|
|
preLoaderRoute: typeof ContactRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/account': {
|
|
id: '/account'
|
|
path: '/account'
|
|
fullPath: '/account'
|
|
preLoaderRoute: typeof AccountRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/': {
|
|
id: '/'
|
|
path: '/'
|
|
fullPath: '/'
|
|
preLoaderRoute: typeof IndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/admin/': {
|
|
id: '/admin/'
|
|
path: '/admin'
|
|
fullPath: '/admin/'
|
|
preLoaderRoute: typeof AdminIndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/manage/$token': {
|
|
id: '/manage/$token'
|
|
path: '/manage/$token'
|
|
fullPath: '/manage/$token'
|
|
preLoaderRoute: typeof ManageTokenRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/admin/drinkkaart': {
|
|
id: '/admin/drinkkaart'
|
|
path: '/admin/drinkkaart'
|
|
fullPath: '/admin/drinkkaart'
|
|
preLoaderRoute: typeof AdminDrinkkaartRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/api/webhook/mollie': {
|
|
id: '/api/webhook/mollie'
|
|
path: '/api/webhook/mollie'
|
|
fullPath: '/api/webhook/mollie'
|
|
preLoaderRoute: typeof ApiWebhookMollieRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/api/rpc/$': {
|
|
id: '/api/rpc/$'
|
|
path: '/api/rpc/$'
|
|
fullPath: '/api/rpc/$'
|
|
preLoaderRoute: typeof ApiRpcSplatRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/api/auth/$': {
|
|
id: '/api/auth/$'
|
|
path: '/api/auth/$'
|
|
fullPath: '/api/auth/$'
|
|
preLoaderRoute: typeof ApiAuthSplatRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
}
|
|
}
|
|
|
|
const rootRouteChildren: RootRouteChildren = {
|
|
IndexRoute: IndexRoute,
|
|
AccountRoute: AccountRoute,
|
|
ContactRoute: ContactRoute,
|
|
DrinkkaartRoute: DrinkkaartRoute,
|
|
LoginRoute: LoginRoute,
|
|
PrivacyRoute: PrivacyRoute,
|
|
TermsRoute: TermsRoute,
|
|
AdminDrinkkaartRoute: AdminDrinkkaartRoute,
|
|
ManageTokenRoute: ManageTokenRoute,
|
|
AdminIndexRoute: AdminIndexRoute,
|
|
ApiAuthSplatRoute: ApiAuthSplatRoute,
|
|
ApiRpcSplatRoute: ApiRpcSplatRoute,
|
|
ApiWebhookMollieRoute: ApiWebhookMollieRoute,
|
|
}
|
|
export const routeTree = rootRouteImport
|
|
._addFileChildren(rootRouteChildren)
|
|
._addFileTypes<FileRouteTypes>()
|
|
|
|
import type { getRouter } from './router.tsx'
|
|
import type { createStart } from '@tanstack/react-start'
|
|
declare module '@tanstack/react-start' {
|
|
interface Register {
|
|
ssr: true
|
|
router: Awaited<ReturnType<typeof getRouter>>
|
|
}
|
|
}
|