288 lines
9.0 KiB
TypeScript
288 lines
9.0 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 TermsAndConditionsRouteImport } from './routes/terms-and-conditions'
|
|
import { Route as PrivacyRouteImport } from './routes/privacy'
|
|
import { Route as MarketingRouteImport } from './routes/_marketing'
|
|
import { Route as GuidesIndexRouteImport } from './routes/guides/index'
|
|
import { Route as MarketingIndexRouteImport } from './routes/_marketing/index'
|
|
import { Route as JsScriptDotjsRouteImport } from './routes/js/script[.]js'
|
|
import { Route as GuidesSplatRouteImport } from './routes/guides/$'
|
|
import { Route as ApiSubscribeRouteImport } from './routes/api/subscribe'
|
|
import { Route as ApiEventRouteImport } from './routes/api/event'
|
|
import { Route as MarketingPricingRouteImport } from './routes/_marketing/pricing'
|
|
import { Route as MarketingFeaturesMcpRouteImport } from './routes/_marketing/features/mcp'
|
|
|
|
const TermsAndConditionsRoute = TermsAndConditionsRouteImport.update({
|
|
id: '/terms-and-conditions',
|
|
path: '/terms-and-conditions',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const PrivacyRoute = PrivacyRouteImport.update({
|
|
id: '/privacy',
|
|
path: '/privacy',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const MarketingRoute = MarketingRouteImport.update({
|
|
id: '/_marketing',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const GuidesIndexRoute = GuidesIndexRouteImport.update({
|
|
id: '/guides/',
|
|
path: '/guides/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const MarketingIndexRoute = MarketingIndexRouteImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => MarketingRoute,
|
|
} as any)
|
|
const JsScriptDotjsRoute = JsScriptDotjsRouteImport.update({
|
|
id: '/js/script.js',
|
|
path: '/js/script.js',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const GuidesSplatRoute = GuidesSplatRouteImport.update({
|
|
id: '/guides/$',
|
|
path: '/guides/$',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const ApiSubscribeRoute = ApiSubscribeRouteImport.update({
|
|
id: '/api/subscribe',
|
|
path: '/api/subscribe',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const ApiEventRoute = ApiEventRouteImport.update({
|
|
id: '/api/event',
|
|
path: '/api/event',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const MarketingPricingRoute = MarketingPricingRouteImport.update({
|
|
id: '/pricing',
|
|
path: '/pricing',
|
|
getParentRoute: () => MarketingRoute,
|
|
} as any)
|
|
const MarketingFeaturesMcpRoute = MarketingFeaturesMcpRouteImport.update({
|
|
id: '/features/mcp',
|
|
path: '/features/mcp',
|
|
getParentRoute: () => MarketingRoute,
|
|
} as any)
|
|
|
|
export interface FileRoutesByFullPath {
|
|
'/': typeof MarketingIndexRoute
|
|
'/privacy': typeof PrivacyRoute
|
|
'/terms-and-conditions': typeof TermsAndConditionsRoute
|
|
'/pricing': typeof MarketingPricingRoute
|
|
'/api/event': typeof ApiEventRoute
|
|
'/api/subscribe': typeof ApiSubscribeRoute
|
|
'/guides/$': typeof GuidesSplatRoute
|
|
'/js/script.js': typeof JsScriptDotjsRoute
|
|
'/guides/': typeof GuidesIndexRoute
|
|
'/features/mcp': typeof MarketingFeaturesMcpRoute
|
|
}
|
|
export interface FileRoutesByTo {
|
|
'/privacy': typeof PrivacyRoute
|
|
'/terms-and-conditions': typeof TermsAndConditionsRoute
|
|
'/pricing': typeof MarketingPricingRoute
|
|
'/api/event': typeof ApiEventRoute
|
|
'/api/subscribe': typeof ApiSubscribeRoute
|
|
'/guides/$': typeof GuidesSplatRoute
|
|
'/js/script.js': typeof JsScriptDotjsRoute
|
|
'/': typeof MarketingIndexRoute
|
|
'/guides': typeof GuidesIndexRoute
|
|
'/features/mcp': typeof MarketingFeaturesMcpRoute
|
|
}
|
|
export interface FileRoutesById {
|
|
__root__: typeof rootRouteImport
|
|
'/_marketing': typeof MarketingRouteWithChildren
|
|
'/privacy': typeof PrivacyRoute
|
|
'/terms-and-conditions': typeof TermsAndConditionsRoute
|
|
'/_marketing/pricing': typeof MarketingPricingRoute
|
|
'/api/event': typeof ApiEventRoute
|
|
'/api/subscribe': typeof ApiSubscribeRoute
|
|
'/guides/$': typeof GuidesSplatRoute
|
|
'/js/script.js': typeof JsScriptDotjsRoute
|
|
'/_marketing/': typeof MarketingIndexRoute
|
|
'/guides/': typeof GuidesIndexRoute
|
|
'/_marketing/features/mcp': typeof MarketingFeaturesMcpRoute
|
|
}
|
|
export interface FileRouteTypes {
|
|
fileRoutesByFullPath: FileRoutesByFullPath
|
|
fullPaths:
|
|
| '/'
|
|
| '/privacy'
|
|
| '/terms-and-conditions'
|
|
| '/pricing'
|
|
| '/api/event'
|
|
| '/api/subscribe'
|
|
| '/guides/$'
|
|
| '/js/script.js'
|
|
| '/guides/'
|
|
| '/features/mcp'
|
|
fileRoutesByTo: FileRoutesByTo
|
|
to:
|
|
| '/privacy'
|
|
| '/terms-and-conditions'
|
|
| '/pricing'
|
|
| '/api/event'
|
|
| '/api/subscribe'
|
|
| '/guides/$'
|
|
| '/js/script.js'
|
|
| '/'
|
|
| '/guides'
|
|
| '/features/mcp'
|
|
id:
|
|
| '__root__'
|
|
| '/_marketing'
|
|
| '/privacy'
|
|
| '/terms-and-conditions'
|
|
| '/_marketing/pricing'
|
|
| '/api/event'
|
|
| '/api/subscribe'
|
|
| '/guides/$'
|
|
| '/js/script.js'
|
|
| '/_marketing/'
|
|
| '/guides/'
|
|
| '/_marketing/features/mcp'
|
|
fileRoutesById: FileRoutesById
|
|
}
|
|
export interface RootRouteChildren {
|
|
MarketingRoute: typeof MarketingRouteWithChildren
|
|
PrivacyRoute: typeof PrivacyRoute
|
|
TermsAndConditionsRoute: typeof TermsAndConditionsRoute
|
|
ApiEventRoute: typeof ApiEventRoute
|
|
ApiSubscribeRoute: typeof ApiSubscribeRoute
|
|
GuidesSplatRoute: typeof GuidesSplatRoute
|
|
JsScriptDotjsRoute: typeof JsScriptDotjsRoute
|
|
GuidesIndexRoute: typeof GuidesIndexRoute
|
|
}
|
|
|
|
declare module '@tanstack/react-router' {
|
|
interface FileRoutesByPath {
|
|
'/terms-and-conditions': {
|
|
id: '/terms-and-conditions'
|
|
path: '/terms-and-conditions'
|
|
fullPath: '/terms-and-conditions'
|
|
preLoaderRoute: typeof TermsAndConditionsRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/privacy': {
|
|
id: '/privacy'
|
|
path: '/privacy'
|
|
fullPath: '/privacy'
|
|
preLoaderRoute: typeof PrivacyRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/_marketing': {
|
|
id: '/_marketing'
|
|
path: ''
|
|
fullPath: '/'
|
|
preLoaderRoute: typeof MarketingRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/guides/': {
|
|
id: '/guides/'
|
|
path: '/guides'
|
|
fullPath: '/guides/'
|
|
preLoaderRoute: typeof GuidesIndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/_marketing/': {
|
|
id: '/_marketing/'
|
|
path: '/'
|
|
fullPath: '/'
|
|
preLoaderRoute: typeof MarketingIndexRouteImport
|
|
parentRoute: typeof MarketingRoute
|
|
}
|
|
'/js/script.js': {
|
|
id: '/js/script.js'
|
|
path: '/js/script.js'
|
|
fullPath: '/js/script.js'
|
|
preLoaderRoute: typeof JsScriptDotjsRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/guides/$': {
|
|
id: '/guides/$'
|
|
path: '/guides/$'
|
|
fullPath: '/guides/$'
|
|
preLoaderRoute: typeof GuidesSplatRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/api/subscribe': {
|
|
id: '/api/subscribe'
|
|
path: '/api/subscribe'
|
|
fullPath: '/api/subscribe'
|
|
preLoaderRoute: typeof ApiSubscribeRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/api/event': {
|
|
id: '/api/event'
|
|
path: '/api/event'
|
|
fullPath: '/api/event'
|
|
preLoaderRoute: typeof ApiEventRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/_marketing/pricing': {
|
|
id: '/_marketing/pricing'
|
|
path: '/pricing'
|
|
fullPath: '/pricing'
|
|
preLoaderRoute: typeof MarketingPricingRouteImport
|
|
parentRoute: typeof MarketingRoute
|
|
}
|
|
'/_marketing/features/mcp': {
|
|
id: '/_marketing/features/mcp'
|
|
path: '/features/mcp'
|
|
fullPath: '/features/mcp'
|
|
preLoaderRoute: typeof MarketingFeaturesMcpRouteImport
|
|
parentRoute: typeof MarketingRoute
|
|
}
|
|
}
|
|
}
|
|
|
|
interface MarketingRouteChildren {
|
|
MarketingPricingRoute: typeof MarketingPricingRoute
|
|
MarketingIndexRoute: typeof MarketingIndexRoute
|
|
MarketingFeaturesMcpRoute: typeof MarketingFeaturesMcpRoute
|
|
}
|
|
|
|
const MarketingRouteChildren: MarketingRouteChildren = {
|
|
MarketingPricingRoute: MarketingPricingRoute,
|
|
MarketingIndexRoute: MarketingIndexRoute,
|
|
MarketingFeaturesMcpRoute: MarketingFeaturesMcpRoute,
|
|
}
|
|
|
|
const MarketingRouteWithChildren = MarketingRoute._addFileChildren(
|
|
MarketingRouteChildren,
|
|
)
|
|
|
|
const rootRouteChildren: RootRouteChildren = {
|
|
MarketingRoute: MarketingRouteWithChildren,
|
|
PrivacyRoute: PrivacyRoute,
|
|
TermsAndConditionsRoute: TermsAndConditionsRoute,
|
|
ApiEventRoute: ApiEventRoute,
|
|
ApiSubscribeRoute: ApiSubscribeRoute,
|
|
GuidesSplatRoute: GuidesSplatRoute,
|
|
JsScriptDotjsRoute: JsScriptDotjsRoute,
|
|
GuidesIndexRoute: GuidesIndexRoute,
|
|
}
|
|
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>>
|
|
}
|
|
}
|