9router 0.3.99 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/.next/BUILD_ID +1 -1
- package/app/.next/app-path-routes-manifest.json +4 -2
- package/app/.next/build-manifest.json +2 -2
- package/app/.next/prerender-manifest.json +3 -3
- package/app/.next/routes-manifest.json +12 -0
- package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/combos/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/console-log/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/console-log/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js +3 -3
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/mitm/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/mitm/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/profile/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page.js +3 -3
- package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/quota/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/translator/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/usage/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_global-error/page.js +2 -2
- package/app/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_global-error.html +1 -1
- package/app/.next/server/app/_global-error.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/_not-found/page.js +2 -2
- package/app/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_not-found.html +1 -1
- package/app/.next/server/app/_not-found.rsc +4 -4
- package/app/.next/server/app/_not-found.segments/_full.segment.rsc +4 -4
- package/app/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/_not-found.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/app/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/api/auth/login/route.js +1 -1
- package/app/.next/server/app/api/auth/logout/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/claude-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/codex-settings/route.js +3 -3
- package/app/.next/server/app/api/cli-tools/copilot-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/droid-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/hermes-settings/route.js +10 -0
- package/app/.next/server/app/api/cli-tools/hermes-settings/route.js.nft.json +1 -0
- package/app/.next/server/app/api/cli-tools/hermes-settings/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/cli-tools/openclaw-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/opencode-settings/route.js +2 -2
- package/app/.next/server/app/api/cloud/auth/route.js +1 -1
- package/app/.next/server/app/api/cloud/credentials/update/route.js +1 -1
- package/app/.next/server/app/api/cloud/model/resolve/route.js +1 -1
- package/app/.next/server/app/api/cloud/models/alias/route.js +1 -1
- package/app/.next/server/app/api/combos/[id]/route.js +1 -1
- package/app/.next/server/app/api/combos/route.js +1 -1
- package/app/.next/server/app/api/health/route.js +1 -1
- package/app/.next/server/app/api/init/route.js +1 -1
- package/app/.next/server/app/api/keys/[id]/route.js +1 -1
- package/app/.next/server/app/api/keys/route.js +1 -1
- package/app/.next/server/app/api/locale/route.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/elevenlabs/voices/route.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/voices/route.js +1 -1
- package/app/.next/server/app/api/models/alias/route.js +1 -1
- package/app/.next/server/app/api/models/availability/route.js +1 -1
- package/app/.next/server/app/api/models/custom/route.js +1 -1
- package/app/.next/server/app/api/models/route.js +1 -1
- package/app/.next/server/app/api/models/test/route.js +1 -1
- package/app/.next/server/app/api/oauth/[provider]/[action]/route.js +1 -1
- package/app/.next/server/app/api/oauth/cursor/auto-import/route.js +2 -2
- package/app/.next/server/app/api/oauth/cursor/import/route.js +1 -1
- package/app/.next/server/app/api/oauth/gitlab/pat/route.js +1 -1
- package/app/.next/server/app/api/oauth/iflow/cookie/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/auto-import/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/import/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-authorize/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js +1 -1
- package/app/.next/server/app/api/pricing/route.js +1 -1
- package/app/.next/server/app/api/provider-nodes/[id]/route.js +1 -1
- package/app/.next/server/app/api/provider-nodes/route.js +1 -1
- package/app/.next/server/app/api/provider-nodes/validate/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/models/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/test/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/test-models/route.js +1 -1
- package/app/.next/server/app/api/providers/client/route.js +1 -1
- package/app/.next/server/app/api/providers/kilo/free-models/route.js +1 -1
- package/app/.next/server/app/api/providers/route.js +1 -1
- package/app/.next/server/app/api/providers/suggested-models/route.js +1 -1
- package/app/.next/server/app/api/providers/test-batch/route.js +1 -1
- package/app/.next/server/app/api/providers/validate/route.js +1 -1
- package/app/.next/server/app/api/proxy-pools/[id]/route.js +1 -1
- package/app/.next/server/app/api/proxy-pools/[id]/test/route.js +1 -1
- package/app/.next/server/app/api/proxy-pools/route.js +1 -1
- package/app/.next/server/app/api/proxy-pools/vercel-deploy/route.js +2 -2
- package/app/.next/server/app/api/settings/database/route.js +1 -1
- package/app/.next/server/app/api/settings/proxy-test/route.js +1 -1
- package/app/.next/server/app/api/settings/require-login/route.js +1 -1
- package/app/.next/server/app/api/settings/route.js +1 -1
- package/app/.next/server/app/api/shutdown/route.js +1 -1
- package/app/.next/server/app/api/tags/route.js +1 -1
- package/app/.next/server/app/api/translator/console-logs/route.js +1 -1
- package/app/.next/server/app/api/translator/console-logs/stream/route.js +2 -2
- package/app/.next/server/app/api/translator/load/route.js +1 -1
- package/app/.next/server/app/api/translator/save/route.js +1 -1
- package/app/.next/server/app/api/translator/send/route.js +1 -1
- package/app/.next/server/app/api/translator/translate/route.js +1 -1
- package/app/.next/server/app/api/tunnel/disable/route.js +1 -1
- package/app/.next/server/app/api/tunnel/enable/route.js +1 -1
- package/app/.next/server/app/api/tunnel/status/route.js +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-check/route.js +2 -2
- package/app/.next/server/app/api/tunnel/tailscale-disable/route.js +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-enable/route.js +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-install/route.js +2 -2
- package/app/.next/server/app/api/tunnel/tailscale-login/route.js +2 -2
- package/app/.next/server/app/api/tunnel/tailscale-start-daemon/route.js +2 -2
- package/app/.next/server/app/api/usage/[connectionId]/route.js +1 -1
- package/app/.next/server/app/api/usage/chart/route.js +1 -1
- package/app/.next/server/app/api/usage/history/route.js +1 -1
- package/app/.next/server/app/api/usage/providers/route.js +1 -1
- package/app/.next/server/app/api/usage/request-details/route.js +1 -1
- package/app/.next/server/app/api/usage/request-logs/route.js +1 -1
- package/app/.next/server/app/api/usage/stats/route.js +1 -1
- package/app/.next/server/app/api/usage/stream/route.js +2 -2
- package/app/.next/server/app/api/v1/api/chat/route.js +1 -1
- package/app/.next/server/app/api/v1/audio/speech/route.js +1 -1
- package/app/.next/server/app/api/v1/chat/completions/route.js +1 -1
- package/app/.next/server/app/api/v1/embeddings/route.js +1 -1
- package/app/.next/server/app/api/v1/images/generations/route.js +1 -1
- package/app/.next/server/app/api/v1/messages/count_tokens/route.js +1 -1
- package/app/.next/server/app/api/v1/messages/route.js +1 -1
- package/app/.next/server/app/api/v1/models/route.js +1 -1
- package/app/.next/server/app/api/v1/responses/compact/route.js +1 -1
- package/app/.next/server/app/api/v1/responses/route.js +1 -1
- package/app/.next/server/app/api/v1/route.js +1 -1
- package/app/.next/server/app/api/v1beta/models/[...path]/route.js +1 -1
- package/app/.next/server/app/api/v1beta/models/route.js +1 -1
- package/app/.next/server/app/api/version/route.js +1 -1
- package/app/.next/server/app/api/version/update/route.js +35 -0
- package/app/.next/server/app/api/version/update/route.js.nft.json +1 -0
- package/app/.next/server/app/api/version/update/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/callback/page.js +2 -2
- package/app/.next/server/app/callback/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/callback.html +1 -1
- package/app/.next/server/app/callback.rsc +4 -4
- package/app/.next/server/app/callback.segments/_full.segment.rsc +4 -4
- package/app/.next/server/app/callback.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/callback.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/callback.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/callback.segments/callback/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/callback.segments/callback.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/basic-chat.html +1 -1
- package/app/.next/server/app/dashboard/basic-chat.rsc +6 -6
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/basic-chat.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/basic-chat.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/basic-chat.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/cli-tools.html +1 -1
- package/app/.next/server/app/dashboard/cli-tools.rsc +6 -6
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/cli-tools.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/cli-tools.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/cli-tools.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/combos.html +1 -1
- package/app/.next/server/app/dashboard/combos.rsc +6 -6
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/combos.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/combos.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/combos.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/combos.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/endpoint.html +1 -1
- package/app/.next/server/app/dashboard/endpoint.rsc +6 -6
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/endpoint.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/endpoint.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/endpoint.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/endpoint.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/mitm.html +1 -1
- package/app/.next/server/app/dashboard/mitm.rsc +6 -6
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/mitm.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/mitm.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/mitm.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/mitm.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/profile.html +1 -1
- package/app/.next/server/app/dashboard/profile.rsc +6 -6
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/profile.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/profile.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/profile.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/profile.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers/new.html +1 -1
- package/app/.next/server/app/dashboard/providers/new.rsc +6 -6
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers/new.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/providers/new.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers/new.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/providers/new.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers.html +1 -1
- package/app/.next/server/app/dashboard/providers.rsc +6 -6
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/providers.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/providers.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/proxy-pools.html +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.rsc +6 -6
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/proxy-pools.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/proxy-pools.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/quota.html +2 -2
- package/app/.next/server/app/dashboard/quota.rsc +7 -7
- package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota/__PAGE__.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/quota.segments/_full.segment.rsc +7 -7
- package/app/.next/server/app/dashboard/quota.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/quota.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/quota.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/settings/pricing/page.js +2 -2
- package/app/.next/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.html +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.rsc +4 -4
- package/app/.next/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/translator.html +1 -1
- package/app/.next/server/app/dashboard/translator.rsc +6 -6
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/translator.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/translator.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/translator.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/translator.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/usage.html +1 -1
- package/app/.next/server/app/dashboard/usage.rsc +6 -6
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/usage.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/usage.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/usage.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/usage.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard.html +1 -1
- package/app/.next/server/app/dashboard.rsc +6 -6
- package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/favicon.ico/route.js +1 -1
- package/app/.next/server/app/index.html +1 -1
- package/app/.next/server/app/index.rsc +4 -4
- package/app/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/index.segments/_full.segment.rsc +4 -4
- package/app/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/index.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/landing/page.js +2 -2
- package/app/.next/server/app/landing/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/landing.html +1 -1
- package/app/.next/server/app/landing.rsc +4 -4
- package/app/.next/server/app/landing.segments/_full.segment.rsc +4 -4
- package/app/.next/server/app/landing.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/landing.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/landing.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/landing.segments/landing/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/landing.segments/landing.segment.rsc +1 -1
- package/app/.next/server/app/login/page.js +2 -2
- package/app/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/login.html +1 -1
- package/app/.next/server/app/login.rsc +5 -5
- package/app/.next/server/app/login.segments/_full.segment.rsc +5 -5
- package/app/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/login.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/login.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/login.segments/login.segment.rsc +1 -1
- package/app/.next/server/app/manifest.webmanifest/route.js +1 -1
- package/app/.next/server/app/page.js +2 -2
- package/app/.next/server/app/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app-paths-manifest.json +4 -2
- package/app/.next/server/chunks/1389.js +1 -1
- package/app/.next/server/chunks/253.js +1 -1
- package/app/.next/server/chunks/2947.js +1 -1
- package/app/.next/server/chunks/450.js +1 -1
- package/app/.next/server/chunks/5290.js +1 -1
- package/app/.next/server/chunks/6288.js +7 -7
- package/app/.next/server/chunks/6379.js +2 -2
- package/app/.next/server/chunks/6762.js +23 -0
- package/app/.next/server/chunks/7243.js +1 -1
- package/app/.next/server/chunks/7973.js +1 -1
- package/app/.next/server/chunks/8202.js +43 -43
- package/app/.next/server/chunks/9737.js +1 -1
- package/app/.next/server/middleware-build-manifest.js +1 -1
- package/app/.next/server/middleware.js +3 -3
- package/app/.next/server/pages/404.html +1 -1
- package/app/.next/server/pages/500.html +1 -1
- package/app/.next/server/server-reference-manifest.js +1 -1
- package/app/.next/server/server-reference-manifest.json +1 -1
- package/app/.next/server/webpack-runtime.js +1 -1
- package/app/.next/static/DFz-I614MEHkP46c-vopk/_buildManifest.js +1 -0
- package/app/.next/static/chunks/{4156-218a86687f643d2f.js → 4156-7e832a27a1200556.js} +2 -2
- package/app/.next/static/chunks/4380-0f3871c8ea3f86ca.js +23 -0
- package/app/.next/static/chunks/505-d28bf4f5bee3eb89.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-c8fe80e1731776e1.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/mitm/page-0c6b98e73588b409.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-77016ac325d94df5.js +1 -0
- package/app/.next/static/chunks/app/_global-error/page-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/auth/login/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/auth/logout/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/copilot-settings/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/hermes-settings/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/opencode-settings/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/auth/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/credentials/update/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/model/resolve/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/models/alias/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/combos/[id]/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/combos/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/health/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/init/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/keys/[id]/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/keys/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/locale/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/voices/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/models/alias/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/models/availability/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/models/custom/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/models/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/models/test/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/cursor/import/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/gitlab/pat/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/iflow/cookie/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/import/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/pricing/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/provider-nodes/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/provider-nodes/validate/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/models/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/test/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/test-models/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/providers/client/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/providers/kilo/free-models/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/providers/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/providers/suggested-models/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/providers/test-batch/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/providers/validate/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/test/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/vercel-deploy/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/settings/database/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/settings/proxy-test/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/settings/require-login/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/settings/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/shutdown/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/tags/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/translator/console-logs/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/translator/console-logs/stream/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/translator/load/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/translator/save/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/translator/send/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/translator/translate/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/disable/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/enable/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/status/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/tailscale-check/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/tailscale-disable/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/tailscale-enable/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/tailscale-install/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/tailscale-login/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/tailscale-start-daemon/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/usage/[connectionId]/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/usage/chart/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/usage/history/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/usage/providers/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/usage/request-details/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/usage/request-logs/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/usage/stats/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/usage/stream/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/v1/api/chat/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/v1/audio/speech/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/v1/chat/completions/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/v1/embeddings/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/v1/images/generations/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/v1/messages/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/v1/models/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/v1/responses/compact/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/v1/responses/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/v1/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/v1beta/models/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/version/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/api/version/update/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/manifest.webmanifest/route-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/app/page-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/not-found-a91eafdb46715e00.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-a91eafdb46715e00.js +1 -0
- package/app/.next/static/css/522efebf318b326f.css +1 -0
- package/app/package.json +1 -1
- package/app/public/providers/hermes.png +0 -0
- package/app/public/providers/volcengine-ark.png +0 -0
- package/package.json +4 -3
- package/src/cli/api/client.js +18 -0
- package/app/.next/server/chunks/8480.js +0 -18
- package/app/.next/static/chunks/1237-ce7cc27452c0087f.js +0 -18
- package/app/.next/static/chunks/505-dbb305de05d5bac4.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-1266463402c761f6.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/mitm/page-7ab6931e5032e32c.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-202eec8d33670a47.js +0 -1
- package/app/.next/static/chunks/app/_global-error/page-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/auth/login/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/auth/logout/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/copilot-settings/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/opencode-settings/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/auth/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/credentials/update/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/model/resolve/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/models/alias/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/combos/[id]/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/combos/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/health/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/init/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/keys/[id]/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/keys/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/locale/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/voices/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/models/alias/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/models/availability/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/models/custom/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/models/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/models/test/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/cursor/import/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/gitlab/pat/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/iflow/cookie/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/import/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/pricing/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/validate/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/models/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/test/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/test-models/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/providers/client/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/providers/kilo/free-models/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/providers/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/providers/suggested-models/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/providers/test-batch/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/providers/validate/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/test/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/vercel-deploy/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/settings/database/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/settings/proxy-test/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/settings/require-login/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/settings/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/shutdown/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/tags/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/translator/console-logs/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/translator/console-logs/stream/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/translator/load/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/translator/save/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/translator/send/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/translator/translate/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/disable/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/enable/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/status/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-check/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-disable/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-enable/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-install/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-login/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-start-daemon/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/usage/[connectionId]/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/usage/chart/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/usage/history/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/usage/providers/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/usage/request-details/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/usage/request-logs/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/usage/stats/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/usage/stream/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/api/chat/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/audio/speech/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/chat/completions/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/embeddings/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/images/generations/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/messages/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/models/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/responses/compact/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/responses/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/v1beta/models/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/api/version/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/manifest.webmanifest/route-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/app/page-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/not-found-f301b776dca4839c.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-f301b776dca4839c.js +0 -1
- package/app/.next/static/css/5ad91879b90e6479.css +0 -1
- package/app/.next/static/ltSRtUE4u7o8Utcy63HC4/_buildManifest.js +0 -1
- /package/app/.next/static/{ltSRtUE4u7o8Utcy63HC4 → DFz-I614MEHkP46c-vopk}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"292":{"*":{"id":"75012","name":"*","chunks":[],"async":false}},"1076":{"*":{"id":"88182","name":"*","chunks":[],"async":false}},"1755":{"*":{"id":"39907","name":"*","chunks":[],"async":false}},"3242":{"*":{"id":"7274","name":"*","chunks":[],"async":false}},"3412":{"*":{"id":"33265","name":"*","chunks":[],"async":false}},"4297":{"*":{"id":"92249","name":"*","chunks":[],"async":false}},"5671":{"*":{"id":"44037","name":"*","chunks":[],"async":false}},"12003":{"*":{"id":"60115","name":"*","chunks":[],"async":false}},"12569":{"*":{"id":"35879","name":"*","chunks":[],"async":false}},"13048":{"*":{"id":"77410","name":"*","chunks":[],"async":false}},"13333":{"*":{"id":"11747","name":"*","chunks":[],"async":false}},"14406":{"*":{"id":"37922","name":"*","chunks":[],"async":false}},"15872":{"*":{"id":"95892","name":"*","chunks":[],"async":false}},"16435":{"*":{"id":"65227","name":"*","chunks":[],"async":false}},"21580":{"*":{"id":"20232","name":"*","chunks":[],"async":false}},"24372":{"*":{"id":"9904","name":"*","chunks":[],"async":false}},"25733":{"*":{"id":"81005","name":"*","chunks":[],"async":false}},"26125":{"*":{"id":"52149","name":"*","chunks":[],"async":false}},"30948":{"*":{"id":"66646","name":"*","chunks":[],"async":false}},"31872":{"*":{"id":"40622","name":"*","chunks":[],"async":false}},"32135":{"*":{"id":"15769","name":"*","chunks":[],"async":false}},"32530":{"*":{"id":"26741","name":"*","chunks":[],"async":false}},"35045":{"*":{"id":"92251","name":"*","chunks":[],"async":false}},"37066":{"*":{"id":"62490","name":"*","chunks":[],"async":false}},"37175":{"*":{"id":"50005","name":"*","chunks":[],"async":false}},"38230":{"*":{"id":"55590","name":"*","chunks":[],"async":false}},"38596":{"*":{"id":"14638","name":"*","chunks":[],"async":false}},"46772":{"*":{"id":"48300","name":"*","chunks":[],"async":false}},"47245":{"*":{"id":"94647","name":"*","chunks":[],"async":false}},"47432":{"*":{"id":"67394","name":"*","chunks":[],"async":false}},"50136":{"*":{"id":"61094","name":"*","chunks":[],"async":false}},"51123":{"*":{"id":"46411","name":"*","chunks":[],"async":false}},"51454":{"*":{"id":"33446","name":"*","chunks":[],"async":false}},"53038":{"*":{"id":"31288","name":"*","chunks":[],"async":false}},"54053":{"*":{"id":"46041","name":"*","chunks":[],"async":false}},"54546":{"*":{"id":"53142","name":"*","chunks":[],"async":false}},"56550":{"*":{"id":"71708","name":"*","chunks":[],"async":false}},"57047":{"*":{"id":"44403","name":"*","chunks":[],"async":false}},"57567":{"*":{"id":"11319","name":"*","chunks":[],"async":false}},"59295":{"*":{"id":"57783","name":"*","chunks":[],"async":false}},"60717":{"*":{"id":"27848","name":"*","chunks":[],"async":false}},"63380":{"*":{"id":"82774","name":"*","chunks":[],"async":false}},"64795":{"*":{"id":"27386","name":"*","chunks":[],"async":false}},"65177":{"*":{"id":"22649","name":"*","chunks":[],"async":false}},"66911":{"*":{"id":"33809","name":"*","chunks":[],"async":false}},"67692":{"*":{"id":"85600","name":"*","chunks":[],"async":false}},"68600":{"*":{"id":"14504","name":"*","chunks":[],"async":false}},"69692":{"*":{"id":"41225","name":"*","chunks":[],"async":false}},"70339":{"*":{"id":"81059","name":"*","chunks":[],"async":false}},"70391":{"*":{"id":"37421","name":"*","chunks":[],"async":false}},"70789":{"*":{"id":"4565","name":"*","chunks":[],"async":false}},"71103":{"*":{"id":"89437","name":"*","chunks":[],"async":false}},"72600":{"*":{"id":"6564","name":"*","chunks":[],"async":false}},"73531":{"*":{"id":"60835","name":"*","chunks":[],"async":false}},"80600":{"*":{"id":"27452","name":"*","chunks":[],"async":false}},"82455":{"*":{"id":"93447","name":"*","chunks":[],"async":false}},"83101":{"*":{"id":"68657","name":"*","chunks":[],"async":false}},"84675":{"*":{"id":"81101","name":"*","chunks":[],"async":false}},"85148":{"*":{"id":"74004","name":"*","chunks":[],"async":false}},"90163":{"*":{"id":"18649","name":"*","chunks":[],"async":false}},"91133":{"*":{"id":"90511","name":"*","chunks":[],"async":false}},"91494":{"*":{"id":"11892","name":"*","chunks":[],"async":false}},"98814":{"*":{"id":"7268","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/Working/router4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57567,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57567,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/client-page.js":{"id":1076,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/client-page.js":{"id":1076,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/client-segment.js":{"id":21580,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":21580,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":47245,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":47245,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/layout-router.js":{"id":91133,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":91133,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4297,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4297,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":31872,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":31872,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":12569,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":12569,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/globals.css":{"id":43333,"name":"*","chunks":["505","static/chunks/505-dbb305de05d5bac4.js","7177","static/chunks/app/layout-c47481f46f5ae72b.js"],"async":false},"/Users/Working/router4/app/src/i18n/RuntimeI18nProvider.js":{"id":70339,"name":"*","chunks":["505","static/chunks/505-dbb305de05d5bac4.js","7177","static/chunks/app/layout-c47481f46f5ae72b.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeProvider.js":{"id":98814,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":88276,"name":"*","chunks":["505","static/chunks/505-dbb305de05d5bac4.js","7177","static/chunks/app/layout-c47481f46f5ae72b.js"],"async":false},"/Users/Working/router4/app/src/app/callback/page.js":{"id":30948,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/dashboard/settings/pricing/page.js":{"id":32530,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/landing/page.js":{"id":16435,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/login/page.js":{"id":15872,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/shared/components/Avatar.js":{"id":82455,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Badge.js":{"id":35045,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Button.js":{"id":38230,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Card.js":{"id":292,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ChangelogModal.js":{"id":26125,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/CursorAuthModal.js":{"id":70391,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/EditConnectionModal.js":{"id":90163,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Footer.js":{"id":70789,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/GitLabAuthModal.js":{"id":50136,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Header.js":{"id":51123,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/HeaderMenu.js":{"id":80600,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/IFlowCookieModal.js":{"id":68600,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Input.js":{"id":53038,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroAuthModal.js":{"id":63380,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroOAuthWrapper.js":{"id":73531,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroSocialOAuthModal.js":{"id":51454,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/LanguageSwitcher.js":{"id":12003,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/AuthLayout.js":{"id":54546,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/DashboardLayout.js":{"id":13048,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Loading.js":{"id":91494,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ManualConfigModal.js":{"id":5671,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Modal.js":{"id":66911,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ModelSelectModal.js":{"id":24372,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/NineRemoteButton.js":{"id":67692,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/OAuthModal.js":{"id":3242,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/RequestLogger.js":{"id":32135,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/SegmentedControl.js":{"id":1755,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Select.js":{"id":37066,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Sidebar.js":{"id":56550,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeToggle.js":{"id":84675,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Toggle.js":{"id":14406,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Tooltip.js":{"id":13333,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/UsageStats.js":{"id":3412,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-dbb305de05d5bac4.js","4156","static/chunks/4156-218a86687f643d2f.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/basic-chat/BasicChatPageClient.js":{"id":72600,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":46772,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/combos/page.js":{"id":37175,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":64795,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js":{"id":38596,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/[kind]/page.js":{"id":47432,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/mitm/MitmPageClient.js":{"id":71103,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":57047,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/index.js":{"id":59295,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/translator/page.js":{"id":54053,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/usage/page.js":{"id":83101,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/console-log/ConsoleLogClient.js":{"id":25733,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":60717,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/proxy-pools/page.js":{"id":85148,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/profile/page.js":{"id":65177,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/page.js":{"id":69692,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/Working/router4/app/src/":[],"/Users/Working/router4/app/src/app/layout":[{"inlined":false,"path":"static/css/5ad91879b90e6479.css"},{"inlined":false,"path":"static/css/081a0afca5a9bd20.css"}],"/Users/Working/router4/app/src/app/page":[],"/Users/Working/router4/app/src/app/(dashboard)/layout":[{"inlined":false,"path":"static/css/599369d853c61df7.css"}],"/Users/Working/router4/app/src/app/_not-found/page":[]},"rscModuleMapping":{"292":{"*":{"id":"82934","name":"*","chunks":[],"async":false}},"1076":{"*":{"id":"4396","name":"*","chunks":[],"async":false}},"1755":{"*":{"id":"61357","name":"*","chunks":[],"async":false}},"3242":{"*":{"id":"15044","name":"*","chunks":[],"async":false}},"3412":{"*":{"id":"85634","name":"*","chunks":[],"async":false}},"4297":{"*":{"id":"51739","name":"*","chunks":[],"async":false}},"5671":{"*":{"id":"33335","name":"*","chunks":[],"async":false}},"12003":{"*":{"id":"86241","name":"*","chunks":[],"async":false}},"12569":{"*":{"id":"14801","name":"*","chunks":[],"async":false}},"13048":{"*":{"id":"60864","name":"*","chunks":[],"async":false}},"13333":{"*":{"id":"78249","name":"*","chunks":[],"async":false}},"14406":{"*":{"id":"86672","name":"*","chunks":[],"async":false}},"15872":{"*":{"id":"5142","name":"*","chunks":[],"async":false}},"16435":{"*":{"id":"3256","name":"*","chunks":[],"async":false}},"21580":{"*":{"id":"94746","name":"*","chunks":[],"async":false}},"24372":{"*":{"id":"37218","name":"*","chunks":[],"async":false}},"25733":{"*":{"id":"74159","name":"*","chunks":[],"async":false}},"26125":{"*":{"id":"20535","name":"*","chunks":[],"async":false}},"30948":{"*":{"id":"37400","name":"*","chunks":[],"async":false}},"31872":{"*":{"id":"91996","name":"*","chunks":[],"async":false}},"32135":{"*":{"id":"81567","name":"*","chunks":[],"async":false}},"32530":{"*":{"id":"25682","name":"*","chunks":[],"async":false}},"35045":{"*":{"id":"69385","name":"*","chunks":[],"async":false}},"37066":{"*":{"id":"22252","name":"*","chunks":[],"async":false}},"37175":{"*":{"id":"98723","name":"*","chunks":[],"async":false}},"38230":{"*":{"id":"38868","name":"*","chunks":[],"async":false}},"38596":{"*":{"id":"23476","name":"*","chunks":[],"async":false}},"43333":{"*":{"id":"20485","name":"*","chunks":[],"async":false}},"46772":{"*":{"id":"8834","name":"*","chunks":[],"async":false}},"47245":{"*":{"id":"44469","name":"*","chunks":[],"async":false}},"47432":{"*":{"id":"53192","name":"*","chunks":[],"async":false}},"50136":{"*":{"id":"78472","name":"*","chunks":[],"async":false}},"51123":{"*":{"id":"90537","name":"*","chunks":[],"async":false}},"51454":{"*":{"id":"65024","name":"*","chunks":[],"async":false}},"53038":{"*":{"id":"8114","name":"*","chunks":[],"async":false}},"54053":{"*":{"id":"38768","name":"*","chunks":[],"async":false}},"54546":{"*":{"id":"68480","name":"*","chunks":[],"async":false}},"56550":{"*":{"id":"44846","name":"*","chunks":[],"async":false}},"57047":{"*":{"id":"78353","name":"*","chunks":[],"async":false}},"57567":{"*":{"id":"75765","name":"*","chunks":[],"async":false}},"59295":{"*":{"id":"67235","name":"*","chunks":[],"async":false}},"60717":{"*":{"id":"43394","name":"*","chunks":[],"async":false}},"63380":{"*":{"id":"932","name":"*","chunks":[],"async":false}},"64795":{"*":{"id":"14567","name":"*","chunks":[],"async":false}},"65177":{"*":{"id":"50747","name":"*","chunks":[],"async":false}},"66911":{"*":{"id":"73723","name":"*","chunks":[],"async":false}},"67692":{"*":{"id":"69270","name":"*","chunks":[],"async":false}},"68600":{"*":{"id":"50258","name":"*","chunks":[],"async":false}},"69692":{"*":{"id":"34202","name":"*","chunks":[],"async":false}},"70339":{"*":{"id":"25385","name":"*","chunks":[],"async":false}},"70391":{"*":{"id":"51283","name":"*","chunks":[],"async":false}},"70789":{"*":{"id":"80959","name":"*","chunks":[],"async":false}},"71103":{"*":{"id":"98831","name":"*","chunks":[],"async":false}},"72600":{"*":{"id":"31178","name":"*","chunks":[],"async":false}},"73531":{"*":{"id":"13377","name":"*","chunks":[],"async":false}},"80600":{"*":{"id":"87030","name":"*","chunks":[],"async":false}},"82455":{"*":{"id":"97617","name":"*","chunks":[],"async":false}},"83101":{"*":{"id":"16865","name":"*","chunks":[],"async":false}},"84675":{"*":{"id":"46127","name":"*","chunks":[],"async":false}},"85148":{"*":{"id":"28606","name":"*","chunks":[],"async":false}},"90163":{"*":{"id":"39623","name":"*","chunks":[],"async":false}},"91133":{"*":{"id":"80913","name":"*","chunks":[],"async":false}},"91494":{"*":{"id":"59062","name":"*","chunks":[],"async":false}},"98814":{"*":{"id":"87050","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"1076":{"*":{"id":"88182","name":"*","chunks":[],"async":false}},"4297":{"*":{"id":"92249","name":"*","chunks":[],"async":false}},"12569":{"*":{"id":"35879","name":"*","chunks":[],"async":false}},"21580":{"*":{"id":"20232","name":"*","chunks":[],"async":false}},"31872":{"*":{"id":"40622","name":"*","chunks":[],"async":false}},"47245":{"*":{"id":"94647","name":"*","chunks":[],"async":false}},"57567":{"*":{"id":"11319","name":"*","chunks":[],"async":false}},"91133":{"*":{"id":"90511","name":"*","chunks":[],"async":false}}}};
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"292":{"*":{"id":"75012","name":"*","chunks":[],"async":false}},"1076":{"*":{"id":"88182","name":"*","chunks":[],"async":false}},"1755":{"*":{"id":"39907","name":"*","chunks":[],"async":false}},"3242":{"*":{"id":"7274","name":"*","chunks":[],"async":false}},"3412":{"*":{"id":"33265","name":"*","chunks":[],"async":false}},"4297":{"*":{"id":"92249","name":"*","chunks":[],"async":false}},"5671":{"*":{"id":"44037","name":"*","chunks":[],"async":false}},"12003":{"*":{"id":"60115","name":"*","chunks":[],"async":false}},"12569":{"*":{"id":"35879","name":"*","chunks":[],"async":false}},"13048":{"*":{"id":"77410","name":"*","chunks":[],"async":false}},"13333":{"*":{"id":"11747","name":"*","chunks":[],"async":false}},"14406":{"*":{"id":"37922","name":"*","chunks":[],"async":false}},"15872":{"*":{"id":"95892","name":"*","chunks":[],"async":false}},"16435":{"*":{"id":"65227","name":"*","chunks":[],"async":false}},"21580":{"*":{"id":"20232","name":"*","chunks":[],"async":false}},"24372":{"*":{"id":"9904","name":"*","chunks":[],"async":false}},"25733":{"*":{"id":"81005","name":"*","chunks":[],"async":false}},"26125":{"*":{"id":"52149","name":"*","chunks":[],"async":false}},"30948":{"*":{"id":"66646","name":"*","chunks":[],"async":false}},"31872":{"*":{"id":"40622","name":"*","chunks":[],"async":false}},"32135":{"*":{"id":"15769","name":"*","chunks":[],"async":false}},"32530":{"*":{"id":"26741","name":"*","chunks":[],"async":false}},"35045":{"*":{"id":"92251","name":"*","chunks":[],"async":false}},"37066":{"*":{"id":"62490","name":"*","chunks":[],"async":false}},"37175":{"*":{"id":"50005","name":"*","chunks":[],"async":false}},"38230":{"*":{"id":"55590","name":"*","chunks":[],"async":false}},"38596":{"*":{"id":"14638","name":"*","chunks":[],"async":false}},"46772":{"*":{"id":"48300","name":"*","chunks":[],"async":false}},"47245":{"*":{"id":"94647","name":"*","chunks":[],"async":false}},"47432":{"*":{"id":"67394","name":"*","chunks":[],"async":false}},"50136":{"*":{"id":"61094","name":"*","chunks":[],"async":false}},"51123":{"*":{"id":"46411","name":"*","chunks":[],"async":false}},"51454":{"*":{"id":"33446","name":"*","chunks":[],"async":false}},"53038":{"*":{"id":"31288","name":"*","chunks":[],"async":false}},"54053":{"*":{"id":"46041","name":"*","chunks":[],"async":false}},"54546":{"*":{"id":"53142","name":"*","chunks":[],"async":false}},"56550":{"*":{"id":"71708","name":"*","chunks":[],"async":false}},"57047":{"*":{"id":"44403","name":"*","chunks":[],"async":false}},"57567":{"*":{"id":"11319","name":"*","chunks":[],"async":false}},"59295":{"*":{"id":"57783","name":"*","chunks":[],"async":false}},"60717":{"*":{"id":"27848","name":"*","chunks":[],"async":false}},"63380":{"*":{"id":"82774","name":"*","chunks":[],"async":false}},"64795":{"*":{"id":"27386","name":"*","chunks":[],"async":false}},"65177":{"*":{"id":"22649","name":"*","chunks":[],"async":false}},"66911":{"*":{"id":"33809","name":"*","chunks":[],"async":false}},"67692":{"*":{"id":"85600","name":"*","chunks":[],"async":false}},"68600":{"*":{"id":"14504","name":"*","chunks":[],"async":false}},"69692":{"*":{"id":"41225","name":"*","chunks":[],"async":false}},"70339":{"*":{"id":"81059","name":"*","chunks":[],"async":false}},"70391":{"*":{"id":"37421","name":"*","chunks":[],"async":false}},"70789":{"*":{"id":"4565","name":"*","chunks":[],"async":false}},"71103":{"*":{"id":"89437","name":"*","chunks":[],"async":false}},"72600":{"*":{"id":"6564","name":"*","chunks":[],"async":false}},"73531":{"*":{"id":"60835","name":"*","chunks":[],"async":false}},"80600":{"*":{"id":"27452","name":"*","chunks":[],"async":false}},"82455":{"*":{"id":"93447","name":"*","chunks":[],"async":false}},"83101":{"*":{"id":"68657","name":"*","chunks":[],"async":false}},"84675":{"*":{"id":"81101","name":"*","chunks":[],"async":false}},"85148":{"*":{"id":"74004","name":"*","chunks":[],"async":false}},"90163":{"*":{"id":"18649","name":"*","chunks":[],"async":false}},"91133":{"*":{"id":"90511","name":"*","chunks":[],"async":false}},"91494":{"*":{"id":"11892","name":"*","chunks":[],"async":false}},"98814":{"*":{"id":"7268","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/Working/router4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57567,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57567,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/client-page.js":{"id":1076,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/client-page.js":{"id":1076,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/client-segment.js":{"id":21580,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":21580,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":47245,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":47245,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/layout-router.js":{"id":91133,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":91133,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4297,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4297,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":31872,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":31872,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":12569,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":12569,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/globals.css":{"id":43333,"name":"*","chunks":["505","static/chunks/505-d28bf4f5bee3eb89.js","7177","static/chunks/app/layout-c47481f46f5ae72b.js"],"async":false},"/Users/Working/router4/app/src/i18n/RuntimeI18nProvider.js":{"id":70339,"name":"*","chunks":["505","static/chunks/505-d28bf4f5bee3eb89.js","7177","static/chunks/app/layout-c47481f46f5ae72b.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeProvider.js":{"id":98814,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":88276,"name":"*","chunks":["505","static/chunks/505-d28bf4f5bee3eb89.js","7177","static/chunks/app/layout-c47481f46f5ae72b.js"],"async":false},"/Users/Working/router4/app/src/app/callback/page.js":{"id":30948,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/dashboard/settings/pricing/page.js":{"id":32530,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/landing/page.js":{"id":16435,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/login/page.js":{"id":15872,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/shared/components/Avatar.js":{"id":82455,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Badge.js":{"id":35045,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Button.js":{"id":38230,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Card.js":{"id":292,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ChangelogModal.js":{"id":26125,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/CursorAuthModal.js":{"id":70391,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/EditConnectionModal.js":{"id":90163,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Footer.js":{"id":70789,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/GitLabAuthModal.js":{"id":50136,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Header.js":{"id":51123,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/HeaderMenu.js":{"id":80600,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/IFlowCookieModal.js":{"id":68600,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Input.js":{"id":53038,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroAuthModal.js":{"id":63380,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroOAuthWrapper.js":{"id":73531,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroSocialOAuthModal.js":{"id":51454,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/LanguageSwitcher.js":{"id":12003,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/AuthLayout.js":{"id":54546,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/DashboardLayout.js":{"id":13048,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Loading.js":{"id":91494,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ManualConfigModal.js":{"id":5671,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Modal.js":{"id":66911,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ModelSelectModal.js":{"id":24372,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/NineRemoteButton.js":{"id":67692,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/OAuthModal.js":{"id":3242,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/RequestLogger.js":{"id":32135,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/SegmentedControl.js":{"id":1755,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Select.js":{"id":37066,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Sidebar.js":{"id":56550,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeToggle.js":{"id":84675,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Toggle.js":{"id":14406,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Tooltip.js":{"id":13333,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/shared/components/UsageStats.js":{"id":3412,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/basic-chat/BasicChatPageClient.js":{"id":72600,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":46772,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/combos/page.js":{"id":37175,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":64795,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js":{"id":38596,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/[kind]/page.js":{"id":47432,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/mitm/MitmPageClient.js":{"id":71103,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":57047,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/index.js":{"id":59295,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/translator/page.js":{"id":54053,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/usage/page.js":{"id":83101,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/console-log/ConsoleLogClient.js":{"id":25733,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/profile/page.js":{"id":65177,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":60717,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/proxy-pools/page.js":{"id":85148,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/page.js":{"id":69692,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/Working/router4/app/src/":[],"/Users/Working/router4/app/src/app/layout":[{"inlined":false,"path":"static/css/522efebf318b326f.css"},{"inlined":false,"path":"static/css/081a0afca5a9bd20.css"}],"/Users/Working/router4/app/src/app/page":[],"/Users/Working/router4/app/src/app/(dashboard)/layout":[{"inlined":false,"path":"static/css/599369d853c61df7.css"}],"/Users/Working/router4/app/src/app/_not-found/page":[]},"rscModuleMapping":{"292":{"*":{"id":"82934","name":"*","chunks":[],"async":false}},"1076":{"*":{"id":"4396","name":"*","chunks":[],"async":false}},"1755":{"*":{"id":"61357","name":"*","chunks":[],"async":false}},"3242":{"*":{"id":"15044","name":"*","chunks":[],"async":false}},"3412":{"*":{"id":"85634","name":"*","chunks":[],"async":false}},"4297":{"*":{"id":"51739","name":"*","chunks":[],"async":false}},"5671":{"*":{"id":"33335","name":"*","chunks":[],"async":false}},"12003":{"*":{"id":"86241","name":"*","chunks":[],"async":false}},"12569":{"*":{"id":"14801","name":"*","chunks":[],"async":false}},"13048":{"*":{"id":"60864","name":"*","chunks":[],"async":false}},"13333":{"*":{"id":"78249","name":"*","chunks":[],"async":false}},"14406":{"*":{"id":"86672","name":"*","chunks":[],"async":false}},"15872":{"*":{"id":"5142","name":"*","chunks":[],"async":false}},"16435":{"*":{"id":"3256","name":"*","chunks":[],"async":false}},"21580":{"*":{"id":"94746","name":"*","chunks":[],"async":false}},"24372":{"*":{"id":"37218","name":"*","chunks":[],"async":false}},"25733":{"*":{"id":"74159","name":"*","chunks":[],"async":false}},"26125":{"*":{"id":"20535","name":"*","chunks":[],"async":false}},"30948":{"*":{"id":"37400","name":"*","chunks":[],"async":false}},"31872":{"*":{"id":"91996","name":"*","chunks":[],"async":false}},"32135":{"*":{"id":"81567","name":"*","chunks":[],"async":false}},"32530":{"*":{"id":"25682","name":"*","chunks":[],"async":false}},"35045":{"*":{"id":"69385","name":"*","chunks":[],"async":false}},"37066":{"*":{"id":"22252","name":"*","chunks":[],"async":false}},"37175":{"*":{"id":"98723","name":"*","chunks":[],"async":false}},"38230":{"*":{"id":"38868","name":"*","chunks":[],"async":false}},"38596":{"*":{"id":"23476","name":"*","chunks":[],"async":false}},"43333":{"*":{"id":"20485","name":"*","chunks":[],"async":false}},"46772":{"*":{"id":"8834","name":"*","chunks":[],"async":false}},"47245":{"*":{"id":"44469","name":"*","chunks":[],"async":false}},"47432":{"*":{"id":"53192","name":"*","chunks":[],"async":false}},"50136":{"*":{"id":"78472","name":"*","chunks":[],"async":false}},"51123":{"*":{"id":"90537","name":"*","chunks":[],"async":false}},"51454":{"*":{"id":"65024","name":"*","chunks":[],"async":false}},"53038":{"*":{"id":"8114","name":"*","chunks":[],"async":false}},"54053":{"*":{"id":"38768","name":"*","chunks":[],"async":false}},"54546":{"*":{"id":"68480","name":"*","chunks":[],"async":false}},"56550":{"*":{"id":"44846","name":"*","chunks":[],"async":false}},"57047":{"*":{"id":"78353","name":"*","chunks":[],"async":false}},"57567":{"*":{"id":"75765","name":"*","chunks":[],"async":false}},"59295":{"*":{"id":"67235","name":"*","chunks":[],"async":false}},"60717":{"*":{"id":"43394","name":"*","chunks":[],"async":false}},"63380":{"*":{"id":"932","name":"*","chunks":[],"async":false}},"64795":{"*":{"id":"14567","name":"*","chunks":[],"async":false}},"65177":{"*":{"id":"50747","name":"*","chunks":[],"async":false}},"66911":{"*":{"id":"73723","name":"*","chunks":[],"async":false}},"67692":{"*":{"id":"69270","name":"*","chunks":[],"async":false}},"68600":{"*":{"id":"50258","name":"*","chunks":[],"async":false}},"69692":{"*":{"id":"34202","name":"*","chunks":[],"async":false}},"70339":{"*":{"id":"25385","name":"*","chunks":[],"async":false}},"70391":{"*":{"id":"51283","name":"*","chunks":[],"async":false}},"70789":{"*":{"id":"80959","name":"*","chunks":[],"async":false}},"71103":{"*":{"id":"98831","name":"*","chunks":[],"async":false}},"72600":{"*":{"id":"31178","name":"*","chunks":[],"async":false}},"73531":{"*":{"id":"13377","name":"*","chunks":[],"async":false}},"80600":{"*":{"id":"87030","name":"*","chunks":[],"async":false}},"82455":{"*":{"id":"97617","name":"*","chunks":[],"async":false}},"83101":{"*":{"id":"16865","name":"*","chunks":[],"async":false}},"84675":{"*":{"id":"46127","name":"*","chunks":[],"async":false}},"85148":{"*":{"id":"28606","name":"*","chunks":[],"async":false}},"90163":{"*":{"id":"39623","name":"*","chunks":[],"async":false}},"91133":{"*":{"id":"80913","name":"*","chunks":[],"async":false}},"91494":{"*":{"id":"59062","name":"*","chunks":[],"async":false}},"98814":{"*":{"id":"87050","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"1076":{"*":{"id":"88182","name":"*","chunks":[],"async":false}},"4297":{"*":{"id":"92249","name":"*","chunks":[],"async":false}},"12569":{"*":{"id":"35879","name":"*","chunks":[],"async":false}},"21580":{"*":{"id":"20232","name":"*","chunks":[],"async":false}},"31872":{"*":{"id":"40622","name":"*","chunks":[],"async":false}},"47245":{"*":{"id":"94647","name":"*","chunks":[],"async":false}},"57567":{"*":{"id":"11319","name":"*","chunks":[],"async":false}},"91133":{"*":{"id":"90511","name":"*","chunks":[],"async":false}}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/
|
|
1
|
+
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/522efebf318b326f.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/081a0afca5a9bd20.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-86e40ea2022f394c.js"/><script src="/_next/static/chunks/c7879cf7-255d52e3eda24cb7.js" async=""></script><script src="/_next/static/chunks/5158-4b48a3595c794bbc.js" async=""></script><script src="/_next/static/chunks/main-app-2c8be355ba1c4e93.js" async=""></script><script src="/_next/static/chunks/c6123951-462cab681f34bf85.js" async=""></script><script src="/_next/static/chunks/6795-3ddcc1d55c65c001.js" async=""></script><script src="/_next/static/chunks/505-d28bf4f5bee3eb89.js" async=""></script><script src="/_next/static/chunks/4156-7e832a27a1200556.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js" async=""></script><script src="/_next/static/chunks/app/layout-c47481f46f5ae72b.js" async=""></script><link rel="preload" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap" as="style"/><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"/><title>404: This page could not be found.</title><meta name="theme-color" content="#0a0a0a"/><title>9Router - AI Infrastructure Management</title><meta name="description" content="One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."/><link rel="manifest" href="/manifest.webmanifest"/><link rel="icon" href="/favicon.ico?603d046c9a6fdfbb" type="image/x-icon" sizes="16x16"/><link rel="icon" href="/favicon.svg"/><link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap" rel="stylesheet"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-86e40ea2022f394c.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[98814,[\"4335\",\"static/chunks/c6123951-462cab681f34bf85.js\",\"6795\",\"static/chunks/6795-3ddcc1d55c65c001.js\",\"505\",\"static/chunks/505-d28bf4f5bee3eb89.js\",\"4156\",\"static/chunks/4156-7e832a27a1200556.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js\"],\"ThemeProvider\"]\n3:I[70339,[\"505\",\"static/chunks/505-d28bf4f5bee3eb89.js\",\"7177\",\"static/chunks/app/layout-c47481f46f5ae72b.js\"],\"RuntimeI18nProvider\"]\n4:I[91133,[],\"\"]\n5:I[4297,[],\"\"]\n6:I[31872,[],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\na:I[31872,[],\"ViewportBoundary\"]\nc:I[31872,[],\"MetadataBoundary\"]\ne:I[57567,[],\"default\",1]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/522efebf318b326f.css\",\"style\"]\n:HL[\"/_next/static/css/081a0afca5a9bd20.css\",\"style\"]\n:HL[\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200\u0026display=swap\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/522efebf318b326f.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/081a0afca5a9bd20.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.googleapis.com\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.gstatic.com\",\"crossOrigin\":\"anonymous\"}],[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200\u0026display=swap\",\"rel\":\"stylesheet\"}]]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,null]},null,false,\"$@9\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"DFz-I614MEHkP46c-vopk\"}\n"])</script><script>self.__next_f.push([1,"f:[]\n9:\"$Wf\"\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#0a0a0a\"}]]\n"])</script><script>self.__next_f.push([1,"10:I[12569,[],\"IconMark\"]\n8:null\nd:[[\"$\",\"title\",\"0\",{\"children\":\"9Router - AI Infrastructure Management\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?603d046c9a6fdfbb\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"link\",\"4\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\"}],[\"$\",\"$L10\",\"5\",{}]]\n"])</script></body></html>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[98814,["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-
|
|
3
|
-
3:I[70339,["505","static/chunks/505-
|
|
2
|
+
2:I[98814,["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"ThemeProvider"]
|
|
3
|
+
3:I[70339,["505","static/chunks/505-d28bf4f5bee3eb89.js","7177","static/chunks/app/layout-c47481f46f5ae72b.js"],"RuntimeI18nProvider"]
|
|
4
4
|
4:I[91133,[],""]
|
|
5
5
|
5:I[4297,[],""]
|
|
6
6
|
6:I[31872,[],"OutletBoundary"]
|
|
@@ -9,10 +9,10 @@ a:I[31872,[],"ViewportBoundary"]
|
|
|
9
9
|
c:I[31872,[],"MetadataBoundary"]
|
|
10
10
|
e:I[57567,[],"default",1]
|
|
11
11
|
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
12
|
-
:HL["/_next/static/css/
|
|
12
|
+
:HL["/_next/static/css/522efebf318b326f.css","style"]
|
|
13
13
|
:HL["/_next/static/css/081a0afca5a9bd20.css","style"]
|
|
14
14
|
:HL["https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap","style"]
|
|
15
|
-
0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/
|
|
15
|
+
0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/522efebf318b326f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/081a0afca5a9bd20.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"preconnect","href":"https://fonts.googleapis.com"}],["$","link",null,{"rel":"preconnect","href":"https://fonts.gstatic.com","crossOrigin":"anonymous"}],["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap","rel":"stylesheet"}]]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,null]},null,false,"$@9"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"DFz-I614MEHkP46c-vopk"}
|
|
16
16
|
f:[]
|
|
17
17
|
9:"$Wf"
|
|
18
18
|
b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[98814,["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-
|
|
3
|
-
3:I[70339,["505","static/chunks/505-
|
|
2
|
+
2:I[98814,["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"ThemeProvider"]
|
|
3
|
+
3:I[70339,["505","static/chunks/505-d28bf4f5bee3eb89.js","7177","static/chunks/app/layout-c47481f46f5ae72b.js"],"RuntimeI18nProvider"]
|
|
4
4
|
4:I[91133,[],""]
|
|
5
5
|
5:I[4297,[],""]
|
|
6
6
|
6:I[31872,[],"OutletBoundary"]
|
|
@@ -9,10 +9,10 @@ a:I[31872,[],"ViewportBoundary"]
|
|
|
9
9
|
c:I[31872,[],"MetadataBoundary"]
|
|
10
10
|
e:I[57567,[],"default",1]
|
|
11
11
|
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
12
|
-
:HL["/_next/static/css/
|
|
12
|
+
:HL["/_next/static/css/522efebf318b326f.css","style"]
|
|
13
13
|
:HL["/_next/static/css/081a0afca5a9bd20.css","style"]
|
|
14
14
|
:HL["https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap","style"]
|
|
15
|
-
0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/
|
|
15
|
+
0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/522efebf318b326f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/081a0afca5a9bd20.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"preconnect","href":"https://fonts.googleapis.com"}],["$","link",null,{"rel":"preconnect","href":"https://fonts.gstatic.com","crossOrigin":"anonymous"}],["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap","rel":"stylesheet"}]]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,null]},null,false,"$@9"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"DFz-I614MEHkP46c-vopk"}
|
|
16
16
|
f:[]
|
|
17
17
|
9:"$Wf"
|
|
18
18
|
b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
3:I[31872,[],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
5
|
5:I[12569,[],"IconMark"]
|
|
6
|
-
0:{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"9Router - AI Infrastructure Management"}],["$","meta","1",{"name":"description","content":"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?603d046c9a6fdfbb","type":"image/x-icon","sizes":"16x16"}],["$","link","4",{"rel":"icon","href":"/favicon.svg"}],["$","$L5","5",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
6
|
+
0:{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"9Router - AI Infrastructure Management"}],["$","meta","1",{"name":"description","content":"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?603d046c9a6fdfbb","type":"image/x-icon","sizes":"16x16"}],["$","link","4",{"rel":"icon","href":"/favicon.svg"}],["$","$L5","5",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"DFz-I614MEHkP46c-vopk"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[98814,["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-
|
|
3
|
-
3:I[70339,["505","static/chunks/505-
|
|
2
|
+
2:I[98814,["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-d28bf4f5bee3eb89.js","4156","static/chunks/4156-7e832a27a1200556.js","9305","static/chunks/app/(dashboard)/layout-380c1f4327a2a3bc.js"],"ThemeProvider"]
|
|
3
|
+
3:I[70339,["505","static/chunks/505-d28bf4f5bee3eb89.js","7177","static/chunks/app/layout-c47481f46f5ae72b.js"],"RuntimeI18nProvider"]
|
|
4
4
|
4:I[91133,[],""]
|
|
5
5
|
5:I[4297,[],""]
|
|
6
|
-
:HL["/_next/static/css/
|
|
6
|
+
:HL["/_next/static/css/522efebf318b326f.css","style"]
|
|
7
7
|
:HL["/_next/static/css/081a0afca5a9bd20.css","style"]
|
|
8
8
|
:HL["https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap","style"]
|
|
9
|
-
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/
|
|
9
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/522efebf318b326f.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/081a0afca5a9bd20.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"preconnect","href":"https://fonts.googleapis.com"}],["$","link",null,{"rel":"preconnect","href":"https://fonts.gstatic.com","crossOrigin":"anonymous"}],["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap","rel":"stylesheet"}]]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}]}]}]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"DFz-I614MEHkP46c-vopk"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[31872,[],"OutletBoundary"]
|
|
3
3
|
3:"$Sreact.suspense"
|
|
4
|
-
0:{"rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
4
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"DFz-I614MEHkP46c-vopk"}
|
|
5
5
|
4:null
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
2:I[91133,[],""]
|
|
3
3
|
3:I[4297,[],""]
|
|
4
4
|
4:[]
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"DFz-I614MEHkP46c-vopk"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
2
|
-
:HL["/_next/static/css/
|
|
2
|
+
:HL["/_next/static/css/522efebf318b326f.css","style"]
|
|
3
3
|
:HL["/_next/static/css/081a0afca5a9bd20.css","style"]
|
|
4
4
|
:HL["https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap","style"]
|
|
5
|
-
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"_not-found","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"
|
|
5
|
+
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"_not-found","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"DFz-I614MEHkP46c-vopk"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{var a={};a.id=7758,a.ids=[7758],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},12412:a=>{"use strict";a.exports=require("assert")},21820:a=>{"use strict";a.exports=require("os")},24429:()=>{},27910:a=>{"use strict";a.exports=require("stream")},28354:a=>{"use strict";a.exports=require("util")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},51455:a=>{"use strict";a.exports=require("node:fs/promises")},55511:a=>{"use strict";a.exports=require("crypto")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},64749:()=>{},
|
|
1
|
+
(()=>{var a={};a.id=7758,a.ids=[7758],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},12412:a=>{"use strict";a.exports=require("assert")},21820:a=>{"use strict";a.exports=require("os")},24429:()=>{},27910:a=>{"use strict";a.exports=require("stream")},28354:a=>{"use strict";a.exports=require("util")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},51455:a=>{"use strict";a.exports=require("node:fs/promises")},55511:a=>{"use strict";a.exports=require("crypto")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},64749:()=>{},68447:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>H,patchFetch:()=>G,routeModule:()=>C,serverHooks:()=>F,workAsyncStorage:()=>D,workUnitAsyncStorage:()=>E});var d={};c.r(d),c.d(d,{POST:()=>B});var e=c(55103),f=c(30600),g=c(10087),h=c(42431),i=c(27321),j=c(42417),k=c(261),l=c(8555),m=c(87717),n=c(34935),o=c(66116),p=c(99218),q=c(43448),r=c(67162),s=c(80463),t=c(86439),u=c(99509),v=c(86606),w=c(37770),x=c(94723),y=c(87690),z=c(11735);let A=new TextEncoder().encode(process.env.JWT_SECRET||"9router-default-secret-change-me");async function B(a){try{let b,c,d,{password:e}=await a.json(),f=await (0,w.getSettings)();if(b=(a.headers.get("host")||"").split(":")[0].toLowerCase(),c=f.tunnelUrl?new URL(f.tunnelUrl).hostname.toLowerCase():"",d=f.tailscaleUrl?new URL(f.tailscaleUrl).hostname.toLowerCase():"",(c&&b===c||d&&b===d)&&!0!==f.tunnelDashboardAccess)return v.NextResponse.json({error:"Dashboard access via tunnel is disabled"},{status:403});let g=f.password,h=!1;if(g)h=await x.Ay.compare(e,g);else{let a=process.env.INITIAL_PASSWORD||"123456";h=e===a}if(h){let b="true"===process.env.AUTH_COOKIE_SECURE,c=a.headers.get("x-forwarded-proto"),d=await new y.P({authenticated:!0}).setProtectedHeader({alg:"HS256"}).setExpirationTime("24h").sign(A);return(await (0,z.UL)()).set("auth_token",d,{httpOnly:!0,secure:b||"https"===c,sameSite:"lax",path:"/"}),v.NextResponse.json({success:!0})}return v.NextResponse.json({error:"Invalid password"},{status:401})}catch(a){return v.NextResponse.json({error:a.message},{status:500})}}let C=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/auth/login/route",pathname:"/api/auth/login",filename:"route",bundlePath:"app/api/auth/login/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/Working/router4/app/src/app/api/auth/login/route.js",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:D,workUnitAsyncStorage:E,serverHooks:F}=C;function G(){return(0,g.patchFetch)({workAsyncStorage:D,workUnitAsyncStorage:E})}async function H(a,b,c){c.requestMeta&&(0,h.setRequestMeta)(a,c.requestMeta),C.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/auth/login/route";"/index"===d&&(d="/");let e=await C.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!e)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:g,params:v,nextConfig:w,parsedUrl:x,isDraftMode:y,prerenderManifest:z,routerServerContext:A,isOnDemandRevalidate:B,revalidateOnlyGenerated:D,resolvedPathname:E,clientReferenceManifest:F,serverActionsManifest:G}=e,H=(0,k.normalizeAppPath)(d),I=!!(z.dynamicRoutes[H]||z.routes[E]),J=async()=>((null==A?void 0:A.render404)?await A.render404(a,b,x,!1):b.end("This page could not be found"),null);if(I&&!y){let a=!!z.routes[E],b=z.dynamicRoutes[H];if(b&&!1===b.fallback&&!a){if(w.adapterPath)return await J();throw new t.NoFallbackError}}let K=null;!I||C.isDev||y||(K="/index"===(K=E)?"/":K);let L=!0===C.isDev||!I,M=I&&!L;G&&F&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:F,serverActionsManifest:G});let N=a.method||"GET",O=(0,i.getTracer)(),P=O.getActiveScopeSpan(),Q=!!(null==A?void 0:A.isWrappedByNextServer),R=!!(0,h.getRequestMeta)(a,"minimalMode"),S=(0,h.getRequestMeta)(a,"incrementalCache")||await C.getIncrementalCache(a,w,z,R);null==S||S.resetRequestCache(),globalThis.__incrementalCache=S;let T={params:v,previewProps:z.preview,renderOpts:{experimental:{authInterrupts:!!w.experimental.authInterrupts},cacheComponents:!!w.cacheComponents,supportsDynamicResponse:L,incrementalCache:S,cacheLifeProfiles:w.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>C.onRequestError(a,b,d,e,A)},sharedContext:{buildId:g}},U=new l.NodeNextRequest(a),V=new l.NodeNextResponse(b),W=m.NextRequestAdapter.fromNodeNextRequest(U,(0,m.signalFromNodeResponse)(b));try{let e,g=async a=>C.handle(W,T).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=O.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==n.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let f=c.get("next.route");if(f){let b=`${N} ${f}`;a.setAttributes({"next.route":f,"http.route":f,"next.span_name":b}),a.updateName(b),e&&e!==a&&(e.setAttribute("http.route",f),e.updateName(b))}else a.updateName(`${N} ${d}`)}),h=async e=>{var h,i;let j=async({previousCacheEntry:f})=>{try{if(!R&&B&&D&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await g(e);a.fetchMetrics=T.renderOpts.fetchMetrics;let h=T.renderOpts.pendingWaitUntil;h&&c.waitUntil&&(c.waitUntil(h),h=void 0);let i=T.renderOpts.collectedTags;if(!I)return await (0,p.I)(U,V,d,T.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,q.toNodeOutgoingHttpHeaders)(d.headers);i&&(b[s.NEXT_CACHE_TAGS_HEADER]=i),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==T.renderOpts.collectedRevalidate&&!(T.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&T.renderOpts.collectedRevalidate,e=void 0===T.renderOpts.collectedExpire||T.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:T.renderOpts.collectedExpire;return{value:{kind:u.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==f?void 0:f.isStale)&&await C.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:M,isOnDemandRevalidate:B})},!1,A),b}},k=await C.handleResponse({req:a,nextConfig:w,cacheKey:K,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:z,isRoutePPREnabled:!1,isOnDemandRevalidate:B,revalidateOnlyGenerated:D,responseGenerator:j,waitUntil:c.waitUntil,isMinimalMode:R});if(!I)return null;if((null==k||null==(h=k.value)?void 0:h.kind)!==u.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==k||null==(i=k.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});R||b.setHeader("x-nextjs-cache",B?"REVALIDATED":k.isMiss?"MISS":k.isStale?"STALE":"HIT"),y&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let l=(0,q.fromNodeOutgoingHttpHeaders)(k.value.headers);return R&&I||l.delete(s.NEXT_CACHE_TAGS_HEADER),!k.cacheControl||b.getHeader("Cache-Control")||l.get("Cache-Control")||l.set("Cache-Control",(0,r.getCacheControlHeader)(k.cacheControl)),await (0,p.I)(U,V,new Response(k.value.body,{headers:l,status:k.value.status||200})),null};Q&&P?await h(P):(e=O.getActiveScopeSpan(),await O.withPropagatedContext(a.headers,()=>O.trace(n.BaseServerSpan.handleRequest,{spanName:`${N} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":N,"http.target":a.url}},h),void 0,!Q))}catch(b){if(b instanceof t.NoFallbackError||await C.onRequestError(a,b,{routerKind:"App Router",routePath:H,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:M,isOnDemandRevalidate:B})},!1,A),I)throw b;return await (0,p.I)(U,V,new Response(null,{status:500})),null}}},73024:a=>{"use strict";a.exports=require("node:fs")},73136:a=>{"use strict";a.exports=require("node:url")},76760:a=>{"use strict";a.exports=require("node:path")},77598:a=>{"use strict";a.exports=require("node:crypto")},81115:a=>{"use strict";a.exports=require("constants")},81372:(a,b,c)=>{"use strict";c.d(b,{n:()=>i});var d=c(33873),e=c.n(d),f=c(21820),g=c.n(f);let h="9router",i=process.env.DATA_DIR?process.env.DATA_DIR:"win32"===process.platform?e().join(process.env.APPDATA||e().join(g().homedir(),"AppData","Roaming"),h):e().join(g().homedir(),`.${h}`)},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},94735:a=>{"use strict";a.exports=require("events")}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[7773,3656,6799,1735,8710,7690,7770],()=>b(b.s=68447));module.exports=c})();
|