omniroute 0.3.0 → 0.4.0
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/README.md +35 -1150
- package/app/.next/BUILD_ID +1 -1
- package/app/.next/app-path-routes-manifest.json +28 -23
- package/app/.next/build-manifest.json +2 -2
- package/app/.next/prerender-manifest.json +75 -3
- package/app/.next/routes-manifest.json +30 -0
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/combos/page.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/combos/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/health/page.js +2 -0
- package/app/.next/server/app/(dashboard)/dashboard/health/page.js.nft.json +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/health/page_client-reference-manifest.js +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/onboarding/page.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/onboarding/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/onboarding/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.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/profile/page.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/profile/page.js.nft.json +1 -1
- 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.js.nft.json +1 -1
- 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 +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js.nft.json +1 -1
- 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.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/settings/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/settings/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/settings/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/settings/pricing/page.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/settings/pricing/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/settings/pricing/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.js.nft.json +1 -1
- 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.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_global-error/page.js +2 -2
- package/app/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_global-error.html +2 -2
- package/app/.next/server/app/_global-error.rsc +3 -3
- package/app/.next/server/app/_global-error.segments/_full.segment.rsc +3 -3
- 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 +2 -2
- package/app/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/_not-found/page.js +1 -1
- package/app/.next/server/app/_not-found/page.js.nft.json +1 -1
- 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 +5 -5
- package/app/.next/server/app/_not-found.segments/_full.segment.rsc +5 -5
- 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 +2 -2
- 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/login/route.js.nft.json +1 -1
- package/app/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cache/route.js +2 -0
- package/app/.next/server/app/api/cache/route.js.nft.json +1 -0
- package/app/.next/server/app/api/cache/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/cache/stats/route.js +1 -1
- package/app/.next/server/app/api/cache/stats/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js +2 -157
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/backups/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/backups/route_client-reference-manifest.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/claude-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/cline-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/cline-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/codex-profiles/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/codex-profiles/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/codex-settings/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/codex-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/droid-settings/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/droid-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/guide-settings/[toolId]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/kilo-settings/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/kilo-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/openclaw-settings/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/openclaw-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/runtime/[toolId]/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/runtime/[toolId]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cloud/auth/route.js +1 -156
- package/app/.next/server/app/api/cloud/auth/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cloud/auth/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cloud/credentials/update/route.js +1 -156
- package/app/.next/server/app/api/cloud/credentials/update/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cloud/credentials/update/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cloud/model/resolve/route.js +1 -156
- package/app/.next/server/app/api/cloud/model/resolve/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cloud/model/resolve/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cloud/models/alias/route.js +1 -1
- package/app/.next/server/app/api/cloud/models/alias/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cloud/models/alias/route_client-reference-manifest.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/[id]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/combos/metrics/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/combos/route.js +1 -1
- package/app/.next/server/app/api/combos/route.js.nft.json +1 -1
- package/app/.next/server/app/api/combos/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/combos/test/route.js +1 -156
- package/app/.next/server/app/api/combos/test/route.js.nft.json +1 -1
- package/app/.next/server/app/api/combos/test/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/compliance/audit-log/route.js +1 -156
- package/app/.next/server/app/api/compliance/audit-log/route.js.nft.json +1 -1
- package/app/.next/server/app/api/compliance/audit-log/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/db-backups/route.js +1 -156
- package/app/.next/server/app/api/db-backups/route.js.nft.json +1 -1
- package/app/.next/server/app/api/db-backups/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/evals/[suiteId]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/evals/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/fallback/chains/route.js +3 -1
- package/app/.next/server/app/api/fallback/chains/route.js.nft.json +1 -1
- package/app/.next/server/app/api/fallback/chains/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/init/route.js +1 -1
- package/app/.next/server/app/api/init/route.js.nft.json +1 -1
- package/app/.next/server/app/api/init/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/keys/[id]/route.js +1 -1
- package/app/.next/server/app/api/keys/[id]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/keys/[id]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/keys/route.js +1 -1
- package/app/.next/server/app/api/keys/route.js.nft.json +1 -1
- package/app/.next/server/app/api/keys/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/models/alias/route.js +1 -1
- package/app/.next/server/app/api/models/alias/route.js.nft.json +1 -1
- package/app/.next/server/app/api/models/alias/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/models/availability/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/models/catalog/route.js +2 -156
- package/app/.next/server/app/api/models/catalog/route.js.nft.json +1 -1
- package/app/.next/server/app/api/models/catalog/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/models/route.js +2 -156
- package/app/.next/server/app/api/models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/monitoring/health/route.js +2 -0
- package/app/.next/server/app/api/monitoring/health/route.js.nft.json +1 -0
- package/app/.next/server/app/api/monitoring/health/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/oauth/[provider]/[action]/route.js +2 -2
- package/app/.next/server/app/api/oauth/[provider]/[action]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/[provider]/[action]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/cursor/auto-import/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/cursor/import/route.js +1 -1
- package/app/.next/server/app/api/oauth/cursor/import/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/cursor/import/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/auto-import/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/import/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/import/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/kiro/import/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-authorize/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-exchange/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/policies/route.js +3 -1
- package/app/.next/server/app/api/policies/route.js.nft.json +1 -1
- package/app/.next/server/app/api/policies/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/pricing/defaults/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/pricing/models/route.js +1 -156
- package/app/.next/server/app/api/pricing/models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/pricing/models/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/pricing/route.js +1 -156
- package/app/.next/server/app/api/pricing/route.js.nft.json +1 -1
- package/app/.next/server/app/api/pricing/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/provider-models/route.js +1 -156
- package/app/.next/server/app/api/provider-models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/provider-models/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/provider-nodes/[id]/route.js +1 -156
- package/app/.next/server/app/api/provider-nodes/[id]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/provider-nodes/[id]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/provider-nodes/route.js +2 -156
- package/app/.next/server/app/api/provider-nodes/route.js.nft.json +1 -1
- package/app/.next/server/app/api/provider-nodes/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/provider-nodes/validate/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/[id]/models/route.js +2 -156
- package/app/.next/server/app/api/providers/[id]/models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/[id]/models/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/[id]/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/[id]/route_client-reference-manifest.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/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/[id]/test/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/client/route.js +1 -156
- package/app/.next/server/app/api/providers/client/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/client/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/route.js +2 -1
- package/app/.next/server/app/api/providers/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/test-batch/route.js +2 -156
- package/app/.next/server/app/api/providers/test-batch/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/test-batch/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/validate/route.js +1 -156
- package/app/.next/server/app/api/providers/validate/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/validate/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/rate-limit/route.js +1 -156
- package/app/.next/server/app/api/rate-limit/route.js.nft.json +1 -1
- package/app/.next/server/app/api/rate-limit/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/rate-limits/route.js +1 -1
- package/app/.next/server/app/api/rate-limits/route.js.nft.json +1 -1
- package/app/.next/server/app/api/rate-limits/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/resilience/reset/route.js +1 -1
- package/app/.next/server/app/api/resilience/reset/route.js.nft.json +1 -1
- package/app/.next/server/app/api/resilience/reset/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/resilience/route.js +1 -156
- package/app/.next/server/app/api/resilience/route.js.nft.json +1 -1
- package/app/.next/server/app/api/resilience/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/restart/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/settings/combo-defaults/route.js +1 -156
- package/app/.next/server/app/api/settings/combo-defaults/route.js.nft.json +1 -1
- package/app/.next/server/app/api/settings/combo-defaults/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/settings/ip-filter/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/settings/proxy/route.js +1 -156
- package/app/.next/server/app/api/settings/proxy/route.js.nft.json +1 -1
- package/app/.next/server/app/api/settings/proxy/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/settings/proxy/test/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/settings/require-login/route.js +1 -156
- package/app/.next/server/app/api/settings/require-login/route.js.nft.json +1 -1
- package/app/.next/server/app/api/settings/require-login/route_client-reference-manifest.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/settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/settings/system-prompt/route.js +1 -156
- package/app/.next/server/app/api/settings/system-prompt/route.js.nft.json +1 -1
- package/app/.next/server/app/api/settings/system-prompt/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/settings/thinking-budget/route.js +1 -156
- package/app/.next/server/app/api/settings/thinking-budget/route.js.nft.json +1 -1
- package/app/.next/server/app/api/settings/thinking-budget/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/shutdown/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/storage/health/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/sync/cloud/route.js +1 -1
- package/app/.next/server/app/api/sync/cloud/route.js.nft.json +1 -1
- package/app/.next/server/app/api/sync/cloud/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/sync/initialize/route.js +1 -1
- package/app/.next/server/app/api/sync/initialize/route.js.nft.json +1 -1
- package/app/.next/server/app/api/sync/initialize/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/tags/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/telemetry/summary/route.js +1 -1
- package/app/.next/server/app/api/telemetry/summary/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/token-health/route.js +1 -156
- package/app/.next/server/app/api/token-health/route.js.nft.json +1 -1
- package/app/.next/server/app/api/token-health/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/translator/detect/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/translator/history/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/translator/load/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/translator/save/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/translator/send/route.js +1 -1
- package/app/.next/server/app/api/translator/send/route.js.nft.json +1 -1
- package/app/.next/server/app/api/translator/send/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/translator/translate/route.js +1 -156
- package/app/.next/server/app/api/translator/translate/route.js.nft.json +1 -1
- package/app/.next/server/app/api/translator/translate/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/[connectionId]/route.js +1 -1
- package/app/.next/server/app/api/usage/[connectionId]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/[connectionId]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/analytics/route.js +1 -156
- package/app/.next/server/app/api/usage/analytics/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/analytics/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/budget/route.js +3 -1
- package/app/.next/server/app/api/usage/budget/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/budget/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/call-logs/[id]/route.js +1 -156
- package/app/.next/server/app/api/usage/call-logs/[id]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/call-logs/[id]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/call-logs/route.js +1 -156
- package/app/.next/server/app/api/usage/call-logs/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/call-logs/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/history/route.js +1 -156
- package/app/.next/server/app/api/usage/history/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/history/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/logs/route.js +1 -156
- package/app/.next/server/app/api/usage/logs/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/logs/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/proxy-logs/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/request-logs/route.js +1 -156
- package/app/.next/server/app/api/usage/request-logs/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/request-logs/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/api/chat/route.js +1 -156
- package/app/.next/server/app/api/v1/api/chat/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/api/chat/route_client-reference-manifest.js +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/audio/speech/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/audio/transcriptions/route.js +1 -1
- package/app/.next/server/app/api/v1/audio/transcriptions/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/audio/transcriptions/route_client-reference-manifest.js +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/chat/completions/route_client-reference-manifest.js +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/embeddings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/images/generations/route.js +1 -1
- package/app/.next/server/app/api/v1/images/generations/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/images/generations/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/messages/count_tokens/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/messages/route.js +1 -156
- package/app/.next/server/app/api/v1/messages/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/messages/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/models/route.js +2 -1
- package/app/.next/server/app/api/v1/models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/models/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/moderations/route.js +1 -156
- package/app/.next/server/app/api/v1/moderations/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/moderations/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/providers/[provider]/chat/completions/route.js +1 -156
- package/app/.next/server/app/api/v1/providers/[provider]/chat/completions/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/providers/[provider]/chat/completions/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/providers/[provider]/embeddings/route.js +1 -156
- package/app/.next/server/app/api/v1/providers/[provider]/embeddings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/providers/[provider]/embeddings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/providers/[provider]/images/generations/route.js +1 -1
- package/app/.next/server/app/api/v1/providers/[provider]/images/generations/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/providers/[provider]/images/generations/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/rerank/route.js +1 -156
- package/app/.next/server/app/api/v1/rerank/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/rerank/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/responses/route.js +1 -156
- package/app/.next/server/app/api/v1/responses/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/responses/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1beta/models/[...path]/route.js +1 -156
- package/app/.next/server/app/api/v1beta/models/[...path]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1beta/models/[...path]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1beta/models/route.js +2 -1
- package/app/.next/server/app/api/v1beta/models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1beta/models/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/callback/page.js +1 -1
- package/app/.next/server/app/callback/page.js.nft.json +1 -1
- 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 +5 -5
- package/app/.next/server/app/callback.segments/_full.segment.rsc +5 -5
- 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/cli-tools.html +1 -1
- package/app/.next/server/app/dashboard/cli-tools.rsc +7 -7
- 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 +7 -7
- 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 +7 -7
- 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 +7 -7
- 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 +7 -7
- 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 +7 -7
- 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/health.html +1 -0
- package/app/.next/server/app/dashboard/health.meta +17 -0
- package/app/.next/server/app/dashboard/health.rsc +24 -0
- package/app/.next/server/app/dashboard/health.segments/!KGRhc2hib2FyZCk/dashboard/health/__PAGE__.segment.rsc +9 -0
- package/app/.next/server/app/dashboard/health.segments/!KGRhc2hib2FyZCk/dashboard/health.segment.rsc +4 -0
- package/app/.next/server/app/dashboard/health.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +4 -0
- package/app/.next/server/app/dashboard/health.segments/!KGRhc2hib2FyZCk.segment.rsc +5 -0
- package/app/.next/server/app/dashboard/health.segments/_full.segment.rsc +24 -0
- package/app/.next/server/app/dashboard/health.segments/_head.segment.rsc +6 -0
- package/app/.next/server/app/dashboard/health.segments/_index.segment.rsc +9 -0
- package/app/.next/server/app/dashboard/health.segments/_tree.segment.rsc +5 -0
- package/app/.next/server/app/dashboard/onboarding.html +1 -1
- package/app/.next/server/app/dashboard/onboarding.rsc +6 -6
- package/app/.next/server/app/dashboard/onboarding.segments/!KGRhc2hib2FyZCk/dashboard/onboarding/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/onboarding.segments/!KGRhc2hib2FyZCk/dashboard/onboarding.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/onboarding.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/onboarding.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/onboarding.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/onboarding.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/onboarding.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/onboarding.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 +1 -1
- 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 +7 -7
- 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 +7 -7
- 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 +7 -7
- 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 +7 -7
- 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/settings/pricing.html +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.rsc +6 -6
- package/app/.next/server/app/dashboard/settings/pricing.segments/!KGRhc2hib2FyZCk/dashboard/settings/pricing/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/!KGRhc2hib2FyZCk/dashboard/settings/pricing.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/!KGRhc2hib2FyZCk/dashboard/settings.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +6 -6
- 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.html +1 -1
- package/app/.next/server/app/dashboard/settings.rsc +7 -7
- package/app/.next/server/app/dashboard/settings.segments/!KGRhc2hib2FyZCk/dashboard/settings/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/settings.segments/!KGRhc2hib2FyZCk/dashboard/settings.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/settings.segments/_full.segment.rsc +7 -7
- package/app/.next/server/app/dashboard/settings.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/settings.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/translator.html +2 -2
- package/app/.next/server/app/dashboard/translator.rsc +7 -7
- 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 +7 -7
- 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 +2 -2
- package/app/.next/server/app/dashboard/usage.rsc +7 -7
- 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 +7 -7
- 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/docs/page.js +3 -2
- package/app/.next/server/app/docs/page.js.nft.json +1 -1
- package/app/.next/server/app/docs/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/docs.html +1 -1
- package/app/.next/server/app/docs.rsc +21 -20
- package/app/.next/server/app/docs.segments/_full.segment.rsc +21 -20
- package/app/.next/server/app/docs.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/docs.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/docs.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/docs.segments/docs/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/docs.segments/docs.segment.rsc +1 -1
- package/app/.next/server/app/forbidden/page.js +2 -0
- package/app/.next/server/app/forbidden/page.js.nft.json +1 -0
- package/app/.next/server/app/forbidden/page_client-reference-manifest.js +1 -0
- package/app/.next/server/app/forbidden.html +1 -0
- package/app/.next/server/app/forbidden.meta +15 -0
- package/app/.next/server/app/forbidden.rsc +23 -0
- package/app/.next/server/app/forbidden.segments/_full.segment.rsc +23 -0
- package/app/.next/server/app/forbidden.segments/_head.segment.rsc +6 -0
- package/app/.next/server/app/forbidden.segments/_index.segment.rsc +9 -0
- package/app/.next/server/app/forbidden.segments/_tree.segment.rsc +5 -0
- package/app/.next/server/app/forbidden.segments/forbidden/__PAGE__.segment.rsc +9 -0
- package/app/.next/server/app/forbidden.segments/forbidden.segment.rsc +4 -0
- package/app/.next/server/app/forgot-password/page.js +2 -0
- package/app/.next/server/app/forgot-password/page.js.nft.json +1 -0
- package/app/.next/server/app/forgot-password/page_client-reference-manifest.js +1 -0
- package/app/.next/server/app/forgot-password.html +1 -0
- package/app/.next/server/app/forgot-password.meta +15 -0
- package/app/.next/server/app/forgot-password.rsc +23 -0
- package/app/.next/server/app/forgot-password.segments/_full.segment.rsc +23 -0
- package/app/.next/server/app/forgot-password.segments/_head.segment.rsc +6 -0
- package/app/.next/server/app/forgot-password.segments/_index.segment.rsc +9 -0
- package/app/.next/server/app/forgot-password.segments/_tree.segment.rsc +5 -0
- package/app/.next/server/app/forgot-password.segments/forgot-password/__PAGE__.segment.rsc +9 -0
- package/app/.next/server/app/forgot-password.segments/forgot-password.segment.rsc +4 -0
- package/app/.next/server/app/index.html +1 -1
- package/app/.next/server/app/index.rsc +5 -5
- package/app/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/index.segments/_full.segment.rsc +5 -5
- 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 +1 -1
- package/app/.next/server/app/landing/page.js.nft.json +1 -1
- 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 +5 -5
- package/app/.next/server/app/landing.segments/_full.segment.rsc +5 -5
- 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 +1 -1
- package/app/.next/server/app/login/page.js.nft.json +1 -1
- 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 +6 -6
- package/app/.next/server/app/login.segments/_full.segment.rsc +6 -6
- 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/page.js +1 -1
- package/app/.next/server/app/page.js.nft.json +1 -1
- package/app/.next/server/app/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/privacy/page.js +1 -1
- package/app/.next/server/app/privacy/page.js.nft.json +1 -1
- package/app/.next/server/app/privacy/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/privacy.html +1 -1
- package/app/.next/server/app/privacy.rsc +20 -21
- package/app/.next/server/app/privacy.segments/_full.segment.rsc +20 -21
- package/app/.next/server/app/privacy.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/privacy.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/privacy.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/privacy.segments/privacy/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/privacy.segments/privacy.segment.rsc +1 -1
- package/app/.next/server/app/terms/page.js +1 -1
- package/app/.next/server/app/terms/page.js.nft.json +1 -1
- package/app/.next/server/app/terms/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/terms.html +1 -1
- package/app/.next/server/app/terms.rsc +21 -19
- package/app/.next/server/app/terms.segments/_full.segment.rsc +21 -19
- package/app/.next/server/app/terms.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/terms.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/terms.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/terms.segments/terms/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/terms.segments/terms.segment.rsc +1 -1
- package/app/.next/server/app-paths-manifest.json +28 -23
- package/app/.next/server/chunks/1228.js +3 -1
- package/app/.next/server/chunks/152.js +1 -1
- package/app/.next/server/chunks/1746.js +1 -0
- package/app/.next/server/chunks/216.js +37 -0
- package/app/.next/server/chunks/2399.js +1 -1
- package/app/.next/server/chunks/3676.js +2 -1
- package/app/.next/server/chunks/4004.js +1 -1
- package/app/.next/server/chunks/4352.js +46 -0
- package/app/.next/server/chunks/4436.js +1 -1
- package/app/.next/server/chunks/4443.js +1 -1
- package/app/.next/server/chunks/{8259.js → 4469.js} +52 -2
- package/app/.next/server/chunks/4755.js +3 -3
- package/app/.next/server/chunks/4832.js +2 -2
- package/app/.next/server/chunks/5040.js +1 -1
- package/app/.next/server/chunks/5727.js +1 -0
- package/app/.next/server/chunks/7093.js +2 -0
- package/app/.next/server/chunks/7615.js +9 -2
- package/app/.next/server/chunks/7763.js +1 -0
- package/app/.next/server/chunks/7802.js +1 -0
- package/app/.next/server/chunks/7968.js +3 -1
- package/app/.next/server/chunks/8392.js +1 -0
- package/app/.next/server/chunks/8847.js +3 -0
- package/app/.next/server/chunks/9263.js +1 -0
- package/app/.next/server/middleware.js +207 -2
- package/app/.next/server/pages/404.html +1 -1
- package/app/.next/server/pages/500.html +2 -2
- package/app/.next/server/server-reference-manifest.js +1 -1
- package/app/.next/server/server-reference-manifest.json +1 -1
- package/app/.next/static/H6LKncewEoggilnvYL9Ff/_buildManifest.js +1 -0
- package/app/.next/static/chunks/1525-ec661e96acc6574e.js +21 -0
- package/app/.next/static/chunks/3191-0bbb8ebd1bd32d1d.js +1 -0
- package/app/.next/static/chunks/{6941-0643e7aebf5ed645.js → 6941-77ce2b3be7709b94.js} +1 -1
- package/app/.next/static/chunks/7896-6e5648294ec51150.js +2 -0
- package/app/.next/static/chunks/9751-3a35163d337d54ea.js +37 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/{page-148b0ad18f6bec86.js → page-4cec40aa933b932e.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/{page-28e46119138cf102.js → page-962f1e2bfe0d0b8d.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/endpoint/page-5caaa75c0ab78bc1.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/health/page-81352b2272952085.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/page-3d3dabe4363d421d.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-57279ed20b5399be.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/new/{page-4bd8ea64f2e8008b.js → page-9667287d75830fd5.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-d08547fcb1031577.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/settings/page-26179a630baa2686.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/translator/{page-c891465a1a2938d2.js → page-6190920e7526556c.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/usage/{page-7a0943932e7e5e51.js → page-d1066b6c4c28fe46.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/{layout-e84875e22efbf437.js → layout-b6fc79d0628b97e3.js} +1 -1
- package/app/.next/static/chunks/app/_global-error/page-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/_not-found/page-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/auth/login/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/auth/logout/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/cache/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/cache/stats/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/backups/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/cline-settings/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/codex-profiles/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/guide-settings/[toolId]/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/kilo-settings/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/runtime/[toolId]/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/auth/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/credentials/update/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/model/resolve/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/models/alias/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/combos/[id]/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/combos/metrics/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/combos/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/combos/test/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/compliance/audit-log/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/db-backups/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/evals/[suiteId]/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/evals/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/fallback/chains/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/init/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/keys/[id]/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/keys/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/models/alias/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/models/availability/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/models/catalog/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/models/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/monitoring/health/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/cursor/import/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/import/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/policies/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/pricing/defaults/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/pricing/models/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/pricing/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/provider-models/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/provider-nodes/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/provider-nodes/validate/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/models/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/test/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/providers/client/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/providers/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/providers/test-batch/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/providers/validate/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/rate-limit/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/rate-limits/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/resilience/reset/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/resilience/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/restart/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/sessions/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/settings/combo-defaults/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/settings/ip-filter/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/settings/proxy/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/settings/proxy/test/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/settings/require-login/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/settings/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/settings/system-prompt/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/settings/thinking-budget/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/shutdown/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/storage/health/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/sync/cloud/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/sync/initialize/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/tags/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/telemetry/summary/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/token-health/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/translator/detect/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/translator/history/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/translator/load/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/translator/save/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/translator/send/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/translator/translate/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/usage/[connectionId]/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/usage/analytics/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/usage/budget/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/usage/call-logs/[id]/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/usage/call-logs/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/usage/history/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/usage/logs/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/usage/proxy-logs/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/usage/request-logs/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/v1/api/chat/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/v1/audio/speech/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/v1/audio/transcriptions/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/v1/chat/completions/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/v1/embeddings/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/v1/images/generations/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/v1/messages/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/v1/models/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/v1/moderations/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/v1/providers/[provider]/chat/completions/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/v1/providers/[provider]/embeddings/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/v1/providers/[provider]/images/generations/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/v1/rerank/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/v1/responses/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/v1/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/api/v1beta/models/route-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/app/forbidden/page-6806872971c364f0.js +1 -0
- package/app/.next/static/chunks/app/forgot-password/page-9c116a597f3df4d1.js +1 -0
- package/app/.next/static/chunks/app/global-error-6abc2976016d7bd1.js +1 -0
- package/app/.next/static/chunks/app/layout-6504ce60623b0a41.js +1 -0
- package/app/.next/static/chunks/app/login/{page-e99ed6a85e91ae7c.js → page-93ac51059ef434b7.js} +1 -1
- package/app/.next/static/chunks/app/not-found-e1af8b9c5785b71b.js +1 -0
- package/app/.next/static/chunks/app/page-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-c02303813bcb9777.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-c02303813bcb9777.js +1 -0
- package/app/.next/static/css/2ecfad7c4409b17e.css +1 -0
- package/app/package.json +2 -2
- package/package.json +2 -2
- package/app/.next/server/chunks/1969.js +0 -1
- package/app/.next/server/chunks/21.js +0 -46
- package/app/.next/server/chunks/4412.js +0 -156
- package/app/.next/server/chunks/481.js +0 -156
- package/app/.next/server/chunks/5267.js +0 -1
- package/app/.next/server/chunks/5640.js +0 -1
- package/app/.next/server/chunks/9328.js +0 -156
- package/app/.next/static/HcUrNktdfL89Ss5F7FHxP/_buildManifest.js +0 -1
- package/app/.next/static/chunks/1525-213a0aff01eb1c70.js +0 -21
- package/app/.next/static/chunks/7896-5591822b8348e380.js +0 -1
- package/app/.next/static/chunks/8013-04b90e92e614b5d9.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/endpoint/page-ab8b870377087bc7.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/page-bc5764734a448526.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-fb1fa9ae8a3af8c8.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-fc3451fe77f856f1.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/settings/page-95b884cdbf859e56.js +0 -1
- package/app/.next/static/chunks/app/_global-error/page-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/_not-found/page-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/auth/login/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/auth/logout/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/cache/stats/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/backups/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/cline-settings/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/codex-profiles/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/guide-settings/[toolId]/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/kilo-settings/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/runtime/[toolId]/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/auth/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/credentials/update/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/model/resolve/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/models/alias/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/combos/[id]/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/combos/metrics/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/combos/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/combos/test/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/compliance/audit-log/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/db-backups/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/evals/[suiteId]/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/evals/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/fallback/chains/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/init/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/keys/[id]/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/keys/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/models/alias/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/models/availability/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/models/catalog/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/models/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/cursor/import/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/import/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/policies/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/pricing/defaults/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/pricing/models/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/pricing/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/provider-models/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/validate/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/models/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/test/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/providers/client/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/providers/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/providers/test-batch/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/providers/validate/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/rate-limit/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/rate-limits/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/resilience/reset/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/resilience/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/restart/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/sessions/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/settings/combo-defaults/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/settings/ip-filter/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/settings/proxy/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/settings/proxy/test/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/settings/require-login/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/settings/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/settings/system-prompt/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/settings/thinking-budget/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/shutdown/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/storage/health/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/sync/cloud/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/sync/initialize/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/tags/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/telemetry/summary/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/token-health/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/translator/detect/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/translator/history/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/translator/load/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/translator/save/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/translator/send/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/translator/translate/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/usage/[connectionId]/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/usage/analytics/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/usage/budget/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/usage/call-logs/[id]/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/usage/call-logs/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/usage/history/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/usage/logs/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/usage/proxy-logs/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/usage/request-logs/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/v1/api/chat/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/v1/audio/speech/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/v1/audio/transcriptions/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/v1/chat/completions/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/v1/embeddings/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/v1/images/generations/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/v1/messages/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/v1/models/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/v1/moderations/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/v1/providers/[provider]/chat/completions/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/v1/providers/[provider]/embeddings/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/v1/providers/[provider]/images/generations/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/v1/rerank/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/v1/responses/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/v1/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/api/v1beta/models/route-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/app/global-error-bbdc13af28c5aba1.js +0 -1
- package/app/.next/static/chunks/app/layout-485b011f69e6ed37.js +0 -1
- package/app/.next/static/chunks/app/not-found-2ba4520c9df30430.js +0 -1
- package/app/.next/static/chunks/app/page-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-329f30be723f33ce.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-329f30be723f33ce.js +0 -1
- package/app/.next/static/css/2862d4067eab20b2.css +0 -1
- /package/app/.next/static/{HcUrNktdfL89Ss5F7FHxP → H6LKncewEoggilnvYL9Ff}/_ssgManifest.js +0 -0
package/app/.next/server/app/api/cli-tools/openclaw-settings/route_client-reference-manifest.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/cli-tools/openclaw-settings/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"2674":{"*":{"id":"78686","name":"*","chunks":[],"async":false}},"3116":{"*":{"id":"13588","name":"*","chunks":[],"async":false}},"4230":{"*":{"id":"78126","name":"*","chunks":[],"async":false}},"5704":{"*":{"id":"18640","name":"*","chunks":[],"async":false}},"5708":{"*":{"id":"55146","name":"*","chunks":[],"async":false}},"6024":{"*":{"id":"65334","name":"*","chunks":[],"async":false}},"9958":{"*":{"id":"23271","name":"*","chunks":[],"async":false}},"11313":{"*":{"id":"11371","name":"*","chunks":[],"async":false}},"12599":{"*":{"id":"62789","name":"*","chunks":[],"async":false}},"13720":{"*":{"id":"83740","name":"*","chunks":[],"async":false}},"15419":{"*":{"id":"327","name":"*","chunks":[],"async":false}},"16620":{"*":{"id":"3622","name":"*","chunks":[],"async":false}},"18056":{"*":{"id":"18868","name":"*","chunks":[],"async":false}},"22447":{"*":{"id":"84439","name":"*","chunks":[],"async":false}},"23066":{"*":{"id":"54088","name":"*","chunks":[],"async":false}},"23375":{"*":{"id":"70873","name":"*","chunks":[],"async":false}},"24229":{"*":{"id":"10977","name":"*","chunks":[],"async":false}},"25861":{"*":{"id":"77521","name":"*","chunks":[],"async":false}},"26693":{"*":{"id":"87423","name":"*","chunks":[],"async":false}},"28033":{"*":{"id":"96769","name":"*","chunks":[],"async":false}},"29556":{"*":{"id":"14202","name":"*","chunks":[],"async":false}},"31117":{"*":{"id":"85902","name":"*","chunks":[],"async":false}},"31449":{"*":{"id":"88239","name":"*","chunks":[],"async":false}},"33467":{"*":{"id":"66033","name":"*","chunks":[],"async":false}},"33730":{"*":{"id":"88624","name":"*","chunks":[],"async":false}},"34405":{"*":{"id":"52259","name":"*","chunks":[],"async":false}},"34713":{"*":{"id":"24541","name":"*","chunks":[],"async":false}},"39680":{"*":{"id":"66148","name":"*","chunks":[],"async":false}},"40135":{"*":{"id":"90105","name":"*","chunks":[],"async":false}},"41566":{"*":{"id":"28922","name":"*","chunks":[],"async":false}},"43144":{"*":{"id":"19200","name":"*","chunks":[],"async":false}},"44817":{"*":{"id":"12475","name":"*","chunks":[],"async":false}},"45448":{"*":{"id":"77708","name":"*","chunks":[],"async":false}},"53558":{"*":{"id":"83652","name":"*","chunks":[],"async":false}},"56390":{"*":{"id":"27810","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"57896":{"*":{"id":"66434","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66137":{"*":{"id":"24951","name":"*","chunks":[],"async":false}},"67578":{"*":{"id":"61198","name":"*","chunks":[],"async":false}},"68661":{"*":{"id":"41143","name":"*","chunks":[],"async":false}},"69902":{"*":{"id":"67528","name":"*","chunks":[],"async":false}},"70451":{"*":{"id":"12396","name":"*","chunks":[],"async":false}},"73580":{"*":{"id":"7766","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78076":{"*":{"id":"81134","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"78966":{"*":{"id":"28532","name":"*","chunks":[],"async":false}},"85764":{"*":{"id":"18480","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"89145":{"*":{"id":"42356","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"91369":{"*":{"id":"82191","name":"*","chunks":[],"async":false}},"95720":{"*":{"id":"44483","name":"*","chunks":[],"async":false}},"96243":{"*":{"id":"56143","name":"*","chunks":[],"async":false}},"97418":{"*":{"id":"634","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"2116","name":"*","chunks":[],"async":false}},"99283":{"*":{"id":"93125","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/global-error.js":{"id":96243,"name":"*","chunks":["4219","static/chunks/app/global-error-bbdc13af28c5aba1.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/not-found.js":{"id":91369,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","4345","static/chunks/app/not-found-2ba4520c9df30430.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":35154,"name":"*","chunks":["7896","static/chunks/7896-5591822b8348e380.js","7177","static/chunks/app/layout-485b011f69e6ed37.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/globals.css":{"id":51743,"name":"*","chunks":["7896","static/chunks/7896-5591822b8348e380.js","7177","static/chunks/app/layout-485b011f69e6ed37.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ThemeProvider.js":{"id":57896,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/callback/page.js":{"id":23066,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/app-dir/link.js":{"id":98500,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/app-dir/link.js":{"id":98500,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/landing/page.js":{"id":99283,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/login/page.js":{"id":4230,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Avatar.js":{"id":24229,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Badge.js":{"id":23375,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Breadcrumbs.js":{"id":69902,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Button.js":{"id":39680,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Card.js":{"id":67578,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ColumnToggle.js":{"id":56390,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/CursorAuthModal.js":{"id":44817,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/DataTable.js":{"id":73580,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/EmptyState.js":{"id":2674,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/FilterBar.js":{"id":40135,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Footer.js":{"id":15419,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Header.js":{"id":89145,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Input.js":{"id":5708,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/KiroAuthModal.js":{"id":78966,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/KiroOAuthWrapper.js":{"id":25861,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/KiroSocialOAuthModal.js":{"id":85764,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/layouts/AuthLayout.js":{"id":5704,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/layouts/DashboardLayout.js":{"id":33730,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Loading.js":{"id":78076,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ManualConfigModal.js":{"id":26693,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Modal.js":{"id":34405,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ModelSelectModal.js":{"id":97418,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/NotificationToast.js":{"id":53558,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/OAuthModal.js":{"id":18056,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ProxyConfigModal.js":{"id":22447,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ProxyLogger.js":{"id":6024,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/RequestLoggerV2.js":{"id":68661,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/SegmentedControl.js":{"id":34713,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Select.js":{"id":13720,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Sidebar.js":{"id":16620,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ThemeToggle.js":{"id":66137,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Toggle.js":{"id":43144,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/UsageAnalytics.js":{"id":31117,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/UsageStats.js":{"id":41566,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":31449,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":9958,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":28033,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/settings/page.js":{"id":3116,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/settings/pricing/page.js":{"id":45448,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/onboarding/page.js":{"id":33467,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/combos/page.js":{"id":11313,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/translator/TranslatorPageClient.js":{"id":12599,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/usage/page.js":{"id":70451,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/providers/page.js":{"id":95720,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":29556,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/OmniRoute/OmniRoute/src/":[],"/home/runner/work/OmniRoute/OmniRoute/src/app/global-error":[],"/home/runner/work/OmniRoute/OmniRoute/src/app/not-found":[],"/home/runner/work/OmniRoute/OmniRoute/src/app/layout":[{"inlined":false,"path":"static/css/081a0afca5a9bd20.css"},{"inlined":false,"path":"static/css/2862d4067eab20b2.css"}],"/home/runner/work/OmniRoute/OmniRoute/src/app/page":[],"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/layout":[],"/home/runner/work/OmniRoute/OmniRoute/src/app/api/cli-tools/openclaw-settings/route":[]},"rscModuleMapping":{"2674":{"*":{"id":"81808","name":"*","chunks":[],"async":false}},"3116":{"*":{"id":"32215","name":"*","chunks":[],"async":false}},"4230":{"*":{"id":"81252","name":"*","chunks":[],"async":false}},"5704":{"*":{"id":"59742","name":"*","chunks":[],"async":false}},"5708":{"*":{"id":"48936","name":"*","chunks":[],"async":false}},"6024":{"*":{"id":"66184","name":"*","chunks":[],"async":false}},"9958":{"*":{"id":"27708","name":"*","chunks":[],"async":false}},"11313":{"*":{"id":"49285","name":"*","chunks":[],"async":false}},"12599":{"*":{"id":"28751","name":"*","chunks":[],"async":false}},"13720":{"*":{"id":"12706","name":"*","chunks":[],"async":false}},"15419":{"*":{"id":"22757","name":"*","chunks":[],"async":false}},"16620":{"*":{"id":"88588","name":"*","chunks":[],"async":false}},"18056":{"*":{"id":"35154","name":"*","chunks":[],"async":false}},"22447":{"*":{"id":"80205","name":"*","chunks":[],"async":false}},"23066":{"*":{"id":"11070","name":"*","chunks":[],"async":false}},"23375":{"*":{"id":"70995","name":"*","chunks":[],"async":false}},"24229":{"*":{"id":"64191","name":"*","chunks":[],"async":false}},"25861":{"*":{"id":"79547","name":"*","chunks":[],"async":false}},"26693":{"*":{"id":"62357","name":"*","chunks":[],"async":false}},"28033":{"*":{"id":"20747","name":"*","chunks":[],"async":false}},"29556":{"*":{"id":"37116","name":"*","chunks":[],"async":false}},"31117":{"*":{"id":"47419","name":"*","chunks":[],"async":false}},"31449":{"*":{"id":"63869","name":"*","chunks":[],"async":false}},"33467":{"*":{"id":"86723","name":"*","chunks":[],"async":false}},"33730":{"*":{"id":"67466","name":"*","chunks":[],"async":false}},"34405":{"*":{"id":"21601","name":"*","chunks":[],"async":false}},"34713":{"*":{"id":"62139","name":"*","chunks":[],"async":false}},"39680":{"*":{"id":"3118","name":"*","chunks":[],"async":false}},"40135":{"*":{"id":"70603","name":"*","chunks":[],"async":false}},"41566":{"*":{"id":"59104","name":"*","chunks":[],"async":false}},"43144":{"*":{"id":"27498","name":"*","chunks":[],"async":false}},"44817":{"*":{"id":"95165","name":"*","chunks":[],"async":false}},"45448":{"*":{"id":"48540","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"53558":{"*":{"id":"74070","name":"*","chunks":[],"async":false}},"56390":{"*":{"id":"18432","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"57896":{"*":{"id":"68852","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66137":{"*":{"id":"51613","name":"*","chunks":[],"async":false}},"67578":{"*":{"id":"372","name":"*","chunks":[],"async":false}},"68661":{"*":{"id":"67073","name":"*","chunks":[],"async":false}},"69902":{"*":{"id":"86026","name":"*","chunks":[],"async":false}},"70451":{"*":{"id":"24827","name":"*","chunks":[],"async":false}},"73580":{"*":{"id":"12268","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78076":{"*":{"id":"22916","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"78966":{"*":{"id":"3838","name":"*","chunks":[],"async":false}},"85764":{"*":{"id":"36942","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"89145":{"*":{"id":"28963","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"91369":{"*":{"id":"71569","name":"*","chunks":[],"async":false}},"95720":{"*":{"id":"13760","name":"*","chunks":[],"async":false}},"96243":{"*":{"id":"56037","name":"*","chunks":[],"async":false}},"97418":{"*":{"id":"81824","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"23318","name":"*","chunks":[],"async":false}},"99283":{"*":{"id":"55942","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/cli-tools/openclaw-settings/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"2674":{"*":{"id":"78686","name":"*","chunks":[],"async":false}},"3116":{"*":{"id":"13588","name":"*","chunks":[],"async":false}},"4230":{"*":{"id":"78126","name":"*","chunks":[],"async":false}},"5704":{"*":{"id":"18640","name":"*","chunks":[],"async":false}},"5708":{"*":{"id":"55146","name":"*","chunks":[],"async":false}},"6148":{"*":{"id":"16923","name":"*","chunks":[],"async":false}},"7366":{"*":{"id":"55722","name":"*","chunks":[],"async":false}},"9958":{"*":{"id":"23271","name":"*","chunks":[],"async":false}},"11313":{"*":{"id":"11371","name":"*","chunks":[],"async":false}},"11957":{"*":{"id":"58918","name":"*","chunks":[],"async":false}},"12599":{"*":{"id":"62789","name":"*","chunks":[],"async":false}},"13720":{"*":{"id":"83740","name":"*","chunks":[],"async":false}},"15419":{"*":{"id":"327","name":"*","chunks":[],"async":false}},"18056":{"*":{"id":"18868","name":"*","chunks":[],"async":false}},"22447":{"*":{"id":"84439","name":"*","chunks":[],"async":false}},"23066":{"*":{"id":"54088","name":"*","chunks":[],"async":false}},"23375":{"*":{"id":"70873","name":"*","chunks":[],"async":false}},"24229":{"*":{"id":"10977","name":"*","chunks":[],"async":false}},"25861":{"*":{"id":"77521","name":"*","chunks":[],"async":false}},"26693":{"*":{"id":"87423","name":"*","chunks":[],"async":false}},"28033":{"*":{"id":"96769","name":"*","chunks":[],"async":false}},"29556":{"*":{"id":"14202","name":"*","chunks":[],"async":false}},"31117":{"*":{"id":"85902","name":"*","chunks":[],"async":false}},"31449":{"*":{"id":"88239","name":"*","chunks":[],"async":false}},"33467":{"*":{"id":"66033","name":"*","chunks":[],"async":false}},"34405":{"*":{"id":"52259","name":"*","chunks":[],"async":false}},"34713":{"*":{"id":"24541","name":"*","chunks":[],"async":false}},"39680":{"*":{"id":"66148","name":"*","chunks":[],"async":false}},"40135":{"*":{"id":"90105","name":"*","chunks":[],"async":false}},"41566":{"*":{"id":"28922","name":"*","chunks":[],"async":false}},"43144":{"*":{"id":"19200","name":"*","chunks":[],"async":false}},"44817":{"*":{"id":"12475","name":"*","chunks":[],"async":false}},"45448":{"*":{"id":"77708","name":"*","chunks":[],"async":false}},"50144":{"*":{"id":"47892","name":"*","chunks":[],"async":false}},"51737":{"*":{"id":"35739","name":"*","chunks":[],"async":false}},"53558":{"*":{"id":"83652","name":"*","chunks":[],"async":false}},"56390":{"*":{"id":"27810","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"57896":{"*":{"id":"66434","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66137":{"*":{"id":"24951","name":"*","chunks":[],"async":false}},"67578":{"*":{"id":"61198","name":"*","chunks":[],"async":false}},"69902":{"*":{"id":"67528","name":"*","chunks":[],"async":false}},"70451":{"*":{"id":"12396","name":"*","chunks":[],"async":false}},"73580":{"*":{"id":"7766","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78076":{"*":{"id":"81134","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"78966":{"*":{"id":"28532","name":"*","chunks":[],"async":false}},"85764":{"*":{"id":"18480","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"89145":{"*":{"id":"42356","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"91369":{"*":{"id":"82191","name":"*","chunks":[],"async":false}},"93086":{"*":{"id":"75600","name":"*","chunks":[],"async":false}},"95720":{"*":{"id":"44483","name":"*","chunks":[],"async":false}},"96243":{"*":{"id":"56143","name":"*","chunks":[],"async":false}},"96957":{"*":{"id":"450","name":"*","chunks":[],"async":false}},"97418":{"*":{"id":"634","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"2116","name":"*","chunks":[],"async":false}},"99283":{"*":{"id":"93125","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/global-error.js":{"id":96243,"name":"*","chunks":["4219","static/chunks/app/global-error-6abc2976016d7bd1.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/not-found.js":{"id":91369,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","4345","static/chunks/app/not-found-e1af8b9c5785b71b.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":35154,"name":"*","chunks":["9751","static/chunks/9751-3a35163d337d54ea.js","7896","static/chunks/7896-6e5648294ec51150.js","7177","static/chunks/app/layout-6504ce60623b0a41.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/globals.css":{"id":51743,"name":"*","chunks":["9751","static/chunks/9751-3a35163d337d54ea.js","7896","static/chunks/7896-6e5648294ec51150.js","7177","static/chunks/app/layout-6504ce60623b0a41.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ThemeProvider.js":{"id":57896,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/callback/page.js":{"id":23066,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/app-dir/link.js":{"id":98500,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/app-dir/link.js":{"id":98500,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/landing/page.js":{"id":99283,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/forbidden/page.js":{"id":7366,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/login/page.js":{"id":4230,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/forgot-password/page.js":{"id":50144,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Avatar.js":{"id":24229,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Badge.js":{"id":23375,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Breadcrumbs.js":{"id":69902,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Button.js":{"id":39680,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Card.js":{"id":67578,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ColumnToggle.js":{"id":56390,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/CursorAuthModal.js":{"id":44817,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/DataTable.js":{"id":73580,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/EmptyState.js":{"id":2674,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/FilterBar.js":{"id":40135,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Footer.js":{"id":15419,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Header.js":{"id":89145,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Input.js":{"id":5708,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/KiroAuthModal.js":{"id":78966,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/KiroOAuthWrapper.js":{"id":25861,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/KiroSocialOAuthModal.js":{"id":85764,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/layouts/AuthLayout.js":{"id":5704,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/layouts/DashboardLayout.js":{"id":51737,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Loading.js":{"id":78076,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ManualConfigModal.js":{"id":26693,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Modal.js":{"id":34405,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ModelSelectModal.js":{"id":97418,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/NotificationToast.js":{"id":53558,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/OAuthModal.js":{"id":18056,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ProxyConfigModal.js":{"id":22447,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ProxyLogger.js":{"id":6148,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/RequestLoggerV2.js":{"id":11957,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/SegmentedControl.js":{"id":34713,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Select.js":{"id":13720,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Sidebar.js":{"id":96957,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ThemeToggle.js":{"id":66137,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Toggle.js":{"id":43144,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/UsageAnalytics.js":{"id":31117,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/UsageStats.js":{"id":41566,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","9751","static/chunks/9751-3a35163d337d54ea.js","600","static/chunks/600-84211b75b24af21c.js","3191","static/chunks/3191-0bbb8ebd1bd32d1d.js","7896","static/chunks/7896-6e5648294ec51150.js","1525","static/chunks/1525-ec661e96acc6574e.js","9305","static/chunks/app/(dashboard)/layout-b6fc79d0628b97e3.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":9958,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":31449,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/health/page.js":{"id":93086,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":28033,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/settings/page.js":{"id":3116,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/settings/pricing/page.js":{"id":45448,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/combos/page.js":{"id":11313,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/translator/TranslatorPageClient.js":{"id":12599,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/usage/page.js":{"id":70451,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/onboarding/page.js":{"id":33467,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/providers/page.js":{"id":95720,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":29556,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/OmniRoute/OmniRoute/src/":[],"/home/runner/work/OmniRoute/OmniRoute/src/app/global-error":[],"/home/runner/work/OmniRoute/OmniRoute/src/app/not-found":[],"/home/runner/work/OmniRoute/OmniRoute/src/app/layout":[{"inlined":false,"path":"static/css/081a0afca5a9bd20.css"},{"inlined":false,"path":"static/css/2ecfad7c4409b17e.css"}],"/home/runner/work/OmniRoute/OmniRoute/src/app/page":[],"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/layout":[],"/home/runner/work/OmniRoute/OmniRoute/src/app/api/cli-tools/openclaw-settings/route":[]},"rscModuleMapping":{"2674":{"*":{"id":"81808","name":"*","chunks":[],"async":false}},"3116":{"*":{"id":"32215","name":"*","chunks":[],"async":false}},"4230":{"*":{"id":"81252","name":"*","chunks":[],"async":false}},"5704":{"*":{"id":"59742","name":"*","chunks":[],"async":false}},"5708":{"*":{"id":"48936","name":"*","chunks":[],"async":false}},"6148":{"*":{"id":"66184","name":"*","chunks":[],"async":false}},"7366":{"*":{"id":"78312","name":"*","chunks":[],"async":false}},"9958":{"*":{"id":"27708","name":"*","chunks":[],"async":false}},"11313":{"*":{"id":"49285","name":"*","chunks":[],"async":false}},"11957":{"*":{"id":"67073","name":"*","chunks":[],"async":false}},"12599":{"*":{"id":"28751","name":"*","chunks":[],"async":false}},"13720":{"*":{"id":"12706","name":"*","chunks":[],"async":false}},"15419":{"*":{"id":"22757","name":"*","chunks":[],"async":false}},"18056":{"*":{"id":"35154","name":"*","chunks":[],"async":false}},"22447":{"*":{"id":"80205","name":"*","chunks":[],"async":false}},"23066":{"*":{"id":"11070","name":"*","chunks":[],"async":false}},"23375":{"*":{"id":"70995","name":"*","chunks":[],"async":false}},"24229":{"*":{"id":"64191","name":"*","chunks":[],"async":false}},"25861":{"*":{"id":"79547","name":"*","chunks":[],"async":false}},"26693":{"*":{"id":"62357","name":"*","chunks":[],"async":false}},"28033":{"*":{"id":"20747","name":"*","chunks":[],"async":false}},"29556":{"*":{"id":"37116","name":"*","chunks":[],"async":false}},"31117":{"*":{"id":"47419","name":"*","chunks":[],"async":false}},"31449":{"*":{"id":"63869","name":"*","chunks":[],"async":false}},"33467":{"*":{"id":"86723","name":"*","chunks":[],"async":false}},"34405":{"*":{"id":"21601","name":"*","chunks":[],"async":false}},"34713":{"*":{"id":"62139","name":"*","chunks":[],"async":false}},"39680":{"*":{"id":"3118","name":"*","chunks":[],"async":false}},"40135":{"*":{"id":"70603","name":"*","chunks":[],"async":false}},"41566":{"*":{"id":"59104","name":"*","chunks":[],"async":false}},"43144":{"*":{"id":"27498","name":"*","chunks":[],"async":false}},"44817":{"*":{"id":"95165","name":"*","chunks":[],"async":false}},"45448":{"*":{"id":"48540","name":"*","chunks":[],"async":false}},"50144":{"*":{"id":"17702","name":"*","chunks":[],"async":false}},"51737":{"*":{"id":"67466","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"53558":{"*":{"id":"74070","name":"*","chunks":[],"async":false}},"56390":{"*":{"id":"18432","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"57896":{"*":{"id":"68852","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66137":{"*":{"id":"51613","name":"*","chunks":[],"async":false}},"67578":{"*":{"id":"372","name":"*","chunks":[],"async":false}},"69902":{"*":{"id":"86026","name":"*","chunks":[],"async":false}},"70451":{"*":{"id":"24827","name":"*","chunks":[],"async":false}},"73580":{"*":{"id":"12268","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78076":{"*":{"id":"22916","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"78966":{"*":{"id":"3838","name":"*","chunks":[],"async":false}},"85764":{"*":{"id":"36942","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"89145":{"*":{"id":"28963","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"91369":{"*":{"id":"71569","name":"*","chunks":[],"async":false}},"93086":{"*":{"id":"10702","name":"*","chunks":[],"async":false}},"95720":{"*":{"id":"13760","name":"*","chunks":[],"async":false}},"96243":{"*":{"id":"56037","name":"*","chunks":[],"async":false}},"96957":{"*":{"id":"88588","name":"*","chunks":[],"async":false}},"97418":{"*":{"id":"81824","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"23318","name":"*","chunks":[],"async":false}},"99283":{"*":{"id":"55942","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(()=>{var a={};a.id=7597,a.ids=[7597],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},20475:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GET:()=>g});var d=c(49796),e=c(45592),f=c(22280);async function g(a,{params:b}){try{let{toolId:a}=await b,c=String(a||"").trim().toLowerCase();if(!f.XH.includes(c))return e.NextResponse.json({error:"Unsupported CLI tool"},{status:404});let d=await (0,f.V5)(c);return e.NextResponse.json({...d,toolId:c,configPath:(0,f.MG)(c),message:"not_required"===d.reason?"This integration is guide-based and does not require a local CLI binary":d.installed&&d.runnable?"CLI detected and runnable":d.installed?"CLI detected but not runnable":"CLI not detected"})}catch(a){return console.log("Error checking CLI runtime:",a),e.NextResponse.json({error:"Failed to check CLI runtime"},{status:500})}}(0,c(24424).D)([g]),(0,d.A)(g,"
|
|
2
|
-
Read more: https://nextjs.org/docs/messages/invalid-use-server-value`),"__NEXT_ERROR_CODE",{value:"E352",enumerable:!1,configurable:!0})}}Object.defineProperty(b,"D",{enumerable:!0,get:function(){return c}})},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},49796:(a,b,c)=>{"use strict";Object.defineProperty(b,"A",{enumerable:!0,get:function(){return d.registerServerReference}});let d=c(77943)},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},77943:(a,b,c)=>{"use strict";a.exports=c(7553).vendored["react-rsc"].ReactServerDOMWebpackServer},78335:()=>{},79646:a=>{"use strict";a.exports=require("child_process")},79748:a=>{"use strict";a.exports=require("fs/promises")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},
|
|
1
|
+
(()=>{var a={};a.id=7597,a.ids=[7597],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},653:(a,b,c)=>{"use strict";c.r(b),c.d(b,{"60e7fd65f4973292d813a33b587b1281dec12008a2":()=>d.GET});var d=c(20475)},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},20475:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GET:()=>g});var d=c(49796),e=c(45592),f=c(22280);async function g(a,{params:b}){try{let{toolId:a}=await b,c=String(a||"").trim().toLowerCase();if(!f.XH.includes(c))return e.NextResponse.json({error:"Unsupported CLI tool"},{status:404});let d=await (0,f.V5)(c);return e.NextResponse.json({...d,toolId:c,configPath:(0,f.MG)(c),message:"not_required"===d.reason?"This integration is guide-based and does not require a local CLI binary":d.installed&&d.runnable?"CLI detected and runnable":d.installed?"CLI detected but not runnable":"CLI not detected"})}catch(a){return console.log("Error checking CLI runtime:",a),e.NextResponse.json({error:"Failed to check CLI runtime"},{status:500})}}(0,c(24424).D)([g]),(0,d.A)(g,"60e7fd65f4973292d813a33b587b1281dec12008a2",null)},21820:a=>{"use strict";a.exports=require("os")},22280:(a,b,c)=>{"use strict";c.d(b,{CU:()=>p,MG:()=>r,V5:()=>s,XH:()=>t,hl:()=>q});var d=c(79748),e=c(21820),f=c(33873),g=c(79646);let h=new Set(["auto","host","container"]),i=new Set(["0","false","no","off"]),j={claude:{defaultCommand:"claude",envBinKey:"CLI_CLAUDE_BIN",requiresBinary:!0,healthcheckTimeoutMs:4e3,paths:{settings:".claude/settings.json"}},codex:{defaultCommand:"codex",envBinKey:"CLI_CODEX_BIN",requiresBinary:!0,healthcheckTimeoutMs:4e3,paths:{config:".codex/config.toml",auth:".codex/auth.json"}},droid:{defaultCommand:"droid",envBinKey:"CLI_DROID_BIN",requiresBinary:!0,healthcheckTimeoutMs:4e3,paths:{settings:".factory/settings.json"}},openclaw:{defaultCommand:"openclaw",envBinKey:"CLI_OPENCLAW_BIN",requiresBinary:!0,healthcheckTimeoutMs:12e3,paths:{settings:".openclaw/openclaw.json"}},cursor:{defaultCommands:["agent","cursor"],envBinKey:"CLI_CURSOR_BIN",requiresBinary:!0,healthcheckTimeoutMs:12e3,paths:{config:".cursor/cli-config.json",auth:".config/cursor/auth.json",state:".cursor/agent-cli-state.json"}},cline:{defaultCommand:"cline",envBinKey:"CLI_CLINE_BIN",requiresBinary:!0,healthcheckTimeoutMs:12e3,paths:{globalState:".cline/data/globalState.json",secrets:".cline/data/secrets.json"}},kilo:{defaultCommand:"kilocode",envBinKey:"CLI_KILO_BIN",requiresBinary:!0,healthcheckTimeoutMs:4e3,paths:{auth:".local/share/kilo/auth.json"}},continue:{defaultCommand:null,envBinKey:"CLI_CONTINUE_BIN",requiresBinary:!1,paths:{settings:".continue/config.json"}}},k=(a,b,{env:c,timeoutMs:d=3e3}={})=>new Promise(e=>{let f="",h="",i=!1,j=!1,k=(0,g.spawn)(a,b,{env:c,stdio:["ignore","pipe","pipe"]}),l=setTimeout(()=>{i=!0,k.kill("SIGKILL")},d),m=a=>{j||(j=!0,clearTimeout(l),e(a))};k.stdout.on("data",a=>{f+=a.toString()}),k.stderr.on("data",a=>{h+=a.toString()}),k.on("error",a=>{m({ok:!1,code:null,stdout:f.trim(),stderr:h.trim(),timedOut:i,error:a?.message||"spawn_error"})}),k.on("close",a=>{m({ok:!i&&0===a,code:a,stdout:f.trim(),stderr:h.trim(),timedOut:i,error:i?"timeout":null})})}),l=async a=>{try{await d.access(a,d.constants.F_OK)}catch{return{installed:!1,commandPath:null,reason:"not_found"}}try{return await d.access(a,d.constants.X_OK),{installed:!0,commandPath:a,reason:null}}catch{return{installed:!0,commandPath:a,reason:"not_executable"}}},m=async(a,b)=>{if(!a)return{installed:!1,commandPath:null,reason:"missing_command"};if(a.includes("/")||a.includes("\\"))return l(a);if("win32"===process.platform){let c=await k("where",[a],{env:b,timeoutMs:3e3});if(!c.ok||!c.stdout)return{installed:!1,commandPath:null,reason:"not_found"};let d=c.stdout.split(/\r?\n/).map(a=>a.trim()).find(Boolean)||null;return{installed:!!d,commandPath:d,reason:d?null:"not_found"}}let c=await k("sh",["-c",'command -v -- "$1"',"sh",a],{env:b,timeoutMs:3e3});if(!c.ok||!c.stdout)return{installed:!1,commandPath:null,reason:"not_found"};let d=c.stdout.split(/\r?\n/).map(a=>a.trim()).find(Boolean)||null;return{installed:!!d,commandPath:d,reason:d?null:"not_found"}},n=async(a,b)=>{if(!Array.isArray(a)||0===a.length)return{command:null,installed:!1,commandPath:null,reason:"missing_command"};for(let c of a){let a=await m(c,b);if(a.installed||"not_found"!==a.reason)return{command:c,...a}}return{command:a[0],installed:!1,commandPath:null,reason:"not_found"}},o=async(a,b,c=4e3)=>{for(let d of[["--version"],["-v"]])if((await k(a,d,{env:b,timeoutMs:c})).ok)return{runnable:!0,reason:null};return{runnable:!1,reason:"healthcheck_failed"}},p=()=>((a,b=!0)=>null==a||""===a?b:!i.has(String(a).trim().toLowerCase()))(process.env.CLI_ALLOW_CONFIG_WRITES,!0)?null:"CLI config writes are disabled (CLI_ALLOW_CONFIG_WRITES=false)",q=a=>{let b=j[a];if(!b)return null;let c=String(process.env.CLI_CONFIG_HOME||"").trim()||e.homedir();return Object.fromEntries(Object.entries(b.paths).map(([a,b])=>[a,f.join(c,b)]))},r=a=>{let b=q(a);if(!b)return null;let c=Object.keys(b)[0];return c?b[c]:null},s=async a=>{let b,c,d,e=j[a],g=(b=String(process.env.CLI_MODE||"auto").trim().toLowerCase(),h.has(b)?b:"auto");if(!e)return{installed:!1,runnable:!1,command:null,commandPath:null,reason:"unknown_tool",runtimeMode:g,requiresBinary:!1};let i=(c={...process.env},(d=String(process.env.CLI_EXTRA_PATHS||"").split(f.delimiter).map(a=>a.trim()).filter(Boolean)).length>0&&(c.PATH=[...d,c.PATH||""].filter(Boolean).join(f.delimiter)),c),k=(a=>{let b=j[a];if(!b)return[];let c=String(process.env[b.envBinKey]||"").trim();return c?[c]:Array.isArray(b.defaultCommands)&&b.defaultCommands.length>0?b.defaultCommands.filter(Boolean):b.defaultCommand?[b.defaultCommand]:[]})(a),l=!1!==e.requiresBinary;if(!l&&0===k.length)return{installed:!0,runnable:!0,command:null,commandPath:null,reason:"not_required",runtimeMode:g,requiresBinary:l};let m=await n(k,i),p=m.command;if(!m.installed)return{installed:!1,runnable:!1,command:p,commandPath:null,reason:m.reason||"not_found",runtimeMode:g,requiresBinary:l};if("not_executable"===m.reason)return{installed:!0,runnable:!1,command:p,commandPath:m.commandPath,reason:"not_executable",runtimeMode:g,requiresBinary:l};let q=await o(m.commandPath,i,Number(e.healthcheckTimeoutMs||4e3));return{installed:!0,runnable:q.runnable,command:p,commandPath:m.commandPath,reason:q.reason,runtimeMode:g,requiresBinary:l}},t=Object.keys(j)},24424:(a,b)=>{"use strict";function c(a){for(let b=0;b<a.length;b++){let c=a[b];if("function"!=typeof c)throw Object.defineProperty(Error(`A "use server" file can only export async functions, found ${typeof c}.
|
|
2
|
+
Read more: https://nextjs.org/docs/messages/invalid-use-server-value`),"__NEXT_ERROR_CODE",{value:"E352",enumerable:!1,configurable:!0})}}Object.defineProperty(b,"D",{enumerable:!0,get:function(){return c}})},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},49796:(a,b,c)=>{"use strict";Object.defineProperty(b,"A",{enumerable:!0,get:function(){return d.registerServerReference}});let d=c(77943)},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},77943:(a,b,c)=>{"use strict";a.exports=c(7553).vendored["react-rsc"].ReactServerDOMWebpackServer},78335:()=>{},79646:a=>{"use strict";a.exports=require("child_process")},79748:a=>{"use strict";a.exports=require("fs/promises")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},96487:()=>{},98312:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>A,patchFetch:()=>z,routeModule:()=>v,serverHooks:()=>y,workAsyncStorage:()=>w,workUnitAsyncStorage:()=>x});var d=c(19225),e=c(84006),f=c(8317),g=c(99373),h=c(34775),i=c(24235),j=c(261),k=c(54365),l=c(90771),m=c(73461),n=c(67798),o=c(92280),p=c(62018),q=c(45696),r=c(47929),s=c(86439),t=c(37527),u=c(20475);let v=new d.AppRouteRouteModule({definition:{kind:e.RouteKind.APP_ROUTE,page:"/api/cli-tools/runtime/[toolId]/route",pathname:"/api/cli-tools/runtime/[toolId]",filename:"route",bundlePath:"app/api/cli-tools/runtime/[toolId]/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/home/runner/work/OmniRoute/OmniRoute/src/app/api/cli-tools/runtime/[toolId]/route.js",nextConfigOutput:"standalone",userland:u}),{workAsyncStorage:w,workUnitAsyncStorage:x,serverHooks:y}=v;function z(){return(0,f.patchFetch)({workAsyncStorage:w,workUnitAsyncStorage:x})}async function A(a,b,c){v.isDev&&(0,g.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/cli-tools/runtime/[toolId]/route";"/index"===d&&(d="/");let f=await v.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!f)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:w,nextConfig:x,parsedUrl:y,isDraftMode:z,prerenderManifest:A,routerServerContext:B,isOnDemandRevalidate:C,revalidateOnlyGenerated:D,resolvedPathname:E,clientReferenceManifest:F,serverActionsManifest:G}=f,H=(0,j.normalizeAppPath)(d),I=!!(A.dynamicRoutes[H]||A.routes[E]),J=async()=>((null==B?void 0:B.render404)?await B.render404(a,b,y,!1):b.end("This page could not be found"),null);if(I&&!z){let a=!!A.routes[E],b=A.dynamicRoutes[H];if(b&&!1===b.fallback&&!a){if(x.experimental.adapterPath)return await J();throw new s.NoFallbackError}}let K=null;!I||v.isDev||z||(K="/index"===(K=E)?"/":K);let L=!0===v.isDev||!I,M=I&&!L;G&&F&&(0,i.setManifestsSingleton)({page:d,clientReferenceManifest:F,serverActionsManifest:G});let N=a.method||"GET",O=(0,h.getTracer)(),P=O.getActiveScopeSpan(),Q={params:w,prerenderManifest:A,renderOpts:{experimental:{authInterrupts:!!x.experimental.authInterrupts},cacheComponents:!!x.cacheComponents,supportsDynamicResponse:L,incrementalCache:(0,g.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:x.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>v.onRequestError(a,b,d,e,B)},sharedContext:{buildId:u}},R=new k.NodeNextRequest(a),S=new k.NodeNextResponse(b),T=l.NextRequestAdapter.fromNodeNextRequest(R,(0,l.signalFromNodeResponse)(b));try{let f=async a=>v.handle(T,Q).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=O.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=c.get("next.route");if(e){let b=`${N} ${e}`;a.setAttributes({"next.route":e,"http.route":e,"next.span_name":b}),a.updateName(b)}else a.updateName(`${N} ${d}`)}),i=!!(0,g.getRequestMeta)(a,"minimalMode"),j=async g=>{var h,j;let k=async({previousCacheEntry:e})=>{try{if(!i&&C&&D&&!e)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await f(g);a.fetchMetrics=Q.renderOpts.fetchMetrics;let h=Q.renderOpts.pendingWaitUntil;h&&c.waitUntil&&(c.waitUntil(h),h=void 0);let j=Q.renderOpts.collectedTags;if(!I)return await (0,o.I)(R,S,d,Q.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(d.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==Q.renderOpts.collectedRevalidate&&!(Q.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&Q.renderOpts.collectedRevalidate,e=void 0===Q.renderOpts.collectedExpire||Q.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:Q.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==e?void 0:e.isStale)&&await v.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,n.c)({isStaticGeneration:M,isOnDemandRevalidate:C})},!1,B),b}},l=await v.handleResponse({req:a,nextConfig:x,cacheKey:K,routeKind:e.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:A,isRoutePPREnabled:!1,isOnDemandRevalidate:C,revalidateOnlyGenerated:D,responseGenerator:k,waitUntil:c.waitUntil,isMinimalMode:i});if(!I)return null;if((null==l||null==(h=l.value)?void 0:h.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});i||b.setHeader("x-nextjs-cache",C?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),z&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return i&&I||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(R,S,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};P?await j(P):await O.withPropagatedContext(a.headers,()=>O.trace(m.BaseServerSpan.handleRequest,{spanName:`${N} ${d}`,kind:h.SpanKind.SERVER,attributes:{"http.method":N,"http.target":a.url}},j))}catch(b){if(b instanceof s.NoFallbackError||await v.onRequestError(a,b,{routerKind:"App Router",routePath:H,routeType:"route",revalidateReason:(0,n.c)({isStaticGeneration:M,isOnDemandRevalidate:C})},!1,B),I)throw b;return await (0,o.I)(R,S,new Response(null,{status:500})),null}}}};var b=require("../../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,1813],()=>b(b.s=98312));module.exports=c})();
|