9router 0.2.14 → 0.2.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/LICENSE +3 -0
- package/README.md +6 -7
- package/app/.next/BUILD_ID +1 -0
- package/app/.next/app-build-manifest.json +376 -0
- package/app/.next/app-path-routes-manifest.json +49 -0
- package/app/.next/build-manifest.json +33 -0
- package/app/.next/prerender-manifest.json +306 -0
- package/app/.next/react-loadable-manifest.json +60 -0
- package/app/.next/required-server-files.json +347 -0
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js +16 -0
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/combos/page.js.nft.json +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js.nft.json +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/page.js.nft.json +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/profile/page.js.nft.json +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js +2 -0
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js.nft.json +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js.nft.json +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/providers/page.js.nft.json +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -0
- package/app/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/app/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- package/app/.next/server/app/_not-found.html +1 -0
- package/app/.next/server/app/_not-found.rsc +18 -0
- package/app/.next/server/app/api/cli-tools/claude-settings/route.js +2 -0
- package/app/.next/server/app/api/cli-tools/claude-settings/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/cli-tools/codex-settings/route.js +2 -0
- package/app/.next/server/app/api/cli-tools/codex-settings/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/cloud/auth/route.js +1 -0
- package/app/.next/server/app/api/cloud/auth/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/cloud/credentials/update/route.js +1 -0
- package/app/.next/server/app/api/cloud/credentials/update/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/cloud/model/resolve/route.js +1 -0
- package/app/.next/server/app/api/cloud/model/resolve/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/cloud/models/alias/route.js +1 -0
- package/app/.next/server/app/api/cloud/models/alias/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/combos/[id]/route.js +1 -0
- package/app/.next/server/app/api/combos/[id]/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/combos/route.js +1 -0
- package/app/.next/server/app/api/combos/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/init/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/keys/[id]/route.js +1 -0
- package/app/.next/server/app/api/keys/[id]/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/keys/route.js +1 -0
- package/app/.next/server/app/api/keys/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/models/alias/route.js +1 -0
- package/app/.next/server/app/api/models/alias/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/models/route.js +1 -0
- package/app/.next/server/app/api/models/route.js.nft.json +1 -0
- package/app/.next/server/app/api/models/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/oauth/[provider]/[action]/route.js +1 -0
- package/app/.next/server/app/api/oauth/[provider]/[action]/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/providers/[id]/models/route.js +1 -0
- package/app/.next/server/app/api/providers/[id]/models/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/providers/[id]/route.js +1 -0
- package/app/.next/server/app/api/providers/[id]/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/providers/[id]/test/route.js +1 -0
- package/app/.next/server/app/api/providers/[id]/test/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/providers/client/route.js +1 -0
- package/app/.next/server/app/api/providers/client/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/providers/route.js +1 -0
- package/app/.next/server/app/api/providers/route.js.nft.json +1 -0
- package/app/.next/server/app/api/providers/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/providers/validate/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/settings/route.js +1 -0
- package/app/.next/server/app/api/settings/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/shutdown/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/sync/cloud/route.js +1 -0
- package/app/.next/server/app/api/sync/cloud/route.js.nft.json +1 -0
- package/app/.next/server/app/api/sync/cloud/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/sync/initialize/route.js +1 -0
- package/app/.next/server/app/api/sync/initialize/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/tags/route.js +1 -0
- package/app/.next/server/app/api/tags/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/usage/[connectionId]/route.js +1 -0
- package/app/.next/server/app/api/usage/[connectionId]/route.js.nft.json +1 -0
- package/app/.next/server/app/api/usage/[connectionId]/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/v1/api/chat/route.js +1 -0
- package/app/.next/server/app/api/v1/api/chat/route.js.nft.json +1 -0
- package/app/.next/server/app/api/v1/api/chat/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/v1/chat/completions/route.js +1 -0
- package/app/.next/server/app/api/v1/chat/completions/route.js.nft.json +1 -0
- package/app/.next/server/app/api/v1/chat/completions/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/v1/messages/count_tokens/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/v1/messages/route.js +1 -0
- package/app/.next/server/app/api/v1/messages/route.js.nft.json +1 -0
- package/app/.next/server/app/api/v1/messages/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/v1/responses/route.js +1 -0
- package/app/.next/server/app/api/v1/responses/route.js.nft.json +1 -0
- package/app/.next/server/app/api/v1/responses/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/v1/route.js.nft.json +1 -0
- package/app/.next/server/app/api/v1/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/v1beta/models/[...path]/route.js +1 -0
- package/app/.next/server/app/api/v1beta/models/[...path]/route.js.nft.json +1 -0
- package/app/.next/server/app/api/v1beta/models/[...path]/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/v1beta/models/route.js +1 -0
- package/app/.next/server/app/api/v1beta/models/route.js.nft.json +1 -0
- package/app/.next/server/app/api/v1beta/models/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/callback/page.js.nft.json +1 -0
- package/app/.next/server/app/callback/page_client-reference-manifest.js +1 -0
- package/app/.next/server/app/callback.html +1 -0
- package/app/.next/server/app/callback.rsc +22 -0
- package/app/.next/server/app/dashboard/cli-tools.html +1 -0
- package/app/.next/server/app/dashboard/cli-tools.rsc +21 -0
- package/app/.next/server/app/dashboard/combos.html +1 -0
- package/app/.next/server/app/dashboard/combos.rsc +23 -0
- package/app/.next/server/app/dashboard/endpoint.html +1 -0
- package/app/.next/server/app/dashboard/endpoint.rsc +21 -0
- package/app/.next/server/app/dashboard/profile.html +1 -0
- package/app/.next/server/app/dashboard/profile.rsc +23 -0
- package/app/.next/server/app/dashboard/providers/new.html +1 -0
- package/app/.next/server/app/dashboard/providers/new.rsc +23 -0
- package/app/.next/server/app/dashboard/providers.html +1 -0
- package/app/.next/server/app/dashboard/providers.rsc +23 -0
- package/app/.next/server/app/dashboard.html +1 -0
- package/app/.next/server/app/dashboard.rsc +21 -0
- package/app/.next/server/app/index.html +1 -0
- package/app/.next/server/app/index.meta +9 -0
- package/app/.next/server/app/index.rsc +19 -0
- package/app/.next/server/app/landing/page.js +2 -0
- package/app/.next/server/app/landing/page.js.nft.json +1 -0
- package/app/.next/server/app/landing/page_client-reference-manifest.js +1 -0
- package/app/.next/server/app/landing.html +1 -0
- package/app/.next/server/app/landing.rsc +22 -0
- package/app/.next/server/app/page.js +2 -0
- package/app/.next/server/app/page.js.nft.json +1 -0
- package/app/.next/server/app/page_client-reference-manifest.js +1 -0
- package/app/.next/server/app-paths-manifest.json +49 -0
- package/app/.next/server/chunks/1104.js +1 -0
- package/app/.next/server/chunks/1178.js +1 -0
- package/app/.next/server/chunks/1354.js +4 -0
- package/app/.next/server/chunks/1582.js +1 -0
- package/app/.next/server/chunks/1717.js +1 -0
- package/app/.next/server/chunks/2045.js +1 -0
- package/app/.next/server/chunks/2328.js +1 -0
- package/app/.next/server/chunks/3103.js +1 -0
- package/app/.next/server/chunks/3563.js +1 -0
- package/app/.next/server/chunks/3576.js +1 -0
- package/app/.next/server/chunks/3809.js +1 -0
- package/app/.next/server/chunks/4515.js +1 -0
- package/app/.next/server/chunks/4656.js +1 -0
- package/app/.next/server/chunks/5170.js +1 -0
- package/app/.next/server/chunks/5587.js +1 -0
- package/app/.next/server/chunks/5977.js +1 -0
- package/app/.next/server/chunks/6367.js +1 -0
- package/app/.next/server/chunks/6689.js +9 -0
- package/app/.next/server/chunks/6814.js +1 -0
- package/app/.next/server/chunks/7374.js +1 -0
- package/app/.next/server/chunks/8611.js +1 -0
- package/app/.next/server/chunks/8764.js +1 -0
- package/app/.next/server/middleware-build-manifest.js +1 -0
- package/app/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/app/.next/server/pages/404.html +1 -0
- package/app/.next/server/pages/500.html +1 -0
- package/app/.next/server/server-reference-manifest.js +1 -0
- package/app/.next/server/server-reference-manifest.json +1 -0
- package/app/.next/static/chunks/1055.0f91ab6513ec317b.js +1 -0
- package/app/.next/static/chunks/1393-c0bf788a0bc19102.js +1 -0
- package/app/.next/static/chunks/1441.7b9fc2e539f71e56.js +1 -0
- package/app/.next/static/chunks/197.83743acbae435446.js +1 -0
- package/app/.next/static/chunks/3433.dfc71de88505c41d.js +1 -0
- package/app/.next/static/chunks/3592.2bc2e6e506f250e3.js +1 -0
- package/app/.next/static/chunks/4244-0a98cf2e73799efe.js +1 -0
- package/app/.next/static/chunks/5812.5dc8861d62b394fe.js +1 -0
- package/app/.next/static/chunks/6899.44ddb324d06f2b00.js +1 -0
- package/app/.next/static/chunks/8456.50ee5fc36ad7054f.js +1 -0
- package/app/.next/static/chunks/9955-a027f64b1a9bf4e5.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-9009a2a4fdcd878c.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-60e73b7047f9e428.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/auth/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/credentials/update/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/model/resolve/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/models/alias/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/combos/[id]/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/combos/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/init/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/keys/[id]/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/keys/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/models/alias/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/models/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/models/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/test/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/providers/client/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/providers/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/providers/validate/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/settings/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/shutdown/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/sync/cloud/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/sync/initialize/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/tags/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/usage/[connectionId]/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/v1/api/chat/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/v1/chat/completions/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/v1/messages/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/v1/responses/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/v1/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/api/v1beta/models/route-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/app/landing/page-c9ff4225b9e48650.js +1 -0
- package/app/.next/static/chunks/app/page-a51a32870fa386f8.js +1 -0
- package/app/.next/static/chunks/webpack-e009a29a8139b7cb.js +1 -0
- package/app/.next/static/css/d88eaa46491bd5c8.css +3 -0
- package/app/package.json +23 -28
- package/app/public/favicon.svg +11 -0
- package/app/server.js +38 -0
- package/cli.js +1 -1
- package/hooks/model-websearch.cjs +11 -11
- package/package.json +1 -1
- package/app/.next/static/chunks/1108.dfb5c59c23b4ad41.js +0 -1
- package/app/.next/static/chunks/1393-7288fec519c2e8bd.js +0 -1
- package/app/.next/static/chunks/252-cb6f99bd45e4e12b.js +0 -1
- package/app/.next/static/chunks/4244-699e2d023e54f7eb.js +0 -1
- package/app/.next/static/chunks/6360.0c430a4f52aa56a1.js +0 -1
- package/app/.next/static/chunks/6765.602b5bd2b6d6d21c.js +0 -1
- package/app/.next/static/chunks/7332.a4365ce6cc35978d.js +0 -1
- package/app/.next/static/chunks/7647.c62006182fa7eaa9.js +0 -1
- package/app/.next/static/chunks/8325.6269b283e886fd9b.js +0 -1
- package/app/.next/static/chunks/8717.c8dc7698be4136f1.js +0 -1
- package/app/.next/static/chunks/9817.655825f161ddc664.js +0 -1
- package/app/.next/static/chunks/9955-6d41cf5902a69a61.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-ff3ccae28ee7e6c5.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-b855a6ae07591f1f.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/auth/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/credentials/update/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/model/resolve/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/models/alias/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/combos/[id]/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/combos/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/init/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/keys/[id]/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/keys/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/models/alias/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/models/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/models/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/test/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/providers/client/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/providers/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/providers/validate/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/settings/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/shutdown/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/sync/cloud/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/sync/initialize/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/tags/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/usage/[connectionId]/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/api/chat/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/chat/completions/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/messages/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/responses/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/api/v1beta/models/route-0084262e28f0dd3b.js +0 -1
- package/app/.next/static/chunks/app/landing/page-1f54485eea138967.js +0 -1
- package/app/.next/static/chunks/app/page-3126678fc8370f4f.js +0 -1
- package/app/.next/static/chunks/webpack-f8817ed5cc2611bf.js +0 -1
- package/app/.next/static/css/12c46cc8881ce1ef.css +0 -3
- package/app/app/.next/BUILD_ID +0 -1
- package/app/app/.next/app-build-manifest.json +0 -380
- package/app/app/.next/app-path-routes-manifest.json +0 -49
- package/app/app/.next/build-manifest.json +0 -33
- package/app/app/.next/prerender-manifest.json +0 -306
- package/app/app/.next/react-loadable-manifest.json +0 -60
- package/app/app/.next/required-server-files.json +0 -347
- package/app/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js +0 -16
- package/app/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +0 -1
- package/app/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/(dashboard)/dashboard/combos/page.js.nft.json +0 -1
- package/app/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js.nft.json +0 -1
- package/app/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/(dashboard)/dashboard/page.js.nft.json +0 -1
- package/app/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/(dashboard)/dashboard/profile/page.js.nft.json +0 -1
- package/app/app/.next/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js +0 -2
- package/app/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js.nft.json +0 -1
- package/app/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js.nft.json +0 -1
- package/app/app/.next/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/(dashboard)/dashboard/providers/page.js.nft.json +0 -1
- package/app/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/_not-found/page.js.nft.json +0 -1
- package/app/app/.next/server/app/_not-found/page_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/_not-found.html +0 -1
- package/app/app/.next/server/app/_not-found.rsc +0 -18
- package/app/app/.next/server/app/api/cli-tools/claude-settings/route.js +0 -2
- package/app/app/.next/server/app/api/cli-tools/claude-settings/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/cli-tools/codex-settings/route.js +0 -2
- package/app/app/.next/server/app/api/cli-tools/codex-settings/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/cloud/auth/route.js +0 -1
- package/app/app/.next/server/app/api/cloud/auth/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/cloud/credentials/update/route.js +0 -1
- package/app/app/.next/server/app/api/cloud/credentials/update/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/cloud/model/resolve/route.js +0 -1
- package/app/app/.next/server/app/api/cloud/model/resolve/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/cloud/models/alias/route.js +0 -1
- package/app/app/.next/server/app/api/cloud/models/alias/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/combos/[id]/route.js +0 -1
- package/app/app/.next/server/app/api/combos/[id]/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/combos/route.js +0 -1
- package/app/app/.next/server/app/api/combos/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/init/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/keys/[id]/route.js +0 -1
- package/app/app/.next/server/app/api/keys/[id]/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/keys/route.js +0 -1
- package/app/app/.next/server/app/api/keys/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/models/alias/route.js +0 -1
- package/app/app/.next/server/app/api/models/alias/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/models/route.js +0 -1
- package/app/app/.next/server/app/api/models/route.js.nft.json +0 -1
- package/app/app/.next/server/app/api/models/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/oauth/[provider]/[action]/route.js +0 -1
- package/app/app/.next/server/app/api/oauth/[provider]/[action]/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/providers/[id]/models/route.js +0 -1
- package/app/app/.next/server/app/api/providers/[id]/models/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/providers/[id]/route.js +0 -1
- package/app/app/.next/server/app/api/providers/[id]/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/providers/[id]/test/route.js +0 -1
- package/app/app/.next/server/app/api/providers/[id]/test/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/providers/client/route.js +0 -1
- package/app/app/.next/server/app/api/providers/client/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/providers/route.js +0 -1
- package/app/app/.next/server/app/api/providers/route.js.nft.json +0 -1
- package/app/app/.next/server/app/api/providers/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/providers/validate/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/settings/route.js +0 -1
- package/app/app/.next/server/app/api/settings/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/shutdown/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/sync/cloud/route.js +0 -1
- package/app/app/.next/server/app/api/sync/cloud/route.js.nft.json +0 -1
- package/app/app/.next/server/app/api/sync/cloud/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/sync/initialize/route.js +0 -1
- package/app/app/.next/server/app/api/sync/initialize/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/tags/route.js +0 -1
- package/app/app/.next/server/app/api/tags/route.js.nft.json +0 -1
- package/app/app/.next/server/app/api/tags/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/usage/[connectionId]/route.js +0 -1
- package/app/app/.next/server/app/api/usage/[connectionId]/route.js.nft.json +0 -1
- package/app/app/.next/server/app/api/usage/[connectionId]/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/v1/api/chat/route.js +0 -1
- package/app/app/.next/server/app/api/v1/api/chat/route.js.nft.json +0 -1
- package/app/app/.next/server/app/api/v1/api/chat/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/v1/chat/completions/route.js +0 -1
- package/app/app/.next/server/app/api/v1/chat/completions/route.js.nft.json +0 -1
- package/app/app/.next/server/app/api/v1/chat/completions/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/v1/messages/count_tokens/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/v1/messages/route.js +0 -1
- package/app/app/.next/server/app/api/v1/messages/route.js.nft.json +0 -1
- package/app/app/.next/server/app/api/v1/messages/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/v1/responses/route.js +0 -1
- package/app/app/.next/server/app/api/v1/responses/route.js.nft.json +0 -1
- package/app/app/.next/server/app/api/v1/responses/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/v1/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/v1beta/models/[...path]/route.js +0 -1
- package/app/app/.next/server/app/api/v1beta/models/[...path]/route.js.nft.json +0 -1
- package/app/app/.next/server/app/api/v1beta/models/[...path]/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/api/v1beta/models/route.js +0 -1
- package/app/app/.next/server/app/api/v1beta/models/route.js.nft.json +0 -1
- package/app/app/.next/server/app/api/v1beta/models/route_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/callback/page.js.nft.json +0 -1
- package/app/app/.next/server/app/callback/page_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/callback.html +0 -1
- package/app/app/.next/server/app/callback.rsc +0 -22
- package/app/app/.next/server/app/dashboard/cli-tools.html +0 -1
- package/app/app/.next/server/app/dashboard/cli-tools.rsc +0 -21
- package/app/app/.next/server/app/dashboard/combos.html +0 -1
- package/app/app/.next/server/app/dashboard/combos.rsc +0 -23
- package/app/app/.next/server/app/dashboard/endpoint.html +0 -1
- package/app/app/.next/server/app/dashboard/endpoint.rsc +0 -21
- package/app/app/.next/server/app/dashboard/profile.html +0 -1
- package/app/app/.next/server/app/dashboard/profile.rsc +0 -23
- package/app/app/.next/server/app/dashboard/providers/new.html +0 -1
- package/app/app/.next/server/app/dashboard/providers/new.rsc +0 -23
- package/app/app/.next/server/app/dashboard/providers.html +0 -1
- package/app/app/.next/server/app/dashboard/providers.rsc +0 -23
- package/app/app/.next/server/app/dashboard.html +0 -1
- package/app/app/.next/server/app/dashboard.rsc +0 -21
- package/app/app/.next/server/app/index.html +0 -1
- package/app/app/.next/server/app/index.meta +0 -7
- package/app/app/.next/server/app/index.rsc +0 -19
- package/app/app/.next/server/app/landing/page.js +0 -2
- package/app/app/.next/server/app/landing/page.js.nft.json +0 -1
- package/app/app/.next/server/app/landing/page_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app/landing.html +0 -1
- package/app/app/.next/server/app/landing.rsc +0 -22
- package/app/app/.next/server/app/page.js +0 -2
- package/app/app/.next/server/app/page.js.nft.json +0 -1
- package/app/app/.next/server/app/page_client-reference-manifest.js +0 -1
- package/app/app/.next/server/app-paths-manifest.json +0 -49
- package/app/app/.next/server/chunks/1220.js +0 -1
- package/app/app/.next/server/chunks/1325.js +0 -1
- package/app/app/.next/server/chunks/1354.js +0 -4
- package/app/app/.next/server/chunks/1492.js +0 -1
- package/app/app/.next/server/chunks/1582.js +0 -1
- package/app/app/.next/server/chunks/2662.js +0 -1
- package/app/app/.next/server/chunks/308.js +0 -1
- package/app/app/.next/server/chunks/3103.js +0 -1
- package/app/app/.next/server/chunks/4208.js +0 -1
- package/app/app/.next/server/chunks/4498.js +0 -1
- package/app/app/.next/server/chunks/4515.js +0 -1
- package/app/app/.next/server/chunks/4696.js +0 -1
- package/app/app/.next/server/chunks/5051.js +0 -1
- package/app/app/.next/server/chunks/5170.js +0 -1
- package/app/app/.next/server/chunks/5331.js +0 -1
- package/app/app/.next/server/chunks/5977.js +0 -1
- package/app/app/.next/server/chunks/6161.js +0 -1
- package/app/app/.next/server/chunks/6380.js +0 -1
- package/app/app/.next/server/chunks/6697.js +0 -1
- package/app/app/.next/server/chunks/6918.js +0 -1
- package/app/app/.next/server/chunks/8272.js +0 -9
- package/app/app/.next/server/chunks/8487.js +0 -1
- package/app/app/.next/server/chunks/8609.js +0 -1
- package/app/app/.next/server/chunks/9676.js +0 -1
- package/app/app/.next/server/middleware-build-manifest.js +0 -1
- package/app/app/.next/server/middleware-react-loadable-manifest.js +0 -1
- package/app/app/.next/server/pages/404.html +0 -1
- package/app/app/.next/server/pages/500.html +0 -1
- package/app/app/.next/server/server-reference-manifest.js +0 -1
- package/app/app/.next/server/server-reference-manifest.json +0 -1
- package/app/app/.next/static/chunks/1108.dfb5c59c23b4ad41.js +0 -1
- package/app/app/.next/static/chunks/1255-9494d7e861e97d68.js +0 -1
- package/app/app/.next/static/chunks/1393-7288fec519c2e8bd.js +0 -1
- package/app/app/.next/static/chunks/1760-b91a44d089080cde.js +0 -1
- package/app/app/.next/static/chunks/252-cb6f99bd45e4e12b.js +0 -1
- package/app/app/.next/static/chunks/4244-699e2d023e54f7eb.js +0 -1
- package/app/app/.next/static/chunks/4bd1b696-f785427dddbba9fb.js +0 -1
- package/app/app/.next/static/chunks/5239-248c4ce6377cd214.js +0 -1
- package/app/app/.next/static/chunks/5876-e14814a5658e39d3.js +0 -1
- package/app/app/.next/static/chunks/6360.0c430a4f52aa56a1.js +0 -1
- package/app/app/.next/static/chunks/6765.602b5bd2b6d6d21c.js +0 -1
- package/app/app/.next/static/chunks/7332.a4365ce6cc35978d.js +0 -1
- package/app/app/.next/static/chunks/7647.c62006182fa7eaa9.js +0 -1
- package/app/app/.next/static/chunks/7712.6576b07aa7d6f955.js +0 -1
- package/app/app/.next/static/chunks/8325.6269b283e886fd9b.js +0 -1
- package/app/app/.next/static/chunks/8717.c8dc7698be4136f1.js +0 -1
- package/app/app/.next/static/chunks/9817.655825f161ddc664.js +0 -1
- package/app/app/.next/static/chunks/9955-6d41cf5902a69a61.js +0 -1
- package/app/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-ff3ccae28ee7e6c5.js +0 -1
- package/app/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-95da854765deba41.js +0 -1
- package/app/app/.next/static/chunks/app/(dashboard)/dashboard/endpoint/page-98e477f1e2603f2b.js +0 -1
- package/app/app/.next/static/chunks/app/(dashboard)/dashboard/page-1dce481cbcf036bc.js +0 -1
- package/app/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-c3dd45dfdb0b9dec.js +0 -1
- package/app/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-b855a6ae07591f1f.js +0 -1
- package/app/app/.next/static/chunks/app/(dashboard)/dashboard/providers/new/page-1f016f32f42ef1f9.js +0 -1
- package/app/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-407c2ce547816028.js +0 -1
- package/app/app/.next/static/chunks/app/(dashboard)/layout-239cdcb35472d644.js +0 -1
- package/app/app/.next/static/chunks/app/_not-found/page-d41b7c80dbd91cf1.js +0 -1
- package/app/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/cloud/auth/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/cloud/credentials/update/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/cloud/model/resolve/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/cloud/models/alias/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/combos/[id]/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/combos/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/init/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/keys/[id]/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/keys/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/models/alias/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/models/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/providers/[id]/models/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/providers/[id]/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/providers/[id]/test/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/providers/client/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/providers/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/providers/validate/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/settings/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/shutdown/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/sync/cloud/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/sync/initialize/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/tags/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/usage/[connectionId]/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/v1/api/chat/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/v1/chat/completions/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/v1/messages/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/v1/responses/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/v1/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/api/v1beta/models/route-0084262e28f0dd3b.js +0 -1
- package/app/app/.next/static/chunks/app/callback/page-2ac998ca8e1c4fb2.js +0 -1
- package/app/app/.next/static/chunks/app/landing/page-1f54485eea138967.js +0 -1
- package/app/app/.next/static/chunks/app/layout-cc96f88d74b3b321.js +0 -1
- package/app/app/.next/static/chunks/app/page-3126678fc8370f4f.js +0 -1
- package/app/app/.next/static/chunks/framework-90fc9b0f7c4706c1.js +0 -1
- package/app/app/.next/static/chunks/main-app-1a9105a16c026010.js +0 -1
- package/app/app/.next/static/chunks/main-b718c5aeb6d6e180.js +0 -1
- package/app/app/.next/static/chunks/pages/_app-6c8c2371b16a04b8.js +0 -1
- package/app/app/.next/static/chunks/pages/_error-94812ad32cad7365.js +0 -1
- package/app/app/.next/static/chunks/polyfills-42372ed130431b0a.js +0 -1
- package/app/app/.next/static/chunks/webpack-f8817ed5cc2611bf.js +0 -1
- package/app/app/.next/static/css/12c46cc8881ce1ef.css +0 -3
- package/app/app/.next/static/media/19cfc7226ec3afaa-s.woff2 +0 -0
- package/app/app/.next/static/media/21350d82a1f187e9-s.woff2 +0 -0
- package/app/app/.next/static/media/8e9860b6e62d6359-s.woff2 +0 -0
- package/app/app/.next/static/media/ba9851c3c22cd980-s.woff2 +0 -0
- package/app/app/.next/static/media/c5fe6dc8356a8c31-s.woff2 +0 -0
- package/app/app/.next/static/media/df0a9ae256c0569c-s.woff2 +0 -0
- package/app/app/.next/static/media/e4af272ccee01ff0-s.p.woff2 +0 -0
- package/app/app/.next/static/wfk2aeixNCUu0ZyAs6fjm/_buildManifest.js +0 -1
- package/app/app/.next/static/wfk2aeixNCUu0ZyAs6fjm/_ssgManifest.js +0 -1
- package/app/app/images/9router.png +0 -0
- package/app/app/package.json +0 -38
- package/app/app/public/file.svg +0 -1
- package/app/app/public/globe.svg +0 -1
- package/app/app/public/next.svg +0 -1
- package/app/app/public/providers/antigravity.png +0 -0
- package/app/app/public/providers/claude.png +0 -0
- package/app/app/public/providers/cline.png +0 -0
- package/app/app/public/providers/codex.png +0 -0
- package/app/app/public/providers/continue.png +0 -0
- package/app/app/public/providers/copilot.png +0 -0
- package/app/app/public/providers/cursor.png +0 -0
- package/app/app/public/providers/gemini-cli.png +0 -0
- package/app/app/public/providers/github.png +0 -0
- package/app/app/public/providers/iflow.png +0 -0
- package/app/app/public/providers/qwen.png +0 -0
- package/app/app/public/providers/roo.png +0 -0
- package/app/app/public/vercel.svg +0 -1
- package/app/app/public/window.svg +0 -1
- package/app/app/server.js +0 -38
- package/app/images/9router.png +0 -0
- package/app/node_modules/detect-libc/lib/detect-libc.js +0 -313
- package/app/node_modules/detect-libc/lib/elf.js +0 -39
- package/app/node_modules/detect-libc/lib/filesystem.js +0 -51
- package/app/node_modules/detect-libc/lib/process.js +0 -24
- package/app/node_modules/detect-libc/package.json +0 -44
- package/app/open-sse/package.json +0 -44
- /package/app/{app/.next → .next}/package.json +0 -0
- /package/app/{app/.next → .next}/routes-manifest.json +0 -0
- /package/app/{app/.next → .next}/server/app/(dashboard)/dashboard/combos/page.js +0 -0
- /package/app/{app/.next → .next}/server/app/(dashboard)/dashboard/endpoint/page.js +0 -0
- /package/app/{app/.next → .next}/server/app/(dashboard)/dashboard/page.js +0 -0
- /package/app/{app/.next → .next}/server/app/(dashboard)/dashboard/profile/page.js +0 -0
- /package/app/{app/.next → .next}/server/app/(dashboard)/dashboard/providers/new/page.js +0 -0
- /package/app/{app/.next → .next}/server/app/(dashboard)/dashboard/providers/page.js +0 -0
- /package/app/{app/.next → .next}/server/app/_not-found/page.js +0 -0
- /package/app/{app/.next → .next}/server/app/_not-found.meta +0 -0
- /package/app/{app/.next → .next}/server/app/api/cli-tools/claude-settings/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/cli-tools/codex-settings/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/cloud/auth/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/cloud/credentials/update/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/cloud/model/resolve/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/cloud/models/alias/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/combos/[id]/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/combos/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/init/route.js +0 -0
- /package/app/{app/.next → .next}/server/app/api/init/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/keys/[id]/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/keys/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/models/alias/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/oauth/[provider]/[action]/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/providers/[id]/models/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/providers/[id]/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/providers/[id]/test/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/providers/client/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/providers/validate/route.js +0 -0
- /package/app/{app/.next → .next}/server/app/api/providers/validate/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/settings/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/shutdown/route.js +0 -0
- /package/app/{app/.next → .next}/server/app/api/shutdown/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/sync/initialize/route.js.nft.json +0 -0
- /package/app/{app/.next/server/app/api/v1 → .next/server/app/api/tags}/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/v1/messages/count_tokens/route.js +0 -0
- /package/app/{app/.next → .next}/server/app/api/v1/messages/count_tokens/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/api/v1/route.js +0 -0
- /package/app/{app/.next → .next}/server/app/callback/page.js +0 -0
- /package/app/{app/.next → .next}/server/app/callback.meta +0 -0
- /package/app/{app/.next → .next}/server/app/dashboard/cli-tools.meta +0 -0
- /package/app/{app/.next → .next}/server/app/dashboard/combos.meta +0 -0
- /package/app/{app/.next → .next}/server/app/dashboard/endpoint.meta +0 -0
- /package/app/{app/.next → .next}/server/app/dashboard/profile.meta +0 -0
- /package/app/{app/.next → .next}/server/app/dashboard/providers/new.meta +0 -0
- /package/app/{app/.next → .next}/server/app/dashboard/providers.meta +0 -0
- /package/app/{app/.next → .next}/server/app/dashboard.meta +0 -0
- /package/app/{app/.next → .next}/server/app/favicon.ico/route.js +0 -0
- /package/app/{app/.next → .next}/server/app/favicon.ico/route.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/app/favicon.ico.body +0 -0
- /package/app/{app/.next → .next}/server/app/favicon.ico.meta +0 -0
- /package/app/{app/.next → .next}/server/app/landing.meta +0 -0
- /package/app/{app/.next → .next}/server/chunks/1428.js +0 -0
- /package/app/{app/.next → .next}/server/chunks/1692.js +0 -0
- /package/app/{app/.next → .next}/server/chunks/2826.js +0 -0
- /package/app/{app/.next → .next}/server/chunks/5611.js +0 -0
- /package/app/{app/.next → .next}/server/chunks/5873.js +0 -0
- /package/app/{app/.next → .next}/server/chunks/7506.js +0 -0
- /package/app/{app/.next → .next}/server/chunks/799.js +0 -0
- /package/app/{app/.next → .next}/server/chunks/8298.js +0 -0
- /package/app/{app/.next → .next}/server/chunks/9285.js +0 -0
- /package/app/{app/.next → .next}/server/functions-config-manifest.json +0 -0
- /package/app/{app/.next → .next}/server/middleware-manifest.json +0 -0
- /package/app/{app/.next → .next}/server/next-font-manifest.js +0 -0
- /package/app/{app/.next → .next}/server/next-font-manifest.json +0 -0
- /package/app/{app/.next → .next}/server/pages/_app.js +0 -0
- /package/app/{app/.next → .next}/server/pages/_app.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/pages/_document.js +0 -0
- /package/app/{app/.next → .next}/server/pages/_document.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/pages/_error.js +0 -0
- /package/app/{app/.next → .next}/server/pages/_error.js.nft.json +0 -0
- /package/app/{app/.next → .next}/server/pages-manifest.json +0 -0
- /package/app/{app/.next → .next}/server/webpack-runtime.js +0 -0
- /package/app/.next/static/{wfk2aeixNCUu0ZyAs6fjm → CjtizKLK3s08esa00wWI0}/_buildManifest.js +0 -0
- /package/app/.next/static/{wfk2aeixNCUu0ZyAs6fjm → CjtizKLK3s08esa00wWI0}/_ssgManifest.js +0 -0
- /package/app/{app/node_modules → node_modules}/@img/colour/color.cjs +0 -0
- /package/app/{app/node_modules → node_modules}/@img/colour/index.cjs +0 -0
- /package/app/{app/node_modules → node_modules}/@img/colour/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/@img/sharp-darwin-arm64/LICENSE +0 -0
- /package/app/{app/node_modules → node_modules}/@img/sharp-darwin-arm64/lib/sharp-darwin-arm64.node +0 -0
- /package/app/{app/node_modules → node_modules}/@img/sharp-darwin-arm64/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/@img/sharp-libvips-darwin-arm64/lib/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/@img/sharp-libvips-darwin-arm64/lib/libvips-cpp.8.17.3.dylib +0 -0
- /package/app/{app/node_modules → node_modules}/@img/sharp-libvips-darwin-arm64/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/@img/sharp-libvips-darwin-arm64/versions.json +0 -0
- /package/app/{app/node_modules → node_modules}/@next/env/dist/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/@next/env/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/@swc/helpers/_/_class_private_field_loose_base/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/@swc/helpers/_/_class_private_field_loose_key/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/@swc/helpers/_/_interop_require_default/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/@swc/helpers/_/_interop_require_wildcard/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/@swc/helpers/cjs/_class_private_field_loose_base.cjs +0 -0
- /package/app/{app/node_modules → node_modules}/@swc/helpers/cjs/_class_private_field_loose_key.cjs +0 -0
- /package/app/{app/node_modules → node_modules}/@swc/helpers/cjs/_interop_require_default.cjs +0 -0
- /package/app/{app/node_modules → node_modules}/@swc/helpers/cjs/_interop_require_wildcard.cjs +0 -0
- /package/app/{app/node_modules → node_modules}/@swc/helpers/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/agents.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/browserVersions.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/browsers.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/aac.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/abortcontroller.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/ac3-ec3.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/accelerometer.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/addeventlistener.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/alternate-stylesheet.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/ambient-light.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/apng.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/array-find-index.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/array-find.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/array-flat.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/array-includes.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/arrow-functions.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/asmjs.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/async-clipboard.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/async-functions.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/atob-btoa.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/audio-api.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/audio.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/audiotracks.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/autofocus.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/auxclick.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/av1.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/avif.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/background-attachment.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/background-clip-text.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/background-img-opts.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/background-position-x-y.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/background-repeat-round-space.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/background-sync.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/battery-status.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/beacon.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/beforeafterprint.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/bigint.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/blobbuilder.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/bloburls.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/border-image.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/border-radius.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/broadcastchannel.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/brotli.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/calc.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/canvas-blending.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/canvas-text.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/canvas.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/ch-unit.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/chacha20-poly1305.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/channel-messaging.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/childnode-remove.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/classlist.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/clipboard.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/colr-v1.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/colr.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/comparedocumentposition.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/console-basic.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/console-time.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/const.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/constraint-validation.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/contenteditable.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/contentsecuritypolicy.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/contentsecuritypolicy2.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/cookie-store-api.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/cors.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/createimagebitmap.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/credential-management.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/cross-document-view-transitions.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/cryptography.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-all.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-anchor-positioning.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-animation.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-any-link.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-appearance.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-at-counter-style.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-autofill.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-backdrop-filter.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-background-offsets.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-backgroundblendmode.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-boxdecorationbreak.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-boxshadow.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-canvas.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-caret-color.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-cascade-layers.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-cascade-scope.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-case-insensitive.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-clip-path.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-color-adjust.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-color-function.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-conic-gradients.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-container-queries-style.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-container-queries.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-container-query-units.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-containment.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-content-visibility.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-counters.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-crisp-edges.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-cross-fade.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-default-pseudo.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-descendant-gtgt.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-deviceadaptation.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-dir-pseudo.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-display-contents.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-element-function.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-env-function.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-exclusions.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-featurequeries.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-file-selector-button.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-filter-function.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-filters.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-first-letter.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-first-line.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-fixed.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-focus-visible.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-focus-within.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-font-palette.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-font-rendering-controls.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-font-stretch.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-gencontent.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-gradients.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-grid-animation.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-grid.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-hanging-punctuation.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-has.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-hyphens.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-if.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-image-orientation.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-image-set.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-in-out-of-range.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-indeterminate-pseudo.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-initial-letter.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-initial-value.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-lch-lab.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-letter-spacing.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-line-clamp.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-logical-props.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-marker-pseudo.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-masks.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-matches-pseudo.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-math-functions.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-media-interaction.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-media-range-syntax.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-media-resolution.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-media-scripting.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-mediaqueries.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-mixblendmode.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-module-scripts.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-motion-paths.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-namespaces.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-nesting.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-not-sel-list.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-nth-child-of.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-opacity.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-optional-pseudo.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-overflow-anchor.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-overflow-overlay.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-overflow.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-overscroll-behavior.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-page-break.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-paged-media.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-paint-api.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-placeholder-shown.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-placeholder.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-print-color-adjust.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-read-only-write.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-rebeccapurple.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-reflections.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-regions.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-relative-colors.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-repeating-gradients.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-resize.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-revert-value.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-rrggbbaa.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-scroll-behavior.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-scrollbar.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-sel2.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-sel3.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-selection.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-shapes.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-snappoints.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-sticky.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-subgrid.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-supports-api.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-table.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-text-align-last.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-text-box-trim.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-text-indent.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-text-justify.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-text-orientation.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-text-spacing.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-text-wrap-balance.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-textshadow.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-touch-action.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-transitions.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-unicode-bidi.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-unset-value.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-variables.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-when-else.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-widows-orphans.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-width-stretch.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-writing-mode.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css-zoom.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css3-attr.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css3-boxsizing.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css3-colors.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css3-cursors-grab.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css3-cursors-newer.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css3-cursors.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/css3-tabsize.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/currentcolor.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/custom-elements.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/custom-elementsv1.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/customevent.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/datalist.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/dataset.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/datauri.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/date-tolocaledatestring.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/declarative-shadow-dom.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/decorators.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/details.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/deviceorientation.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/devicepixelratio.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/dialog.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/dispatchevent.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/dnssec.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/do-not-track.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/document-currentscript.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/document-evaluate-xpath.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/document-execcommand.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/document-policy.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/document-scrollingelement.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/documenthead.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/dom-manip-convenience.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/dom-range.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/domcontentloaded.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/dommatrix.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/download.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/dragndrop.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/element-closest.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/element-from-point.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/element-scroll-methods.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/eme.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/eot.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/es5.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/es6-class.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/es6-generators.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/es6-module-dynamic-import.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/es6-module.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/es6-number.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/es6-string-includes.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/es6.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/eventsource.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/extended-system-fonts.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/feature-policy.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/fetch.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/fieldset-disabled.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/fileapi.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/filereader.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/filereadersync.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/filesystem.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/flac.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/flexbox-gap.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/flexbox.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/flow-root.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/focusin-focusout-events.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/font-family-system-ui.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/font-feature.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/font-kerning.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/font-loading.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/font-size-adjust.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/font-smooth.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/font-unicode-range.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/font-variant-alternates.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/font-variant-numeric.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/fontface.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/form-attribute.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/form-submit-attributes.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/form-validation.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/forms.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/fullscreen.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/gamepad.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/geolocation.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/getboundingclientrect.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/getcomputedstyle.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/getelementsbyclassname.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/getrandomvalues.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/gyroscope.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/hardwareconcurrency.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/hashchange.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/heif.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/hevc.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/hidden.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/high-resolution-time.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/history.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/html-media-capture.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/html5semantic.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/http-live-streaming.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/http2.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/http3.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/iframe-sandbox.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/iframe-seamless.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/iframe-srcdoc.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/imagecapture.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/ime.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/import-maps.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/imports.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/indeterminate-checkbox.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/indexeddb.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/indexeddb2.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/inline-block.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/innertext.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/input-autocomplete-onoff.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/input-color.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/input-datetime.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/input-email-tel-url.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/input-event.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/input-file-accept.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/input-file-directory.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/input-file-multiple.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/input-inputmode.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/input-minlength.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/input-number.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/input-pattern.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/input-placeholder.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/input-range.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/input-search.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/input-selection.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/insert-adjacent.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/insertadjacenthtml.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/internationalization.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/intersectionobserver-v2.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/intersectionobserver.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/intl-pluralrules.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/intrinsic-width.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/jpeg2000.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/jpegxl.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/jpegxr.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/js-regexp-lookbehind.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/json.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/justify-content-space-evenly.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/kerning-pairs-ligatures.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/keyboardevent-charcode.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/keyboardevent-code.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/keyboardevent-key.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/keyboardevent-location.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/keyboardevent-which.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/lazyload.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/let.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/link-icon-png.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/link-icon-svg.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/link-rel-dns-prefetch.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/link-rel-modulepreload.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/link-rel-preconnect.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/link-rel-prefetch.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/link-rel-preload.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/link-rel-prerender.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/loading-lazy-attr.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/localecompare.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/magnetometer.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/matchesselector.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/matchmedia.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/mathml.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/maxlength.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/mdn-text-decoration-color.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/mdn-text-decoration-line.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/mdn-text-decoration-style.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/media-fragments.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/mediacapture-fromelement.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/mediarecorder.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/mediasource.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/menu.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/meta-theme-color.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/meter.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/midi.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/minmaxwh.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/mp3.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/mpeg-dash.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/mpeg4.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/multibackgrounds.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/multicolumn.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/mutation-events.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/mutationobserver.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/namevalue-storage.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/native-filesystem-api.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/nav-timing.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/netinfo.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/notifications.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/object-entries.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/object-fit.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/object-observe.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/object-values.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/objectrtc.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/offline-apps.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/offscreencanvas.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/ogg-vorbis.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/ogv.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/ol-reversed.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/once-event-listener.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/online-status.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/opus.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/orientation-sensor.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/outline.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/pad-start-end.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/page-transition-events.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/pagevisibility.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/passive-event-listener.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/passkeys.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/passwordrules.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/path2d.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/payment-request.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/pdf-viewer.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/permissions-api.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/permissions-policy.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/picture-in-picture.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/picture.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/ping.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/png-alpha.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/pointer-events.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/pointer.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/pointerlock.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/portals.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/prefers-color-scheme.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/prefers-reduced-motion.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/progress.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/promise-finally.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/promises.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/proximity.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/proxy.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/publickeypinning.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/push-api.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/queryselector.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/readonly-attr.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/referrer-policy.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/registerprotocolhandler.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/rel-noopener.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/rel-noreferrer.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/rellist.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/rem.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/requestanimationframe.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/requestidlecallback.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/resizeobserver.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/resource-timing.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/rest-parameters.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/rtcpeerconnection.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/ruby.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/run-in.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/same-site-cookie-attribute.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/screen-orientation.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/script-async.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/script-defer.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/scrollintoview.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/scrollintoviewifneeded.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/sdch.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/selection-api.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/selectlist.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/server-timing.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/serviceworkers.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/setimmediate.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/shadowdom.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/shadowdomv1.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/sharedarraybuffer.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/sharedworkers.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/sni.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/spdy.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/speech-recognition.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/speech-synthesis.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/spellcheck-attribute.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/sql-storage.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/srcset.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/stream.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/streams.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/stricttransportsecurity.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/style-scoped.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/subresource-bundling.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/subresource-integrity.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/svg-css.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/svg-filters.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/svg-fonts.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/svg-fragment.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/svg-html.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/svg-html5.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/svg-img.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/svg-smil.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/svg.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/sxg.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/tabindex-attr.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/template-literals.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/template.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/temporal.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/testfeat.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/text-decoration.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/text-emphasis.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/text-overflow.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/text-size-adjust.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/text-stroke.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/textcontent.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/textencoder.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/tls1-1.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/tls1-2.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/tls1-3.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/touch.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/transforms2d.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/transforms3d.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/trusted-types.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/ttf.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/typedarrays.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/u2f.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/unhandledrejection.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/upgradeinsecurerequests.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/url-scroll-to-text-fragment.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/url.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/urlsearchparams.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/use-strict.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/user-select-none.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/user-timing.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/variable-fonts.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/vector-effect.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/vibration.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/video.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/videotracks.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/view-transitions.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/viewport-unit-variants.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/viewport-units.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/wai-aria.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/wake-lock.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/wasm-bigint.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/wasm-bulk-memory.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/wasm-extended-const.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/wasm-gc.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/wasm-multi-memory.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/wasm-multi-value.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/wasm-mutable-globals.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/wasm-reference-types.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/wasm-relaxed-simd.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/wasm-signext.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/wasm-simd.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/wasm-tail-calls.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/wasm-threads.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/wasm.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/wav.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/wbr-element.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/web-animation.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/web-app-manifest.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/web-bluetooth.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/web-serial.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/web-share.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/webauthn.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/webcodecs.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/webgl.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/webgl2.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/webgpu.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/webhid.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/webkit-user-drag.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/webm.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/webnfc.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/webp.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/websockets.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/webtransport.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/webusb.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/webvr.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/webvtt.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/webworkers.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/webxr.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/will-change.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/woff.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/woff2.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/word-break.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/wordwrap.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/x-doc-messaging.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/x-frame-options.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/xhr2.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/xhtml.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/xhtmlsmil.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/xml-serializer.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features/zstd.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/data/features.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/dist/lib/statuses.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/dist/lib/supported.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/dist/unpacker/agents.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/dist/unpacker/browserVersions.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/dist/unpacker/browsers.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/dist/unpacker/feature.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/dist/unpacker/features.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/dist/unpacker/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/dist/unpacker/region.js +0 -0
- /package/app/{app/node_modules → node_modules}/caniuse-lite/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/client-only/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/client-only/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/nanoid/non-secure/index.cjs +0 -0
- /package/app/{app/node_modules → node_modules}/nanoid/non-secure/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/nanoid/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/analysis/extract-const-value.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/analysis/get-page-static-info.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/analysis/parse-module.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/babel/loader/get-config.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/babel/loader/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/babel/loader/transform.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/babel/loader/util.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/babel/plugins/commonjs.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/babel/plugins/next-font-unsupported.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/babel/plugins/next-page-config.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/babel/plugins/next-page-disallow-re-export-all-exports.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/babel/plugins/next-ssg-transform.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/build-context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/create-compiler-aliases.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/define-env.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/deployment-id.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/entries.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/get-babel-config-file.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/get-babel-loader-config.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/handle-externals.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/load-entrypoint.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/load-jsconfig.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/next-config-ts/require-hook.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/next-config-ts/transpile-config.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/next-dir-paths.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/normalize-catchall-routes.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/output/format.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/output/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/output/log.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/output/store.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/polyfills/fetch/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/polyfills/fetch/whatwg-fetch.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/polyfills/object-assign.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/polyfills/object.assign/auto.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/polyfills/object.assign/implementation.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/polyfills/object.assign/polyfill.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/polyfills/object.assign/shim.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/polyfills/polyfill-nomodule.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/polyfills/process.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/segment-config/app/app-segment-config.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/segment-config/app/app-segments.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/segment-config/app/collect-root-param-keys.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/segment-config/middleware/middleware-config.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/segment-config/pages/pages-segment-config.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/static-paths/app.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/static-paths/pages.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/static-paths/utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/swc/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/swc/options.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/cache-invalidation.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/config/blocks/base.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/config/blocks/css/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/config/blocks/css/loaders/client.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/config/blocks/css/loaders/file-resolve.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/config/blocks/css/loaders/getCssModuleLocalIdent.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/config/blocks/css/loaders/global.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/config/blocks/css/loaders/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/config/blocks/css/loaders/modules.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/config/blocks/css/loaders/next-font.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/config/blocks/css/messages.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/config/blocks/css/plugins.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/config/blocks/images/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/config/blocks/images/messages.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/config/helpers.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/config/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/config/utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/css-loader/src/CssSyntaxError.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/css-loader/src/camelcase.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/css-loader/src/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/css-loader/src/plugins/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-icss-parser.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-import-parser.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-url-parser.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/css-loader/src/runtime/getUrl.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/css-loader/src/utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/get-module-build-info.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/lightningcss-loader/src/codegen.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/lightningcss-loader/src/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/lightningcss-loader/src/interface.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/lightningcss-loader/src/loader.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/lightningcss-loader/src/minify.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/lightningcss-loader/src/utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/next-flight-css-loader.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/next-flight-loader/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/next-middleware-loader.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/next-route-loader/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/postcss-loader/src/Error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/postcss-loader/src/Warning.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/postcss-loader/src/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/postcss-loader/src/utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/resolve-url-loader/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/resolve-url-loader/lib/file-protocol.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/resolve-url-loader/lib/join-function.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/resolve-url-loader/lib/postcss.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/resolve-url-loader/lib/value-processor.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/loaders/utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/app-build-manifest-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/build-manifest-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/copy-file-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/css-chunking-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/css-minimizer-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/devtools-ignore-list-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/eval-source-map-dev-tool-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/flight-client-entry-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/flight-manifest-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/jsconfig-paths-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/memory-with-gc-cache-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/middleware-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/mini-css-extract-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/minify-webpack-plugin/src/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/next-drop-client-page-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/next-font-manifest-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/next-trace-entrypoints-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/next-types-plugin/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/next-types-plugin/shared.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/nextjs-require-cache-hot-reloader.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/optional-peer-dependency-resolve-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/pages-manifest-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/profiling-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/react-loadable-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/rspack-flight-client-entry-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/rspack-profiling-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/slow-module-detection-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/subresource-integrity-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/telemetry-plugin/telemetry-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/telemetry-plugin/use-cache-tracker-utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/getModuleTrace.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/parse-dynamic-code-evaluation-error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseBabel.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseCss.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextAppLoaderError.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextFontError.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextInvalidImportError.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNotFoundError.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseScss.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/simpleWebpackError.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/webpackModuleError.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/stringify-request.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack/utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack-config-rules/resolve.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/build/webpack-config.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/cli/next-test.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/add-base-path.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/add-locale.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/app-build-id.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/app-call-server.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/app-find-source-map-url.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/assign-location.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/app-router-announcer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/app-router-headers.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/app-router-instance.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/app-router.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/bailout-to-client-rendering.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/builtin/default.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/builtin/global-error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/builtin/global-not-found.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/dev-root-http-access-fallback-boundary.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/error-boundary.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/errors/graceful-degrade-boundary.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/errors/root-error-boundary.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/forbidden.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/handle-isr-error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/hooks-server-context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/http-access-fallback/error-boundary.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/http-access-fallback/error-fallback.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/http-access-fallback/http-access-fallback.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/is-next-router-error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/links.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/match-segments.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/nav-failure-handler.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/navigation-untracked.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/navigation.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/navigation.react-server.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/noop-head.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/not-found.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/promise-queue.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/redirect-boundary.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/redirect-error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/redirect-status-code.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/redirect.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/apply-flight-data.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/compute-changed-path.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/create-href-from-url.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/create-initial-router-state.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/create-router-cache-key.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/fetch-server-response.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/handle-mutable.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/handle-segment-mismatch.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/ppr-navigations.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/prefetch-cache-utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/reducers/get-segment-value.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/reducers/navigate-reducer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/reducers/refresh-reducer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/reducers/restore-reducer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/reducers/server-action-reducer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/router-reducer-types.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/router-reducer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/set-cache-busting-search-param.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/router-reducer/should-hard-navigate.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/segment-cache-impl/cache-key.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/segment-cache-impl/cache.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/segment-cache-impl/lru.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/segment-cache-impl/navigation.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/segment-cache-impl/prefetch.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/segment-cache-impl/scheduler.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/segment-cache-impl/tuple-map.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/segment-cache.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/static-generation-bailout.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/styles/access-error-styles.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/unauthorized.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/unrecognized-action-error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/unresolved-thenable.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/unstable-rethrow.browser.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/unstable-rethrow.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/unstable-rethrow.server.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/components/use-action-queue.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/detect-domain-locale.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/dev/hot-reloader/app/hot-reloader-app.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/dev/hot-reloader/app/use-websocket.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/dev/hot-reloader/get-socket-url.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/dev/hot-reloader/pages/hot-reloader-pages.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/dev/hot-reloader/pages/websocket.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/dev/hot-reloader/shared.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/dev/hot-reloader/turbopack-hot-reloader-common.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/dev/report-hmr-latency.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/dev/runtime-error-handler.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/flight-data-helpers.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/has-base-path.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/lib/console.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/normalize-trailing-slash.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/react-client-callbacks/on-recoverable-error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/react-client-callbacks/report-global-error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/remove-base-path.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/remove-locale.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/request-idle-callback.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/resolve-href.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/route-loader.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/route-params.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/router.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/script.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/set-attributes-from-props.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/trusted-types.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/client/with-router.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@edge-runtime/cookies/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@edge-runtime/cookies/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@edge-runtime/ponyfill/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@edge-runtime/ponyfill/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@edge-runtime/primitives/console.js.text.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@edge-runtime/primitives/events.js.text.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@edge-runtime/primitives/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@edge-runtime/primitives/load.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@edge-runtime/primitives/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@edge-runtime/primitives/stream.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@edge-runtime/primitives/url.js.text.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@hapi/accept/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@hapi/accept/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@mswjs/interceptors/ClientRequest/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@napi-rs/triples/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@napi-rs/triples/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/constants.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/fontkit/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/format-available-values.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/google/fetch-css-from-google-fonts.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/google/fetch-font-file.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/google/fetch-resource.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/google/find-font-files-in-css.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/google/font-data.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/google/get-fallback-font-override-metrics.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/google/get-font-axes.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/google/get-google-fonts-url.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/google/get-proxy-agent.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/google/google-fonts-metadata.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/google/loader.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/google/retry.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/google/sort-fonts-variant-values.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/google/validate-google-font-function-call.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/local/get-fallback-metrics-from-font-file.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/local/loader.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/local/pick-font-file-for-fallback-generation.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/local/validate-local-font-function-call.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/dist/next-font-error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/google/loader.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/local/loader.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/font/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/react-refresh-utils/dist/ReactRefreshWebpackPlugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/react-refresh-utils/dist/internal/ReactRefreshModule.runtime.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/react-refresh-utils/dist/loader.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@opentelemetry/api/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@opentelemetry/api/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@vercel/nft/LICENSE +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@vercel/nft/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/@vercel/nft/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/acorn/acorn.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/acorn/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/amphtml-validator/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/amphtml-validator/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/amphtml-validator/validator_wasm.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/assert/assert.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/assert/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/async-retry/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/async-retry/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/async-sema/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/async-sema/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/babel/bundle.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/babel/code-frame.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/babel/core-lib-block-hoist-plugin.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/babel/core-lib-config.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/babel/core-lib-normalize-file.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/babel/core-lib-normalize-opts.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/babel/core-lib-plugin-pass.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/babel/core.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/babel/generator.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/babel/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/babel/parser.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/babel/plugin-syntax-jsx.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/babel/plugin-transform-define.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/babel/plugin-transform-modules-commonjs.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/babel/preset-typescript.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/babel/traverse.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/babel/types.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/babel-code-frame/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/babel-code-frame/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/babel-packages/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/babel-packages/packages-bundle.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/browserify-zlib/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/browserify-zlib/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/browserslist/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/browserslist/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/buffer/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/buffer/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/busboy/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/busboy/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/bytes/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/bytes/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/ci-info/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/ci-info/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/commander/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/commander/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/comment-json/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/comment-json/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/compression/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/compression/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/conf/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/conf/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/constants-browserify/constants.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/constants-browserify/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/content-disposition/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/content-disposition/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/cookie/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/cookie/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/cross-spawn/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/cross-spawn/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/crypto-browserify/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/crypto-browserify/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/cssnano-simple/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/data-uri-to-buffer/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/data-uri-to-buffer/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/debug/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/debug/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/devalue/devalue.umd.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/devalue/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/domain-browser/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/domain-browser/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/edge-runtime/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/edge-runtime/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/events/events.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/events/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/find-up/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/find-up/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/fresh/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/fresh/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/glob/glob.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/glob/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/gzip-size/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/gzip-size/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/http-proxy/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/http-proxy/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/http-proxy-agent/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/http-proxy-agent/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/https-browserify/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/https-browserify/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/https-proxy-agent/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/https-proxy-agent/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/icss-utils/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/icss-utils/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/ignore-loader/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/ignore-loader/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/image-detector/detector.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/image-size/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/image-size/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/is-animated/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/is-animated/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/is-docker/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/is-docker/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/is-wsl/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/is-wsl/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/jest-worker/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/jest-worker/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/jest-worker/processChild.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/jest-worker/threadChild.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/json5/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/json5/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/jsonwebtoken/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/jsonwebtoken/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/loader-utils2/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/loader-utils2/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/loader-utils3/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/loader-utils3/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/lodash.curry/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/lodash.curry/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/lru-cache/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/lru-cache/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/mini-css-extract-plugin/cjs.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/mini-css-extract-plugin/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/mini-css-extract-plugin/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/nanoid/index.cjs +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/nanoid/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/native-url/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/native-url/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/neo-async/async.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/neo-async/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/next-devtools/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/next-server/app-page-experimental.runtime.prod.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/next-server/app-page.runtime.prod.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/next-server/app-route.runtime.prod.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/next-server/pages.runtime.prod.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/os-browserify/browser.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/os-browserify/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/p-limit/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/p-limit/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/p-queue/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/p-queue/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/path-browserify/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/path-browserify/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/path-to-regexp/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/path-to-regexp/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/picomatch/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/picomatch/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/postcss-flexbugs-fixes/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/postcss-flexbugs-fixes/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/postcss-modules-extract-imports/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/postcss-modules-extract-imports/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/postcss-modules-local-by-default/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/postcss-modules-local-by-default/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/postcss-modules-scope/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/postcss-modules-scope/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/postcss-modules-values/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/postcss-modules-values/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/postcss-plugin-stub-for-cssnano-simple/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/postcss-preset-env/index.cjs +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/postcss-preset-env/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/postcss-scss/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/postcss-scss/scss-syntax.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/postcss-value-parser/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/postcss-value-parser/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/process/browser.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/process/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/punycode/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/punycode/punycode.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/querystring-es3/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/querystring-es3/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/react-is/cjs/react-is.development.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/react-is/cjs/react-is.production.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/react-is/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/react-is/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/react-refresh/babel.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/react-refresh/cjs/react-refresh-babel.development.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/react-refresh/cjs/react-refresh-babel.production.min.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.production.min.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/react-refresh/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/react-refresh/runtime.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/regenerator-runtime/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/regenerator-runtime/runtime.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/safe-stable-stringify/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/safe-stable-stringify/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/sass-loader/cjs.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/sass-loader/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/schema-utils3/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/schema-utils3/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/semver/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/semver/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/send/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/send/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/setimmediate/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/setimmediate/setImmediate.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/shell-quote/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/shell-quote/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/source-map/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/source-map/source-map.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/source-map08/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/source-map08/source-map.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/stacktrace-parser/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/stream-browserify/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/stream-browserify/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/stream-http/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/stream-http/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/string-hash/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/string-hash/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/string_decoder/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/string_decoder/string_decoder.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/strip-ansi/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/strip-ansi/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/superstruct/index.cjs +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/superstruct/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/tar/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/tar/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/text-table/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/text-table/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/timers-browserify/main.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/timers-browserify/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/tty-browserify/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/tty-browserify/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/unistore/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/unistore/unistore.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/util/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/util/util.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/vm-browserify/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/vm-browserify/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/watchpack/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/watchpack/watchpack.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/webpack-sources3/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/webpack-sources3/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/ws/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/ws/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/zod/index.cjs +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/zod/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/zod-validation-error/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/compiled/zod-validation-error/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/experimental/testmode/context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/experimental/testmode/fetch.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/experimental/testmode/httpget.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/experimental/testmode/server-edge.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/experimental/testmode/server.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/export/helpers/create-incremental-cache.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/export/helpers/get-amp-html-validator.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/export/utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/batcher.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/build-custom-route.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/client-and-server-references.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/coalesced-function.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/compile-error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/constants.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/create-client-router-filter.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/default-transpiled-packages.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/detached-promise.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/detect-typo.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/download-swc.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/error-telemetry-utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/fallback.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/fatal-error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/file-exists.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/find-config.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/find-pages-dir.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/find-root.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/format-dynamic-import-path.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/format-server-error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/framework/boundary-components.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/framework/boundary-constants.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/fs/rename.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/fs/write-atomic.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/generate-interception-routes-rewrites.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/get-network-host.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/get-project-dir.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/has-necessary-dependencies.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/helpers/get-cache-directory.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/helpers/get-online.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/helpers/get-pkg-manager.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/helpers/get-registry.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/helpers/install.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/install-dependencies.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/interop-default.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/is-api-route.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/is-app-page-route.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/is-app-route-route.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/is-edge-runtime.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/is-error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/is-internal-component.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/is-serializable-props.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/known-edge-safe-packages.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/load-custom-routes.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/metadata/get-metadata-route.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/metadata/is-metadata-route.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/metadata/metadata-context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/multi-file-writer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/needs-experimental-react.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/non-nullable.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/normalize-path.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/oxford-comma-list.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/page-types.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/patch-incorrect-lockfile.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/pick.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/picocolors.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/pretty-bytes.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/realpath.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/recursive-delete.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/recursive-readdir.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/redirect-status.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/resolve-from.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/route-pattern-normalizer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/scheduler.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/semver-noop.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/server-external-packages.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/static-env.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/try-to-parse-path.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/turbopack-warning.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/typescript/diagnosticFormatter.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/typescript/getTypeScriptConfiguration.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/typescript/getTypeScriptIntent.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/typescript/missingDependencyError.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/typescript/runTypeCheck.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/typescript/writeAppTypeDeclarations.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/typescript/writeConfigurationDefaults.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/url.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/verify-partytown-setup.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/verify-typescript-setup.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/wait.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/lib/with-promise-cache.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/server/dev-indicator-middleware.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/server/devtools-config-middleware.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/server/font/get-dev-overlay-font-middleware.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/server/get-next-error-feedback-middleware.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/server/launch-editor.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/server/middleware-response.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/server/restart-dev-server-middleware.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/server/shared.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/shared/console-error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/shared/deepmerge.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/shared/devtools-config-schema.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/shared/forward-logs-shared.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/shared/react-18-hydration-error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/shared/react-19-hydration-error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/shared/webpack-module-path.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/userspace/app/app-dev-overlay-error-boundary.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/userspace/app/errors/replay-ssr-only-errors.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/userspace/app/errors/stitched-error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/userspace/app/errors/use-error-handler.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/userspace/app/errors/use-forward-console-log.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/userspace/app/forward-logs.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/userspace/app/segment-explorer-node.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/userspace/app/terminal-logging-config.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/userspace/pages/hydration-error-state.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/userspace/pages/pages-dev-overlay-error-boundary.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/userspace/pages/pages-dev-overlay-setup.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/next-devtools/userspace/use-app-dev-rendering-indicator.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/pages/_app.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/pages/_document.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/ReactDOMServerPages.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/accept-header.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/after/after-context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/after/awaiter.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/after/builtin-request-context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/after/run-with-after.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/api-utils/get-cookie-parser.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/api-utils/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/api-utils/node/try-get-preview-data.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/action-async-storage-instance.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/action-async-storage.external.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/action-handler.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/action-utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/after-task-async-storage-instance.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/after-task-async-storage.external.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/app-render-prerender-utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/app-render-render-utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/app-render.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/async-local-storage.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/cache-signal.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/create-component-styles-and-scripts.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/create-component-tree.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/create-error-handler.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/csrf-protection.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/dynamic-access-async-storage-instance.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/dynamic-access-async-storage.external.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/dynamic-rendering.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/encryption-utils-server.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/encryption-utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/flight-render-result.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/get-asset-query-string.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/get-css-inlined-link-tags.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/get-layer-assets.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/get-preloadable-fonts.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/get-script-nonce-from-header.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/get-segment-param.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/get-short-dynamic-param-type.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/has-loading-component-in-tree.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/interop-default.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/make-get-server-inserted-html.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/metadata-insertion/create-server-inserted-metadata.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/module-loading/track-module-loading.external.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/module-loading/track-module-loading.instance.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/parse-and-validate-flight-router-state.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/parse-loader-tree.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/postponed-state.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/prospective-render-utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/react-large-shell-error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/react-server.node.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/render-css-resource.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/required-scripts.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/segment-explorer-path.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/server-inserted-html.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/strip-flight-headers.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/types.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/use-flight-response.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/walk-tree-with-flight-router-state.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/work-async-storage-instance.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/work-async-storage.external.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/work-unit-async-storage-instance.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/app-render/work-unit-async-storage.external.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/async-storage/draft-mode-provider.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/async-storage/request-store.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/async-storage/work-store.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/base-http/helpers.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/base-http/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/base-http/node.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/base-server.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/body-streams.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/cache-dir.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/capsize-font-metrics.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/ci-info.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/client-component-renderer-logger.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/config-schema.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/config-shared.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/config-utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/config.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/crypto-utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/dev/browser-logs/receive-logs.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/dev/browser-logs/source-map.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/dev/dev-indicator-server-state.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/dev/get-source-map-from-file.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/dev/hot-middleware.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/dev/hot-reloader-turbopack.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/dev/hot-reloader-types.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/dev/hot-reloader-webpack.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/dev/log-requests.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/dev/messages.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/dev/middleware-turbopack.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/dev/middleware-webpack.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/dev/next-dev-server.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/dev/node-stack-frames.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/dev/on-demand-entry-handler.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/dev/parse-version-info.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/dev/require-cache.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/dev/static-paths-worker.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/dev/turbopack-utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/dynamic-rendering-utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/font-utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/get-app-route-from-entrypoint.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/get-route-from-entrypoint.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/htmlescape.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/image-optimizer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/instrumentation/utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/internal-utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/app-dir-module.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/app-info-log.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/async-callback-set.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/cache-control.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/cache-handlers/default.external.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/chrome-devtools-workspace.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/clone-response.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/cpu-profile.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/decode-query-path-parameter.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/dedupe-fetch.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/dev-bundler-service.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/etag.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/experimental/create-env-definitions.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/experimental/ppr.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/find-page-file.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/fix-mojibake.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/format-hostname.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/i18n-provider.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/implicit-tags.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/incremental-cache/file-system-cache.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/incremental-cache/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/incremental-cache/memory-cache.external.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/incremental-cache/tags-manifest.external.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/is-ipv6.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/lazy-result.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/lru-cache.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/match-next-data-pathname.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/mock-request.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/module-loader/node-module-loader.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/node-fs-methods.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/parse-stack.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/patch-fetch.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/patch-set-header.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/render-server.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/router-server.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/router-utils/block-cross-site.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/router-utils/build-data-route.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/router-utils/decode-path-params.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/router-utils/filesystem.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/router-utils/instrumentation-globals.external.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/router-utils/instrumentation-node-extensions.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/router-utils/is-postpone.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/router-utils/proxy-request.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/router-utils/resolve-routes.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/router-utils/route-types-utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/router-utils/router-server-context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/router-utils/setup-dev-bundler.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/router-utils/typegen.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/server-action-request-meta.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/server-ipc/utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/source-maps.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/start-server.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/streaming-metadata.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/to-route.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/trace/constants.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/trace/tracer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/trace/utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/lib/utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/load-components.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/load-default-error-components.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/load-manifest.external.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/match-bundle.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/next-server.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/next-typescript.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/next.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/node-environment-baseline.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/node-environment-extensions/console-dev.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/node-environment-extensions/date.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/node-environment-extensions/error-inspect.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/node-environment-extensions/node-crypto.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/node-environment-extensions/random.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/node-environment-extensions/utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/node-environment-extensions/web-crypto.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/node-environment.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/node-polyfill-crypto.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/absolute-filename-normalizer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/built/app/app-bundle-path-normalizer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/built/app/app-filename-normalizer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/built/app/app-page-normalizer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/built/app/app-pathname-normalizer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/built/app/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/built/pages/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/built/pages/pages-bundle-path-normalizer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/built/pages/pages-filename-normalizer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/built/pages/pages-page-normalizer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/built/pages/pages-pathname-normalizer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/locale-route-normalizer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/normalizers.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/prefixing-normalizer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/request/base-path.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/request/next-data.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/request/prefetch-rsc.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/request/prefix.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/request/rsc.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/request/segment-prefix-rsc.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/request/suffix.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/underscore-normalizer.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/normalizers/wrap-normalizer-fn.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/optimize-amp.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/patch-error-inspect.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/pipe-readable.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/post-process.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/render-result.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/render.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/request-meta.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/require-hook.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/require.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/response-cache/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/response-cache/types.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/response-cache/utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/resume-data-cache/cache-store.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/resume-data-cache/resume-data-cache.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/revalidation-utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-definitions/app-page-route-definition.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-kind.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matcher-managers/default-route-matcher-manager.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matcher-managers/dev-route-matcher-manager.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matcher-providers/app-page-route-matcher-provider.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matcher-providers/app-route-route-matcher-provider.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matcher-providers/dev/dev-app-route-route-matcher-provider.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matcher-providers/dev/dev-pages-api-route-matcher-provider.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matcher-providers/dev/dev-pages-route-matcher-provider.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matcher-providers/dev/file-cache-route-matcher-provider.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matcher-providers/dev/helpers/file-reader/batched-file-reader.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matcher-providers/dev/helpers/file-reader/default-file-reader.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matcher-providers/helpers/cached-route-matcher-provider.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matcher-providers/helpers/manifest-loaders/node-manifest-loader.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matcher-providers/manifest-route-matcher-provider.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matcher-providers/pages-api-route-matcher-provider.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matcher-providers/pages-route-matcher-provider.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matchers/app-page-route-matcher.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matchers/app-route-route-matcher.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matchers/locale-route-matcher.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matchers/pages-api-route-matcher.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matchers/pages-route-matcher.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matchers/route-matcher.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-matches/pages-api-route-match.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/app-page/helpers/prerender-manifest-matcher.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/app-page/module.compiled.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/app-page/module.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/app-page/module.render.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/amp-context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/rsc/entrypoints.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/ssr/entrypoints.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/checks.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/pages/builtin/_error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/pages/module.compiled.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/pages/module.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/pages/module.render.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/pages/pages-handler.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/pages/vendored/contexts/amp-context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/pages/vendored/contexts/app-router-context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/pages/vendored/contexts/hooks-client-context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/pages/vendored/contexts/html-context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/pages/vendored/contexts/image-config-context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/pages/vendored/contexts/loadable-context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/pages/vendored/contexts/loadable.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/pages/vendored/contexts/router-context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/pages/vendored/contexts/server-inserted-html.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/route-modules/route-module.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/send-payload.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/send-response.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/serve-static.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/server-route-utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/server-utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/setup-http-agent-env.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/stream-utils/encoded-tags.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/stream-utils/node-web-streams-helper.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/stream-utils/uint8array-helpers.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/typescript/constant.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/typescript/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/typescript/rules/client-boundary.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/typescript/rules/config.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/typescript/rules/entry.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/typescript/rules/error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/typescript/rules/metadata.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/typescript/rules/server-boundary.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/typescript/rules/server.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/typescript/utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/use-cache/handlers.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/web/adapter.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/web/error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/web/get-edge-preview-props.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/web/globals.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/web/http.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/web/next-url.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/web/sandbox/context.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/web/sandbox/fetch-inline-assets.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/web/sandbox/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/web/sandbox/resource-managers.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/web/sandbox/sandbox.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/web/spec-extension/adapters/headers.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/web/spec-extension/adapters/next-request.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/web/spec-extension/adapters/reflect.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/web/spec-extension/adapters/request-cookies.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/web/spec-extension/cookies.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/web/spec-extension/fetch-event.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/web/spec-extension/request.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/web/spec-extension/response.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/web/utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/server/web/web-on-close.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/amp-context.shared-runtime.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/amp-mode.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/app-router-context.shared-runtime.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/bloom-filter.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/canary-only.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/constants.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/deep-freeze.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/dset.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/encode-uri-path.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/error-source.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/errors/constants.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/escape-regexp.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/format-webpack-messages.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/get-hostname.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/get-rspack.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/get-webpack-bundler.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/hash.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/head-manager-context.shared-runtime.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/head.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/hooks-client-context.shared-runtime.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/html-context.shared-runtime.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/i18n/detect-domain-locale.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/i18n/get-locale-redirect.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/i18n/normalize-locale-path.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/image-blur-svg.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/image-config-context.shared-runtime.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/image-config.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/invariant-error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/is-internal.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/is-plain-object.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/is-thenable.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/isomorphic/path.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/loadable-context.shared-runtime.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/loadable.shared-runtime.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/magic-identifier.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/match-local-pattern.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/match-remote-pattern.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/mitt.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/modern-browserslist-target.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/no-fallback-error.external.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/normalized-asset-prefix.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/page-path/absolute-path-to-page.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/page-path/denormalize-app-path.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/page-path/denormalize-page-path.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/page-path/ensure-leading-slash.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/page-path/get-page-paths.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/page-path/normalize-data-path.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/page-path/normalize-page-path.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/page-path/normalize-path-sep.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/page-path/remove-page-path-tail.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/promise-with-resolvers.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/adapters.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/router.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/add-locale.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/add-path-prefix.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/add-path-suffix.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/app-paths.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/as-path-to-search-params.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/cache-busting-search-param.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/compare-states.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/disable-smooth-scroll.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/escape-path-delimiters.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/format-next-pathname-info.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/format-url.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/get-asset-path-from-route.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/get-dynamic-param.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/get-next-pathname-info.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/get-route-from-asset-path.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/html-bots.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/interception-routes.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/interpolate-as.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/is-bot.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/is-dynamic.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/is-local-url.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/middleware-route-matcher.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/omit.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/parse-path.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/parse-relative-url.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/parse-url.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/path-has-prefix.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/path-match.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/prepare-destination.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/querystring.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/relativize-url.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/remove-path-prefix.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/remove-trailing-slash.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/resolve-rewrites.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/route-match-utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/route-matcher.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/route-regex.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router/utils/sorted-routes.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/router-context.shared-runtime.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/runtime-config.external.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/segment-cache/segment-value-encoding.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/segment.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/server-inserted-html.shared-runtime.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/server-reference-info.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/side-effect.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/turbopack/compilation-events.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/turbopack/entry-key.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/turbopack/internal-error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/turbopack/manifest-loader.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/turbopack/utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/utils/warn-once.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/utils.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/shared/lib/zod.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/telemetry/anonymous-meta.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/telemetry/detached-flush.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/telemetry/events/build.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/telemetry/events/error-feedback.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/telemetry/events/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/telemetry/events/plugins.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/telemetry/events/swc-load-failure.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/telemetry/events/version.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/telemetry/flush-and-exit.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/telemetry/post-telemetry-payload.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/telemetry/project-id.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/telemetry/storage.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/trace/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/trace/report/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/trace/report/to-json.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/trace/report/to-telemetry.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/trace/shared.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/dist/trace/trace.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/font/google/target.css +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/at-rule.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/comment.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/container.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/css-syntax-error.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/declaration.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/document.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/fromJSON.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/input.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/lazy-result.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/list.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/map-generator.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/no-work-result.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/node.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/parse.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/parser.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/postcss.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/previous-map.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/processor.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/result.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/root.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/rule.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/stringifier.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/stringify.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/symbols.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/terminal-highlight.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/tokenize.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/warn-once.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/lib/warning.js +0 -0
- /package/app/{app/node_modules → node_modules}/next/node_modules/postcss/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/next/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/picocolors/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/picocolors/picocolors.js +0 -0
- /package/app/{app/node_modules → node_modules}/react/cjs/react-compiler-runtime.production.js +0 -0
- /package/app/{app/node_modules → node_modules}/react/cjs/react-jsx-dev-runtime.production.js +0 -0
- /package/app/{app/node_modules → node_modules}/react/cjs/react-jsx-runtime.development.js +0 -0
- /package/app/{app/node_modules → node_modules}/react/cjs/react-jsx-runtime.production.js +0 -0
- /package/app/{app/node_modules → node_modules}/react/cjs/react.development.js +0 -0
- /package/app/{app/node_modules → node_modules}/react/cjs/react.production.js +0 -0
- /package/app/{app/node_modules → node_modules}/react/compiler-runtime.js +0 -0
- /package/app/{app/node_modules → node_modules}/react/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/react/jsx-dev-runtime.js +0 -0
- /package/app/{app/node_modules → node_modules}/react/jsx-runtime.js +0 -0
- /package/app/{app/node_modules → node_modules}/react/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/react-dom/cjs/react-dom-server-legacy.browser.development.js +0 -0
- /package/app/{app/node_modules → node_modules}/react-dom/cjs/react-dom-server-legacy.browser.production.js +0 -0
- /package/app/{app/node_modules → node_modules}/react-dom/cjs/react-dom-server-legacy.node.production.js +0 -0
- /package/app/{app/node_modules → node_modules}/react-dom/cjs/react-dom-server.browser.development.js +0 -0
- /package/app/{app/node_modules → node_modules}/react-dom/cjs/react-dom-server.browser.production.js +0 -0
- /package/app/{app/node_modules → node_modules}/react-dom/cjs/react-dom-server.edge.development.js +0 -0
- /package/app/{app/node_modules → node_modules}/react-dom/cjs/react-dom-server.edge.production.js +0 -0
- /package/app/{app/node_modules → node_modules}/react-dom/cjs/react-dom-server.node.production.js +0 -0
- /package/app/{app/node_modules → node_modules}/react-dom/cjs/react-dom.development.js +0 -0
- /package/app/{app/node_modules → node_modules}/react-dom/cjs/react-dom.production.js +0 -0
- /package/app/{app/node_modules → node_modules}/react-dom/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/react-dom/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/react-dom/server.browser.js +0 -0
- /package/app/{app/node_modules → node_modules}/react-dom/server.edge.js +0 -0
- /package/app/{app/node_modules → node_modules}/react-dom/server.js +0 -0
- /package/app/{app/node_modules → node_modules}/react-dom/server.node.js +0 -0
- /package/app/{app/node_modules → node_modules}/react-dom/static.js +0 -0
- /package/app/{app/node_modules → node_modules}/react-dom/static.node.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/lib/channel.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/lib/colour.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/lib/composite.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/lib/constructor.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/lib/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/lib/input.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/lib/is.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/lib/libvips.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/lib/operation.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/lib/output.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/lib/resize.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/lib/sharp.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/lib/utility.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/node_modules/semver/classes/comparator.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/node_modules/semver/classes/range.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/node_modules/semver/classes/semver.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/node_modules/semver/functions/cmp.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/node_modules/semver/functions/coerce.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/node_modules/semver/functions/compare.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/node_modules/semver/functions/eq.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/node_modules/semver/functions/gt.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/node_modules/semver/functions/gte.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/node_modules/semver/functions/lt.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/node_modules/semver/functions/lte.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/node_modules/semver/functions/neq.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/node_modules/semver/functions/parse.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/node_modules/semver/functions/satisfies.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/node_modules/semver/internal/constants.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/node_modules/semver/internal/debug.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/node_modules/semver/internal/identifiers.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/node_modules/semver/internal/lrucache.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/node_modules/semver/internal/parse-options.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/node_modules/semver/internal/re.js +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/node_modules/semver/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/sharp/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/source-map-js/lib/array-set.js +0 -0
- /package/app/{app/node_modules → node_modules}/source-map-js/lib/base64-vlq.js +0 -0
- /package/app/{app/node_modules → node_modules}/source-map-js/lib/base64.js +0 -0
- /package/app/{app/node_modules → node_modules}/source-map-js/lib/binary-search.js +0 -0
- /package/app/{app/node_modules → node_modules}/source-map-js/lib/mapping-list.js +0 -0
- /package/app/{app/node_modules → node_modules}/source-map-js/lib/quick-sort.js +0 -0
- /package/app/{app/node_modules → node_modules}/source-map-js/lib/source-map-consumer.js +0 -0
- /package/app/{app/node_modules → node_modules}/source-map-js/lib/source-map-generator.js +0 -0
- /package/app/{app/node_modules → node_modules}/source-map-js/lib/source-node.js +0 -0
- /package/app/{app/node_modules → node_modules}/source-map-js/lib/util.js +0 -0
- /package/app/{app/node_modules → node_modules}/source-map-js/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/source-map-js/source-map.js +0 -0
- /package/app/{app/node_modules → node_modules}/styled-jsx/dist/index/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/styled-jsx/index.js +0 -0
- /package/app/{app/node_modules → node_modules}/styled-jsx/package.json +0 -0
- /package/app/{app/node_modules → node_modules}/styled-jsx/style.js +0 -0
- /package/app/{app/node_modules → node_modules}/typescript/lib/typescript.js +0 -0
- /package/app/{app/node_modules → node_modules}/typescript/package.json +0 -0
- /package/app/{app/src → src}/shared/utils/apiKey.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
self.__RSC_SERVER_MANIFEST="{\"node\":{\"0054d1510642a40605b6b36893f8d5dbc0c9d4c5dd\":{\"workers\":{\"app/api/cli-tools/claude-settings/route\":{\"moduleId\":\"5131\",\"async\":false}},\"layer\":{\"app/api/cli-tools/claude-settings/route\":\"rsc\"},\"filename\":\"app/api/cli-tools/claude-settings/route.js\",\"exportedName\":\"GET\"},\"00bb04b47700e991a3c13acf39f5632b0e1be7150b\":{\"workers\":{\"app/api/cli-tools/claude-settings/route\":{\"moduleId\":\"5131\",\"async\":false}},\"layer\":{\"app/api/cli-tools/claude-settings/route\":\"rsc\"},\"filename\":\"app/api/cli-tools/claude-settings/route.js\",\"exportedName\":\"DELETE\"},\"40d49d88fff9639b997855d328c6c00e9123b9c97c\":{\"workers\":{\"app/api/cli-tools/claude-settings/route\":{\"moduleId\":\"5131\",\"async\":false}},\"layer\":{\"app/api/cli-tools/claude-settings/route\":\"rsc\"},\"filename\":\"app/api/cli-tools/claude-settings/route.js\",\"exportedName\":\"POST\"},\"000736cb9e2e19e94d285381855fea87c07cdbcf9a\":{\"workers\":{\"app/api/cli-tools/codex-settings/route\":{\"moduleId\":\"13819\",\"async\":false}},\"layer\":{\"app/api/cli-tools/codex-settings/route\":\"rsc\"},\"filename\":\"app/api/cli-tools/codex-settings/route.js\",\"exportedName\":\"GET\"},\"001af375d913754892e8ea487575514a5cb8df0d79\":{\"workers\":{\"app/api/cli-tools/codex-settings/route\":{\"moduleId\":\"13819\",\"async\":false}},\"layer\":{\"app/api/cli-tools/codex-settings/route\":\"rsc\"},\"filename\":\"app/api/cli-tools/codex-settings/route.js\",\"exportedName\":\"DELETE\"},\"407f724e45bf66ae5231dfe26a1acf87dfd4f50db0\":{\"workers\":{\"app/api/cli-tools/codex-settings/route\":{\"moduleId\":\"13819\",\"async\":false}},\"layer\":{\"app/api/cli-tools/codex-settings/route\":\"rsc\"},\"filename\":\"app/api/cli-tools/codex-settings/route.js\",\"exportedName\":\"POST\"}},\"edge\":{},\"encryptionKey\":\"process.env.NEXT_SERVER_ACTIONS_ENCRYPTION_KEY\"}"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"node":{"0054d1510642a40605b6b36893f8d5dbc0c9d4c5dd":{"workers":{"app/api/cli-tools/claude-settings/route":{"moduleId":"5131","async":false}},"layer":{"app/api/cli-tools/claude-settings/route":"rsc"},"filename":"app/api/cli-tools/claude-settings/route.js","exportedName":"GET"},"00bb04b47700e991a3c13acf39f5632b0e1be7150b":{"workers":{"app/api/cli-tools/claude-settings/route":{"moduleId":"5131","async":false}},"layer":{"app/api/cli-tools/claude-settings/route":"rsc"},"filename":"app/api/cli-tools/claude-settings/route.js","exportedName":"DELETE"},"40d49d88fff9639b997855d328c6c00e9123b9c97c":{"workers":{"app/api/cli-tools/claude-settings/route":{"moduleId":"5131","async":false}},"layer":{"app/api/cli-tools/claude-settings/route":"rsc"},"filename":"app/api/cli-tools/claude-settings/route.js","exportedName":"POST"},"000736cb9e2e19e94d285381855fea87c07cdbcf9a":{"workers":{"app/api/cli-tools/codex-settings/route":{"moduleId":"13819","async":false}},"layer":{"app/api/cli-tools/codex-settings/route":"rsc"},"filename":"app/api/cli-tools/codex-settings/route.js","exportedName":"GET"},"001af375d913754892e8ea487575514a5cb8df0d79":{"workers":{"app/api/cli-tools/codex-settings/route":{"moduleId":"13819","async":false}},"layer":{"app/api/cli-tools/codex-settings/route":"rsc"},"filename":"app/api/cli-tools/codex-settings/route.js","exportedName":"DELETE"},"407f724e45bf66ae5231dfe26a1acf87dfd4f50db0":{"workers":{"app/api/cli-tools/codex-settings/route":{"moduleId":"13819","async":false}},"layer":{"app/api/cli-tools/codex-settings/route":"rsc"},"filename":"app/api/cli-tools/codex-settings/route.js","exportedName":"POST"}},"edge":{},"encryptionKey":"HWNOyRQC2AE8OzJCrLb0+VaoxdQK93SEXSIofSU9C1w="}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[1055],{1055:(e,t,n)=>{var o=n(4427),l=n(6775);let s=["minLength","maxLength","exclusiveMinimum","exclusiveMaximum","pattern","minItems","maxItems","format","default","examples","$schema","const"],a=[{category:"HARM_CATEGORY_HATE_SPEECH",threshold:"OFF"},{category:"HARM_CATEGORY_DANGEROUS_CONTENT",threshold:"OFF"},{category:"HARM_CATEGORY_SEXUALLY_EXPLICIT",threshold:"OFF"},{category:"HARM_CATEGORY_HARASSMENT",threshold:"OFF"},{category:"HARM_CATEGORY_CIVIC_INTEGRITY",threshold:"OFF"}];function i(e){return"string"==typeof e?e:Array.isArray(e)?e.filter(e=>"text"===e.type).map(e=>e.text).join(""):""}function r(e){if("string"!=typeof e)return e;try{return JSON.parse(e)}catch(e){return null}}function c(e,t,n){var o,l;let s={model:e,contents:[],generationConfig:{},safetySettings:a};void 0!==t.temperature&&(s.generationConfig.temperature=t.temperature),void 0!==t.top_p&&(s.generationConfig.topP=t.top_p),void 0!==t.top_k&&(s.generationConfig.topK=t.top_k),void 0!==t.max_tokens&&(s.generationConfig.maxOutputTokens=t.max_tokens);let c={};if(t.messages&&Array.isArray(t.messages)){for(let e of t.messages)if("assistant"===e.role&&e.tool_calls)for(let t of e.tool_calls)"function"===t.type&&t.id&&(null==(o=t.function)?void 0:o.name)&&(c[t.id]=t.function.name)}let u={};if(t.messages&&Array.isArray(t.messages))for(let e of t.messages)"tool"===e.role&&e.tool_call_id&&(u[e.tool_call_id]=e.content);if(t.messages&&Array.isArray(t.messages))for(let e=0;e<t.messages.length;e++){let n=t.messages[e],o=n.role,a=n.content;if("system"===o&&t.messages.length>1)s.systemInstruction={role:"user",parts:[{text:"string"==typeof a?a:i(a)}]};else if("user"===o||"system"===o&&1===t.messages.length){let e=function(e){let t=[];if("string"==typeof e)t.push({text:e});else if(Array.isArray(e))for(let l of e){var n,o;if("text"===l.type)t.push({text:l.text});else if("image_url"===l.type&&(null==(o=l.image_url)||null==(n=o.url)?void 0:n.startsWith("data:"))){let e=l.image_url.url.match(/^data:([^;]+);base64,(.+)$/);e&&t.push({inlineData:{mime_type:e[1],data:e[2]}})}}return t}(a);e.length>0&&s.contents.push({role:"user",parts:e})}else if("assistant"===o){let e=[];if(a){let t="string"==typeof a?a:i(a);t&&e.push({text:t})}if(n.tool_calls&&Array.isArray(n.tool_calls)){let t=[];for(let o of n.tool_calls){if("function"!==o.type)continue;let n=r((null==(l=o.function)?void 0:l.arguments)||"{}");e.push({thoughtSignature:"EuwGCukGAXLI2nxwZIq54WWSoL/YN0P3TsDZ7zRnLi8g0S4aVr2HUGxvaHKySuY6HAVzcE0GPGjXrytLIldxthSvfxgUlJh6Qa9Z+Oj5QZBlYdg6HaJ6yuY5R7waE6rdwBsRf7Ft2j3DJ9rMi9qhWFqApewYtPhls3VHtuvND3l8Rm09+lbAXQs6KKWEWrxNLKTBkfpMgXhRERc/TQRMZu1twAablm6/Zk1tsYRvfWKLsNbeKF+CCojJdXJKvnR/8Ouuoa+Y2Ti20hcW7aZIIjZDFYPU//k6Ybmhg69J/imbFai2ckhfLaisqdDkdoIiBJScTOUvYqP6AE9d4MsydSC+UlhIMk4hoP76R8vUSCZRMkjOaDXstf/QoVZKbt94wyRZgAJ1G0BqI8L5ow86kLpA4wJEtxsRGymOE4bKUvApveBakYDNM9APkf+LbtbzWSseGjoZcSlycF9iN8Q2XNYKRrHbv3Lr5Y8JjdH/5y/6SHkNehTEZugaeGnSPSyCTWto1kQgHpxdWmhkLfJGNUGLmue7Mesj4TSms4J33mRpYVhNB/J333FCqIP0hr/E7BkkjEn7yZ4X7SQlh+xKPurapsnHRwiKmtsilmEFrnTE9iQr+pMr6M29qqFNv1tr5yumbaJw8JW9sB15tNsRv+dW6BjNanbsKz7HCgKUBc8tGy+7YuhXzAfViyRefcjK7eZW0Fbyt7AbybJTKz78W8NH7ye6LAwzOebXpeZ4D43fNIt8bKh26qgduSQv/7o+pAflkuqHZ99YWgHQ8h8OkZFi3eOiSYjsjhdZ/czWOdoPI/OnqIldzMPF5YlrKBLFX8VhRKVmqgsmWf5PHGulHhMkVlS+XG2UIseGy69ARa93D78Gsa+1n1kJr7EEB7Rh+27vUMxVYLdz1yMSvE5nalTAlg/ZeG8+XQ0cHuAI3KbQpHW2Q++RdXfm5JzD5WdJZUU+Zn8t8UUn85BH4RxZLeE0qJikgSsKoYVBc6YhiMjhPgkR95ReimY4Z0xCJdRo1gjexOFeODZMpQF6Yxnoic7IrdgsFA3iePTbFnPp3IAM1fAThWhXJUn3QInUOTd5o1qmTmn6REbL15g/JQNl+dqUoPkhleeb2V3kjqp1okmO3wMZbPknR3S1LZNmlS72/iBQUm+n2b/RCn4PjmM2",functionCall:{id:o.id,name:o.function.name,args:n}}),t.push(o.id)}e.length>0&&s.contents.push({role:"model",parts:e});let o=[];for(let e of t){let t=c[e];if(!t){let n=e.split("-");t=n.length>2?n.slice(0,-2).join("-"):e}let n=u[e]||"{}",l=r(n);null===l?l={result:n}:"object"!=typeof l&&(l={result:l}),o.push({functionResponse:{id:e,name:t,response:{result:l}}})}o.length>0&&s.contents.push({role:"user",parts:o})}else e.length>0&&s.contents.push({role:"model",parts:e})}}if(t.tools&&Array.isArray(t.tools)&&t.tools.length>0){let e=[];for(let n of t.tools)if("function"===n.type&&n.function){let t=n.function;e.push({name:t.name,description:t.description||"",parameters:t.parameters||{type:"object",properties:{}}})}e.length>0&&(s.tools=[{functionDeclarations:e}])}return s}function u(e,t,n){var o,l,a;let i=c(e,t,n),r=e.toLowerCase().includes("claude");if(t.reasoning_effort){let e={low:1024,medium:8192,high:32768}[t.reasoning_effort]||8192;i.generationConfig.thinkingConfig={thinkingBudget:e,include_thoughts:!0}}if((null==(o=t.thinking)?void 0:o.type)==="enabled"&&t.thinking.budget_tokens&&(i.generationConfig.thinkingConfig={thinkingBudget:t.thinking.budget_tokens,include_thoughts:!0}),null==(a=i.tools)||null==(l=a[0])?void 0:l.functionDeclarations){for(let e of i.tools[0].functionDeclarations)if(e.parameters){let t=function e(t){if(!t||"object"!=typeof t)return t;let n=Array.isArray(t)?[]:{};for(let[o,l]of Object.entries(t))if(!s.includes(o)){if("type"===o&&Array.isArray(l)){let e=l.find(e=>"null"!==e)||"string";n[o]=e;continue}l&&"object"==typeof l?n[o]=e(l):n[o]=l}if(n.required&&Array.isArray(n.required)&&n.properties){let e=n.required.filter(e=>Object.prototype.hasOwnProperty.call(n.properties,e));0===e.length?delete n.required:n.required=e}return"object"!==n.type||n.properties&&0!==Object.keys(n.properties).length||(n.properties={reason:{type:"string",description:"Brief explanation of why you are calling this tool"}},n.required=["reason"]),n}(e.parameters);r?e.parameters=t:(e.parametersJsonSchema=t,delete e.parameters)}}return i}function h(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return{project:(null==n?void 0:n.projectId)||function(){let e=["useful","bright","swift","calm","bold"],t=["fuze","wave","spark","flow","core"],n=e[Math.floor(Math.random()*e.length)],o=t[Math.floor(Math.random()*t.length)];return"".concat(n,"-").concat(o,"-").concat(crypto.randomUUID().slice(0,5))}(),model:e,userAgent:"gemini-cli",requestId:"agent-".concat(crypto.randomUUID()),request:{sessionId:"-".concat(Math.floor(9e18*Math.random())),contents:t.contents,systemInstruction:t.systemInstruction,generationConfig:t.generationConfig,safetySettings:t.safetySettings,tools:t.tools}}}function f(e,t){var n;if(!e)return null;let o=e.response||e;if(!o||!(null==(n=o.candidates)?void 0:n[0]))return null;let l=[],s=o.candidates[0],a=s.content;if(t.messageId||(t.messageId=o.responseId||"msg_".concat(Date.now()),t.model=o.modelVersion||"gemini",t.functionIndex=0,l.push({id:"chatcmpl-".concat(t.messageId),object:"chat.completion.chunk",created:Math.floor(Date.now()/1e3),model:t.model,choices:[{index:0,delta:{role:"assistant"},finish_reason:null}]})),null==a?void 0:a.parts)for(let e of a.parts){let n=e.thoughtSignature||e.thought_signature,o=!0===e.thought;if(n){let n=void 0!==e.text&&""!==e.text,s=!!e.functionCall;if(n&&l.push({id:"chatcmpl-".concat(t.messageId),object:"chat.completion.chunk",created:Math.floor(Date.now()/1e3),model:t.model,choices:[{index:0,delta:o?{reasoning_content:e.text}:{content:e.text},finish_reason:null}]}),s){let n=e.functionCall.name,o=e.functionCall.args||{},s=t.functionIndex++,a={id:"".concat(n,"-").concat(Date.now(),"-").concat(s),index:s,type:"function",function:{name:n,arguments:JSON.stringify(o)}};t.toolCalls.set(s,a),l.push({id:"chatcmpl-".concat(t.messageId),object:"chat.completion.chunk",created:Math.floor(Date.now()/1e3),model:t.model,choices:[{index:0,delta:{tool_calls:[a]},finish_reason:null}]})}continue}if(void 0!==e.text&&""!==e.text&&l.push({id:"chatcmpl-".concat(t.messageId),object:"chat.completion.chunk",created:Math.floor(Date.now()/1e3),model:t.model,choices:[{index:0,delta:{content:e.text},finish_reason:null}]}),e.functionCall){let n=e.functionCall.name,o=e.functionCall.args||{},s=t.functionIndex++,a={id:"".concat(n,"-").concat(Date.now(),"-").concat(s),index:s,type:"function",function:{name:n,arguments:JSON.stringify(o)}};t.toolCalls.set(s,a),l.push({id:"chatcmpl-".concat(t.messageId),object:"chat.completion.chunk",created:Math.floor(Date.now()/1e3),model:t.model,choices:[{index:0,delta:{tool_calls:[a]},finish_reason:null}]})}let s=e.inlineData||e.inline_data;if(null==s?void 0:s.data){let e=s.mimeType||s.mime_type||"image/png";l.push({id:"chatcmpl-".concat(t.messageId),object:"chat.completion.chunk",created:Math.floor(Date.now()/1e3),model:t.model,choices:[{index:0,delta:{images:[{type:"image_url",image_url:{url:"data:".concat(e,";base64,").concat(s.data)}}]},finish_reason:null}]})}}if(s.finishReason){let e=s.finishReason.toLowerCase();"stop"===e&&t.toolCalls.size>0&&(e="tool_calls"),l.push({id:"chatcmpl-".concat(t.messageId),object:"chat.completion.chunk",created:Math.floor(Date.now()/1e3),model:t.model,choices:[{index:0,delta:{},finish_reason:e}]}),t.finishReason=e}let i=o.usageMetadata||e.usageMetadata;return i&&(t.usage={prompt_tokens:(i.promptTokenCount||0)+(i.thoughtsTokenCount||0),completion_tokens:i.candidatesTokenCount||0,total_tokens:i.totalTokenCount||0},i.thoughtsTokenCount>0&&(t.usage.completion_tokens_details={reasoning_tokens:i.thoughtsTokenCount})),l.length>0?l:null}(0,o.kz)(l.h.OPENAI,l.h.GEMINI,function(e,t,n){return c(e,t,n)},null),(0,o.kz)(l.h.OPENAI,l.h.GEMINI_CLI,(e,t,n,o)=>h(e,u(e,t,n),o),null),(0,o.kz)(l.h.OPENAI,l.h.ANTIGRAVITY,function(e,t,n){let o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,l=u(e,t,n);return h(e,l,o)},null),(0,o.kz)(l.h.GEMINI,l.h.OPENAI,null,f),(0,o.kz)(l.h.GEMINI_CLI,l.h.OPENAI,null,f),(0,o.kz)(l.h.ANTIGRAVITY,l.h.OPENAI,null,f)}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[1393],{1393:(e,s,l)=>{Promise.resolve().then(l.bind(l,1902))},1902:(e,s,l)=>{"use strict";l.d(s,{default:()=>d});var t=l(5155),a=l(2115),i=l(4244),r=l(2694);let n="https://9router.com";function d(e){let{machineId:s}=e,[l,d]=(0,a.useState)([]),[c,o]=(0,a.useState)(!0),[x,m]=(0,a.useState)(!1),[h,y]=(0,a.useState)(""),[p,u]=(0,a.useState)(null),[b,g]=(0,a.useState)(!1),[f,j]=(0,a.useState)(!1),[N,v]=(0,a.useState)(!1),[k,w]=(0,a.useState)(!1),[C,S]=(0,a.useState)(null),[_,E]=(0,a.useState)(""),{copied:P,copy:O}=(0,r.C)();(0,a.useEffect)(()=>{A(),$()},[]);let $=async()=>{try{let e=await fetch("/api/settings");if(e.ok){let s=await e.json();g(s.cloudEnabled||!1)}}catch(e){console.log("Error loading cloud settings:",e)}},A=async()=>{try{let e=await fetch("/api/keys"),s=await e.json();e.ok&&d(s.keys||[])}catch(e){console.log("Error fetching data:",e)}finally{o(!1)}},D=e=>{e?j(!0):v(!0)},T=async()=>{w(!0),E("syncing");try{let e=await fetch("/api/sync/cloud",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({action:"enable"})}),s=await e.json();e.ok?(E("verifying"),s.verified?(g(!0),S({type:"success",message:"Cloud Proxy connected and verified!"})):(g(!0),S({type:"warning",message:s.verifyError||"Connected but verification failed"})),j(!1),s.createdKey&&await A()):S({type:"error",message:s.error||"Failed to enable cloud"})}catch(e){S({type:"error",message:e.message})}finally{w(!1),E("")}},W=async()=>{w(!0),E("syncing");try{await fetch("/api/sync/cloud",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({action:"sync"})}),E("disabling"),(await fetch("/api/sync/cloud",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({action:"disable"})})).ok&&(g(!1),S({type:"success",message:"Cloud disabled"}),v(!1))}catch(e){console.log("Error disabling cloud:",e),S({type:"error",message:"Failed to disable cloud"})}finally{w(!1),E("")}},I=async()=>{if(h.trim())try{let e=await fetch("/api/keys",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({name:h})}),s=await e.json();e.ok&&(u(s.key),await A(),y(""),m(!1))}catch(e){console.log("Error creating key:",e)}},K=async e=>{if(confirm("Delete this API key?"))try{(await fetch("/api/keys/".concat(e),{method:"DELETE"})).ok&&d(l.filter(s=>s.id!==e))}catch(e){console.log("Error deleting key:",e)}};"localhost"===window.location.hostname||window.location.hostname;let F="".concat(window.location.origin,"/v1");if("".concat(n,"/").concat(s,"/v1"),c)return(0,t.jsxs)("div",{className:"flex flex-col gap-8",children:[(0,t.jsx)(i.Qv,{}),(0,t.jsx)(i.Qv,{})]});let J=b?"".concat(n,"/v1"):F;return(0,t.jsxs)("div",{className:"flex flex-col gap-8",children:[(0,t.jsxs)(i.Zp,{className:"",children:[(0,t.jsxs)("div",{className:"flex items-center justify-between mb-4",children:[(0,t.jsxs)("div",{children:[(0,t.jsx)("h2",{className:"text-lg font-semibold",children:"API Endpoint"}),(0,t.jsx)("p",{className:"text-sm text-text-muted",children:b?"Using Cloud Proxy":"Using Local Server"})]}),(0,t.jsx)("div",{className:"flex items-center gap-2",children:b?(0,t.jsx)(i.$n,{size:"sm",variant:"secondary",icon:"cloud_off",onClick:()=>D(!1),disabled:k,className:"!bg-red-500/10 !text-red-500 hover:!bg-red-500/20 !border-red-500/30",children:"Disable Cloud"}):(0,t.jsx)(i.$n,{variant:"primary",icon:"cloud_upload",onClick:()=>D(!0),disabled:k,className:"bg-gradient-to-r from-primary to-blue-500 hover:from-primary-hover hover:to-blue-600",children:"Enable Cloud"})})]}),(0,t.jsxs)("div",{className:"flex gap-2 mb-3",children:[(0,t.jsx)(i.pd,{value:J,readOnly:!0,className:"flex-1 font-mono text-sm ".concat(b?"animate-border-glow":"")}),(0,t.jsx)(i.$n,{variant:"secondary",icon:"endpoint_url"===P?"check":"content_copy",onClick:()=>O(J,"endpoint_url"),children:"endpoint_url"===P?"Copied!":"Copy"})]})]}),(0,t.jsxs)(i.Zp,{children:[(0,t.jsxs)("div",{className:"flex items-center justify-between mb-4",children:[(0,t.jsx)("h2",{className:"text-lg font-semibold",children:"API Keys"}),(0,t.jsx)(i.$n,{icon:"add",onClick:()=>m(!0),children:"Create Key"})]}),0===l.length?(0,t.jsxs)("div",{className:"text-center py-8",children:[(0,t.jsx)("span",{className:"material-symbols-outlined text-4xl text-text-muted mb-2",children:"vpn_key"}),(0,t.jsx)("p",{className:"text-sm text-text-muted",children:"No API keys yet"})]}):(0,t.jsx)("div",{className:"overflow-x-auto",children:(0,t.jsxs)("table",{className:"w-full",children:[(0,t.jsx)("thead",{children:(0,t.jsxs)("tr",{className:"border-b border-border",children:[(0,t.jsx)("th",{className:"text-left p-3 font-medium",children:"Name"}),(0,t.jsx)("th",{className:"text-left p-3 font-medium",children:"Key"}),(0,t.jsx)("th",{className:"text-left p-3 font-medium",children:"Created"}),(0,t.jsx)("th",{className:"text-left p-3 font-medium",children:"Actions"})]})}),(0,t.jsx)("tbody",{children:l.map(e=>(0,t.jsxs)("tr",{className:"border-b border-border hover:bg-sidebar/30",children:[(0,t.jsx)("td",{className:"p-3 text-sm",children:e.name}),(0,t.jsx)("td",{className:"p-3",children:(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)("span",{className:"font-mono text-xs text-text-muted",children:e.key}),(0,t.jsx)(i.$n,{size:"sm",variant:"ghost",icon:P===e.id?"check":"content_copy",onClick:()=>O(e.key,e.id)})]})}),(0,t.jsx)("td",{className:"p-3 text-sm text-text-muted",children:new Date(e.createdAt).toLocaleDateString()}),(0,t.jsx)("td",{className:"p-3",children:(0,t.jsx)(i.$n,{size:"sm",variant:"ghost",icon:"delete",className:"text-red-500",onClick:()=>K(e.id),children:"Delete"})})]},e.id))})]})})]}),!1,(0,t.jsx)(i.aF,{isOpen:f,title:"Enable Cloud Proxy",onClose:()=>j(!1),children:(0,t.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,t.jsxs)("div",{className:"bg-blue-50 dark:bg-blue-900/20 border border-blue-200 dark:border-blue-800 rounded-lg p-4",children:[(0,t.jsx)("p",{className:"text-sm text-blue-800 dark:text-blue-200 font-medium mb-2",children:"What you will get"}),(0,t.jsxs)("ul",{className:"text-sm text-blue-700 dark:text-blue-300 space-y-1",children:[(0,t.jsx)("li",{children:"• Access your API from anywhere in the world"}),(0,t.jsx)("li",{children:"• Share endpoint with your team easily"}),(0,t.jsx)("li",{children:"• No need to open ports or configure firewall"}),(0,t.jsx)("li",{children:"• Fast global edge network"})]})]}),(0,t.jsxs)("div",{className:"bg-yellow-50 dark:bg-yellow-900/20 border border-yellow-200 dark:border-yellow-800 rounded-lg p-4",children:[(0,t.jsx)("p",{className:"text-sm text-yellow-800 dark:text-yellow-200 font-medium mb-1",children:"Note"}),(0,t.jsxs)("ul",{className:"text-sm text-yellow-700 dark:text-yellow-300 space-y-1",children:[(0,t.jsx)("li",{children:"• Cloud will keep your auth session for 1 day. If not used, it will be automatically deleted."}),(0,t.jsx)("li",{children:"• Cloud is currently unstable with Claude Code OAuth in some cases."})]})]}),k&&(0,t.jsxs)("div",{className:"flex items-center gap-3 p-3 bg-primary/10 border border-primary/30 rounded-lg",children:[(0,t.jsx)("span",{className:"material-symbols-outlined animate-spin text-primary",children:"progress_activity"}),(0,t.jsx)("div",{className:"flex-1",children:(0,t.jsxs)("p",{className:"text-sm font-medium text-primary",children:["syncing"===_&&"Syncing data to cloud...","verifying"===_&&"Verifying connection..."]})})]}),(0,t.jsxs)("div",{className:"flex gap-2",children:[(0,t.jsx)(i.$n,{onClick:T,fullWidth:!0,disabled:k,children:k?(0,t.jsxs)("span",{className:"flex items-center gap-2",children:[(0,t.jsx)("span",{className:"material-symbols-outlined animate-spin text-sm",children:"progress_activity"}),"syncing"===_?"Syncing...":"Verifying..."]}):"Enable Cloud"}),(0,t.jsx)(i.$n,{onClick:()=>j(!1),variant:"ghost",fullWidth:!0,disabled:k,children:"Cancel"})]})]})}),(0,t.jsx)(i.aF,{isOpen:x,title:"Create API Key",onClose:()=>{m(!1),y("")},children:(0,t.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,t.jsx)(i.pd,{label:"Key Name",value:h,onChange:e=>y(e.target.value),placeholder:"Production Key"}),(0,t.jsxs)("div",{className:"flex gap-2",children:[(0,t.jsx)(i.$n,{onClick:I,fullWidth:!0,disabled:!h.trim(),children:"Create"}),(0,t.jsx)(i.$n,{onClick:()=>{m(!1),y("")},variant:"ghost",fullWidth:!0,children:"Cancel"})]})]})}),(0,t.jsx)(i.aF,{isOpen:!!p,title:"API Key Created",onClose:()=>u(null),children:(0,t.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,t.jsxs)("div",{className:"bg-yellow-50 dark:bg-yellow-900/20 border border-yellow-200 dark:border-yellow-800 rounded-lg p-4",children:[(0,t.jsx)("p",{className:"text-sm text-yellow-800 dark:text-yellow-200 mb-2 font-medium",children:"Save this key now!"}),(0,t.jsx)("p",{className:"text-sm text-yellow-700 dark:text-yellow-300",children:"This is the only time you will see this key. Store it securely."})]}),(0,t.jsxs)("div",{className:"flex gap-2",children:[(0,t.jsx)(i.pd,{value:p||"",readOnly:!0,className:"flex-1 font-mono text-sm"}),(0,t.jsx)(i.$n,{variant:"secondary",icon:"created_key"===P?"check":"content_copy",onClick:()=>O(p,"created_key"),children:"created_key"===P?"Copied!":"Copy"})]}),(0,t.jsx)(i.$n,{onClick:()=>u(null),fullWidth:!0,children:"Done"})]})}),(0,t.jsx)(i.aF,{isOpen:N,title:"Disable Cloud Proxy",onClose:()=>!k&&v(!1),children:(0,t.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,t.jsx)("div",{className:"bg-red-50 dark:bg-red-900/20 border border-red-200 dark:border-red-800 rounded-lg p-4",children:(0,t.jsxs)("div",{className:"flex items-start gap-3",children:[(0,t.jsx)("span",{className:"material-symbols-outlined text-red-600 dark:text-red-400",children:"warning"}),(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"text-sm text-red-800 dark:text-red-200 font-medium mb-1",children:"Warning"}),(0,t.jsx)("p",{className:"text-sm text-red-700 dark:text-red-300",children:"All auth sessions will be deleted from cloud."})]})]})}),k&&(0,t.jsxs)("div",{className:"flex items-center gap-3 p-3 bg-primary/10 border border-primary/30 rounded-lg",children:[(0,t.jsx)("span",{className:"material-symbols-outlined animate-spin text-primary",children:"progress_activity"}),(0,t.jsx)("div",{className:"flex-1",children:(0,t.jsxs)("p",{className:"text-sm font-medium text-primary",children:["syncing"===_&&"Syncing latest data...","disabling"===_&&"Disabling cloud..."]})})]}),(0,t.jsx)("p",{className:"text-sm text-text-muted",children:"Are you sure you want to disable cloud proxy?"}),(0,t.jsxs)("div",{className:"flex gap-2",children:[(0,t.jsx)(i.$n,{onClick:W,fullWidth:!0,disabled:k,className:"!bg-red-500 hover:!bg-red-600 !text-white",children:k?(0,t.jsxs)("span",{className:"flex items-center gap-2",children:[(0,t.jsx)("span",{className:"material-symbols-outlined animate-spin text-sm",children:"progress_activity"}),"syncing"===_?"Syncing...":"Disabling..."]}):"Disable Cloud"}),(0,t.jsx)(i.$n,{onClick:()=>v(!1),variant:"ghost",fullWidth:!0,disabled:k,children:"Cancel"})]})]})})]})}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[1441],{1441:(e,t,n)=>{n.r(t);var o=n(4427),l=n(6775);function s(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return{id:"chatcmpl-".concat(e.messageId),object:"chat.completion.chunk",created:Math.floor(Date.now()/1e3),model:e.model,choices:[{index:0,delta:t,finish_reason:n}]}}function a(e,t){e.thinkingBlockStarted&&(t.push({type:"content_block_stop",index:e.thinkingBlockIndex}),e.thinkingBlockStarted=!1)}function i(e,t){e.textBlockStarted&&!e.textBlockClosed&&(e.textBlockClosed=!0,t.push({type:"content_block_stop",index:e.textBlockIndex}),e.textBlockStarted=!1)}(0,o.kz)(l.h.CLAUDE,l.h.OPENAI,null,function(e,t){var n,o,l,a;if(!e)return null;let i=[];switch(e.type){case"message_start":t.messageId=(null==(n=e.message)?void 0:n.id)||"msg_".concat(Date.now()),t.model=null==(o=e.message)?void 0:o.model,t.toolCallIndex=0,console.log("\uD83D\uDD0D ----------- toolCallIndex",t.toolCallIndex),i.push(s(t,{role:"assistant"}));break;case"content_block_start":{let n=e.content_block;if((null==n?void 0:n.type)==="text")t.textBlockStarted=!0;else if((null==n?void 0:n.type)==="thinking")t.inThinkingBlock=!0,t.currentBlockIndex=e.index,i.push(s(t,{content:"<think>"}));else if((null==n?void 0:n.type)==="tool_use"){let o={index:t.toolCallIndex++,id:n.id,type:"function",function:{name:n.name,arguments:""}};t.toolCalls.set(e.index,o),i.push(s(t,{tool_calls:[o]}))}break}case"content_block_delta":{let n=e.delta;if((null==n?void 0:n.type)==="text_delta"&&n.text)i.push(s(t,{content:n.text}));else if((null==n?void 0:n.type)==="thinking_delta"&&n.thinking)i.push(s(t,{content:n.thinking}));else if((null==n?void 0:n.type)==="input_json_delta"&&n.partial_json){let o=t.toolCalls.get(e.index);o&&(o.function.arguments+=n.partial_json,i.push(s(t,{tool_calls:[{index:o.index,id:o.id,function:{arguments:n.partial_json}}]})))}break}case"content_block_stop":t.inThinkingBlock&&e.index===t.currentBlockIndex&&(i.push(s(t,{content:"</think>"})),t.inThinkingBlock=!1),t.textBlockStarted=!1,t.thinkingBlockStarted=!1;break;case"message_delta":(null==(l=e.delta)?void 0:l.stop_reason)&&(t.finishReason=function(e){switch(e){case"end_turn":case"stop_sequence":default:return"stop";case"max_tokens":return"length";case"tool_use":return"tool_calls"}}(e.delta.stop_reason),i.push({id:"chatcmpl-".concat(t.messageId),object:"chat.completion.chunk",created:Math.floor(Date.now()/1e3),model:t.model,choices:[{index:0,delta:{},finish_reason:t.finishReason}]}),t.finishReasonSent=!0);break;case"message_stop":if(!t.finishReasonSent){let e=t.finishReason||((null==(a=t.toolCalls)?void 0:a.size)>0?"tool_calls":"stop");i.push({id:"chatcmpl-".concat(t.messageId),object:"chat.completion.chunk",created:Math.floor(Date.now()/1e3),model:t.model,choices:[{index:0,delta:{},finish_reason:e}],...t.usage&&{usage:{prompt_tokens:t.usage.input_tokens||0,completion_tokens:t.usage.output_tokens||0,total_tokens:(t.usage.input_tokens||0)+(t.usage.output_tokens||0)}}}),t.finishReasonSent=!0}}return i.length>0?i:null}),(0,o.kz)(l.h.OPENAI,l.h.CLAUDE,null,function(e,t){var n,o,l,s,c,d,u,k;if(!e||!(null==(n=e.choices)?void 0:n[0]))return null;let _=[],p=e.choices[0],r=p.delta;t.messageStartSent||(t.messageStartSent=!0,t.messageId=(null==(o=e.id)?void 0:o.replace("chatcmpl-",""))||"msg_".concat(Date.now()),(!t.messageId||"chat"===t.messageId||t.messageId.length<8)&&(t.messageId=(null==(l=e.extend_fields)?void 0:l.requestId)||(null==(s=e.extend_fields)?void 0:s.traceId)||"msg_".concat(Date.now())),t.model=e.model||"unknown",t.nextBlockIndex=0,_.push({type:"message_start",message:{id:t.messageId,type:"message",role:"assistant",model:t.model,content:[],stop_reason:null,stop_sequence:null,usage:{input_tokens:0,output_tokens:0}}}));let h=(null==r?void 0:r.reasoning_content)||(null==r?void 0:r.reasoning);if(h&&(i(t,_),t.thinkingBlockStarted||(t.thinkingBlockIndex=t.nextBlockIndex++,t.thinkingBlockStarted=!0,_.push({type:"content_block_start",index:t.thinkingBlockIndex,content_block:{type:"thinking",thinking:""}})),_.push({type:"content_block_delta",index:t.thinkingBlockIndex,delta:{type:"thinking_delta",thinking:h}})),(null==r?void 0:r.content)&&(a(t,_),t.textBlockStarted||(t.textBlockIndex=t.nextBlockIndex++,t.textBlockStarted=!0,t.textBlockClosed=!1,_.push({type:"content_block_start",index:t.textBlockIndex,content_block:{type:"text",text:""}})),_.push({type:"content_block_delta",index:t.textBlockIndex,delta:{type:"text_delta",text:r.content}})),null==r?void 0:r.tool_calls)for(let e of r.tool_calls){let n=null!=(d=e.index)?d:0;if(e.id){a(t,_),i(t,_);let o=t.nextBlockIndex++;t.toolCalls.set(n,{id:e.id,name:(null==(u=e.function)?void 0:u.name)||"",blockIndex:o}),_.push({type:"content_block_start",index:o,content_block:{type:"tool_use",id:e.id,name:(null==(k=e.function)?void 0:k.name)||"",input:{}}})}if(null==(c=e.function)?void 0:c.arguments){let o=t.toolCalls.get(n);o&&_.push({type:"content_block_delta",index:o.blockIndex,delta:{type:"input_json_delta",partial_json:e.function.arguments}})}}if(p.finish_reason){for(let[,e]of(a(t,_),i(t,_),t.toolCalls))_.push({type:"content_block_stop",index:e.blockIndex});_.push({type:"message_delta",delta:{stop_reason:function(e){switch(e){case"stop":default:return"end_turn";case"length":return"max_tokens";case"tool_calls":return"tool_use"}}(p.finish_reason)},usage:{output_tokens:0}}),_.push({type:"message_stop"})}return _.length>0?_:null})}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[197],{197:(t,e,n)=>{n.r(e);var o=n(4427),s=n(6775),r=n(6981);function a(t,e,n){let o={model:t,messages:[],stream:n};if(e.generationConfig){let t=e.generationConfig;if(t.maxOutputTokens){let n={max_tokens:t.maxOutputTokens,tools:e.tools};o.max_tokens=(0,r.M)(n)}void 0!==t.temperature&&(o.temperature=t.temperature),void 0!==t.topP&&(o.top_p=t.topP)}if(e.systemInstruction){var s;let t="string"==typeof(s=e.systemInstruction)?s:s.parts&&Array.isArray(s.parts)?s.parts.map(t=>t.text||"").join(""):"";t&&o.messages.push({role:"system",content:t})}if(e.contents&&Array.isArray(e.contents))for(let t of e.contents){let e=function(t){let e="user"===t.role?"user":"assistant";if(!t.parts||!Array.isArray(t.parts))return null;let n=[],o=[];for(let e of t.parts)if(void 0!==e.text&&n.push({type:"text",text:e.text}),e.inlineData&&n.push({type:"image_url",image_url:{url:"data:".concat(e.inlineData.mimeType,";base64,").concat(e.inlineData.data)}}),e.functionCall&&o.push({id:"call_".concat(Date.now(),"_").concat(Math.random().toString(36).slice(2,8)),type:"function",function:{name:e.functionCall.name,arguments:JSON.stringify(e.functionCall.args||{})}}),e.functionResponse){var s;return{role:"tool",tool_call_id:e.functionResponse.id||e.functionResponse.name,content:JSON.stringify((null==(s=e.functionResponse.response)?void 0:s.result)||e.functionResponse.response||{})}}if(o.length>0){let t={role:"assistant"};return n.length>0&&(t.content=1===n.length?n[0].text:n),t.tool_calls=o,t}return n.length>0?{role:e,content:1===n.length&&"text"===n[0].type?n[0].text:n}:null}(t);e&&o.messages.push(e)}if(e.tools&&Array.isArray(e.tools)){for(let t of(o.tools=[],e.tools))if(t.functionDeclarations)for(let e of t.functionDeclarations)o.tools.push({type:"function",function:{name:e.name,description:e.description||"",parameters:e.parameters||{type:"object",properties:{}}}})}return o}(0,o.kz)(s.h.GEMINI,s.h.OPENAI,a,null),(0,o.kz)(s.h.GEMINI_CLI,s.h.OPENAI,a,null)},6981:(t,e,n)=>{n.d(e,{M:()=>s});var o=n(9562);function s(t){let e=t.max_tokens||o.Uc;return t.tools&&Array.isArray(t.tools)&&t.tools.length>0&&e<o.eo&&(console.log("[AUTO-ADJUST] max_tokens: ".concat(e," → ").concat(o.eo," (tool calling detected)")),e=o.eo),e}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[3433],{3433:(e,t,s)=>{s.r(t);var n=s(4427),l=s(6775);(0,n.kz)(l.h.OPENAI_RESPONSES,l.h.OPENAI,function(e,t,s,n){if(!t.input)return t;let l={...t};l.messages=[],t.instructions&&l.messages.push({role:"system",content:t.instructions});let o=null,u=[];for(let e of t.input)if("message"===e.type){if(o&&(l.messages.push(o),o=null),u.length>0){for(let e of u)l.messages.push(e);u=[]}let t=Array.isArray(e.content)?e.content.map(e=>"input_text"===e.type||"output_text"===e.type?{type:"text",text:e.text}:e):e.content;l.messages.push({role:e.role,content:t})}else if("function_call"===e.type)o||(o={role:"assistant",content:null,tool_calls:[]}),o.tool_calls.push({id:e.call_id,type:"function",function:{name:e.name,arguments:e.arguments}});else if("function_call_output"===e.type){if(o&&(l.messages.push(o),o=null),u.length>0){for(let e of u)l.messages.push(e);u=[]}l.messages.push({role:"tool",tool_call_id:e.call_id,content:"string"==typeof e.output?e.output:JSON.stringify(e.output)})}else if("reasoning"===e.type)continue;if(o&&l.messages.push(o),u.length>0)for(let e of u)l.messages.push(e);return t.tools&&Array.isArray(t.tools)&&(l.tools=t.tools.map(e=>e.function?e:{type:"function",function:{name:e.name,description:e.description,parameters:e.parameters,strict:e.strict}})),delete l.input,delete l.instructions,delete l.include,delete l.prompt_cache_key,delete l.store,delete l.reasoning,l},null)}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[3592],{3592:(t,e,o)=>{o.r(e);var n=o(4427),s=o(6775),r=o(9562),l=o(6981);function a(t,e,o){let n={contents:[],generationConfig:{}};if(e.max_tokens&&(n.generationConfig.maxOutputTokens=e.max_tokens),void 0!==e.temperature&&(n.generationConfig.temperature=e.temperature),void 0!==e.top_p&&(n.generationConfig.topP=e.top_p),e.messages&&Array.isArray(e.messages))for(let t of e.messages)if("system"===t.role)n.systemInstruction={parts:[{text:"string"==typeof t.content?t.content:i(t.content)}]};else if("tool"===t.role)n.contents.push({role:"function",parts:[{functionResponse:{name:t.tool_call_id,response:c(t.content)}}]});else{let e=function(t){let e="assistant"===t.role?"model":"user",o=[];if("string"==typeof t.content)t.content&&o.push({text:t.content});else if(Array.isArray(t.content)){for(let e of t.content)if("text"===e.type)o.push({text:e.text});else if("image_url"===e.type){let t=e.image_url.url;if(t.startsWith("data:")){let e=t.match(/^data:([^;]+);base64,(.+)$/);e&&o.push({inlineData:{mimeType:e[1],data:e[2]}})}}}if(t.tool_calls&&Array.isArray(t.tool_calls))for(let e of t.tool_calls)o.push({functionCall:{name:e.function.name,args:c(e.function.arguments)}});return 0===o.length?null:{role:e,parts:o}}(t);e&&n.contents.push(e)}if(e.tools&&Array.isArray(e.tools)){let t=e.tools.filter(t=>t&&t.function&&t.function.name);t.length>0&&(n.tools=[{functionDeclarations:t.map(t=>({name:t.function.name,description:t.function.description||"",parameters:t.function.parameters||{type:"object",properties:{}}}))}])}return n}function i(t){return"string"==typeof t?t:Array.isArray(t)?t.filter(t=>"text"===t.type).map(t=>t.text).join("\n"):""}function c(t){if("string"!=typeof t)return t;try{return JSON.parse(t)}catch(e){return t}}(0,n.kz)(s.h.OPENAI,s.h.CLAUDE,function(t,e,o){var n;let s={model:t,max_tokens:(0,l.M)(e),stream:o};void 0!==e.temperature&&(s.temperature=e.temperature),s.messages=[];let a=[];if(e.messages&&Array.isArray(e.messages)){let t;for(let t of e.messages)"system"===t.role&&a.push("string"==typeof t.content?t.content:i(t.content));let o=e.messages.filter(t=>"system"!==t.role),n=[],r=()=>{t&&n.length>0&&(s.messages.push({role:t,content:n}),n=[])};for(let e of o){let o="user"===e.role||"tool"===e.role?"user":"assistant",l=function(t){let e=[];if("tool"===t.role)e.push({type:"tool_result",tool_use_id:t.tool_call_id,content:t.content});else if("user"===t.role){if("string"==typeof t.content)t.content&&e.push({type:"text",text:t.content});else if(Array.isArray(t.content))for(let o of t.content)if("text"===o.type&&o.text)e.push({type:"text",text:o.text});else if("tool_result"===o.type)e.push({type:"tool_result",tool_use_id:o.tool_use_id,content:o.content,...o.is_error&&{is_error:o.is_error}});else if("image_url"===o.type){let t=o.image_url.url.match(/^data:([^;]+);base64,(.+)$/);t&&e.push({type:"image",source:{type:"base64",media_type:t[1],data:t[2]}})}else"image"===o.type&&o.source&&e.push({type:"image",source:o.source})}else if("assistant"===t.role){if(Array.isArray(t.content))for(let o of t.content)"text"===o.type&&o.text?e.push({type:"text",text:o.text}):"tool_use"===o.type&&e.push({type:"tool_use",id:o.id,name:o.name,input:o.input});else if(t.content){let o="string"==typeof t.content?t.content:i(t.content);o&&e.push({type:"text",text:o})}if(t.tool_calls&&Array.isArray(t.tool_calls))for(let o of t.tool_calls)"function"===o.type&&e.push({type:"tool_use",id:o.id,name:o.function.name,input:c(o.function.arguments)})}return e}(e),a=l.some(t=>"tool_use"===t.type);if(l.some(t=>"tool_result"===t.type)){let e=l.filter(t=>"tool_result"===t.type),a=l.filter(t=>"tool_result"!==t.type);r(),e.length>0&&s.messages.push({role:"user",content:e}),a.length>0&&(t=o,n.push(...a));continue}t!==o&&(r(),t=o),n.push(...l),a&&r()}r();for(let t=s.messages.length-1;t>=0;t--){let e=s.messages[t];if("assistant"===e.role&&Array.isArray(e.content)&&e.content.length>0){let t=e.content[e.content.length-1];if(t){t.cache_control={type:"ephemeral"};break}}}}let u={type:"text",text:r.Co};return a.length>0?s.system=[u,{type:"text",text:a.join("\n"),cache_control:{type:"ephemeral",ttl:"1h"}}]:s.system=[u],e.tools&&Array.isArray(e.tools)&&(s.tools=e.tools.map(t=>{let e="function"===t.type&&t.function?t.function:t;return{name:e.name,description:e.description||"",input_schema:e.parameters||e.input_schema||{type:"object",properties:{},required:[]}}}),s.tools.length>0&&(s.tools[s.tools.length-1].cache_control={type:"ephemeral",ttl:"1h"})),e.tool_choice&&(s.tool_choice=(n=e.tool_choice)?"object"==typeof n&&n.type?n:"auto"===n||"none"===n?{type:"auto"}:"required"===n?{type:"any"}:"object"==typeof n&&n.function?{type:"tool",name:n.function.name}:{type:"auto"}:{type:"auto"}),s},null),(0,n.kz)(s.h.OPENAI,s.h.GEMINI,a,null),(0,n.kz)(s.h.OPENAI,s.h.GEMINI_CLI,a,null)},6981:(t,e,o)=>{o.d(e,{M:()=>s});var n=o(9562);function s(t){let e=t.max_tokens||n.Uc;return t.tools&&Array.isArray(t.tools)&&t.tools.length>0&&e<n.eo&&(console.log("[AUTO-ADJUST] max_tokens: ".concat(e," → ").concat(n.eo," (tool calling detected)")),e=n.eo),e}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[4244],{709:(e,t,r)=>{r.d(t,{default:()=>i});var s=r(5155),a=r(2115),l=r(3439),n=r(1620);function i(e){let{children:t}=e,[r,i]=(0,a.useState)(!1);return(0,s.jsxs)("div",{className:"flex h-screen w-full overflow-hidden bg-bg",children:[r&&(0,s.jsx)("div",{className:"fixed inset-0 z-40 bg-black/50 lg:hidden",onClick:()=>i(!1)}),(0,s.jsx)("div",{className:"hidden lg:flex",children:(0,s.jsx)(l.default,{})}),(0,s.jsx)("div",{className:"fixed inset-y-0 left-0 z-50 transform lg:hidden transition-transform duration-300 ease-in-out ".concat(r?"translate-x-0":"-translate-x-full"),children:(0,s.jsx)(l.default,{onClose:()=>i(!1)})}),(0,s.jsxs)("main",{className:"flex flex-col flex-1 h-full min-w-0 relative transition-colors duration-300",children:[(0,s.jsx)(n.default,{onMenuClick:()=>i(!0)}),(0,s.jsx)("div",{className:"flex-1 overflow-y-auto custom-scrollbar p-6 lg:p-10",children:(0,s.jsx)("div",{className:"max-w-7xl mx-auto",children:t})})]})]})}},1255:(e,t,r)=>{r.d(t,{default:()=>l});var s=r(5155),a=r(6319);function l(e){let{children:t,title:r,subtitle:l,icon:n,action:i,padding:o="md",hover:c=!1,className:d,...m}=e;return(0,s.jsxs)("div",{className:(0,a.cn)("bg-surface","border border-border","rounded-xl shadow-soft",c&&"hover:shadow-warm hover:border-primary/30 transition-all cursor-pointer",{none:"",sm:"p-4",md:"p-6",lg:"p-8"}[o],d),...m,children:[(r||i)&&(0,s.jsxs)("div",{className:"flex items-center justify-between mb-4",children:[(0,s.jsxs)("div",{className:"flex items-center gap-3",children:[n&&(0,s.jsx)("div",{className:"p-2 rounded-lg bg-bg text-text-muted",children:(0,s.jsx)("span",{className:"material-symbols-outlined text-[20px]",children:n})}),(0,s.jsxs)("div",{children:[r&&(0,s.jsx)("h3",{className:"text-text-main font-semibold",children:r}),l&&(0,s.jsx)("p",{className:"text-sm text-text-muted",children:l})]})]}),i]}),t]})}l.Section=function(e){let{children:t,className:r,...l}=e;return(0,s.jsx)("div",{className:(0,a.cn)("p-4 rounded-lg","bg-surface","border border-border",r),...l,children:t})},l.Row=function(e){let{children:t,className:r,...l}=e;return(0,s.jsx)("div",{className:(0,a.cn)("p-3 -mx-3 px-3 border-b border-border last:border-b-0 transition-colors","hover:bg-sidebar",r),...l,children:t})}},1553:(e,t,r)=>{r.d(t,{default:()=>i});var s=r(5155),a=r(2115),l=r(4244),n=r(2694);function i(e){let{isOpen:t,provider:r,providerInfo:i,onSuccess:o,onClose:c}=e,[d,m]=(0,a.useState)("waiting"),[x,u]=(0,a.useState)(null),[h,b]=(0,a.useState)(""),[f,p]=(0,a.useState)(null),[g,j]=(0,a.useState)(!1),[v,y]=(0,a.useState)(null),[N,w]=(0,a.useState)(!1),k=(0,a.useRef)(null),{copied:C,copy:z}=(0,n.C)(),_="localhost"===window.location.hostname||"127.0.0.1"===window.location.hostname;(0,a.useEffect)(()=>{t&&r&&(u(null),b(""),p(null),j(!1),y(null),w(!1),E())},[t,r]);let S=(0,a.useRef)(!1);(0,a.useEffect)(()=>{let e;if(!x)return;S.current=!1;let t=async e=>{if(S.current)return;let{code:t,state:r,error:s,errorDescription:a}=e;if(s){S.current=!0,p(a||s),m("error");return}t&&(S.current=!0,await L(t,r))},r=e=>{var r;e.origin===window.location.origin&&(null==(r=e.data)?void 0:r.type)==="oauth_callback"&&t(e.data.data)};window.addEventListener("message",r);try{(e=new BroadcastChannel("oauth_callback")).onmessage=e=>t(e.data)}catch(e){console.log("BroadcastChannel not supported")}let s=e=>{if("oauth_callback"===e.key&&e.newValue)try{let r=JSON.parse(e.newValue);t(r),localStorage.removeItem("oauth_callback")}catch(e){console.log("Failed to parse localStorage data")}};window.addEventListener("storage",s);try{let e=localStorage.getItem("oauth_callback");if(e){let r=JSON.parse(e);r.timestamp&&Date.now()-r.timestamp<3e4&&(t(r),localStorage.removeItem("oauth_callback"))}}catch(e){}return()=>{window.removeEventListener("message",r),window.removeEventListener("storage",s),e&&e.close()}},[x]);let L=async(e,t)=>{try{let s=await fetch("/api/oauth/".concat(r,"/exchange"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({code:e,redirectUri:x.redirectUri,codeVerifier:x.codeVerifier,state:t})}),a=await s.json();if(!s.ok)throw Error(a.error);m("success"),null==o||o()}catch(e){p(e.message),m("error")}},E=async()=>{if(r)try{let e;if(p(null),"github"===r||"qwen"===r){j(!0),m("waiting");let e=await fetch("/api/oauth/".concat(r,"/device-code")),t=await e.json();if(!e.ok)throw Error(t.error);y(t);let s=t.verification_uri_complete||t.verification_uri;s&&window.open(s,"_blank"),P(t.device_code,t.codeVerifier,t.interval||5);return}if("codex"===r)e="http://localhost:1455/auth/callback";else{let t=window.location.port||("https:"===window.location.protocol?"443":"80");e="http://localhost:".concat(t,"/callback")}let t=await fetch("/api/oauth/".concat(r,"/authorize?redirect_uri=").concat(encodeURIComponent(e))),s=await t.json();if(!t.ok)throw Error(s.error);u({...s,redirectUri:e}),"codex"===r?(m("input"),window.open(s.authUrl,"_blank")):_?(m("waiting"),k.current=window.open(s.authUrl,"oauth_popup","width=600,height=700"),k.current||m("input")):(m("input"),window.open(s.authUrl,"_blank"))}catch(e){p(e.message),m("error")}},P=async(e,t,s)=>{w(!0);for(let a=0;a<60;a++){await new Promise(e=>setTimeout(e,1e3*s));try{let a=await fetch("/api/oauth/".concat(r,"/poll"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({deviceCode:e,codeVerifier:t})}),l=await a.json();if(l.success){m("success"),w(!1),null==o||o();return}if("expired_token"===l.error||"access_denied"===l.error)throw Error(l.errorDescription||l.error);"slow_down"===l.error&&(s=Math.min(s+5,30))}catch(e){p(e.message),m("error"),w(!1);return}}p("Authorization timeout"),m("error"),w(!1)},U=async()=>{try{p(null);let e=new URL(h),t=e.searchParams.get("code"),r=e.searchParams.get("state"),s=e.searchParams.get("error");if(s)throw Error(e.searchParams.get("error_description")||s);if(!t)throw Error("No authorization code found in URL");await L(t,r)}catch(e){p(e.message),m("error")}};return r&&i?(0,s.jsx)(l.aF,{isOpen:t,title:"Connect ".concat(i.name),onClose:c,size:"lg",children:(0,s.jsxs)("div",{className:"flex flex-col gap-4",children:["waiting"===d&&!g&&(0,s.jsxs)("div",{className:"text-center py-6",children:[(0,s.jsx)("div",{className:"size-16 mx-auto mb-4 rounded-full bg-primary/10 flex items-center justify-center",children:(0,s.jsx)("span",{className:"material-symbols-outlined text-3xl text-primary animate-spin",children:"progress_activity"})}),(0,s.jsx)("h3",{className:"text-lg font-semibold mb-2",children:"Waiting for Authorization"}),(0,s.jsx)("p",{className:"text-sm text-text-muted mb-4",children:"Complete the authorization in the popup window."}),(0,s.jsx)(l.$n,{variant:"ghost",onClick:()=>m("input"),children:"Popup blocked? Enter URL manually"})]}),"waiting"===d&&g&&v&&(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)("div",{className:"text-center py-4",children:[(0,s.jsx)("p",{className:"text-sm text-text-muted mb-4",children:"Visit the URL below and enter the code:"}),(0,s.jsxs)("div",{className:"bg-sidebar p-4 rounded-lg mb-4",children:[(0,s.jsx)("p",{className:"text-xs text-text-muted mb-1",children:"Verification URL"}),(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[(0,s.jsx)("code",{className:"flex-1 text-sm break-all",children:v.verification_uri}),(0,s.jsx)(l.$n,{size:"sm",variant:"ghost",icon:"verify_url"===C?"check":"content_copy",onClick:()=>z(v.verification_uri,"verify_url")})]})]}),(0,s.jsxs)("div",{className:"bg-primary/10 p-4 rounded-lg",children:[(0,s.jsx)("p",{className:"text-xs text-text-muted mb-1",children:"Your Code"}),(0,s.jsxs)("div",{className:"flex items-center justify-center gap-2",children:[(0,s.jsx)("p",{className:"text-2xl font-mono font-bold text-primary",children:v.user_code}),(0,s.jsx)(l.$n,{size:"sm",variant:"ghost",icon:"user_code"===C?"check":"content_copy",onClick:()=>z(v.user_code,"user_code")})]})]})]}),N&&(0,s.jsxs)("div",{className:"flex items-center justify-center gap-2 text-sm text-text-muted",children:[(0,s.jsx)("span",{className:"material-symbols-outlined animate-spin",children:"progress_activity"}),"Waiting for authorization..."]})]}),"input"===d&&!g&&(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)("div",{className:"space-y-4",children:[(0,s.jsxs)("div",{children:[(0,s.jsx)("p",{className:"text-sm font-medium mb-2",children:"Step 1: Open this URL in your browser"}),(0,s.jsxs)("div",{className:"flex gap-2",children:[(0,s.jsx)(l.pd,{value:(null==x?void 0:x.authUrl)||"",readOnly:!0,className:"flex-1 font-mono text-xs"}),(0,s.jsx)(l.$n,{variant:"secondary",icon:"auth_url"===C?"check":"content_copy",onClick:()=>z(null==x?void 0:x.authUrl,"auth_url"),children:"Copy"})]})]}),(0,s.jsxs)("div",{children:[(0,s.jsx)("p",{className:"text-sm font-medium mb-2",children:"Step 2: Paste the callback URL here"}),(0,s.jsx)("p",{className:"text-xs text-text-muted mb-2",children:"After authorization, copy the full URL from your browser."}),(0,s.jsx)(l.pd,{value:h,onChange:e=>b(e.target.value),placeholder:"".concat(window.location.origin,"/callback?code=..."),className:"font-mono text-xs"})]})]}),(0,s.jsxs)("div",{className:"flex gap-2",children:[(0,s.jsx)(l.$n,{onClick:U,fullWidth:!0,disabled:!h,children:"Connect"}),(0,s.jsx)(l.$n,{onClick:c,variant:"ghost",fullWidth:!0,children:"Cancel"})]})]}),"success"===d&&(0,s.jsxs)("div",{className:"text-center py-6",children:[(0,s.jsx)("div",{className:"size-16 mx-auto mb-4 rounded-full bg-green-100 dark:bg-green-900/30 flex items-center justify-center",children:(0,s.jsx)("span",{className:"material-symbols-outlined text-3xl text-green-600",children:"check_circle"})}),(0,s.jsx)("h3",{className:"text-lg font-semibold mb-2",children:"Connected Successfully!"}),(0,s.jsxs)("p",{className:"text-sm text-text-muted mb-4",children:["Your ",i.name," account has been connected."]}),(0,s.jsx)(l.$n,{onClick:c,fullWidth:!0,children:"Done"})]}),"error"===d&&(0,s.jsxs)("div",{className:"text-center py-6",children:[(0,s.jsx)("div",{className:"size-16 mx-auto mb-4 rounded-full bg-red-100 dark:bg-red-900/30 flex items-center justify-center",children:(0,s.jsx)("span",{className:"material-symbols-outlined text-3xl text-red-600",children:"error"})}),(0,s.jsx)("h3",{className:"text-lg font-semibold mb-2",children:"Connection Failed"}),(0,s.jsx)("p",{className:"text-sm text-red-600 mb-4",children:f}),(0,s.jsxs)("div",{className:"flex gap-2",children:[(0,s.jsx)(l.$n,{onClick:E,variant:"secondary",fullWidth:!0,children:"Try Again"}),(0,s.jsx)(l.$n,{onClick:c,variant:"ghost",fullWidth:!0,children:"Cancel"})]})]})]})}):null}},1620:(e,t,r)=>{r.d(t,{default:()=>c});var s=r(5155),a=r(63),l=r(2619),n=r.n(l),i=r(4244),o=r(4156);function c(e){let{onMenuClick:t,showMenuButton:r=!0}=e,{title:l,description:c,breadcrumbs:d}=(e=>{if(!e)return{title:"",description:"",breadcrumbs:[]};let t=e.match(/\/providers\/([^/]+)$/);if(t){let e=t[1],r=o.zN[e]||o.fg[e];if(r)return{title:r.name,description:"",breadcrumbs:[{label:"Providers",href:"/dashboard/providers"},{label:r.name,image:"/providers/".concat(r.id,".png")}]}}return e.includes("/providers")?{title:"Providers",description:"Manage your AI provider connections",breadcrumbs:[]}:e.includes("/combos")?{title:"Combos",description:"Model combos with fallback",breadcrumbs:[]}:e.includes("/cli-tools")?{title:"CLI Tools",description:"Configure CLI tools",breadcrumbs:[]}:e.includes("/endpoint")?{title:"Endpoint",description:"API endpoint configuration",breadcrumbs:[]}:e.includes("/profile")?{title:"Settings",description:"Manage your preferences",breadcrumbs:[]}:"/dashboard"===e?{title:"Endpoint",description:"API endpoint configuration",breadcrumbs:[]}:{title:"",description:"",breadcrumbs:[]}})((0,a.usePathname)());return(0,s.jsxs)("header",{className:"flex items-center justify-between px-8 py-5 border-b border-border bg-bg/80 backdrop-blur-md z-10 sticky top-0",children:[(0,s.jsx)("div",{className:"flex items-center gap-3 lg:hidden",children:r&&(0,s.jsx)("button",{onClick:t,className:"text-text-main hover:text-primary transition-colors",children:(0,s.jsx)("span",{className:"material-symbols-outlined",children:"menu"})})}),(0,s.jsx)("div",{className:"hidden lg:flex flex-col",children:d.length>0?(0,s.jsx)("div",{className:"flex items-center gap-2",children:d.map((e,t)=>(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[t>0&&(0,s.jsx)("span",{className:"material-symbols-outlined text-text-muted text-base",children:"chevron_right"}),e.href?(0,s.jsx)(n(),{href:e.href,className:"text-text-muted hover:text-primary transition-colors",children:e.label}):(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[e.image&&(0,s.jsx)("img",{src:e.image,alt:e.label,className:"size-7 object-contain rounded",onError:e=>{e.target.style.display="none"}}),(0,s.jsx)("h1",{className:"text-2xl font-semibold text-text-main tracking-tight",children:e.label})]})]},t))}):l?(0,s.jsxs)("div",{children:[(0,s.jsx)("h1",{className:"text-2xl font-semibold text-text-main tracking-tight",children:l}),c&&(0,s.jsx)("p",{className:"text-sm text-text-muted",children:c})]}):null}),(0,s.jsx)("div",{className:"flex items-center gap-3 ml-auto",children:(0,s.jsx)(i.UW,{})})]})}},1980:(e,t,r)=>{r.d(t,{default:()=>l});var s=r(5155),a=r(6319);function l(e){let{src:t,alt:r="Avatar",name:l,size:n="md",className:i}=e,o={xs:"size-6 text-xs",sm:"size-8 text-sm",md:"size-10 text-base",lg:"size-12 text-lg",xl:"size-16 text-xl"};return t?(0,s.jsx)("div",{className:(0,a.cn)("rounded-full bg-cover bg-center bg-no-repeat","ring-2 ring-white dark:ring-surface-dark shadow-sm",o[n],i),style:{backgroundImage:"url(".concat(t,")")},role:"img","aria-label":r}):(0,s.jsx)("div",{className:(0,a.cn)("rounded-full flex items-center justify-center font-semibold text-white","ring-2 ring-white dark:ring-surface-dark shadow-sm",o[n],(e=>{if(!e)return"bg-primary";let t=["bg-red-500","bg-orange-500","bg-amber-500","bg-yellow-500","bg-lime-500","bg-green-500","bg-emerald-500","bg-teal-500","bg-cyan-500","bg-sky-500","bg-blue-500","bg-indigo-500","bg-violet-500","bg-purple-500","bg-fuchsia-500","bg-pink-500","bg-rose-500"],r=e.charCodeAt(0)%t.length;return t[r]})(l),i),role:"img","aria-label":r,children:(e=>{if(!e)return"?";let t=e.split(" ");return t.length>=2?"".concat(t[0][0]).concat(t[1][0]).toUpperCase():e.substring(0,2).toUpperCase()})(l)})}},2411:(e,t,r)=>{r.d(t,{default:()=>l});var s=r(5155),a=r(6319);function l(e){let{label:t,type:r="text",placeholder:l,value:n,onChange:i,error:o,hint:c,icon:d,disabled:m=!1,required:x=!1,className:u,inputClassName:h,...b}=e;return(0,s.jsxs)("div",{className:(0,a.cn)("flex flex-col gap-1.5",u),children:[t&&(0,s.jsxs)("label",{className:"text-sm font-medium text-text-main",children:[t,x&&(0,s.jsx)("span",{className:"text-red-500 ml-1",children:"*"})]}),(0,s.jsxs)("div",{className:"relative",children:[d&&(0,s.jsx)("div",{className:"absolute inset-y-0 left-0 flex items-center pl-3 pointer-events-none text-text-muted",children:(0,s.jsx)("span",{className:"material-symbols-outlined text-[20px]",children:d})}),(0,s.jsx)("input",{type:r,placeholder:l,value:n,onChange:i,disabled:m,className:(0,a.cn)("w-full py-2.5 px-4 text-sm text-text-main","bg-surface border rounded-lg","placeholder-text-muted/60","focus:ring-2 focus:ring-primary/20 focus:border-primary focus:outline-none","transition-all shadow-sm disabled:opacity-50 disabled:cursor-not-allowed","text-[16px] sm:text-sm",d&&"pl-10",o?"border-red-500 focus:border-red-500 focus:ring-red-500/20":"border-border",h),...b})]}),o&&(0,s.jsxs)("p",{className:"text-xs text-red-500 flex items-center gap-1",children:[(0,s.jsx)("span",{className:"material-symbols-outlined text-[14px]",children:"error"}),o]}),c&&!o&&(0,s.jsx)("p",{className:"text-xs text-text-muted",children:c})]})}},2513:(e,t,r)=>{r.d(t,{default:()=>i});var s=r(5155),a=r(6319);let l={primary:"bg-primary text-white hover:bg-primary-hover shadow-warm",secondary:"bg-surface border border-border text-text-main hover:bg-black/5 shadow-sm",outline:"border border-border text-text-main hover:bg-black/5",ghost:"text-text-muted hover:bg-black/5 hover:text-text-main",danger:"bg-red-500 text-white hover:bg-red-600 shadow-sm"},n={sm:"h-8 px-3 text-xs rounded-md",md:"h-10 px-5 text-sm rounded-lg",lg:"h-12 px-8 text-base rounded-xl"};function i(e){let{children:t,variant:r="primary",size:i="md",icon:o,iconRight:c,disabled:d=!1,loading:m=!1,fullWidth:x=!1,className:u,...h}=e;return(0,s.jsxs)("button",{className:(0,a.cn)("inline-flex items-center justify-center gap-2 font-medium transition-all duration-200 cursor-pointer","active:scale-[0.98] disabled:opacity-50 disabled:cursor-not-allowed disabled:active:scale-100",l[r],n[i],x&&"w-full",u),disabled:d||m,...h,children:[m?(0,s.jsx)("span",{className:"material-symbols-outlined animate-spin text-[18px]",children:"progress_activity"}):o?(0,s.jsx)("span",{className:"material-symbols-outlined text-[18px]",children:o}):null,t,c&&!m&&(0,s.jsx)("span",{className:"material-symbols-outlined text-[18px]",children:c})]})}},2694:(e,t,r)=>{r.d(t,{C:()=>a});var s=r(2115);function a(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:2e3,[t,r]=(0,s.useState)(null),a=(0,s.useRef)(null);return{copied:t,copy:(0,s.useCallback)(function(t){let s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"default";navigator.clipboard.writeText(t),r(s),a.current&&clearTimeout(a.current),a.current=setTimeout(()=>{r(null)},e)},[e])}}},2923:(e,t,r)=>{r.d(t,{default:()=>o});var s=r(5155),a=r(2115),l=r(4202),n=r(505),i=r(9608);function o(e){let{isOpen:t,onClose:r,onSelect:o,selectedModel:c,activeProviders:d=[],title:m="Select Model",modelAliases:x={}}=e,[u,h]=(0,a.useState)(""),b=(0,a.useMemo)(()=>{let e={};return(d.length>0?d.map(e=>e.provider):Object.keys(i.Q2)).forEach(t=>{let r=n.Xg[t]||t,s=i.Q2[t]||{name:t,color:"#666"};if(s.passthroughModels){let a=Object.entries(x).filter(e=>{let[,t]=e;return t.startsWith("".concat(r,"/"))}).map(e=>{let[t,s]=e;return{id:s.replace("".concat(r,"/"),""),name:t,value:s}});a.length>0&&(e[t]={name:s.name,alias:r,color:s.color,models:a})}else{let a=(0,n.KC)(t);a.length>0&&(e[t]={name:s.name,alias:r,color:s.color,models:a.map(e=>({id:e.id,name:e.name,value:"".concat(r,"/").concat(e.id)}))})}}),e},[d,x]),f=(0,a.useMemo)(()=>{if(!u.trim())return b;let e=u.toLowerCase(),t={};return Object.entries(b).forEach(r=>{let[s,a]=r,l=a.models.filter(t=>t.name.toLowerCase().includes(e)||t.id.toLowerCase().includes(e)||a.name.toLowerCase().includes(e));l.length>0&&(t[s]={...a,models:l})}),t},[b,u]);return(0,s.jsxs)(l.default,{isOpen:t,onClose:()=>{r(),h("")},title:m,size:"md",className:"!p-4",children:[(0,s.jsx)("div",{className:"mb-3",children:(0,s.jsxs)("div",{className:"relative",children:[(0,s.jsx)("span",{className:"material-symbols-outlined absolute left-2.5 top-1/2 -translate-y-1/2 text-text-muted text-[16px]",children:"search"}),(0,s.jsx)("input",{type:"text",placeholder:"Search...",value:u,onChange:e=>h(e.target.value),className:"w-full pl-8 pr-3 py-1.5 bg-surface border border-border rounded text-xs focus:outline-none focus:ring-1 focus:ring-primary/50"})]})}),(0,s.jsxs)("div",{className:"max-h-[300px] overflow-y-auto space-y-3",children:[Object.entries(f).map(e=>{let[t,a]=e;return(0,s.jsxs)("div",{children:[(0,s.jsxs)("div",{className:"flex items-center gap-1.5 mb-1.5 sticky top-0 bg-surface py-0.5",children:[(0,s.jsx)("div",{className:"w-2 h-2 rounded-full",style:{backgroundColor:a.color}}),(0,s.jsx)("span",{className:"text-xs font-medium text-primary",children:a.name}),(0,s.jsxs)("span",{className:"text-[10px] text-text-muted",children:["(",a.models.length,")"]})]}),(0,s.jsx)("div",{className:"flex flex-wrap gap-1.5",children:a.models.map(e=>{let t=c===e.value;return(0,s.jsx)("button",{onClick:()=>{o(e),r(),h("")},className:"\n px-2 py-1 rounded-xl text-xs font-medium transition-all border hover:cursor-pointer\n ".concat(t?"bg-primary text-white border-primary":"bg-surface border-border text-text-main hover:border-primary/50 hover:bg-primary/5","\n "),children:e.name},e.id)})})]},t)}),0===Object.keys(f).length&&(0,s.jsxs)("div",{className:"text-center py-4 text-text-muted",children:[(0,s.jsx)("span",{className:"material-symbols-outlined text-2xl mb-1 block",children:"search_off"}),(0,s.jsx)("p",{className:"text-xs",children:"No models found"})]})]})]})}},3222:(e,t,r)=>{r.d(t,{default:()=>n});var s=r(5155),a=r(5157),l=r(6319);function n(e){let{className:t,variant:r="default"}=e,{theme:n,toggleTheme:i,isDark:o}=(0,a.D)(),c={default:(0,l.cn)("flex items-center justify-center size-10 rounded-full","text-text-muted","hover:bg-black/5","hover:text-text-main","transition-colors"),card:(0,l.cn)("flex items-center justify-center size-11 rounded-full","bg-surface/60","hover:bg-surface","border border-border","backdrop-blur-md shadow-sm hover:shadow-md","text-text-muted-light hover:text-primary","hover:text-primary","transition-all group")};return(0,s.jsx)("button",{onClick:i,className:(0,l.cn)(c[r],t),"aria-label":"Switch to ".concat(o?"light":"dark"," mode"),title:"Switch to ".concat(o?"light":"dark"," mode"),children:(0,s.jsx)("span",{className:(0,l.cn)("material-symbols-outlined text-[22px]","card"===r&&"transition-transform duration-300 group-hover:rotate-12"),children:o?"light_mode":"dark_mode"})})}},3367:(e,t,r)=>{r.d(t,{CardSkeleton:()=>o,PageLoading:()=>n,Skeleton:()=>i,Spinner:()=>l,default:()=>c});var s=r(5155),a=r(6319);function l(e){let{size:t="md",className:r}=e;return(0,s.jsx)("span",{className:(0,a.cn)("material-symbols-outlined animate-spin text-primary",{sm:"size-4",md:"size-6",lg:"size-8",xl:"size-12"}[t],r),children:"progress_activity"})}function n(e){let{message:t="Loading..."}=e;return(0,s.jsxs)("div",{className:"fixed inset-0 z-50 flex flex-col items-center justify-center bg-bg",children:[(0,s.jsx)(l,{size:"xl"}),(0,s.jsx)("p",{className:"mt-4 text-text-muted",children:t})]})}function i(e){let{className:t,...r}=e;return(0,s.jsx)("div",{className:(0,a.cn)("animate-pulse rounded-lg bg-border",t),...r})}function o(){return(0,s.jsxs)("div",{className:"p-6 rounded-xl border border-border bg-surface",children:[(0,s.jsxs)("div",{className:"flex items-center justify-between mb-4",children:[(0,s.jsx)(i,{className:"h-4 w-24"}),(0,s.jsx)(i,{className:"size-10 rounded-lg"})]}),(0,s.jsx)(i,{className:"h-8 w-16 mb-2"}),(0,s.jsx)(i,{className:"h-3 w-20"})]})}function c(e){let{type:t="spinner",...r}=e;switch(t){case"page":return(0,s.jsx)(n,{...r});case"skeleton":return(0,s.jsx)(i,{...r});case"card":return(0,s.jsx)(o,{...r});default:return(0,s.jsx)(l,{...r})}}},3439:(e,t,r)=>{r.d(t,{default:()=>h});var s=r(5155),a=r(2115),l=r(2619),n=r.n(l),i=r(63),o=r(6319),c=r(4156),d=r(2513),m=r(4202);let x=[{href:"/dashboard/endpoint",label:"Endpoint",icon:"api"},{href:"/dashboard/providers",label:"Providers",icon:"dns"},{href:"/dashboard/combos",label:"Combos",icon:"layers"},{href:"/dashboard/cli-tools",label:"CLI Tools",icon:"terminal"}],u=[{href:"/dashboard/profile",label:"Settings",icon:"settings"}];function h(e){let{onClose:t}=e,r=(0,i.usePathname)(),[l,h]=(0,a.useState)(!1),[b,f]=(0,a.useState)(!1),[p,g]=(0,a.useState)(!1),j=e=>"/dashboard/endpoint"===e?"/dashboard"===r||r.startsWith("/dashboard/endpoint"):r.startsWith(e),v=async()=>{f(!0);try{await fetch("/api/shutdown",{method:"POST"})}catch(e){}f(!1),h(!1),g(!0)};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)("aside",{className:"flex w-72 flex-col border-r border-border bg-sidebar transition-colors duration-300",children:[(0,s.jsx)("div",{className:"p-8",children:(0,s.jsxs)(n(),{href:"/dashboard",className:"flex items-center gap-3",children:[(0,s.jsx)("div",{className:"flex items-center justify-center size-9 rounded bg-gradient-to-br from-[#f97815] to-[#c2590a]",children:(0,s.jsx)("span",{className:"material-symbols-outlined text-white text-[20px]",children:"hub"})}),(0,s.jsx)("h1",{className:"text-lg font-semibold tracking-tight text-text-main",children:c.vQ.name})]})}),(0,s.jsxs)("nav",{className:"flex-1 px-4 py-2 space-y-1 overflow-y-auto custom-scrollbar",children:[x.map(e=>(0,s.jsxs)(n(),{href:e.href,onClick:t,className:(0,o.cn)("flex items-center gap-3 px-4 py-3 rounded-lg transition-all group",j(e.href)?"bg-surface text-primary shadow-sm border border-border":"text-text-muted hover:bg-surface/50 hover:text-text-main"),children:[(0,s.jsx)("span",{className:(0,o.cn)("material-symbols-outlined text-[20px]",j(e.href)?"fill-1":"group-hover:text-primary transition-colors"),children:e.icon}),(0,s.jsx)("span",{className:"text-sm font-medium",children:e.label})]},e.href)),(0,s.jsxs)("div",{className:"pt-6 mt-2",children:[(0,s.jsx)("p",{className:"px-4 text-xs font-semibold text-text-muted/60 uppercase tracking-wider mb-3",children:"System"}),u.map(e=>(0,s.jsxs)(n(),{href:e.href,onClick:t,className:(0,o.cn)("flex items-center gap-3 px-4 py-3 rounded-lg transition-all group",j(e.href)?"bg-surface text-primary shadow-sm border border-border":"text-text-muted hover:bg-surface/50 hover:text-text-main"),children:[(0,s.jsx)("span",{className:"material-symbols-outlined text-[20px] group-hover:text-primary transition-colors",children:e.icon}),(0,s.jsx)("span",{className:"text-sm font-medium",children:e.label})]},e.href))]})]}),(0,s.jsxs)("div",{className:"p-4 border-t border-border",children:[(0,s.jsxs)("div",{className:"flex items-start gap-3 p-3 rounded-xl bg-surface border border-border mb-3",children:[(0,s.jsx)("div",{className:"flex items-center justify-center size-8 rounded-lg bg-blue-500/10 text-blue-500 shrink-0 mt-0.5",children:(0,s.jsx)("span",{className:"material-symbols-outlined text-[18px]",children:"info"})}),(0,s.jsx)("div",{className:"flex flex-col",children:(0,s.jsx)("span",{className:"text-xs font-medium text-text-main leading-relaxed",children:"Service is running in terminal. You can close this web page. Shutdown will stop the service."})})]}),(0,s.jsx)(d.default,{variant:"outline",fullWidth:!0,icon:"power_settings_new",onClick:()=>h(!0),className:"text-red-500 border-red-200 hover:bg-red-50 hover:border-red-300",children:"Shutdown"})]})]}),(0,s.jsx)(m.ConfirmModal,{isOpen:l,onClose:()=>h(!1),onConfirm:v,title:"Close Proxy",message:"Are you sure you want to close the proxy server?",confirmText:"Close",cancelText:"Cancel",variant:"danger",loading:b}),p&&(0,s.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/80 backdrop-blur-sm",children:(0,s.jsxs)("div",{className:"text-center p-8",children:[(0,s.jsx)("div",{className:"flex items-center justify-center size-16 rounded-full bg-red-500/20 text-red-500 mx-auto mb-4",children:(0,s.jsx)("span",{className:"material-symbols-outlined text-[32px]",children:"power_off"})}),(0,s.jsx)("h2",{className:"text-xl font-semibold text-white mb-2",children:"Server Disconnected"}),(0,s.jsx)("p",{className:"text-text-muted mb-6",children:"The proxy server has been stopped."}),(0,s.jsx)(d.default,{variant:"secondary",onClick:()=>window.location.reload(),children:"Reload Page"})]})})]})}},3461:(e,t,r)=>{r.d(t,{default:()=>l});var s=r(5155),a=r(4244);function l(e){let{children:t}=e;return(0,s.jsxs)("div",{className:"min-h-screen flex flex-col relative bg-bg transition-colors duration-500 overflow-x-hidden selection:bg-primary/20 selection:text-primary",children:[(0,s.jsx)("div",{className:"fixed top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-[800px] h-[800px] bg-primary/5 dark:bg-primary/5 rounded-full blur-[100px] pointer-events-none z-0"}),(0,s.jsx)("div",{className:"fixed bottom-0 right-0 w-[600px] h-[600px] bg-orange-200/20 dark:bg-orange-900/10 rounded-full blur-[120px] pointer-events-none z-0 translate-y-1/3 translate-x-1/3"}),(0,s.jsx)("div",{className:"absolute top-6 right-6 z-20",children:(0,s.jsx)(a.UW,{variant:"card"})}),(0,s.jsx)("main",{className:"flex-1 flex flex-col items-center justify-center p-4 sm:p-6 z-10 w-full h-full",children:t})]})}},3876:(e,t,r)=>{r.d(t,{default:()=>i});var s=r(5155),a=r(6319);let l={default:"bg-gray-100 dark:bg-gray-800 text-gray-700 dark:text-gray-300",primary:"bg-primary/10 text-primary",success:"bg-green-50 dark:bg-green-900/20 text-green-700 dark:text-green-400 border border-green-100 dark:border-green-800/30",warning:"bg-yellow-50 dark:bg-yellow-900/20 text-yellow-700 dark:text-yellow-500 border border-yellow-100 dark:border-yellow-800/30",error:"bg-red-50 dark:bg-red-900/20 text-red-700 dark:text-red-400 border border-red-100 dark:border-red-800/30",info:"bg-blue-50 dark:bg-blue-900/20 text-blue-700 dark:text-blue-400 border border-blue-100 dark:border-blue-800/30"},n={sm:"px-2 py-0.5 text-[10px]",md:"px-2.5 py-1 text-xs",lg:"px-3 py-1.5 text-sm"};function i(e){let{children:t,variant:r="default",size:i="md",dot:o=!1,icon:c,className:d}=e;return(0,s.jsxs)("span",{className:(0,a.cn)("inline-flex items-center gap-1.5 rounded-full font-semibold",l[r],n[i],d),children:[o&&(0,s.jsx)("span",{className:(0,a.cn)("size-1.5 rounded-full","success"===r&&"bg-green-500","warning"===r&&"bg-yellow-500","error"===r&&"bg-red-500","info"===r&&"bg-blue-500","primary"===r&&"bg-primary","default"===r&&"bg-gray-500")}),c&&(0,s.jsx)("span",{className:"material-symbols-outlined text-[14px]",children:c}),t]})}},4202:(e,t,r)=>{r.d(t,{ConfirmModal:()=>o,default:()=>i});var s=r(5155),a=r(2115),l=r(6319),n=r(2513);function i(e){let{isOpen:t,onClose:r,title:n,children:i,footer:o,size:c="md",closeOnOverlay:d=!0,showCloseButton:m=!0,className:x}=e;return((0,a.useEffect)(()=>(t?document.body.style.overflow="hidden":document.body.style.overflow="",()=>{document.body.style.overflow=""}),[t]),(0,a.useEffect)(()=>{let e=e=>{"Escape"===e.key&&t&&r()};return document.addEventListener("keydown",e),()=>document.removeEventListener("keydown",e)},[t,r]),t)?(0,s.jsxs)("div",{className:"fixed inset-0 z-50 flex items-center justify-center p-4",children:[(0,s.jsx)("div",{className:"absolute inset-0 bg-black/50 backdrop-blur-sm",onClick:d?r:void 0}),(0,s.jsxs)("div",{className:(0,l.cn)("relative w-full bg-surface","border border-border","rounded-2xl shadow-elevated","animate-in fade-in zoom-in-95 duration-200",{sm:"max-w-sm",md:"max-w-md",lg:"max-w-lg",xl:"max-w-xl",full:"max-w-4xl"}[c],x),children:[(n||m)&&(0,s.jsxs)("div",{className:"flex items-center justify-between p-6 border-b border-border",children:[n&&(0,s.jsx)("h2",{className:"text-lg font-semibold text-text-main",children:n}),m&&(0,s.jsx)("button",{onClick:r,className:"p-1.5 rounded-lg text-text-muted hover:bg-black/5 transition-colors",children:(0,s.jsx)("span",{className:"material-symbols-outlined text-[20px]",children:"close"})})]}),(0,s.jsx)("div",{className:"p-6 max-h-[calc(80vh-140px)] overflow-y-auto",children:i}),o&&(0,s.jsx)("div",{className:"flex items-center justify-end gap-3 p-6 border-t border-border",children:o})]})]}):null}function o(e){let{isOpen:t,onClose:r,onConfirm:a,title:l="Confirm",message:o,confirmText:c="Confirm",cancelText:d="Cancel",variant:m="danger",loading:x=!1}=e;return(0,s.jsx)(i,{isOpen:t,onClose:r,title:l,size:"sm",footer:(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.default,{variant:"ghost",onClick:r,disabled:x,children:d}),(0,s.jsx)(n.default,{variant:m,onClick:a,loading:x,children:c})]}),children:(0,s.jsx)("p",{className:"text-text-muted",children:o})})}},4244:(e,t,r)=>{r.d(t,{Ex:()=>c.default,$n:()=>s.default,Zp:()=>n.default,Qv:()=>o.CardSkeleton,pd:()=>a.default,aF:()=>i.default,rq:()=>u.default,LF:()=>x.default,l6:()=>l.default,UW:()=>m.default,lM:()=>d.default});var s=r(2513),a=r(2411),l=r(7897),n=r(1255),i=r(4202),o=r(3367);r(1980);var c=r(3876),d=r(9957),m=r(3222);r(9955),r(3439),r(1620),r(4486);var x=r(1553),u=r(2923);r(709),r(3461)},4486:(e,t,r)=>{r.d(t,{default:()=>o});var s=r(5155),a=r(2619),l=r.n(a),n=r(4156);let i={product:[{label:"Features",href:"#features"},{label:"Pricing",href:"#pricing"},{label:"Changelog",href:"#"}],resources:[{label:"Documentation",href:"#"},{label:"API Reference",href:"#"},{label:"Help Center",href:"#"}],company:[{label:"About",href:"#"},{label:"Blog",href:"#"},{label:"Contact",href:"#"}]};function o(){return(0,s.jsx)("footer",{className:"bg-bg border-t border-border pt-16 pb-12",children:(0,s.jsxs)("div",{className:"container mx-auto px-4 sm:px-6 lg:px-8",children:[(0,s.jsxs)("div",{className:"grid grid-cols-2 md:grid-cols-4 lg:grid-cols-5 gap-10 mb-12",children:[(0,s.jsxs)("div",{className:"col-span-2 lg:col-span-2",children:[(0,s.jsxs)("div",{className:"flex items-center gap-2 mb-6",children:[(0,s.jsx)("div",{className:"size-6 text-primary",children:(0,s.jsx)("svg",{className:"w-full h-full",fill:"currentColor",viewBox:"0 0 48 48",children:(0,s.jsx)("path",{clipRule:"evenodd",d:"M12.0799 24L4 19.2479L9.95537 8.75216L18.04 13.4961L18.0446 4H29.9554L29.96 13.4961L38.0446 8.75216L44 19.2479L35.92 24L44 28.7521L38.0446 39.2479L29.96 34.5039L29.9554 44H18.0446L18.04 34.5039L9.95537 39.2479L4 28.7521L12.0799 24Z",fillRule:"evenodd"})})}),(0,s.jsx)("span",{className:"text-xl font-bold text-text-main",children:n.vQ.name})]}),(0,s.jsx)("p",{className:"text-text-muted mb-6 max-w-sm font-light",children:"The unified interface for modern AI infrastructure. Secure, observable, and scalable."}),(0,s.jsxs)("div",{className:"flex gap-4",children:[(0,s.jsx)("a",{href:"#",className:"text-gray-400 hover:text-primary transition-colors","aria-label":"Twitter",children:(0,s.jsx)("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 24 24",children:(0,s.jsx)("path",{d:"M22.46 6c-.77.35-1.6.58-2.46.69.88-.53 1.56-1.37 1.88-2.38-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29 0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15 0 1.49.75 2.81 1.91 3.56-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21a4.22 4.22 0 0 1-1.93.07 4.28 4.28 0 0 0 4 2.98 8.521 8.521 0 0 1-5.33 1.84c-.34 0-.68-.02-1.02-.06C3.44 20.29 5.7 21 8.12 21 16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56.84-.6 1.56-1.36 2.14-2.23z"})})}),(0,s.jsx)("a",{href:"#",className:"text-gray-400 hover:text-primary transition-colors","aria-label":"GitHub",children:(0,s.jsx)("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 24 24",children:(0,s.jsx)("path",{d:"M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z"})})})]})]}),(0,s.jsxs)("div",{children:[(0,s.jsx)("h4",{className:"font-semibold text-text-main mb-4",children:"Product"}),(0,s.jsx)("ul",{className:"flex flex-col gap-3 text-sm text-text-muted font-light",children:i.product.map(e=>(0,s.jsx)("li",{children:(0,s.jsx)(l(),{href:e.href,className:"hover:text-primary transition-colors",children:e.label})},e.label))})]}),(0,s.jsxs)("div",{children:[(0,s.jsx)("h4",{className:"font-semibold text-text-main mb-4",children:"Resources"}),(0,s.jsx)("ul",{className:"flex flex-col gap-3 text-sm text-text-muted font-light",children:i.resources.map(e=>(0,s.jsx)("li",{children:(0,s.jsx)(l(),{href:e.href,className:"hover:text-primary transition-colors",children:e.label})},e.label))})]}),(0,s.jsxs)("div",{children:[(0,s.jsx)("h4",{className:"font-semibold text-text-main mb-4",children:"Company"}),(0,s.jsx)("ul",{className:"flex flex-col gap-3 text-sm text-text-muted font-light",children:i.company.map(e=>(0,s.jsx)("li",{children:(0,s.jsx)(l(),{href:e.href,className:"hover:text-primary transition-colors",children:e.label})},e.label))})]})]}),(0,s.jsxs)("div",{className:"border-t border-border pt-8 flex flex-col md:flex-row justify-between items-center gap-4",children:[(0,s.jsxs)("p",{className:"text-sm text-text-muted",children:["\xa9 ",new Date().getFullYear()," ",n.vQ.name," Inc. All rights reserved."]}),(0,s.jsxs)("div",{className:"flex gap-6 text-sm text-text-muted",children:[(0,s.jsx)(l(),{href:"#",className:"hover:text-primary transition-colors",children:"Privacy Policy"}),(0,s.jsx)(l(),{href:"#",className:"hover:text-primary transition-colors",children:"Terms of Service"})]})]})]})})}},5157:(e,t,r)=>{r.d(t,{D:()=>l});var s=r(2115),a=r(1070);function l(){let{theme:e,setTheme:t,toggleTheme:r,initTheme:l}=(0,a.A)();return(0,s.useEffect)(()=>{l();let t=window.matchMedia("(prefers-color-scheme: dark)"),r=()=>{"system"===e&&l()};return t.addEventListener("change",r),()=>t.removeEventListener("change",r)},[e,l]),{theme:e,setTheme:t,toggleTheme:r,isDark:"dark"===e||"system"===e&&window.matchMedia("(prefers-color-scheme: dark)").matches}}},6319:(e,t,r)=>{r.d(t,{cn:()=>s});function s(){for(var e=arguments.length,t=Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.filter(Boolean).join(" ").replace(/\s+/g," ").trim()}},7897:(e,t,r)=>{r.d(t,{default:()=>l});var s=r(5155),a=r(6319);function l(e){let{label:t,options:r=[],value:l,onChange:n,placeholder:i="Select an option",error:o,hint:c,disabled:d=!1,required:m=!1,className:x,selectClassName:u,...h}=e;return(0,s.jsxs)("div",{className:(0,a.cn)("flex flex-col gap-1.5",x),children:[t&&(0,s.jsxs)("label",{className:"text-sm font-medium text-text-main",children:[t,m&&(0,s.jsx)("span",{className:"text-red-500 ml-1",children:"*"})]}),(0,s.jsxs)("div",{className:"relative",children:[(0,s.jsxs)("select",{value:l,onChange:n,disabled:d,className:(0,a.cn)("w-full py-2.5 px-4 pr-10 text-sm text-text-main","bg-surface border rounded-lg appearance-none","focus:ring-2 focus:ring-primary/20 focus:border-primary focus:outline-none","transition-all shadow-sm disabled:opacity-50 disabled:cursor-not-allowed","text-[16px] sm:text-sm",o?"border-red-500 focus:border-red-500 focus:ring-red-500/20":"border-border",u),...h,children:[(0,s.jsx)("option",{value:"",disabled:!0,children:i}),r.map(e=>(0,s.jsx)("option",{value:e.value,children:e.label},e.value))]}),(0,s.jsx)("div",{className:"absolute inset-y-0 right-0 flex items-center pr-3 pointer-events-none text-text-muted",children:(0,s.jsx)("span",{className:"material-symbols-outlined text-[20px]",children:"expand_more"})})]}),o&&(0,s.jsxs)("p",{className:"text-xs text-red-500 flex items-center gap-1",children:[(0,s.jsx)("span",{className:"material-symbols-outlined text-[14px]",children:"error"}),o]}),c&&!o&&(0,s.jsx)("p",{className:"text-xs text-text-muted",children:c})]})}},9957:(e,t,r)=>{r.d(t,{default:()=>l});var s=r(5155),a=r(6319);function l(e){let{checked:t=!1,onChange:r,label:l,description:n,disabled:i=!1,size:o="md",className:c}=e,d={sm:{track:"w-8 h-4",thumb:"size-3",translate:"translate-x-4"},md:{track:"w-11 h-6",thumb:"size-5",translate:"translate-x-5"},lg:{track:"w-14 h-7",thumb:"size-6",translate:"translate-x-7"}};return(0,s.jsxs)("div",{className:(0,a.cn)("flex items-center gap-3",i&&"opacity-50 cursor-not-allowed",c),children:[(0,s.jsx)("button",{type:"button",role:"switch","aria-checked":t,disabled:i,onClick:()=>{!i&&r&&r(!t)},className:(0,a.cn)("relative inline-flex shrink-0 cursor-pointer rounded-full","transition-colors duration-200 ease-in-out","focus:outline-none focus:ring-2 focus:ring-primary/20 focus:ring-offset-2","dark:focus:ring-offset-surface-dark",t?"bg-primary":"bg-border",d[o].track,i&&"cursor-not-allowed"),children:(0,s.jsx)("span",{className:(0,a.cn)("pointer-events-none inline-block rounded-full bg-white shadow-sm","transform transition duration-200 ease-in-out",t?d[o].translate:"translate-x-0.5",d[o].thumb,"mt-0.5")})}),(l||n)&&(0,s.jsxs)("div",{className:"flex flex-col",children:[l&&(0,s.jsx)("span",{className:"text-sm font-medium text-text-main",children:l}),n&&(0,s.jsx)("span",{className:"text-xs text-text-muted",children:n})]})]})}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[5812],{5812:(t,e,o)=>{o.r(e);var n=o(4427),s=o(6775),r=o(6981);(0,n.kz)(s.h.CLAUDE,s.h.OPENAI,function(t,e,o){let n={model:t,messages:[],stream:o};if(e.max_tokens&&(n.max_tokens=(0,r.M)(e)),void 0!==e.temperature&&(n.temperature=e.temperature),e.system){let t=Array.isArray(e.system)?e.system.map(t=>t.text||"").join("\n"):e.system;t&&n.messages.push({role:"system",content:t})}if(e.messages&&Array.isArray(e.messages))for(let t=0;t<e.messages.length;t++){let o=function(t){let e="user"===t.role||"tool"===t.role?"user":"assistant";if("string"==typeof t.content)return{role:e,content:t.content};if(Array.isArray(t.content)){let n=[],s=[],r=[];for(let e of t.content)switch(e.type){case"text":n.push({type:"text",text:e.text});break;case"image":var o;(null==(o=e.source)?void 0:o.type)==="base64"&&n.push({type:"image_url",image_url:{url:"data:".concat(e.source.media_type,";base64,").concat(e.source.data)}});break;case"tool_use":s.push({id:e.id,type:"function",function:{name:e.name,arguments:JSON.stringify(e.input||{})}});break;case"tool_result":let t="";"string"==typeof e.content?t=e.content:Array.isArray(e.content)?t=e.content.filter(t=>"text"===t.type).map(t=>t.text).join("\n")||JSON.stringify(e.content):e.content&&(t=JSON.stringify(e.content)),r.push({role:"tool",tool_call_id:e.tool_use_id,content:t})}if(r.length>0)return n.length>0?[...r,{role:"user",content:1===n.length&&"text"===n[0].type?n[0].text:n}]:r;if(s.length>0){let t={role:"assistant"};return n.length>0&&(t.content=1===n.length&&"text"===n[0].type?n[0].text:n),t.tool_calls=s,t}if(n.length>0)return{role:e,content:1===n.length&&"text"===n[0].type?n[0].text:n};if(0===t.content.length)return{role:e,content:""}}return null}(e.messages[t]);o&&(Array.isArray(o)?n.messages.push(...o):n.messages.push(o))}return function(t){for(let e=0;e<t.length;e++){let o=t[e];if("assistant"===o.role&&o.tool_calls&&o.tool_calls.length>0){let n=o.tool_calls.map(t=>t.id),s=new Set,r=e+1;for(let o=e+1;o<t.length;o++){let e=t[o];if("tool"===e.role&&e.tool_call_id)s.add(e.tool_call_id),r=o+1;else break}let l=n.filter(t=>!s.has(t));if(l.length>0){let o=l.map(t=>({role:"tool",tool_call_id:t,content:"[No response received]"}));t.splice(r,0,...o),e=r+o.length-1}}}}(n.messages),e.tools&&Array.isArray(e.tools)&&(n.tools=e.tools.map(t=>({type:"function",function:{name:t.name,description:t.description,parameters:t.input_schema||{type:"object",properties:{}}}}))),e.tool_choice&&(n.tool_choice=function(t){if(!t)return"auto";if("string"==typeof t)return t;switch(t.type){case"auto":default:return"auto";case"any":return"required";case"tool":return{type:"function",function:{name:t.name}}}}(e.tool_choice)),n},null)},6981:(t,e,o)=>{o.d(e,{M:()=>s});var n=o(9562);function s(t){let e=t.max_tokens||n.Uc;return t.tools&&Array.isArray(t.tools)&&t.tools.length>0&&e<n.eo&&(console.log("[AUTO-ADJUST] max_tokens: ".concat(e," → ").concat(n.eo," (tool calling detected)")),e=n.eo),e}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[6899],{6899:()=>{}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[8456],{8456:(e,t,n)=>{n.r(t);var s=n(4427),o=n(6775);function r(e,t,n){e.reasoningId||(e.reasoningId="rs_".concat(e.responseId,"_").concat(n),e.reasoningIndex=n,t("response.output_item.added",{type:"response.output_item.added",output_index:n,item:{id:e.reasoningId,type:"reasoning",summary:[]}}),t("response.reasoning_summary_part.added",{type:"response.reasoning_summary_part.added",item_id:e.reasoningId,output_index:n,summary_index:0,part:{type:"summary_text",text:""}}),e.reasoningPartAdded=!0)}function d(e,t,n){n&&(e.reasoningBuf+=n,t("response.reasoning_summary_text.delta",{type:"response.reasoning_summary_text.delta",item_id:e.reasoningId,output_index:e.reasoningIndex,summary_index:0,delta:n}))}function i(e,t){e.reasoningId&&!e.reasoningDone&&(e.reasoningDone=!0,t("response.reasoning_summary_text.done",{type:"response.reasoning_summary_text.done",item_id:e.reasoningId,output_index:e.reasoningIndex,summary_index:0,text:e.reasoningBuf}),t("response.reasoning_summary_part.done",{type:"response.reasoning_summary_part.done",item_id:e.reasoningId,output_index:e.reasoningIndex,summary_index:0,part:{type:"summary_text",text:e.reasoningBuf}}),t("response.output_item.done",{type:"response.output_item.done",output_index:e.reasoningIndex,item:{id:e.reasoningId,type:"reasoning",summary:[{type:"summary_text",text:e.reasoningBuf}]}}))}function u(e,t,n){if(e.msgItemAdded[n]&&!e.msgItemDone[n]){e.msgItemDone[n]=!0;let s=e.msgTextBuf[n]||"",o="msg_".concat(e.responseId,"_").concat(n);t("response.output_text.done",{type:"response.output_text.done",item_id:o,output_index:parseInt(n),content_index:0,text:s,logprobs:[]}),t("response.content_part.done",{type:"response.content_part.done",item_id:o,output_index:parseInt(n),content_index:0,part:{type:"output_text",annotations:[],logprobs:[],text:s}}),t("response.output_item.done",{type:"response.output_item.done",output_index:parseInt(n),item:{id:o,type:"message",content:[{type:"output_text",annotations:[],logprobs:[],text:s}],role:"assistant"}})}}function a(e,t,n){let s=e.funcCallIds[n];if(s&&!e.funcItemDone[n]){let o=e.funcArgsBuf[n]||"{}";t("response.function_call_arguments.done",{type:"response.function_call_arguments.done",item_id:"fc_".concat(s),output_index:parseInt(n),arguments:o}),t("response.output_item.done",{type:"response.output_item.done",output_index:parseInt(n),item:{id:"fc_".concat(s),type:"function_call",arguments:o,call_id:s,name:e.funcNames[n]||""}}),e.funcItemDone[n]=!0,e.funcArgsDone[n]=!0}}function p(e,t){e.completedSent||(e.completedSent=!0,t("response.completed",{type:"response.completed",response:{id:e.responseId,object:"response",created_at:e.created,status:"completed",background:!1,error:null}}))}(0,s.kz)(o.h.OPENAI,o.h.OPENAI_RESPONSES,null,function(e,t){var n;if(!e){var s=t;if(s.completedSent)return[];let e=[],n=(t,n)=>{n.sequence_number=++s.seq,e.push({event:t,data:n})};for(let e in s.msgItemAdded)u(s,n,e);for(let e in i(s,n),s.funcCallIds)a(s,n,e);return p(s,n),e}if(!(null==(n=e.choices)?void 0:n.length))return[];let o=[],c=(e,n)=>{n.sequence_number=++t.seq,o.push({event:e,data:n})},_=e.choices[0],m=_.index||0,l=_.delta||{};if(t.started||(t.started=!0,t.responseId=e.id?"resp_".concat(e.id):t.responseId,c("response.created",{type:"response.created",response:{id:t.responseId,object:"response",created_at:t.created,status:"in_progress",background:!1,error:null,output:[]}}),c("response.in_progress",{type:"response.in_progress",response:{id:t.responseId,object:"response",created_at:t.created,status:"in_progress"}})),l.reasoning_content&&(r(t,c,m),d(t,c,l.reasoning_content)),l.content){let e=l.content;if(e.includes("<think>")&&(t.inThinking=!0,e=e.replace("<think>",""),r(t,c,m)),e.includes("</think>")){let n=e.split("</think>"),s=n[0],o=n.slice(1).join("</think>");s&&d(t,c,s),i(t,c),t.inThinking=!1,e=o}if(t.inThinking&&e)return d(t,c,e),o;e&&function(e,t,n,s){if(!e.msgItemAdded[n]){e.msgItemAdded[n]=!0;let s="msg_".concat(e.responseId,"_").concat(n);t("response.output_item.added",{type:"response.output_item.added",output_index:n,item:{id:s,type:"message",content:[],role:"assistant"}})}e.msgContentAdded[n]||(e.msgContentAdded[n]=!0,t("response.content_part.added",{type:"response.content_part.added",item_id:"msg_".concat(e.responseId,"_").concat(n),output_index:n,content_index:0,part:{type:"output_text",annotations:[],logprobs:[],text:""}})),t("response.output_text.delta",{type:"response.output_text.delta",item_id:"msg_".concat(e.responseId,"_").concat(n),output_index:n,content_index:0,delta:s,logprobs:[]}),e.msgTextBuf[n]||(e.msgTextBuf[n]=""),e.msgTextBuf[n]+=s}(t,c,m,e)}if(l.tool_calls)for(let e of(u(t,c,m),l.tool_calls))!function(e,t,n){var s,o,r;let d=null!=(r=n.index)?r:0,i=n.id,u=null==(s=n.function)?void 0:s.name;if(u&&(e.funcNames[d]=u),!e.funcCallIds[d]&&i&&(e.funcCallIds[d]=i,t("response.output_item.added",{type:"response.output_item.added",output_index:d,item:{id:"fc_".concat(i),type:"function_call",arguments:"",call_id:i,name:e.funcNames[d]||""}})),e.funcArgsBuf[d]||(e.funcArgsBuf[d]=""),null==(o=n.function)?void 0:o.arguments){let s=e.funcCallIds[d]||i;s&&t("response.function_call_arguments.delta",{type:"response.function_call_arguments.delta",item_id:"fc_".concat(s),output_index:d,delta:n.function.arguments}),e.funcArgsBuf[d]+=n.function.arguments}}(t,c,e);if(_.finish_reason){for(let e in t.msgItemAdded)u(t,c,e);for(let e in i(t,c),t.funcCallIds)a(t,c,e);p(t,c)}return o})}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[9955],{505:(e,i,n)=>{n.d(i,{Xg:()=>t,vq:()=>a,KC:()=>o}),n(9562);let a={cc:[{id:"claude-opus-4-5-20251101",name:"Claude 4.5 Opus"},{id:"claude-sonnet-4-5-20250929",name:"Claude 4.5 Sonnet"},{id:"claude-haiku-4-5-20251001",name:"Claude 4.5 Haiku"}],cx:[{id:"gpt-5.2-codex",name:"GPT 5.2 Codex"},{id:"gpt-5.2",name:"GPT 5.2"},{id:"gpt-5.1-codex-max",name:"GPT 5.1 Codex Max"},{id:"gpt-5.1-codex",name:"GPT 5.1 Codex"},{id:"gpt-5.1-codex-mini",name:"GPT 5.1 Codex Mini"},{id:"gpt-5.1",name:"GPT 5.1"},{id:"gpt-5-codex",name:"GPT 5 Codex"},{id:"gpt-5-codex-mini",name:"GPT 5 Codex Mini"}],gc:[{id:"gemini-3-flash-preview",name:"Gemini 3 Flash Preview"},{id:"gemini-3-pro-preview",name:"Gemini 3 Pro Preview"},{id:"gemini-2.5-pro",name:"Gemini 2.5 Pro"},{id:"gemini-2.5-flash",name:"Gemini 2.5 Flash"},{id:"gemini-2.5-flash-lite",name:"Gemini 2.5 Flash Lite"}],qw:[{id:"qwen3-coder-plus",name:"Qwen3 Coder Plus"},{id:"qwen3-coder-flash",name:"Qwen3 Coder Flash"},{id:"vision-model",name:"Qwen3 Vision Model"}],if:[{id:"qwen3-coder-plus",name:"Qwen3 Coder Plus"},{id:"kimi-k2",name:"Kimi K2"},{id:"kimi-k2-thinking",name:"Kimi K2 Thinking"},{id:"deepseek-r1",name:"DeepSeek R1"},{id:"deepseek-v3.2-chat",name:"DeepSeek V3.2 Chat"},{id:"deepseek-v3.2-reasoner",name:"DeepSeek V3.2 Reasoner"},{id:"minimax-m2",name:"MiniMax M2"},{id:"glm-4.6",name:"GLM 4.6"},{id:"glm-4.7",name:"GLM 4.7"}],ag:[{id:"gemini-3-pro-low",name:"Gemini 3 Pro Low"},{id:"gemini-3-pro-high",name:"Gemini 3 Pro High"},{id:"gemini-3-flash",name:"Gemini 3 Flash"},{id:"gemini-2.5-flash",name:"Gemini 2.5 Flash"},{id:"claude-sonnet-4-5",name:"Claude Sonnet 4.5 "},{id:"claude-sonnet-4-5-thinking",name:"Claude Sonnet 4.5 Thinking"},{id:"claude-opus-4-5-thinking",name:"Claude Opus 4.5"}],gh:[{id:"gpt-5",name:"GPT-5"},{id:"gpt-5-mini",name:"GPT-5 Mini"},{id:"gpt-5.1-codex",name:"GPT-5.1 Codex"},{id:"gpt-5.1-codex-max",name:"GPT-5.1 Codex Max"},{id:"gpt-4.1",name:"GPT-4.1"},{id:"claude-4.5-sonnet",name:"Claude 4.5 Sonnet"},{id:"claude-4.5-opus",name:"Claude 4.5 Opus"},{id:"claude-4.5-haiku",name:"Claude 4.5 Haiku"},{id:"gemini-3-pro",name:"Gemini 3 Pro"},{id:"gemini-3-flash",name:"Gemini 3 Flash"},{id:"gemini-2.5-pro",name:"Gemini 2.5 Pro"},{id:"grok-code-fast-1",name:"Grok Code Fast 1"}],openai:[{id:"gpt-4o",name:"GPT-4o"},{id:"gpt-4o-mini",name:"GPT-4o Mini"},{id:"gpt-4-turbo",name:"GPT-4 Turbo"},{id:"o1",name:"O1"},{id:"o1-mini",name:"O1 Mini"}],anthropic:[{id:"claude-sonnet-4-20250514",name:"Claude Sonnet 4"},{id:"claude-opus-4-20250514",name:"Claude Opus 4"},{id:"claude-3-5-sonnet-20241022",name:"Claude 3.5 Sonnet"}],gemini:[{id:"gemini-3-pro-preview",name:"Gemini 3 Pro Preview"},{id:"gemini-2.5-pro",name:"Gemini 2.5 Pro"},{id:"gemini-2.5-flash",name:"Gemini 2.5 Flash"},{id:"gemini-2.5-flash-lite",name:"Gemini 2.5 Flash Lite"}],openrouter:[{id:"auto",name:"Auto (Best Available)"}],glm:[{id:"glm-4.7",name:"GLM 4.7"},{id:"glm-4.6",name:"GLM 4.6"},{id:"glm-4.6v",name:"GLM 4.6V (Vision)"}],kimi:[{id:"kimi-latest",name:"Kimi Latest"}],minimax:[{id:"MiniMax-M2.1",name:"MiniMax M2.1"}]},t={claude:"cc",codex:"cx","gemini-cli":"gc",qwen:"qw",iflow:"if",antigravity:"ag",github:"gh",openai:"openai",anthropic:"anthropic",gemini:"gemini",openrouter:"openrouter",glm:"glm",kimi:"kimi",minimax:"minimax"};function o(e){return a[t[e]||e]||[]}n(6775),n(4427),n(6562),n(3971);var r,l,s=n(5704);void 0!==s&&(null==(r=s.versions)||r.node),void 0!==s&&(null==(l=s.env)||l.ENABLE_REQUEST_LOGS),Object.entries(n(9608).Q2).filter(e=>{let[,i]=e;return i.passthroughModels}).map(e=>{let[i]=e;return i}),Object.entries(a).flatMap(e=>{let[i,n]=e;return n.map(e=>({provider:i,model:e.id,name:e.name}))})},1070:(e,i,n)=>{n.d(i,{A:()=>l});var a=n(5959),t=n(9863),o=n(4156);function r(e){let i=document.documentElement,n=window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light";"dark"===("system"===e?n:e)?i.classList.add("dark"):i.classList.remove("dark")}let l=(0,a.v)((0,t.Zr)((e,i)=>({theme:o.B2.defaultTheme,setTheme:i=>{e({theme:i}),r(i)},toggleTheme:()=>{let n="dark"===i().theme?"light":"dark";e({theme:n}),r(n)},initTheme:()=>{r(i().theme)}}),{name:o.B2.storageKey}))},3971:(e,i,n)=>{n.d(i,{refreshCopilotToken:()=>o,refreshGitHubToken:()=>t});var a=n(9562);async function t(e,i){var n,t;let o=await fetch(a.NA.github.token,{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded",Accept:"application/json"},body:new URLSearchParams({grant_type:"refresh_token",refresh_token:e,client_id:a.xq.github.clientId,client_secret:a.xq.github.clientSecret})});if(!o.ok){let e=await o.text();return null==i||null==(t=i.error)||t.call(i,"TOKEN_REFRESH","Failed to refresh GitHub token",{status:o.status,error:e}),null}let r=await o.json();return null==i||null==(n=i.info)||n.call(i,"TOKEN_REFRESH","Successfully refreshed GitHub token",{hasNewAccessToken:!!r.access_token,hasNewRefreshToken:!!r.refresh_token,expiresIn:r.expires_in}),{accessToken:r.access_token,refreshToken:r.refresh_token||e,expiresIn:r.expires_in}}async function o(e,i){var n,a,t;try{let t=await fetch("https://api.github.com/copilot_internal/v2/token",{headers:{Authorization:"Bearer ".concat(e),"User-Agent":"GitHub-Copilot/1.0",Accept:"*/*"}});if(!t.ok){let e=await t.text();return null==i||null==(a=i.error)||a.call(i,"TOKEN_REFRESH","Failed to refresh Copilot token",{status:t.status,error:e}),null}let o=await t.json();return null==i||null==(n=i.info)||n.call(i,"TOKEN_REFRESH","Successfully refreshed Copilot token",{hasToken:!!o.token,expiresAt:o.expires_at}),{token:o.token,expiresAt:o.expires_at}}catch(e){return null==i||null==(t=i.error)||t.call(i,"TOKEN_REFRESH","Error refreshing Copilot token",{error:e.message}),null}}},4156:(e,i,n)=>{n.d(i,{B2:()=>o,MA:()=>a.MA,Q2:()=>a.Q2,fg:()=>a.fg,vQ:()=>t,zN:()=>a.zN});var a=n(9608);n(505);let t={name:"Endpoint Proxy",description:"AI Infrastructure Management",version:"1.0.0"},o={storageKey:"theme",defaultTheme:"system"}},4427:(e,i,n)=>{n.d(i,{kz:()=>o}),n(6775),n(6562);let a=new Map,t=new Map;function o(e,i,n,o){let r="".concat(e,":").concat(i);n&&a.set(r,n),o&&t.set(r,o)}},6562:(e,i,n)=>{n(9562)},6775:(e,i,n)=>{n.d(i,{h:()=>a});let a={OPENAI:"openai",OPENAI_RESPONSES:"openai-responses",OPENAI_RESPONSE:"openai-response",CLAUDE:"claude",GEMINI:"gemini",GEMINI_CLI:"gemini-cli",CODEX:"codex",ANTIGRAVITY:"antigravity"}},9562:(e,i,n)=>{n.d(i,{Co:()=>t,NA:()=>o,Uc:()=>r,eo:()=>l,xq:()=>a});let a={claude:{baseUrl:"https://api.anthropic.com/v1/messages",format:"claude",headers:{"Anthropic-Version":"2023-06-01","Anthropic-Beta":"claude-code-20250219,oauth-2025-04-20,interleaved-thinking-2025-05-14,fine-grained-tool-streaming-2025-05-14,context-management-2025-06-27","Anthropic-Dangerous-Direct-Browser-Access":"true","User-Agent":"claude-cli/1.0.83 (external, cli)","X-App":"cli","X-Stainless-Helper-Method":"stream","X-Stainless-Retry-Count":"0","X-Stainless-Runtime-Version":"v24.3.0","X-Stainless-Package-Version":"0.55.1","X-Stainless-Runtime":"node","X-Stainless-Lang":"js","X-Stainless-Arch":"arm64","X-Stainless-Os":"MacOS","X-Stainless-Timeout":"60"},clientId:"9d1c250a-e61b-44d9-88ed-5944d1962f5e",tokenUrl:"https://console.anthropic.com/v1/oauth/token"},gemini:{baseUrl:"https://generativelanguage.googleapis.com/v1beta/models",format:"gemini",clientId:"681255809395-oo8ft2oprdrnp9e3aqf6av3hmdib135j.apps.googleusercontent.com",clientSecret:"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"},"gemini-cli":{baseUrl:"https://cloudcode-pa.googleapis.com/v1internal",format:"gemini-cli",clientId:"681255809395-oo8ft2oprdrnp9e3aqf6av3hmdib135j.apps.googleusercontent.com",clientSecret:"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"},codex:{baseUrl:"https://chatgpt.com/backend-api/codex/responses",format:"codex",headers:{Version:"0.21.0","Openai-Beta":"responses=experimental","User-Agent":"codex_cli_rs/0.50.0 (Mac OS 26.0.1; arm64)"},clientId:"app_EMoamEEZ73f0CkXaXp7hrann",clientSecret:"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",tokenUrl:"https://auth.openai.com/oauth/token"},qwen:{baseUrl:"https://portal.qwen.ai/v1/chat/completions",format:"openai",headers:{"User-Agent":"google-api-nodejs-client/9.15.1","X-Goog-Api-Client":"gl-node/22.17.0"},clientId:"f0304373b74a44d2b584a3fb70ca9e56",tokenUrl:"https://chat.qwen.ai/api/v1/oauth2/token",authUrl:"https://chat.qwen.ai/api/v1/oauth2/device/code"},iflow:{baseUrl:"https://apis.iflow.cn/v1/chat/completions",format:"openai",headers:{"User-Agent":"iFlow-Cli"},clientId:"10009311001",clientSecret:"4Z3YjXycVsQvyGF1etiNlIBB4RsqSDtW",tokenUrl:"https://iflow.cn/oauth/token",authUrl:"https://iflow.cn/oauth"},antigravity:{baseUrls:["https://daily-cloudcode-pa.sandbox.googleapis.com","https://cloudcode-pa.googleapis.com"],format:"antigravity",headers:{"User-Agent":"antigravity/1.11.5 windows/amd64"},clientId:"1071006060591-tmhssin2h21lcre235vtolojh4g403ep.apps.googleusercontent.com",clientSecret:"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"},openrouter:{baseUrl:"https://openrouter.ai/api/v1/chat/completions",format:"openai",headers:{"HTTP-Referer":"https://endpoint-proxy.local","X-Title":"Endpoint Proxy"}},openai:{baseUrl:"https://api.openai.com/v1/chat/completions",format:"openai"},glm:{baseUrl:"https://api.z.ai/api/anthropic/v1/messages",format:"claude",headers:{"Anthropic-Version":"2023-06-01","Anthropic-Beta":"claude-code-20250219,interleaved-thinking-2025-05-14"}},kimi:{baseUrl:"https://api.kimi.com/coding/v1/messages",format:"claude",headers:{"Anthropic-Version":"2023-06-01","Anthropic-Beta":"claude-code-20250219,interleaved-thinking-2025-05-14"}},minimax:{baseUrl:"https://api.minimax.io/anthropic/v1/messages",format:"claude",headers:{"Anthropic-Version":"2023-06-01","Anthropic-Beta":"claude-code-20250219,interleaved-thinking-2025-05-14"}},github:{baseUrl:"https://api.githubcopilot.com/chat/completions",format:"openai",headers:{"copilot-integration-id":"vscode-chat","editor-version":"vscode/1.107.1","editor-plugin-version":"copilot-chat/0.26.7","user-agent":"GitHubCopilotChat/0.26.7","openai-intent":"conversation-panel","x-github-api-version":"2025-04-01","x-vscode-user-agent-library-version":"electron-fetch","X-Initiator":"user",Accept:"application/json","Content-Type":"application/json"}}},t="You are Claude Code, Anthropic's official CLI for Claude.",o={google:{token:"https://oauth2.googleapis.com/token",auth:"https://accounts.google.com/o/oauth2/auth"},openai:{token:"https://auth.openai.com/oauth/token",auth:"https://auth.openai.com/oauth/authorize"},anthropic:{token:"https://console.anthropic.com/v1/oauth/token",auth:"https://console.anthropic.com/v1/oauth/authorize"},qwen:{token:"https://chat.qwen.ai/api/v1/oauth2/token",auth:"https://chat.qwen.ai/api/v1/oauth2/device/code"},iflow:{token:"https://iflow.cn/oauth/token",auth:"https://iflow.cn/oauth"},github:{token:"https://github.com/login/oauth/access_token",auth:"https://github.com/login/oauth/authorize",deviceCode:"https://github.com/login/device/code"}},r=64e3,l=32e3},9608:(e,i,n)=>{n.d(i,{MA:()=>r,Q2:()=>o,fg:()=>t,wG:()=>l,zN:()=>a});let a={claude:{id:"claude",alias:"cc",name:"Claude Code",icon:"smart_toy",color:"#D97757"},antigravity:{id:"antigravity",alias:"ag",name:"Antigravity",icon:"rocket_launch",color:"#F59E0B"},codex:{id:"codex",alias:"cx",name:"OpenAI Codex",icon:"code",color:"#3B82F6"},iflow:{id:"iflow",alias:"if",name:"iFlow AI",icon:"water_drop",color:"#6366F1"},qwen:{id:"qwen",alias:"qw",name:"Qwen Code",icon:"psychology",color:"#10B981"},"gemini-cli":{id:"gemini-cli",alias:"gc",name:"Gemini CLI",icon:"terminal",color:"#4285F4"},github:{id:"github",alias:"gh",name:"GitHub Copilot",icon:"code",color:"#333333"}},t={openrouter:{id:"openrouter",alias:"openrouter",name:"OpenRouter",icon:"router",color:"#6366F1",textIcon:"OR",passthroughModels:!0},glm:{id:"glm",alias:"glm",name:"GLM Coding",icon:"code",color:"#2563EB",textIcon:"GL"},kimi:{id:"kimi",alias:"kimi",name:"Kimi Coding",icon:"psychology",color:"#1E3A8A",textIcon:"KM"},minimax:{id:"minimax",alias:"minimax",name:"Minimax Coding",icon:"memory",color:"#7C3AED",textIcon:"MM"},openai:{id:"openai",alias:"openai",name:"OpenAI",icon:"auto_awesome",color:"#10A37F",textIcon:"OA"},anthropic:{id:"anthropic",alias:"anthropic",name:"Anthropic",icon:"smart_toy",color:"#D97757",textIcon:"AN"},gemini:{id:"gemini",alias:"gemini",name:"Gemini",icon:"diamond",color:"#4285F4",textIcon:"GE"}},o={...a,...t},r={oauth:{id:"oauth",name:"OAuth",icon:"lock"},apikey:{id:"apikey",name:"API Key",icon:"key"}};function l(e){let i=o[e];return(null==i?void 0:i.alias)||e}Object.values(o).reduce((e,i)=>(e[i.alias]=i.id,e),{}),Object.values(o).reduce((e,i)=>(e[i.id]=i.alias,e),{})},9955:(e,i,n)=>{n.d(i,{ThemeProvider:()=>r});var a=n(5155),t=n(2115),o=n(1070);function r(e){let{children:i}=e,{initTheme:n}=(0,o.A)();return(0,t.useEffect)(()=>{n()},[n]),(0,a.jsx)(a.Fragment,{children:i})}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2326],{2016:(e,t,s)=>{Promise.resolve().then(s.bind(s,6445))},6445:(e,t,s)=>{"use strict";s.d(t,{default:()=>p});var l=s(5155),a=s(2115),r=s(4244);let o={claude:{id:"claude",name:"Claude Code",icon:"terminal",color:"#D97757",description:"Anthropic Claude Code CLI",configType:"env",envVars:{baseUrl:"ANTHROPIC_BASE_URL",model:"ANTHROPIC_MODEL",opusModel:"ANTHROPIC_DEFAULT_OPUS_MODEL",sonnetModel:"ANTHROPIC_DEFAULT_SONNET_MODEL",haikuModel:"ANTHROPIC_DEFAULT_HAIKU_MODEL"},modelAliases:["default","sonnet","opus","haiku","opusplan"],settingsFile:"~/.claude/settings.json",defaultModels:[{id:"opus",name:"Claude Opus",alias:"opus",envKey:"ANTHROPIC_DEFAULT_OPUS_MODEL",defaultValue:"cc/claude-opus-4-5-20251101"},{id:"sonnet",name:"Claude Sonnet",alias:"sonnet",envKey:"ANTHROPIC_DEFAULT_SONNET_MODEL",defaultValue:"cc/claude-sonnet-4-5-20250929"},{id:"haiku",name:"Claude Haiku",alias:"haiku",envKey:"ANTHROPIC_DEFAULT_HAIKU_MODEL",defaultValue:"cc/claude-haiku-4-5-20251001"}]},codex:{id:"codex",name:"OpenAI Codex CLI",image:"/providers/codex.png",color:"#10A37F",description:"OpenAI Codex CLI",configType:"custom"},cursor:{id:"cursor",name:"Cursor",image:"/providers/cursor.png",color:"#000000",description:"Cursor AI Code Editor",configType:"guide",requiresCloud:!0,notes:[{type:"warning",text:"Requires Cursor Pro account to use this feature."},{type:"cloudCheck",text:"Cursor routes requests through its own server, so local endpoint is not supported. Please enable Cloud Endpoint in Settings."}],guideSteps:[{step:1,title:"Open Settings",desc:"Go to Settings → Models"},{step:2,title:"Enable OpenAI API",desc:'Enable "OpenAI API key" option'},{step:3,title:"Base URL",value:"{{baseUrl}}/v1",copyable:!0},{step:4,title:"API Key",type:"apiKeySelector"},{step:5,title:"Add Custom Model",desc:'Click "View All Model" → "Add Custom Model"'},{step:6,title:"Select Model",type:"modelSelector"}]},cline:{id:"cline",name:"CLINE",image:"/providers/cline.png",color:"#00D1B2",description:"CLINE AI Assistant",configType:"guide",guideSteps:[{step:1,title:"Open Settings",desc:"Go to CLINE Settings panel"},{step:2,title:"Select Provider",desc:"Choose API Provider → Ollama"},{step:3,title:"Base URL",value:"{{baseUrl}}",copyable:!0},{step:4,title:"API Key",type:"apiKeySelector"},{step:5,title:"Select Model",type:"modelSelector"}]},roo:{id:"roo",name:"Roo",image:"/providers/roo.png",color:"#FF6B6B",description:"Roo AI Assistant",configType:"guide",guideSteps:[{step:1,title:"Open Settings",desc:"Go to Roo Settings panel"},{step:2,title:"Select Provider",desc:"Choose API Provider → Ollama"},{step:3,title:"Base URL",value:"{{baseUrl}}",copyable:!0},{step:4,title:"API Key",type:"apiKeySelector"},{step:5,title:"Select Model",type:"modelSelector"}]},continue:{id:"continue",name:"Continue",image:"/providers/continue.png",color:"#7C3AED",description:"Continue AI Assistant",configType:"guide",guideSteps:[{step:1,title:"Open Config",desc:"Open Continue configuration file"},{step:2,title:"API Key",type:"apiKeySelector"},{step:3,title:"Select Model",type:"modelSelector"},{step:4,title:"Add Model Config",desc:"Add the following configuration to your models array:"}],codeBlock:{language:"json",code:'{\n "apiBase": "{{baseUrl}}",\n "title": "{{model}}",\n "model": "{{model}}",\n "provider": "openai",\n "apiKey": "{{apiKey}}"\n}'}}};var n=s(505),i=s(5239);let c="https://9router.com";function d(e){let{tool:t,isExpanded:s,onToggle:o,activeProviders:n,modelMappings:d,onModelMappingChange:x,baseUrl:m,hasActiveProviders:u,apiKeys:p,cloudEnabled:h}=e,[g,y]=(0,a.useState)(null),[f,b]=(0,a.useState)(!1),[j,v]=(0,a.useState)(!1),[N,k]=(0,a.useState)(!1),[C,w]=(0,a.useState)(null),[S,_]=(0,a.useState)(!1),[A,E]=(0,a.useState)(!1),[O,I]=(0,a.useState)(null),[P,T]=(0,a.useState)(""),[L,K]=(0,a.useState)(!1),[M,R]=(0,a.useState)({}),U=(()=>{var e,t;if(!(null==g?void 0:g.installed))return null;let s=null==(t=g.settings)||null==(e=t.env)?void 0:e.ANTHROPIC_BASE_URL;if(!s)return"not_configured";let l=s.includes("localhost")||s.includes("127.0.0.1"),a=h&&c&&s.startsWith(c);return l||a?"configured":"other"})();(0,a.useEffect)(()=>{(null==p?void 0:p.length)>0&&!P&&T(p[0].key)},[p]),(0,a.useEffect)(()=>{s&&!g&&(D(),H())},[s]);let H=async()=>{try{let e=await fetch("/api/models/alias"),t=await e.json();e.ok&&R(t.aliases||{})}catch(e){console.log("Error fetching model aliases:",e)}};(0,a.useEffect)(()=>{if(null==g?void 0:g.installed){var e;let s=(null==(e=g.settings)?void 0:e.env)||{};t.defaultModels.forEach(e=>{if(e.envKey){let t=s[e.envKey]||e.defaultValue||"";t&&x(e.alias,t)}});let l=s.ANTHROPIC_AUTH_TOKEN;l&&(null==p?void 0:p.some(e=>e.key===l))&&T(l)}},[g,p]);let D=async()=>{b(!0);try{let e=await fetch("/api/cli-tools/claude-settings"),t=await e.json();y(t)}catch(e){y({installed:!1,error:e.message})}finally{b(!1)}},F=async()=>{v(!0),w(null);try{let e={ANTHROPIC_BASE_URL:m},s=(null==P?void 0:P.trim())||((null==p?void 0:p.length)>0?p[0].key:null)||(h?null:"sk_9router");s&&(e.ANTHROPIC_AUTH_TOKEN=s),t.defaultModels.forEach(t=>{let s=d[t.alias];s&&t.envKey&&(e[t.envKey]=s)});let l=await fetch("/api/cli-tools/claude-settings",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({env:e})}),a=await l.json();l.ok?(w({type:"success",text:"Settings applied successfully!"}),y(t=>({...t,hasBackup:!0,settings:{...null==t?void 0:t.settings,env:e}}))):w({type:"error",text:a.error||"Failed to apply settings"})}catch(e){w({type:"error",text:e.message})}finally{v(!1)}},z=async()=>{k(!0),w(null);try{let e=await fetch("/api/cli-tools/claude-settings",{method:"DELETE"}),s=await e.json();e.ok?(w({type:"success",text:"Settings reset successfully!"}),t.defaultModels.forEach(e=>x(e.alias,e.defaultValue||"")),T("")):w({type:"error",text:s.error||"Failed to reset settings"})}catch(e){w({type:"error",text:e.message})}finally{k(!1)}},B=()=>{let e={ANTHROPIC_BASE_URL:m,ANTHROPIC_AUTH_TOKEN:P&&P.trim()?P:h?"<API_KEY_FROM_DASHBOARD>":"sk_9router"};return t.defaultModels.forEach(t=>{let s=d[t.alias];s&&t.envKey&&(e[t.envKey]=s)}),JSON.stringify({env:e},null,2)},$=async e=>{try{await navigator.clipboard.writeText(e),K(!0),setTimeout(()=>K(!1),2e3)}catch(e){console.log("Failed to copy:",e)}};return(0,l.jsxs)(r.Zp,{className:"overflow-hidden",children:[(0,l.jsxs)("div",{className:"flex items-center justify-between hover:cursor-pointer",onClick:o,children:[(0,l.jsxs)("div",{className:"flex items-center gap-4",children:[(0,l.jsx)("div",{className:"size-12 rounded-xl flex items-center justify-center",style:{backgroundColor:"".concat(t.color,"15")},children:(0,l.jsx)(i.default,{src:"/providers/claude.png",alt:t.name,width:32,height:32,className:"size-8 object-contain rounded-lg",onError:e=>{e.target.style.display="none"}})}),(0,l.jsxs)("div",{children:[(0,l.jsxs)("div",{className:"flex items-center gap-2",children:[(0,l.jsx)("h3",{className:"font-semibold text-lg",children:t.name}),"configured"===U&&(0,l.jsx)("span",{className:"px-2 py-0.5 text-xs font-medium bg-green-500/10 text-green-600 dark:text-green-400 rounded-full",children:"Connected"}),"not_configured"===U&&(0,l.jsx)("span",{className:"px-2 py-0.5 text-xs font-medium bg-yellow-500/10 text-yellow-600 dark:text-yellow-400 rounded-full",children:"Not configured"}),"other"===U&&(0,l.jsx)("span",{className:"px-2 py-0.5 text-xs font-medium bg-blue-500/10 text-blue-600 dark:text-blue-400 rounded-full",children:"Other endpoint"})]}),(0,l.jsx)("p",{className:"text-sm text-text-muted",children:t.description})]})]}),(0,l.jsx)("span",{className:"material-symbols-outlined text-text-muted transition-transform ".concat(s?"rotate-180":""),children:"expand_more"})]}),s&&(0,l.jsxs)("div",{className:"mt-4 pt-4 border-t border-border flex flex-col gap-4",children:[f&&(0,l.jsxs)("div",{className:"flex items-center gap-2 text-text-muted",children:[(0,l.jsx)("span",{className:"material-symbols-outlined animate-spin",children:"progress_activity"}),(0,l.jsx)("span",{children:"Checking Claude CLI..."})]}),!f&&g&&!g.installed&&(0,l.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,l.jsxs)("div",{className:"flex items-center gap-3 p-4 bg-yellow-500/10 border border-yellow-500/30 rounded-lg",children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-yellow-500",children:"warning"}),(0,l.jsxs)("div",{className:"flex-1",children:[(0,l.jsx)("p",{className:"font-medium text-yellow-600 dark:text-yellow-400",children:"Claude CLI not installed"}),(0,l.jsx)("p",{className:"text-sm text-text-muted",children:"Please install Claude CLI to use this feature."})]}),(0,l.jsxs)(r.$n,{variant:"outline",size:"sm",onClick:()=>_(!S),children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-[18px] mr-1",children:S?"expand_less":"help"}),S?"Hide":"How to Install"]})]}),S&&(0,l.jsxs)("div",{className:"p-4 bg-surface border border-border rounded-lg",children:[(0,l.jsx)("h4",{className:"font-medium mb-3",children:"Installation Guide"}),(0,l.jsxs)("div",{className:"space-y-3 text-sm",children:[(0,l.jsxs)("div",{children:[(0,l.jsx)("p",{className:"text-text-muted mb-1",children:"macOS / Linux / Windows:"}),(0,l.jsx)("code",{className:"block px-3 py-2 bg-black/5 dark:bg-white/5 rounded font-mono text-xs",children:"npm install -g @anthropic-ai/claude-code"})]}),(0,l.jsxs)("p",{className:"text-text-muted",children:["After installation, run ",(0,l.jsx)("code",{className:"px-1 bg-black/5 dark:bg-white/5 rounded",children:"claude"})," to verify."]})]})]})]}),!f&&(null==g?void 0:g.installed)&&(0,l.jsxs)(l.Fragment,{children:[(0,l.jsxs)("div",{className:"flex items-center gap-2",children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-green-500 text-[16px]",children:"check_circle"}),(0,l.jsx)("span",{className:"text-xs text-text-muted shrink-0",children:"URL:"}),(0,l.jsx)("code",{className:"text-xs font-mono text-text-main truncate",children:m})]}),(0,l.jsxs)("div",{className:"flex items-center gap-2",children:[(0,l.jsx)("span",{className:"text-xs text-text-muted shrink-0",children:"Key:"}),p.length>0?(0,l.jsx)("select",{value:P,onChange:e=>T(e.target.value),className:"flex-1 px-2 py-1.5 bg-surface rounded text-xs border border-border focus:outline-none focus:ring-1 focus:ring-primary/50",children:p.map(e=>(0,l.jsx)("option",{value:e.key,children:e.key},e.id))}):(0,l.jsx)("span",{className:"text-xs text-text-muted",children:h?"No API keys - Create one in Keys page":"sk_9router"})]}),(0,l.jsx)("div",{className:"flex flex-col gap-2",children:t.defaultModels.map(e=>(0,l.jsxs)("div",{className:"flex items-center gap-2",children:[(0,l.jsx)("span",{className:"w-32 shrink-0 text-sm font-semibold text-text-main text-right",children:e.name}),(0,l.jsx)("span",{className:"material-symbols-outlined text-text-muted text-[14px]",children:"arrow_forward"}),(0,l.jsx)("input",{type:"text",value:d[e.alias]||"",onChange:t=>x(e.alias,t.target.value),placeholder:"provider/model-id",className:"flex-1 px-2 py-1.5 bg-surface rounded border border-border text-xs focus:outline-none focus:ring-1 focus:ring-primary/50"}),(0,l.jsx)("button",{onClick:()=>{I(e.alias),E(!0)},disabled:!u,className:"px-2 py-1.5 rounded border text-xs transition-colors shrink-0 whitespace-nowrap ".concat(u?"bg-surface border-border text-text-main hover:border-primary cursor-pointer":"opacity-50 cursor-not-allowed border-border"),children:"Select Model"}),d[e.alias]&&(0,l.jsx)("button",{onClick:()=>x(e.alias,""),className:"p-1 text-text-muted hover:text-red-500 rounded transition-colors",title:"Clear",children:(0,l.jsx)("span",{className:"material-symbols-outlined text-[14px]",children:"close"})})]},e.alias))}),C&&(0,l.jsxs)("div",{className:"flex items-center gap-2 px-2 py-1.5 rounded text-xs ".concat("success"===C.type?"bg-green-500/10 text-green-600":"bg-red-500/10 text-red-600"),children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-[14px]",children:"success"===C.type?"check_circle":"error"}),(0,l.jsx)("span",{children:C.text})]}),(0,l.jsxs)("div",{className:"flex items-center gap-2",children:[(0,l.jsxs)(r.$n,{variant:"primary",size:"sm",onClick:F,disabled:!u,loading:j,children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-[14px] mr-1",children:"save"}),"Apply"]}),(0,l.jsxs)(r.$n,{variant:"outline",size:"sm",onClick:z,disabled:!(null==g?void 0:g.has9Router),loading:N,children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-[14px] mr-1",children:"restore"}),"Reset"]}),(0,l.jsx)(r.$n,{variant:"ghost",size:"sm",onClick:D,children:(0,l.jsx)("span",{className:"material-symbols-outlined text-[14px]",children:"refresh"})})]}),(0,l.jsxs)("div",{className:"pt-4 border-t border-border flex flex-col gap-3",children:[(0,l.jsx)("p",{className:"text-xs text-text-muted",children:"Or copy config manually:"}),(0,l.jsxs)("div",{className:"flex flex-col gap-2",children:[(0,l.jsxs)("div",{className:"flex items-center justify-between",children:[(0,l.jsx)("span",{className:"text-xs font-medium text-text-main",children:"~/.claude/settings.json"}),(0,l.jsxs)(r.$n,{variant:"ghost",size:"sm",onClick:()=>$(B()),children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-[14px] mr-1",children:L?"check":"content_copy"}),L?"Copied!":"Copy"]})]}),(0,l.jsx)("pre",{className:"px-3 py-2 bg-black/5 dark:bg-white/5 rounded font-mono text-xs overflow-x-auto whitespace-pre-wrap break-all max-h-40 overflow-y-auto",children:B()})]})]})]})]}),(0,l.jsx)(r.rq,{isOpen:A,onClose:()=>E(!1),onSelect:e=>{O&&x(O,e.value)},selectedModel:O?d[O]:null,activeProviders:n,modelAliases:M,title:"Select model for ".concat(O)})]})}function x(e){let{tool:t,isExpanded:s,onToggle:o,baseUrl:n,apiKeys:c,activeProviders:d,cloudEnabled:x}=e,[m,u]=(0,a.useState)(null),[p,h]=(0,a.useState)(!1),[g,y]=(0,a.useState)(!1),[f,b]=(0,a.useState)(!1),[j,v]=(0,a.useState)(null),[N,k]=(0,a.useState)(!1),[C,w]=(0,a.useState)(""),[S,_]=(0,a.useState)(""),[A,E]=(0,a.useState)(!1),[O,I]=(0,a.useState)(!1),[P,T]=(0,a.useState)({});(0,a.useEffect)(()=>{(null==c?void 0:c.length)>0&&!C&&w(c[0].key)},[c]),(0,a.useEffect)(()=>{s&&!m&&(M(),L())},[s]);let L=async()=>{try{let e=await fetch("/api/models/alias"),t=await e.json();e.ok&&T(t.aliases||{})}catch(e){console.log("Error fetching model aliases:",e)}};(0,a.useEffect)(()=>{if(null==m?void 0:m.config){let e=m.config.match(/^model\s*=\s*"([^"]+)"/m);e&&_(e[1])}},[m]);let K=(null==m?void 0:m.installed)?m.config?m.config.includes(n)||m.config.includes("localhost")||m.config.includes("127.0.0.1")?"configured":"other":"not_configured":null,M=async()=>{h(!0);try{let e=await fetch("/api/cli-tools/codex-settings"),t=await e.json();u(t)}catch(e){u({installed:!1,error:e.message})}finally{h(!1)}},R=async()=>{y(!0),v(null);try{let e=C&&C.trim()||x?C:"sk_9router",t=await fetch("/api/cli-tools/codex-settings",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({baseUrl:n,apiKey:e,model:S})}),s=await t.json();t.ok?(v({type:"success",text:"Settings applied successfully!"}),M()):v({type:"error",text:s.error||"Failed to apply settings"})}catch(e){v({type:"error",text:e.message})}finally{y(!1)}},U=async()=>{b(!0),v(null);try{let e=await fetch("/api/cli-tools/codex-settings",{method:"DELETE"}),t=await e.json();e.ok?(v({type:"success",text:"Settings reset successfully!"}),_(""),M()):v({type:"error",text:t.error||"Failed to reset settings"})}catch(e){v({type:"error",text:e.message})}finally{b(!1)}},H='# 9Router Configuration for Codex CLI\nmodel = "'.concat(S,'"\nmodel_provider = "9router"\n\n[model_providers.9router]\nname = "9Router"\nbase_url = "').concat(n,'/v1"\nwire_api = "responses"\n'),D=JSON.stringify({OPENAI_API_KEY:C&&C.trim()?C:x?"<API_KEY_FROM_DASHBOARD>":"sk_9router"},null,2),F=async e=>{try{await navigator.clipboard.writeText(e),E(!0),setTimeout(()=>E(!1),2e3)}catch(e){console.log("Failed to copy:",e)}};return(0,l.jsxs)(r.Zp,{className:"overflow-hidden",children:[(0,l.jsxs)("div",{className:"flex items-center justify-between hover:cursor-pointer",onClick:o,children:[(0,l.jsxs)("div",{className:"flex items-center gap-4",children:[(0,l.jsx)("div",{className:"size-12 rounded-xl flex items-center justify-center",style:{backgroundColor:"".concat(t.color,"15")},children:(0,l.jsx)(i.default,{src:"/providers/codex.png",alt:t.name,width:32,height:32,className:"size-8 object-contain rounded-lg",onError:e=>{e.target.style.display="none"}})}),(0,l.jsxs)("div",{children:[(0,l.jsxs)("div",{className:"flex items-center gap-2",children:[(0,l.jsx)("h3",{className:"font-semibold text-lg",children:t.name}),"configured"===K&&(0,l.jsx)("span",{className:"px-2 py-0.5 text-xs font-medium bg-green-500/10 text-green-600 dark:text-green-400 rounded-full",children:"Connected"}),"not_configured"===K&&(0,l.jsx)("span",{className:"px-2 py-0.5 text-xs font-medium bg-yellow-500/10 text-yellow-600 dark:text-yellow-400 rounded-full",children:"Not configured"}),"other"===K&&(0,l.jsx)("span",{className:"px-2 py-0.5 text-xs font-medium bg-blue-500/10 text-blue-600 dark:text-blue-400 rounded-full",children:"Other endpoint"})]}),(0,l.jsx)("p",{className:"text-sm text-text-muted",children:t.description})]})]}),(0,l.jsx)("span",{className:"material-symbols-outlined text-text-muted transition-transform ".concat(s?"rotate-180":""),children:"expand_more"})]}),s&&(0,l.jsxs)("div",{className:"mt-4 pt-4 border-t border-border flex flex-col gap-4",children:[p&&(0,l.jsxs)("div",{className:"flex items-center gap-2 text-text-muted",children:[(0,l.jsx)("span",{className:"material-symbols-outlined animate-spin",children:"progress_activity"}),(0,l.jsx)("span",{children:"Checking Codex CLI..."})]}),!p&&m&&!m.installed&&(0,l.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,l.jsxs)("div",{className:"flex items-center gap-3 p-4 bg-yellow-500/10 border border-yellow-500/30 rounded-lg",children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-yellow-500",children:"warning"}),(0,l.jsxs)("div",{className:"flex-1",children:[(0,l.jsx)("p",{className:"font-medium text-yellow-600 dark:text-yellow-400",children:"Codex CLI not installed"}),(0,l.jsx)("p",{className:"text-sm text-text-muted",children:"Please install Codex CLI to use auto-apply feature."})]}),(0,l.jsxs)(r.$n,{variant:"outline",size:"sm",onClick:()=>k(!N),children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-[18px] mr-1",children:N?"expand_less":"help"}),N?"Hide":"How to Install"]})]}),N&&(0,l.jsxs)("div",{className:"p-4 bg-surface border border-border rounded-lg",children:[(0,l.jsx)("h4",{className:"font-medium mb-3",children:"Installation Guide"}),(0,l.jsxs)("div",{className:"space-y-3 text-sm",children:[(0,l.jsxs)("div",{children:[(0,l.jsx)("p",{className:"text-text-muted mb-1",children:"macOS / Linux / Windows:"}),(0,l.jsx)("code",{className:"block px-3 py-2 bg-black/5 dark:bg-white/5 rounded font-mono text-xs",children:"npm install -g @openai/codex"})]}),(0,l.jsxs)("p",{className:"text-text-muted",children:["After installation, run ",(0,l.jsx)("code",{className:"px-1 bg-black/5 dark:bg-white/5 rounded",children:"codex"})," to verify."]}),(0,l.jsx)("div",{className:"pt-2 border-t border-border",children:(0,l.jsxs)("p",{className:"text-text-muted text-xs",children:["Codex uses ",(0,l.jsx)("code",{className:"px-1 bg-black/5 dark:bg-white/5 rounded",children:"~/.codex/auth.json"})," with ",(0,l.jsx)("code",{className:"px-1 bg-black/5 dark:bg-white/5 rounded",children:"OPENAI_API_KEY"}),'. Click "Apply" to auto-configure.']})})]})]})]}),!p&&(null==m?void 0:m.installed)&&(0,l.jsxs)(l.Fragment,{children:[(0,l.jsxs)("div",{className:"flex items-center gap-2",children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-green-500 text-[16px]",children:"check_circle"}),(0,l.jsx)("span",{className:"text-xs text-text-muted shrink-0",children:"URL:"}),(0,l.jsxs)("code",{className:"text-xs font-mono text-text-main truncate",children:[n,"/v1"]})]}),(0,l.jsxs)("div",{className:"flex items-center gap-2",children:[(0,l.jsx)("span",{className:"text-xs text-text-muted shrink-0",children:"Key:"}),c.length>0?(0,l.jsx)("select",{value:C,onChange:e=>w(e.target.value),className:"flex-1 px-2 py-1.5 bg-surface rounded text-xs border border-border focus:outline-none focus:ring-1 focus:ring-primary/50",children:c.map(e=>(0,l.jsx)("option",{value:e.key,children:e.key},e.id))}):(0,l.jsx)("span",{className:"text-xs text-text-muted",children:x?"No API keys - Create one in Keys page":"sk_9router"})]}),(0,l.jsxs)("div",{className:"flex items-center gap-2",children:[(0,l.jsx)("span",{className:"w-16 shrink-0 text-sm font-semibold text-text-main text-right",children:"Model"}),(0,l.jsx)("span",{className:"material-symbols-outlined text-text-muted text-[14px]",children:"arrow_forward"}),(0,l.jsx)("input",{type:"text",value:S,onChange:e=>_(e.target.value),placeholder:"provider/model-id",className:"flex-1 px-2 py-1.5 bg-surface rounded border border-border text-xs focus:outline-none focus:ring-1 focus:ring-primary/50"}),(0,l.jsx)("button",{onClick:()=>I(!0),disabled:!(null==d?void 0:d.length),className:"px-2 py-1.5 rounded border text-xs transition-colors shrink-0 whitespace-nowrap ".concat((null==d?void 0:d.length)?"bg-surface border-border text-text-main hover:border-primary cursor-pointer":"opacity-50 cursor-not-allowed border-border"),children:"Select Model"}),S&&(0,l.jsx)("button",{onClick:()=>_(""),className:"p-1 text-text-muted hover:text-red-500 rounded transition-colors",title:"Clear",children:(0,l.jsx)("span",{className:"material-symbols-outlined text-[14px]",children:"close"})})]}),j&&(0,l.jsxs)("div",{className:"flex items-center gap-2 px-2 py-1.5 rounded text-xs ".concat("success"===j.type?"bg-green-500/10 text-green-600":"bg-red-500/10 text-red-600"),children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-[14px]",children:"success"===j.type?"check_circle":"error"}),(0,l.jsx)("span",{children:j.text})]}),(0,l.jsxs)("div",{className:"flex items-center gap-2",children:[(0,l.jsxs)(r.$n,{variant:"primary",size:"sm",onClick:R,disabled:!C||!S,loading:g,children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-[14px] mr-1",children:"save"}),"Apply"]}),(0,l.jsxs)(r.$n,{variant:"outline",size:"sm",onClick:U,disabled:!m.has9Router,loading:f,children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-[14px] mr-1",children:"restore"}),"Reset"]}),(0,l.jsx)(r.$n,{variant:"ghost",size:"sm",onClick:M,children:(0,l.jsx)("span",{className:"material-symbols-outlined text-[14px]",children:"refresh"})})]})]}),(0,l.jsxs)("div",{className:"pt-4 border-t border-border flex flex-col gap-3",children:[(0,l.jsx)("p",{className:"text-xs text-text-muted",children:"Or copy config manually:"}),(0,l.jsxs)("div",{className:"flex flex-col gap-2",children:[(0,l.jsxs)("div",{className:"flex items-center justify-between",children:[(0,l.jsx)("span",{className:"text-xs font-medium text-text-main",children:"~/.codex/config.toml"}),(0,l.jsxs)(r.$n,{variant:"ghost",size:"sm",onClick:()=>F(H),children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-[14px] mr-1",children:A?"check":"content_copy"}),A?"Copied!":"Copy"]})]}),(0,l.jsx)("pre",{className:"px-3 py-2 bg-black/5 dark:bg-white/5 rounded font-mono text-xs overflow-x-auto whitespace-pre-wrap break-all max-h-32 overflow-y-auto",children:H})]}),(0,l.jsxs)("div",{className:"flex flex-col gap-2",children:[(0,l.jsxs)("div",{className:"flex items-center justify-between",children:[(0,l.jsx)("span",{className:"text-xs font-medium text-text-main",children:"~/.codex/auth.json"}),(0,l.jsxs)(r.$n,{variant:"ghost",size:"sm",onClick:()=>F(D),children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-[14px] mr-1",children:A?"check":"content_copy"}),A?"Copied!":"Copy"]})]}),(0,l.jsx)("pre",{className:"px-3 py-2 bg-black/5 dark:bg-white/5 rounded font-mono text-xs overflow-x-auto whitespace-pre-wrap break-all max-h-32 overflow-y-auto",children:D})]})]})]}),(0,l.jsx)(r.rq,{isOpen:O,onClose:()=>I(!1),onSelect:e=>{_(e.value),I(!1)},selectedModel:S,activeProviders:d,modelAliases:P,title:"Select Model for Codex"})]})}function m(e){let{toolId:t,tool:s,isExpanded:o,onToggle:n,baseUrl:c,apiKeys:d,activeProviders:x=[],cloudEnabled:m=!1}=e,[u,p]=(0,a.useState)(null),[h,g]=(0,a.useState)(!1),[y,f]=(0,a.useState)(""),[b,j]=(0,a.useState)(()=>(null==d?void 0:d.length)>0?d[0].key:""),v=e=>{let t=b&&b.trim()?b:m?"your-api-key":"sk_9router";return e.replace(/\{\{baseUrl\}\}/g,c||"http://localhost:3000").replace(/\{\{apiKey\}\}/g,t).replace(/\{\{model\}\}/g,y||"provider/model-id")},N=async(e,t)=>{await navigator.clipboard.writeText(v(e)),p(t),setTimeout(()=>p(null),2e3)},k=x.length>0,C=()=>!s.requiresCloud||!!m;return(0,l.jsxs)(r.Zp,{className:"overflow-hidden",children:[(0,l.jsxs)("div",{className:"flex items-center justify-between hover:cursor-pointer",onClick:n,children:[(0,l.jsxs)("div",{className:"flex items-center gap-4",children:[(0,l.jsx)("div",{className:"size-12 rounded-xl flex items-center justify-center",style:{backgroundColor:"".concat(s.color,"15")},children:s.image?(0,l.jsx)(i.default,{src:s.image,alt:s.name,width:32,height:32,className:"size-8 object-contain rounded-lg",onError:e=>{e.target.style.display="none"}}):s.icon?(0,l.jsx)("span",{className:"material-symbols-outlined text-2xl",style:{color:s.color},children:s.icon}):(0,l.jsx)(i.default,{src:"/providers/".concat(t,".png"),alt:s.name,width:32,height:32,className:"size-8 object-contain rounded-lg",onError:e=>{e.target.style.display="none"}})}),(0,l.jsxs)("div",{children:[(0,l.jsx)("h3",{className:"font-semibold text-lg",children:s.name}),(0,l.jsx)("p",{className:"text-sm text-text-muted",children:s.description})]})]}),(0,l.jsx)("span",{className:"material-symbols-outlined text-text-muted transition-transform ".concat(o?"rotate-180":""),children:"expand_more"})]}),o&&(0,l.jsx)("div",{className:"mt-6 pt-6 border-t border-border",children:s.guideSteps?(0,l.jsxs)("div",{className:"flex flex-col gap-4",children:[s.notes&&0!==s.notes.length?(0,l.jsx)("div",{className:"flex flex-col gap-2 mb-4",children:s.notes.map((e,t)=>{if("cloudCheck"===e.type&&m)return null;let s="warning"===e.type,a="cloudCheck"===e.type&&!m,r="bg-blue-500/10 border-blue-500/30",o="text-blue-600 dark:text-blue-400",n="text-blue-500",i="info";return s?(r="bg-yellow-500/10 border-yellow-500/30",o="text-yellow-600 dark:text-yellow-400",n="text-yellow-500",i="warning"):a&&(r="bg-red-500/10 border-red-500/30",o="text-red-600 dark:text-red-400",n="text-red-500",i="error"),(0,l.jsxs)("div",{className:"flex items-start gap-3 p-3 rounded-lg border ".concat(r),children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-lg ".concat(n),children:i}),(0,l.jsx)("p",{className:"text-sm ".concat(o),children:e.text})]},t)})}):null,C()&&s.guideSteps.map(e=>(0,l.jsxs)("div",{className:"flex items-start gap-4",children:[(0,l.jsx)("div",{className:"size-8 rounded-full flex items-center justify-center shrink-0 text-sm font-semibold text-white",style:{backgroundColor:s.color},children:e.step}),(0,l.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,l.jsx)("p",{className:"font-medium text-text",children:e.title}),e.desc&&(0,l.jsx)("p",{className:"text-sm text-text-muted mt-0.5",children:e.desc}),"apiKeySelector"===e.type&&(0,l.jsx)("div",{className:"mt-2 flex items-center gap-2",children:d&&d.length>0?(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)("select",{value:b,onChange:e=>j(e.target.value),className:"flex-1 px-3 py-2 bg-bg-secondary rounded-lg text-sm border border-border focus:outline-none focus:ring-1 focus:ring-primary/50",children:d.map(e=>(0,l.jsx)("option",{value:e.key,children:e.key},e.id))}),(0,l.jsx)("button",{onClick:()=>N(b,"apiKey"),className:"shrink-0 px-3 py-2 bg-bg-secondary hover:bg-bg-tertiary rounded-lg border border-border transition-colors",children:(0,l.jsx)("span",{className:"material-symbols-outlined text-lg",children:"apiKey"===u?"check":"content_copy"})})]}):(0,l.jsx)("span",{className:"text-sm text-text-muted",children:m?"No API keys - Create one in Keys page":"sk_9router"})}),"modelSelector"===e.type&&(0,l.jsxs)("div",{className:"mt-2 flex items-center gap-2",children:[(0,l.jsx)("input",{type:"text",value:y,onChange:e=>f(e.target.value),placeholder:"provider/model-id",className:"flex-1 px-3 py-2 bg-bg-secondary rounded-lg text-sm border border-border focus:outline-none focus:ring-1 focus:ring-primary/50"}),(0,l.jsx)("button",{onClick:()=>g(!0),disabled:!k,className:"shrink-0 px-3 py-2 rounded-lg border text-sm transition-colors ".concat(k?"bg-bg-secondary border-border text-text-main hover:border-primary cursor-pointer":"opacity-50 cursor-not-allowed border-border"),children:"Select Model"}),y&&(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)("button",{onClick:()=>N(y,"model"),className:"shrink-0 px-3 py-2 bg-bg-secondary hover:bg-bg-tertiary rounded-lg border border-border transition-colors",children:(0,l.jsx)("span",{className:"material-symbols-outlined text-lg",children:"model"===u?"check":"content_copy"})}),(0,l.jsx)("button",{onClick:()=>f(""),className:"p-2 text-text-muted hover:text-red-500 rounded transition-colors",title:"Clear",children:(0,l.jsx)("span",{className:"material-symbols-outlined text-lg",children:"close"})})]})]}),e.value&&(0,l.jsxs)("div",{className:"mt-2 flex items-center gap-2",children:[(0,l.jsx)("code",{className:"flex-1 px-3 py-2 bg-bg-secondary rounded-lg text-sm font-mono border border-border truncate",children:v(e.value)}),e.copyable&&(0,l.jsx)("button",{onClick:()=>N(e.value,"".concat(e.step,"-").concat(e.title)),className:"shrink-0 px-3 py-2 bg-bg-secondary hover:bg-bg-tertiary rounded-lg border border-border transition-colors",children:(0,l.jsx)("span",{className:"material-symbols-outlined text-lg",children:u==="".concat(e.step,"-").concat(e.title)?"check":"content_copy"})})]})]})]},e.step)),C()&&s.codeBlock&&(0,l.jsxs)("div",{className:"mt-2",children:[(0,l.jsxs)("div",{className:"flex items-center justify-between mb-2",children:[(0,l.jsx)("span",{className:"text-xs text-text-muted uppercase tracking-wide",children:s.codeBlock.language}),(0,l.jsxs)("button",{onClick:()=>N(s.codeBlock.code,"codeblock"),className:"flex items-center gap-1 px-2 py-1 text-xs bg-bg-secondary hover:bg-bg-tertiary rounded border border-border transition-colors",children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-sm",children:"codeblock"===u?"check":"content_copy"}),"codeblock"===u?"Copied!":"Copy"]})]}),(0,l.jsx)("pre",{className:"p-4 bg-bg-secondary rounded-lg border border-border overflow-x-auto",children:(0,l.jsx)("code",{className:"text-sm font-mono whitespace-pre",children:v(s.codeBlock.code)})})]})]}):(0,l.jsx)("p",{className:"text-text-muted text-sm",children:"Coming soon..."})}),(0,l.jsx)(r.rq,{isOpen:h,onClose:()=>g(!1),onSelect:e=>{f(e.value)},selectedModel:y,activeProviders:x,title:"Select Model"})]})}let u="https://9router.com";function p(e){let{machineId:t}=e,[s,i]=(0,a.useState)([]),[c,p]=(0,a.useState)(!0),[h,g]=(0,a.useState)(null),[y,f]=(0,a.useState)({}),[b,j]=(0,a.useState)(!1),[v,N]=(0,a.useState)([]);(0,a.useEffect)(()=>{w(),k(),C()},[]);let k=async()=>{try{let e=await fetch("/api/settings");if(e.ok){let t=await e.json();j(t.cloudEnabled||!1)}}catch(e){console.log("Error loading cloud settings:",e)}},C=async()=>{try{let e=await fetch("/api/keys");if(e.ok){let t=await e.json();N(t.keys||[])}}catch(e){console.log("Error fetching API keys:",e)}},w=async()=>{try{let e=await fetch("/api/providers"),t=await e.json();e.ok&&i(t.connections||[])}catch(e){console.log("Error fetching connections:",e)}finally{p(!1)}},S=()=>s.filter(e=>!1!==e.isActive);if(c)return(0,l.jsx)("div",{className:"flex flex-col gap-6",children:(0,l.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,l.jsx)(r.Qv,{}),(0,l.jsx)(r.Qv,{}),(0,l.jsx)(r.Qv,{})]})});let _=(()=>{let e=S(),t=[],s=new Set;return e.forEach(e=>{let l=n.Xg[e.provider]||e.provider;(0,n.KC)(e.provider).forEach(a=>{let r="".concat(l,"/").concat(a.id);s.has(r)||(s.add(r),t.push({value:r,label:"".concat(l,"/").concat(a.id),provider:e.provider,alias:l,connectionName:e.name,modelId:a.id}))})}),0===t.length&&Object.entries(n.vq).forEach(e=>{let[s,l]=e;l.forEach(e=>{let l="".concat(s,"/").concat(e.id);t.push({value:l,label:"".concat(s,"/").concat(e.id),provider:s,alias:s,connectionName:s,modelId:e.id})})}),t})().length>0;return(0,l.jsxs)("div",{className:"flex flex-col gap-6",children:[!_&&(0,l.jsx)(r.Zp,{className:"border-yellow-500/50 bg-yellow-500/5",children:(0,l.jsxs)("div",{className:"flex items-center gap-3",children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-yellow-500",children:"warning"}),(0,l.jsxs)("div",{children:[(0,l.jsx)("p",{className:"font-medium text-yellow-600 dark:text-yellow-400",children:"No active providers"}),(0,l.jsx)("p",{className:"text-sm text-text-muted",children:"Please add and connect providers first to configure CLI tools."})]})]})}),(0,l.jsx)("div",{className:"flex flex-col gap-4",children:Object.entries(o).map(e=>{let[t,s]=e,a={tool:s,isExpanded:h===t,onToggle:()=>g(h===t?null:t),baseUrl:b&&u?u:window.location.origin,apiKeys:v};switch(t){case"claude":return(0,l.jsx)(d,{...a,activeProviders:S(),modelMappings:y[t]||{},onModelMappingChange:(e,s)=>{f(l=>({...l,[t]:{...l[t],[e]:s}}))},hasActiveProviders:_,cloudEnabled:b},t);case"codex":return(0,l.jsx)(x,{...a,activeProviders:S(),cloudEnabled:b},t);default:return(0,l.jsx)(m,{toolId:t,...a,activeProviders:S(),cloudEnabled:b},t)}})})]})}}},e=>{e.O(0,[1760,5239,9955,4244,8441,1255,7358],()=>e(e.s=2016)),_N_E=e.O()}]);
|
package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-60e73b7047f9e428.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2134],{2397:(e,t,s)=>{Promise.resolve().then(s.bind(s,5259))},5259:(e,t,s)=>{"use strict";s.r(t),s.d(t,{default:()=>x});var a=s(5155),l=s(2115),r=s(63),i=s(2619),n=s.n(i);s(5239);var o=s(4244),c=s(9608),d=s(505);s(4156);var m=s(2694);function x(){let e=(0,r.useParams)().id,[t,s]=(0,l.useState)([]),[i,x]=(0,l.useState)(!0),[h,y]=(0,l.useState)(!1),[b,g]=(0,l.useState)(!1),[N,C]=(0,l.useState)(!1),[w,k]=(0,l.useState)(null),[S,E]=(0,l.useState)({}),{copied:A,copy:O}=(0,m.C)(),P=c.zN[e]||c.fg[e],T=!!c.zN[e],D=(0,d.KC)(e),I=(0,c.wG)(e);(0,l.useEffect)(()=>{U(),K()},[e]);let K=async()=>{try{let e=await fetch("/api/models/alias"),t=await e.json();e.ok&&E(t.aliases||{})}catch(e){console.log("Error fetching aliases:",e)}},_=async(e,t)=>{let s="".concat(I,"/").concat(e);try{let e=await fetch("/api/models/alias",{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify({model:s,alias:t})});if(e.ok)await K();else{let t=await e.json();alert(t.error||"Failed to set alias")}}catch(e){console.log("Error setting alias:",e)}},M=async e=>{try{(await fetch("/api/models/alias?alias=".concat(encodeURIComponent(e)),{method:"DELETE"})).ok&&await K()}catch(e){console.log("Error deleting alias:",e)}},U=async()=>{try{let t=await fetch("/api/providers"),a=await t.json();if(t.ok){let t=(a.connections||[]).filter(t=>t.provider===e);s(t)}}catch(e){console.log("Error fetching connections:",e)}finally{x(!1)}},L=async e=>{if(confirm("Delete this connection?"))try{(await fetch("/api/providers/".concat(e),{method:"DELETE"})).ok&&s(t.filter(t=>t.id!==e))}catch(e){console.log("Error deleting connection:",e)}},$=async t=>{try{(await fetch("/api/providers",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({provider:e,...t})})).ok&&(await U(),g(!1))}catch(e){console.log("Error saving connection:",e)}},z=async e=>{try{(await fetch("/api/providers/".concat(w.id),{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)})).ok&&(await U(),C(!1))}catch(e){console.log("Error updating connection:",e)}},F=async(e,t)=>{if(e&&t)try{await Promise.all([fetch("/api/providers/".concat(e.id),{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify({priority:t.priority})}),fetch("/api/providers/".concat(t.id),{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify({priority:e.priority})})]),await U()}catch(e){console.log("Error swapping priority:",e)}};return P?i?(0,a.jsxs)("div",{className:"flex flex-col gap-8",children:[(0,a.jsx)(o.Qv,{}),(0,a.jsx)(o.Qv,{})]}):(0,a.jsxs)("div",{className:"flex flex-col gap-8",children:[(0,a.jsxs)("div",{children:[(0,a.jsxs)(n(),{href:"/dashboard/providers",className:"inline-flex items-center gap-1 text-sm text-text-muted hover:text-primary transition-colors mb-4",children:[(0,a.jsx)("span",{className:"material-symbols-outlined text-lg",children:"arrow_back"}),"Back to Providers"]}),(0,a.jsxs)("div",{className:"flex items-center gap-4",children:[(0,a.jsx)("div",{className:"rounded-lg flex items-center justify-center",style:{backgroundColor:"".concat(P.color,"15")},children:(0,a.jsx)("img",{src:"/providers/".concat(P.id,".png"),alt:P.name,className:"size-12 object-contain rounded-lg",onError:e=>{e.target.style.display="none"}})}),(0,a.jsxs)("div",{children:[(0,a.jsx)("h1",{className:"text-3xl font-semibold tracking-tight",children:P.name}),(0,a.jsxs)("p",{className:"text-text-muted",children:[t.length," connection",1!==t.length?"s":""]})]})]})]}),(0,a.jsxs)(o.Zp,{children:[(0,a.jsxs)("div",{className:"flex items-center justify-between mb-4",children:[(0,a.jsx)("h2",{className:"text-lg font-semibold",children:"Connections"}),(0,a.jsx)(o.$n,{size:"sm",icon:"add",onClick:()=>T?y(!0):g(!0),children:"Add"})]}),0===t.length?(0,a.jsxs)("div",{className:"text-center py-8",children:[(0,a.jsx)("span",{className:"material-symbols-outlined text-4xl text-text-muted mb-2",children:T?"lock":"key"}),(0,a.jsx)("p",{className:"text-sm text-text-muted",children:"No connections yet"})]}):(0,a.jsx)("div",{className:"flex flex-col gap-2",children:t.sort((e,t)=>(e.priority||0)-(t.priority||0)).map((e,s)=>(0,a.jsx)(f,{connection:e,isOAuth:T,isFirst:0===s,isLast:s===t.length-1,onMoveUp:()=>F(e,t[s-1]),onMoveDown:()=>F(e,t[s+1]),onEdit:()=>{k(e),C(!0)},onDelete:()=>L(e.id)},e.id))})]}),(0,a.jsxs)(o.Zp,{children:[(0,a.jsx)("h2",{className:"text-lg font-semibold mb-4",children:P.passthroughModels?"Model Aliases":"Available Models"}),P.passthroughModels?(0,a.jsx)(u,{providerAlias:I,modelAliases:S,copied:A,onCopy:O,onSetAlias:_,onDeleteAlias:M}):0===D.length?(0,a.jsx)("p",{className:"text-sm text-text-muted",children:"No models configured"}):(0,a.jsx)("div",{className:"flex flex-wrap gap-3",children:D.map(t=>{var s;let l="".concat(I,"/").concat(t.id),r="".concat(e,"/").concat(t.id),i=null==(s=Object.entries(S).find(e=>{let[,t]=e;return t===l||t===r}))?void 0:s[0];return(0,a.jsx)(p,{model:t,fullModel:l,alias:i,copied:A,onCopy:O,onSetAlias:e=>_(t.id,e),onDeleteAlias:()=>M(i)},t.id)})})]}),(0,a.jsx)(o.LF,{isOpen:h,provider:e,providerInfo:P,onSuccess:()=>{U(),y(!1)},onClose:()=>y(!1)}),(0,a.jsx)(v,{isOpen:b,provider:e,onSave:$,onClose:()=>g(!1)}),(0,a.jsx)(j,{isOpen:N,connection:w,onSave:z,onClose:()=>C(!1)})]}):(0,a.jsxs)("div",{className:"text-center py-20",children:[(0,a.jsx)("p",{className:"text-text-muted",children:"Provider not found"}),(0,a.jsx)(n(),{href:"/dashboard/providers",className:"text-primary mt-4 inline-block",children:"Back to Providers"})]})}function p(e){let{model:t,fullModel:s,alias:l,copied:r,onCopy:i}=e;return(0,a.jsxs)("div",{className:"flex items-center gap-2 px-3 py-2 rounded-lg border border-border hover:bg-sidebar/50",children:[(0,a.jsx)("span",{className:"material-symbols-outlined text-base text-text-muted",children:"smart_toy"}),(0,a.jsx)("code",{className:"text-xs text-text-muted font-mono bg-sidebar px-1.5 py-0.5 rounded",children:s}),(0,a.jsx)("button",{onClick:()=>i(s,"model-".concat(t.id)),className:"p-0.5 hover:bg-sidebar rounded text-text-muted hover:text-primary",title:"Copy model",children:(0,a.jsx)("span",{className:"material-symbols-outlined text-sm",children:r==="model-".concat(t.id)?"check":"content_copy"})})]})}function u(e){let{providerAlias:t,modelAliases:s,copied:r,onCopy:i,onSetAlias:n,onDeleteAlias:c}=e,[d,m]=(0,l.useState)(""),[x,p]=(0,l.useState)(!1),u=Object.entries(s).filter(e=>{let[,s]=e;return s.startsWith("".concat(t,"/"))}).map(e=>{let[s,a]=e;return{modelId:a.replace("".concat(t,"/"),""),fullModel:a,alias:s}}),y=async()=>{if(!d.trim()||x)return;let e=d.trim(),t=(e=>{let t=e.split("/");return t[t.length-1]})(e);if(s[t])return void alert('Alias "'.concat(t,'" already exists. Please use a different model or edit existing alias.'));p(!0);try{await n(e,t),m("")}catch(e){console.log("Error adding model:",e)}finally{p(!1)}};return(0,a.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,a.jsx)("p",{className:"text-sm text-text-muted",children:"OpenRouter supports any model. Add models and create aliases for quick access."}),(0,a.jsxs)("div",{className:"flex items-end gap-2",children:[(0,a.jsxs)("div",{className:"flex-1",children:[(0,a.jsx)("label",{className:"text-xs text-text-muted mb-1 block",children:"Model ID (from OpenRouter)"}),(0,a.jsx)("input",{type:"text",value:d,onChange:e=>m(e.target.value),onKeyDown:e=>"Enter"===e.key&&y(),placeholder:"anthropic/claude-3-opus",className:"w-full px-3 py-2 text-sm border border-border rounded-lg bg-background focus:outline-none focus:border-primary"})]}),(0,a.jsx)(o.$n,{size:"sm",icon:"add",onClick:y,disabled:!d.trim()||x,children:x?"Adding...":"Add"})]}),u.length>0&&(0,a.jsx)("div",{className:"flex flex-col gap-3",children:u.map(e=>{let{modelId:t,fullModel:s,alias:l}=e;return(0,a.jsx)(h,{modelId:t,fullModel:s,copied:r,onCopy:i,onDeleteAlias:()=>c(l)},s)})})]})}function h(e){let{modelId:t,fullModel:s,copied:l,onCopy:r,onDeleteAlias:i}=e;return(0,a.jsxs)("div",{className:"flex items-center gap-3 p-3 rounded-lg border border-border hover:bg-sidebar/50",children:[(0,a.jsx)("span",{className:"material-symbols-outlined text-base text-text-muted",children:"smart_toy"}),(0,a.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,a.jsx)("p",{className:"text-sm font-medium truncate",children:t}),(0,a.jsxs)("div",{className:"flex items-center gap-1 mt-1",children:[(0,a.jsx)("code",{className:"text-xs text-text-muted font-mono bg-sidebar px-1.5 py-0.5 rounded",children:s}),(0,a.jsx)("button",{onClick:()=>r(s,"model-".concat(t)),className:"p-0.5 hover:bg-sidebar rounded text-text-muted hover:text-primary",title:"Copy model",children:(0,a.jsx)("span",{className:"material-symbols-outlined text-sm",children:l==="model-".concat(t)?"check":"content_copy"})})]})]}),(0,a.jsx)("button",{onClick:i,className:"p-1 hover:bg-red-50 rounded text-red-500",title:"Remove model",children:(0,a.jsx)("span",{className:"material-symbols-outlined text-sm",children:"delete"})})]})}function y(e){let{until:t}=e,[s,r]=(0,l.useState)("");return((0,l.useEffect)(()=>{let e=()=>{let e=new Date(t).getTime()-Date.now();if(e<=0)return void r("");let s=Math.floor(e/1e3);if(s<60)r("".concat(s,"s"));else if(s<3600)r("".concat(Math.floor(s/60),"m ").concat(s%60,"s"));else{let e=Math.floor(s/3600),t=Math.floor(s%3600/60);r("".concat(e,"h ").concat(t,"m"))}};e();let s=setInterval(e,1e3);return()=>clearInterval(s)},[t]),s)?(0,a.jsxs)("span",{className:"text-xs text-orange-500 font-mono",children:["⏱ ",s]}):null}function f(e){let{connection:t,isOAuth:s,isFirst:r,isLast:i,onMoveUp:n,onMoveDown:c,onEdit:d,onDelete:m}=e,x=s?t.name||t.email||t.displayName||"OAuth Account":t.name,[p,u]=(0,l.useState)(!1);(0,l.useEffect)(()=>{let e=()=>{u(t.rateLimitedUntil&&new Date(t.rateLimitedUntil).getTime()>Date.now())};e();let s=t.rateLimitedUntil?setInterval(e,1e3):null;return()=>{s&&clearInterval(s)}},[t.rateLimitedUntil]);let h="unavailable"!==t.testStatus||p?t.testStatus:"active";return(0,a.jsxs)("div",{className:"flex items-center justify-between p-3 rounded-lg border border-border hover:bg-sidebar/50 hover:cursor-pointer",children:[(0,a.jsxs)("div",{className:"flex items-center gap-3 flex-1 min-w-0",children:[(0,a.jsxs)("div",{className:"flex flex-col",children:[(0,a.jsx)("button",{onClick:n,disabled:r,className:"p-0.5 rounded ".concat(r?"text-text-muted/30 cursor-not-allowed":"hover:bg-sidebar text-text-muted hover:text-primary"),children:(0,a.jsx)("span",{className:"material-symbols-outlined text-sm",children:"keyboard_arrow_up"})}),(0,a.jsx)("button",{onClick:c,disabled:i,className:"p-0.5 rounded ".concat(i?"text-text-muted/30 cursor-not-allowed":"hover:bg-sidebar text-text-muted hover:text-primary"),children:(0,a.jsx)("span",{className:"material-symbols-outlined text-sm",children:"keyboard_arrow_down"})})]}),(0,a.jsx)("span",{className:"material-symbols-outlined text-base text-text-muted",children:s?"lock":"key"}),(0,a.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,a.jsx)("p",{className:"text-sm font-medium truncate",children:x}),(0,a.jsxs)("div",{className:"flex items-center gap-2 mt-1",children:[(0,a.jsx)(o.Ex,{variant:"active"===h||"success"===h?"success":"error"===h||"expired"===h||"unavailable"===h?"error":"default",size:"sm",dot:!0,children:h||"Unknown"}),p&&(0,a.jsx)(y,{until:t.rateLimitedUntil}),t.lastError&&(0,a.jsx)("span",{className:"text-xs text-red-500 truncate max-w-[300px]",title:t.lastError,children:t.lastError}),(0,a.jsxs)("span",{className:"text-xs text-text-muted",children:["#",t.priority]}),t.globalPriority&&(0,a.jsxs)("span",{className:"text-xs text-text-muted",children:["Auto: ",t.globalPriority]})]})]})]}),(0,a.jsxs)("div",{className:"flex gap-1",children:[(0,a.jsx)("button",{onClick:d,className:"p-2 hover:bg-sidebar rounded",children:(0,a.jsx)("span",{className:"material-symbols-outlined text-base",children:"edit"})}),(0,a.jsx)("button",{onClick:m,className:"p-2 hover:bg-red-50 rounded text-red-500",children:(0,a.jsx)("span",{className:"material-symbols-outlined text-base",children:"delete"})})]})]})}function v(e){let{isOpen:t,provider:s,onSave:r,onClose:i}=e,[n,c]=(0,l.useState)({name:"",apiKey:"",priority:1}),[d,m]=(0,l.useState)(!1),[x,p]=(0,l.useState)(null),u=async()=>{m(!0);try{let e=await fetch("/api/providers/validate",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({provider:s,apiKey:n.apiKey})}),t=await e.json();p(t.valid?"success":"failed")}catch(e){p("failed")}finally{m(!1)}};return s?(0,a.jsx)(o.aF,{isOpen:t,title:"Add ".concat(s," API Key"),onClose:i,children:(0,a.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,a.jsx)(o.pd,{label:"Name",value:n.name,onChange:e=>c({...n,name:e.target.value}),placeholder:"Production Key"}),(0,a.jsxs)("div",{className:"flex gap-2",children:[(0,a.jsx)(o.pd,{label:"API Key",type:"password",value:n.apiKey,onChange:e=>c({...n,apiKey:e.target.value}),className:"flex-1"}),(0,a.jsx)("div",{className:"pt-6",children:(0,a.jsx)(o.$n,{onClick:u,disabled:!n.apiKey||d,variant:"secondary",children:d?"Checking...":"Check"})})]}),x&&(0,a.jsx)(o.Ex,{variant:"success"===x?"success":"error",children:"success"===x?"Valid":"Invalid"}),(0,a.jsx)(o.pd,{label:"Priority",type:"number",value:n.priority,onChange:e=>c({...n,priority:parseInt(e.target.value)||1})}),(0,a.jsxs)("div",{className:"flex gap-2",children:[(0,a.jsx)(o.$n,{onClick:()=>{r({name:n.name,apiKey:n.apiKey,priority:n.priority,testStatus:"success"===x?"active":"unknown"})},fullWidth:!0,disabled:!n.name||!n.apiKey,children:"Save"}),(0,a.jsx)(o.$n,{onClick:i,variant:"ghost",fullWidth:!0,children:"Cancel"})]})]})}):null}function j(e){let{isOpen:t,connection:s,onSave:r,onClose:i}=e,[n,c]=(0,l.useState)({name:"",priority:1}),[d,m]=(0,l.useState)(!1),[x,p]=(0,l.useState)(null);(0,l.useEffect)(()=>{s&&(c({name:s.name||"",priority:s.priority||1}),p(null))},[s]);let u=async()=>{if(null==s?void 0:s.provider){m(!0),p(null);try{let e=await fetch("/api/providers/".concat(s.id,"/test"),{method:"POST"}),t=await e.json();p(t.valid?"success":"failed"),t.valid?r({testStatus:"active",lastError:null,lastErrorAt:null}):r({testStatus:"error",lastError:t.error,lastErrorAt:new Date().toISOString()})}catch(e){p("failed")}finally{m(!1)}}};if(!s)return null;let h="oauth"===s.authType;return(0,a.jsx)(o.aF,{isOpen:t,title:"Edit Connection",onClose:i,children:(0,a.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,a.jsx)(o.pd,{label:"Name",value:n.name,onChange:e=>c({...n,name:e.target.value}),placeholder:h?"Account name":"Production Key"}),h&&s.email&&(0,a.jsxs)("div",{className:"bg-sidebar/50 p-3 rounded-lg",children:[(0,a.jsx)("p",{className:"text-sm text-text-muted mb-1",children:"Email"}),(0,a.jsx)("p",{className:"font-medium",children:s.email})]}),(0,a.jsx)(o.pd,{label:"Priority",type:"number",value:n.priority,onChange:e=>c({...n,priority:parseInt(e.target.value)||1})}),(0,a.jsxs)("div",{className:"flex items-center gap-3",children:[(0,a.jsx)(o.$n,{onClick:u,variant:"secondary",disabled:d,children:d?"Testing...":"Test Connection"}),x&&(0,a.jsx)(o.Ex,{variant:"success"===x?"success":"error",children:"success"===x?"Valid":"Failed"})]}),(0,a.jsxs)("div",{className:"flex gap-2",children:[(0,a.jsx)(o.$n,{onClick:()=>{r({name:n.name,priority:n.priority})},fullWidth:!0,children:"Save"}),(0,a.jsx)(o.$n,{onClick:i,variant:"ghost",fullWidth:!0,children:"Cancel"})]})]})})}}},e=>{e.O(0,[1760,5239,9955,4244,8441,1255,7358],()=>e(e.s=2397)),_N_E=e.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335,552,747,748,907,931,992,1070,1288,1512,1566,1625,1666,1860,1949,2296,2720,3025,3102,3472,3549,4286,5079,5177,5211,5922,6529,7442,8246,8453,8648,8974,9088,9141,9461],{4441:()=>{}},_=>{_.O(0,[8441,1255,7358],()=>_(_.s=4441)),_N_E=_.O()}]);
|