9router 0.4.13 → 0.4.14
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 +6 -6
- package/app/.next/build-manifest.json +2 -2
- package/app/.next/routes-manifest.json +3 -3
- 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_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 +2 -2
- 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/media-providers/combo/[id]/page.js +5 -0
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js.nft.json +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page_client-reference-manifest.js +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/web/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/web/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_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 +3 -3
- 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 +2 -2
- 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 +2 -2
- 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/[id]/route.js.nft.json +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/deepgram/voices/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/inworld/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]/models/route.js.nft.json +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/settings/route.js.nft.json +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 +3 -3
- 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 +3 -3
- 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/api/chat/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/audio/speech/route.js +1 -1
- package/app/.next/server/app/api/v1/audio/speech/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/chat/completions/route.js +1 -1
- package/app/.next/server/app/api/v1/chat/completions/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/embeddings/route.js +1 -1
- package/app/.next/server/app/api/v1/embeddings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/images/generations/route.js +2 -2
- package/app/.next/server/app/api/v1/images/generations/route.js.nft.json +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/messages/route.js.nft.json +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/compact/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/responses/route.js +1 -1
- package/app/.next/server/app/api/v1/responses/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/route.js +1 -1
- package/app/.next/server/app/api/v1/search/route.js +1 -1
- package/app/.next/server/app/api/v1/search/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/web/fetch/route.js +1 -1
- package/app/.next/server/app/api/v1/web/fetch/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1beta/models/[...path]/route.js +1 -1
- package/app/.next/server/app/api/v1beta/models/[...path]/route.js.nft.json +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 +1 -1
- 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/media-providers/web.html +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.rsc +6 -6
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/media-providers/web.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/media-providers/web.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/media-providers/web.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 +2 -2
- 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 +6 -6
- package/app/.next/server/chunks/1578.js +1 -1
- package/app/.next/server/chunks/2049.js +1 -1
- package/app/.next/server/chunks/253.js +1 -1
- package/app/.next/server/chunks/2692.js +1 -1
- package/app/.next/server/chunks/450.js +1 -1
- package/app/.next/server/chunks/4627.js +1 -0
- package/app/.next/server/chunks/5053.js +2 -2
- package/app/.next/server/chunks/7171.js +1 -0
- package/app/.next/server/chunks/8035.js +1 -1
- package/app/.next/server/chunks/8146.js +1 -0
- package/app/.next/server/chunks/8202.js +1 -1
- package/app/.next/server/chunks/8513.js +3 -3
- package/app/.next/server/middleware-build-manifest.js +1 -1
- package/app/.next/server/middleware.js +4 -4
- package/app/.next/server/pages/404.html +1 -1
- package/app/.next/server/pages/500.html +1 -1
- package/app/.next/static/{7D6ZXM7R9e5iCcGAVJvY1 → 8WV1D5wSJM-rFNitgNW2w}/_buildManifest.js +1 -1
- package/app/.next/static/chunks/{3116-cec85bb5f212583f.js → 3116-d22342478579cb3e.js} +4 -4
- package/app/.next/static/chunks/{4156-cb6c83e3583f0406.js → 4156-e75862e66f88fee7.js} +1 -1
- package/app/.next/static/chunks/{505-18fef307aacf3205.js → 505-c07518036138961d.js} +1 -1
- package/app/.next/static/chunks/8035-5249f70deade9acb.js +3 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/page-5cb5ae93c4288788.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/media-providers/combo/[id]/page-d994f22741fa26ed.js +4 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/media-providers/web/page-617c9cc320c9aced.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/mitm/{page-dc8502d8e3b95e92.js → page-862c58ef97db3add.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/proxy-pools/page-2501132754f3396f.js +2 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/quota/page-af74897e85d9d248.js +1 -0
- package/app/.next/static/css/0b4644e922cfb228.css +1 -0
- package/app/package.json +1 -1
- package/package.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/web/combo/[id]/page.js +0 -5
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/web/combo/[id]/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/web/combo/[id]/page_client-reference-manifest.js +0 -1
- package/app/.next/server/chunks/1301.js +0 -1
- package/app/.next/server/chunks/5221.js +0 -1
- package/app/.next/server/chunks/6560.js +0 -1
- package/app/.next/static/chunks/8035-51e868622e22263b.js +0 -3
- package/app/.next/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/page-e95c413c30b592eb.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/media-providers/web/combo/[id]/page-8b1737ee82d2cbfa.js +0 -4
- package/app/.next/static/chunks/app/(dashboard)/dashboard/media-providers/web/page-c32e5ceca2e291dd.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/proxy-pools/page-7447209d1946170b.js +0 -2
- package/app/.next/static/chunks/app/(dashboard)/dashboard/quota/page-7d10d891e789f63e.js +0 -1
- package/app/.next/static/css/c5a3b7a7aed78240.css +0 -1
- /package/app/.next/static/{7D6ZXM7R9e5iCcGAVJvY1 → 8WV1D5wSJM-rFNitgNW2w}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/media-providers/[kind]/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}},"8569":{"*":{"id":"37545","name":"*","chunks":[],"async":false}},"12003":{"*":{"id":"60115","name":"*","chunks":[],"async":false}},"12569":{"*":{"id":"35879","name":"*","chunks":[],"async":false}},"12820":{"*":{"id":"66610","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}},"69640":{"*":{"id":"100","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}},"83307":{"*":{"id":"11269","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}},"99775":{"*":{"id":"16081","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-18fef307aacf3205.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-18fef307aacf3205.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.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/AddCustomEmbeddingModal.js":{"id":12820,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.js"],"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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/NoAuthProxyCard.js":{"id":99775,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ProviderInfoCard.js":{"id":8569,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","8035","static/chunks/8035-51e868622e22263b.js","6337","static/chunks/app/(dashboard)/dashboard/page-87aa0d715eec8054.js"],"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":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-18fef307aacf3205.js","4156","static/chunks/4156-cb6c83e3583f0406.js","6620","static/chunks/app/(dashboard)/dashboard/media-providers/%5Bkind%5D/page-e95c413c30b592eb.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/web/combo/[id]/page.js":{"id":83307,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/web/page.js":{"id":69640,"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/proxy-pools/page.js":{"id":85148,"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/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/c5a3b7a7aed78240.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/(dashboard)/dashboard/page":[{"inlined":false,"path":"static/css/599369d853c61df7.css"}],"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/[kind]/page":[{"inlined":false,"path":"static/css/599369d853c61df7.css"}]},"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}},"8569":{"*":{"id":"95031","name":"*","chunks":[],"async":false}},"12003":{"*":{"id":"86241","name":"*","chunks":[],"async":false}},"12569":{"*":{"id":"14801","name":"*","chunks":[],"async":false}},"12820":{"*":{"id":"89468","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}},"69640":{"*":{"id":"58770","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}},"83307":{"*":{"id":"56155","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}},"99775":{"*":{"id":"89439","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["/(dashboard)/dashboard/media-providers/[kind]/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}},"8569":{"*":{"id":"37545","name":"*","chunks":[],"async":false}},"12003":{"*":{"id":"60115","name":"*","chunks":[],"async":false}},"12569":{"*":{"id":"35879","name":"*","chunks":[],"async":false}},"12820":{"*":{"id":"66610","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}},"37694":{"*":{"id":"33160","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}},"69640":{"*":{"id":"100","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}},"99775":{"*":{"id":"16081","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-c07518036138961d.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-c07518036138961d.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.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/AddCustomEmbeddingModal.js":{"id":12820,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.js"],"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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/NoAuthProxyCard.js":{"id":99775,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ProviderInfoCard.js":{"id":8569,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","8035","static/chunks/8035-5249f70deade9acb.js","6337","static/chunks/app/(dashboard)/dashboard/page-87aa0d715eec8054.js"],"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":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","6620","static/chunks/app/(dashboard)/dashboard/media-providers/%5Bkind%5D/page-5cb5ae93c4288788.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js":{"id":37694,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/web/page.js":{"id":69640,"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/0b4644e922cfb228.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/(dashboard)/dashboard/page":[{"inlined":false,"path":"static/css/599369d853c61df7.css"}],"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/[kind]/page":[{"inlined":false,"path":"static/css/599369d853c61df7.css"}]},"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}},"8569":{"*":{"id":"95031","name":"*","chunks":[],"async":false}},"12003":{"*":{"id":"86241","name":"*","chunks":[],"async":false}},"12569":{"*":{"id":"14801","name":"*","chunks":[],"async":false}},"12820":{"*":{"id":"89468","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}},"37694":{"*":{"id":"17626","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}},"69640":{"*":{"id":"58770","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}},"99775":{"*":{"id":"89439","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}}}};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
(()=>{var a={};a.id=8334,a.ids=[8334],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")},7793:(a,b,c)=>{"use strict";c.r(b),c.d(b,{__next_app__:()=>M,handler:()=>O,routeModule:()=>N});var d=c(31975),e=c(30600),f=c(66116),g=c(27321),h=c(42431),i=c(34935),j=c(57326),k=c(63459),l=c(8555),m=c(67401),n=c(75869),o=c(42417),p=c(44612),q=c(261),r=c(14220),s=c(37353),t=c(26713),u=c(99509),v=c(31310),w=c(85426),x=c(80463),y=c(83665),z=c(9071),A=c(62091),B=c(86439),C=c(77068),D=c(44303),E=c(18045),F=c(71860),G=c(70722),H=c(19995),I=c(43954),J=c(17891),K={};for(let a in E)0>["default","__next_app__","routeModule","handler"].indexOf(a)&&(K[a]=()=>E[a]);c.d(b,K);let L={children:["",{children:["(dashboard)",{children:["dashboard",{children:["media-providers",{children:["combo",{children:["[id]",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,17626)),"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js"]}]},{"global-error":[()=>Promise.resolve().then(c.t.bind(c,75765,23)),"next/dist/client/components/builtin/global-error.js"]},[]]},{"global-error":[()=>Promise.resolve().then(c.t.bind(c,75765,23)),"next/dist/client/components/builtin/global-error.js"]},[]]},{"global-error":[()=>Promise.resolve().then(c.t.bind(c,75765,23)),"next/dist/client/components/builtin/global-error.js"]},[]]},{"global-error":[()=>Promise.resolve().then(c.t.bind(c,75765,23)),"next/dist/client/components/builtin/global-error.js"]},[]]},{layout:[()=>Promise.resolve().then(c.bind(c,97934)),"/Users/Working/router4/app/src/app/(dashboard)/layout.js"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,75765,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,13729,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,53532,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,4175,23)),"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await Promise.resolve().then(c.bind(c,94638))).default(a)],apple:[],openGraph:[],twitter:[],manifest:"/manifest.webmanifest"}},[]]},{layout:[()=>Promise.resolve().then(c.bind(c,6112)),"/Users/Working/router4/app/src/app/layout.js"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,75765,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,13729,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,53532,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,4175,23)),"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await Promise.resolve().then(c.bind(c,94638))).default(a)],apple:[],openGraph:[],twitter:[],manifest:"/manifest.webmanifest"}},[]]}.children,M={require:c,loadChunk:()=>Promise.resolve()},N=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/(dashboard)/dashboard/media-providers/combo/[id]/page",pathname:"/dashboard/media-providers/combo/[id]",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:L},distDir:".next",relativeProjectDir:""});async function O(a,b,d){var K,P,Q,R,S;d.requestMeta&&(0,h.setRequestMeta)(a,d.requestMeta),N.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let T=!!(0,h.getRequestMeta)(a,"minimalMode"),U="/(dashboard)/dashboard/media-providers/combo/[id]/page";"/index"===U&&(U="/");let V=await N.prepare(a,b,{srcPage:U,multiZoneDraftMode:!1});if(!V)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:W,query:X,params:Y,pageIsDynamic:Z,buildManifest:$,nextFontManifest:_,reactLoadableManifest:aa,serverActionsManifest:ab,clientReferenceManifest:ac,subresourceIntegrityManifest:ad,prerenderManifest:ae,isDraftMode:af,resolvedPathname:ag,revalidateOnlyGenerated:ah,routerServerContext:ai,nextConfig:aj,parsedUrl:ak,interceptionRoutePatterns:al,deploymentId:am,clientAssetToken:an}=V,ao=(0,q.normalizeAppPath)(U),{isOnDemandRevalidate:ap}=V,aq=aj.experimental.ppr&&!aj.cacheComponents&&(0,I.isInterceptionRouteAppPath)(ag)?null:N.match(ag,ae),ar=(null==aq?void 0:aq.route)??null,as=!!ae.routes[ag],at=a.headers["user-agent"]||"",au=(0,t.getBotType)(at),av=(0,p.isHtmlBotRequest)(a),aw=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[s.NEXT_ROUTER_PREFETCH_HEADER],ax=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[s.RSC_HEADER],ay=(0,r.getIsPossibleServerAction)(a),az=(0,m.checkIsAppPPREnabled)(aj.experimental.ppr),aA=a.headers[x.NEXT_RESUME_STATE_LENGTH_HEADER];if(!(0,h.getRequestMeta)(a,"postponed")&&T&&az&&ay&&aA&&"string"==typeof aA){let e=parseInt(aA,10),{maxPostponedStateSize:f,maxPostponedStateSizeBytes:g}=(0,D.getMaxPostponedStateSize)(aj.experimental.maxPostponedStateSize);if(!isNaN(e)&&e>0){if(e>g)return b.statusCode=413,b.end((0,D.getPostponedStateExceededErrorMessage)(f)),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let i="1 MB",j=(null==(S=aj.experimental.serverActions)?void 0:S.bodySizeLimit)??i,k=e+(j!==i?c(66716).parse(j):1048576),l=await (0,D.readBodyWithSizeLimit)(a,k);if(null===l)return b.statusCode=413,b.end("Request body exceeded limit. To configure the body size limit for Server Actions, see: https://nextjs.org/docs/app/api-reference/next-config-js/serverActions#bodysizelimit"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;if(l.length>=e){let b=l.subarray(0,e).toString("utf8");(0,h.addRequestMeta)(a,"postponed",b);let c=l.subarray(e);(0,h.addRequestMeta)(a,"actionBody",c)}else throw Object.defineProperty(Error(`invariant: expected ${e} bytes of postponed state but only received ${l.length} bytes`),"__NEXT_ERROR_CODE",{value:"E979",enumerable:!1,configurable:!0})}}if(!(0,h.getRequestMeta)(a,"postponed")&&az&&"1"===a.headers[x.NEXT_RESUME_HEADER]&&"POST"===a.method){let{maxPostponedStateSize:c,maxPostponedStateSizeBytes:e}=(0,D.getMaxPostponedStateSize)(aj.experimental.maxPostponedStateSize),f=await (0,D.readBodyWithSizeLimit)(a,e);if(null===f)return b.statusCode=413,b.end((0,D.getPostponedStateExceededErrorMessage)(c)),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let g=f.toString("utf8");(0,h.addRequestMeta)(a,"postponed",g)}let aB=!0===N.isDev||!0===aj.experimental.exposeTestingApiInProductionBuild,aC=aB&&("1"===a.headers[s.NEXT_INSTANT_PREFETCH_HEADER]||void 0===a.headers[s.RSC_HEADER]&&"string"==typeof a.headers.cookie&&a.headers.cookie.includes(s.NEXT_INSTANT_TEST_COOKIE+"=")),aD=(az||aC)&&((null==(K=ae.routes[ao]??ae.dynamicRoutes[ao])?void 0:K.renderingMode)==="PARTIALLY_STATIC"||aC&&(aB||(null==ai?void 0:ai.experimentalTestProxy)===!0)),aE=aC&&aD,aF=aE&&!0===N.isDev,aG=!1,aH=aD?(0,h.getRequestMeta)(a,"postponed"):void 0,aI=null==(P=ae.routes[ag])?void 0:P.prefetchDataRoute,aJ=aD&&ax&&!aw&&!aI;T&&(aJ=aJ&&!!aH);let aK=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),aL=(!au||!aD)&&(!at||(0,p.shouldServeStreamingMetadata)(at,aj.htmlLimitedBots)),aM=!!((ar||as||ae.routes[ao])&&!(au&&aD)),aN=aD&&!0===aj.cacheComponents,aO=!0===N.isDev||!aM||"string"==typeof aH||(aN&&(0,h.getRequestMeta)(a,"onCacheEntryV2")?aJ&&!T:aJ),aP=!!au&&aD,aQ=(null==ar?void 0:ar.remainingPrerenderableParams)??[],aR=(null==ar?void 0:ar.fallback)===null&&((null==(Q=ar.fallbackRootParams)?void 0:Q.length)??0)>0,aS=null;if(!af&&aM&&!aO&&!ay&&!aH&&!aJ){let a=aq?"string"==typeof(null==ar?void 0:ar.fallback)?ar.fallback:aq.source:null;if(!0===aj.experimental.partialFallbacks&&a&&(null==ar?void 0:ar.fallbackRouteParams)&&!aR){if(aQ.length>0){let b,c=(b=new Map(aQ.map(a=>[a.paramName,a])),a.split("/").map(a=>{let c=(0,J.getSegmentParam)(a);if(!c)return a;let d=b.get(c.paramName);if(!d)return a;let e=null==Y?void 0:Y[d.paramName];if(!e)return a;let f=Array.isArray(e)?e.map(a=>encodeURIComponent(a)).join("/"):encodeURIComponent(e);return a.replace(function(a){let{repeat:b,optional:c}=(0,J.getParamProperties)(a.paramType);return c?`[[...${a.paramName}]]`:b?`[...${a.paramName}]`:`[${a.paramName}]`}(d),f)}).join("/")||"/");aS=c!==a?c:null}}else aS=ag}let aT=aS;!aT&&(N.isDev||aM&&Z&&(null==ar?void 0:ar.fallbackRouteParams)&&!ay)&&(aT=ag),N.isDev||af||!aM||!ax||aJ||(0,k.d)(a.headers);let aU={...E,tree:L,handler:O,routeModule:N,__next_app__:M};ab&&ac&&(0,o.setManifestsSingleton)({page:U,clientReferenceManifest:ac,serverActionsManifest:ab});let aV=a.method||"GET",aW=(0,g.getTracer)(),aX=aW.getActiveScopeSpan(),aY=!!(null==ai?void 0:ai.isWrappedByNextServer),aZ=!0===aj.experimental.partialFallbacks&&aQ.length>0?(null==ar||null==(R=ar.fallbackRouteParams)?void 0:R.filter(a=>!aQ.some(b=>b.paramName===a.paramName)))??[]:[],a$=async()=>((null==ai?void 0:ai.render404)?await ai.render404(a,b,ak,!1):b.end("This page could not be found"),null);try{let f,k=N.getVaryHeader(ag,al);b.setHeader("Vary",k);let m=async(c,d)=>{let e=new l.NodeNextRequest(a),g=new l.NodeNextResponse(b);return N.render(e,g,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let a=aW.getRootSpanAttributes();if(!a)return;if(a.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${a.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let d=a.get("next.route");if(d){let a=`${aV} ${d}`;c.setAttributes({"next.route":d,"http.route":d,"next.span_name":a}),c.updateName(a),f&&f!==c&&(f.setAttribute("http.route",d),f.updateName(a))}else c.updateName(`${aV} ${U}`)})},o=(0,h.getRequestMeta)(a,"incrementalCache")||await N.getIncrementalCache(a,aj,ae,T);null==o||o.resetRequestCache(),globalThis.__incrementalCache=o;let p=async({span:e,postponed:f,fallbackRouteParams:g,forceStaticRender:i})=>{let k={query:X,params:Y,page:ao,sharedContext:{buildId:W,deploymentId:am,clientAssetToken:an},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aU,Component:(0,j.T)(aU),params:Y,routeModule:N,page:U,postponed:f,shouldWaitOnAllReady:aP,serveStreamingMetadata:aL,supportsDynamicResponse:"string"==typeof f||aO,buildManifest:$,nextFontManifest:_,reactLoadableManifest:aa,subresourceIntegrityManifest:ad,setCacheStatus:null==ai?void 0:ai.setCacheStatus,setIsrStatus:null==ai?void 0:ai.setIsrStatus,setReactDebugChannel:null==ai?void 0:ai.setReactDebugChannel,sendErrorsToBrowser:null==ai?void 0:ai.sendErrorsToBrowser,dir:c(33873).join(process.cwd(),N.relativeProjectDir),isDraftMode:af,botType:au,isOnDemandRevalidate:ap,isPossibleServerAction:ay,assetPrefix:aj.assetPrefix,nextConfigOutput:aj.output,crossOrigin:aj.crossOrigin,trailingSlash:aj.trailingSlash,images:aj.images,previewProps:ae.preview,enableTainting:aj.experimental.taint,htmlLimitedBots:aj.htmlLimitedBots,reactMaxHeadersLength:aj.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:o,cacheLifeProfiles:aj.cacheLife,basePath:aj.basePath,serverActions:aj.experimental.serverActions,logServerFunctions:"object"==typeof aj.logging&&!!aj.logging.serverFunctions,...aE||aF||aG?{isBuildTimePrerendering:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isDebugDynamicAccesses:aF}:{},cacheComponents:!!aj.cacheComponents,experimental:{isRoutePPREnabled:aD,expireTime:aj.expireTime,staleTimes:aj.experimental.staleTimes,dynamicOnHover:!!aj.experimental.dynamicOnHover,optimisticRouting:!!aj.experimental.optimisticRouting,inlineCss:!!aj.experimental.inlineCss,prefetchInlining:aj.experimental.prefetchInlining??!1,authInterrupts:!!aj.experimental.authInterrupts,cachedNavigations:!!aj.experimental.cachedNavigations,clientTraceMetadata:aj.experimental.clientTraceMetadata||[],clientParamParsingOrigins:aj.experimental.clientParamParsingOrigins,maxPostponedStateSizeBytes:(0,C.parseMaxPostponedStateSize)(aj.experimental.maxPostponedStateSize)},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d,e)=>N.onRequestError(a,b,d,e,ai),err:(0,h.getRequestMeta)(a,"invokeError")}};i&&(k.renderOpts.supportsDynamicResponse=!1);let l=await m(e,k),{metadata:n}=l,{cacheControl:p,headers:q={},fetchTags:r,fetchMetrics:s}=n;if(r&&(q[x.NEXT_CACHE_TAGS_HEADER]=r),a.fetchMetrics=s,aM&&(null==p?void 0:p.revalidate)===0&&!N.isDev&&!aD){let a=n.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${ag}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
|
|
2
|
+
see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:u.CachedRouteKind.APP_PAGE,html:l,headers:q,rscData:n.flightData,postponed:n.postponed,status:n.statusCode,segmentData:n.segmentData},cacheControl:p}},q=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i,forceStaticRender:j=!1})=>{let k,l=!1===N.isDev,m=c||b.writableEnded;if(ap&&ah&&!f&&!T)return(null==ai?void 0:ai.render404)?await ai.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ar&&(k=(0,v.parseFallbackField)(ar.fallback)),!0===aj.experimental.partialFallbacks&&(null==ar?void 0:ar.fallback)===null&&!aR&&aQ.length>0&&(k=v.FallbackMode.PRERENDER),k===v.FallbackMode.PRERENDER&&(0,t.isBot)(at)&&(!aD||av)&&(k=v.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ap=!0),ap&&(k!==v.FallbackMode.NOT_FOUND||f)&&(k=v.FallbackMode.BLOCKING_STATIC_RENDER),!T&&k!==v.FallbackMode.BLOCKING_STATIC_RENDER&&aT&&!m&&!af&&Z&&(l||!as)){if((l||ar)&&k===v.FallbackMode.NOT_FOUND){if(aj.adapterPath)return await a$();throw new B.NoFallbackError}if(aD&&(aj.cacheComponents?!aJ:!ax)){let b=l&&"string"==typeof(null==ar?void 0:ar.fallback)?ar.fallback:ao,f=(l||aE)&&(null==ar?void 0:ar.fallbackRouteParams)?(0,n.createOpaqueFallbackRouteParams)(ar.fallbackRouteParams):aG?(0,n.getFallbackRouteParams)(ao,N):null;aE&&f&&(0,h.addRequestMeta)(a,"fallbackParams",f);let g=await N.handleResponse({cacheKey:b,req:a,nextConfig:aj,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:ae,isRoutePPREnabled:aD,responseGenerator:async()=>p({span:i,postponed:void 0,fallbackRouteParams:f,forceStaticRender:!0}),waitUntil:d.waitUntil,isMinimalMode:T});if(null===g)return null;if(g)return T||!aD||!(aQ.length>0)||!0!==aj.experimental.partialFallbacks||!aS||!o||ap||aG||aB||aC||aw||(0,H.scheduleOnNextTick)(async()=>{let b=N.getResponseCache(a);try{await b.revalidate(aS,o,aD,!1,a=>p({span:a.span,postponed:void 0,fallbackRouteParams:aZ.length>0?(0,n.createOpaqueFallbackRouteParams)(aZ):null,forceStaticRender:!0}),null,c,d.waitUntil)}catch(a){console.error("Error revalidating the page in the background",a)}}),delete g.cacheControl,g}}let r=ap||g||!aH?void 0:aH;if(aN&&!T&&o&&(aJ||ay)&&!j){let b=await o.get(ag,{kind:u.IncrementalCacheKind.APP_PAGE,isRoutePPREnabled:!0,isFallback:!1});b&&b.value&&b.value.kind===u.CachedRouteKind.APP_PAGE&&(r=b.value.postponed,b&&(-1===b.isStale||!0===b.isStale)&&(0,H.scheduleOnNextTick)(async()=>{let b=N.getResponseCache(a);try{await b.revalidate(ag,o,aD,!1,a=>q({...a,forceStaticRender:!0}),null,c,d.waitUntil)}catch(a){console.error("Error revalidating the page in the background",a)}}))}if((aE||aF)&&void 0!==r)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:u.CachedRouteKind.PAGES,html:w.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let s=(l&&(0,h.getRequestMeta)(a,"renderFallbackShell")||aE&&!as)&&(null==ar?void 0:ar.fallbackRouteParams)?(0,n.createOpaqueFallbackRouteParams)(ar.fallbackRouteParams):aG?(0,n.getFallbackRouteParams)(ao,N):null;if((l||aE)&&aj.cacheComponents&&!as&&(null==ar?void 0:ar.fallbackRouteParams)){let b=(0,n.createOpaqueFallbackRouteParams)(ar.fallbackRouteParams);b&&(0,h.addRequestMeta)(a,"fallbackParams",b)}return p({span:i,postponed:r,fallbackRouteParams:s,forceStaticRender:j})},r=async c=>{var f,g,i,j,k;let l,m=await N.handleResponse({cacheKey:aS,responseGenerator:a=>q({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ap,isRoutePPREnabled:aD,req:a,nextConfig:aj,prerenderManifest:ae,waitUntil:d.waitUntil,isMinimalMode:T});if(af&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),N.isDev&&b.setHeader("Cache-Control","no-cache, must-revalidate"),!m){if(aS)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=m.value)?void 0:f.kind)!==u.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=m.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let n="string"==typeof m.value.postponed;ax&&!ay&&am&&b.setHeader(x.NEXT_NAV_DEPLOYMENT_ID_HEADER,am),aM&&!aJ&&(!n||aw)&&(T||b.setHeader("x-nextjs-cache",ap?"REVALIDATED":m.isMiss?"MISS":m.isStale?"STALE":"HIT"),b.setHeader(s.NEXT_IS_PRERENDER_HEADER,"1"));let{value:o}=m;if(aH)l={revalidate:0,expire:void 0};else if(aJ)l={revalidate:0,expire:void 0};else if(!N.isDev)if(af)l={revalidate:0,expire:void 0};else if(aM){if(m.cacheControl)if("number"==typeof m.cacheControl.revalidate){if(m.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${m.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:m.cacheControl.revalidate,expire:(null==(j=m.cacheControl)?void 0:j.expire)??aj.expireTime}}else l={revalidate:x.CACHE_ONE_YEAR_SECONDS,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(m.cacheControl=l,"string"==typeof aK&&(null==o?void 0:o.kind)===u.CachedRouteKind.APP_PAGE&&o.segmentData){b.setHeader(s.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=o.headers)?void 0:k[x.NEXT_CACHE_TAGS_HEADER];T&&aM&&c&&"string"==typeof c&&b.setHeader(x.NEXT_CACHE_TAGS_HEADER,c);let d=o.segmentData.get(aK);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:aj.generateEtags,poweredByHeader:aj.poweredByHeader,result:w.default.fromStatic(d,s.RSC_CONTENT_TYPE_HEADER),cacheControl:m.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:aj.generateEtags,poweredByHeader:aj.poweredByHeader,result:w.default.EMPTY,cacheControl:m.cacheControl}))}let r=aN?(0,h.getRequestMeta)(a,"onCacheEntryV2")??(0,h.getRequestMeta)(a,"onCacheEntry"):(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r(m,{url:(0,h.getRequestMeta)(a,"initURL")??a.url}))return null;if(o.headers){let a={...o.headers};for(let[c,d]of(T&&aM||delete a[x.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let t=null==(g=o.headers)?void 0:g[x.NEXT_CACHE_TAGS_HEADER];if(T&&aM&&t&&"string"==typeof t&&b.setHeader(x.NEXT_CACHE_TAGS_HEADER,t),!o.status||ax&&aD||(b.statusCode=o.status),!T&&o.status&&F.RedirectStatusCode[o.status]&&ax&&(b.statusCode=200),n&&!aJ&&b.setHeader(s.NEXT_DID_POSTPONE_HEADER,"1"),ax&&!af){if(void 0===o.rscData){if(o.html.contentType!==s.RSC_CONTENT_TYPE_HEADER)if(aj.cacheComponents)return b.statusCode=404,(0,A.sendRenderResult)({req:a,res:b,generateEtags:aj.generateEtags,poweredByHeader:aj.poweredByHeader,result:w.default.EMPTY,cacheControl:m.cacheControl});else throw Object.defineProperty(new G.InvariantError(`Expected RSC response, got ${o.html.contentType}`),"__NEXT_ERROR_CODE",{value:"E789",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:aj.generateEtags,poweredByHeader:aj.poweredByHeader,result:o.html,cacheControl:m.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:aj.generateEtags,poweredByHeader:aj.poweredByHeader,result:w.default.fromStatic(o.rscData,s.RSC_CONTENT_TYPE_HEADER),cacheControl:m.cacheControl})}let v=o.html;if(aC&&aE){let c=!0===N.isDev?crypto.randomUUID():null;return v.pipeThrough((0,z.createInstantTestScriptInsertionTransformStream)(c)),(0,A.sendRenderResult)({req:a,res:b,generateEtags:aj.generateEtags,poweredByHeader:aj.poweredByHeader,result:v,cacheControl:{revalidate:0,expire:void 0}})}if(!n||T||ax)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:aj.generateEtags,poweredByHeader:aj.poweredByHeader,result:v,cacheControl:m.cacheControl});if(aE||aF)return v.push(new ReadableStream({start(a){a.enqueue(y.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:aj.generateEtags,poweredByHeader:aj.poweredByHeader,result:v,cacheControl:{revalidate:0,expire:void 0}});let B=new TransformStream;return v.push(B.readable),p({span:c,postponed:o.postponed,fallbackRouteParams:null,forceStaticRender:!1}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==u.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(B.writable)}).catch(a=>{B.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:aj.generateEtags,poweredByHeader:aj.poweredByHeader,result:v,cacheControl:{revalidate:0,expire:void 0}})};if(!aY||!aX)return f=aW.getActiveScopeSpan(),await aW.withPropagatedContext(a.headers,()=>aW.trace(i.BaseServerSpan.handleRequest,{spanName:`${aV} ${U}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aV,"http.target":a.url}},r),void 0,!aY);await r(aX)}catch(b){throw b instanceof B.NoFallbackError||await N.onRequestError(a,b,{routerKind:"App Router",routePath:U,routeType:"render",revalidateReason:(0,f.c)({isStaticGeneration:aM,isOnDemandRevalidate:ap})},!1,ai),b}}},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")},14985:a=>{"use strict";a.exports=require("dns")},17626:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(92713).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js","default")},17891:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/get-segment-param")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{"use strict";a.exports=require("os")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},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")},33160:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>q});var d=c(26835),e=c(28217),f=c(53830),g=c(30978),h=c.n(g),i=c(50450),j=c(66298),k=c(30207);let l=/^[a-zA-Z0-9_.\-]+$/,m={webSearch:"Web Search",webFetch:"Web Fetch",image:"Text to Image",tts:"Text To Speech"},n={webSearch:"/v1/search",webFetch:"/v1/web/fetch",image:"/v1/images/generations",tts:"/v1/audio/speech"},o={webSearch:a=>({model:a,query:"What is the latest news about AI?",search_type:"web",max_results:5}),webFetch:a=>({model:a,url:"https://example.com",format:"markdown"}),image:a=>({model:a,prompt:"A cute cat playing piano",n:1,size:"1024x1024"}),tts:a=>({model:a,input:"Hello, this is a test.",voice:"alloy"})};function p(a){return"webSearch"===a||"webFetch"===a?"/dashboard/media-providers/web":`/dashboard/media-providers/${a}`}function q(){let{id:a}=(0,e.useParams)(),b=(0,e.useRouter)(),[c,g]=(0,f.useState)(null),[q,r]=(0,f.useState)(!0),[s,t]=(0,f.useState)(""),[u,v]=(0,f.useState)(""),[w,x]=(0,f.useState)([]),[y,z]=(0,f.useState)(!1),[A,B]=(0,f.useState)(!1),[C,D]=(0,f.useState)([]),[E,F]=(0,f.useState)(!1),[G,H]=(0,f.useState)(null),[I,J]=(0,f.useState)(""),[K,L]=(0,f.useState)(""),[M,N]=(0,f.useState)([]),[O,P]=(0,f.useState)({}),Q=async()=>{try{let[b,c,d,e,f,h]=await Promise.all([fetch(`/api/combos/${a}`,{cache:"no-store"}),fetch("/api/settings",{cache:"no-store"}),fetch("/api/usage/logs",{cache:"no-store"}),fetch("/api/keys",{cache:"no-store"}),fetch("/api/providers",{cache:"no-store"}),fetch("/api/models/alias",{cache:"no-store"})]);if(h.ok&&P((await h.json()).aliases||{}),e.ok){let a=await e.json();L((a.keys||[]).find(a=>!1!==a.isActive)?.key||"")}if(f.ok&&N((await f.json()).connections||[]),!b.ok){g(null),r(!1);return}let i=await b.json();g(i),t(i.name),x(i.models||[]);let j=c.ok?await c.json():{};z(j.comboStrategies?.[i.name]?.fallbackStrategy==="round-robin");let k=d.ok?await d.json():[];D(k.filter(a=>"string"==typeof a&&a.includes(i.name)).slice(0,50))}catch{}r(!1)},R=a=>a.trim()?l.test(a)?(v(""),!0):(v("Only letters, numbers, -, _ and ."),!1):(v("Name is required"),!1),S=async b=>{let c=await fetch(`/api/combos/${a}`,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(b)});return!!c.ok||(alert((await c.json()).error||"Failed to save"),!1)},T=async()=>{!R(s)||s===c.name||await S({name:s})&&await Q()},U=async a=>{let b=a?.value||a;if(!b||w.includes(b))return;let c=[...w,b];x(c),await S({models:c})},V=async a=>{let b=w.filter((b,c)=>c!==a);x(b),await S({models:b})},W=async(a,b)=>{let c=[...w],d=a+b;d<0||d>=c.length||([c[a],c[d]]=[c[d],c[a]],x(c),await S({models:c}))},X=async a=>{z(a);let b=await fetch("/api/settings",{cache:"no-store"}),d={...(b.ok?await b.json():{}).comboStrategies||{}};a?d[c.name]={fallbackStrategy:"round-robin"}:delete d[c.name],await fetch("/api/settings",{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({comboStrategies:d})})},Y=async()=>{!confirm(`Delete combo "${c.name}"?`)||(await fetch(`/api/combos/${a}`,{method:"DELETE"})).ok&&b.push(p(c.kind))},Z=async()=>{if(F(!0),H(null),J(""),G?.audioUrl)try{URL.revokeObjectURL(G.audioUrl)}catch{}if(G?.imageUrl?.startsWith("blob:"))try{URL.revokeObjectURL(G.imageUrl)}catch{}let a=Date.now();try{let b=n[c.kind],d=o[c.kind](c.name),e={"Content-Type":"application/json"};K&&(e.Authorization=`Bearer ${K}`);let f=await fetch(`/api${b}`,{method:"POST",headers:e,body:JSON.stringify(d)}),g=Date.now()-a;if(!f.ok){let a=await f.json().catch(()=>({}));J(a?.error?.message||a?.error||`HTTP ${f.status}`),H({json:JSON.stringify(a,null,2),latencyMs:g});return}let h=f.headers.get("content-type")||"";if(h.startsWith("image/")){let a=await f.blob();H({imageUrl:URL.createObjectURL(a),latencyMs:g});return}if(h.startsWith("audio/")||"application/octet-stream"===h){let a=await f.blob();H({audioUrl:URL.createObjectURL(a),latencyMs:g});return}let i=await f.json(),j=i?.data?.[0],k=j?.b64_json?`data:image/png;base64,${j.b64_json}`:j?.url||"";H({json:JSON.stringify(function a(b){if(!b||"object"!=typeof b)return b;if(Array.isArray(b))return b.map(a);let c={};for(let[d,e]of Object.entries(b))c[d]="b64_json"===d&&"string"==typeof e&&e.length>100?`<${e.length} chars base64>`:a(e);return c}(i),null,2),imageUrl:k,latencyMs:g})}catch(a){J(a.message||"Network error")}F(!1)};if(q)return(0,d.jsx)("div",{className:"text-text-muted text-sm",children:"Loading..."});if(!c)return(0,e.notFound)();let $=m[c.kind]||k.rj.find(a=>a.id===c.kind)?.label||"Combo",_=n[c.kind],aa=c.kind&&o[c.kind]?o[c.kind](c.name):null,ab=_?`curl -X POST http://localhost:20128${_} \\
|
|
3
|
+
-H "Content-Type: application/json" \\
|
|
4
|
+
-H "Authorization: Bearer ${K||"YOUR_KEY"}" \\
|
|
5
|
+
-d '${JSON.stringify(aa)}'`:"",ac=p(c.kind);return(0,d.jsxs)("div",{className:"flex flex-col gap-6",children:[(0,d.jsxs)("div",{className:"flex flex-col gap-4 sm:flex-row sm:items-center sm:justify-between",children:[(0,d.jsxs)("div",{className:"flex items-center gap-3 min-w-0",children:[(0,d.jsx)(h(),{href:ac,className:"text-text-muted hover:text-primary",children:(0,d.jsx)("span",{className:"material-symbols-outlined",children:"arrow_back"})}),(0,d.jsx)("div",{className:"size-10 rounded-lg bg-primary/10 flex items-center justify-center",children:(0,d.jsx)("span",{className:"material-symbols-outlined text-primary",children:"layers"})}),(0,d.jsxs)("div",{className:"min-w-0",children:[(0,d.jsxs)("p",{className:"text-xs text-text-muted",children:[$," Combo"]}),(0,d.jsx)("code",{className:"text-lg font-semibold font-mono",children:c.name})]})]}),(0,d.jsx)(i.$n,{variant:"outline",icon:"delete",onClick:Y,className:"text-red-500 border-red-200 hover:bg-red-50",children:"Delete"})]}),(0,d.jsxs)(i.Zp,{children:[(0,d.jsx)("h2",{className:"text-lg font-semibold mb-3",children:"Settings"}),(0,d.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,d.jsxs)("div",{children:[(0,d.jsx)(i.pd,{label:"Combo Name",value:s,onChange:a=>{t(a.target.value),R(a.target.value)},onBlur:T,error:u}),(0,d.jsx)("p",{className:"text-[10px] text-text-muted mt-0.5",children:"Only letters, numbers, -, _ and ."})]}),(0,d.jsxs)("div",{className:"flex items-center justify-between",children:[(0,d.jsxs)("div",{children:[(0,d.jsx)("p",{className:"text-sm font-medium",children:"Round Robin"}),(0,d.jsx)("p",{className:"text-xs text-text-muted",children:"Rotate providers across requests instead of strict fallback order."})]}),(0,d.jsx)(i.lM,{checked:y,onChange:X})]})]})]}),(0,d.jsxs)(i.Zp,{children:[(0,d.jsxs)("div",{className:"flex flex-col gap-3 sm:flex-row sm:items-center sm:justify-between mb-3",children:[(0,d.jsxs)("div",{children:[(0,d.jsx)("h2",{className:"text-lg font-semibold",children:"Providers"}),(0,d.jsx)("p",{className:"text-xs text-text-muted",children:"Tried in order (top-down) or rotated when round-robin is on."})]}),(0,d.jsx)(i.$n,{size:"sm",icon:"add",onClick:()=>B(!0),children:"Add Provider"})]}),0===w.length?(0,d.jsx)("div",{className:"text-center py-6 border border-dashed border-border rounded-lg text-text-muted text-sm",children:"No providers yet."}):(0,d.jsx)("div",{className:"flex flex-col gap-2",children:w.map((a,b)=>{let{providerId:c,model:e}=function(a){if("string"!=typeof a)return{providerId:"",model:""};let b=a.indexOf("/");return b<0?{providerId:a,model:""}:{providerId:a.slice(0,b),model:a.slice(b+1)}}(a),f=k.Q2[c];return(0,d.jsxs)("div",{className:"flex items-center gap-3 p-2 rounded-lg bg-black/[0.02] dark:bg-white/[0.02]",children:[(0,d.jsx)("span",{className:"text-xs text-text-muted w-5 text-center",children:b+1}),(0,d.jsx)(j.A,{src:`/providers/${c}.png`,alt:f?.name||c,size:24,className:"object-contain rounded shrink-0",fallbackText:f?.textIcon||c.slice(0,2).toUpperCase(),fallbackColor:f?.color}),(0,d.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,d.jsx)("div",{className:"text-sm font-medium truncate",children:f?.name||c}),e&&(0,d.jsx)("code",{className:"text-[10px] text-text-muted font-mono truncate block",children:e})]}),(0,d.jsxs)("div",{className:"flex items-center gap-0.5",children:[(0,d.jsx)("button",{onClick:()=>W(b,-1),disabled:0===b,className:`p-1 rounded ${0===b?"text-text-muted/20":"text-text-muted hover:text-primary hover:bg-black/5"}`,title:"Move up",children:(0,d.jsx)("span",{className:"material-symbols-outlined text-[16px]",children:"arrow_upward"})}),(0,d.jsx)("button",{onClick:()=>W(b,1),disabled:b===w.length-1,className:`p-1 rounded ${b===w.length-1?"text-text-muted/20":"text-text-muted hover:text-primary hover:bg-black/5"}`,title:"Move down",children:(0,d.jsx)("span",{className:"material-symbols-outlined text-[16px]",children:"arrow_downward"})}),(0,d.jsx)("button",{onClick:()=>V(b),className:"p-1 rounded text-text-muted hover:text-red-500 hover:bg-red-500/10",title:"Remove",children:(0,d.jsx)("span",{className:"material-symbols-outlined text-[16px]",children:"close"})})]})]},`${a}-${b}`)})})]}),c.kind&&_&&(0,d.jsxs)(i.Zp,{children:[(0,d.jsxs)("div",{className:"flex flex-col gap-3 sm:flex-row sm:items-center sm:justify-between mb-3",children:[(0,d.jsx)("h2",{className:"text-lg font-semibold",children:"Test Example"}),(0,d.jsx)(i.$n,{size:"sm",icon:"play_arrow",onClick:Z,disabled:E||0===w.length,children:E?"Running...":"Run"})]}),(0,d.jsx)("pre",{className:"text-xs font-mono bg-black/[0.03] dark:bg-white/[0.03] p-3 rounded-lg overflow-x-auto whitespace-pre-wrap break-all",children:ab}),I&&(0,d.jsx)("p",{className:"mt-3 text-xs text-red-500 break-words",children:I}),G&&(0,d.jsxs)("div",{className:"mt-3 flex flex-col gap-3",children:[null!=G.latencyMs&&(0,d.jsxs)("span",{className:"text-[11px] text-text-muted",children:["⚡ ",G.latencyMs,"ms"]}),G.imageUrl&&(0,d.jsxs)("div",{children:[(0,d.jsx)("div",{className:"flex items-center justify-end mb-1.5",children:(0,d.jsxs)("a",{href:G.imageUrl,download:"image.png",className:"inline-flex items-center gap-1 text-xs text-text-muted hover:text-primary transition-colors",children:[(0,d.jsx)("span",{className:"material-symbols-outlined text-[14px]",children:"download"}),"Download"]})}),(0,d.jsx)("img",{src:G.imageUrl,alt:"Generated",className:"max-w-full rounded-lg border border-border"})]}),G.audioUrl&&(0,d.jsxs)("div",{children:[(0,d.jsx)("div",{className:"flex items-center justify-end mb-1.5",children:(0,d.jsxs)("a",{href:G.audioUrl,download:"speech.mp3",className:"inline-flex items-center gap-1 text-xs text-text-muted hover:text-primary transition-colors",children:[(0,d.jsx)("span",{className:"material-symbols-outlined text-[14px]",children:"download"}),"Download"]})}),(0,d.jsx)("audio",{controls:!0,src:G.audioUrl,className:"w-full"})]}),G.json&&(0,d.jsx)("pre",{className:"text-xs font-mono bg-black/[0.03] dark:bg-white/[0.03] p-3 rounded-lg overflow-auto max-h-[300px] whitespace-pre-wrap break-all",children:G.json})]})]}),(0,d.jsxs)(i.Zp,{children:[(0,d.jsx)("h2",{className:"text-lg font-semibold mb-3",children:"Usage Logs"}),0===C.length?(0,d.jsx)("p",{className:"text-xs text-text-muted italic",children:"No usage yet."}):(0,d.jsx)("pre",{className:"text-[11px] font-mono bg-black/[0.03] dark:bg-white/[0.03] p-3 rounded-lg overflow-auto max-h-[400px] whitespace-pre-wrap",children:C.join("\n")})]}),(0,d.jsx)(i.rq,{isOpen:A,onClose:()=>B(!1),onSelect:U,activeProviders:M,modelAliases:O,title:`Add ${$} Model`,kindFilter:c.kind})]})}},33873:a=>{"use strict";a.exports=require("path")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},42403:(a,b,c)=>{Promise.resolve().then(c.bind(c,17626))},43954:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/interception-routes")},51455:a=>{"use strict";a.exports=require("node:fs/promises")},55511:a=>{"use strict";a.exports=require("crypto")},55591:a=>{"use strict";a.exports=require("https")},56475:(a,b,c)=>{Promise.resolve().then(c.bind(c,33160))},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},70722:a=>{"use strict";a.exports=require("next/dist/shared/lib/invariant-error")},73024:a=>{"use strict";a.exports=require("node:fs")},73136:a=>{"use strict";a.exports=require("node:url")},74075:a=>{"use strict";a.exports=require("zlib")},76760:a=>{"use strict";a.exports=require("node:path")},77068:a=>{"use strict";a.exports=require("next/dist/shared/lib/size-limit")},77598:a=>{"use strict";a.exports=require("node:crypto")},79551:a=>{"use strict";a.exports=require("url")},79646:a=>{"use strict";a.exports=require("child_process")},81115:a=>{"use strict";a.exports=require("constants")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},91645:a=>{"use strict";a.exports=require("net")},94735:a=>{"use strict";a.exports=require("events")}};var b=require("../../../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[7773,3656,2566,5978,375,2371,5053,7770,21,8193,8513,3774,8035,2049,450,9534],()=>b(b.s=7793));module.exports=c})();
|
package/app/.next/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js.nft.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../../../../../../node_modules/@swc/helpers/_/_interop_require_default/package.json","../../../../../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../../../../../node_modules/@swc/helpers/package.json","../../../../../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../../../../../node_modules/next/dist/client/lib/console.js","../../../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../../../node_modules/next/dist/compiled/bytes/index.js","../../../../../../../../../node_modules/next/dist/compiled/bytes/package.json","../../../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../../../../../node_modules/next/dist/lib/scheduler.js","../../../../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../../../../../node_modules/next/dist/server/node-environment.js","../../../../../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../../../../../node_modules/next/dist/server/require-hook.js","../../../../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../../../../node_modules/next/dist/shared/lib/router/utils/get-segment-param.js","../../../../../../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../../../../../../node_modules/next/dist/shared/lib/router/utils/interception-routes.js","../../../../../../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../../../node_modules/next/dist/shared/lib/size-limit.js","../../../../../../../../../node_modules/next/package.json","../../../../../../../../../node_modules/react/cjs/react.development.js","../../../../../../../../../node_modules/react/cjs/react.production.js","../../../../../../../../../node_modules/react/index.js","../../../../../../../../../node_modules/react/package.json","../../../../../../../../package.json","../../../../../../../package.json","../../../../../../chunks/1249.js","../../../../../../chunks/2049.js","../../../../../../chunks/21.js","../../../../../../chunks/2371.js","../../../../../../chunks/2566.js","../../../../../../chunks/3656.js","../../../../../../chunks/375.js","../../../../../../chunks/3774.js","../../../../../../chunks/450.js","../../../../../../chunks/5053.js","../../../../../../chunks/5978.js","../../../../../../chunks/64.js","../../../../../../chunks/7770.js","../../../../../../chunks/7773.js","../../../../../../chunks/8035.js","../../../../../../chunks/8193.js","../../../../../../chunks/8513.js","../../../../../../chunks/9534.js","../../../../../../webpack-runtime.js","page_client-reference-manifest.js"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/media-providers/combo/[id]/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}},"8569":{"*":{"id":"37545","name":"*","chunks":[],"async":false}},"12003":{"*":{"id":"60115","name":"*","chunks":[],"async":false}},"12569":{"*":{"id":"35879","name":"*","chunks":[],"async":false}},"12820":{"*":{"id":"66610","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}},"37694":{"*":{"id":"33160","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}},"69640":{"*":{"id":"100","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}},"99775":{"*":{"id":"16081","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-c07518036138961d.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-c07518036138961d.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.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/AddCustomEmbeddingModal.js":{"id":12820,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.js"],"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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/NoAuthProxyCard.js":{"id":99775,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ProviderInfoCard.js":{"id":8569,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","9305","static/chunks/app/(dashboard)/layout-2b41c9c888e0223f.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":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","8035","static/chunks/8035-5249f70deade9acb.js","6337","static/chunks/app/(dashboard)/dashboard/page-87aa0d715eec8054.js"],"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/media-providers/combo/[id]/page.js":{"id":37694,"name":"*","chunks":["4335","static/chunks/c6123951-462cab681f34bf85.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-c07518036138961d.js","4156","static/chunks/4156-e75862e66f88fee7.js","8334","static/chunks/app/(dashboard)/dashboard/media-providers/combo/%5Bid%5D/page-d994f22741fa26ed.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/web/page.js":{"id":69640,"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/0b4644e922cfb228.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/(dashboard)/dashboard/page":[{"inlined":false,"path":"static/css/599369d853c61df7.css"}],"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/combo/[id]/page":[{"inlined":false,"path":"static/css/599369d853c61df7.css"}]},"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}},"8569":{"*":{"id":"95031","name":"*","chunks":[],"async":false}},"12003":{"*":{"id":"86241","name":"*","chunks":[],"async":false}},"12569":{"*":{"id":"14801","name":"*","chunks":[],"async":false}},"12820":{"*":{"id":"89468","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}},"37694":{"*":{"id":"17626","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}},"69640":{"*":{"id":"58770","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}},"99775":{"*":{"id":"89439","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}}}};
|