@thangnm.nip/irouter 0.0.15 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/.next/BUILD_ID +1 -1
- package/app/.next/app-path-routes-manifest.json +4 -3
- package/app/.next/build-manifest.json +2 -2
- package/app/.next/routes-manifest.json +8 -0
- package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/combos/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/console-log/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/console-log/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/employees/[keyId]/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/employees/[keyId]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/employees/page.js +3 -3
- package/app/.next/server/app/(dashboard)/dashboard/employees/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js +3 -3
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/mitm/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/profile/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page.js +3 -3
- package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/translator/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/usage/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_global-error/page.js +3 -3
- package/app/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_global-error.html +1 -1
- package/app/.next/server/app/_global-error.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/_not-found/page.js +2 -2
- package/app/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_not-found.html +1 -1
- package/app/.next/server/app/_not-found.rsc +4 -4
- package/app/.next/server/app/_not-found.segments/_full.segment.rsc +4 -4
- package/app/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/_not-found.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/app/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/api/auth/login/route.js +1 -1
- package/app/.next/server/app/api/auth/logout/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/claude-settings/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/codex-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/copilot-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/droid-settings/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/openclaw-settings/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/opencode-settings/route.js +1 -1
- package/app/.next/server/app/api/cloud/auth/route.js +1 -1
- package/app/.next/server/app/api/cloud/credentials/update/route.js +1 -1
- package/app/.next/server/app/api/cloud/model/resolve/route.js +1 -1
- package/app/.next/server/app/api/cloud/models/alias/route.js +1 -1
- package/app/.next/server/app/api/combos/[id]/route.js +1 -1
- package/app/.next/server/app/api/combos/route.js +1 -1
- package/app/.next/server/app/api/employees/[keyId]/stats/route.js +2 -2
- package/app/.next/server/app/api/employees/stats/route.js +2 -2
- package/app/.next/server/app/api/init/route.js +1 -1
- package/app/.next/server/app/api/keys/[id]/route.js +1 -1
- package/app/.next/server/app/api/keys/route.js +1 -1
- package/app/.next/server/app/api/locale/route.js +1 -1
- package/app/.next/server/app/api/models/alias/route.js +1 -1
- package/app/.next/server/app/api/models/availability/route.js +1 -1
- package/app/.next/server/app/api/models/route.js +1 -1
- package/app/.next/server/app/api/models/test/route.js +1 -1
- package/app/.next/server/app/api/oauth/[provider]/[action]/route.js +1 -1
- package/app/.next/server/app/api/oauth/cursor/auto-import/route.js +2 -2
- package/app/.next/server/app/api/oauth/cursor/import/route.js +1 -1
- package/app/.next/server/app/api/oauth/iflow/cookie/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/auto-import/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/import/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-authorize/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js +1 -1
- package/app/.next/server/app/api/pricing/route.js +1 -1
- package/app/.next/server/app/api/provider-nodes/[id]/route.js +1 -1
- package/app/.next/server/app/api/provider-nodes/route.js +1 -1
- package/app/.next/server/app/api/provider-nodes/validate/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/models/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/test/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/test-models/route.js +1 -1
- package/app/.next/server/app/api/providers/client/route.js +1 -1
- package/app/.next/server/app/api/providers/route.js +1 -1
- package/app/.next/server/app/api/providers/test-batch/route.js +1 -1
- package/app/.next/server/app/api/providers/validate/route.js +1 -1
- package/app/.next/server/app/api/proxy-pools/[id]/route.js +1 -1
- package/app/.next/server/app/api/proxy-pools/[id]/test/route.js +1 -1
- package/app/.next/server/app/api/proxy-pools/route.js +1 -1
- package/app/.next/server/app/api/settings/database/route.js +1 -1
- package/app/.next/server/app/api/settings/proxy-test/route.js +1 -1
- package/app/.next/server/app/api/settings/require-login/route.js +1 -1
- package/app/.next/server/app/api/settings/route.js +1 -1
- package/app/.next/server/app/api/shutdown/route.js +1 -1
- package/app/.next/server/app/api/tags/route.js +1 -1
- package/app/.next/server/app/api/translator/console-logs/route.js +1 -1
- package/app/.next/server/app/api/translator/console-logs/stream/route.js +2 -2
- package/app/.next/server/app/api/translator/load/route.js +1 -1
- package/app/.next/server/app/api/translator/save/route.js +1 -1
- package/app/.next/server/app/api/translator/send/route.js +1 -1
- package/app/.next/server/app/api/translator/translate/route.js +1 -1
- package/app/.next/server/app/api/tunnel/disable/route.js +1 -1
- package/app/.next/server/app/api/tunnel/enable/route.js +1 -1
- package/app/.next/server/app/api/tunnel/status/route.js +1 -1
- package/app/.next/server/app/api/usage/[connectionId]/route.js +1 -1
- package/app/.next/server/app/api/usage/chart/route.js +2 -2
- package/app/.next/server/app/api/usage/history/route.js +2 -2
- package/app/.next/server/app/api/usage/logs/route.js +2 -2
- package/app/.next/server/app/api/usage/providers/route.js +2 -2
- package/app/.next/server/app/api/usage/request-details/[id]/download/route.js +55 -0
- package/app/.next/server/app/api/usage/request-details/[id]/download/route.js.nft.json +1 -0
- package/app/.next/server/app/api/usage/request-details/[id]/download/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/usage/request-details/[id]/route.js +1 -1
- package/app/.next/server/app/api/usage/request-details/route.js +2 -2
- package/app/.next/server/app/api/usage/request-logs/route.js +3 -3
- package/app/.next/server/app/api/usage/stats/route.js +2 -2
- package/app/.next/server/app/api/usage/stream/route.js +3 -3
- package/app/.next/server/app/api/v1/api/chat/route.js +1 -1
- package/app/.next/server/app/api/v1/chat/completions/route.js +1 -1
- package/app/.next/server/app/api/v1/embeddings/route.js +1 -1
- package/app/.next/server/app/api/v1/messages/count_tokens/route.js +1 -1
- package/app/.next/server/app/api/v1/messages/route.js +1 -1
- package/app/.next/server/app/api/v1/models/route.js +1 -1
- package/app/.next/server/app/api/v1/responses/route.js +1 -1
- package/app/.next/server/app/api/v1/route.js +1 -1
- package/app/.next/server/app/api/v1beta/models/[...path]/route.js +1 -1
- package/app/.next/server/app/api/v1beta/models/route.js +1 -1
- package/app/.next/server/app/api/v1internal/route.js +1 -1
- package/app/.next/server/app/api/version/route.js +1 -1
- package/app/.next/server/app/callback/page.js +2 -2
- package/app/.next/server/app/callback/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/callback.html +1 -1
- package/app/.next/server/app/callback.rsc +4 -4
- package/app/.next/server/app/callback.segments/_full.segment.rsc +4 -4
- package/app/.next/server/app/callback.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/callback.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/callback.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/callback.segments/callback/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/callback.segments/callback.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/basic-chat.html +1 -1
- package/app/.next/server/app/dashboard/basic-chat.rsc +6 -6
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/basic-chat.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/basic-chat.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/basic-chat.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/cli-tools.html +1 -1
- package/app/.next/server/app/dashboard/cli-tools.rsc +6 -6
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/cli-tools.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/cli-tools.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/cli-tools.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/combos.html +1 -1
- package/app/.next/server/app/dashboard/combos.rsc +6 -6
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/combos.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/combos.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/combos.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/combos.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/employees.html +1 -1
- package/app/.next/server/app/dashboard/employees.rsc +6 -6
- package/app/.next/server/app/dashboard/employees.segments/!KGRhc2hib2FyZCk/dashboard/employees/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/employees.segments/!KGRhc2hib2FyZCk/dashboard/employees.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/employees.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/employees.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/employees.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/employees.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/employees.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/employees.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/endpoint.html +1 -1
- package/app/.next/server/app/dashboard/endpoint.rsc +6 -6
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/endpoint.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/endpoint.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/endpoint.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/endpoint.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/mitm.html +1 -1
- package/app/.next/server/app/dashboard/mitm.rsc +6 -6
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/mitm.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/mitm.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/mitm.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/mitm.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/profile.html +1 -1
- package/app/.next/server/app/dashboard/profile.rsc +6 -6
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/profile.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/profile.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/profile.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/profile.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers/new.html +1 -1
- package/app/.next/server/app/dashboard/providers/new.rsc +6 -6
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers/new.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/providers/new.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers/new.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/providers/new.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers.html +1 -1
- package/app/.next/server/app/dashboard/providers.rsc +6 -6
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/providers.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/providers.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/proxy-pools.html +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.rsc +6 -6
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/proxy-pools.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/proxy-pools.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/settings/pricing/page.js +2 -2
- package/app/.next/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.html +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.rsc +4 -4
- package/app/.next/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/translator.html +1 -1
- package/app/.next/server/app/dashboard/translator.rsc +6 -6
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/translator.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/translator.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/translator.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/translator.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/usage.html +1 -1
- package/app/.next/server/app/dashboard/usage.rsc +6 -6
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/usage.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/usage.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/usage.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/usage.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard.html +1 -1
- package/app/.next/server/app/dashboard.rsc +5 -5
- package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard.segments/_full.segment.rsc +5 -5
- package/app/.next/server/app/dashboard.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/favicon.ico/route.js +1 -1
- package/app/.next/server/app/index.html +1 -1
- package/app/.next/server/app/index.rsc +4 -4
- package/app/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/index.segments/_full.segment.rsc +4 -4
- package/app/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/index.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/landing/page.js +2 -2
- package/app/.next/server/app/landing/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/landing.html +1 -1
- package/app/.next/server/app/landing.rsc +4 -4
- package/app/.next/server/app/landing.segments/_full.segment.rsc +4 -4
- package/app/.next/server/app/landing.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/landing.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/landing.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/landing.segments/landing/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/landing.segments/landing.segment.rsc +1 -1
- package/app/.next/server/app/login/page.js +2 -2
- package/app/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/login.html +1 -1
- package/app/.next/server/app/login.rsc +5 -5
- package/app/.next/server/app/login.segments/_full.segment.rsc +5 -5
- package/app/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/login.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/login.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/login.segments/login.segment.rsc +1 -1
- package/app/.next/server/app/manifest.webmanifest/route.js +2 -2
- package/app/.next/server/app/page.js +2 -2
- package/app/.next/server/app/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app-paths-manifest.json +4 -3
- package/app/.next/server/chunks/1424.js +1 -1
- package/app/.next/server/chunks/2664.js +1 -1
- package/app/.next/server/chunks/3093.js +1 -1
- package/app/.next/server/chunks/6828.js +1 -1
- package/app/.next/server/chunks/7774.js +4 -4
- package/app/.next/server/chunks/9609.js +1 -1
- package/app/.next/server/middleware-build-manifest.js +1 -1
- package/app/.next/server/middleware.js +2 -2
- package/app/.next/server/pages/404.html +1 -1
- package/app/.next/server/pages/500.html +1 -1
- package/app/.next/static/chunks/{1321-bfe1e017b24212e4.js → 1321-04cf3cc2d3e05ffd.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/employees/[keyId]/page-a8dfa0076abced5f.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/page-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/_global-error/page-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/auth/login/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/auth/logout/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/copilot-settings/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/opencode-settings/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/auth/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/credentials/update/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/model/resolve/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/models/alias/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/combos/[id]/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/combos/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/employees/[keyId]/stats/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/employees/stats/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/init/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/keys/[id]/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/keys/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/locale/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/models/alias/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/models/availability/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/models/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/models/test/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/cursor/import/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/iflow/cookie/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/import/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/pricing/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/provider-nodes/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/provider-nodes/validate/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/models/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/test/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/test-models/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/providers/client/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/providers/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/providers/test-batch/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/providers/validate/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/test/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/settings/database/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/settings/proxy-test/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/settings/require-login/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/settings/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/shutdown/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/tags/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/translator/console-logs/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/translator/console-logs/stream/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/translator/load/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/translator/save/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/translator/send/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/translator/translate/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/disable/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/enable/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/status/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/usage/[connectionId]/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/usage/chart/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/usage/history/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/usage/logs/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/usage/providers/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/usage/request-details/[id]/download/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/usage/request-details/[id]/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/usage/request-details/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/usage/request-logs/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/usage/stats/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/usage/stream/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/v1/api/chat/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/v1/chat/completions/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/v1/embeddings/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/v1/messages/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/v1/models/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/v1/responses/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/v1/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/v1beta/models/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/v1internal/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/api/version/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/manifest.webmanifest/route-604b484002105441.js +1 -0
- package/app/.next/static/chunks/app/page-604b484002105441.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-604b484002105441.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-604b484002105441.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/not-found-604b484002105441.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-604b484002105441.js +1 -0
- package/app/.next/static/css/{6bc797837e8d92cb.css → 61a8dca49b7d0d45.css} +1 -1
- package/app/package.json +1 -1
- package/package.json +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/employees/[keyId]/page-64723c9c795f09e8.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/page-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/_global-error/page-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/auth/login/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/auth/logout/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/copilot-settings/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/opencode-settings/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/auth/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/credentials/update/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/model/resolve/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/models/alias/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/combos/[id]/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/combos/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/employees/[keyId]/stats/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/employees/stats/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/init/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/keys/[id]/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/keys/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/locale/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/models/alias/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/models/availability/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/models/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/models/test/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/cursor/import/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/iflow/cookie/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/import/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/pricing/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/validate/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/models/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/test/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/test-models/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/providers/client/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/providers/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/providers/test-batch/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/providers/validate/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/test/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/settings/database/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/settings/proxy-test/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/settings/require-login/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/settings/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/shutdown/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/tags/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/translator/console-logs/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/translator/console-logs/stream/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/translator/load/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/translator/save/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/translator/send/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/translator/translate/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/disable/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/enable/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/status/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/usage/[connectionId]/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/usage/chart/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/usage/history/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/usage/logs/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/usage/providers/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/usage/request-details/[id]/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/usage/request-details/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/usage/request-logs/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/usage/stats/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/usage/stream/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/v1/api/chat/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/v1/chat/completions/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/v1/embeddings/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/v1/messages/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/v1/models/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/v1/responses/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/v1/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/v1beta/models/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/v1internal/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/api/version/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/manifest.webmanifest/route-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/app/page-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/not-found-bc93a8fd4c287f29.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-bc93a8fd4c287f29.js +0 -1
- /package/app/.next/static/{kmNkIwW2GX8scIWQJLsGe → HtPOBXma99tj1UberZVZB}/_buildManifest.js +0 -0
- /package/app/.next/static/{kmNkIwW2GX8scIWQJLsGe → HtPOBXma99tj1UberZVZB}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";exports.id=9609,exports.ids=[9609],exports.modules={39609:(a,b,c)=>{c.d(b,{proxyAwareFetch:()=>r});var d=c(27910),e=c(41004);let f="u">typeof caches&&"object"==typeof caches,g=globalThis.fetch,h=new Map,i=new Map,j=["cloudcode-pa.googleapis.com","daily-cloudcode-pa.googleapis.com","api.individual.githubcopilot.com","q.us-east-1.amazonaws.com","codewhisperer.us-east-1.amazonaws.com","api2.cursor.sh"],k=["8.8.8.8","8.8.4.4"];function l(a){return null==a?"":String(a).trim()}async function m(a){let b=i.get(a);if(b&&Date.now()<b.expiry)return b.ip;try{let b=await Promise.resolve().then(c.t.bind(c,
|
|
1
|
+
"use strict";exports.id=9609,exports.ids=[9609],exports.modules={39609:(a,b,c)=>{c.d(b,{proxyAwareFetch:()=>r});var d=c(27910),e=c(41004);let f="u">typeof caches&&"object"==typeof caches,g=globalThis.fetch,h=new Map,i=new Map,j=["cloudcode-pa.googleapis.com","daily-cloudcode-pa.googleapis.com","api.individual.githubcopilot.com","q.us-east-1.amazonaws.com","codewhisperer.us-east-1.amazonaws.com","api2.cursor.sh"],k=["8.8.8.8","8.8.4.4"];function l(a){return null==a?"":String(a).trim()}async function m(a){let b=i.get(a);if(b&&Date.now()<b.expiry)return b.ip;try{let b=await Promise.resolve().then(c.t.bind(c,37366,23)),{promisify:d}=await Promise.resolve().then(c.t.bind(c,28354,23)),f=new b.Resolver;f.setServers(k);let g=d(f.resolve4.bind(f)),h=await g(a);return i.set(a,{ip:h[0],expiry:Date.now()+e.v1.dnsCacheTtlMs}),h[0]}catch(b){return console.warn(`[ProxyFetch] DNS resolve failed for ${a}:`,b.message),null}}function n(a,b){let c,d=l(b);if(!d)return!1;try{c=new URL(a).hostname.toLowerCase()}catch{return!1}return d.split(",").map(a=>a.trim().toLowerCase()).filter(Boolean).some(a=>"*"===a||(a.startsWith(".")?c.endsWith(a)||c===a.slice(1):c===a||c.endsWith(`.${a}`)))}function o(a){let b=l(a);if(!b)return null;try{return new URL(b),b}catch{return`http://${b}`}}async function p(a){let b=o(a);if(!b)return null;if(!h.has(b)){h.size>=e.v1.proxyDispatchersMaxSize&&h.delete(h.keys().next().value);let{ProxyAgent:a}=await c.e(7774).then(c.t.bind(c,47774,19));h.set(b,new a({uri:b}))}return h.get(b)}async function q(a,b,e){let f=await Promise.resolve().then(c.t.bind(c,55591,23)),g=await Promise.resolve().then(c.t.bind(c,91645,23)),h=f.default??f,i=g.default??g;return new Promise((c,f)=>{let g=new i.Socket;g.connect(443,b,()=>{let b={socket:g,servername:a.hostname,rejectUnauthorized:!1,path:a.pathname+a.search,method:e.method||"POST",headers:{...e.headers,Host:a.hostname}},i=h.request(b,a=>{let b={ok:a.statusCode>=200&&a.statusCode<300,status:a.statusCode,statusText:a.statusMessage,headers:new Map(Object.entries(a.headers)),body:d.Readable.toWeb(a),text:async()=>{let b=[];for await(let c of a)b.push(c);return Buffer.concat(b).toString()},json:async()=>JSON.parse(await b.text())};c(b)});i.on("error",f),e.body&&i.write("string"==typeof e.body?e.body:JSON.stringify(e.body)),i.end()}),g.on("error",f)})}async function r(a,b={},c=null){let d="string"==typeof a?a:a.toString(),e=function(a,b){if(b?.enabled!==!0&&b?.connectionProxyEnabled!==!0)return null;let c=l(b?.url??b?.connectionProxyUrl);if(!c)return null;let d=l(b?.noProxy??b?.connectionNoProxy);return d&&n(a,d)?null:o(c)}(d,c),f=e?null:o(function(a){let b;if(n(a,process.env.NO_PROXY||process.env.no_proxy))return null;try{b=new URL(a).protocol}catch{return null}return"https:"===b?process.env.HTTPS_PROXY||process.env.https_proxy||process.env.ALL_PROXY||process.env.all_proxy:process.env.HTTP_PROXY||process.env.http_proxy||process.env.ALL_PROXY||process.env.all_proxy}(d)),h=e||f;if(function(a){try{let b=new URL(a).hostname;return j.some(a=>b.includes(a))}catch{return!1}}(d)){if(h)try{let c=await p(h);return await g(a,{...b,dispatcher:c})}catch(a){if(c?.strictProxy===!0)throw Error(`[ProxyFetch] Proxy required but failed (strictProxy=true): ${a.message}`);console.warn(`[ProxyFetch] Proxy failed, falling back to direct bypass: ${a.message}`)}try{let a=new URL(d),c=await m(a.hostname);if(c)return await q(a,c,b)}catch(a){console.warn(`[ProxyFetch] MITM bypass failed: ${a.message}`)}}if(h)try{let c=await p(h);return await g(a,{...b,dispatcher:c})}catch(a){if(c?.strictProxy===!0)throw Error(`[ProxyFetch] Proxy required but failed (strictProxy=true): ${a.message}`);console.warn(`[ProxyFetch] Proxy failed, falling back to direct: ${a.message}`)}return g(a,b)}async function s(a,b={}){return r(a,b,null)}f||globalThis.fetch===s||(globalThis.fetch=s)},41004:(a,b,c)=>{c.d(b,{Bm:()=>l,C8:()=>m,EQ:()=>k,LY:()=>e,O:()=>f,Uc:()=>h,eo:()=>i,gx:()=>d,sB:()=>j,v1:()=>g});let d={BAD_REQUEST:400,UNAUTHORIZED:401,PAYMENT_REQUIRED:402,FORBIDDEN:403,NOT_FOUND:404,NOT_ACCEPTABLE:406,REQUEST_TIMEOUT:408,RATE_LIMITED:429,SERVER_ERROR:500,BAD_GATEWAY:502,SERVICE_UNAVAILABLE:503,GATEWAY_TIMEOUT:504},e={[d.BAD_REQUEST]:{type:"invalid_request_error",code:"bad_request"},[d.UNAUTHORIZED]:{type:"authentication_error",code:"invalid_api_key"},[d.FORBIDDEN]:{type:"permission_error",code:"insufficient_quota"},[d.NOT_FOUND]:{type:"invalid_request_error",code:"model_not_found"},[d.NOT_ACCEPTABLE]:{type:"invalid_request_error",code:"model_not_supported"},[d.RATE_LIMITED]:{type:"rate_limit_error",code:"rate_limit_exceeded"},[d.SERVER_ERROR]:{type:"server_error",code:"internal_server_error"},[d.BAD_GATEWAY]:{type:"server_error",code:"bad_gateway"},[d.SERVICE_UNAVAILABLE]:{type:"server_error",code:"service_unavailable"},[d.GATEWAY_TIMEOUT]:{type:"server_error",code:"gateway_timeout"}},f={[d.BAD_REQUEST]:"Bad request",[d.UNAUTHORIZED]:"Invalid API key provided",[d.FORBIDDEN]:"You exceeded your current quota",[d.NOT_FOUND]:"Model not found",[d.NOT_ACCEPTABLE]:"Model not supported",[d.RATE_LIMITED]:"Rate limit exceeded",[d.SERVER_ERROR]:"Internal server error",[d.BAD_GATEWAY]:"Bad gateway - upstream provider error",[d.SERVICE_UNAVAILABLE]:"Service temporarily unavailable",[d.GATEWAY_TIMEOUT]:"Gateway timeout"},g={sessionTtlMs:72e5,sessionCleanupIntervalMs:18e5,dnsCacheTtlMs:3e5,proxyDispatchersMaxSize:20},h=64e3,i=32e3,j={maxAttempts:2,delayMs:2e3},k={base:1e3,max:12e4,maxLevel:15},l={unauthorized:12e4,paymentRequired:12e4,notFound:12e4,transient:2e3,requestNotAllowed:5e3,rateLimit:12e4,serviceUnavailable:2e3,authExpired:12e4},m=["Please write a 5-10 word title for the following conversation:"]}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],lowPriorityFiles:["static/
|
|
1
|
+
globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],lowPriorityFiles:["static/HtPOBXma99tj1UberZVZB/_buildManifest.js","static/HtPOBXma99tj1UberZVZB/_ssgManifest.js"],rootMainFiles:["static/chunks/webpack-a2cf08368369c277.js","static/chunks/4bd1b696-e356ca5ba0218e27.js","static/chunks/3794-bd789ebba15af837.js","static/chunks/main-app-825c409f56c59467.js"],rootMainFilesTree:{},pages:{"/_app":[]}};
|