* 🎨 feat(web/default): add shadcn-style theme presets, radius prefs, and fix selection badges Integrate the qn-platform–style OKLCH color system into the default frontend while keeping the existing blue-tinted dark tokens for the default theme. Add [data-theme-preset] palettes for seven named presets plus the default zinc-like scale, define [data-theme-radius] overrides so user radius beats preset --radius, and align the Tailwind @custom-variant dark helper with .dark usage. Introduce ThemeCustomizationProvider to own preset and radius state, persist choices in cookies (theme-preset, theme-radius), and sync data-theme-preset / data-theme-radius on <html>. Wrap the tree in main.tsx. Extend ConfigDrawer with theme preset swatches (scoped data-theme-preset) and radius previews wired to context; refactor swatch/card markup so selected CircleCheck badges sit outside clipped rows (remove outer overflow-hidden that hid the centered checkmark). Add i18n keys for preset names, radius, and accessibility labels across en, zh, fr, ja, ru, vi. * 🎨 fix(web): align segmented controls with theme radius tokens - Replace hard-coded inner pill radii (rounded-[5px]) on dashboard chart toolbars with radius-md so the active state follows --radius when users change Radius in Theme Settings. - Use nested radii consistent with TabsList/TabsTrigger: outer rounded-lg (var(--radius)) and inner rounded-md (calc(var(--radius) - 2px)) so the track and active thumb stay concentric at small scales (e.g. 0.3rem) instead of a squared “focus” block inside a rounded shell. - Apply the same pattern to pricing SegmentedControl and the segmented groups in consumption-distribution-chart, model-charts, and user-charts. Verified: bun run typecheck (web/default) * ✨ feat(pricing): enrich model details with uptime sparkline and API documentation Add a compact 30-day uptime sparkline (OpenRouter-style bars + aggregate %) with per-day tooltips, surface it in a status row under quick stats and in the per-group performance table, and extend mock data so uptime series are stable and optionally scoped by group. Introduce an API tab with Shiki-highlighted code samples (cURL, Python, TypeScript, JavaScript), endpoint-type switching, authentication guidance, a supported-parameters table, and mock per-group RPM/TPM/RPD limits. Infer vendor, tokenizer, license, and data-retention hints for a provider & data privacy card on the Overview tab (capabilities/modalities stay with model identity; rate limits stay with the API tab). Update i18n for all new user-facing strings across en, zh, fr, ja, ru, and vi. * 🏆 feat(rankings): add comprehensive rankings dashboard Add a mock-data powered rankings experience with period tabs, model, app, and vendor leaderboards, market share and history charts, movers, new releases, and per-category sections while backend analytics are pending. Link ranked models to pricing details and ranked vendors to filtered pricing results, and include localized copy for all supported frontend locales. * fix(theme): correct theme preset selection state - update Base UI Radio selectors to use data-checked/data-unchecked states. - fix unchecked theme options still showing selected indicators. - isolate the default theme preview tokens to prevent preset changes from leaking into it. * fix(setup): correct usage mode radio state - use Base UI data-checked/data-unchecked states for RadioGroup styling. - hide radio indicators when options are unchecked to avoid setup page display issues. - drive usage mode card and icon selection styles from Base UI state. * fix(auth): submit sign-in and sign-up forms * 🎨 refactor: Align default theme with shadcn Base Nova and prune legacy customization Migrate shadcn UI to Base UI primitives via CLI (`base-nova` / `components.json`) and reinstall full component registry with `--overwrite`, including Hugeicons-backed widgets and newly added registry components. - Remove custom multi-preset/theme-radius system (`ThemeCustomizationProvider`, cookies, preset UI from config drawer); rely on official semantic CSS tokens + light/dark only. - Replace `theme.css` with shadcn’s documented neutral `:root`/`.dark` palette and `@theme inline` mappings (plus skeleton token vars for existing shimmer usage). - Update global styles for Base UI: collapsible animation uses `--collapsible-panel-height`; clarify scroll-lock override comment. Application compatibility: - Keep minimal shims where app code diverged from official APIs (popover collision props, combobox legacy `options` callers, Spinner prop typing). - Switch interactive styling from Radix-era `data-state` / `--radix-*` selectors to Base UI semantics (`data-open`, `data-popup-open`, `data-panel-open`, `--anchor-width`, etc.) Tooling / docs / build: - Rename Rsbuild vendor chunk grouping to `@base-ui` + transitive `@radix-ui`. - Refresh AGENTS.md / CLAUDE.md / classic→default sync skill for Base UI stack. - Bump `package.json` / lockfile for shadcn-postinstall deps (Hugeicons, chart stack, themes, etc.) Verified: `bun run typecheck` passes. Note: `bun run lint` still reports pre-existing hooks rule violations elsewhere; not addressed in this change. * 🎨 chore(web/default): unify table toolbar, relocate usage stats, refine filters - Refactor DataTableToolbar to a single wrapping flex row with a right-aligned action cluster (Reset / Search / View / Expand) for a cleaner Ant Design Pro–style filter bar; remove the dedicated stats row and the toolbar `stats` prop. - Move Common Logs summary badges (Usage / RPM / TPM) and the sensitive- data visibility toggle into the page header via CommonLogsHeaderActions and SectionPageLayout.Actions so the toolbar stays focused on filters. - Slim CommonLogsFilterBar props (no stats / preActions eye control). - Improve CompactDateTimeRangePicker: show minute-precision labels on the trigger (seconds omitted; aligns with datetime-local inputs); widen the trigger on sm+ breakpoints so the full range is visible without truncation; apply the same width in task logs filters. - Simplify DataTableViewOptions: text-only “View” trigger, no sliders icon. - Earlier layout tweak: extra top padding on SectionPageLayout scroll content so control focus rings are not clipped by overflow. * feat(web/default): Base UI migration and component foundation Migrate from Radix UI to Base UI, rewrite core UI primitives, update dependencies (recharts, date-fns, next-themes), add shadcn agent skill documentation, and refresh AI element components. This is the foundational work from the v2/localmain lineage that was not covered by the individual feature commits above. --------- Co-authored-by: t0ng7u <dev@aiass.cc> Co-authored-by: QuentinHsu <xuquentinyang@gmail.com>
1284 lines
54 KiB
TypeScript
Vendored
1284 lines
54 KiB
TypeScript
Vendored
/* 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 UserAgreementRouteImport } from './routes/user-agreement'
|
|
import { Route as PrivacyPolicyRouteImport } from './routes/privacy-policy'
|
|
import { Route as AuthenticatedRouteRouteImport } from './routes/_authenticated/route'
|
|
import { Route as authRouteRouteImport } from './routes/(auth)/route'
|
|
import { Route as IndexRouteImport } from './routes/index'
|
|
import { Route as SetupIndexRouteImport } from './routes/setup/index'
|
|
import { Route as RankingsIndexRouteImport } from './routes/rankings/index'
|
|
import { Route as PricingIndexRouteImport } from './routes/pricing/index'
|
|
import { Route as AboutIndexRouteImport } from './routes/about/index'
|
|
import { Route as OauthProviderRouteImport } from './routes/oauth/$provider'
|
|
import { Route as AuthenticatedChat2linkRouteImport } from './routes/_authenticated/chat2link'
|
|
import { Route as errors503RouteImport } from './routes/(errors)/503'
|
|
import { Route as errors500RouteImport } from './routes/(errors)/500'
|
|
import { Route as errors404RouteImport } from './routes/(errors)/404'
|
|
import { Route as errors403RouteImport } from './routes/(errors)/403'
|
|
import { Route as errors401RouteImport } from './routes/(errors)/401'
|
|
import { Route as authSignUpRouteImport } from './routes/(auth)/sign-up'
|
|
import { Route as authSignInRouteImport } from './routes/(auth)/sign-in'
|
|
import { Route as authResetRouteImport } from './routes/(auth)/reset'
|
|
import { Route as authOtpRouteImport } from './routes/(auth)/otp'
|
|
import { Route as authOauthRouteImport } from './routes/(auth)/oauth'
|
|
import { Route as authForgotPasswordRouteImport } from './routes/(auth)/forgot-password'
|
|
import { Route as AuthenticatedSystemSettingsRouteRouteImport } from './routes/_authenticated/system-settings/route'
|
|
import { Route as PricingModelIdIndexRouteImport } from './routes/pricing/$modelId/index'
|
|
import { Route as AuthenticatedWalletIndexRouteImport } from './routes/_authenticated/wallet/index'
|
|
import { Route as AuthenticatedUsersIndexRouteImport } from './routes/_authenticated/users/index'
|
|
import { Route as AuthenticatedUsageLogsIndexRouteImport } from './routes/_authenticated/usage-logs/index'
|
|
import { Route as AuthenticatedSystemSettingsIndexRouteImport } from './routes/_authenticated/system-settings/index'
|
|
import { Route as AuthenticatedSubscriptionsIndexRouteImport } from './routes/_authenticated/subscriptions/index'
|
|
import { Route as AuthenticatedRedemptionCodesIndexRouteImport } from './routes/_authenticated/redemption-codes/index'
|
|
import { Route as AuthenticatedProfileIndexRouteImport } from './routes/_authenticated/profile/index'
|
|
import { Route as AuthenticatedPlaygroundIndexRouteImport } from './routes/_authenticated/playground/index'
|
|
import { Route as AuthenticatedModelsIndexRouteImport } from './routes/_authenticated/models/index'
|
|
import { Route as AuthenticatedKeysIndexRouteImport } from './routes/_authenticated/keys/index'
|
|
import { Route as AuthenticatedDashboardIndexRouteImport } from './routes/_authenticated/dashboard/index'
|
|
import { Route as AuthenticatedChannelsIndexRouteImport } from './routes/_authenticated/channels/index'
|
|
import { Route as AuthenticatedUsageLogsSectionRouteImport } from './routes/_authenticated/usage-logs/$section'
|
|
import { Route as AuthenticatedModelsSectionRouteImport } from './routes/_authenticated/models/$section'
|
|
import { Route as AuthenticatedErrorsErrorRouteImport } from './routes/_authenticated/errors/$error'
|
|
import { Route as AuthenticatedDashboardSectionRouteImport } from './routes/_authenticated/dashboard/$section'
|
|
import { Route as AuthenticatedChatChatIdRouteImport } from './routes/_authenticated/chat/$chatId'
|
|
import { Route as authUserResetRouteImport } from './routes/(auth)/user/reset'
|
|
import { Route as AuthenticatedSystemSettingsRequestLimitsIndexRouteImport } from './routes/_authenticated/system-settings/request-limits/index'
|
|
import { Route as AuthenticatedSystemSettingsModelsIndexRouteImport } from './routes/_authenticated/system-settings/models/index'
|
|
import { Route as AuthenticatedSystemSettingsMaintenanceIndexRouteImport } from './routes/_authenticated/system-settings/maintenance/index'
|
|
import { Route as AuthenticatedSystemSettingsIntegrationsIndexRouteImport } from './routes/_authenticated/system-settings/integrations/index'
|
|
import { Route as AuthenticatedSystemSettingsGeneralIndexRouteImport } from './routes/_authenticated/system-settings/general/index'
|
|
import { Route as AuthenticatedSystemSettingsContentIndexRouteImport } from './routes/_authenticated/system-settings/content/index'
|
|
import { Route as AuthenticatedSystemSettingsAuthIndexRouteImport } from './routes/_authenticated/system-settings/auth/index'
|
|
import { Route as AuthenticatedSystemSettingsRequestLimitsSectionRouteImport } from './routes/_authenticated/system-settings/request-limits/$section'
|
|
import { Route as AuthenticatedSystemSettingsModelsSectionRouteImport } from './routes/_authenticated/system-settings/models/$section'
|
|
import { Route as AuthenticatedSystemSettingsMaintenanceSectionRouteImport } from './routes/_authenticated/system-settings/maintenance/$section'
|
|
import { Route as AuthenticatedSystemSettingsIntegrationsSectionRouteImport } from './routes/_authenticated/system-settings/integrations/$section'
|
|
import { Route as AuthenticatedSystemSettingsGeneralSectionRouteImport } from './routes/_authenticated/system-settings/general/$section'
|
|
import { Route as AuthenticatedSystemSettingsContentSectionRouteImport } from './routes/_authenticated/system-settings/content/$section'
|
|
import { Route as AuthenticatedSystemSettingsAuthSectionRouteImport } from './routes/_authenticated/system-settings/auth/$section'
|
|
|
|
const UserAgreementRoute = UserAgreementRouteImport.update({
|
|
id: '/user-agreement',
|
|
path: '/user-agreement',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const PrivacyPolicyRoute = PrivacyPolicyRouteImport.update({
|
|
id: '/privacy-policy',
|
|
path: '/privacy-policy',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const AuthenticatedRouteRoute = AuthenticatedRouteRouteImport.update({
|
|
id: '/_authenticated',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const authRouteRoute = authRouteRouteImport.update({
|
|
id: '/(auth)',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const IndexRoute = IndexRouteImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const SetupIndexRoute = SetupIndexRouteImport.update({
|
|
id: '/setup/',
|
|
path: '/setup/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const RankingsIndexRoute = RankingsIndexRouteImport.update({
|
|
id: '/rankings/',
|
|
path: '/rankings/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const PricingIndexRoute = PricingIndexRouteImport.update({
|
|
id: '/pricing/',
|
|
path: '/pricing/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const AboutIndexRoute = AboutIndexRouteImport.update({
|
|
id: '/about/',
|
|
path: '/about/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const OauthProviderRoute = OauthProviderRouteImport.update({
|
|
id: '/oauth/$provider',
|
|
path: '/oauth/$provider',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const AuthenticatedChat2linkRoute = AuthenticatedChat2linkRouteImport.update({
|
|
id: '/chat2link',
|
|
path: '/chat2link',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any)
|
|
const errors503Route = errors503RouteImport.update({
|
|
id: '/(errors)/503',
|
|
path: '/503',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const errors500Route = errors500RouteImport.update({
|
|
id: '/(errors)/500',
|
|
path: '/500',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const errors404Route = errors404RouteImport.update({
|
|
id: '/(errors)/404',
|
|
path: '/404',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const errors403Route = errors403RouteImport.update({
|
|
id: '/(errors)/403',
|
|
path: '/403',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const errors401Route = errors401RouteImport.update({
|
|
id: '/(errors)/401',
|
|
path: '/401',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const authSignUpRoute = authSignUpRouteImport.update({
|
|
id: '/sign-up',
|
|
path: '/sign-up',
|
|
getParentRoute: () => authRouteRoute,
|
|
} as any)
|
|
const authSignInRoute = authSignInRouteImport.update({
|
|
id: '/sign-in',
|
|
path: '/sign-in',
|
|
getParentRoute: () => authRouteRoute,
|
|
} as any)
|
|
const authResetRoute = authResetRouteImport.update({
|
|
id: '/reset',
|
|
path: '/reset',
|
|
getParentRoute: () => authRouteRoute,
|
|
} as any)
|
|
const authOtpRoute = authOtpRouteImport.update({
|
|
id: '/otp',
|
|
path: '/otp',
|
|
getParentRoute: () => authRouteRoute,
|
|
} as any)
|
|
const authOauthRoute = authOauthRouteImport.update({
|
|
id: '/oauth',
|
|
path: '/oauth',
|
|
getParentRoute: () => authRouteRoute,
|
|
} as any)
|
|
const authForgotPasswordRoute = authForgotPasswordRouteImport.update({
|
|
id: '/forgot-password',
|
|
path: '/forgot-password',
|
|
getParentRoute: () => authRouteRoute,
|
|
} as any)
|
|
const AuthenticatedSystemSettingsRouteRoute =
|
|
AuthenticatedSystemSettingsRouteRouteImport.update({
|
|
id: '/system-settings',
|
|
path: '/system-settings',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any)
|
|
const PricingModelIdIndexRoute = PricingModelIdIndexRouteImport.update({
|
|
id: '/pricing/$modelId/',
|
|
path: '/pricing/$modelId/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const AuthenticatedWalletIndexRoute =
|
|
AuthenticatedWalletIndexRouteImport.update({
|
|
id: '/wallet/',
|
|
path: '/wallet/',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any)
|
|
const AuthenticatedUsersIndexRoute = AuthenticatedUsersIndexRouteImport.update({
|
|
id: '/users/',
|
|
path: '/users/',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any)
|
|
const AuthenticatedUsageLogsIndexRoute =
|
|
AuthenticatedUsageLogsIndexRouteImport.update({
|
|
id: '/usage-logs/',
|
|
path: '/usage-logs/',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any)
|
|
const AuthenticatedSystemSettingsIndexRoute =
|
|
AuthenticatedSystemSettingsIndexRouteImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
|
|
} as any)
|
|
const AuthenticatedSubscriptionsIndexRoute =
|
|
AuthenticatedSubscriptionsIndexRouteImport.update({
|
|
id: '/subscriptions/',
|
|
path: '/subscriptions/',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any)
|
|
const AuthenticatedRedemptionCodesIndexRoute =
|
|
AuthenticatedRedemptionCodesIndexRouteImport.update({
|
|
id: '/redemption-codes/',
|
|
path: '/redemption-codes/',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any)
|
|
const AuthenticatedProfileIndexRoute =
|
|
AuthenticatedProfileIndexRouteImport.update({
|
|
id: '/profile/',
|
|
path: '/profile/',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any)
|
|
const AuthenticatedPlaygroundIndexRoute =
|
|
AuthenticatedPlaygroundIndexRouteImport.update({
|
|
id: '/playground/',
|
|
path: '/playground/',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any)
|
|
const AuthenticatedModelsIndexRoute =
|
|
AuthenticatedModelsIndexRouteImport.update({
|
|
id: '/models/',
|
|
path: '/models/',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any)
|
|
const AuthenticatedKeysIndexRoute = AuthenticatedKeysIndexRouteImport.update({
|
|
id: '/keys/',
|
|
path: '/keys/',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any)
|
|
const AuthenticatedDashboardIndexRoute =
|
|
AuthenticatedDashboardIndexRouteImport.update({
|
|
id: '/dashboard/',
|
|
path: '/dashboard/',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any)
|
|
const AuthenticatedChannelsIndexRoute =
|
|
AuthenticatedChannelsIndexRouteImport.update({
|
|
id: '/channels/',
|
|
path: '/channels/',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any)
|
|
const AuthenticatedUsageLogsSectionRoute =
|
|
AuthenticatedUsageLogsSectionRouteImport.update({
|
|
id: '/usage-logs/$section',
|
|
path: '/usage-logs/$section',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any)
|
|
const AuthenticatedModelsSectionRoute =
|
|
AuthenticatedModelsSectionRouteImport.update({
|
|
id: '/models/$section',
|
|
path: '/models/$section',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any)
|
|
const AuthenticatedErrorsErrorRoute =
|
|
AuthenticatedErrorsErrorRouteImport.update({
|
|
id: '/errors/$error',
|
|
path: '/errors/$error',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any)
|
|
const AuthenticatedDashboardSectionRoute =
|
|
AuthenticatedDashboardSectionRouteImport.update({
|
|
id: '/dashboard/$section',
|
|
path: '/dashboard/$section',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any)
|
|
const AuthenticatedChatChatIdRoute = AuthenticatedChatChatIdRouteImport.update({
|
|
id: '/chat/$chatId',
|
|
path: '/chat/$chatId',
|
|
getParentRoute: () => AuthenticatedRouteRoute,
|
|
} as any)
|
|
const authUserResetRoute = authUserResetRouteImport.update({
|
|
id: '/user/reset',
|
|
path: '/user/reset',
|
|
getParentRoute: () => authRouteRoute,
|
|
} as any)
|
|
const AuthenticatedSystemSettingsRequestLimitsIndexRoute =
|
|
AuthenticatedSystemSettingsRequestLimitsIndexRouteImport.update({
|
|
id: '/request-limits/',
|
|
path: '/request-limits/',
|
|
getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
|
|
} as any)
|
|
const AuthenticatedSystemSettingsModelsIndexRoute =
|
|
AuthenticatedSystemSettingsModelsIndexRouteImport.update({
|
|
id: '/models/',
|
|
path: '/models/',
|
|
getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
|
|
} as any)
|
|
const AuthenticatedSystemSettingsMaintenanceIndexRoute =
|
|
AuthenticatedSystemSettingsMaintenanceIndexRouteImport.update({
|
|
id: '/maintenance/',
|
|
path: '/maintenance/',
|
|
getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
|
|
} as any)
|
|
const AuthenticatedSystemSettingsIntegrationsIndexRoute =
|
|
AuthenticatedSystemSettingsIntegrationsIndexRouteImport.update({
|
|
id: '/integrations/',
|
|
path: '/integrations/',
|
|
getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
|
|
} as any)
|
|
const AuthenticatedSystemSettingsGeneralIndexRoute =
|
|
AuthenticatedSystemSettingsGeneralIndexRouteImport.update({
|
|
id: '/general/',
|
|
path: '/general/',
|
|
getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
|
|
} as any)
|
|
const AuthenticatedSystemSettingsContentIndexRoute =
|
|
AuthenticatedSystemSettingsContentIndexRouteImport.update({
|
|
id: '/content/',
|
|
path: '/content/',
|
|
getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
|
|
} as any)
|
|
const AuthenticatedSystemSettingsAuthIndexRoute =
|
|
AuthenticatedSystemSettingsAuthIndexRouteImport.update({
|
|
id: '/auth/',
|
|
path: '/auth/',
|
|
getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
|
|
} as any)
|
|
const AuthenticatedSystemSettingsRequestLimitsSectionRoute =
|
|
AuthenticatedSystemSettingsRequestLimitsSectionRouteImport.update({
|
|
id: '/request-limits/$section',
|
|
path: '/request-limits/$section',
|
|
getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
|
|
} as any)
|
|
const AuthenticatedSystemSettingsModelsSectionRoute =
|
|
AuthenticatedSystemSettingsModelsSectionRouteImport.update({
|
|
id: '/models/$section',
|
|
path: '/models/$section',
|
|
getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
|
|
} as any)
|
|
const AuthenticatedSystemSettingsMaintenanceSectionRoute =
|
|
AuthenticatedSystemSettingsMaintenanceSectionRouteImport.update({
|
|
id: '/maintenance/$section',
|
|
path: '/maintenance/$section',
|
|
getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
|
|
} as any)
|
|
const AuthenticatedSystemSettingsIntegrationsSectionRoute =
|
|
AuthenticatedSystemSettingsIntegrationsSectionRouteImport.update({
|
|
id: '/integrations/$section',
|
|
path: '/integrations/$section',
|
|
getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
|
|
} as any)
|
|
const AuthenticatedSystemSettingsGeneralSectionRoute =
|
|
AuthenticatedSystemSettingsGeneralSectionRouteImport.update({
|
|
id: '/general/$section',
|
|
path: '/general/$section',
|
|
getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
|
|
} as any)
|
|
const AuthenticatedSystemSettingsContentSectionRoute =
|
|
AuthenticatedSystemSettingsContentSectionRouteImport.update({
|
|
id: '/content/$section',
|
|
path: '/content/$section',
|
|
getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
|
|
} as any)
|
|
const AuthenticatedSystemSettingsAuthSectionRoute =
|
|
AuthenticatedSystemSettingsAuthSectionRouteImport.update({
|
|
id: '/auth/$section',
|
|
path: '/auth/$section',
|
|
getParentRoute: () => AuthenticatedSystemSettingsRouteRoute,
|
|
} as any)
|
|
|
|
export interface FileRoutesByFullPath {
|
|
'/': typeof IndexRoute
|
|
'/privacy-policy': typeof PrivacyPolicyRoute
|
|
'/user-agreement': typeof UserAgreementRoute
|
|
'/system-settings': typeof AuthenticatedSystemSettingsRouteRouteWithChildren
|
|
'/forgot-password': typeof authForgotPasswordRoute
|
|
'/oauth': typeof authOauthRoute
|
|
'/otp': typeof authOtpRoute
|
|
'/reset': typeof authResetRoute
|
|
'/sign-in': typeof authSignInRoute
|
|
'/sign-up': typeof authSignUpRoute
|
|
'/401': typeof errors401Route
|
|
'/403': typeof errors403Route
|
|
'/404': typeof errors404Route
|
|
'/500': typeof errors500Route
|
|
'/503': typeof errors503Route
|
|
'/chat2link': typeof AuthenticatedChat2linkRoute
|
|
'/oauth/$provider': typeof OauthProviderRoute
|
|
'/about/': typeof AboutIndexRoute
|
|
'/pricing/': typeof PricingIndexRoute
|
|
'/rankings/': typeof RankingsIndexRoute
|
|
'/setup/': typeof SetupIndexRoute
|
|
'/user/reset': typeof authUserResetRoute
|
|
'/chat/$chatId': typeof AuthenticatedChatChatIdRoute
|
|
'/dashboard/$section': typeof AuthenticatedDashboardSectionRoute
|
|
'/errors/$error': typeof AuthenticatedErrorsErrorRoute
|
|
'/models/$section': typeof AuthenticatedModelsSectionRoute
|
|
'/usage-logs/$section': typeof AuthenticatedUsageLogsSectionRoute
|
|
'/channels/': typeof AuthenticatedChannelsIndexRoute
|
|
'/dashboard/': typeof AuthenticatedDashboardIndexRoute
|
|
'/keys/': typeof AuthenticatedKeysIndexRoute
|
|
'/models/': typeof AuthenticatedModelsIndexRoute
|
|
'/playground/': typeof AuthenticatedPlaygroundIndexRoute
|
|
'/profile/': typeof AuthenticatedProfileIndexRoute
|
|
'/redemption-codes/': typeof AuthenticatedRedemptionCodesIndexRoute
|
|
'/subscriptions/': typeof AuthenticatedSubscriptionsIndexRoute
|
|
'/system-settings/': typeof AuthenticatedSystemSettingsIndexRoute
|
|
'/usage-logs/': typeof AuthenticatedUsageLogsIndexRoute
|
|
'/users/': typeof AuthenticatedUsersIndexRoute
|
|
'/wallet/': typeof AuthenticatedWalletIndexRoute
|
|
'/pricing/$modelId/': typeof PricingModelIdIndexRoute
|
|
'/system-settings/auth/$section': typeof AuthenticatedSystemSettingsAuthSectionRoute
|
|
'/system-settings/content/$section': typeof AuthenticatedSystemSettingsContentSectionRoute
|
|
'/system-settings/general/$section': typeof AuthenticatedSystemSettingsGeneralSectionRoute
|
|
'/system-settings/integrations/$section': typeof AuthenticatedSystemSettingsIntegrationsSectionRoute
|
|
'/system-settings/maintenance/$section': typeof AuthenticatedSystemSettingsMaintenanceSectionRoute
|
|
'/system-settings/models/$section': typeof AuthenticatedSystemSettingsModelsSectionRoute
|
|
'/system-settings/request-limits/$section': typeof AuthenticatedSystemSettingsRequestLimitsSectionRoute
|
|
'/system-settings/auth/': typeof AuthenticatedSystemSettingsAuthIndexRoute
|
|
'/system-settings/content/': typeof AuthenticatedSystemSettingsContentIndexRoute
|
|
'/system-settings/general/': typeof AuthenticatedSystemSettingsGeneralIndexRoute
|
|
'/system-settings/integrations/': typeof AuthenticatedSystemSettingsIntegrationsIndexRoute
|
|
'/system-settings/maintenance/': typeof AuthenticatedSystemSettingsMaintenanceIndexRoute
|
|
'/system-settings/models/': typeof AuthenticatedSystemSettingsModelsIndexRoute
|
|
'/system-settings/request-limits/': typeof AuthenticatedSystemSettingsRequestLimitsIndexRoute
|
|
}
|
|
export interface FileRoutesByTo {
|
|
'/': typeof IndexRoute
|
|
'/privacy-policy': typeof PrivacyPolicyRoute
|
|
'/user-agreement': typeof UserAgreementRoute
|
|
'/forgot-password': typeof authForgotPasswordRoute
|
|
'/oauth': typeof authOauthRoute
|
|
'/otp': typeof authOtpRoute
|
|
'/reset': typeof authResetRoute
|
|
'/sign-in': typeof authSignInRoute
|
|
'/sign-up': typeof authSignUpRoute
|
|
'/401': typeof errors401Route
|
|
'/403': typeof errors403Route
|
|
'/404': typeof errors404Route
|
|
'/500': typeof errors500Route
|
|
'/503': typeof errors503Route
|
|
'/chat2link': typeof AuthenticatedChat2linkRoute
|
|
'/oauth/$provider': typeof OauthProviderRoute
|
|
'/about': typeof AboutIndexRoute
|
|
'/pricing': typeof PricingIndexRoute
|
|
'/rankings': typeof RankingsIndexRoute
|
|
'/setup': typeof SetupIndexRoute
|
|
'/user/reset': typeof authUserResetRoute
|
|
'/chat/$chatId': typeof AuthenticatedChatChatIdRoute
|
|
'/dashboard/$section': typeof AuthenticatedDashboardSectionRoute
|
|
'/errors/$error': typeof AuthenticatedErrorsErrorRoute
|
|
'/models/$section': typeof AuthenticatedModelsSectionRoute
|
|
'/usage-logs/$section': typeof AuthenticatedUsageLogsSectionRoute
|
|
'/channels': typeof AuthenticatedChannelsIndexRoute
|
|
'/dashboard': typeof AuthenticatedDashboardIndexRoute
|
|
'/keys': typeof AuthenticatedKeysIndexRoute
|
|
'/models': typeof AuthenticatedModelsIndexRoute
|
|
'/playground': typeof AuthenticatedPlaygroundIndexRoute
|
|
'/profile': typeof AuthenticatedProfileIndexRoute
|
|
'/redemption-codes': typeof AuthenticatedRedemptionCodesIndexRoute
|
|
'/subscriptions': typeof AuthenticatedSubscriptionsIndexRoute
|
|
'/system-settings': typeof AuthenticatedSystemSettingsIndexRoute
|
|
'/usage-logs': typeof AuthenticatedUsageLogsIndexRoute
|
|
'/users': typeof AuthenticatedUsersIndexRoute
|
|
'/wallet': typeof AuthenticatedWalletIndexRoute
|
|
'/pricing/$modelId': typeof PricingModelIdIndexRoute
|
|
'/system-settings/auth/$section': typeof AuthenticatedSystemSettingsAuthSectionRoute
|
|
'/system-settings/content/$section': typeof AuthenticatedSystemSettingsContentSectionRoute
|
|
'/system-settings/general/$section': typeof AuthenticatedSystemSettingsGeneralSectionRoute
|
|
'/system-settings/integrations/$section': typeof AuthenticatedSystemSettingsIntegrationsSectionRoute
|
|
'/system-settings/maintenance/$section': typeof AuthenticatedSystemSettingsMaintenanceSectionRoute
|
|
'/system-settings/models/$section': typeof AuthenticatedSystemSettingsModelsSectionRoute
|
|
'/system-settings/request-limits/$section': typeof AuthenticatedSystemSettingsRequestLimitsSectionRoute
|
|
'/system-settings/auth': typeof AuthenticatedSystemSettingsAuthIndexRoute
|
|
'/system-settings/content': typeof AuthenticatedSystemSettingsContentIndexRoute
|
|
'/system-settings/general': typeof AuthenticatedSystemSettingsGeneralIndexRoute
|
|
'/system-settings/integrations': typeof AuthenticatedSystemSettingsIntegrationsIndexRoute
|
|
'/system-settings/maintenance': typeof AuthenticatedSystemSettingsMaintenanceIndexRoute
|
|
'/system-settings/models': typeof AuthenticatedSystemSettingsModelsIndexRoute
|
|
'/system-settings/request-limits': typeof AuthenticatedSystemSettingsRequestLimitsIndexRoute
|
|
}
|
|
export interface FileRoutesById {
|
|
__root__: typeof rootRouteImport
|
|
'/': typeof IndexRoute
|
|
'/(auth)': typeof authRouteRouteWithChildren
|
|
'/_authenticated': typeof AuthenticatedRouteRouteWithChildren
|
|
'/privacy-policy': typeof PrivacyPolicyRoute
|
|
'/user-agreement': typeof UserAgreementRoute
|
|
'/_authenticated/system-settings': typeof AuthenticatedSystemSettingsRouteRouteWithChildren
|
|
'/(auth)/forgot-password': typeof authForgotPasswordRoute
|
|
'/(auth)/oauth': typeof authOauthRoute
|
|
'/(auth)/otp': typeof authOtpRoute
|
|
'/(auth)/reset': typeof authResetRoute
|
|
'/(auth)/sign-in': typeof authSignInRoute
|
|
'/(auth)/sign-up': typeof authSignUpRoute
|
|
'/(errors)/401': typeof errors401Route
|
|
'/(errors)/403': typeof errors403Route
|
|
'/(errors)/404': typeof errors404Route
|
|
'/(errors)/500': typeof errors500Route
|
|
'/(errors)/503': typeof errors503Route
|
|
'/_authenticated/chat2link': typeof AuthenticatedChat2linkRoute
|
|
'/oauth/$provider': typeof OauthProviderRoute
|
|
'/about/': typeof AboutIndexRoute
|
|
'/pricing/': typeof PricingIndexRoute
|
|
'/rankings/': typeof RankingsIndexRoute
|
|
'/setup/': typeof SetupIndexRoute
|
|
'/(auth)/user/reset': typeof authUserResetRoute
|
|
'/_authenticated/chat/$chatId': typeof AuthenticatedChatChatIdRoute
|
|
'/_authenticated/dashboard/$section': typeof AuthenticatedDashboardSectionRoute
|
|
'/_authenticated/errors/$error': typeof AuthenticatedErrorsErrorRoute
|
|
'/_authenticated/models/$section': typeof AuthenticatedModelsSectionRoute
|
|
'/_authenticated/usage-logs/$section': typeof AuthenticatedUsageLogsSectionRoute
|
|
'/_authenticated/channels/': typeof AuthenticatedChannelsIndexRoute
|
|
'/_authenticated/dashboard/': typeof AuthenticatedDashboardIndexRoute
|
|
'/_authenticated/keys/': typeof AuthenticatedKeysIndexRoute
|
|
'/_authenticated/models/': typeof AuthenticatedModelsIndexRoute
|
|
'/_authenticated/playground/': typeof AuthenticatedPlaygroundIndexRoute
|
|
'/_authenticated/profile/': typeof AuthenticatedProfileIndexRoute
|
|
'/_authenticated/redemption-codes/': typeof AuthenticatedRedemptionCodesIndexRoute
|
|
'/_authenticated/subscriptions/': typeof AuthenticatedSubscriptionsIndexRoute
|
|
'/_authenticated/system-settings/': typeof AuthenticatedSystemSettingsIndexRoute
|
|
'/_authenticated/usage-logs/': typeof AuthenticatedUsageLogsIndexRoute
|
|
'/_authenticated/users/': typeof AuthenticatedUsersIndexRoute
|
|
'/_authenticated/wallet/': typeof AuthenticatedWalletIndexRoute
|
|
'/pricing/$modelId/': typeof PricingModelIdIndexRoute
|
|
'/_authenticated/system-settings/auth/$section': typeof AuthenticatedSystemSettingsAuthSectionRoute
|
|
'/_authenticated/system-settings/content/$section': typeof AuthenticatedSystemSettingsContentSectionRoute
|
|
'/_authenticated/system-settings/general/$section': typeof AuthenticatedSystemSettingsGeneralSectionRoute
|
|
'/_authenticated/system-settings/integrations/$section': typeof AuthenticatedSystemSettingsIntegrationsSectionRoute
|
|
'/_authenticated/system-settings/maintenance/$section': typeof AuthenticatedSystemSettingsMaintenanceSectionRoute
|
|
'/_authenticated/system-settings/models/$section': typeof AuthenticatedSystemSettingsModelsSectionRoute
|
|
'/_authenticated/system-settings/request-limits/$section': typeof AuthenticatedSystemSettingsRequestLimitsSectionRoute
|
|
'/_authenticated/system-settings/auth/': typeof AuthenticatedSystemSettingsAuthIndexRoute
|
|
'/_authenticated/system-settings/content/': typeof AuthenticatedSystemSettingsContentIndexRoute
|
|
'/_authenticated/system-settings/general/': typeof AuthenticatedSystemSettingsGeneralIndexRoute
|
|
'/_authenticated/system-settings/integrations/': typeof AuthenticatedSystemSettingsIntegrationsIndexRoute
|
|
'/_authenticated/system-settings/maintenance/': typeof AuthenticatedSystemSettingsMaintenanceIndexRoute
|
|
'/_authenticated/system-settings/models/': typeof AuthenticatedSystemSettingsModelsIndexRoute
|
|
'/_authenticated/system-settings/request-limits/': typeof AuthenticatedSystemSettingsRequestLimitsIndexRoute
|
|
}
|
|
export interface FileRouteTypes {
|
|
fileRoutesByFullPath: FileRoutesByFullPath
|
|
fullPaths:
|
|
| '/'
|
|
| '/privacy-policy'
|
|
| '/user-agreement'
|
|
| '/system-settings'
|
|
| '/forgot-password'
|
|
| '/oauth'
|
|
| '/otp'
|
|
| '/reset'
|
|
| '/sign-in'
|
|
| '/sign-up'
|
|
| '/401'
|
|
| '/403'
|
|
| '/404'
|
|
| '/500'
|
|
| '/503'
|
|
| '/chat2link'
|
|
| '/oauth/$provider'
|
|
| '/about/'
|
|
| '/pricing/'
|
|
| '/rankings/'
|
|
| '/setup/'
|
|
| '/user/reset'
|
|
| '/chat/$chatId'
|
|
| '/dashboard/$section'
|
|
| '/errors/$error'
|
|
| '/models/$section'
|
|
| '/usage-logs/$section'
|
|
| '/channels/'
|
|
| '/dashboard/'
|
|
| '/keys/'
|
|
| '/models/'
|
|
| '/playground/'
|
|
| '/profile/'
|
|
| '/redemption-codes/'
|
|
| '/subscriptions/'
|
|
| '/system-settings/'
|
|
| '/usage-logs/'
|
|
| '/users/'
|
|
| '/wallet/'
|
|
| '/pricing/$modelId/'
|
|
| '/system-settings/auth/$section'
|
|
| '/system-settings/content/$section'
|
|
| '/system-settings/general/$section'
|
|
| '/system-settings/integrations/$section'
|
|
| '/system-settings/maintenance/$section'
|
|
| '/system-settings/models/$section'
|
|
| '/system-settings/request-limits/$section'
|
|
| '/system-settings/auth/'
|
|
| '/system-settings/content/'
|
|
| '/system-settings/general/'
|
|
| '/system-settings/integrations/'
|
|
| '/system-settings/maintenance/'
|
|
| '/system-settings/models/'
|
|
| '/system-settings/request-limits/'
|
|
fileRoutesByTo: FileRoutesByTo
|
|
to:
|
|
| '/'
|
|
| '/privacy-policy'
|
|
| '/user-agreement'
|
|
| '/forgot-password'
|
|
| '/oauth'
|
|
| '/otp'
|
|
| '/reset'
|
|
| '/sign-in'
|
|
| '/sign-up'
|
|
| '/401'
|
|
| '/403'
|
|
| '/404'
|
|
| '/500'
|
|
| '/503'
|
|
| '/chat2link'
|
|
| '/oauth/$provider'
|
|
| '/about'
|
|
| '/pricing'
|
|
| '/rankings'
|
|
| '/setup'
|
|
| '/user/reset'
|
|
| '/chat/$chatId'
|
|
| '/dashboard/$section'
|
|
| '/errors/$error'
|
|
| '/models/$section'
|
|
| '/usage-logs/$section'
|
|
| '/channels'
|
|
| '/dashboard'
|
|
| '/keys'
|
|
| '/models'
|
|
| '/playground'
|
|
| '/profile'
|
|
| '/redemption-codes'
|
|
| '/subscriptions'
|
|
| '/system-settings'
|
|
| '/usage-logs'
|
|
| '/users'
|
|
| '/wallet'
|
|
| '/pricing/$modelId'
|
|
| '/system-settings/auth/$section'
|
|
| '/system-settings/content/$section'
|
|
| '/system-settings/general/$section'
|
|
| '/system-settings/integrations/$section'
|
|
| '/system-settings/maintenance/$section'
|
|
| '/system-settings/models/$section'
|
|
| '/system-settings/request-limits/$section'
|
|
| '/system-settings/auth'
|
|
| '/system-settings/content'
|
|
| '/system-settings/general'
|
|
| '/system-settings/integrations'
|
|
| '/system-settings/maintenance'
|
|
| '/system-settings/models'
|
|
| '/system-settings/request-limits'
|
|
id:
|
|
| '__root__'
|
|
| '/'
|
|
| '/(auth)'
|
|
| '/_authenticated'
|
|
| '/privacy-policy'
|
|
| '/user-agreement'
|
|
| '/_authenticated/system-settings'
|
|
| '/(auth)/forgot-password'
|
|
| '/(auth)/oauth'
|
|
| '/(auth)/otp'
|
|
| '/(auth)/reset'
|
|
| '/(auth)/sign-in'
|
|
| '/(auth)/sign-up'
|
|
| '/(errors)/401'
|
|
| '/(errors)/403'
|
|
| '/(errors)/404'
|
|
| '/(errors)/500'
|
|
| '/(errors)/503'
|
|
| '/_authenticated/chat2link'
|
|
| '/oauth/$provider'
|
|
| '/about/'
|
|
| '/pricing/'
|
|
| '/rankings/'
|
|
| '/setup/'
|
|
| '/(auth)/user/reset'
|
|
| '/_authenticated/chat/$chatId'
|
|
| '/_authenticated/dashboard/$section'
|
|
| '/_authenticated/errors/$error'
|
|
| '/_authenticated/models/$section'
|
|
| '/_authenticated/usage-logs/$section'
|
|
| '/_authenticated/channels/'
|
|
| '/_authenticated/dashboard/'
|
|
| '/_authenticated/keys/'
|
|
| '/_authenticated/models/'
|
|
| '/_authenticated/playground/'
|
|
| '/_authenticated/profile/'
|
|
| '/_authenticated/redemption-codes/'
|
|
| '/_authenticated/subscriptions/'
|
|
| '/_authenticated/system-settings/'
|
|
| '/_authenticated/usage-logs/'
|
|
| '/_authenticated/users/'
|
|
| '/_authenticated/wallet/'
|
|
| '/pricing/$modelId/'
|
|
| '/_authenticated/system-settings/auth/$section'
|
|
| '/_authenticated/system-settings/content/$section'
|
|
| '/_authenticated/system-settings/general/$section'
|
|
| '/_authenticated/system-settings/integrations/$section'
|
|
| '/_authenticated/system-settings/maintenance/$section'
|
|
| '/_authenticated/system-settings/models/$section'
|
|
| '/_authenticated/system-settings/request-limits/$section'
|
|
| '/_authenticated/system-settings/auth/'
|
|
| '/_authenticated/system-settings/content/'
|
|
| '/_authenticated/system-settings/general/'
|
|
| '/_authenticated/system-settings/integrations/'
|
|
| '/_authenticated/system-settings/maintenance/'
|
|
| '/_authenticated/system-settings/models/'
|
|
| '/_authenticated/system-settings/request-limits/'
|
|
fileRoutesById: FileRoutesById
|
|
}
|
|
export interface RootRouteChildren {
|
|
IndexRoute: typeof IndexRoute
|
|
authRouteRoute: typeof authRouteRouteWithChildren
|
|
AuthenticatedRouteRoute: typeof AuthenticatedRouteRouteWithChildren
|
|
PrivacyPolicyRoute: typeof PrivacyPolicyRoute
|
|
UserAgreementRoute: typeof UserAgreementRoute
|
|
errors401Route: typeof errors401Route
|
|
errors403Route: typeof errors403Route
|
|
errors404Route: typeof errors404Route
|
|
errors500Route: typeof errors500Route
|
|
errors503Route: typeof errors503Route
|
|
OauthProviderRoute: typeof OauthProviderRoute
|
|
AboutIndexRoute: typeof AboutIndexRoute
|
|
PricingIndexRoute: typeof PricingIndexRoute
|
|
RankingsIndexRoute: typeof RankingsIndexRoute
|
|
SetupIndexRoute: typeof SetupIndexRoute
|
|
PricingModelIdIndexRoute: typeof PricingModelIdIndexRoute
|
|
}
|
|
|
|
declare module '@tanstack/react-router' {
|
|
interface FileRoutesByPath {
|
|
'/user-agreement': {
|
|
id: '/user-agreement'
|
|
path: '/user-agreement'
|
|
fullPath: '/user-agreement'
|
|
preLoaderRoute: typeof UserAgreementRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/privacy-policy': {
|
|
id: '/privacy-policy'
|
|
path: '/privacy-policy'
|
|
fullPath: '/privacy-policy'
|
|
preLoaderRoute: typeof PrivacyPolicyRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/_authenticated': {
|
|
id: '/_authenticated'
|
|
path: ''
|
|
fullPath: '/'
|
|
preLoaderRoute: typeof AuthenticatedRouteRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/(auth)': {
|
|
id: '/(auth)'
|
|
path: ''
|
|
fullPath: ''
|
|
preLoaderRoute: typeof authRouteRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/': {
|
|
id: '/'
|
|
path: '/'
|
|
fullPath: '/'
|
|
preLoaderRoute: typeof IndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/setup/': {
|
|
id: '/setup/'
|
|
path: '/setup'
|
|
fullPath: '/setup/'
|
|
preLoaderRoute: typeof SetupIndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/rankings/': {
|
|
id: '/rankings/'
|
|
path: '/rankings'
|
|
fullPath: '/rankings/'
|
|
preLoaderRoute: typeof RankingsIndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/pricing/': {
|
|
id: '/pricing/'
|
|
path: '/pricing'
|
|
fullPath: '/pricing/'
|
|
preLoaderRoute: typeof PricingIndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/about/': {
|
|
id: '/about/'
|
|
path: '/about'
|
|
fullPath: '/about/'
|
|
preLoaderRoute: typeof AboutIndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/oauth/$provider': {
|
|
id: '/oauth/$provider'
|
|
path: '/oauth/$provider'
|
|
fullPath: '/oauth/$provider'
|
|
preLoaderRoute: typeof OauthProviderRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/_authenticated/chat2link': {
|
|
id: '/_authenticated/chat2link'
|
|
path: '/chat2link'
|
|
fullPath: '/chat2link'
|
|
preLoaderRoute: typeof AuthenticatedChat2linkRouteImport
|
|
parentRoute: typeof AuthenticatedRouteRoute
|
|
}
|
|
'/(errors)/503': {
|
|
id: '/(errors)/503'
|
|
path: '/503'
|
|
fullPath: '/503'
|
|
preLoaderRoute: typeof errors503RouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/(errors)/500': {
|
|
id: '/(errors)/500'
|
|
path: '/500'
|
|
fullPath: '/500'
|
|
preLoaderRoute: typeof errors500RouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/(errors)/404': {
|
|
id: '/(errors)/404'
|
|
path: '/404'
|
|
fullPath: '/404'
|
|
preLoaderRoute: typeof errors404RouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/(errors)/403': {
|
|
id: '/(errors)/403'
|
|
path: '/403'
|
|
fullPath: '/403'
|
|
preLoaderRoute: typeof errors403RouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/(errors)/401': {
|
|
id: '/(errors)/401'
|
|
path: '/401'
|
|
fullPath: '/401'
|
|
preLoaderRoute: typeof errors401RouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/(auth)/sign-up': {
|
|
id: '/(auth)/sign-up'
|
|
path: '/sign-up'
|
|
fullPath: '/sign-up'
|
|
preLoaderRoute: typeof authSignUpRouteImport
|
|
parentRoute: typeof authRouteRoute
|
|
}
|
|
'/(auth)/sign-in': {
|
|
id: '/(auth)/sign-in'
|
|
path: '/sign-in'
|
|
fullPath: '/sign-in'
|
|
preLoaderRoute: typeof authSignInRouteImport
|
|
parentRoute: typeof authRouteRoute
|
|
}
|
|
'/(auth)/reset': {
|
|
id: '/(auth)/reset'
|
|
path: '/reset'
|
|
fullPath: '/reset'
|
|
preLoaderRoute: typeof authResetRouteImport
|
|
parentRoute: typeof authRouteRoute
|
|
}
|
|
'/(auth)/otp': {
|
|
id: '/(auth)/otp'
|
|
path: '/otp'
|
|
fullPath: '/otp'
|
|
preLoaderRoute: typeof authOtpRouteImport
|
|
parentRoute: typeof authRouteRoute
|
|
}
|
|
'/(auth)/oauth': {
|
|
id: '/(auth)/oauth'
|
|
path: '/oauth'
|
|
fullPath: '/oauth'
|
|
preLoaderRoute: typeof authOauthRouteImport
|
|
parentRoute: typeof authRouteRoute
|
|
}
|
|
'/(auth)/forgot-password': {
|
|
id: '/(auth)/forgot-password'
|
|
path: '/forgot-password'
|
|
fullPath: '/forgot-password'
|
|
preLoaderRoute: typeof authForgotPasswordRouteImport
|
|
parentRoute: typeof authRouteRoute
|
|
}
|
|
'/_authenticated/system-settings': {
|
|
id: '/_authenticated/system-settings'
|
|
path: '/system-settings'
|
|
fullPath: '/system-settings'
|
|
preLoaderRoute: typeof AuthenticatedSystemSettingsRouteRouteImport
|
|
parentRoute: typeof AuthenticatedRouteRoute
|
|
}
|
|
'/pricing/$modelId/': {
|
|
id: '/pricing/$modelId/'
|
|
path: '/pricing/$modelId'
|
|
fullPath: '/pricing/$modelId/'
|
|
preLoaderRoute: typeof PricingModelIdIndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/_authenticated/wallet/': {
|
|
id: '/_authenticated/wallet/'
|
|
path: '/wallet'
|
|
fullPath: '/wallet/'
|
|
preLoaderRoute: typeof AuthenticatedWalletIndexRouteImport
|
|
parentRoute: typeof AuthenticatedRouteRoute
|
|
}
|
|
'/_authenticated/users/': {
|
|
id: '/_authenticated/users/'
|
|
path: '/users'
|
|
fullPath: '/users/'
|
|
preLoaderRoute: typeof AuthenticatedUsersIndexRouteImport
|
|
parentRoute: typeof AuthenticatedRouteRoute
|
|
}
|
|
'/_authenticated/usage-logs/': {
|
|
id: '/_authenticated/usage-logs/'
|
|
path: '/usage-logs'
|
|
fullPath: '/usage-logs/'
|
|
preLoaderRoute: typeof AuthenticatedUsageLogsIndexRouteImport
|
|
parentRoute: typeof AuthenticatedRouteRoute
|
|
}
|
|
'/_authenticated/system-settings/': {
|
|
id: '/_authenticated/system-settings/'
|
|
path: '/'
|
|
fullPath: '/system-settings/'
|
|
preLoaderRoute: typeof AuthenticatedSystemSettingsIndexRouteImport
|
|
parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
|
|
}
|
|
'/_authenticated/subscriptions/': {
|
|
id: '/_authenticated/subscriptions/'
|
|
path: '/subscriptions'
|
|
fullPath: '/subscriptions/'
|
|
preLoaderRoute: typeof AuthenticatedSubscriptionsIndexRouteImport
|
|
parentRoute: typeof AuthenticatedRouteRoute
|
|
}
|
|
'/_authenticated/redemption-codes/': {
|
|
id: '/_authenticated/redemption-codes/'
|
|
path: '/redemption-codes'
|
|
fullPath: '/redemption-codes/'
|
|
preLoaderRoute: typeof AuthenticatedRedemptionCodesIndexRouteImport
|
|
parentRoute: typeof AuthenticatedRouteRoute
|
|
}
|
|
'/_authenticated/profile/': {
|
|
id: '/_authenticated/profile/'
|
|
path: '/profile'
|
|
fullPath: '/profile/'
|
|
preLoaderRoute: typeof AuthenticatedProfileIndexRouteImport
|
|
parentRoute: typeof AuthenticatedRouteRoute
|
|
}
|
|
'/_authenticated/playground/': {
|
|
id: '/_authenticated/playground/'
|
|
path: '/playground'
|
|
fullPath: '/playground/'
|
|
preLoaderRoute: typeof AuthenticatedPlaygroundIndexRouteImport
|
|
parentRoute: typeof AuthenticatedRouteRoute
|
|
}
|
|
'/_authenticated/models/': {
|
|
id: '/_authenticated/models/'
|
|
path: '/models'
|
|
fullPath: '/models/'
|
|
preLoaderRoute: typeof AuthenticatedModelsIndexRouteImport
|
|
parentRoute: typeof AuthenticatedRouteRoute
|
|
}
|
|
'/_authenticated/keys/': {
|
|
id: '/_authenticated/keys/'
|
|
path: '/keys'
|
|
fullPath: '/keys/'
|
|
preLoaderRoute: typeof AuthenticatedKeysIndexRouteImport
|
|
parentRoute: typeof AuthenticatedRouteRoute
|
|
}
|
|
'/_authenticated/dashboard/': {
|
|
id: '/_authenticated/dashboard/'
|
|
path: '/dashboard'
|
|
fullPath: '/dashboard/'
|
|
preLoaderRoute: typeof AuthenticatedDashboardIndexRouteImport
|
|
parentRoute: typeof AuthenticatedRouteRoute
|
|
}
|
|
'/_authenticated/channels/': {
|
|
id: '/_authenticated/channels/'
|
|
path: '/channels'
|
|
fullPath: '/channels/'
|
|
preLoaderRoute: typeof AuthenticatedChannelsIndexRouteImport
|
|
parentRoute: typeof AuthenticatedRouteRoute
|
|
}
|
|
'/_authenticated/usage-logs/$section': {
|
|
id: '/_authenticated/usage-logs/$section'
|
|
path: '/usage-logs/$section'
|
|
fullPath: '/usage-logs/$section'
|
|
preLoaderRoute: typeof AuthenticatedUsageLogsSectionRouteImport
|
|
parentRoute: typeof AuthenticatedRouteRoute
|
|
}
|
|
'/_authenticated/models/$section': {
|
|
id: '/_authenticated/models/$section'
|
|
path: '/models/$section'
|
|
fullPath: '/models/$section'
|
|
preLoaderRoute: typeof AuthenticatedModelsSectionRouteImport
|
|
parentRoute: typeof AuthenticatedRouteRoute
|
|
}
|
|
'/_authenticated/errors/$error': {
|
|
id: '/_authenticated/errors/$error'
|
|
path: '/errors/$error'
|
|
fullPath: '/errors/$error'
|
|
preLoaderRoute: typeof AuthenticatedErrorsErrorRouteImport
|
|
parentRoute: typeof AuthenticatedRouteRoute
|
|
}
|
|
'/_authenticated/dashboard/$section': {
|
|
id: '/_authenticated/dashboard/$section'
|
|
path: '/dashboard/$section'
|
|
fullPath: '/dashboard/$section'
|
|
preLoaderRoute: typeof AuthenticatedDashboardSectionRouteImport
|
|
parentRoute: typeof AuthenticatedRouteRoute
|
|
}
|
|
'/_authenticated/chat/$chatId': {
|
|
id: '/_authenticated/chat/$chatId'
|
|
path: '/chat/$chatId'
|
|
fullPath: '/chat/$chatId'
|
|
preLoaderRoute: typeof AuthenticatedChatChatIdRouteImport
|
|
parentRoute: typeof AuthenticatedRouteRoute
|
|
}
|
|
'/(auth)/user/reset': {
|
|
id: '/(auth)/user/reset'
|
|
path: '/user/reset'
|
|
fullPath: '/user/reset'
|
|
preLoaderRoute: typeof authUserResetRouteImport
|
|
parentRoute: typeof authRouteRoute
|
|
}
|
|
'/_authenticated/system-settings/request-limits/': {
|
|
id: '/_authenticated/system-settings/request-limits/'
|
|
path: '/request-limits'
|
|
fullPath: '/system-settings/request-limits/'
|
|
preLoaderRoute: typeof AuthenticatedSystemSettingsRequestLimitsIndexRouteImport
|
|
parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
|
|
}
|
|
'/_authenticated/system-settings/models/': {
|
|
id: '/_authenticated/system-settings/models/'
|
|
path: '/models'
|
|
fullPath: '/system-settings/models/'
|
|
preLoaderRoute: typeof AuthenticatedSystemSettingsModelsIndexRouteImport
|
|
parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
|
|
}
|
|
'/_authenticated/system-settings/maintenance/': {
|
|
id: '/_authenticated/system-settings/maintenance/'
|
|
path: '/maintenance'
|
|
fullPath: '/system-settings/maintenance/'
|
|
preLoaderRoute: typeof AuthenticatedSystemSettingsMaintenanceIndexRouteImport
|
|
parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
|
|
}
|
|
'/_authenticated/system-settings/integrations/': {
|
|
id: '/_authenticated/system-settings/integrations/'
|
|
path: '/integrations'
|
|
fullPath: '/system-settings/integrations/'
|
|
preLoaderRoute: typeof AuthenticatedSystemSettingsIntegrationsIndexRouteImport
|
|
parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
|
|
}
|
|
'/_authenticated/system-settings/general/': {
|
|
id: '/_authenticated/system-settings/general/'
|
|
path: '/general'
|
|
fullPath: '/system-settings/general/'
|
|
preLoaderRoute: typeof AuthenticatedSystemSettingsGeneralIndexRouteImport
|
|
parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
|
|
}
|
|
'/_authenticated/system-settings/content/': {
|
|
id: '/_authenticated/system-settings/content/'
|
|
path: '/content'
|
|
fullPath: '/system-settings/content/'
|
|
preLoaderRoute: typeof AuthenticatedSystemSettingsContentIndexRouteImport
|
|
parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
|
|
}
|
|
'/_authenticated/system-settings/auth/': {
|
|
id: '/_authenticated/system-settings/auth/'
|
|
path: '/auth'
|
|
fullPath: '/system-settings/auth/'
|
|
preLoaderRoute: typeof AuthenticatedSystemSettingsAuthIndexRouteImport
|
|
parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
|
|
}
|
|
'/_authenticated/system-settings/request-limits/$section': {
|
|
id: '/_authenticated/system-settings/request-limits/$section'
|
|
path: '/request-limits/$section'
|
|
fullPath: '/system-settings/request-limits/$section'
|
|
preLoaderRoute: typeof AuthenticatedSystemSettingsRequestLimitsSectionRouteImport
|
|
parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
|
|
}
|
|
'/_authenticated/system-settings/models/$section': {
|
|
id: '/_authenticated/system-settings/models/$section'
|
|
path: '/models/$section'
|
|
fullPath: '/system-settings/models/$section'
|
|
preLoaderRoute: typeof AuthenticatedSystemSettingsModelsSectionRouteImport
|
|
parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
|
|
}
|
|
'/_authenticated/system-settings/maintenance/$section': {
|
|
id: '/_authenticated/system-settings/maintenance/$section'
|
|
path: '/maintenance/$section'
|
|
fullPath: '/system-settings/maintenance/$section'
|
|
preLoaderRoute: typeof AuthenticatedSystemSettingsMaintenanceSectionRouteImport
|
|
parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
|
|
}
|
|
'/_authenticated/system-settings/integrations/$section': {
|
|
id: '/_authenticated/system-settings/integrations/$section'
|
|
path: '/integrations/$section'
|
|
fullPath: '/system-settings/integrations/$section'
|
|
preLoaderRoute: typeof AuthenticatedSystemSettingsIntegrationsSectionRouteImport
|
|
parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
|
|
}
|
|
'/_authenticated/system-settings/general/$section': {
|
|
id: '/_authenticated/system-settings/general/$section'
|
|
path: '/general/$section'
|
|
fullPath: '/system-settings/general/$section'
|
|
preLoaderRoute: typeof AuthenticatedSystemSettingsGeneralSectionRouteImport
|
|
parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
|
|
}
|
|
'/_authenticated/system-settings/content/$section': {
|
|
id: '/_authenticated/system-settings/content/$section'
|
|
path: '/content/$section'
|
|
fullPath: '/system-settings/content/$section'
|
|
preLoaderRoute: typeof AuthenticatedSystemSettingsContentSectionRouteImport
|
|
parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
|
|
}
|
|
'/_authenticated/system-settings/auth/$section': {
|
|
id: '/_authenticated/system-settings/auth/$section'
|
|
path: '/auth/$section'
|
|
fullPath: '/system-settings/auth/$section'
|
|
preLoaderRoute: typeof AuthenticatedSystemSettingsAuthSectionRouteImport
|
|
parentRoute: typeof AuthenticatedSystemSettingsRouteRoute
|
|
}
|
|
}
|
|
}
|
|
|
|
interface authRouteRouteChildren {
|
|
authForgotPasswordRoute: typeof authForgotPasswordRoute
|
|
authOauthRoute: typeof authOauthRoute
|
|
authOtpRoute: typeof authOtpRoute
|
|
authResetRoute: typeof authResetRoute
|
|
authSignInRoute: typeof authSignInRoute
|
|
authSignUpRoute: typeof authSignUpRoute
|
|
authUserResetRoute: typeof authUserResetRoute
|
|
}
|
|
|
|
const authRouteRouteChildren: authRouteRouteChildren = {
|
|
authForgotPasswordRoute: authForgotPasswordRoute,
|
|
authOauthRoute: authOauthRoute,
|
|
authOtpRoute: authOtpRoute,
|
|
authResetRoute: authResetRoute,
|
|
authSignInRoute: authSignInRoute,
|
|
authSignUpRoute: authSignUpRoute,
|
|
authUserResetRoute: authUserResetRoute,
|
|
}
|
|
|
|
const authRouteRouteWithChildren = authRouteRoute._addFileChildren(
|
|
authRouteRouteChildren,
|
|
)
|
|
|
|
interface AuthenticatedSystemSettingsRouteRouteChildren {
|
|
AuthenticatedSystemSettingsIndexRoute: typeof AuthenticatedSystemSettingsIndexRoute
|
|
AuthenticatedSystemSettingsAuthSectionRoute: typeof AuthenticatedSystemSettingsAuthSectionRoute
|
|
AuthenticatedSystemSettingsContentSectionRoute: typeof AuthenticatedSystemSettingsContentSectionRoute
|
|
AuthenticatedSystemSettingsGeneralSectionRoute: typeof AuthenticatedSystemSettingsGeneralSectionRoute
|
|
AuthenticatedSystemSettingsIntegrationsSectionRoute: typeof AuthenticatedSystemSettingsIntegrationsSectionRoute
|
|
AuthenticatedSystemSettingsMaintenanceSectionRoute: typeof AuthenticatedSystemSettingsMaintenanceSectionRoute
|
|
AuthenticatedSystemSettingsModelsSectionRoute: typeof AuthenticatedSystemSettingsModelsSectionRoute
|
|
AuthenticatedSystemSettingsRequestLimitsSectionRoute: typeof AuthenticatedSystemSettingsRequestLimitsSectionRoute
|
|
AuthenticatedSystemSettingsAuthIndexRoute: typeof AuthenticatedSystemSettingsAuthIndexRoute
|
|
AuthenticatedSystemSettingsContentIndexRoute: typeof AuthenticatedSystemSettingsContentIndexRoute
|
|
AuthenticatedSystemSettingsGeneralIndexRoute: typeof AuthenticatedSystemSettingsGeneralIndexRoute
|
|
AuthenticatedSystemSettingsIntegrationsIndexRoute: typeof AuthenticatedSystemSettingsIntegrationsIndexRoute
|
|
AuthenticatedSystemSettingsMaintenanceIndexRoute: typeof AuthenticatedSystemSettingsMaintenanceIndexRoute
|
|
AuthenticatedSystemSettingsModelsIndexRoute: typeof AuthenticatedSystemSettingsModelsIndexRoute
|
|
AuthenticatedSystemSettingsRequestLimitsIndexRoute: typeof AuthenticatedSystemSettingsRequestLimitsIndexRoute
|
|
}
|
|
|
|
const AuthenticatedSystemSettingsRouteRouteChildren: AuthenticatedSystemSettingsRouteRouteChildren =
|
|
{
|
|
AuthenticatedSystemSettingsIndexRoute:
|
|
AuthenticatedSystemSettingsIndexRoute,
|
|
AuthenticatedSystemSettingsAuthSectionRoute:
|
|
AuthenticatedSystemSettingsAuthSectionRoute,
|
|
AuthenticatedSystemSettingsContentSectionRoute:
|
|
AuthenticatedSystemSettingsContentSectionRoute,
|
|
AuthenticatedSystemSettingsGeneralSectionRoute:
|
|
AuthenticatedSystemSettingsGeneralSectionRoute,
|
|
AuthenticatedSystemSettingsIntegrationsSectionRoute:
|
|
AuthenticatedSystemSettingsIntegrationsSectionRoute,
|
|
AuthenticatedSystemSettingsMaintenanceSectionRoute:
|
|
AuthenticatedSystemSettingsMaintenanceSectionRoute,
|
|
AuthenticatedSystemSettingsModelsSectionRoute:
|
|
AuthenticatedSystemSettingsModelsSectionRoute,
|
|
AuthenticatedSystemSettingsRequestLimitsSectionRoute:
|
|
AuthenticatedSystemSettingsRequestLimitsSectionRoute,
|
|
AuthenticatedSystemSettingsAuthIndexRoute:
|
|
AuthenticatedSystemSettingsAuthIndexRoute,
|
|
AuthenticatedSystemSettingsContentIndexRoute:
|
|
AuthenticatedSystemSettingsContentIndexRoute,
|
|
AuthenticatedSystemSettingsGeneralIndexRoute:
|
|
AuthenticatedSystemSettingsGeneralIndexRoute,
|
|
AuthenticatedSystemSettingsIntegrationsIndexRoute:
|
|
AuthenticatedSystemSettingsIntegrationsIndexRoute,
|
|
AuthenticatedSystemSettingsMaintenanceIndexRoute:
|
|
AuthenticatedSystemSettingsMaintenanceIndexRoute,
|
|
AuthenticatedSystemSettingsModelsIndexRoute:
|
|
AuthenticatedSystemSettingsModelsIndexRoute,
|
|
AuthenticatedSystemSettingsRequestLimitsIndexRoute:
|
|
AuthenticatedSystemSettingsRequestLimitsIndexRoute,
|
|
}
|
|
|
|
const AuthenticatedSystemSettingsRouteRouteWithChildren =
|
|
AuthenticatedSystemSettingsRouteRoute._addFileChildren(
|
|
AuthenticatedSystemSettingsRouteRouteChildren,
|
|
)
|
|
|
|
interface AuthenticatedRouteRouteChildren {
|
|
AuthenticatedSystemSettingsRouteRoute: typeof AuthenticatedSystemSettingsRouteRouteWithChildren
|
|
AuthenticatedChat2linkRoute: typeof AuthenticatedChat2linkRoute
|
|
AuthenticatedChatChatIdRoute: typeof AuthenticatedChatChatIdRoute
|
|
AuthenticatedDashboardSectionRoute: typeof AuthenticatedDashboardSectionRoute
|
|
AuthenticatedErrorsErrorRoute: typeof AuthenticatedErrorsErrorRoute
|
|
AuthenticatedModelsSectionRoute: typeof AuthenticatedModelsSectionRoute
|
|
AuthenticatedUsageLogsSectionRoute: typeof AuthenticatedUsageLogsSectionRoute
|
|
AuthenticatedChannelsIndexRoute: typeof AuthenticatedChannelsIndexRoute
|
|
AuthenticatedDashboardIndexRoute: typeof AuthenticatedDashboardIndexRoute
|
|
AuthenticatedKeysIndexRoute: typeof AuthenticatedKeysIndexRoute
|
|
AuthenticatedModelsIndexRoute: typeof AuthenticatedModelsIndexRoute
|
|
AuthenticatedPlaygroundIndexRoute: typeof AuthenticatedPlaygroundIndexRoute
|
|
AuthenticatedProfileIndexRoute: typeof AuthenticatedProfileIndexRoute
|
|
AuthenticatedRedemptionCodesIndexRoute: typeof AuthenticatedRedemptionCodesIndexRoute
|
|
AuthenticatedSubscriptionsIndexRoute: typeof AuthenticatedSubscriptionsIndexRoute
|
|
AuthenticatedUsageLogsIndexRoute: typeof AuthenticatedUsageLogsIndexRoute
|
|
AuthenticatedUsersIndexRoute: typeof AuthenticatedUsersIndexRoute
|
|
AuthenticatedWalletIndexRoute: typeof AuthenticatedWalletIndexRoute
|
|
}
|
|
|
|
const AuthenticatedRouteRouteChildren: AuthenticatedRouteRouteChildren = {
|
|
AuthenticatedSystemSettingsRouteRoute:
|
|
AuthenticatedSystemSettingsRouteRouteWithChildren,
|
|
AuthenticatedChat2linkRoute: AuthenticatedChat2linkRoute,
|
|
AuthenticatedChatChatIdRoute: AuthenticatedChatChatIdRoute,
|
|
AuthenticatedDashboardSectionRoute: AuthenticatedDashboardSectionRoute,
|
|
AuthenticatedErrorsErrorRoute: AuthenticatedErrorsErrorRoute,
|
|
AuthenticatedModelsSectionRoute: AuthenticatedModelsSectionRoute,
|
|
AuthenticatedUsageLogsSectionRoute: AuthenticatedUsageLogsSectionRoute,
|
|
AuthenticatedChannelsIndexRoute: AuthenticatedChannelsIndexRoute,
|
|
AuthenticatedDashboardIndexRoute: AuthenticatedDashboardIndexRoute,
|
|
AuthenticatedKeysIndexRoute: AuthenticatedKeysIndexRoute,
|
|
AuthenticatedModelsIndexRoute: AuthenticatedModelsIndexRoute,
|
|
AuthenticatedPlaygroundIndexRoute: AuthenticatedPlaygroundIndexRoute,
|
|
AuthenticatedProfileIndexRoute: AuthenticatedProfileIndexRoute,
|
|
AuthenticatedRedemptionCodesIndexRoute:
|
|
AuthenticatedRedemptionCodesIndexRoute,
|
|
AuthenticatedSubscriptionsIndexRoute: AuthenticatedSubscriptionsIndexRoute,
|
|
AuthenticatedUsageLogsIndexRoute: AuthenticatedUsageLogsIndexRoute,
|
|
AuthenticatedUsersIndexRoute: AuthenticatedUsersIndexRoute,
|
|
AuthenticatedWalletIndexRoute: AuthenticatedWalletIndexRoute,
|
|
}
|
|
|
|
const AuthenticatedRouteRouteWithChildren =
|
|
AuthenticatedRouteRoute._addFileChildren(AuthenticatedRouteRouteChildren)
|
|
|
|
const rootRouteChildren: RootRouteChildren = {
|
|
IndexRoute: IndexRoute,
|
|
authRouteRoute: authRouteRouteWithChildren,
|
|
AuthenticatedRouteRoute: AuthenticatedRouteRouteWithChildren,
|
|
PrivacyPolicyRoute: PrivacyPolicyRoute,
|
|
UserAgreementRoute: UserAgreementRoute,
|
|
errors401Route: errors401Route,
|
|
errors403Route: errors403Route,
|
|
errors404Route: errors404Route,
|
|
errors500Route: errors500Route,
|
|
errors503Route: errors503Route,
|
|
OauthProviderRoute: OauthProviderRoute,
|
|
AboutIndexRoute: AboutIndexRoute,
|
|
PricingIndexRoute: PricingIndexRoute,
|
|
RankingsIndexRoute: RankingsIndexRoute,
|
|
SetupIndexRoute: SetupIndexRoute,
|
|
PricingModelIdIndexRoute: PricingModelIdIndexRoute,
|
|
}
|
|
export const routeTree = rootRouteImport
|
|
._addFileChildren(rootRouteChildren)
|
|
._addFileTypes<FileRouteTypes>()
|