9router 0.2.42 → 0.2.44
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-build-manifest.json +221 -162
- package/app/.next/app-path-routes-manifest.json +31 -23
- package/app/.next/build-manifest.json +9 -9
- package/app/.next/prerender-manifest.json +61 -37
- package/app/.next/react-loadable-manifest.json +8 -1
- package/app/.next/routes-manifest.json +6 -0
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/combos/page.js +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/page.js +1 -1
- 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 +1 -1
- 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/translator/page.js +2 -0
- package/app/.next/server/app/(dashboard)/dashboard/translator/page.js.nft.json +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/usage/page.js +1 -1
- 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/_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 +3 -3
- 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/cli-tools/claude-settings/route.js +1 -1
- 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/codex-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/codex-settings/route_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/combos/[id]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/combos/route_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/[provider]/[action]/route.js +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/kiro/import/route.js +1 -0
- package/app/.next/server/app/api/oauth/kiro/import/route.js.nft.json +1 -0
- package/app/.next/server/app/api/oauth/kiro/import/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/oauth/kiro/social-authorize/route.js +1 -0
- package/app/.next/server/app/api/oauth/kiro/social-authorize/route.js.nft.json +1 -0
- package/app/.next/server/app/api/oauth/kiro/social-authorize/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js +1 -0
- package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js.nft.json +1 -0
- package/app/.next/server/app/api/oauth/kiro/social-exchange/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/pricing/route_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/validate/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_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/sync/cloud/route_client-reference-manifest.js +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/translator/load/route.js +1 -0
- package/app/.next/server/app/api/translator/load/route.js.nft.json +1 -0
- package/app/.next/server/app/api/translator/load/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/translator/save/route.js +1 -0
- package/app/.next/server/app/api/translator/save/route.js.nft.json +1 -0
- package/app/.next/server/app/api/translator/save/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/translator/send/route.js +1 -0
- package/app/.next/server/app/api/translator/send/route.js.nft.json +1 -0
- package/app/.next/server/app/api/translator/send/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/translator/translate/route.js +1 -0
- package/app/.next/server/app/api/translator/translate/route.js.nft.json +1 -0
- package/app/.next/server/app/api/translator/translate/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/usage/[connectionId]/route_client-reference-manifest.js +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_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/api/chat/route.js +1 -1
- package/app/.next/server/app/api/v1/api/chat/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/api/chat/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/messages/count_tokens/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/messages/route.js +1 -1
- package/app/.next/server/app/api/v1/messages/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/messages/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/models/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/responses/route.js +1 -1
- package/app/.next/server/app/api/v1/responses/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/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 -1
- 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_client-reference-manifest.js +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 +3 -3
- package/app/.next/server/app/dashboard/cli-tools.html +1 -1
- package/app/.next/server/app/dashboard/cli-tools.rsc +5 -5
- package/app/.next/server/app/dashboard/combos.html +1 -1
- package/app/.next/server/app/dashboard/combos.rsc +5 -5
- package/app/.next/server/app/dashboard/endpoint.html +1 -1
- package/app/.next/server/app/dashboard/endpoint.rsc +5 -5
- package/app/.next/server/app/dashboard/profile.html +1 -1
- package/app/.next/server/app/dashboard/profile.rsc +5 -5
- package/app/.next/server/app/dashboard/providers/new.html +1 -1
- package/app/.next/server/app/dashboard/providers/new.rsc +5 -5
- package/app/.next/server/app/dashboard/providers.html +1 -1
- package/app/.next/server/app/dashboard/providers.rsc +5 -5
- 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 +3 -3
- package/app/.next/server/app/dashboard/translator.html +1 -0
- package/app/.next/server/app/dashboard/translator.meta +7 -0
- package/app/.next/server/app/dashboard/translator.rsc +23 -0
- package/app/.next/server/app/dashboard/usage.html +1 -1
- package/app/.next/server/app/dashboard/usage.rsc +5 -5
- package/app/.next/server/app/dashboard.html +1 -1
- package/app/.next/server/app/dashboard.rsc +5 -5
- package/app/.next/server/app/index.html +1 -1
- package/app/.next/server/app/index.rsc +3 -3
- package/app/.next/server/app/landing/page.js +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 +4 -4
- 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 +4 -4
- package/app/.next/server/app/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app-paths-manifest.json +31 -23
- package/app/.next/server/chunks/1467.js +140 -0
- package/app/.next/server/chunks/3620.js +1 -0
- package/app/.next/server/chunks/5416.js +3 -0
- package/app/.next/server/chunks/9178.js +7 -0
- package/app/.next/server/middleware-build-manifest.js +1 -1
- package/app/.next/server/middleware-manifest.json +5 -5
- package/app/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/app/.next/server/pages/404.html +1 -1
- package/app/.next/server/pages/500.html +1 -1
- package/app/.next/server/pages/_app.js.nft.json +1 -1
- package/app/.next/server/pages/_document.js.nft.json +1 -1
- package/app/.next/server/pages/_error.js.nft.json +1 -1
- package/app/.next/server/server-reference-manifest.js +1 -1
- package/app/.next/server/server-reference-manifest.json +1 -1
- package/app/.next/static/X7Dsus2RPx5MY-Fn5iDmK/_buildManifest.js +1 -0
- package/app/.next/static/chunks/1226.ea7865111c1a9854.js +1 -0
- package/app/.next/static/chunks/4244-f4bf11bf5d6ea814.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-14ab92f84c59dfc8.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/{page-c177f24df3634ec7.js → page-c33118f9f406a0c2.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/endpoint/page-f806c4af07d8bd74.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/page-8694bd062f61155e.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/{page-6587230ca0634b8d.js → page-3dc3f3ad0bf01d51.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-febc40326555aee1.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/new/{page-a2757b6f86f8b1d1.js → page-74f71d2b3d30ed9e.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-fe320fdf8ebcfc6d.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/translator/page-9ef2aa6f03369794.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/usage/{page-98effdc00fd630bd.js → page-b72277b800b53f8a.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/layout-4eaebd97fe7fd6b3.js +1 -0
- package/app/.next/static/chunks/app/api/auth/login/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/auth/logout/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/auth/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/credentials/update/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/model/resolve/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/models/alias/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/combos/[id]/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/combos/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/init/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/keys/[id]/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/keys/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/models/alias/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/models/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/import/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/pricing/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/models/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/test/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/providers/client/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/providers/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/providers/validate/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/settings/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/shutdown/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/sync/cloud/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/sync/initialize/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/tags/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/translator/load/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/translator/save/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/translator/send/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/translator/translate/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/usage/[connectionId]/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/usage/history/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/usage/logs/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/v1/api/chat/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/v1/chat/completions/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/v1/messages/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/v1/models/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/v1/responses/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/v1/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/api/v1beta/models/route-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/app/landing/page-7dfdcdd2e8bd0ea7.js +1 -0
- package/app/.next/static/chunks/app/login/page-d9725ed8ac330d0e.js +1 -0
- package/app/.next/static/chunks/app/page-26bf491da92b5116.js +1 -0
- package/app/.next/static/chunks/framework-7dd84546e99ceb94.js +1 -0
- package/app/.next/static/chunks/main-e0d7b136dc389859.js +1 -0
- package/app/.next/static/chunks/webpack-bf76088a98fc05bd.js +1 -0
- package/app/.next/static/css/de078412855b84cc.css +3 -0
- package/app/logs/translator/1_req_client.json +698 -0
- package/app/logs/translator/2_req_source.json +699 -0
- package/app/logs/translator/3_req_openai.json +699 -0
- package/app/logs/translator/4_req_target.json +707 -0
- package/app/package.json +2 -0
- package/app/public/providers/antigravity.png +0 -0
- package/app/public/providers/claude.png +0 -0
- package/app/public/providers/cline.png +0 -0
- package/app/public/providers/codex.png +0 -0
- package/app/public/providers/copilot.png +0 -0
- package/app/public/providers/cursor.png +0 -0
- package/app/public/providers/gemini-cli.png +0 -0
- package/app/public/providers/github.png +0 -0
- package/app/public/providers/iflow.png +0 -0
- package/app/public/providers/kiro.png +0 -0
- package/app/public/providers/qwen.png +0 -0
- package/app/public/providers/roo.png +0 -0
- package/package.json +1 -1
- package/app/.next/server/chunks/2432.js +0 -1
- package/app/.next/server/chunks/297.js +0 -7
- package/app/.next/server/chunks/6943.js +0 -144
- package/app/.next/static/chunks/367-59d6c6388566b11e.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-c514331eb10a0a23.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/endpoint/page-14f485d493803583.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/page-c825d7d343a8b420.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-d8409d08ccb580a9.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-1387dcf046ffca74.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/layout-9b4a1f17e7d3c12f.js +0 -1
- package/app/.next/static/chunks/app/api/auth/login/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/auth/logout/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/auth/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/credentials/update/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/model/resolve/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/models/alias/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/combos/[id]/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/combos/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/init/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/keys/[id]/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/keys/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/models/alias/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/models/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/pricing/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/models/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/test/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/providers/client/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/providers/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/providers/validate/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/settings/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/shutdown/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/sync/cloud/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/sync/initialize/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/tags/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/usage/[connectionId]/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/usage/history/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/usage/logs/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/api/chat/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/chat/completions/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/messages/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/models/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/responses/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/api/v1beta/models/route-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/app/landing/page-2e41476dab7b573d.js +0 -1
- package/app/.next/static/chunks/app/login/page-b1a6a71a33c87f4d.js +0 -1
- package/app/.next/static/chunks/app/page-bba8858d0f5c111d.js +0 -1
- package/app/.next/static/chunks/framework-90fc9b0f7c4706c1.js +0 -1
- package/app/.next/static/chunks/main-cb1e98310d7d3d12.js +0 -1
- package/app/.next/static/chunks/webpack-06b42724ed132f52.js +0 -1
- package/app/.next/static/css/c1d32de4a7a911ec.css +0 -3
- package/app/.next/static/o_6YCt9NQ-B4lgJ5C29rD/_buildManifest.js +0 -1
- package/app/node_modules/react/cjs/react-compiler-runtime.production.js +0 -16
- package/app/node_modules/react/cjs/react-jsx-dev-runtime.production.js +0 -14
- package/app/node_modules/react/cjs/react-jsx-runtime.development.js +0 -352
- package/app/node_modules/react/cjs/react-jsx-runtime.production.js +0 -34
- package/app/node_modules/react/cjs/react.development.js +0 -1284
- package/app/node_modules/react/cjs/react.production.js +0 -542
- package/app/node_modules/react/compiler-runtime.js +0 -14
- package/app/node_modules/react/index.js +0 -7
- package/app/node_modules/react/jsx-dev-runtime.js +0 -7
- package/app/node_modules/react/jsx-runtime.js +0 -7
- package/app/node_modules/react/package.json +0 -51
- package/app/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js +0 -9877
- package/app/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js +0 -6603
- package/app/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.js +0 -6692
- package/app/node_modules/react-dom/cjs/react-dom-server.browser.development.js +0 -10601
- package/app/node_modules/react-dom/cjs/react-dom-server.browser.production.js +0 -7410
- package/app/node_modules/react-dom/cjs/react-dom-server.edge.development.js +0 -10620
- package/app/node_modules/react-dom/cjs/react-dom-server.edge.production.js +0 -7512
- package/app/node_modules/react-dom/cjs/react-dom-server.node.production.js +0 -7707
- package/app/node_modules/react-dom/cjs/react-dom.development.js +0 -424
- package/app/node_modules/react-dom/cjs/react-dom.production.js +0 -210
- package/app/node_modules/react-dom/index.js +0 -38
- package/app/node_modules/react-dom/package.json +0 -117
- package/app/node_modules/react-dom/server.browser.js +0 -16
- package/app/node_modules/react-dom/server.edge.js +0 -17
- package/app/node_modules/react-dom/server.js +0 -3
- package/app/node_modules/react-dom/server.node.js +0 -18
- package/app/node_modules/react-dom/static.js +0 -3
- package/app/node_modules/react-dom/static.node.js +0 -14
- /package/app/.next/static/{o_6YCt9NQ-B4lgJ5C29rD → X7Dsus2RPx5MY-Fn5iDmK}/_ssgManifest.js +0 -0
package/app/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
X7Dsus2RPx5MY-Fn5iDmK
|