/* 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 GateRouteImport } from './routes/gate' import { Route as AuthRouteImport } from './routes/auth' import { Route as AuthenticatedRouteImport } from './routes/_authenticated' import { Route as IndexRouteImport } from './routes/index' import { Route as AuthVerifyEmailRouteImport } from './routes/auth.verify-email' import { Route as AuthShopifyRouteImport } from './routes/auth.shopify' import { Route as AuthResetPasswordRouteImport } from './routes/auth.reset-password' import { Route as AuthCallbackRouteImport } from './routes/auth.callback' import { Route as AuthAdminRouteImport } from './routes/auth.admin' import { Route as AuthAcceptInvitationRouteImport } from './routes/auth.accept-invitation' import { Route as AuthenticatedDashboardIndexRouteImport } from './routes/_authenticated.dashboard.index' import { Route as AuthenticatedDashboardTenantsRouteImport } from './routes/_authenticated.dashboard.tenants' import { Route as AuthenticatedDashboardSubscriptionRouteImport } from './routes/_authenticated.dashboard.subscription' import { Route as AuthenticatedDashboardSettingsRouteImport } from './routes/_authenticated.dashboard.settings' import { Route as AuthenticatedDashboardPromotionsRouteImport } from './routes/_authenticated.dashboard.promotions' import { Route as AuthenticatedDashboardProfileRouteImport } from './routes/_authenticated.dashboard.profile' import { Route as AuthenticatedDashboardPluginSettingsRouteImport } from './routes/_authenticated.dashboard.plugin-settings' import { Route as AuthenticatedDashboardMembersRouteImport } from './routes/_authenticated.dashboard.members' import { Route as AuthenticatedDashboardKnowledgeRouteImport } from './routes/_authenticated.dashboard.knowledge' import { Route as AuthenticatedDashboardIntelligenceRouteImport } from './routes/_authenticated.dashboard.intelligence' import { Route as AuthenticatedDashboardInfoCenterRouteImport } from './routes/_authenticated.dashboard.info-center' import { Route as AuthenticatedDashboardDocumentsRouteImport } from './routes/_authenticated.dashboard.documents' import { Route as AuthenticatedDashboardConversationsRouteImport } from './routes/_authenticated.dashboard.conversations' import { Route as AuthenticatedDashboardCompanyRouteImport } from './routes/_authenticated.dashboard.company' import { Route as AuthenticatedDashboardCheckoutRouteImport } from './routes/_authenticated.dashboard.checkout' import { Route as AuthenticatedDashboardTenantsIndexRouteImport } from './routes/_authenticated.dashboard.tenants.index' import { Route as AuthenticatedDashboardDocumentsIndexRouteImport } from './routes/_authenticated.dashboard.documents.index' import { Route as AuthenticatedDashboardTenantsTenantIdRouteImport } from './routes/_authenticated.dashboard.tenants.$tenantId' import { Route as AuthenticatedDashboardDocumentsDocTypeRouteImport } from './routes/_authenticated.dashboard.documents.$docType' import { Route as AuthenticatedDashboardTenantsTenantIdIndexRouteImport } from './routes/_authenticated.dashboard.tenants.$tenantId.index' const LoginRoute = LoginRouteImport.update({ id: '/login', path: '/login', getParentRoute: () => rootRouteImport, } as any) const GateRoute = GateRouteImport.update({ id: '/gate', path: '/gate', getParentRoute: () => rootRouteImport, } as any) const AuthRoute = AuthRouteImport.update({ id: '/auth', path: '/auth', getParentRoute: () => rootRouteImport, } as any) const AuthenticatedRoute = AuthenticatedRouteImport.update({ id: '/_authenticated', getParentRoute: () => rootRouteImport, } as any) const IndexRoute = IndexRouteImport.update({ id: '/', path: '/', getParentRoute: () => rootRouteImport, } as any) const AuthVerifyEmailRoute = AuthVerifyEmailRouteImport.update({ id: '/verify-email', path: '/verify-email', getParentRoute: () => AuthRoute, } as any) const AuthShopifyRoute = AuthShopifyRouteImport.update({ id: '/shopify', path: '/shopify', getParentRoute: () => AuthRoute, } as any) const AuthResetPasswordRoute = AuthResetPasswordRouteImport.update({ id: '/reset-password', path: '/reset-password', getParentRoute: () => AuthRoute, } as any) const AuthCallbackRoute = AuthCallbackRouteImport.update({ id: '/callback', path: '/callback', getParentRoute: () => AuthRoute, } as any) const AuthAdminRoute = AuthAdminRouteImport.update({ id: '/admin', path: '/admin', getParentRoute: () => AuthRoute, } as any) const AuthAcceptInvitationRoute = AuthAcceptInvitationRouteImport.update({ id: '/accept-invitation', path: '/accept-invitation', getParentRoute: () => AuthRoute, } as any) const AuthenticatedDashboardIndexRoute = AuthenticatedDashboardIndexRouteImport.update({ id: '/dashboard/', path: '/dashboard/', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedDashboardTenantsRoute = AuthenticatedDashboardTenantsRouteImport.update({ id: '/dashboard/tenants', path: '/dashboard/tenants', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedDashboardSubscriptionRoute = AuthenticatedDashboardSubscriptionRouteImport.update({ id: '/dashboard/subscription', path: '/dashboard/subscription', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedDashboardSettingsRoute = AuthenticatedDashboardSettingsRouteImport.update({ id: '/dashboard/settings', path: '/dashboard/settings', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedDashboardPromotionsRoute = AuthenticatedDashboardPromotionsRouteImport.update({ id: '/dashboard/promotions', path: '/dashboard/promotions', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedDashboardProfileRoute = AuthenticatedDashboardProfileRouteImport.update({ id: '/dashboard/profile', path: '/dashboard/profile', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedDashboardPluginSettingsRoute = AuthenticatedDashboardPluginSettingsRouteImport.update({ id: '/dashboard/plugin-settings', path: '/dashboard/plugin-settings', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedDashboardMembersRoute = AuthenticatedDashboardMembersRouteImport.update({ id: '/dashboard/members', path: '/dashboard/members', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedDashboardKnowledgeRoute = AuthenticatedDashboardKnowledgeRouteImport.update({ id: '/dashboard/knowledge', path: '/dashboard/knowledge', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedDashboardIntelligenceRoute = AuthenticatedDashboardIntelligenceRouteImport.update({ id: '/dashboard/intelligence', path: '/dashboard/intelligence', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedDashboardInfoCenterRoute = AuthenticatedDashboardInfoCenterRouteImport.update({ id: '/dashboard/info-center', path: '/dashboard/info-center', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedDashboardDocumentsRoute = AuthenticatedDashboardDocumentsRouteImport.update({ id: '/dashboard/documents', path: '/dashboard/documents', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedDashboardConversationsRoute = AuthenticatedDashboardConversationsRouteImport.update({ id: '/dashboard/conversations', path: '/dashboard/conversations', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedDashboardCompanyRoute = AuthenticatedDashboardCompanyRouteImport.update({ id: '/dashboard/company', path: '/dashboard/company', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedDashboardCheckoutRoute = AuthenticatedDashboardCheckoutRouteImport.update({ id: '/dashboard/checkout', path: '/dashboard/checkout', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedDashboardTenantsIndexRoute = AuthenticatedDashboardTenantsIndexRouteImport.update({ id: '/', path: '/', getParentRoute: () => AuthenticatedDashboardTenantsRoute, } as any) const AuthenticatedDashboardDocumentsIndexRoute = AuthenticatedDashboardDocumentsIndexRouteImport.update({ id: '/', path: '/', getParentRoute: () => AuthenticatedDashboardDocumentsRoute, } as any) const AuthenticatedDashboardTenantsTenantIdRoute = AuthenticatedDashboardTenantsTenantIdRouteImport.update({ id: '/$tenantId', path: '/$tenantId', getParentRoute: () => AuthenticatedDashboardTenantsRoute, } as any) const AuthenticatedDashboardDocumentsDocTypeRoute = AuthenticatedDashboardDocumentsDocTypeRouteImport.update({ id: '/$docType', path: '/$docType', getParentRoute: () => AuthenticatedDashboardDocumentsRoute, } as any) const AuthenticatedDashboardTenantsTenantIdIndexRoute = AuthenticatedDashboardTenantsTenantIdIndexRouteImport.update({ id: '/', path: '/', getParentRoute: () => AuthenticatedDashboardTenantsTenantIdRoute, } as any) export interface FileRoutesByFullPath { '/': typeof IndexRoute '/auth': typeof AuthRouteWithChildren '/gate': typeof GateRoute '/login': typeof LoginRoute '/auth/accept-invitation': typeof AuthAcceptInvitationRoute '/auth/admin': typeof AuthAdminRoute '/auth/callback': typeof AuthCallbackRoute '/auth/reset-password': typeof AuthResetPasswordRoute '/auth/shopify': typeof AuthShopifyRoute '/auth/verify-email': typeof AuthVerifyEmailRoute '/dashboard/checkout': typeof AuthenticatedDashboardCheckoutRoute '/dashboard/company': typeof AuthenticatedDashboardCompanyRoute '/dashboard/conversations': typeof AuthenticatedDashboardConversationsRoute '/dashboard/documents': typeof AuthenticatedDashboardDocumentsRouteWithChildren '/dashboard/info-center': typeof AuthenticatedDashboardInfoCenterRoute '/dashboard/intelligence': typeof AuthenticatedDashboardIntelligenceRoute '/dashboard/knowledge': typeof AuthenticatedDashboardKnowledgeRoute '/dashboard/members': typeof AuthenticatedDashboardMembersRoute '/dashboard/plugin-settings': typeof AuthenticatedDashboardPluginSettingsRoute '/dashboard/profile': typeof AuthenticatedDashboardProfileRoute '/dashboard/promotions': typeof AuthenticatedDashboardPromotionsRoute '/dashboard/settings': typeof AuthenticatedDashboardSettingsRoute '/dashboard/subscription': typeof AuthenticatedDashboardSubscriptionRoute '/dashboard/tenants': typeof AuthenticatedDashboardTenantsRouteWithChildren '/dashboard': typeof AuthenticatedDashboardIndexRoute '/dashboard/documents/$docType': typeof AuthenticatedDashboardDocumentsDocTypeRoute '/dashboard/tenants/$tenantId': typeof AuthenticatedDashboardTenantsTenantIdRouteWithChildren '/dashboard/documents/': typeof AuthenticatedDashboardDocumentsIndexRoute '/dashboard/tenants/': typeof AuthenticatedDashboardTenantsIndexRoute '/dashboard/tenants/$tenantId/': typeof AuthenticatedDashboardTenantsTenantIdIndexRoute } export interface FileRoutesByTo { '/': typeof IndexRoute '/auth': typeof AuthRouteWithChildren '/gate': typeof GateRoute '/login': typeof LoginRoute '/auth/accept-invitation': typeof AuthAcceptInvitationRoute '/auth/admin': typeof AuthAdminRoute '/auth/callback': typeof AuthCallbackRoute '/auth/reset-password': typeof AuthResetPasswordRoute '/auth/shopify': typeof AuthShopifyRoute '/auth/verify-email': typeof AuthVerifyEmailRoute '/dashboard/checkout': typeof AuthenticatedDashboardCheckoutRoute '/dashboard/company': typeof AuthenticatedDashboardCompanyRoute '/dashboard/conversations': typeof AuthenticatedDashboardConversationsRoute '/dashboard/info-center': typeof AuthenticatedDashboardInfoCenterRoute '/dashboard/intelligence': typeof AuthenticatedDashboardIntelligenceRoute '/dashboard/knowledge': typeof AuthenticatedDashboardKnowledgeRoute '/dashboard/members': typeof AuthenticatedDashboardMembersRoute '/dashboard/plugin-settings': typeof AuthenticatedDashboardPluginSettingsRoute '/dashboard/profile': typeof AuthenticatedDashboardProfileRoute '/dashboard/promotions': typeof AuthenticatedDashboardPromotionsRoute '/dashboard/settings': typeof AuthenticatedDashboardSettingsRoute '/dashboard/subscription': typeof AuthenticatedDashboardSubscriptionRoute '/dashboard': typeof AuthenticatedDashboardIndexRoute '/dashboard/documents/$docType': typeof AuthenticatedDashboardDocumentsDocTypeRoute '/dashboard/documents': typeof AuthenticatedDashboardDocumentsIndexRoute '/dashboard/tenants': typeof AuthenticatedDashboardTenantsIndexRoute '/dashboard/tenants/$tenantId': typeof AuthenticatedDashboardTenantsTenantIdIndexRoute } export interface FileRoutesById { __root__: typeof rootRouteImport '/': typeof IndexRoute '/_authenticated': typeof AuthenticatedRouteWithChildren '/auth': typeof AuthRouteWithChildren '/gate': typeof GateRoute '/login': typeof LoginRoute '/auth/accept-invitation': typeof AuthAcceptInvitationRoute '/auth/admin': typeof AuthAdminRoute '/auth/callback': typeof AuthCallbackRoute '/auth/reset-password': typeof AuthResetPasswordRoute '/auth/shopify': typeof AuthShopifyRoute '/auth/verify-email': typeof AuthVerifyEmailRoute '/_authenticated/dashboard/checkout': typeof AuthenticatedDashboardCheckoutRoute '/_authenticated/dashboard/company': typeof AuthenticatedDashboardCompanyRoute '/_authenticated/dashboard/conversations': typeof AuthenticatedDashboardConversationsRoute '/_authenticated/dashboard/documents': typeof AuthenticatedDashboardDocumentsRouteWithChildren '/_authenticated/dashboard/info-center': typeof AuthenticatedDashboardInfoCenterRoute '/_authenticated/dashboard/intelligence': typeof AuthenticatedDashboardIntelligenceRoute '/_authenticated/dashboard/knowledge': typeof AuthenticatedDashboardKnowledgeRoute '/_authenticated/dashboard/members': typeof AuthenticatedDashboardMembersRoute '/_authenticated/dashboard/plugin-settings': typeof AuthenticatedDashboardPluginSettingsRoute '/_authenticated/dashboard/profile': typeof AuthenticatedDashboardProfileRoute '/_authenticated/dashboard/promotions': typeof AuthenticatedDashboardPromotionsRoute '/_authenticated/dashboard/settings': typeof AuthenticatedDashboardSettingsRoute '/_authenticated/dashboard/subscription': typeof AuthenticatedDashboardSubscriptionRoute '/_authenticated/dashboard/tenants': typeof AuthenticatedDashboardTenantsRouteWithChildren '/_authenticated/dashboard/': typeof AuthenticatedDashboardIndexRoute '/_authenticated/dashboard/documents/$docType': typeof AuthenticatedDashboardDocumentsDocTypeRoute '/_authenticated/dashboard/tenants/$tenantId': typeof AuthenticatedDashboardTenantsTenantIdRouteWithChildren '/_authenticated/dashboard/documents/': typeof AuthenticatedDashboardDocumentsIndexRoute '/_authenticated/dashboard/tenants/': typeof AuthenticatedDashboardTenantsIndexRoute '/_authenticated/dashboard/tenants/$tenantId/': typeof AuthenticatedDashboardTenantsTenantIdIndexRoute } export interface FileRouteTypes { fileRoutesByFullPath: FileRoutesByFullPath fullPaths: | '/' | '/auth' | '/gate' | '/login' | '/auth/accept-invitation' | '/auth/admin' | '/auth/callback' | '/auth/reset-password' | '/auth/shopify' | '/auth/verify-email' | '/dashboard/checkout' | '/dashboard/company' | '/dashboard/conversations' | '/dashboard/documents' | '/dashboard/info-center' | '/dashboard/intelligence' | '/dashboard/knowledge' | '/dashboard/members' | '/dashboard/plugin-settings' | '/dashboard/profile' | '/dashboard/promotions' | '/dashboard/settings' | '/dashboard/subscription' | '/dashboard/tenants' | '/dashboard' | '/dashboard/documents/$docType' | '/dashboard/tenants/$tenantId' | '/dashboard/documents/' | '/dashboard/tenants/' | '/dashboard/tenants/$tenantId/' fileRoutesByTo: FileRoutesByTo to: | '/' | '/auth' | '/gate' | '/login' | '/auth/accept-invitation' | '/auth/admin' | '/auth/callback' | '/auth/reset-password' | '/auth/shopify' | '/auth/verify-email' | '/dashboard/checkout' | '/dashboard/company' | '/dashboard/conversations' | '/dashboard/info-center' | '/dashboard/intelligence' | '/dashboard/knowledge' | '/dashboard/members' | '/dashboard/plugin-settings' | '/dashboard/profile' | '/dashboard/promotions' | '/dashboard/settings' | '/dashboard/subscription' | '/dashboard' | '/dashboard/documents/$docType' | '/dashboard/documents' | '/dashboard/tenants' | '/dashboard/tenants/$tenantId' id: | '__root__' | '/' | '/_authenticated' | '/auth' | '/gate' | '/login' | '/auth/accept-invitation' | '/auth/admin' | '/auth/callback' | '/auth/reset-password' | '/auth/shopify' | '/auth/verify-email' | '/_authenticated/dashboard/checkout' | '/_authenticated/dashboard/company' | '/_authenticated/dashboard/conversations' | '/_authenticated/dashboard/documents' | '/_authenticated/dashboard/info-center' | '/_authenticated/dashboard/intelligence' | '/_authenticated/dashboard/knowledge' | '/_authenticated/dashboard/members' | '/_authenticated/dashboard/plugin-settings' | '/_authenticated/dashboard/profile' | '/_authenticated/dashboard/promotions' | '/_authenticated/dashboard/settings' | '/_authenticated/dashboard/subscription' | '/_authenticated/dashboard/tenants' | '/_authenticated/dashboard/' | '/_authenticated/dashboard/documents/$docType' | '/_authenticated/dashboard/tenants/$tenantId' | '/_authenticated/dashboard/documents/' | '/_authenticated/dashboard/tenants/' | '/_authenticated/dashboard/tenants/$tenantId/' fileRoutesById: FileRoutesById } export interface RootRouteChildren { IndexRoute: typeof IndexRoute AuthenticatedRoute: typeof AuthenticatedRouteWithChildren AuthRoute: typeof AuthRouteWithChildren GateRoute: typeof GateRoute LoginRoute: typeof LoginRoute } declare module '@tanstack/react-router' { interface FileRoutesByPath { '/login': { id: '/login' path: '/login' fullPath: '/login' preLoaderRoute: typeof LoginRouteImport parentRoute: typeof rootRouteImport } '/gate': { id: '/gate' path: '/gate' fullPath: '/gate' preLoaderRoute: typeof GateRouteImport parentRoute: typeof rootRouteImport } '/auth': { id: '/auth' path: '/auth' fullPath: '/auth' preLoaderRoute: typeof AuthRouteImport parentRoute: typeof rootRouteImport } '/_authenticated': { id: '/_authenticated' path: '' fullPath: '' preLoaderRoute: typeof AuthenticatedRouteImport parentRoute: typeof rootRouteImport } '/': { id: '/' path: '/' fullPath: '/' preLoaderRoute: typeof IndexRouteImport parentRoute: typeof rootRouteImport } '/auth/verify-email': { id: '/auth/verify-email' path: '/verify-email' fullPath: '/auth/verify-email' preLoaderRoute: typeof AuthVerifyEmailRouteImport parentRoute: typeof AuthRoute } '/auth/shopify': { id: '/auth/shopify' path: '/shopify' fullPath: '/auth/shopify' preLoaderRoute: typeof AuthShopifyRouteImport parentRoute: typeof AuthRoute } '/auth/reset-password': { id: '/auth/reset-password' path: '/reset-password' fullPath: '/auth/reset-password' preLoaderRoute: typeof AuthResetPasswordRouteImport parentRoute: typeof AuthRoute } '/auth/callback': { id: '/auth/callback' path: '/callback' fullPath: '/auth/callback' preLoaderRoute: typeof AuthCallbackRouteImport parentRoute: typeof AuthRoute } '/auth/admin': { id: '/auth/admin' path: '/admin' fullPath: '/auth/admin' preLoaderRoute: typeof AuthAdminRouteImport parentRoute: typeof AuthRoute } '/auth/accept-invitation': { id: '/auth/accept-invitation' path: '/accept-invitation' fullPath: '/auth/accept-invitation' preLoaderRoute: typeof AuthAcceptInvitationRouteImport parentRoute: typeof AuthRoute } '/_authenticated/dashboard/': { id: '/_authenticated/dashboard/' path: '/dashboard' fullPath: '/dashboard' preLoaderRoute: typeof AuthenticatedDashboardIndexRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/dashboard/tenants': { id: '/_authenticated/dashboard/tenants' path: '/dashboard/tenants' fullPath: '/dashboard/tenants' preLoaderRoute: typeof AuthenticatedDashboardTenantsRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/dashboard/subscription': { id: '/_authenticated/dashboard/subscription' path: '/dashboard/subscription' fullPath: '/dashboard/subscription' preLoaderRoute: typeof AuthenticatedDashboardSubscriptionRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/dashboard/settings': { id: '/_authenticated/dashboard/settings' path: '/dashboard/settings' fullPath: '/dashboard/settings' preLoaderRoute: typeof AuthenticatedDashboardSettingsRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/dashboard/promotions': { id: '/_authenticated/dashboard/promotions' path: '/dashboard/promotions' fullPath: '/dashboard/promotions' preLoaderRoute: typeof AuthenticatedDashboardPromotionsRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/dashboard/profile': { id: '/_authenticated/dashboard/profile' path: '/dashboard/profile' fullPath: '/dashboard/profile' preLoaderRoute: typeof AuthenticatedDashboardProfileRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/dashboard/plugin-settings': { id: '/_authenticated/dashboard/plugin-settings' path: '/dashboard/plugin-settings' fullPath: '/dashboard/plugin-settings' preLoaderRoute: typeof AuthenticatedDashboardPluginSettingsRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/dashboard/members': { id: '/_authenticated/dashboard/members' path: '/dashboard/members' fullPath: '/dashboard/members' preLoaderRoute: typeof AuthenticatedDashboardMembersRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/dashboard/knowledge': { id: '/_authenticated/dashboard/knowledge' path: '/dashboard/knowledge' fullPath: '/dashboard/knowledge' preLoaderRoute: typeof AuthenticatedDashboardKnowledgeRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/dashboard/intelligence': { id: '/_authenticated/dashboard/intelligence' path: '/dashboard/intelligence' fullPath: '/dashboard/intelligence' preLoaderRoute: typeof AuthenticatedDashboardIntelligenceRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/dashboard/info-center': { id: '/_authenticated/dashboard/info-center' path: '/dashboard/info-center' fullPath: '/dashboard/info-center' preLoaderRoute: typeof AuthenticatedDashboardInfoCenterRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/dashboard/documents': { id: '/_authenticated/dashboard/documents' path: '/dashboard/documents' fullPath: '/dashboard/documents' preLoaderRoute: typeof AuthenticatedDashboardDocumentsRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/dashboard/conversations': { id: '/_authenticated/dashboard/conversations' path: '/dashboard/conversations' fullPath: '/dashboard/conversations' preLoaderRoute: typeof AuthenticatedDashboardConversationsRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/dashboard/company': { id: '/_authenticated/dashboard/company' path: '/dashboard/company' fullPath: '/dashboard/company' preLoaderRoute: typeof AuthenticatedDashboardCompanyRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/dashboard/checkout': { id: '/_authenticated/dashboard/checkout' path: '/dashboard/checkout' fullPath: '/dashboard/checkout' preLoaderRoute: typeof AuthenticatedDashboardCheckoutRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/dashboard/tenants/': { id: '/_authenticated/dashboard/tenants/' path: '/' fullPath: '/dashboard/tenants/' preLoaderRoute: typeof AuthenticatedDashboardTenantsIndexRouteImport parentRoute: typeof AuthenticatedDashboardTenantsRoute } '/_authenticated/dashboard/documents/': { id: '/_authenticated/dashboard/documents/' path: '/' fullPath: '/dashboard/documents/' preLoaderRoute: typeof AuthenticatedDashboardDocumentsIndexRouteImport parentRoute: typeof AuthenticatedDashboardDocumentsRoute } '/_authenticated/dashboard/tenants/$tenantId': { id: '/_authenticated/dashboard/tenants/$tenantId' path: '/$tenantId' fullPath: '/dashboard/tenants/$tenantId' preLoaderRoute: typeof AuthenticatedDashboardTenantsTenantIdRouteImport parentRoute: typeof AuthenticatedDashboardTenantsRoute } '/_authenticated/dashboard/documents/$docType': { id: '/_authenticated/dashboard/documents/$docType' path: '/$docType' fullPath: '/dashboard/documents/$docType' preLoaderRoute: typeof AuthenticatedDashboardDocumentsDocTypeRouteImport parentRoute: typeof AuthenticatedDashboardDocumentsRoute } '/_authenticated/dashboard/tenants/$tenantId/': { id: '/_authenticated/dashboard/tenants/$tenantId/' path: '/' fullPath: '/dashboard/tenants/$tenantId/' preLoaderRoute: typeof AuthenticatedDashboardTenantsTenantIdIndexRouteImport parentRoute: typeof AuthenticatedDashboardTenantsTenantIdRoute } } } interface AuthenticatedDashboardDocumentsRouteChildren { AuthenticatedDashboardDocumentsDocTypeRoute: typeof AuthenticatedDashboardDocumentsDocTypeRoute AuthenticatedDashboardDocumentsIndexRoute: typeof AuthenticatedDashboardDocumentsIndexRoute } const AuthenticatedDashboardDocumentsRouteChildren: AuthenticatedDashboardDocumentsRouteChildren = { AuthenticatedDashboardDocumentsDocTypeRoute: AuthenticatedDashboardDocumentsDocTypeRoute, AuthenticatedDashboardDocumentsIndexRoute: AuthenticatedDashboardDocumentsIndexRoute, } const AuthenticatedDashboardDocumentsRouteWithChildren = AuthenticatedDashboardDocumentsRoute._addFileChildren( AuthenticatedDashboardDocumentsRouteChildren, ) interface AuthenticatedDashboardTenantsTenantIdRouteChildren { AuthenticatedDashboardTenantsTenantIdIndexRoute: typeof AuthenticatedDashboardTenantsTenantIdIndexRoute } const AuthenticatedDashboardTenantsTenantIdRouteChildren: AuthenticatedDashboardTenantsTenantIdRouteChildren = { AuthenticatedDashboardTenantsTenantIdIndexRoute: AuthenticatedDashboardTenantsTenantIdIndexRoute, } const AuthenticatedDashboardTenantsTenantIdRouteWithChildren = AuthenticatedDashboardTenantsTenantIdRoute._addFileChildren( AuthenticatedDashboardTenantsTenantIdRouteChildren, ) interface AuthenticatedDashboardTenantsRouteChildren { AuthenticatedDashboardTenantsTenantIdRoute: typeof AuthenticatedDashboardTenantsTenantIdRouteWithChildren AuthenticatedDashboardTenantsIndexRoute: typeof AuthenticatedDashboardTenantsIndexRoute } const AuthenticatedDashboardTenantsRouteChildren: AuthenticatedDashboardTenantsRouteChildren = { AuthenticatedDashboardTenantsTenantIdRoute: AuthenticatedDashboardTenantsTenantIdRouteWithChildren, AuthenticatedDashboardTenantsIndexRoute: AuthenticatedDashboardTenantsIndexRoute, } const AuthenticatedDashboardTenantsRouteWithChildren = AuthenticatedDashboardTenantsRoute._addFileChildren( AuthenticatedDashboardTenantsRouteChildren, ) interface AuthenticatedRouteChildren { AuthenticatedDashboardCheckoutRoute: typeof AuthenticatedDashboardCheckoutRoute AuthenticatedDashboardCompanyRoute: typeof AuthenticatedDashboardCompanyRoute AuthenticatedDashboardConversationsRoute: typeof AuthenticatedDashboardConversationsRoute AuthenticatedDashboardDocumentsRoute: typeof AuthenticatedDashboardDocumentsRouteWithChildren AuthenticatedDashboardInfoCenterRoute: typeof AuthenticatedDashboardInfoCenterRoute AuthenticatedDashboardIntelligenceRoute: typeof AuthenticatedDashboardIntelligenceRoute AuthenticatedDashboardKnowledgeRoute: typeof AuthenticatedDashboardKnowledgeRoute AuthenticatedDashboardMembersRoute: typeof AuthenticatedDashboardMembersRoute AuthenticatedDashboardPluginSettingsRoute: typeof AuthenticatedDashboardPluginSettingsRoute AuthenticatedDashboardProfileRoute: typeof AuthenticatedDashboardProfileRoute AuthenticatedDashboardPromotionsRoute: typeof AuthenticatedDashboardPromotionsRoute AuthenticatedDashboardSettingsRoute: typeof AuthenticatedDashboardSettingsRoute AuthenticatedDashboardSubscriptionRoute: typeof AuthenticatedDashboardSubscriptionRoute AuthenticatedDashboardTenantsRoute: typeof AuthenticatedDashboardTenantsRouteWithChildren AuthenticatedDashboardIndexRoute: typeof AuthenticatedDashboardIndexRoute } const AuthenticatedRouteChildren: AuthenticatedRouteChildren = { AuthenticatedDashboardCheckoutRoute: AuthenticatedDashboardCheckoutRoute, AuthenticatedDashboardCompanyRoute: AuthenticatedDashboardCompanyRoute, AuthenticatedDashboardConversationsRoute: AuthenticatedDashboardConversationsRoute, AuthenticatedDashboardDocumentsRoute: AuthenticatedDashboardDocumentsRouteWithChildren, AuthenticatedDashboardInfoCenterRoute: AuthenticatedDashboardInfoCenterRoute, AuthenticatedDashboardIntelligenceRoute: AuthenticatedDashboardIntelligenceRoute, AuthenticatedDashboardKnowledgeRoute: AuthenticatedDashboardKnowledgeRoute, AuthenticatedDashboardMembersRoute: AuthenticatedDashboardMembersRoute, AuthenticatedDashboardPluginSettingsRoute: AuthenticatedDashboardPluginSettingsRoute, AuthenticatedDashboardProfileRoute: AuthenticatedDashboardProfileRoute, AuthenticatedDashboardPromotionsRoute: AuthenticatedDashboardPromotionsRoute, AuthenticatedDashboardSettingsRoute: AuthenticatedDashboardSettingsRoute, AuthenticatedDashboardSubscriptionRoute: AuthenticatedDashboardSubscriptionRoute, AuthenticatedDashboardTenantsRoute: AuthenticatedDashboardTenantsRouteWithChildren, AuthenticatedDashboardIndexRoute: AuthenticatedDashboardIndexRoute, } const AuthenticatedRouteWithChildren = AuthenticatedRoute._addFileChildren( AuthenticatedRouteChildren, ) interface AuthRouteChildren { AuthAcceptInvitationRoute: typeof AuthAcceptInvitationRoute AuthAdminRoute: typeof AuthAdminRoute AuthCallbackRoute: typeof AuthCallbackRoute AuthResetPasswordRoute: typeof AuthResetPasswordRoute AuthShopifyRoute: typeof AuthShopifyRoute AuthVerifyEmailRoute: typeof AuthVerifyEmailRoute } const AuthRouteChildren: AuthRouteChildren = { AuthAcceptInvitationRoute: AuthAcceptInvitationRoute, AuthAdminRoute: AuthAdminRoute, AuthCallbackRoute: AuthCallbackRoute, AuthResetPasswordRoute: AuthResetPasswordRoute, AuthShopifyRoute: AuthShopifyRoute, AuthVerifyEmailRoute: AuthVerifyEmailRoute, } const AuthRouteWithChildren = AuthRoute._addFileChildren(AuthRouteChildren) const rootRouteChildren: RootRouteChildren = { IndexRoute: IndexRoute, AuthenticatedRoute: AuthenticatedRouteWithChildren, AuthRoute: AuthRouteWithChildren, GateRoute: GateRoute, LoginRoute: LoginRoute, } export const routeTree = rootRouteImport ._addFileChildren(rootRouteChildren) ._addFileTypes()