mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-23 14:52:18 +10:00
chore: update dependencies
This commit is contained in:
@@ -15,21 +15,21 @@ function rendererBody(name: string) {
|
||||
}
|
||||
|
||||
describe("custom section dialog layout", () => {
|
||||
it.each([
|
||||
"CreateCustomSectionFormRenderer",
|
||||
"UpdateCustomSectionFormRenderer",
|
||||
])("renders icon and title in one row for %s", (name) => {
|
||||
const body = rendererBody(name);
|
||||
const rowIndex = body.indexOf('"flex items-end sm:col-span-full"');
|
||||
const iconIndex = body.indexOf('name="icon"', rowIndex);
|
||||
const titleIndex = body.indexOf('name="title"', rowIndex);
|
||||
const sectionTypeIndex = body.indexOf('name="type"', rowIndex);
|
||||
it.each(["CreateCustomSectionFormRenderer", "UpdateCustomSectionFormRenderer"])(
|
||||
"renders icon and title in one row for %s",
|
||||
(name) => {
|
||||
const body = rendererBody(name);
|
||||
const rowIndex = body.indexOf('"flex items-end sm:col-span-full"');
|
||||
const iconIndex = body.indexOf('name="icon"', rowIndex);
|
||||
const titleIndex = body.indexOf('name="title"', rowIndex);
|
||||
const sectionTypeIndex = body.indexOf('name="type"', rowIndex);
|
||||
|
||||
expect(rowIndex).toBeGreaterThanOrEqual(0);
|
||||
expect(iconIndex).toBeGreaterThan(rowIndex);
|
||||
expect(titleIndex).toBeGreaterThan(iconIndex);
|
||||
expect(sectionTypeIndex).toBeGreaterThan(titleIndex);
|
||||
expect(body).toContain('className="rounded-r-none border-input border-e-0"');
|
||||
expect(body).toContain('className="rounded-s-none"');
|
||||
});
|
||||
expect(rowIndex).toBeGreaterThanOrEqual(0);
|
||||
expect(iconIndex).toBeGreaterThan(rowIndex);
|
||||
expect(titleIndex).toBeGreaterThan(iconIndex);
|
||||
expect(sectionTypeIndex).toBeGreaterThan(titleIndex);
|
||||
expect(body).toContain('className="rounded-r-none border-input border-e-0"');
|
||||
expect(body).toContain('className="rounded-s-none"');
|
||||
},
|
||||
);
|
||||
});
|
||||
|
||||
+260
-260
@@ -9,45 +9,39 @@
|
||||
// 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 DashboardRouteRouteImport } from "./routes/dashboard/route";
|
||||
import { Route as AuthRouteRouteImport } from "./routes/auth/route";
|
||||
import { Route as AgentRouteRouteImport } from "./routes/agent/route";
|
||||
import { Route as HomeRouteRouteImport } from "./routes/_home/route";
|
||||
import { Route as DashboardIndexRouteImport } from "./routes/dashboard/index";
|
||||
import { Route as AuthIndexRouteImport } from "./routes/auth/index";
|
||||
import { Route as AgentIndexRouteImport } from "./routes/agent/index";
|
||||
import { Route as HomeIndexRouteImport } from "./routes/_home/index";
|
||||
import { Route as TemplatesSplatRouteImport } from "./routes/templates/$";
|
||||
import { Route as AuthVerify2faBackupRouteImport } from "./routes/auth/verify-2fa-backup";
|
||||
import { Route as AuthVerify2faRouteImport } from "./routes/auth/verify-2fa";
|
||||
import { Route as AuthResumePasswordRouteImport } from "./routes/auth/resume-password";
|
||||
import { Route as AuthResetPasswordRouteImport } from "./routes/auth/reset-password";
|
||||
import { Route as AuthRegisterRouteImport } from "./routes/auth/register";
|
||||
import { Route as AuthLoginRouteImport } from "./routes/auth/login";
|
||||
import { Route as AuthForgotPasswordRouteImport } from "./routes/auth/forgot-password";
|
||||
import { Route as AgentNewRouteImport } from "./routes/agent/new";
|
||||
import { Route as AgentThreadIdRouteImport } from "./routes/agent/$threadId";
|
||||
import { Route as AgentRouteRouteImport } from "./routes/agent/route";
|
||||
import { Route as AuthRouteRouteImport } from "./routes/auth/route";
|
||||
import { Route as DashboardRouteRouteImport } from "./routes/dashboard/route";
|
||||
import { Route as UsernameSlugRouteImport } from "./routes/$username/$slug";
|
||||
import { Route as HomeIndexRouteImport } from "./routes/_home/index";
|
||||
import { Route as AgentIndexRouteImport } from "./routes/agent/index";
|
||||
import { Route as AgentThreadIdRouteImport } from "./routes/agent/$threadId";
|
||||
import { Route as AgentNewRouteImport } from "./routes/agent/new";
|
||||
import { Route as AuthIndexRouteImport } from "./routes/auth/index";
|
||||
import { Route as AuthForgotPasswordRouteImport } from "./routes/auth/forgot-password";
|
||||
import { Route as AuthLoginRouteImport } from "./routes/auth/login";
|
||||
import { Route as AuthRegisterRouteImport } from "./routes/auth/register";
|
||||
import { Route as AuthResetPasswordRouteImport } from "./routes/auth/reset-password";
|
||||
import { Route as AuthResumePasswordRouteImport } from "./routes/auth/resume-password";
|
||||
import { Route as AuthVerify2faRouteImport } from "./routes/auth/verify-2fa";
|
||||
import { Route as AuthVerify2faBackupRouteImport } from "./routes/auth/verify-2fa-backup";
|
||||
import { Route as BuilderResumeIdRouteRouteImport } from "./routes/builder/$resumeId/route";
|
||||
import { Route as DashboardResumesIndexRouteImport } from "./routes/dashboard/resumes/index";
|
||||
import { Route as DashboardApplicationsIndexRouteImport } from "./routes/dashboard/applications/index";
|
||||
import { Route as DashboardIndexRouteImport } from "./routes/dashboard/index";
|
||||
import { Route as TemplatesSplatRouteImport } from "./routes/templates/$";
|
||||
import { Route as BuilderResumeIdIndexRouteImport } from "./routes/builder/$resumeId/index";
|
||||
import { Route as DashboardSettingsProfileRouteImport } from "./routes/dashboard/settings/profile";
|
||||
import { Route as DashboardSettingsPreferencesRouteImport } from "./routes/dashboard/settings/preferences";
|
||||
import { Route as DashboardSettingsJobSearchRouteImport } from "./routes/dashboard/settings/job-search";
|
||||
import { Route as DashboardSettingsDangerZoneRouteImport } from "./routes/dashboard/settings/danger-zone";
|
||||
import { Route as DashboardApplicationsIndexRouteImport } from "./routes/dashboard/applications/index";
|
||||
import { Route as DashboardResumesIndexRouteImport } from "./routes/dashboard/resumes/index";
|
||||
import { Route as DashboardSettingsApiKeysRouteImport } from "./routes/dashboard/settings/api-keys";
|
||||
import { Route as DashboardSettingsDangerZoneRouteImport } from "./routes/dashboard/settings/danger-zone";
|
||||
import { Route as DashboardSettingsIntegrationsRouteRouteImport } from "./routes/dashboard/settings/integrations/route";
|
||||
import { Route as DashboardSettingsJobSearchRouteImport } from "./routes/dashboard/settings/job-search";
|
||||
import { Route as DashboardSettingsPreferencesRouteImport } from "./routes/dashboard/settings/preferences";
|
||||
import { Route as DashboardSettingsProfileRouteImport } from "./routes/dashboard/settings/profile";
|
||||
import { Route as DashboardSettingsAuthenticationIndexRouteImport } from "./routes/dashboard/settings/authentication/index";
|
||||
|
||||
const DashboardRouteRoute = DashboardRouteRouteImport.update({
|
||||
id: "/dashboard",
|
||||
path: "/dashboard",
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any);
|
||||
const AuthRouteRoute = AuthRouteRouteImport.update({
|
||||
id: "/auth",
|
||||
path: "/auth",
|
||||
const HomeRouteRoute = HomeRouteRouteImport.update({
|
||||
id: "/_home",
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any);
|
||||
const AgentRouteRoute = AgentRouteRouteImport.update({
|
||||
@@ -55,73 +49,29 @@ const AgentRouteRoute = AgentRouteRouteImport.update({
|
||||
path: "/agent",
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any);
|
||||
const HomeRouteRoute = HomeRouteRouteImport.update({
|
||||
id: "/_home",
|
||||
const AuthRouteRoute = AuthRouteRouteImport.update({
|
||||
id: "/auth",
|
||||
path: "/auth",
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any);
|
||||
const DashboardIndexRoute = DashboardIndexRouteImport.update({
|
||||
id: "/",
|
||||
path: "/",
|
||||
getParentRoute: () => DashboardRouteRoute,
|
||||
const DashboardRouteRoute = DashboardRouteRouteImport.update({
|
||||
id: "/dashboard",
|
||||
path: "/dashboard",
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any);
|
||||
const AuthIndexRoute = AuthIndexRouteImport.update({
|
||||
id: "/",
|
||||
path: "/",
|
||||
getParentRoute: () => AuthRouteRoute,
|
||||
} as any);
|
||||
const AgentIndexRoute = AgentIndexRouteImport.update({
|
||||
id: "/",
|
||||
path: "/",
|
||||
getParentRoute: () => AgentRouteRoute,
|
||||
const UsernameSlugRoute = UsernameSlugRouteImport.update({
|
||||
id: "/$username/$slug",
|
||||
path: "/$username/$slug",
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any);
|
||||
const HomeIndexRoute = HomeIndexRouteImport.update({
|
||||
id: "/",
|
||||
path: "/",
|
||||
getParentRoute: () => HomeRouteRoute,
|
||||
} as any);
|
||||
const TemplatesSplatRoute = TemplatesSplatRouteImport.update({
|
||||
id: "/templates/$",
|
||||
path: "/templates/$",
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any);
|
||||
const AuthVerify2faBackupRoute = AuthVerify2faBackupRouteImport.update({
|
||||
id: "/verify-2fa-backup",
|
||||
path: "/verify-2fa-backup",
|
||||
getParentRoute: () => AuthRouteRoute,
|
||||
} as any);
|
||||
const AuthVerify2faRoute = AuthVerify2faRouteImport.update({
|
||||
id: "/verify-2fa",
|
||||
path: "/verify-2fa",
|
||||
getParentRoute: () => AuthRouteRoute,
|
||||
} as any);
|
||||
const AuthResumePasswordRoute = AuthResumePasswordRouteImport.update({
|
||||
id: "/resume-password",
|
||||
path: "/resume-password",
|
||||
getParentRoute: () => AuthRouteRoute,
|
||||
} as any);
|
||||
const AuthResetPasswordRoute = AuthResetPasswordRouteImport.update({
|
||||
id: "/reset-password",
|
||||
path: "/reset-password",
|
||||
getParentRoute: () => AuthRouteRoute,
|
||||
} as any);
|
||||
const AuthRegisterRoute = AuthRegisterRouteImport.update({
|
||||
id: "/register",
|
||||
path: "/register",
|
||||
getParentRoute: () => AuthRouteRoute,
|
||||
} as any);
|
||||
const AuthLoginRoute = AuthLoginRouteImport.update({
|
||||
id: "/login",
|
||||
path: "/login",
|
||||
getParentRoute: () => AuthRouteRoute,
|
||||
} as any);
|
||||
const AuthForgotPasswordRoute = AuthForgotPasswordRouteImport.update({
|
||||
id: "/forgot-password",
|
||||
path: "/forgot-password",
|
||||
getParentRoute: () => AuthRouteRoute,
|
||||
} as any);
|
||||
const AgentNewRoute = AgentNewRouteImport.update({
|
||||
id: "/new",
|
||||
path: "/new",
|
||||
const AgentIndexRoute = AgentIndexRouteImport.update({
|
||||
id: "/",
|
||||
path: "/",
|
||||
getParentRoute: () => AgentRouteRoute,
|
||||
} as any);
|
||||
const AgentThreadIdRoute = AgentThreadIdRouteImport.update({
|
||||
@@ -129,48 +79,86 @@ const AgentThreadIdRoute = AgentThreadIdRouteImport.update({
|
||||
path: "/$threadId",
|
||||
getParentRoute: () => AgentRouteRoute,
|
||||
} as any);
|
||||
const UsernameSlugRoute = UsernameSlugRouteImport.update({
|
||||
id: "/$username/$slug",
|
||||
path: "/$username/$slug",
|
||||
getParentRoute: () => rootRouteImport,
|
||||
const AgentNewRoute = AgentNewRouteImport.update({
|
||||
id: "/new",
|
||||
path: "/new",
|
||||
getParentRoute: () => AgentRouteRoute,
|
||||
} as any);
|
||||
const AuthIndexRoute = AuthIndexRouteImport.update({
|
||||
id: "/",
|
||||
path: "/",
|
||||
getParentRoute: () => AuthRouteRoute,
|
||||
} as any);
|
||||
const AuthForgotPasswordRoute = AuthForgotPasswordRouteImport.update({
|
||||
id: "/forgot-password",
|
||||
path: "/forgot-password",
|
||||
getParentRoute: () => AuthRouteRoute,
|
||||
} as any);
|
||||
const AuthLoginRoute = AuthLoginRouteImport.update({
|
||||
id: "/login",
|
||||
path: "/login",
|
||||
getParentRoute: () => AuthRouteRoute,
|
||||
} as any);
|
||||
const AuthRegisterRoute = AuthRegisterRouteImport.update({
|
||||
id: "/register",
|
||||
path: "/register",
|
||||
getParentRoute: () => AuthRouteRoute,
|
||||
} as any);
|
||||
const AuthResetPasswordRoute = AuthResetPasswordRouteImport.update({
|
||||
id: "/reset-password",
|
||||
path: "/reset-password",
|
||||
getParentRoute: () => AuthRouteRoute,
|
||||
} as any);
|
||||
const AuthResumePasswordRoute = AuthResumePasswordRouteImport.update({
|
||||
id: "/resume-password",
|
||||
path: "/resume-password",
|
||||
getParentRoute: () => AuthRouteRoute,
|
||||
} as any);
|
||||
const AuthVerify2faRoute = AuthVerify2faRouteImport.update({
|
||||
id: "/verify-2fa",
|
||||
path: "/verify-2fa",
|
||||
getParentRoute: () => AuthRouteRoute,
|
||||
} as any);
|
||||
const AuthVerify2faBackupRoute = AuthVerify2faBackupRouteImport.update({
|
||||
id: "/verify-2fa-backup",
|
||||
path: "/verify-2fa-backup",
|
||||
getParentRoute: () => AuthRouteRoute,
|
||||
} as any);
|
||||
const BuilderResumeIdRouteRoute = BuilderResumeIdRouteRouteImport.update({
|
||||
id: "/builder/$resumeId",
|
||||
path: "/builder/$resumeId",
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any);
|
||||
const DashboardResumesIndexRoute = DashboardResumesIndexRouteImport.update({
|
||||
id: "/resumes/",
|
||||
path: "/resumes/",
|
||||
const DashboardIndexRoute = DashboardIndexRouteImport.update({
|
||||
id: "/",
|
||||
path: "/",
|
||||
getParentRoute: () => DashboardRouteRoute,
|
||||
} as any);
|
||||
const TemplatesSplatRoute = TemplatesSplatRouteImport.update({
|
||||
id: "/templates/$",
|
||||
path: "/templates/$",
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any);
|
||||
const BuilderResumeIdIndexRoute = BuilderResumeIdIndexRouteImport.update({
|
||||
id: "/",
|
||||
path: "/",
|
||||
getParentRoute: () => BuilderResumeIdRouteRoute,
|
||||
} as any);
|
||||
const DashboardApplicationsIndexRoute =
|
||||
DashboardApplicationsIndexRouteImport.update({
|
||||
id: "/applications/",
|
||||
path: "/applications/",
|
||||
getParentRoute: () => DashboardRouteRoute,
|
||||
} as any);
|
||||
const BuilderResumeIdIndexRoute = BuilderResumeIdIndexRouteImport.update({
|
||||
id: "/",
|
||||
path: "/",
|
||||
getParentRoute: () => BuilderResumeIdRouteRoute,
|
||||
const DashboardResumesIndexRoute = DashboardResumesIndexRouteImport.update({
|
||||
id: "/resumes/",
|
||||
path: "/resumes/",
|
||||
getParentRoute: () => DashboardRouteRoute,
|
||||
} as any);
|
||||
const DashboardSettingsProfileRoute =
|
||||
DashboardSettingsProfileRouteImport.update({
|
||||
id: "/settings/profile",
|
||||
path: "/settings/profile",
|
||||
getParentRoute: () => DashboardRouteRoute,
|
||||
} as any);
|
||||
const DashboardSettingsPreferencesRoute =
|
||||
DashboardSettingsPreferencesRouteImport.update({
|
||||
id: "/settings/preferences",
|
||||
path: "/settings/preferences",
|
||||
getParentRoute: () => DashboardRouteRoute,
|
||||
} as any);
|
||||
const DashboardSettingsJobSearchRoute =
|
||||
DashboardSettingsJobSearchRouteImport.update({
|
||||
id: "/settings/job-search",
|
||||
path: "/settings/job-search",
|
||||
const DashboardSettingsApiKeysRoute =
|
||||
DashboardSettingsApiKeysRouteImport.update({
|
||||
id: "/settings/api-keys",
|
||||
path: "/settings/api-keys",
|
||||
getParentRoute: () => DashboardRouteRoute,
|
||||
} as any);
|
||||
const DashboardSettingsDangerZoneRoute =
|
||||
@@ -179,18 +167,30 @@ const DashboardSettingsDangerZoneRoute =
|
||||
path: "/settings/danger-zone",
|
||||
getParentRoute: () => DashboardRouteRoute,
|
||||
} as any);
|
||||
const DashboardSettingsApiKeysRoute =
|
||||
DashboardSettingsApiKeysRouteImport.update({
|
||||
id: "/settings/api-keys",
|
||||
path: "/settings/api-keys",
|
||||
getParentRoute: () => DashboardRouteRoute,
|
||||
} as any);
|
||||
const DashboardSettingsIntegrationsRouteRoute =
|
||||
DashboardSettingsIntegrationsRouteRouteImport.update({
|
||||
id: "/settings/integrations",
|
||||
path: "/settings/integrations",
|
||||
getParentRoute: () => DashboardRouteRoute,
|
||||
} as any);
|
||||
const DashboardSettingsJobSearchRoute =
|
||||
DashboardSettingsJobSearchRouteImport.update({
|
||||
id: "/settings/job-search",
|
||||
path: "/settings/job-search",
|
||||
getParentRoute: () => DashboardRouteRoute,
|
||||
} as any);
|
||||
const DashboardSettingsPreferencesRoute =
|
||||
DashboardSettingsPreferencesRouteImport.update({
|
||||
id: "/settings/preferences",
|
||||
path: "/settings/preferences",
|
||||
getParentRoute: () => DashboardRouteRoute,
|
||||
} as any);
|
||||
const DashboardSettingsProfileRoute =
|
||||
DashboardSettingsProfileRouteImport.update({
|
||||
id: "/settings/profile",
|
||||
path: "/settings/profile",
|
||||
getParentRoute: () => DashboardRouteRoute,
|
||||
} as any);
|
||||
const DashboardSettingsAuthenticationIndexRoute =
|
||||
DashboardSettingsAuthenticationIndexRouteImport.update({
|
||||
id: "/settings/authentication/",
|
||||
@@ -394,18 +394,11 @@ export interface RootRouteChildren {
|
||||
|
||||
declare module "@tanstack/react-router" {
|
||||
interface FileRoutesByPath {
|
||||
"/dashboard": {
|
||||
id: "/dashboard";
|
||||
path: "/dashboard";
|
||||
fullPath: "/dashboard";
|
||||
preLoaderRoute: typeof DashboardRouteRouteImport;
|
||||
parentRoute: typeof rootRouteImport;
|
||||
};
|
||||
"/auth": {
|
||||
id: "/auth";
|
||||
path: "/auth";
|
||||
fullPath: "/auth";
|
||||
preLoaderRoute: typeof AuthRouteRouteImport;
|
||||
"/_home": {
|
||||
id: "/_home";
|
||||
path: "";
|
||||
fullPath: "/";
|
||||
preLoaderRoute: typeof HomeRouteRouteImport;
|
||||
parentRoute: typeof rootRouteImport;
|
||||
};
|
||||
"/agent": {
|
||||
@@ -415,33 +408,26 @@ declare module "@tanstack/react-router" {
|
||||
preLoaderRoute: typeof AgentRouteRouteImport;
|
||||
parentRoute: typeof rootRouteImport;
|
||||
};
|
||||
"/_home": {
|
||||
id: "/_home";
|
||||
path: "";
|
||||
fullPath: "/";
|
||||
preLoaderRoute: typeof HomeRouteRouteImport;
|
||||
"/auth": {
|
||||
id: "/auth";
|
||||
path: "/auth";
|
||||
fullPath: "/auth";
|
||||
preLoaderRoute: typeof AuthRouteRouteImport;
|
||||
parentRoute: typeof rootRouteImport;
|
||||
};
|
||||
"/dashboard/": {
|
||||
id: "/dashboard/";
|
||||
path: "/";
|
||||
fullPath: "/dashboard/";
|
||||
preLoaderRoute: typeof DashboardIndexRouteImport;
|
||||
parentRoute: typeof DashboardRouteRoute;
|
||||
"/dashboard": {
|
||||
id: "/dashboard";
|
||||
path: "/dashboard";
|
||||
fullPath: "/dashboard";
|
||||
preLoaderRoute: typeof DashboardRouteRouteImport;
|
||||
parentRoute: typeof rootRouteImport;
|
||||
};
|
||||
"/auth/": {
|
||||
id: "/auth/";
|
||||
path: "/";
|
||||
fullPath: "/auth/";
|
||||
preLoaderRoute: typeof AuthIndexRouteImport;
|
||||
parentRoute: typeof AuthRouteRoute;
|
||||
};
|
||||
"/agent/": {
|
||||
id: "/agent/";
|
||||
path: "/";
|
||||
fullPath: "/agent/";
|
||||
preLoaderRoute: typeof AgentIndexRouteImport;
|
||||
parentRoute: typeof AgentRouteRoute;
|
||||
"/$username/$slug": {
|
||||
id: "/$username/$slug";
|
||||
path: "/$username/$slug";
|
||||
fullPath: "/$username/$slug";
|
||||
preLoaderRoute: typeof UsernameSlugRouteImport;
|
||||
parentRoute: typeof rootRouteImport;
|
||||
};
|
||||
"/_home/": {
|
||||
id: "/_home/";
|
||||
@@ -450,67 +436,11 @@ declare module "@tanstack/react-router" {
|
||||
preLoaderRoute: typeof HomeIndexRouteImport;
|
||||
parentRoute: typeof HomeRouteRoute;
|
||||
};
|
||||
"/templates/$": {
|
||||
id: "/templates/$";
|
||||
path: "/templates/$";
|
||||
fullPath: "/templates/$";
|
||||
preLoaderRoute: typeof TemplatesSplatRouteImport;
|
||||
parentRoute: typeof rootRouteImport;
|
||||
};
|
||||
"/auth/verify-2fa-backup": {
|
||||
id: "/auth/verify-2fa-backup";
|
||||
path: "/verify-2fa-backup";
|
||||
fullPath: "/auth/verify-2fa-backup";
|
||||
preLoaderRoute: typeof AuthVerify2faBackupRouteImport;
|
||||
parentRoute: typeof AuthRouteRoute;
|
||||
};
|
||||
"/auth/verify-2fa": {
|
||||
id: "/auth/verify-2fa";
|
||||
path: "/verify-2fa";
|
||||
fullPath: "/auth/verify-2fa";
|
||||
preLoaderRoute: typeof AuthVerify2faRouteImport;
|
||||
parentRoute: typeof AuthRouteRoute;
|
||||
};
|
||||
"/auth/resume-password": {
|
||||
id: "/auth/resume-password";
|
||||
path: "/resume-password";
|
||||
fullPath: "/auth/resume-password";
|
||||
preLoaderRoute: typeof AuthResumePasswordRouteImport;
|
||||
parentRoute: typeof AuthRouteRoute;
|
||||
};
|
||||
"/auth/reset-password": {
|
||||
id: "/auth/reset-password";
|
||||
path: "/reset-password";
|
||||
fullPath: "/auth/reset-password";
|
||||
preLoaderRoute: typeof AuthResetPasswordRouteImport;
|
||||
parentRoute: typeof AuthRouteRoute;
|
||||
};
|
||||
"/auth/register": {
|
||||
id: "/auth/register";
|
||||
path: "/register";
|
||||
fullPath: "/auth/register";
|
||||
preLoaderRoute: typeof AuthRegisterRouteImport;
|
||||
parentRoute: typeof AuthRouteRoute;
|
||||
};
|
||||
"/auth/login": {
|
||||
id: "/auth/login";
|
||||
path: "/login";
|
||||
fullPath: "/auth/login";
|
||||
preLoaderRoute: typeof AuthLoginRouteImport;
|
||||
parentRoute: typeof AuthRouteRoute;
|
||||
};
|
||||
"/auth/forgot-password": {
|
||||
id: "/auth/forgot-password";
|
||||
path: "/forgot-password";
|
||||
fullPath: "/auth/forgot-password";
|
||||
preLoaderRoute: typeof AuthForgotPasswordRouteImport;
|
||||
parentRoute: typeof AuthRouteRoute;
|
||||
};
|
||||
"/agent/new": {
|
||||
id: "/agent/new";
|
||||
path: "/new";
|
||||
fullPath: "/agent/new";
|
||||
preLoaderRoute: typeof AgentNewRouteImport;
|
||||
"/agent/": {
|
||||
id: "/agent/";
|
||||
path: "/";
|
||||
fullPath: "/agent/";
|
||||
preLoaderRoute: typeof AgentIndexRouteImport;
|
||||
parentRoute: typeof AgentRouteRoute;
|
||||
};
|
||||
"/agent/$threadId": {
|
||||
@@ -520,12 +450,68 @@ declare module "@tanstack/react-router" {
|
||||
preLoaderRoute: typeof AgentThreadIdRouteImport;
|
||||
parentRoute: typeof AgentRouteRoute;
|
||||
};
|
||||
"/$username/$slug": {
|
||||
id: "/$username/$slug";
|
||||
path: "/$username/$slug";
|
||||
fullPath: "/$username/$slug";
|
||||
preLoaderRoute: typeof UsernameSlugRouteImport;
|
||||
parentRoute: typeof rootRouteImport;
|
||||
"/agent/new": {
|
||||
id: "/agent/new";
|
||||
path: "/new";
|
||||
fullPath: "/agent/new";
|
||||
preLoaderRoute: typeof AgentNewRouteImport;
|
||||
parentRoute: typeof AgentRouteRoute;
|
||||
};
|
||||
"/auth/": {
|
||||
id: "/auth/";
|
||||
path: "/";
|
||||
fullPath: "/auth/";
|
||||
preLoaderRoute: typeof AuthIndexRouteImport;
|
||||
parentRoute: typeof AuthRouteRoute;
|
||||
};
|
||||
"/auth/forgot-password": {
|
||||
id: "/auth/forgot-password";
|
||||
path: "/forgot-password";
|
||||
fullPath: "/auth/forgot-password";
|
||||
preLoaderRoute: typeof AuthForgotPasswordRouteImport;
|
||||
parentRoute: typeof AuthRouteRoute;
|
||||
};
|
||||
"/auth/login": {
|
||||
id: "/auth/login";
|
||||
path: "/login";
|
||||
fullPath: "/auth/login";
|
||||
preLoaderRoute: typeof AuthLoginRouteImport;
|
||||
parentRoute: typeof AuthRouteRoute;
|
||||
};
|
||||
"/auth/register": {
|
||||
id: "/auth/register";
|
||||
path: "/register";
|
||||
fullPath: "/auth/register";
|
||||
preLoaderRoute: typeof AuthRegisterRouteImport;
|
||||
parentRoute: typeof AuthRouteRoute;
|
||||
};
|
||||
"/auth/reset-password": {
|
||||
id: "/auth/reset-password";
|
||||
path: "/reset-password";
|
||||
fullPath: "/auth/reset-password";
|
||||
preLoaderRoute: typeof AuthResetPasswordRouteImport;
|
||||
parentRoute: typeof AuthRouteRoute;
|
||||
};
|
||||
"/auth/resume-password": {
|
||||
id: "/auth/resume-password";
|
||||
path: "/resume-password";
|
||||
fullPath: "/auth/resume-password";
|
||||
preLoaderRoute: typeof AuthResumePasswordRouteImport;
|
||||
parentRoute: typeof AuthRouteRoute;
|
||||
};
|
||||
"/auth/verify-2fa": {
|
||||
id: "/auth/verify-2fa";
|
||||
path: "/verify-2fa";
|
||||
fullPath: "/auth/verify-2fa";
|
||||
preLoaderRoute: typeof AuthVerify2faRouteImport;
|
||||
parentRoute: typeof AuthRouteRoute;
|
||||
};
|
||||
"/auth/verify-2fa-backup": {
|
||||
id: "/auth/verify-2fa-backup";
|
||||
path: "/verify-2fa-backup";
|
||||
fullPath: "/auth/verify-2fa-backup";
|
||||
preLoaderRoute: typeof AuthVerify2faBackupRouteImport;
|
||||
parentRoute: typeof AuthRouteRoute;
|
||||
};
|
||||
"/builder/$resumeId": {
|
||||
id: "/builder/$resumeId";
|
||||
@@ -534,19 +520,19 @@ declare module "@tanstack/react-router" {
|
||||
preLoaderRoute: typeof BuilderResumeIdRouteRouteImport;
|
||||
parentRoute: typeof rootRouteImport;
|
||||
};
|
||||
"/dashboard/resumes/": {
|
||||
id: "/dashboard/resumes/";
|
||||
path: "/resumes";
|
||||
fullPath: "/dashboard/resumes/";
|
||||
preLoaderRoute: typeof DashboardResumesIndexRouteImport;
|
||||
"/dashboard/": {
|
||||
id: "/dashboard/";
|
||||
path: "/";
|
||||
fullPath: "/dashboard/";
|
||||
preLoaderRoute: typeof DashboardIndexRouteImport;
|
||||
parentRoute: typeof DashboardRouteRoute;
|
||||
};
|
||||
"/dashboard/applications/": {
|
||||
id: "/dashboard/applications/";
|
||||
path: "/applications";
|
||||
fullPath: "/dashboard/applications/";
|
||||
preLoaderRoute: typeof DashboardApplicationsIndexRouteImport;
|
||||
parentRoute: typeof DashboardRouteRoute;
|
||||
"/templates/$": {
|
||||
id: "/templates/$";
|
||||
path: "/templates/$";
|
||||
fullPath: "/templates/$";
|
||||
preLoaderRoute: typeof TemplatesSplatRouteImport;
|
||||
parentRoute: typeof rootRouteImport;
|
||||
};
|
||||
"/builder/$resumeId/": {
|
||||
id: "/builder/$resumeId/";
|
||||
@@ -555,32 +541,18 @@ declare module "@tanstack/react-router" {
|
||||
preLoaderRoute: typeof BuilderResumeIdIndexRouteImport;
|
||||
parentRoute: typeof BuilderResumeIdRouteRoute;
|
||||
};
|
||||
"/dashboard/settings/profile": {
|
||||
id: "/dashboard/settings/profile";
|
||||
path: "/settings/profile";
|
||||
fullPath: "/dashboard/settings/profile";
|
||||
preLoaderRoute: typeof DashboardSettingsProfileRouteImport;
|
||||
"/dashboard/applications/": {
|
||||
id: "/dashboard/applications/";
|
||||
path: "/applications";
|
||||
fullPath: "/dashboard/applications/";
|
||||
preLoaderRoute: typeof DashboardApplicationsIndexRouteImport;
|
||||
parentRoute: typeof DashboardRouteRoute;
|
||||
};
|
||||
"/dashboard/settings/preferences": {
|
||||
id: "/dashboard/settings/preferences";
|
||||
path: "/settings/preferences";
|
||||
fullPath: "/dashboard/settings/preferences";
|
||||
preLoaderRoute: typeof DashboardSettingsPreferencesRouteImport;
|
||||
parentRoute: typeof DashboardRouteRoute;
|
||||
};
|
||||
"/dashboard/settings/job-search": {
|
||||
id: "/dashboard/settings/job-search";
|
||||
path: "/settings/job-search";
|
||||
fullPath: "/dashboard/settings/job-search";
|
||||
preLoaderRoute: typeof DashboardSettingsJobSearchRouteImport;
|
||||
parentRoute: typeof DashboardRouteRoute;
|
||||
};
|
||||
"/dashboard/settings/danger-zone": {
|
||||
id: "/dashboard/settings/danger-zone";
|
||||
path: "/settings/danger-zone";
|
||||
fullPath: "/dashboard/settings/danger-zone";
|
||||
preLoaderRoute: typeof DashboardSettingsDangerZoneRouteImport;
|
||||
"/dashboard/resumes/": {
|
||||
id: "/dashboard/resumes/";
|
||||
path: "/resumes";
|
||||
fullPath: "/dashboard/resumes/";
|
||||
preLoaderRoute: typeof DashboardResumesIndexRouteImport;
|
||||
parentRoute: typeof DashboardRouteRoute;
|
||||
};
|
||||
"/dashboard/settings/api-keys": {
|
||||
@@ -590,6 +562,13 @@ declare module "@tanstack/react-router" {
|
||||
preLoaderRoute: typeof DashboardSettingsApiKeysRouteImport;
|
||||
parentRoute: typeof DashboardRouteRoute;
|
||||
};
|
||||
"/dashboard/settings/danger-zone": {
|
||||
id: "/dashboard/settings/danger-zone";
|
||||
path: "/settings/danger-zone";
|
||||
fullPath: "/dashboard/settings/danger-zone";
|
||||
preLoaderRoute: typeof DashboardSettingsDangerZoneRouteImport;
|
||||
parentRoute: typeof DashboardRouteRoute;
|
||||
};
|
||||
"/dashboard/settings/integrations": {
|
||||
id: "/dashboard/settings/integrations";
|
||||
path: "/settings/integrations";
|
||||
@@ -597,6 +576,27 @@ declare module "@tanstack/react-router" {
|
||||
preLoaderRoute: typeof DashboardSettingsIntegrationsRouteRouteImport;
|
||||
parentRoute: typeof DashboardRouteRoute;
|
||||
};
|
||||
"/dashboard/settings/job-search": {
|
||||
id: "/dashboard/settings/job-search";
|
||||
path: "/settings/job-search";
|
||||
fullPath: "/dashboard/settings/job-search";
|
||||
preLoaderRoute: typeof DashboardSettingsJobSearchRouteImport;
|
||||
parentRoute: typeof DashboardRouteRoute;
|
||||
};
|
||||
"/dashboard/settings/preferences": {
|
||||
id: "/dashboard/settings/preferences";
|
||||
path: "/settings/preferences";
|
||||
fullPath: "/dashboard/settings/preferences";
|
||||
preLoaderRoute: typeof DashboardSettingsPreferencesRouteImport;
|
||||
parentRoute: typeof DashboardRouteRoute;
|
||||
};
|
||||
"/dashboard/settings/profile": {
|
||||
id: "/dashboard/settings/profile";
|
||||
path: "/settings/profile";
|
||||
fullPath: "/dashboard/settings/profile";
|
||||
preLoaderRoute: typeof DashboardSettingsProfileRouteImport;
|
||||
parentRoute: typeof DashboardRouteRoute;
|
||||
};
|
||||
"/dashboard/settings/authentication/": {
|
||||
id: "/dashboard/settings/authentication/";
|
||||
path: "/settings/authentication";
|
||||
|
||||
Reference in New Issue
Block a user