mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 10:56:44 +00:00
393 lines
13 KiB
TypeScript
393 lines
13 KiB
TypeScript
/* eslint-disable */
|
|
|
|
// @ts-nocheck
|
|
|
|
// noinspection JSUnusedGlobalSymbols
|
|
|
|
// This file was automatically generated by TanStack Router.
|
|
// You should NOT make any changes in this file as it will be overwritten.
|
|
// Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified.
|
|
|
|
import { Route as rootRouteImport } from './routes/__root'
|
|
import { Route as SignupRouteImport } from './routes/signup'
|
|
import { Route as RedefinirSenhaRouteImport } from './routes/redefinir-senha'
|
|
import { Route as RecuperarSenhaRouteImport } from './routes/recuperar-senha'
|
|
import { Route as PainelRouteImport } from './routes/painel'
|
|
import { Route as LoginRouteImport } from './routes/login'
|
|
import { Route as IndexRouteImport } from './routes/index'
|
|
import { Route as PainelIndexRouteImport } from './routes/painel.index'
|
|
import { Route as PainelSkillsRouteImport } from './routes/painel.skills'
|
|
import { Route as PainelFaturamentoRouteImport } from './routes/painel.faturamento'
|
|
import { Route as PainelConfiguracoesRouteImport } from './routes/painel.configuracoes'
|
|
import { Route as PainelAgenteRouteImport } from './routes/painel.agente'
|
|
import { Route as CheckoutSucessoRouteImport } from './routes/checkout.sucesso'
|
|
import { Route as PainelSkillsIndexRouteImport } from './routes/painel.skills.index'
|
|
import { Route as PainelSkillsPreviewRouteImport } from './routes/painel.skills.preview'
|
|
import { Route as PainelSkillsNovaRouteImport } from './routes/painel.skills.nova'
|
|
import { Route as PainelSkillsIdRouteImport } from './routes/painel.skills.$id'
|
|
|
|
const SignupRoute = SignupRouteImport.update({
|
|
id: '/signup',
|
|
path: '/signup',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const RedefinirSenhaRoute = RedefinirSenhaRouteImport.update({
|
|
id: '/redefinir-senha',
|
|
path: '/redefinir-senha',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const RecuperarSenhaRoute = RecuperarSenhaRouteImport.update({
|
|
id: '/recuperar-senha',
|
|
path: '/recuperar-senha',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const PainelRoute = PainelRouteImport.update({
|
|
id: '/painel',
|
|
path: '/painel',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const LoginRoute = LoginRouteImport.update({
|
|
id: '/login',
|
|
path: '/login',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const IndexRoute = IndexRouteImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const PainelIndexRoute = PainelIndexRouteImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => PainelRoute,
|
|
} as any)
|
|
const PainelSkillsRoute = PainelSkillsRouteImport.update({
|
|
id: '/skills',
|
|
path: '/skills',
|
|
getParentRoute: () => PainelRoute,
|
|
} as any)
|
|
const PainelFaturamentoRoute = PainelFaturamentoRouteImport.update({
|
|
id: '/faturamento',
|
|
path: '/faturamento',
|
|
getParentRoute: () => PainelRoute,
|
|
} as any)
|
|
const PainelConfiguracoesRoute = PainelConfiguracoesRouteImport.update({
|
|
id: '/configuracoes',
|
|
path: '/configuracoes',
|
|
getParentRoute: () => PainelRoute,
|
|
} as any)
|
|
const PainelAgenteRoute = PainelAgenteRouteImport.update({
|
|
id: '/agente',
|
|
path: '/agente',
|
|
getParentRoute: () => PainelRoute,
|
|
} as any)
|
|
const CheckoutSucessoRoute = CheckoutSucessoRouteImport.update({
|
|
id: '/checkout/sucesso',
|
|
path: '/checkout/sucesso',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const PainelSkillsIndexRoute = PainelSkillsIndexRouteImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => PainelSkillsRoute,
|
|
} as any)
|
|
const PainelSkillsPreviewRoute = PainelSkillsPreviewRouteImport.update({
|
|
id: '/preview',
|
|
path: '/preview',
|
|
getParentRoute: () => PainelSkillsRoute,
|
|
} as any)
|
|
const PainelSkillsNovaRoute = PainelSkillsNovaRouteImport.update({
|
|
id: '/nova',
|
|
path: '/nova',
|
|
getParentRoute: () => PainelSkillsRoute,
|
|
} as any)
|
|
const PainelSkillsIdRoute = PainelSkillsIdRouteImport.update({
|
|
id: '/$id',
|
|
path: '/$id',
|
|
getParentRoute: () => PainelSkillsRoute,
|
|
} as any)
|
|
|
|
export interface FileRoutesByFullPath {
|
|
'/': typeof IndexRoute
|
|
'/login': typeof LoginRoute
|
|
'/painel': typeof PainelRouteWithChildren
|
|
'/recuperar-senha': typeof RecuperarSenhaRoute
|
|
'/redefinir-senha': typeof RedefinirSenhaRoute
|
|
'/signup': typeof SignupRoute
|
|
'/checkout/sucesso': typeof CheckoutSucessoRoute
|
|
'/painel/agente': typeof PainelAgenteRoute
|
|
'/painel/configuracoes': typeof PainelConfiguracoesRoute
|
|
'/painel/faturamento': typeof PainelFaturamentoRoute
|
|
'/painel/skills': typeof PainelSkillsRouteWithChildren
|
|
'/painel/': typeof PainelIndexRoute
|
|
'/painel/skills/$id': typeof PainelSkillsIdRoute
|
|
'/painel/skills/nova': typeof PainelSkillsNovaRoute
|
|
'/painel/skills/preview': typeof PainelSkillsPreviewRoute
|
|
'/painel/skills/': typeof PainelSkillsIndexRoute
|
|
}
|
|
export interface FileRoutesByTo {
|
|
'/': typeof IndexRoute
|
|
'/login': typeof LoginRoute
|
|
'/recuperar-senha': typeof RecuperarSenhaRoute
|
|
'/redefinir-senha': typeof RedefinirSenhaRoute
|
|
'/signup': typeof SignupRoute
|
|
'/checkout/sucesso': typeof CheckoutSucessoRoute
|
|
'/painel/agente': typeof PainelAgenteRoute
|
|
'/painel/configuracoes': typeof PainelConfiguracoesRoute
|
|
'/painel/faturamento': typeof PainelFaturamentoRoute
|
|
'/painel': typeof PainelIndexRoute
|
|
'/painel/skills/$id': typeof PainelSkillsIdRoute
|
|
'/painel/skills/nova': typeof PainelSkillsNovaRoute
|
|
'/painel/skills/preview': typeof PainelSkillsPreviewRoute
|
|
'/painel/skills': typeof PainelSkillsIndexRoute
|
|
}
|
|
export interface FileRoutesById {
|
|
__root__: typeof rootRouteImport
|
|
'/': typeof IndexRoute
|
|
'/login': typeof LoginRoute
|
|
'/painel': typeof PainelRouteWithChildren
|
|
'/recuperar-senha': typeof RecuperarSenhaRoute
|
|
'/redefinir-senha': typeof RedefinirSenhaRoute
|
|
'/signup': typeof SignupRoute
|
|
'/checkout/sucesso': typeof CheckoutSucessoRoute
|
|
'/painel/agente': typeof PainelAgenteRoute
|
|
'/painel/configuracoes': typeof PainelConfiguracoesRoute
|
|
'/painel/faturamento': typeof PainelFaturamentoRoute
|
|
'/painel/skills': typeof PainelSkillsRouteWithChildren
|
|
'/painel/': typeof PainelIndexRoute
|
|
'/painel/skills/$id': typeof PainelSkillsIdRoute
|
|
'/painel/skills/nova': typeof PainelSkillsNovaRoute
|
|
'/painel/skills/preview': typeof PainelSkillsPreviewRoute
|
|
'/painel/skills/': typeof PainelSkillsIndexRoute
|
|
}
|
|
export interface FileRouteTypes {
|
|
fileRoutesByFullPath: FileRoutesByFullPath
|
|
fullPaths:
|
|
| '/'
|
|
| '/login'
|
|
| '/painel'
|
|
| '/recuperar-senha'
|
|
| '/redefinir-senha'
|
|
| '/signup'
|
|
| '/checkout/sucesso'
|
|
| '/painel/agente'
|
|
| '/painel/configuracoes'
|
|
| '/painel/faturamento'
|
|
| '/painel/skills'
|
|
| '/painel/'
|
|
| '/painel/skills/$id'
|
|
| '/painel/skills/nova'
|
|
| '/painel/skills/preview'
|
|
| '/painel/skills/'
|
|
fileRoutesByTo: FileRoutesByTo
|
|
to:
|
|
| '/'
|
|
| '/login'
|
|
| '/recuperar-senha'
|
|
| '/redefinir-senha'
|
|
| '/signup'
|
|
| '/checkout/sucesso'
|
|
| '/painel/agente'
|
|
| '/painel/configuracoes'
|
|
| '/painel/faturamento'
|
|
| '/painel'
|
|
| '/painel/skills/$id'
|
|
| '/painel/skills/nova'
|
|
| '/painel/skills/preview'
|
|
| '/painel/skills'
|
|
id:
|
|
| '__root__'
|
|
| '/'
|
|
| '/login'
|
|
| '/painel'
|
|
| '/recuperar-senha'
|
|
| '/redefinir-senha'
|
|
| '/signup'
|
|
| '/checkout/sucesso'
|
|
| '/painel/agente'
|
|
| '/painel/configuracoes'
|
|
| '/painel/faturamento'
|
|
| '/painel/skills'
|
|
| '/painel/'
|
|
| '/painel/skills/$id'
|
|
| '/painel/skills/nova'
|
|
| '/painel/skills/preview'
|
|
| '/painel/skills/'
|
|
fileRoutesById: FileRoutesById
|
|
}
|
|
export interface RootRouteChildren {
|
|
IndexRoute: typeof IndexRoute
|
|
LoginRoute: typeof LoginRoute
|
|
PainelRoute: typeof PainelRouteWithChildren
|
|
RecuperarSenhaRoute: typeof RecuperarSenhaRoute
|
|
RedefinirSenhaRoute: typeof RedefinirSenhaRoute
|
|
SignupRoute: typeof SignupRoute
|
|
CheckoutSucessoRoute: typeof CheckoutSucessoRoute
|
|
}
|
|
|
|
declare module '@tanstack/react-router' {
|
|
interface FileRoutesByPath {
|
|
'/signup': {
|
|
id: '/signup'
|
|
path: '/signup'
|
|
fullPath: '/signup'
|
|
preLoaderRoute: typeof SignupRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/redefinir-senha': {
|
|
id: '/redefinir-senha'
|
|
path: '/redefinir-senha'
|
|
fullPath: '/redefinir-senha'
|
|
preLoaderRoute: typeof RedefinirSenhaRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/recuperar-senha': {
|
|
id: '/recuperar-senha'
|
|
path: '/recuperar-senha'
|
|
fullPath: '/recuperar-senha'
|
|
preLoaderRoute: typeof RecuperarSenhaRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/painel': {
|
|
id: '/painel'
|
|
path: '/painel'
|
|
fullPath: '/painel'
|
|
preLoaderRoute: typeof PainelRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/login': {
|
|
id: '/login'
|
|
path: '/login'
|
|
fullPath: '/login'
|
|
preLoaderRoute: typeof LoginRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/': {
|
|
id: '/'
|
|
path: '/'
|
|
fullPath: '/'
|
|
preLoaderRoute: typeof IndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/painel/': {
|
|
id: '/painel/'
|
|
path: '/'
|
|
fullPath: '/painel/'
|
|
preLoaderRoute: typeof PainelIndexRouteImport
|
|
parentRoute: typeof PainelRoute
|
|
}
|
|
'/painel/skills': {
|
|
id: '/painel/skills'
|
|
path: '/skills'
|
|
fullPath: '/painel/skills'
|
|
preLoaderRoute: typeof PainelSkillsRouteImport
|
|
parentRoute: typeof PainelRoute
|
|
}
|
|
'/painel/faturamento': {
|
|
id: '/painel/faturamento'
|
|
path: '/faturamento'
|
|
fullPath: '/painel/faturamento'
|
|
preLoaderRoute: typeof PainelFaturamentoRouteImport
|
|
parentRoute: typeof PainelRoute
|
|
}
|
|
'/painel/configuracoes': {
|
|
id: '/painel/configuracoes'
|
|
path: '/configuracoes'
|
|
fullPath: '/painel/configuracoes'
|
|
preLoaderRoute: typeof PainelConfiguracoesRouteImport
|
|
parentRoute: typeof PainelRoute
|
|
}
|
|
'/painel/agente': {
|
|
id: '/painel/agente'
|
|
path: '/agente'
|
|
fullPath: '/painel/agente'
|
|
preLoaderRoute: typeof PainelAgenteRouteImport
|
|
parentRoute: typeof PainelRoute
|
|
}
|
|
'/checkout/sucesso': {
|
|
id: '/checkout/sucesso'
|
|
path: '/checkout/sucesso'
|
|
fullPath: '/checkout/sucesso'
|
|
preLoaderRoute: typeof CheckoutSucessoRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/painel/skills/': {
|
|
id: '/painel/skills/'
|
|
path: '/'
|
|
fullPath: '/painel/skills/'
|
|
preLoaderRoute: typeof PainelSkillsIndexRouteImport
|
|
parentRoute: typeof PainelSkillsRoute
|
|
}
|
|
'/painel/skills/preview': {
|
|
id: '/painel/skills/preview'
|
|
path: '/preview'
|
|
fullPath: '/painel/skills/preview'
|
|
preLoaderRoute: typeof PainelSkillsPreviewRouteImport
|
|
parentRoute: typeof PainelSkillsRoute
|
|
}
|
|
'/painel/skills/nova': {
|
|
id: '/painel/skills/nova'
|
|
path: '/nova'
|
|
fullPath: '/painel/skills/nova'
|
|
preLoaderRoute: typeof PainelSkillsNovaRouteImport
|
|
parentRoute: typeof PainelSkillsRoute
|
|
}
|
|
'/painel/skills/$id': {
|
|
id: '/painel/skills/$id'
|
|
path: '/$id'
|
|
fullPath: '/painel/skills/$id'
|
|
preLoaderRoute: typeof PainelSkillsIdRouteImport
|
|
parentRoute: typeof PainelSkillsRoute
|
|
}
|
|
}
|
|
}
|
|
|
|
interface PainelSkillsRouteChildren {
|
|
PainelSkillsIdRoute: typeof PainelSkillsIdRoute
|
|
PainelSkillsNovaRoute: typeof PainelSkillsNovaRoute
|
|
PainelSkillsPreviewRoute: typeof PainelSkillsPreviewRoute
|
|
PainelSkillsIndexRoute: typeof PainelSkillsIndexRoute
|
|
}
|
|
|
|
const PainelSkillsRouteChildren: PainelSkillsRouteChildren = {
|
|
PainelSkillsIdRoute: PainelSkillsIdRoute,
|
|
PainelSkillsNovaRoute: PainelSkillsNovaRoute,
|
|
PainelSkillsPreviewRoute: PainelSkillsPreviewRoute,
|
|
PainelSkillsIndexRoute: PainelSkillsIndexRoute,
|
|
}
|
|
|
|
const PainelSkillsRouteWithChildren = PainelSkillsRoute._addFileChildren(
|
|
PainelSkillsRouteChildren,
|
|
)
|
|
|
|
interface PainelRouteChildren {
|
|
PainelAgenteRoute: typeof PainelAgenteRoute
|
|
PainelConfiguracoesRoute: typeof PainelConfiguracoesRoute
|
|
PainelFaturamentoRoute: typeof PainelFaturamentoRoute
|
|
PainelSkillsRoute: typeof PainelSkillsRouteWithChildren
|
|
PainelIndexRoute: typeof PainelIndexRoute
|
|
}
|
|
|
|
const PainelRouteChildren: PainelRouteChildren = {
|
|
PainelAgenteRoute: PainelAgenteRoute,
|
|
PainelConfiguracoesRoute: PainelConfiguracoesRoute,
|
|
PainelFaturamentoRoute: PainelFaturamentoRoute,
|
|
PainelSkillsRoute: PainelSkillsRouteWithChildren,
|
|
PainelIndexRoute: PainelIndexRoute,
|
|
}
|
|
|
|
const PainelRouteWithChildren =
|
|
PainelRoute._addFileChildren(PainelRouteChildren)
|
|
|
|
const rootRouteChildren: RootRouteChildren = {
|
|
IndexRoute: IndexRoute,
|
|
LoginRoute: LoginRoute,
|
|
PainelRoute: PainelRouteWithChildren,
|
|
RecuperarSenhaRoute: RecuperarSenhaRoute,
|
|
RedefinirSenhaRoute: RedefinirSenhaRoute,
|
|
SignupRoute: SignupRoute,
|
|
CheckoutSucessoRoute: CheckoutSucessoRoute,
|
|
}
|
|
export const routeTree = rootRouteImport
|
|
._addFileChildren(rootRouteChildren)
|
|
._addFileTypes<FileRouteTypes>()
|