/* 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 ResetPasswordRouteImport } from './routes/reset-password' import { Route as PosRouteImport } from './routes/pos' 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 AuthenticatedUsersRouteImport } from './routes/_authenticated/users' import { Route as AuthenticatedSettingsRouteImport } from './routes/_authenticated/settings' import { Route as AuthenticatedProfileRouteImport } from './routes/_authenticated/profile' import { Route as AuthenticatedHelpRouteImport } from './routes/_authenticated/help' import { Route as AuthenticatedVaultIndexRouteImport } from './routes/_authenticated/vault/index' import { Route as AuthenticatedRolesIndexRouteImport } from './routes/_authenticated/roles/index' import { Route as AuthenticatedRepairsIndexRouteImport } from './routes/_authenticated/repairs/index' import { Route as AuthenticatedRepairBatchesIndexRouteImport } from './routes/_authenticated/repair-batches/index' import { Route as AuthenticatedMembersIndexRouteImport } from './routes/_authenticated/members/index' import { Route as AuthenticatedInventoryIndexRouteImport } from './routes/_authenticated/inventory/index' import { Route as AuthenticatedFilesIndexRouteImport } from './routes/_authenticated/files/index' import { Route as AuthenticatedAccountsIndexRouteImport } from './routes/_authenticated/accounts/index' import { Route as AuthenticatedRolesNewRouteImport } from './routes/_authenticated/roles/new' import { Route as AuthenticatedRolesRoleIdRouteImport } from './routes/_authenticated/roles/$roleId' import { Route as AuthenticatedReportsDailyRouteImport } from './routes/_authenticated/reports/daily' import { Route as AuthenticatedRepairsTemplatesRouteImport } from './routes/_authenticated/repairs/templates' import { Route as AuthenticatedRepairsNewRouteImport } from './routes/_authenticated/repairs/new' import { Route as AuthenticatedRepairsTicketIdRouteImport } from './routes/_authenticated/repairs/$ticketId' import { Route as AuthenticatedRepairBatchesNewRouteImport } from './routes/_authenticated/repair-batches/new' import { Route as AuthenticatedRepairBatchesBatchIdRouteImport } from './routes/_authenticated/repair-batches/$batchId' import { Route as AuthenticatedMembersMemberIdRouteImport } from './routes/_authenticated/members/$memberId' import { Route as AuthenticatedInventoryCategoriesRouteImport } from './routes/_authenticated/inventory/categories' import { Route as AuthenticatedInventoryProductIdRouteImport } from './routes/_authenticated/inventory/$productId' import { Route as AuthenticatedAccountsNewRouteImport } from './routes/_authenticated/accounts/new' import { Route as AuthenticatedAccountsAccountIdRouteImport } from './routes/_authenticated/accounts/$accountId' import { Route as AuthenticatedLessonsTemplatesIndexRouteImport } from './routes/_authenticated/lessons/templates/index' import { Route as AuthenticatedLessonsSessionsIndexRouteImport } from './routes/_authenticated/lessons/sessions/index' import { Route as AuthenticatedLessonsScheduleIndexRouteImport } from './routes/_authenticated/lessons/schedule/index' import { Route as AuthenticatedLessonsPlansIndexRouteImport } from './routes/_authenticated/lessons/plans/index' import { Route as AuthenticatedLessonsEnrollmentsIndexRouteImport } from './routes/_authenticated/lessons/enrollments/index' import { Route as AuthenticatedInventorySuppliersIndexRouteImport } from './routes/_authenticated/inventory/suppliers/index' import { Route as AuthenticatedAccountsAccountIdIndexRouteImport } from './routes/_authenticated/accounts/$accountId/index' import { Route as AuthenticatedLessonsTemplatesNewRouteImport } from './routes/_authenticated/lessons/templates/new' import { Route as AuthenticatedLessonsTemplatesTemplateIdRouteImport } from './routes/_authenticated/lessons/templates/$templateId' import { Route as AuthenticatedLessonsSessionsSessionIdRouteImport } from './routes/_authenticated/lessons/sessions/$sessionId' import { Route as AuthenticatedLessonsPlansPlanIdRouteImport } from './routes/_authenticated/lessons/plans/$planId' import { Route as AuthenticatedLessonsEnrollmentsNewRouteImport } from './routes/_authenticated/lessons/enrollments/new' import { Route as AuthenticatedLessonsEnrollmentsEnrollmentIdRouteImport } from './routes/_authenticated/lessons/enrollments/$enrollmentId' 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' import { Route as AuthenticatedAccountsAccountIdEnrollmentsRouteImport } from './routes/_authenticated/accounts/$accountId/enrollments' import { Route as AuthenticatedLessonsScheduleInstructorsInstructorIdRouteImport } from './routes/_authenticated/lessons/schedule/instructors/$instructorId' const ResetPasswordRoute = ResetPasswordRouteImport.update({ id: '/reset-password', path: '/reset-password', getParentRoute: () => rootRouteImport, } as any) const PosRoute = PosRouteImport.update({ id: '/pos', path: '/pos', getParentRoute: () => rootRouteImport, } as any) 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 AuthenticatedUsersRoute = AuthenticatedUsersRouteImport.update({ id: '/users', path: '/users', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedSettingsRoute = AuthenticatedSettingsRouteImport.update({ id: '/settings', path: '/settings', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedProfileRoute = AuthenticatedProfileRouteImport.update({ id: '/profile', path: '/profile', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedHelpRoute = AuthenticatedHelpRouteImport.update({ id: '/help', path: '/help', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedVaultIndexRoute = AuthenticatedVaultIndexRouteImport.update({ id: '/vault/', path: '/vault/', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedRolesIndexRoute = AuthenticatedRolesIndexRouteImport.update({ id: '/roles/', path: '/roles/', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedRepairsIndexRoute = AuthenticatedRepairsIndexRouteImport.update({ id: '/repairs/', path: '/repairs/', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedRepairBatchesIndexRoute = AuthenticatedRepairBatchesIndexRouteImport.update({ id: '/repair-batches/', path: '/repair-batches/', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedMembersIndexRoute = AuthenticatedMembersIndexRouteImport.update({ id: '/members/', path: '/members/', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedInventoryIndexRoute = AuthenticatedInventoryIndexRouteImport.update({ id: '/inventory/', path: '/inventory/', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedFilesIndexRoute = AuthenticatedFilesIndexRouteImport.update({ id: '/files/', path: '/files/', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedAccountsIndexRoute = AuthenticatedAccountsIndexRouteImport.update({ id: '/accounts/', path: '/accounts/', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedRolesNewRoute = AuthenticatedRolesNewRouteImport.update({ id: '/roles/new', path: '/roles/new', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedRolesRoleIdRoute = AuthenticatedRolesRoleIdRouteImport.update({ id: '/roles/$roleId', path: '/roles/$roleId', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedReportsDailyRoute = AuthenticatedReportsDailyRouteImport.update({ id: '/reports/daily', path: '/reports/daily', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedRepairsTemplatesRoute = AuthenticatedRepairsTemplatesRouteImport.update({ id: '/repairs/templates', path: '/repairs/templates', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedRepairsNewRoute = AuthenticatedRepairsNewRouteImport.update({ id: '/repairs/new', path: '/repairs/new', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedRepairsTicketIdRoute = AuthenticatedRepairsTicketIdRouteImport.update({ id: '/repairs/$ticketId', path: '/repairs/$ticketId', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedRepairBatchesNewRoute = AuthenticatedRepairBatchesNewRouteImport.update({ id: '/repair-batches/new', path: '/repair-batches/new', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedRepairBatchesBatchIdRoute = AuthenticatedRepairBatchesBatchIdRouteImport.update({ id: '/repair-batches/$batchId', path: '/repair-batches/$batchId', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedMembersMemberIdRoute = AuthenticatedMembersMemberIdRouteImport.update({ id: '/members/$memberId', path: '/members/$memberId', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedInventoryCategoriesRoute = AuthenticatedInventoryCategoriesRouteImport.update({ id: '/inventory/categories', path: '/inventory/categories', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedInventoryProductIdRoute = AuthenticatedInventoryProductIdRouteImport.update({ id: '/inventory/$productId', path: '/inventory/$productId', 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 AuthenticatedLessonsTemplatesIndexRoute = AuthenticatedLessonsTemplatesIndexRouteImport.update({ id: '/lessons/templates/', path: '/lessons/templates/', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedLessonsSessionsIndexRoute = AuthenticatedLessonsSessionsIndexRouteImport.update({ id: '/lessons/sessions/', path: '/lessons/sessions/', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedLessonsScheduleIndexRoute = AuthenticatedLessonsScheduleIndexRouteImport.update({ id: '/lessons/schedule/', path: '/lessons/schedule/', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedLessonsPlansIndexRoute = AuthenticatedLessonsPlansIndexRouteImport.update({ id: '/lessons/plans/', path: '/lessons/plans/', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedLessonsEnrollmentsIndexRoute = AuthenticatedLessonsEnrollmentsIndexRouteImport.update({ id: '/lessons/enrollments/', path: '/lessons/enrollments/', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedInventorySuppliersIndexRoute = AuthenticatedInventorySuppliersIndexRouteImport.update({ id: '/inventory/suppliers/', path: '/inventory/suppliers/', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedAccountsAccountIdIndexRoute = AuthenticatedAccountsAccountIdIndexRouteImport.update({ id: '/', path: '/', getParentRoute: () => AuthenticatedAccountsAccountIdRoute, } as any) const AuthenticatedLessonsTemplatesNewRoute = AuthenticatedLessonsTemplatesNewRouteImport.update({ id: '/lessons/templates/new', path: '/lessons/templates/new', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedLessonsTemplatesTemplateIdRoute = AuthenticatedLessonsTemplatesTemplateIdRouteImport.update({ id: '/lessons/templates/$templateId', path: '/lessons/templates/$templateId', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedLessonsSessionsSessionIdRoute = AuthenticatedLessonsSessionsSessionIdRouteImport.update({ id: '/lessons/sessions/$sessionId', path: '/lessons/sessions/$sessionId', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedLessonsPlansPlanIdRoute = AuthenticatedLessonsPlansPlanIdRouteImport.update({ id: '/lessons/plans/$planId', path: '/lessons/plans/$planId', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedLessonsEnrollmentsNewRoute = AuthenticatedLessonsEnrollmentsNewRouteImport.update({ id: '/lessons/enrollments/new', path: '/lessons/enrollments/new', getParentRoute: () => AuthenticatedRoute, } as any) const AuthenticatedLessonsEnrollmentsEnrollmentIdRoute = AuthenticatedLessonsEnrollmentsEnrollmentIdRouteImport.update({ id: '/lessons/enrollments/$enrollmentId', path: '/lessons/enrollments/$enrollmentId', getParentRoute: () => AuthenticatedRoute, } 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) const AuthenticatedAccountsAccountIdEnrollmentsRoute = AuthenticatedAccountsAccountIdEnrollmentsRouteImport.update({ id: '/enrollments', path: '/enrollments', getParentRoute: () => AuthenticatedAccountsAccountIdRoute, } as any) const AuthenticatedLessonsScheduleInstructorsInstructorIdRoute = AuthenticatedLessonsScheduleInstructorsInstructorIdRouteImport.update({ id: '/lessons/schedule/instructors/$instructorId', path: '/lessons/schedule/instructors/$instructorId', getParentRoute: () => AuthenticatedRoute, } as any) export interface FileRoutesByFullPath { '/': typeof AuthenticatedIndexRoute '/login': typeof LoginRoute '/pos': typeof PosRoute '/reset-password': typeof ResetPasswordRoute '/help': typeof AuthenticatedHelpRoute '/profile': typeof AuthenticatedProfileRoute '/settings': typeof AuthenticatedSettingsRoute '/users': typeof AuthenticatedUsersRoute '/accounts/$accountId': typeof AuthenticatedAccountsAccountIdRouteWithChildren '/accounts/new': typeof AuthenticatedAccountsNewRoute '/inventory/$productId': typeof AuthenticatedInventoryProductIdRoute '/inventory/categories': typeof AuthenticatedInventoryCategoriesRoute '/members/$memberId': typeof AuthenticatedMembersMemberIdRoute '/repair-batches/$batchId': typeof AuthenticatedRepairBatchesBatchIdRoute '/repair-batches/new': typeof AuthenticatedRepairBatchesNewRoute '/repairs/$ticketId': typeof AuthenticatedRepairsTicketIdRoute '/repairs/new': typeof AuthenticatedRepairsNewRoute '/repairs/templates': typeof AuthenticatedRepairsTemplatesRoute '/reports/daily': typeof AuthenticatedReportsDailyRoute '/roles/$roleId': typeof AuthenticatedRolesRoleIdRoute '/roles/new': typeof AuthenticatedRolesNewRoute '/accounts/': typeof AuthenticatedAccountsIndexRoute '/files/': typeof AuthenticatedFilesIndexRoute '/inventory/': typeof AuthenticatedInventoryIndexRoute '/members/': typeof AuthenticatedMembersIndexRoute '/repair-batches/': typeof AuthenticatedRepairBatchesIndexRoute '/repairs/': typeof AuthenticatedRepairsIndexRoute '/roles/': typeof AuthenticatedRolesIndexRoute '/vault/': typeof AuthenticatedVaultIndexRoute '/accounts/$accountId/enrollments': typeof AuthenticatedAccountsAccountIdEnrollmentsRoute '/accounts/$accountId/members': typeof AuthenticatedAccountsAccountIdMembersRoute '/accounts/$accountId/payment-methods': typeof AuthenticatedAccountsAccountIdPaymentMethodsRoute '/accounts/$accountId/processor-links': typeof AuthenticatedAccountsAccountIdProcessorLinksRoute '/accounts/$accountId/tax-exemptions': typeof AuthenticatedAccountsAccountIdTaxExemptionsRoute '/lessons/enrollments/$enrollmentId': typeof AuthenticatedLessonsEnrollmentsEnrollmentIdRoute '/lessons/enrollments/new': typeof AuthenticatedLessonsEnrollmentsNewRoute '/lessons/plans/$planId': typeof AuthenticatedLessonsPlansPlanIdRoute '/lessons/sessions/$sessionId': typeof AuthenticatedLessonsSessionsSessionIdRoute '/lessons/templates/$templateId': typeof AuthenticatedLessonsTemplatesTemplateIdRoute '/lessons/templates/new': typeof AuthenticatedLessonsTemplatesNewRoute '/accounts/$accountId/': typeof AuthenticatedAccountsAccountIdIndexRoute '/inventory/suppliers/': typeof AuthenticatedInventorySuppliersIndexRoute '/lessons/enrollments/': typeof AuthenticatedLessonsEnrollmentsIndexRoute '/lessons/plans/': typeof AuthenticatedLessonsPlansIndexRoute '/lessons/schedule/': typeof AuthenticatedLessonsScheduleIndexRoute '/lessons/sessions/': typeof AuthenticatedLessonsSessionsIndexRoute '/lessons/templates/': typeof AuthenticatedLessonsTemplatesIndexRoute '/lessons/schedule/instructors/$instructorId': typeof AuthenticatedLessonsScheduleInstructorsInstructorIdRoute } export interface FileRoutesByTo { '/login': typeof LoginRoute '/pos': typeof PosRoute '/reset-password': typeof ResetPasswordRoute '/help': typeof AuthenticatedHelpRoute '/profile': typeof AuthenticatedProfileRoute '/settings': typeof AuthenticatedSettingsRoute '/users': typeof AuthenticatedUsersRoute '/': typeof AuthenticatedIndexRoute '/accounts/new': typeof AuthenticatedAccountsNewRoute '/inventory/$productId': typeof AuthenticatedInventoryProductIdRoute '/inventory/categories': typeof AuthenticatedInventoryCategoriesRoute '/members/$memberId': typeof AuthenticatedMembersMemberIdRoute '/repair-batches/$batchId': typeof AuthenticatedRepairBatchesBatchIdRoute '/repair-batches/new': typeof AuthenticatedRepairBatchesNewRoute '/repairs/$ticketId': typeof AuthenticatedRepairsTicketIdRoute '/repairs/new': typeof AuthenticatedRepairsNewRoute '/repairs/templates': typeof AuthenticatedRepairsTemplatesRoute '/reports/daily': typeof AuthenticatedReportsDailyRoute '/roles/$roleId': typeof AuthenticatedRolesRoleIdRoute '/roles/new': typeof AuthenticatedRolesNewRoute '/accounts': typeof AuthenticatedAccountsIndexRoute '/files': typeof AuthenticatedFilesIndexRoute '/inventory': typeof AuthenticatedInventoryIndexRoute '/members': typeof AuthenticatedMembersIndexRoute '/repair-batches': typeof AuthenticatedRepairBatchesIndexRoute '/repairs': typeof AuthenticatedRepairsIndexRoute '/roles': typeof AuthenticatedRolesIndexRoute '/vault': typeof AuthenticatedVaultIndexRoute '/accounts/$accountId/enrollments': typeof AuthenticatedAccountsAccountIdEnrollmentsRoute '/accounts/$accountId/members': typeof AuthenticatedAccountsAccountIdMembersRoute '/accounts/$accountId/payment-methods': typeof AuthenticatedAccountsAccountIdPaymentMethodsRoute '/accounts/$accountId/processor-links': typeof AuthenticatedAccountsAccountIdProcessorLinksRoute '/accounts/$accountId/tax-exemptions': typeof AuthenticatedAccountsAccountIdTaxExemptionsRoute '/lessons/enrollments/$enrollmentId': typeof AuthenticatedLessonsEnrollmentsEnrollmentIdRoute '/lessons/enrollments/new': typeof AuthenticatedLessonsEnrollmentsNewRoute '/lessons/plans/$planId': typeof AuthenticatedLessonsPlansPlanIdRoute '/lessons/sessions/$sessionId': typeof AuthenticatedLessonsSessionsSessionIdRoute '/lessons/templates/$templateId': typeof AuthenticatedLessonsTemplatesTemplateIdRoute '/lessons/templates/new': typeof AuthenticatedLessonsTemplatesNewRoute '/accounts/$accountId': typeof AuthenticatedAccountsAccountIdIndexRoute '/inventory/suppliers': typeof AuthenticatedInventorySuppliersIndexRoute '/lessons/enrollments': typeof AuthenticatedLessonsEnrollmentsIndexRoute '/lessons/plans': typeof AuthenticatedLessonsPlansIndexRoute '/lessons/schedule': typeof AuthenticatedLessonsScheduleIndexRoute '/lessons/sessions': typeof AuthenticatedLessonsSessionsIndexRoute '/lessons/templates': typeof AuthenticatedLessonsTemplatesIndexRoute '/lessons/schedule/instructors/$instructorId': typeof AuthenticatedLessonsScheduleInstructorsInstructorIdRoute } export interface FileRoutesById { __root__: typeof rootRouteImport '/_authenticated': typeof AuthenticatedRouteWithChildren '/login': typeof LoginRoute '/pos': typeof PosRoute '/reset-password': typeof ResetPasswordRoute '/_authenticated/help': typeof AuthenticatedHelpRoute '/_authenticated/profile': typeof AuthenticatedProfileRoute '/_authenticated/settings': typeof AuthenticatedSettingsRoute '/_authenticated/users': typeof AuthenticatedUsersRoute '/_authenticated/': typeof AuthenticatedIndexRoute '/_authenticated/accounts/$accountId': typeof AuthenticatedAccountsAccountIdRouteWithChildren '/_authenticated/accounts/new': typeof AuthenticatedAccountsNewRoute '/_authenticated/inventory/$productId': typeof AuthenticatedInventoryProductIdRoute '/_authenticated/inventory/categories': typeof AuthenticatedInventoryCategoriesRoute '/_authenticated/members/$memberId': typeof AuthenticatedMembersMemberIdRoute '/_authenticated/repair-batches/$batchId': typeof AuthenticatedRepairBatchesBatchIdRoute '/_authenticated/repair-batches/new': typeof AuthenticatedRepairBatchesNewRoute '/_authenticated/repairs/$ticketId': typeof AuthenticatedRepairsTicketIdRoute '/_authenticated/repairs/new': typeof AuthenticatedRepairsNewRoute '/_authenticated/repairs/templates': typeof AuthenticatedRepairsTemplatesRoute '/_authenticated/reports/daily': typeof AuthenticatedReportsDailyRoute '/_authenticated/roles/$roleId': typeof AuthenticatedRolesRoleIdRoute '/_authenticated/roles/new': typeof AuthenticatedRolesNewRoute '/_authenticated/accounts/': typeof AuthenticatedAccountsIndexRoute '/_authenticated/files/': typeof AuthenticatedFilesIndexRoute '/_authenticated/inventory/': typeof AuthenticatedInventoryIndexRoute '/_authenticated/members/': typeof AuthenticatedMembersIndexRoute '/_authenticated/repair-batches/': typeof AuthenticatedRepairBatchesIndexRoute '/_authenticated/repairs/': typeof AuthenticatedRepairsIndexRoute '/_authenticated/roles/': typeof AuthenticatedRolesIndexRoute '/_authenticated/vault/': typeof AuthenticatedVaultIndexRoute '/_authenticated/accounts/$accountId/enrollments': typeof AuthenticatedAccountsAccountIdEnrollmentsRoute '/_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/lessons/enrollments/$enrollmentId': typeof AuthenticatedLessonsEnrollmentsEnrollmentIdRoute '/_authenticated/lessons/enrollments/new': typeof AuthenticatedLessonsEnrollmentsNewRoute '/_authenticated/lessons/plans/$planId': typeof AuthenticatedLessonsPlansPlanIdRoute '/_authenticated/lessons/sessions/$sessionId': typeof AuthenticatedLessonsSessionsSessionIdRoute '/_authenticated/lessons/templates/$templateId': typeof AuthenticatedLessonsTemplatesTemplateIdRoute '/_authenticated/lessons/templates/new': typeof AuthenticatedLessonsTemplatesNewRoute '/_authenticated/accounts/$accountId/': typeof AuthenticatedAccountsAccountIdIndexRoute '/_authenticated/inventory/suppliers/': typeof AuthenticatedInventorySuppliersIndexRoute '/_authenticated/lessons/enrollments/': typeof AuthenticatedLessonsEnrollmentsIndexRoute '/_authenticated/lessons/plans/': typeof AuthenticatedLessonsPlansIndexRoute '/_authenticated/lessons/schedule/': typeof AuthenticatedLessonsScheduleIndexRoute '/_authenticated/lessons/sessions/': typeof AuthenticatedLessonsSessionsIndexRoute '/_authenticated/lessons/templates/': typeof AuthenticatedLessonsTemplatesIndexRoute '/_authenticated/lessons/schedule/instructors/$instructorId': typeof AuthenticatedLessonsScheduleInstructorsInstructorIdRoute } export interface FileRouteTypes { fileRoutesByFullPath: FileRoutesByFullPath fullPaths: | '/' | '/login' | '/pos' | '/reset-password' | '/help' | '/profile' | '/settings' | '/users' | '/accounts/$accountId' | '/accounts/new' | '/inventory/$productId' | '/inventory/categories' | '/members/$memberId' | '/repair-batches/$batchId' | '/repair-batches/new' | '/repairs/$ticketId' | '/repairs/new' | '/repairs/templates' | '/reports/daily' | '/roles/$roleId' | '/roles/new' | '/accounts/' | '/files/' | '/inventory/' | '/members/' | '/repair-batches/' | '/repairs/' | '/roles/' | '/vault/' | '/accounts/$accountId/enrollments' | '/accounts/$accountId/members' | '/accounts/$accountId/payment-methods' | '/accounts/$accountId/processor-links' | '/accounts/$accountId/tax-exemptions' | '/lessons/enrollments/$enrollmentId' | '/lessons/enrollments/new' | '/lessons/plans/$planId' | '/lessons/sessions/$sessionId' | '/lessons/templates/$templateId' | '/lessons/templates/new' | '/accounts/$accountId/' | '/inventory/suppliers/' | '/lessons/enrollments/' | '/lessons/plans/' | '/lessons/schedule/' | '/lessons/sessions/' | '/lessons/templates/' | '/lessons/schedule/instructors/$instructorId' fileRoutesByTo: FileRoutesByTo to: | '/login' | '/pos' | '/reset-password' | '/help' | '/profile' | '/settings' | '/users' | '/' | '/accounts/new' | '/inventory/$productId' | '/inventory/categories' | '/members/$memberId' | '/repair-batches/$batchId' | '/repair-batches/new' | '/repairs/$ticketId' | '/repairs/new' | '/repairs/templates' | '/reports/daily' | '/roles/$roleId' | '/roles/new' | '/accounts' | '/files' | '/inventory' | '/members' | '/repair-batches' | '/repairs' | '/roles' | '/vault' | '/accounts/$accountId/enrollments' | '/accounts/$accountId/members' | '/accounts/$accountId/payment-methods' | '/accounts/$accountId/processor-links' | '/accounts/$accountId/tax-exemptions' | '/lessons/enrollments/$enrollmentId' | '/lessons/enrollments/new' | '/lessons/plans/$planId' | '/lessons/sessions/$sessionId' | '/lessons/templates/$templateId' | '/lessons/templates/new' | '/accounts/$accountId' | '/inventory/suppliers' | '/lessons/enrollments' | '/lessons/plans' | '/lessons/schedule' | '/lessons/sessions' | '/lessons/templates' | '/lessons/schedule/instructors/$instructorId' id: | '__root__' | '/_authenticated' | '/login' | '/pos' | '/reset-password' | '/_authenticated/help' | '/_authenticated/profile' | '/_authenticated/settings' | '/_authenticated/users' | '/_authenticated/' | '/_authenticated/accounts/$accountId' | '/_authenticated/accounts/new' | '/_authenticated/inventory/$productId' | '/_authenticated/inventory/categories' | '/_authenticated/members/$memberId' | '/_authenticated/repair-batches/$batchId' | '/_authenticated/repair-batches/new' | '/_authenticated/repairs/$ticketId' | '/_authenticated/repairs/new' | '/_authenticated/repairs/templates' | '/_authenticated/reports/daily' | '/_authenticated/roles/$roleId' | '/_authenticated/roles/new' | '/_authenticated/accounts/' | '/_authenticated/files/' | '/_authenticated/inventory/' | '/_authenticated/members/' | '/_authenticated/repair-batches/' | '/_authenticated/repairs/' | '/_authenticated/roles/' | '/_authenticated/vault/' | '/_authenticated/accounts/$accountId/enrollments' | '/_authenticated/accounts/$accountId/members' | '/_authenticated/accounts/$accountId/payment-methods' | '/_authenticated/accounts/$accountId/processor-links' | '/_authenticated/accounts/$accountId/tax-exemptions' | '/_authenticated/lessons/enrollments/$enrollmentId' | '/_authenticated/lessons/enrollments/new' | '/_authenticated/lessons/plans/$planId' | '/_authenticated/lessons/sessions/$sessionId' | '/_authenticated/lessons/templates/$templateId' | '/_authenticated/lessons/templates/new' | '/_authenticated/accounts/$accountId/' | '/_authenticated/inventory/suppliers/' | '/_authenticated/lessons/enrollments/' | '/_authenticated/lessons/plans/' | '/_authenticated/lessons/schedule/' | '/_authenticated/lessons/sessions/' | '/_authenticated/lessons/templates/' | '/_authenticated/lessons/schedule/instructors/$instructorId' fileRoutesById: FileRoutesById } export interface RootRouteChildren { AuthenticatedRoute: typeof AuthenticatedRouteWithChildren LoginRoute: typeof LoginRoute PosRoute: typeof PosRoute ResetPasswordRoute: typeof ResetPasswordRoute } declare module '@tanstack/react-router' { interface FileRoutesByPath { '/reset-password': { id: '/reset-password' path: '/reset-password' fullPath: '/reset-password' preLoaderRoute: typeof ResetPasswordRouteImport parentRoute: typeof rootRouteImport } '/pos': { id: '/pos' path: '/pos' fullPath: '/pos' preLoaderRoute: typeof PosRouteImport parentRoute: typeof rootRouteImport } '/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/users': { id: '/_authenticated/users' path: '/users' fullPath: '/users' preLoaderRoute: typeof AuthenticatedUsersRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/settings': { id: '/_authenticated/settings' path: '/settings' fullPath: '/settings' preLoaderRoute: typeof AuthenticatedSettingsRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/profile': { id: '/_authenticated/profile' path: '/profile' fullPath: '/profile' preLoaderRoute: typeof AuthenticatedProfileRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/help': { id: '/_authenticated/help' path: '/help' fullPath: '/help' preLoaderRoute: typeof AuthenticatedHelpRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/vault/': { id: '/_authenticated/vault/' path: '/vault' fullPath: '/vault/' preLoaderRoute: typeof AuthenticatedVaultIndexRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/roles/': { id: '/_authenticated/roles/' path: '/roles' fullPath: '/roles/' preLoaderRoute: typeof AuthenticatedRolesIndexRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/repairs/': { id: '/_authenticated/repairs/' path: '/repairs' fullPath: '/repairs/' preLoaderRoute: typeof AuthenticatedRepairsIndexRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/repair-batches/': { id: '/_authenticated/repair-batches/' path: '/repair-batches' fullPath: '/repair-batches/' preLoaderRoute: typeof AuthenticatedRepairBatchesIndexRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/members/': { id: '/_authenticated/members/' path: '/members' fullPath: '/members/' preLoaderRoute: typeof AuthenticatedMembersIndexRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/inventory/': { id: '/_authenticated/inventory/' path: '/inventory' fullPath: '/inventory/' preLoaderRoute: typeof AuthenticatedInventoryIndexRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/files/': { id: '/_authenticated/files/' path: '/files' fullPath: '/files/' preLoaderRoute: typeof AuthenticatedFilesIndexRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/accounts/': { id: '/_authenticated/accounts/' path: '/accounts' fullPath: '/accounts/' preLoaderRoute: typeof AuthenticatedAccountsIndexRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/roles/new': { id: '/_authenticated/roles/new' path: '/roles/new' fullPath: '/roles/new' preLoaderRoute: typeof AuthenticatedRolesNewRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/roles/$roleId': { id: '/_authenticated/roles/$roleId' path: '/roles/$roleId' fullPath: '/roles/$roleId' preLoaderRoute: typeof AuthenticatedRolesRoleIdRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/reports/daily': { id: '/_authenticated/reports/daily' path: '/reports/daily' fullPath: '/reports/daily' preLoaderRoute: typeof AuthenticatedReportsDailyRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/repairs/templates': { id: '/_authenticated/repairs/templates' path: '/repairs/templates' fullPath: '/repairs/templates' preLoaderRoute: typeof AuthenticatedRepairsTemplatesRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/repairs/new': { id: '/_authenticated/repairs/new' path: '/repairs/new' fullPath: '/repairs/new' preLoaderRoute: typeof AuthenticatedRepairsNewRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/repairs/$ticketId': { id: '/_authenticated/repairs/$ticketId' path: '/repairs/$ticketId' fullPath: '/repairs/$ticketId' preLoaderRoute: typeof AuthenticatedRepairsTicketIdRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/repair-batches/new': { id: '/_authenticated/repair-batches/new' path: '/repair-batches/new' fullPath: '/repair-batches/new' preLoaderRoute: typeof AuthenticatedRepairBatchesNewRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/repair-batches/$batchId': { id: '/_authenticated/repair-batches/$batchId' path: '/repair-batches/$batchId' fullPath: '/repair-batches/$batchId' preLoaderRoute: typeof AuthenticatedRepairBatchesBatchIdRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/members/$memberId': { id: '/_authenticated/members/$memberId' path: '/members/$memberId' fullPath: '/members/$memberId' preLoaderRoute: typeof AuthenticatedMembersMemberIdRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/inventory/categories': { id: '/_authenticated/inventory/categories' path: '/inventory/categories' fullPath: '/inventory/categories' preLoaderRoute: typeof AuthenticatedInventoryCategoriesRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/inventory/$productId': { id: '/_authenticated/inventory/$productId' path: '/inventory/$productId' fullPath: '/inventory/$productId' preLoaderRoute: typeof AuthenticatedInventoryProductIdRouteImport 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/lessons/templates/': { id: '/_authenticated/lessons/templates/' path: '/lessons/templates' fullPath: '/lessons/templates/' preLoaderRoute: typeof AuthenticatedLessonsTemplatesIndexRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/lessons/sessions/': { id: '/_authenticated/lessons/sessions/' path: '/lessons/sessions' fullPath: '/lessons/sessions/' preLoaderRoute: typeof AuthenticatedLessonsSessionsIndexRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/lessons/schedule/': { id: '/_authenticated/lessons/schedule/' path: '/lessons/schedule' fullPath: '/lessons/schedule/' preLoaderRoute: typeof AuthenticatedLessonsScheduleIndexRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/lessons/plans/': { id: '/_authenticated/lessons/plans/' path: '/lessons/plans' fullPath: '/lessons/plans/' preLoaderRoute: typeof AuthenticatedLessonsPlansIndexRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/lessons/enrollments/': { id: '/_authenticated/lessons/enrollments/' path: '/lessons/enrollments' fullPath: '/lessons/enrollments/' preLoaderRoute: typeof AuthenticatedLessonsEnrollmentsIndexRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/inventory/suppliers/': { id: '/_authenticated/inventory/suppliers/' path: '/inventory/suppliers' fullPath: '/inventory/suppliers/' preLoaderRoute: typeof AuthenticatedInventorySuppliersIndexRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/accounts/$accountId/': { id: '/_authenticated/accounts/$accountId/' path: '/' fullPath: '/accounts/$accountId/' preLoaderRoute: typeof AuthenticatedAccountsAccountIdIndexRouteImport parentRoute: typeof AuthenticatedAccountsAccountIdRoute } '/_authenticated/lessons/templates/new': { id: '/_authenticated/lessons/templates/new' path: '/lessons/templates/new' fullPath: '/lessons/templates/new' preLoaderRoute: typeof AuthenticatedLessonsTemplatesNewRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/lessons/templates/$templateId': { id: '/_authenticated/lessons/templates/$templateId' path: '/lessons/templates/$templateId' fullPath: '/lessons/templates/$templateId' preLoaderRoute: typeof AuthenticatedLessonsTemplatesTemplateIdRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/lessons/sessions/$sessionId': { id: '/_authenticated/lessons/sessions/$sessionId' path: '/lessons/sessions/$sessionId' fullPath: '/lessons/sessions/$sessionId' preLoaderRoute: typeof AuthenticatedLessonsSessionsSessionIdRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/lessons/plans/$planId': { id: '/_authenticated/lessons/plans/$planId' path: '/lessons/plans/$planId' fullPath: '/lessons/plans/$planId' preLoaderRoute: typeof AuthenticatedLessonsPlansPlanIdRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/lessons/enrollments/new': { id: '/_authenticated/lessons/enrollments/new' path: '/lessons/enrollments/new' fullPath: '/lessons/enrollments/new' preLoaderRoute: typeof AuthenticatedLessonsEnrollmentsNewRouteImport parentRoute: typeof AuthenticatedRoute } '/_authenticated/lessons/enrollments/$enrollmentId': { id: '/_authenticated/lessons/enrollments/$enrollmentId' path: '/lessons/enrollments/$enrollmentId' fullPath: '/lessons/enrollments/$enrollmentId' preLoaderRoute: typeof AuthenticatedLessonsEnrollmentsEnrollmentIdRouteImport parentRoute: typeof AuthenticatedRoute } '/_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 } '/_authenticated/accounts/$accountId/enrollments': { id: '/_authenticated/accounts/$accountId/enrollments' path: '/enrollments' fullPath: '/accounts/$accountId/enrollments' preLoaderRoute: typeof AuthenticatedAccountsAccountIdEnrollmentsRouteImport parentRoute: typeof AuthenticatedAccountsAccountIdRoute } '/_authenticated/lessons/schedule/instructors/$instructorId': { id: '/_authenticated/lessons/schedule/instructors/$instructorId' path: '/lessons/schedule/instructors/$instructorId' fullPath: '/lessons/schedule/instructors/$instructorId' preLoaderRoute: typeof AuthenticatedLessonsScheduleInstructorsInstructorIdRouteImport parentRoute: typeof AuthenticatedRoute } } } interface AuthenticatedAccountsAccountIdRouteChildren { AuthenticatedAccountsAccountIdEnrollmentsRoute: typeof AuthenticatedAccountsAccountIdEnrollmentsRoute AuthenticatedAccountsAccountIdMembersRoute: typeof AuthenticatedAccountsAccountIdMembersRoute AuthenticatedAccountsAccountIdPaymentMethodsRoute: typeof AuthenticatedAccountsAccountIdPaymentMethodsRoute AuthenticatedAccountsAccountIdProcessorLinksRoute: typeof AuthenticatedAccountsAccountIdProcessorLinksRoute AuthenticatedAccountsAccountIdTaxExemptionsRoute: typeof AuthenticatedAccountsAccountIdTaxExemptionsRoute AuthenticatedAccountsAccountIdIndexRoute: typeof AuthenticatedAccountsAccountIdIndexRoute } const AuthenticatedAccountsAccountIdRouteChildren: AuthenticatedAccountsAccountIdRouteChildren = { AuthenticatedAccountsAccountIdEnrollmentsRoute: AuthenticatedAccountsAccountIdEnrollmentsRoute, AuthenticatedAccountsAccountIdMembersRoute: AuthenticatedAccountsAccountIdMembersRoute, AuthenticatedAccountsAccountIdPaymentMethodsRoute: AuthenticatedAccountsAccountIdPaymentMethodsRoute, AuthenticatedAccountsAccountIdProcessorLinksRoute: AuthenticatedAccountsAccountIdProcessorLinksRoute, AuthenticatedAccountsAccountIdTaxExemptionsRoute: AuthenticatedAccountsAccountIdTaxExemptionsRoute, AuthenticatedAccountsAccountIdIndexRoute: AuthenticatedAccountsAccountIdIndexRoute, } const AuthenticatedAccountsAccountIdRouteWithChildren = AuthenticatedAccountsAccountIdRoute._addFileChildren( AuthenticatedAccountsAccountIdRouteChildren, ) interface AuthenticatedRouteChildren { AuthenticatedHelpRoute: typeof AuthenticatedHelpRoute AuthenticatedProfileRoute: typeof AuthenticatedProfileRoute AuthenticatedSettingsRoute: typeof AuthenticatedSettingsRoute AuthenticatedUsersRoute: typeof AuthenticatedUsersRoute AuthenticatedIndexRoute: typeof AuthenticatedIndexRoute AuthenticatedAccountsAccountIdRoute: typeof AuthenticatedAccountsAccountIdRouteWithChildren AuthenticatedAccountsNewRoute: typeof AuthenticatedAccountsNewRoute AuthenticatedInventoryProductIdRoute: typeof AuthenticatedInventoryProductIdRoute AuthenticatedInventoryCategoriesRoute: typeof AuthenticatedInventoryCategoriesRoute AuthenticatedMembersMemberIdRoute: typeof AuthenticatedMembersMemberIdRoute AuthenticatedRepairBatchesBatchIdRoute: typeof AuthenticatedRepairBatchesBatchIdRoute AuthenticatedRepairBatchesNewRoute: typeof AuthenticatedRepairBatchesNewRoute AuthenticatedRepairsTicketIdRoute: typeof AuthenticatedRepairsTicketIdRoute AuthenticatedRepairsNewRoute: typeof AuthenticatedRepairsNewRoute AuthenticatedRepairsTemplatesRoute: typeof AuthenticatedRepairsTemplatesRoute AuthenticatedReportsDailyRoute: typeof AuthenticatedReportsDailyRoute AuthenticatedRolesRoleIdRoute: typeof AuthenticatedRolesRoleIdRoute AuthenticatedRolesNewRoute: typeof AuthenticatedRolesNewRoute AuthenticatedAccountsIndexRoute: typeof AuthenticatedAccountsIndexRoute AuthenticatedFilesIndexRoute: typeof AuthenticatedFilesIndexRoute AuthenticatedInventoryIndexRoute: typeof AuthenticatedInventoryIndexRoute AuthenticatedMembersIndexRoute: typeof AuthenticatedMembersIndexRoute AuthenticatedRepairBatchesIndexRoute: typeof AuthenticatedRepairBatchesIndexRoute AuthenticatedRepairsIndexRoute: typeof AuthenticatedRepairsIndexRoute AuthenticatedRolesIndexRoute: typeof AuthenticatedRolesIndexRoute AuthenticatedVaultIndexRoute: typeof AuthenticatedVaultIndexRoute AuthenticatedLessonsEnrollmentsEnrollmentIdRoute: typeof AuthenticatedLessonsEnrollmentsEnrollmentIdRoute AuthenticatedLessonsEnrollmentsNewRoute: typeof AuthenticatedLessonsEnrollmentsNewRoute AuthenticatedLessonsPlansPlanIdRoute: typeof AuthenticatedLessonsPlansPlanIdRoute AuthenticatedLessonsSessionsSessionIdRoute: typeof AuthenticatedLessonsSessionsSessionIdRoute AuthenticatedLessonsTemplatesTemplateIdRoute: typeof AuthenticatedLessonsTemplatesTemplateIdRoute AuthenticatedLessonsTemplatesNewRoute: typeof AuthenticatedLessonsTemplatesNewRoute AuthenticatedInventorySuppliersIndexRoute: typeof AuthenticatedInventorySuppliersIndexRoute AuthenticatedLessonsEnrollmentsIndexRoute: typeof AuthenticatedLessonsEnrollmentsIndexRoute AuthenticatedLessonsPlansIndexRoute: typeof AuthenticatedLessonsPlansIndexRoute AuthenticatedLessonsScheduleIndexRoute: typeof AuthenticatedLessonsScheduleIndexRoute AuthenticatedLessonsSessionsIndexRoute: typeof AuthenticatedLessonsSessionsIndexRoute AuthenticatedLessonsTemplatesIndexRoute: typeof AuthenticatedLessonsTemplatesIndexRoute AuthenticatedLessonsScheduleInstructorsInstructorIdRoute: typeof AuthenticatedLessonsScheduleInstructorsInstructorIdRoute } const AuthenticatedRouteChildren: AuthenticatedRouteChildren = { AuthenticatedHelpRoute: AuthenticatedHelpRoute, AuthenticatedProfileRoute: AuthenticatedProfileRoute, AuthenticatedSettingsRoute: AuthenticatedSettingsRoute, AuthenticatedUsersRoute: AuthenticatedUsersRoute, AuthenticatedIndexRoute: AuthenticatedIndexRoute, AuthenticatedAccountsAccountIdRoute: AuthenticatedAccountsAccountIdRouteWithChildren, AuthenticatedAccountsNewRoute: AuthenticatedAccountsNewRoute, AuthenticatedInventoryProductIdRoute: AuthenticatedInventoryProductIdRoute, AuthenticatedInventoryCategoriesRoute: AuthenticatedInventoryCategoriesRoute, AuthenticatedMembersMemberIdRoute: AuthenticatedMembersMemberIdRoute, AuthenticatedRepairBatchesBatchIdRoute: AuthenticatedRepairBatchesBatchIdRoute, AuthenticatedRepairBatchesNewRoute: AuthenticatedRepairBatchesNewRoute, AuthenticatedRepairsTicketIdRoute: AuthenticatedRepairsTicketIdRoute, AuthenticatedRepairsNewRoute: AuthenticatedRepairsNewRoute, AuthenticatedRepairsTemplatesRoute: AuthenticatedRepairsTemplatesRoute, AuthenticatedReportsDailyRoute: AuthenticatedReportsDailyRoute, AuthenticatedRolesRoleIdRoute: AuthenticatedRolesRoleIdRoute, AuthenticatedRolesNewRoute: AuthenticatedRolesNewRoute, AuthenticatedAccountsIndexRoute: AuthenticatedAccountsIndexRoute, AuthenticatedFilesIndexRoute: AuthenticatedFilesIndexRoute, AuthenticatedInventoryIndexRoute: AuthenticatedInventoryIndexRoute, AuthenticatedMembersIndexRoute: AuthenticatedMembersIndexRoute, AuthenticatedRepairBatchesIndexRoute: AuthenticatedRepairBatchesIndexRoute, AuthenticatedRepairsIndexRoute: AuthenticatedRepairsIndexRoute, AuthenticatedRolesIndexRoute: AuthenticatedRolesIndexRoute, AuthenticatedVaultIndexRoute: AuthenticatedVaultIndexRoute, AuthenticatedLessonsEnrollmentsEnrollmentIdRoute: AuthenticatedLessonsEnrollmentsEnrollmentIdRoute, AuthenticatedLessonsEnrollmentsNewRoute: AuthenticatedLessonsEnrollmentsNewRoute, AuthenticatedLessonsPlansPlanIdRoute: AuthenticatedLessonsPlansPlanIdRoute, AuthenticatedLessonsSessionsSessionIdRoute: AuthenticatedLessonsSessionsSessionIdRoute, AuthenticatedLessonsTemplatesTemplateIdRoute: AuthenticatedLessonsTemplatesTemplateIdRoute, AuthenticatedLessonsTemplatesNewRoute: AuthenticatedLessonsTemplatesNewRoute, AuthenticatedInventorySuppliersIndexRoute: AuthenticatedInventorySuppliersIndexRoute, AuthenticatedLessonsEnrollmentsIndexRoute: AuthenticatedLessonsEnrollmentsIndexRoute, AuthenticatedLessonsPlansIndexRoute: AuthenticatedLessonsPlansIndexRoute, AuthenticatedLessonsScheduleIndexRoute: AuthenticatedLessonsScheduleIndexRoute, AuthenticatedLessonsSessionsIndexRoute: AuthenticatedLessonsSessionsIndexRoute, AuthenticatedLessonsTemplatesIndexRoute: AuthenticatedLessonsTemplatesIndexRoute, AuthenticatedLessonsScheduleInstructorsInstructorIdRoute: AuthenticatedLessonsScheduleInstructorsInstructorIdRoute, } const AuthenticatedRouteWithChildren = AuthenticatedRoute._addFileChildren( AuthenticatedRouteChildren, ) const rootRouteChildren: RootRouteChildren = { AuthenticatedRoute: AuthenticatedRouteWithChildren, LoginRoute: LoginRoute, PosRoute: PosRoute, ResetPasswordRoute: ResetPasswordRoute, } export const routeTree = rootRouteImport ._addFileChildren(rootRouteChildren) ._addFileTypes()