/* 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 LoginRouteImport } from './routes/login' import { Route as AuthenticatedRouteImport } from './routes/_authenticated' import { Route as AuthenticatedIndexRouteImport } from './routes/_authenticated/index' import { Route as AuthenticatedMembersRouteImport } from './routes/_authenticated/members' import { Route as AuthenticatedAccountsIndexRouteImport } from './routes/_authenticated/accounts/index' import { Route as AuthenticatedAccountsNewRouteImport } from './routes/_authenticated/accounts/new' import { Route as AuthenticatedAccountsAccountIdRouteImport } from './routes/_authenticated/accounts/$accountId' import { Route as AuthenticatedAccountsAccountIdIndexRouteImport } from './routes/_authenticated/accounts/$accountId/index' import { Route as AuthenticatedAccountsAccountIdTaxExemptionsRouteImport } from './routes/_authenticated/accounts/$accountId/tax-exemptions' import { Route as AuthenticatedAccountsAccountIdProcessorLinksRouteImport } from './routes/_authenticated/accounts/$accountId/processor-links' import { Route as AuthenticatedAccountsAccountIdPaymentMethodsRouteImport } from './routes/_authenticated/accounts/$accountId/payment-methods' import { Route as AuthenticatedAccountsAccountIdMembersRouteImport } from './routes/_authenticated/accounts/$accountId/members' const LoginRoute = LoginRouteImport.update({ id: '/login', path: '/login', getParentRoute: () => rootRouteImport, } as any) const AuthenticatedRoute = AuthenticatedRouteImport.update({ id: '/_authenticated', getParentRoute: () => rootRouteImport, } as any) const AuthenticatedIndexRoute = AuthenticatedIndexRouteImport.update({ id: '/', path: '/', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedMembersRoute = AuthenticatedMembersRouteImport.update({ id: '/members', path: '/members', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedAccountsIndexRoute = AuthenticatedAccountsIndexRouteImport.update({ id: '/accounts/', path: '/accounts/', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedAccountsNewRoute = AuthenticatedAccountsNewRouteImport.update({ id: '/accounts/new', path: '/accounts/new', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedAccountsAccountIdRoute = AuthenticatedAccountsAccountIdRouteImport.update({ id: '/accounts/$accountId', path: '/accounts/$accountId', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedAccountsAccountIdIndexRoute = AuthenticatedAccountsAccountIdIndexRouteImport.update({ id: '/', path: '/', getParentRoute: () => AuthenticatedAccountsAccountIdRoute, } as any) const AuthenticatedAccountsAccountIdTaxExemptionsRoute = AuthenticatedAccountsAccountIdTaxExemptionsRouteImport.update({ id: '/tax-exemptions', path: '/tax-exemptions', getParentRoute: () => AuthenticatedAccountsAccountIdRoute, } as any) const AuthenticatedAccountsAccountIdProcessorLinksRoute = AuthenticatedAccountsAccountIdProcessorLinksRouteImport.update({ id: '/processor-links', path: '/processor-links', getParentRoute: () => AuthenticatedAccountsAccountIdRoute, } as any) const AuthenticatedAccountsAccountIdPaymentMethodsRoute = AuthenticatedAccountsAccountIdPaymentMethodsRouteImport.update({ id: '/payment-methods', path: '/payment-methods', getParentRoute: () => AuthenticatedAccountsAccountIdRoute, } as any) const AuthenticatedAccountsAccountIdMembersRoute = AuthenticatedAccountsAccountIdMembersRouteImport.update({ id: '/members', path: '/members', getParentRoute: () => AuthenticatedAccountsAccountIdRoute, } as any) export interface FileRoutesByFullPath { '/': typeof AuthenticatedIndexRoute '/login': typeof LoginRoute '/members': typeof AuthenticatedMembersRoute '/accounts/$accountId': typeof AuthenticatedAccountsAccountIdRouteWithChildren '/accounts/new': typeof AuthenticatedAccountsNewRoute '/accounts/': typeof AuthenticatedAccountsIndexRoute '/accounts/$accountId/members': typeof AuthenticatedAccountsAccountIdMembersRoute '/accounts/$accountId/payment-methods': typeof AuthenticatedAccountsAccountIdPaymentMethodsRoute '/accounts/$accountId/processor-links': typeof AuthenticatedAccountsAccountIdProcessorLinksRoute '/accounts/$accountId/tax-exemptions': typeof AuthenticatedAccountsAccountIdTaxExemptionsRoute '/accounts/$accountId/': typeof AuthenticatedAccountsAccountIdIndexRoute } export interface FileRoutesByTo { '/login': typeof LoginRoute '/members': typeof AuthenticatedMembersRoute '/': typeof AuthenticatedIndexRoute '/accounts/new': typeof AuthenticatedAccountsNewRoute '/accounts': typeof AuthenticatedAccountsIndexRoute '/accounts/$accountId/members': typeof AuthenticatedAccountsAccountIdMembersRoute '/accounts/$accountId/payment-methods': typeof AuthenticatedAccountsAccountIdPaymentMethodsRoute '/accounts/$accountId/processor-links': typeof AuthenticatedAccountsAccountIdProcessorLinksRoute '/accounts/$accountId/tax-exemptions': typeof AuthenticatedAccountsAccountIdTaxExemptionsRoute '/accounts/$accountId': typeof AuthenticatedAccountsAccountIdIndexRoute } export interface FileRoutesById { __root__: typeof rootRouteImport '/_authenticated': typeof AuthenticatedRouteWithChildren '/login': typeof LoginRoute '/_authenticated/members': typeof AuthenticatedMembersRoute '/_authenticated/': typeof AuthenticatedIndexRoute '/_authenticated/accounts/$accountId': typeof AuthenticatedAccountsAccountIdRouteWithChildren '/_authenticated/accounts/new': typeof AuthenticatedAccountsNewRoute '/_authenticated/accounts/': typeof AuthenticatedAccountsIndexRoute '/_authenticated/accounts/$accountId/members': typeof AuthenticatedAccountsAccountIdMembersRoute '/_authenticated/accounts/$accountId/payment-methods': typeof AuthenticatedAccountsAccountIdPaymentMethodsRoute '/_authenticated/accounts/$accountId/processor-links': typeof AuthenticatedAccountsAccountIdProcessorLinksRoute '/_authenticated/accounts/$accountId/tax-exemptions': typeof AuthenticatedAccountsAccountIdTaxExemptionsRoute '/_authenticated/accounts/$accountId/': typeof AuthenticatedAccountsAccountIdIndexRoute } export interface FileRouteTypes { fileRoutesByFullPath: FileRoutesByFullPath fullPaths: | '/' | '/login' | '/members' | '/accounts/$accountId' | '/accounts/new' | '/accounts/' | '/accounts/$accountId/members' | '/accounts/$accountId/payment-methods' | '/accounts/$accountId/processor-links' | '/accounts/$accountId/tax-exemptions' | '/accounts/$accountId/' fileRoutesByTo: FileRoutesByTo to: | '/login' | '/members' | '/' | '/accounts/new' | '/accounts' | '/accounts/$accountId/members' | '/accounts/$accountId/payment-methods' | '/accounts/$accountId/processor-links' | '/accounts/$accountId/tax-exemptions' | '/accounts/$accountId' id: | '__root__' | '/_authenticated' | '/login' | '/_authenticated/members' | '/_authenticated/' | '/_authenticated/accounts/$accountId' | '/_authenticated/accounts/new' | '/_authenticated/accounts/' | '/_authenticated/accounts/$accountId/members' | '/_authenticated/accounts/$accountId/payment-methods' | '/_authenticated/accounts/$accountId/processor-links' | '/_authenticated/accounts/$accountId/tax-exemptions' | '/_authenticated/accounts/$accountId/' fileRoutesById: FileRoutesById } export interface RootRouteChildren { AuthenticatedRoute: typeof AuthenticatedRouteWithChildren LoginRoute: typeof LoginRoute } declare module '@tanstack/react-router' { interface FileRoutesByPath { '/login': { id: '/login' path: '/login' fullPath: '/login' preLoaderRoute: typeof LoginRouteImport parentRoute: typeof rootRouteImport } '/_authenticated': { id: '/_authenticated' path: '' fullPath: '/' preLoaderRoute: typeof AuthenticatedRouteImport parentRoute: typeof rootRouteImport } '/_authenticated/': { id: '/_authenticated/' path: '/' fullPath: '/' preLoaderRoute: typeof AuthenticatedIndexRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/members': { id: '/_authenticated/members' path: '/members' fullPath: '/members' preLoaderRoute: typeof AuthenticatedMembersRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/accounts/': { id: '/_authenticated/accounts/' path: '/accounts' fullPath: '/accounts/' preLoaderRoute: typeof AuthenticatedAccountsIndexRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/accounts/new': { id: '/_authenticated/accounts/new' path: '/accounts/new' fullPath: '/accounts/new' preLoaderRoute: typeof AuthenticatedAccountsNewRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/accounts/$accountId': { id: '/_authenticated/accounts/$accountId' path: '/accounts/$accountId' fullPath: '/accounts/$accountId' preLoaderRoute: typeof AuthenticatedAccountsAccountIdRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/accounts/$accountId/': { id: '/_authenticated/accounts/$accountId/' path: '/' fullPath: '/accounts/$accountId/' preLoaderRoute: typeof AuthenticatedAccountsAccountIdIndexRouteImport parentRoute: typeof AuthenticatedAccountsAccountIdRoute } '/_authenticated/accounts/$accountId/tax-exemptions': { id: '/_authenticated/accounts/$accountId/tax-exemptions' path: '/tax-exemptions' fullPath: '/accounts/$accountId/tax-exemptions' preLoaderRoute: typeof AuthenticatedAccountsAccountIdTaxExemptionsRouteImport parentRoute: typeof AuthenticatedAccountsAccountIdRoute } '/_authenticated/accounts/$accountId/processor-links': { id: '/_authenticated/accounts/$accountId/processor-links' path: '/processor-links' fullPath: '/accounts/$accountId/processor-links' preLoaderRoute: typeof AuthenticatedAccountsAccountIdProcessorLinksRouteImport parentRoute: typeof AuthenticatedAccountsAccountIdRoute } '/_authenticated/accounts/$accountId/payment-methods': { id: '/_authenticated/accounts/$accountId/payment-methods' path: '/payment-methods' fullPath: '/accounts/$accountId/payment-methods' preLoaderRoute: typeof AuthenticatedAccountsAccountIdPaymentMethodsRouteImport parentRoute: typeof AuthenticatedAccountsAccountIdRoute } '/_authenticated/accounts/$accountId/members': { id: '/_authenticated/accounts/$accountId/members' path: '/members' fullPath: '/accounts/$accountId/members' preLoaderRoute: typeof AuthenticatedAccountsAccountIdMembersRouteImport parentRoute: typeof AuthenticatedAccountsAccountIdRoute } } } interface AuthenticatedAccountsAccountIdRouteChildren { AuthenticatedAccountsAccountIdMembersRoute: typeof AuthenticatedAccountsAccountIdMembersRoute AuthenticatedAccountsAccountIdPaymentMethodsRoute: typeof AuthenticatedAccountsAccountIdPaymentMethodsRoute AuthenticatedAccountsAccountIdProcessorLinksRoute: typeof AuthenticatedAccountsAccountIdProcessorLinksRoute AuthenticatedAccountsAccountIdTaxExemptionsRoute: typeof AuthenticatedAccountsAccountIdTaxExemptionsRoute AuthenticatedAccountsAccountIdIndexRoute: typeof AuthenticatedAccountsAccountIdIndexRoute } const AuthenticatedAccountsAccountIdRouteChildren: AuthenticatedAccountsAccountIdRouteChildren = { AuthenticatedAccountsAccountIdMembersRoute: AuthenticatedAccountsAccountIdMembersRoute, AuthenticatedAccountsAccountIdPaymentMethodsRoute: AuthenticatedAccountsAccountIdPaymentMethodsRoute, AuthenticatedAccountsAccountIdProcessorLinksRoute: AuthenticatedAccountsAccountIdProcessorLinksRoute, AuthenticatedAccountsAccountIdTaxExemptionsRoute: AuthenticatedAccountsAccountIdTaxExemptionsRoute, AuthenticatedAccountsAccountIdIndexRoute: AuthenticatedAccountsAccountIdIndexRoute, } const AuthenticatedAccountsAccountIdRouteWithChildren = AuthenticatedAccountsAccountIdRoute._addFileChildren( AuthenticatedAccountsAccountIdRouteChildren, ) interface AuthenticatedRouteChildren { AuthenticatedMembersRoute: typeof AuthenticatedMembersRoute AuthenticatedIndexRoute: typeof AuthenticatedIndexRoute AuthenticatedAccountsAccountIdRoute: typeof AuthenticatedAccountsAccountIdRouteWithChildren AuthenticatedAccountsNewRoute: typeof AuthenticatedAccountsNewRoute AuthenticatedAccountsIndexRoute: typeof AuthenticatedAccountsIndexRoute } const AuthenticatedRouteChildren: AuthenticatedRouteChildren = { AuthenticatedMembersRoute: AuthenticatedMembersRoute, AuthenticatedIndexRoute: AuthenticatedIndexRoute, AuthenticatedAccountsAccountIdRoute: AuthenticatedAccountsAccountIdRouteWithChildren, AuthenticatedAccountsNewRoute: AuthenticatedAccountsNewRoute, AuthenticatedAccountsIndexRoute: AuthenticatedAccountsIndexRoute, } const AuthenticatedRouteWithChildren = AuthenticatedRoute._addFileChildren( AuthenticatedRouteChildren, ) const rootRouteChildren: RootRouteChildren = { AuthenticatedRoute: AuthenticatedRouteWithChildren, LoginRoute: LoginRoute, } export const routeTree = rootRouteImport ._addFileChildren(rootRouteChildren) ._addFileTypes()