ktrouter 1.1.8 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/.next/BUILD_ID +1 -1
- package/app/.next/app-path-routes-manifest.json +14 -12
- package/app/.next/build-manifest.json +4 -4
- package/app/.next/prerender-manifest.json +3 -3
- package/app/.next/required-server-files.json +7 -4
- package/app/.next/routes-manifest.json +16 -0
- package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js +3 -3
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/combos/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/combos/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/console-log/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/console-log/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/console-log/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js +3 -3
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js +3 -3
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/web/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/web/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/web/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/mitm/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/mitm/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/profile/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/profile/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js +3 -3
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/providers/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/quota/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/quota/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/skills/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/skills/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/skills/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/translator/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/translator/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/usage/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/usage/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_global-error/page.js +3 -3
- package/app/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_global-error.html +1 -1
- package/app/.next/server/app/_global-error.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/_not-found/page.js +2 -2
- package/app/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/app/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_not-found.html +1 -1
- package/app/.next/server/app/_not-found.rsc +5 -5
- package/app/.next/server/app/_not-found.segments/_full.segment.rsc +5 -5
- package/app/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/_not-found.segments/_index.segment.rsc +5 -5
- package/app/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/app/.next/server/app/_not-found.segments/_tree.segment.rsc +3 -3
- package/app/.next/server/app/api/auth/login/route.js +1 -1
- package/app/.next/server/app/api/auth/login/route.js.nft.json +1 -1
- package/app/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/auth/logout/route.js +1 -1
- package/app/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/auth/oidc/callback/route.js +1 -1
- package/app/.next/server/app/api/auth/oidc/callback/route.js.nft.json +1 -1
- package/app/.next/server/app/api/auth/oidc/callback/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/auth/oidc/start/route.js +1 -1
- package/app/.next/server/app/api/auth/oidc/start/route.js.nft.json +1 -1
- package/app/.next/server/app/api/auth/oidc/start/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/auth/oidc/test/route.js +1 -1
- package/app/.next/server/app/api/auth/oidc/test/route.js.nft.json +1 -1
- package/app/.next/server/app/api/auth/oidc/test/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/auth/status/route.js +1 -1
- package/app/.next/server/app/api/auth/status/route.js.nft.json +1 -1
- package/app/.next/server/app/api/auth/status/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/all-statuses/route.js +4 -4
- package/app/.next/server/app/api/cli-tools/all-statuses/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/all-statuses/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/claude-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/claude-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/cline-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/cline-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/codex-settings/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/codex-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/copilot-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/copilot-settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/copilot-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/cowork-mcp-registry/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/cowork-mcp-registry/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/cowork-mcp-tools/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/cowork-mcp-tools/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/cowork-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/cowork-settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/cowork-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/deepseek-tui-settings/route.js +3 -3
- package/app/.next/server/app/api/cli-tools/deepseek-tui-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/droid-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/droid-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/hermes-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/hermes-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/jcode-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/jcode-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/kilo-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/kilo-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/openclaw-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/openclaw-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/opencode-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/opencode-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cloud/auth/route.js +1 -1
- package/app/.next/server/app/api/cloud/auth/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cloud/auth/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cloud/credentials/update/route.js +1 -1
- package/app/.next/server/app/api/cloud/credentials/update/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cloud/credentials/update/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cloud/model/resolve/route.js +1 -1
- package/app/.next/server/app/api/cloud/model/resolve/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cloud/model/resolve/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cloud/models/alias/route.js +1 -1
- package/app/.next/server/app/api/cloud/models/alias/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cloud/models/alias/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/combos/[id]/route.js +1 -1
- package/app/.next/server/app/api/combos/[id]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/combos/[id]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/combos/route.js +1 -1
- package/app/.next/server/app/api/combos/route.js.nft.json +1 -1
- package/app/.next/server/app/api/combos/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/health/route.js +1 -1
- package/app/.next/server/app/api/health/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/init/route.js +1 -1
- package/app/.next/server/app/api/init/route.js.nft.json +1 -1
- package/app/.next/server/app/api/init/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/keys/[id]/route.js +1 -1
- package/app/.next/server/app/api/keys/[id]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/keys/[id]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/keys/route.js +1 -1
- package/app/.next/server/app/api/keys/route.js.nft.json +1 -1
- package/app/.next/server/app/api/keys/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/locale/route.js +1 -1
- package/app/.next/server/app/api/locale/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/mcp/[plugin]/message/route.js +1 -1
- package/app/.next/server/app/api/mcp/[plugin]/message/route.js.nft.json +1 -1
- package/app/.next/server/app/api/mcp/[plugin]/message/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/mcp/[plugin]/sse/route.js +2 -2
- package/app/.next/server/app/api/mcp/[plugin]/sse/route.js.nft.json +1 -1
- package/app/.next/server/app/api/mcp/[plugin]/sse/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/media/download/route.js +1 -1
- package/app/.next/server/app/api/media/download/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/deepgram/voices/route.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/deepgram/voices/route.js.nft.json +1 -1
- package/app/.next/server/app/api/media-providers/tts/deepgram/voices/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/elevenlabs/voices/route.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/elevenlabs/voices/route.js.nft.json +1 -1
- package/app/.next/server/app/api/media-providers/tts/elevenlabs/voices/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/inworld/voices/route.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/inworld/voices/route.js.nft.json +1 -1
- package/app/.next/server/app/api/media-providers/tts/inworld/voices/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/minimax/voices/route.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/minimax/voices/route.js.nft.json +1 -1
- package/app/.next/server/app/api/media-providers/tts/minimax/voices/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/voices/route.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/voices/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/models/alias/route.js +1 -1
- package/app/.next/server/app/api/models/alias/route.js.nft.json +1 -1
- package/app/.next/server/app/api/models/alias/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/models/availability/route.js +1 -1
- package/app/.next/server/app/api/models/availability/route.js.nft.json +1 -1
- package/app/.next/server/app/api/models/availability/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/models/custom/route.js +1 -1
- package/app/.next/server/app/api/models/custom/route.js.nft.json +1 -1
- package/app/.next/server/app/api/models/custom/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/models/disabled/route.js +1 -1
- package/app/.next/server/app/api/models/disabled/route.js.nft.json +1 -1
- package/app/.next/server/app/api/models/disabled/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/models/route.js +1 -1
- package/app/.next/server/app/api/models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/models/test/route.js +1 -1
- package/app/.next/server/app/api/models/test/route.js.nft.json +1 -1
- package/app/.next/server/app/api/models/test/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/[provider]/[action]/route.js +1 -1
- package/app/.next/server/app/api/oauth/[provider]/[action]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/[provider]/[action]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/codex/import/route.js +1 -1
- package/app/.next/server/app/api/oauth/codex/import/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/codex/import/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/cursor/auto-import/route.js +2 -2
- package/app/.next/server/app/api/oauth/cursor/auto-import/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/cursor/auto-import/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/cursor/import/route.js +1 -1
- package/app/.next/server/app/api/oauth/cursor/import/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/cursor/import/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/gitlab/pat/route.js +1 -1
- package/app/.next/server/app/api/oauth/gitlab/pat/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/gitlab/pat/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/iflow/cookie/route.js +1 -1
- package/app/.next/server/app/api/oauth/iflow/cookie/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/iflow/cookie/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/auto-import/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/auto-import/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/browser-login/route.js +2 -2
- package/app/.next/server/app/api/oauth/kiro/browser-login/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/kiro/browser-login/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/import/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/import/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/kiro/import/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-authorize/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-authorize/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-exchange/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/pricing/route.js +1 -1
- package/app/.next/server/app/api/pricing/route.js.nft.json +1 -1
- package/app/.next/server/app/api/pricing/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/provider-nodes/[id]/route.js +1 -1
- package/app/.next/server/app/api/provider-nodes/[id]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/provider-nodes/[id]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/provider-nodes/route.js +1 -1
- package/app/.next/server/app/api/provider-nodes/route.js.nft.json +1 -1
- package/app/.next/server/app/api/provider-nodes/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/provider-nodes/validate/route.js +1 -1
- package/app/.next/server/app/api/provider-nodes/validate/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/[id]/models/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/[id]/models/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/[id]/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/[id]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/[id]/sync-models/route.js +1 -0
- package/app/.next/server/app/api/providers/[id]/sync-models/route.js.nft.json +1 -0
- package/app/.next/server/app/api/providers/[id]/sync-models/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/providers/[id]/test/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/test/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/[id]/test/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/[id]/test-models/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/test-models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/[id]/test-models/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/client/route.js +1 -1
- package/app/.next/server/app/api/providers/client/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/client/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/export/route.js +1 -1
- package/app/.next/server/app/api/providers/export/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/export/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/import/route.js +1 -1
- package/app/.next/server/app/api/providers/import/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/import/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/kilo/free-models/route.js +1 -1
- package/app/.next/server/app/api/providers/kilo/free-models/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/route.js +1 -1
- package/app/.next/server/app/api/providers/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/suggested-models/route.js +1 -1
- package/app/.next/server/app/api/providers/suggested-models/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/test-batch/route.js +1 -1
- package/app/.next/server/app/api/providers/test-batch/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/test-batch/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/validate/route.js +1 -1
- package/app/.next/server/app/api/providers/validate/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/validate/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/proxy-pools/[id]/route.js +1 -1
- package/app/.next/server/app/api/proxy-pools/[id]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/proxy-pools/[id]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/proxy-pools/[id]/test/route.js +1 -1
- package/app/.next/server/app/api/proxy-pools/[id]/test/route.js.nft.json +1 -1
- package/app/.next/server/app/api/proxy-pools/[id]/test/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/proxy-pools/route.js +1 -1
- package/app/.next/server/app/api/proxy-pools/route.js.nft.json +1 -1
- package/app/.next/server/app/api/proxy-pools/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/proxy-pools/vercel-deploy/route.js +2 -2
- package/app/.next/server/app/api/proxy-pools/vercel-deploy/route.js.nft.json +1 -1
- package/app/.next/server/app/api/proxy-pools/vercel-deploy/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/settings/database/route.js +1 -1
- package/app/.next/server/app/api/settings/database/route.js.nft.json +1 -1
- package/app/.next/server/app/api/settings/database/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/settings/proxy-test/route.js +1 -1
- package/app/.next/server/app/api/settings/proxy-test/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/settings/require-login/route.js +1 -1
- package/app/.next/server/app/api/settings/require-login/route.js.nft.json +1 -1
- package/app/.next/server/app/api/settings/require-login/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/settings/route.js +1 -1
- package/app/.next/server/app/api/settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/shutdown/route.js +1 -1
- package/app/.next/server/app/api/shutdown/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/tags/route.js +1 -1
- package/app/.next/server/app/api/tags/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/translator/console-logs/route.js +1 -1
- package/app/.next/server/app/api/translator/console-logs/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/translator/console-logs/stream/route.js +2 -2
- package/app/.next/server/app/api/translator/console-logs/stream/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/translator/load/route.js +1 -1
- package/app/.next/server/app/api/translator/load/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/translator/save/route.js +1 -1
- package/app/.next/server/app/api/translator/save/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/translator/send/route.js +1 -1
- package/app/.next/server/app/api/translator/send/route.js.nft.json +1 -1
- package/app/.next/server/app/api/translator/send/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/translator/translate/route.js +1 -1
- package/app/.next/server/app/api/translator/translate/route.js.nft.json +1 -1
- package/app/.next/server/app/api/translator/translate/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/update/check/route.js +1 -1
- package/app/.next/server/app/api/update/check/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/[connectionId]/route.js +1 -1
- package/app/.next/server/app/api/usage/[connectionId]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/[connectionId]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/chart/route.js +1 -1
- package/app/.next/server/app/api/usage/chart/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/chart/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/history/route.js +1 -1
- package/app/.next/server/app/api/usage/history/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/history/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/providers/route.js +1 -1
- package/app/.next/server/app/api/usage/providers/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/providers/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/request-details/route.js +1 -1
- package/app/.next/server/app/api/usage/request-details/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/request-details/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/request-logs/route.js +1 -1
- package/app/.next/server/app/api/usage/request-logs/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/request-logs/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/stats/route.js +1 -1
- package/app/.next/server/app/api/usage/stats/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/stats/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/stream/route.js +2 -2
- package/app/.next/server/app/api/usage/stream/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/stream/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/api/chat/route.js +1 -1
- package/app/.next/server/app/api/v1/api/chat/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/api/chat/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/audio/speech/route.js +1 -1
- package/app/.next/server/app/api/v1/audio/speech/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/audio/speech/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/audio/transcriptions/route.js +1 -1
- package/app/.next/server/app/api/v1/audio/transcriptions/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/audio/transcriptions/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/audio/voices/route.js +1 -1
- package/app/.next/server/app/api/v1/audio/voices/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/chat/completions/route.js +1 -1
- package/app/.next/server/app/api/v1/chat/completions/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/chat/completions/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/chatgpt-web/image/[id]/route.js +1 -0
- package/app/.next/server/app/api/v1/chatgpt-web/image/[id]/route.js.nft.json +1 -0
- package/app/.next/server/app/api/v1/chatgpt-web/image/[id]/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/v1/embeddings/route.js +1 -1
- package/app/.next/server/app/api/v1/embeddings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/embeddings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/images/generations/route.js +2 -2
- package/app/.next/server/app/api/v1/images/generations/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/images/generations/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/messages/count_tokens/route.js +1 -1
- package/app/.next/server/app/api/v1/messages/count_tokens/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/messages/route.js +1 -1
- package/app/.next/server/app/api/v1/messages/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/messages/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/models/[kind]/route.js +1 -1
- package/app/.next/server/app/api/v1/models/[kind]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/models/[kind]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/models/info/route.js +1 -1
- package/app/.next/server/app/api/v1/models/info/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/models/route.js +1 -1
- package/app/.next/server/app/api/v1/models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/models/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/responses/compact/route.js +1 -1
- package/app/.next/server/app/api/v1/responses/compact/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/responses/compact/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/responses/route.js +1 -1
- package/app/.next/server/app/api/v1/responses/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/responses/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/route.js +1 -1
- package/app/.next/server/app/api/v1/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/search/route.js +1 -1
- package/app/.next/server/app/api/v1/search/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/search/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/video/generations/route.js +1 -1
- package/app/.next/server/app/api/v1/video/generations/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/video/generations/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/web/fetch/route.js +1 -1
- package/app/.next/server/app/api/v1/web/fetch/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/web/fetch/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1beta/models/[...path]/route.js +1 -1
- package/app/.next/server/app/api/v1beta/models/[...path]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1beta/models/[...path]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1beta/models/route.js +1 -1
- package/app/.next/server/app/api/v1beta/models/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/callback/page.js +2 -2
- package/app/.next/server/app/callback/page.js.nft.json +1 -1
- package/app/.next/server/app/callback/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/callback.html +1 -1
- package/app/.next/server/app/callback.rsc +6 -6
- package/app/.next/server/app/callback.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/callback.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/callback.segments/_index.segment.rsc +5 -5
- package/app/.next/server/app/callback.segments/_tree.segment.rsc +3 -3
- package/app/.next/server/app/callback.segments/callback/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/callback.segments/callback.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/basic-chat.html +1 -1
- package/app/.next/server/app/dashboard/basic-chat.rsc +8 -8
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/basic-chat.segments/_full.segment.rsc +8 -8
- package/app/.next/server/app/dashboard/basic-chat.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/basic-chat.segments/_index.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/cli-tools.html +1 -1
- package/app/.next/server/app/dashboard/cli-tools.rsc +9 -9
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/cli-tools.segments/_full.segment.rsc +9 -9
- package/app/.next/server/app/dashboard/cli-tools.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/cli-tools.segments/_index.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/combos.html +1 -1
- package/app/.next/server/app/dashboard/combos.rsc +8 -8
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/combos.segments/_full.segment.rsc +8 -8
- package/app/.next/server/app/dashboard/combos.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/combos.segments/_index.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/combos.segments/_tree.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/endpoint.html +1 -1
- package/app/.next/server/app/dashboard/endpoint.rsc +9 -9
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/endpoint.segments/_full.segment.rsc +9 -9
- package/app/.next/server/app/dashboard/endpoint.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/endpoint.segments/_index.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/endpoint.segments/_tree.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/media-providers/web.html +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.rsc +8 -8
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/media-providers/web.segments/_full.segment.rsc +8 -8
- package/app/.next/server/app/dashboard/media-providers/web.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.segments/_index.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/media-providers/web.segments/_tree.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/mitm.html +1 -1
- package/app/.next/server/app/dashboard/mitm.rsc +8 -8
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/mitm.segments/_full.segment.rsc +8 -8
- package/app/.next/server/app/dashboard/mitm.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/mitm.segments/_index.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/mitm.segments/_tree.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/profile.html +1 -1
- package/app/.next/server/app/dashboard/profile.rsc +8 -8
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/profile.segments/_full.segment.rsc +8 -8
- package/app/.next/server/app/dashboard/profile.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/profile.segments/_index.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/profile.segments/_tree.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/providers/new.html +1 -1
- package/app/.next/server/app/dashboard/providers/new.rsc +8 -8
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/providers/new.segments/_full.segment.rsc +8 -8
- package/app/.next/server/app/dashboard/providers/new.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers/new.segments/_index.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/providers/new.segments/_tree.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/providers.html +1 -1
- package/app/.next/server/app/dashboard/providers.rsc +8 -8
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/providers.segments/_full.segment.rsc +8 -8
- package/app/.next/server/app/dashboard/providers.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers.segments/_index.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/providers.segments/_tree.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/proxy-pools.html +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.rsc +8 -8
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/proxy-pools.segments/_full.segment.rsc +8 -8
- package/app/.next/server/app/dashboard/proxy-pools.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.segments/_index.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/quota.html +2 -2
- package/app/.next/server/app/dashboard/quota.rsc +9 -9
- package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota/__PAGE__.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/quota.segments/_full.segment.rsc +9 -9
- package/app/.next/server/app/dashboard/quota.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/quota.segments/_index.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/quota.segments/_tree.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/settings/pricing/page.js +2 -2
- package/app/.next/server/app/dashboard/settings/pricing/page.js.nft.json +1 -1
- package/app/.next/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.html +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.rsc +6 -6
- package/app/.next/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/skills.html +1 -1
- package/app/.next/server/app/dashboard/skills.rsc +8 -8
- package/app/.next/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/skills.segments/_full.segment.rsc +8 -8
- package/app/.next/server/app/dashboard/skills.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/skills.segments/_index.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/skills.segments/_tree.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/translator.html +1 -1
- package/app/.next/server/app/dashboard/translator.rsc +8 -8
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/translator.segments/_full.segment.rsc +8 -8
- package/app/.next/server/app/dashboard/translator.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/translator.segments/_index.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/translator.segments/_tree.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/usage.html +1 -1
- package/app/.next/server/app/dashboard/usage.rsc +8 -8
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/usage.segments/_full.segment.rsc +8 -8
- package/app/.next/server/app/dashboard/usage.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/usage.segments/_index.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/usage.segments/_tree.segment.rsc +4 -4
- package/app/.next/server/app/dashboard.html +1 -1
- package/app/.next/server/app/dashboard.rsc +9 -9
- package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next/server/app/dashboard.segments/_full.segment.rsc +9 -9
- package/app/.next/server/app/dashboard.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard.segments/_index.segment.rsc +5 -5
- package/app/.next/server/app/dashboard.segments/_tree.segment.rsc +4 -4
- package/app/.next/server/app/favicon.ico/route.js +1 -1
- package/app/.next/server/app/index.html +1 -1
- package/app/.next/server/app/index.rsc +5 -5
- package/app/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/index.segments/_full.segment.rsc +5 -5
- package/app/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/index.segments/_index.segment.rsc +5 -5
- package/app/.next/server/app/index.segments/_tree.segment.rsc +3 -3
- package/app/.next/server/app/landing/page.js +2 -2
- package/app/.next/server/app/landing/page.js.nft.json +1 -1
- package/app/.next/server/app/landing/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/landing.html +1 -1
- package/app/.next/server/app/landing.rsc +6 -6
- package/app/.next/server/app/landing.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/landing.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/landing.segments/_index.segment.rsc +5 -5
- package/app/.next/server/app/landing.segments/_tree.segment.rsc +3 -3
- package/app/.next/server/app/landing.segments/landing/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/landing.segments/landing.segment.rsc +1 -1
- package/app/.next/server/app/login/page.js +2 -2
- package/app/.next/server/app/login/page.js.nft.json +1 -1
- package/app/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/login.html +1 -1
- package/app/.next/server/app/login.rsc +7 -7
- package/app/.next/server/app/login.segments/_full.segment.rsc +7 -7
- package/app/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/login.segments/_index.segment.rsc +5 -5
- package/app/.next/server/app/login.segments/_tree.segment.rsc +4 -4
- package/app/.next/server/app/login.segments/login/__PAGE__.segment.rsc +3 -3
- package/app/.next/server/app/login.segments/login.segment.rsc +1 -1
- package/app/.next/server/app/manifest.webmanifest/route.js +2 -2
- package/app/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/page.js +2 -2
- package/app/.next/server/app/page.js.nft.json +1 -1
- package/app/.next/server/app/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app-paths-manifest.json +14 -12
- package/app/.next/server/chunks/1526.js +1 -0
- package/app/.next/server/chunks/2029.js +2 -7
- package/app/.next/server/chunks/2204.js +1 -1
- package/app/.next/server/chunks/250.js +1 -0
- package/app/.next/server/chunks/2549.js +1 -1
- package/app/.next/server/chunks/2722.js +5 -5
- package/app/.next/server/chunks/3110.js +3 -3
- package/app/.next/server/chunks/319.js +3 -3
- package/app/.next/server/chunks/412.js +1 -1
- package/app/.next/server/chunks/4149.js +1 -1
- package/app/.next/server/chunks/4404.js +1 -1
- package/app/.next/server/chunks/4741.js +2 -2
- package/app/.next/server/chunks/4746.js +1 -1
- package/app/.next/server/chunks/4820.js +1 -1
- package/app/.next/server/chunks/5644.js +1 -1
- package/app/.next/server/chunks/5681.js +1 -1
- package/app/.next/server/chunks/5718.js +1 -1
- package/app/.next/server/chunks/6084.js +1 -1
- package/app/.next/server/chunks/6108.js +1 -1
- package/app/.next/server/chunks/6202.js +1 -1
- package/app/.next/server/chunks/6750.js +1 -0
- package/app/.next/server/chunks/6811.js +1 -1
- package/app/.next/server/chunks/6814.js +5 -0
- package/app/.next/server/chunks/7341.js +1 -1
- package/app/.next/server/chunks/7482.js +18 -18
- package/app/.next/server/chunks/7774.js +10 -10
- package/app/.next/server/chunks/8491.js +1 -1
- package/app/.next/server/chunks/8590.js +1 -1
- package/app/.next/server/chunks/8895.js +1 -1
- package/app/.next/server/chunks/9982.js +1 -0
- package/app/.next/server/middleware-build-manifest.js +1 -1
- package/app/.next/server/middleware.js +4 -4
- package/app/.next/server/pages/404.html +1 -1
- package/app/.next/server/pages/500.html +1 -1
- package/app/.next/server/server-reference-manifest.js +1 -1
- package/app/.next/server/server-reference-manifest.json +1 -1
- package/app/.next/static/{uSk8fvki1Xuy7nlktCQsE → 0upBBziHoCcHIU60tgxI0}/_buildManifest.js +1 -1
- package/app/.next/static/chunks/1321-7ee7a3836004e2b1.js +1 -0
- package/app/.next/static/chunks/1a258343-bc0b514c079d8898.js +1 -0
- package/app/{.next-cli-build/static/chunks/3794-ba2500baa4c52d55.js → .next/static/chunks/3794-e569667691edc8f7.js} +1 -1
- package/app/{.next-cli-build/static/chunks/5497-0933701d0fd550c2.js → .next/static/chunks/5497-540d0b186ec57b3b.js} +1 -1
- package/app/.next/static/chunks/{6069-7212bf60ef116c9d.js → 6069-18fd723e73586589.js} +7 -7
- package/app/.next/static/chunks/698-0bd94087d85c591c.js +64 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/basic-chat/{page-db8ac7cf0ef9a361.js → page-a0a8d98397b7ca72.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/[toolId]/{page-3e2d437f00e86228.js → page-05b0777df2a6420f.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-2f0c02b6169a110a.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-75c3e40efcd0c885.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/console-log/page-0e6ef3c2c5a8f3cc.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/{page-14a181e5e19c5186.js → endpoint/page-6887eb40c91902b7.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/[id]/{page-963642d77344259e.js → page-0069897df5ad4c14.js} +2 -2
- package/app/.next/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/{page-3723e8ba96394d8c.js → page-50845ea95967abce.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/media-providers/combo/[id]/{page-05769b574d5c4ef8.js → page-8c377a4332874fe4.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/media-providers/web/page-f6ef4eef0f416702.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/mitm/{page-e1b5a604b766ad70.js → page-320c432152003c09.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/{endpoint/page-14a181e5e19c5186.js → page-6887eb40c91902b7.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-138e1c46accc056f.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-990f7a655b170757.js +3 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/new/page-54886878afdbc216.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-7348a53c1dd3d2f9.js +1 -0
- package/app/{.next-cli-build/static/chunks/app/(dashboard)/dashboard/proxy-pools/page-d5ad4c7d44722fef.js → .next/static/chunks/app/(dashboard)/dashboard/proxy-pools/page-da705aa383019f4b.js} +2 -2
- package/app/.next/static/chunks/app/(dashboard)/dashboard/quota/page-1ad16b0309e214ac.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/skills/page-d3877492b08af072.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/translator/page-e38a8c16b9fd9a18.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/usage/{page-163bfd423028e8c6.js → page-a9e59eed3cf5a601.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/{layout-06932c731d47c1e3.js → layout-297b038d45f7d6bb.js} +1 -1
- package/app/.next/static/chunks/app/_global-error/page-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/_not-found/{page-cc659eb86a43c282.js → page-5c2a1336b39b2dde.js} +1 -1
- package/app/.next/static/chunks/app/api/auth/login/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/auth/logout/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/auth/oidc/callback/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/auth/oidc/start/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/auth/oidc/test/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/auth/status/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/all-statuses/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/cline-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/copilot-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/cowork-mcp-registry/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/cowork-mcp-tools/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/cowork-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/deepseek-tui-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/hermes-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/jcode-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/kilo-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/opencode-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/auth/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/credentials/update/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/model/resolve/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/cloud/models/alias/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/combos/[id]/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/combos/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/health/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/init/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/keys/[id]/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/keys/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/locale/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/mcp/[plugin]/message/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/mcp/[plugin]/sse/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/media/download/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/deepgram/voices/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/inworld/voices/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/minimax/voices/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/voices/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/models/alias/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/models/availability/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/models/custom/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/models/disabled/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/models/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/models/test/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/codex/import/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/cursor/import/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/gitlab/pat/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/iflow/cookie/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/browser-login/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/import/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/pricing/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/provider-nodes/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/provider-nodes/validate/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/models/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/sync-models/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/test/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/test-models/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/providers/client/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/providers/export/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/providers/import/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/providers/kilo/free-models/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/providers/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/providers/suggested-models/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/providers/test-batch/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/providers/validate/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/test/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/vercel-deploy/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/settings/database/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/settings/proxy-test/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/settings/require-login/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/shutdown/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/tags/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/translator/console-logs/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/translator/console-logs/stream/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/translator/load/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/translator/save/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/translator/send/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/translator/translate/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/update/check/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/usage/[connectionId]/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/usage/chart/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/usage/history/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/usage/providers/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/usage/request-details/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/usage/request-logs/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/usage/stats/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/usage/stream/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/v1/api/chat/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/v1/audio/speech/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/v1/audio/transcriptions/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/v1/audio/voices/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/v1/chat/completions/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/v1/chatgpt-web/image/[id]/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/v1/embeddings/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/v1/images/generations/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/v1/messages/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/v1/models/[kind]/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/v1/models/info/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/v1/models/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/v1/responses/compact/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/v1/responses/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/v1/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/v1/search/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/v1/video/generations/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/v1/web/fetch/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/api/v1beta/models/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/callback/page-48be92cc88223eb6.js +1 -0
- package/app/.next/static/chunks/app/dashboard/settings/pricing/page-06a8d864ae01d4a7.js +1 -0
- package/app/.next/static/chunks/app/landing/{page-3d2b079bd25f0dda.js → page-2461168fb59fbc7f.js} +1 -1
- package/app/.next/static/chunks/app/{layout-ed446c17642f5aeb.js → layout-707bc0af2cad348a.js} +1 -1
- package/app/.next/static/chunks/app/login/page-ce242826dfda53f2.js +1 -0
- package/app/.next/static/chunks/app/manifest.webmanifest/route-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/app/page-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/{main-8edc076c219c1a63.js → main-195dd2cec8411e79.js} +2 -2
- package/app/.next/static/chunks/{main-app-2703eaf4f69e57d7.js → main-app-914c450e94817d03.js} +1 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/global-error-d8ee3c482864b9da.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/not-found-6f9d205c518b4013.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-6f9d205c518b4013.js +1 -0
- package/app/{.next-cli-build/static/css/599369d853c61df7.css → .next/static/css/008a05b0ad6b854a.css} +1 -1
- package/app/.next/static/css/{454db3b478540e33.css → 7a3e1568f247f3d0.css} +1 -1
- package/app/.next/static/css/9f207d7ed6efa211.css +1 -0
- package/app/.next/static/media/material-symbols-outlined.ec1fa111.woff2 +0 -0
- package/app/.next-cli-build/static/{uSk8fvki1Xuy7nlktCQsE → 0upBBziHoCcHIU60tgxI0}/_buildManifest.js +1 -1
- package/app/.next-cli-build/static/chunks/1321-7ee7a3836004e2b1.js +1 -0
- package/app/.next-cli-build/static/chunks/1a258343-bc0b514c079d8898.js +1 -0
- package/app/{.next/static/chunks/3794-ba2500baa4c52d55.js → .next-cli-build/static/chunks/3794-e569667691edc8f7.js} +1 -1
- package/app/{.next/static/chunks/5497-0933701d0fd550c2.js → .next-cli-build/static/chunks/5497-540d0b186ec57b3b.js} +1 -1
- package/app/.next-cli-build/static/chunks/{6069-7212bf60ef116c9d.js → 6069-18fd723e73586589.js} +7 -7
- package/app/.next-cli-build/static/chunks/698-0bd94087d85c591c.js +64 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/basic-chat/{page-db8ac7cf0ef9a361.js → page-a0a8d98397b7ca72.js} +1 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/[toolId]/{page-3e2d437f00e86228.js → page-05b0777df2a6420f.js} +1 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/page-2f0c02b6169a110a.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/combos/page-75c3e40efcd0c885.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/console-log/page-0e6ef3c2c5a8f3cc.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/endpoint/{page-14a181e5e19c5186.js → page-6887eb40c91902b7.js} +1 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/[id]/{page-963642d77344259e.js → page-0069897df5ad4c14.js} +2 -2
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/{page-3723e8ba96394d8c.js → page-50845ea95967abce.js} +1 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/combo/[id]/{page-05769b574d5c4ef8.js → page-8c377a4332874fe4.js} +1 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/web/page-f6ef4eef0f416702.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/mitm/{page-e1b5a604b766ad70.js → page-320c432152003c09.js} +1 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/{page-14a181e5e19c5186.js → page-6887eb40c91902b7.js} +1 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/profile/page-138e1c46accc056f.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-990f7a655b170757.js +3 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/new/page-54886878afdbc216.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/page-7348a53c1dd3d2f9.js +1 -0
- package/app/{.next/static/chunks/app/(dashboard)/dashboard/proxy-pools/page-d5ad4c7d44722fef.js → .next-cli-build/static/chunks/app/(dashboard)/dashboard/proxy-pools/page-da705aa383019f4b.js} +2 -2
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/quota/page-1ad16b0309e214ac.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/skills/page-d3877492b08af072.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/translator/page-e38a8c16b9fd9a18.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/usage/{page-163bfd423028e8c6.js → page-a9e59eed3cf5a601.js} +1 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/{layout-06932c731d47c1e3.js → layout-297b038d45f7d6bb.js} +1 -1
- package/app/.next-cli-build/static/chunks/app/_global-error/page-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/_not-found/{page-cc659eb86a43c282.js → page-5c2a1336b39b2dde.js} +1 -1
- package/app/.next-cli-build/static/chunks/app/api/auth/login/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/auth/logout/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/auth/oidc/callback/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/auth/oidc/start/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/auth/oidc/test/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/auth/status/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/all-statuses/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/antigravity-mitm/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/claude-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/cline-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/codex-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/copilot-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-mcp-registry/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-mcp-tools/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/deepseek-tui-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/droid-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/hermes-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/jcode-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/kilo-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/openclaw-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/opencode-settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cloud/auth/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cloud/credentials/update/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cloud/model/resolve/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cloud/models/alias/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/combos/[id]/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/combos/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/health/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/init/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/keys/[id]/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/keys/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/locale/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/mcp/[plugin]/message/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/mcp/[plugin]/sse/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/media/download/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/deepgram/voices/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/inworld/voices/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/minimax/voices/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/voices/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/models/alias/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/models/availability/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/models/custom/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/models/disabled/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/models/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/models/test/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/[provider]/[action]/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/codex/import/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/cursor/auto-import/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/cursor/import/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/gitlab/pat/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/iflow/cookie/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/auto-import/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/browser-login/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/import/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/social-authorize/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/social-exchange/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/pricing/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/provider-nodes/[id]/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/provider-nodes/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/provider-nodes/validate/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/[id]/models/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/[id]/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/[id]/sync-models/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/[id]/test/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/[id]/test-models/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/client/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/export/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/import/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/kilo/free-models/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/suggested-models/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/test-batch/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/validate/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/[id]/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/[id]/test/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/vercel-deploy/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/settings/database/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/settings/proxy-test/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/settings/require-login/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/settings/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/shutdown/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/tags/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/translator/console-logs/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/translator/console-logs/stream/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/translator/load/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/translator/save/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/translator/send/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/translator/translate/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/update/check/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/[connectionId]/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/chart/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/history/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/providers/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/request-details/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/request-logs/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/stats/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/stream/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/api/chat/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/audio/speech/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/audio/transcriptions/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/audio/voices/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/chat/completions/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/chatgpt-web/image/[id]/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/embeddings/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/images/generations/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/messages/count_tokens/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/messages/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/models/[kind]/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/models/info/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/models/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/responses/compact/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/responses/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/search/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/video/generations/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/web/fetch/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1beta/models/[...path]/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1beta/models/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/callback/page-48be92cc88223eb6.js +1 -0
- package/app/.next-cli-build/static/chunks/app/dashboard/settings/pricing/page-06a8d864ae01d4a7.js +1 -0
- package/app/.next-cli-build/static/chunks/app/landing/{page-3d2b079bd25f0dda.js → page-2461168fb59fbc7f.js} +1 -1
- package/app/.next-cli-build/static/chunks/app/{layout-ed446c17642f5aeb.js → layout-707bc0af2cad348a.js} +1 -1
- package/app/.next-cli-build/static/chunks/app/login/page-ce242826dfda53f2.js +1 -0
- package/app/.next-cli-build/static/chunks/app/manifest.webmanifest/route-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/app/page-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/{main-8edc076c219c1a63.js → main-195dd2cec8411e79.js} +2 -2
- package/app/.next-cli-build/static/chunks/{main-app-2703eaf4f69e57d7.js → main-app-914c450e94817d03.js} +1 -1
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/app-error-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/forbidden-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/global-error-d8ee3c482864b9da.js +1 -0
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/not-found-6f9d205c518b4013.js +1 -0
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/unauthorized-6f9d205c518b4013.js +1 -0
- package/app/{.next/static/css/599369d853c61df7.css → .next-cli-build/static/css/008a05b0ad6b854a.css} +1 -1
- package/app/.next-cli-build/static/css/{454db3b478540e33.css → 7a3e1568f247f3d0.css} +1 -1
- package/app/.next-cli-build/static/css/9f207d7ed6efa211.css +1 -0
- package/app/.next-cli-build/static/media/material-symbols-outlined.ec1fa111.woff2 +0 -0
- package/app/node_modules/@next/env/package.json +2 -2
- package/app/node_modules/baseline-browser-mapping/dist/index.cjs +1 -1
- package/app/node_modules/baseline-browser-mapping/package.json +3 -3
- package/app/node_modules/caniuse-lite/data/agents.js +1 -1
- package/app/node_modules/caniuse-lite/data/browserVersions.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/aac.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/apng.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/array-find.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/audio.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/av1.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/avif.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/beacon.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/bigint.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/border-image.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/brotli.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/calc.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/canvas.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/classlist.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/colr.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/console-time.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/const.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/cors.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-all.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-grid-lanes.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-has.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-if.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-table.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/customevent.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/customizable-select.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/datalist.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/dataset.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/datauri.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/decorators.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/details.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/dialog.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/download.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/eme.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/eot.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/es5.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/es6.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/fetch.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/filereader.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/flac.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/fontface.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/forms.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/heif.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/hevc.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/hidden.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/history.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/http2.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/http3.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/ime.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/imports.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/innertext.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/input-color.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/input-event.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/input-number.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/input-range.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/input-search.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/json.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/let.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/loading-lazy-media.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/mathml.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/menu.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/meter.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/midi.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/mp3.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/notifications.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/object-values.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/ogv.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/online-status.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/opus.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/outline.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/path2d.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/picture.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/ping.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/pointer.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/portals.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/progress.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/promises.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/proximity.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/proxy.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/push-api.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/rellist.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/rem.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/ruby.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/run-in.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/script-async.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/sdch.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/sni.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/spdy.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/srcset.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/stream.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/streams.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/svg.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/sxg.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/template.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/temporal.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/touch.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/ttf.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/u2f.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/url.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/vibration.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/video.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/wasm.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/wav.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/web-share.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/webgl.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/webhid.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/webm.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/webp.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/websockets.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/webusb.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/webvr.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/webxr.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/will-change.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/woff.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/woff2.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/word-break.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
- package/app/node_modules/caniuse-lite/data/features/zstd.js +1 -1
- package/app/node_modules/caniuse-lite/package.json +1 -1
- package/app/node_modules/koffi/build/koffi/darwin_arm64/koffi.node +0 -0
- package/app/node_modules/koffi/build/koffi/darwin_x64/koffi.node +0 -0
- package/app/node_modules/koffi/build/koffi/freebsd_arm64/koffi.node +0 -0
- package/app/node_modules/koffi/build/koffi/freebsd_ia32/koffi.node +0 -0
- package/app/node_modules/koffi/build/koffi/freebsd_x64/koffi.node +0 -0
- package/app/node_modules/koffi/build/koffi/linux_arm64/koffi.node +0 -0
- package/app/node_modules/koffi/build/koffi/linux_armhf/koffi.node +0 -0
- package/app/node_modules/koffi/build/koffi/linux_ia32/koffi.node +0 -0
- package/app/node_modules/koffi/build/koffi/linux_loong64/koffi.node +0 -0
- package/app/node_modules/koffi/build/koffi/linux_riscv64d/koffi.node +0 -0
- package/app/node_modules/koffi/build/koffi/linux_x64/koffi.node +0 -0
- package/app/node_modules/koffi/build/koffi/musl_arm64/koffi.node +0 -0
- package/app/node_modules/koffi/build/koffi/musl_x64/koffi.node +0 -0
- package/app/node_modules/koffi/build/koffi/openbsd_ia32/koffi.node +0 -0
- package/app/node_modules/koffi/build/koffi/openbsd_x64/koffi.node +0 -0
- package/app/node_modules/koffi/build/koffi/win32_arm64/koffi.node +0 -0
- package/app/node_modules/koffi/build/koffi/win32_ia32/koffi.node +0 -0
- package/app/node_modules/koffi/build/koffi/win32_x64/koffi.node +0 -0
- package/app/node_modules/koffi/index.js +634 -0
- package/app/node_modules/koffi/package.json +38 -0
- package/app/node_modules/next/dist/build/swc/index.js +1 -1
- package/app/node_modules/next/dist/build/webpack-config.js +3 -3
- package/app/node_modules/next/dist/client/dev/debug-channel.js +102 -2
- package/app/node_modules/next/dist/compiled/next-server/app-page-experimental.runtime.prod.js +10 -10
- package/app/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +11 -11
- package/app/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +13 -13
- package/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js +10 -10
- package/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js +2 -2
- package/app/node_modules/next/dist/compiled/next-server/pages.runtime.prod.js +1 -1
- package/app/node_modules/next/dist/lib/patch-incorrect-lockfile.js +3 -3
- package/app/node_modules/next/dist/server/app-render/action-handler.js +18 -8
- package/app/node_modules/next/dist/server/config-schema.js +1 -0
- package/app/node_modules/next/dist/server/config.js +1 -1
- package/app/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +2 -2
- package/app/node_modules/next/dist/server/dev/hot-reloader-webpack.js +1 -1
- package/app/node_modules/next/dist/server/lib/app-info-log.js +1 -1
- package/app/node_modules/next/dist/server/lib/encode-cache-tag.js +45 -0
- package/app/node_modules/next/dist/server/lib/implicit-tags.js +6 -3
- package/app/node_modules/next/dist/server/lib/patch-fetch.js +5 -1
- package/app/node_modules/next/dist/server/lib/start-server.js +1 -1
- package/app/node_modules/next/dist/shared/lib/errors/canary-only-config-error.js +1 -1
- package/app/node_modules/next/dist/shared/lib/router/router.js +8 -1
- package/app/node_modules/next/dist/telemetry/anonymous-meta.js +1 -1
- package/app/node_modules/next/dist/telemetry/events/swc-load-failure.js +1 -1
- package/app/node_modules/next/dist/telemetry/events/version.js +2 -2
- package/app/node_modules/next/package.json +15 -15
- package/app/node_modules/tldts/dist/cjs/index.js +1170 -0
- package/app/node_modules/tldts/package.json +89 -0
- package/app/node_modules/tls-client-node/bin/tls-client-windows-64-1.15.1.dll +0 -0
- package/app/node_modules/tls-client-node/dist/binary.js +293 -0
- package/app/node_modules/tls-client-node/dist/client.js +1000 -0
- package/app/node_modules/tls-client-node/dist/errors.js +41 -0
- package/app/node_modules/tls-client-node/dist/index.js +19 -0
- package/app/node_modules/tls-client-node/dist/multipart.js +69 -0
- package/app/node_modules/tls-client-node/dist/native.js +95 -0
- package/app/node_modules/tls-client-node/dist/response.js +66 -0
- package/app/node_modules/tls-client-node/dist/types.js +88 -0
- package/app/node_modules/tls-client-node/index.mjs +16 -0
- package/app/node_modules/tls-client-node/package.json +78 -0
- package/app/node_modules/tough-cookie/dist/index.cjs +2282 -0
- package/app/node_modules/tough-cookie/package.json +148 -0
- package/app/package.json +80 -79
- package/app/public/providers/chatgpt-web.png +0 -0
- package/app/server.js +1 -1
- package/app/src/mitm/server.js +2 -2
- package/package.json +49 -49
- package/src/cli/menus/providers.js +8 -4
- package/app/.next/server/chunks/4657.js +0 -1
- package/app/.next/server/chunks/4888.js +0 -1
- package/app/.next/server/chunks/8918.js +0 -1
- package/app/.next/server/chunks/9142.js +0 -1
- package/app/.next/static/chunks/1321-653ca08ce4c6e895.js +0 -1
- package/app/.next/static/chunks/1a258343-5938f676ed376386.js +0 -1
- package/app/.next/static/chunks/698-57b11f0d345c21be.js +0 -64
- package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-780e29c4c311194c.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-bcc9a2e4246ddbd8.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/console-log/page-b2d77aea3c0b05d0.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/media-providers/web/page-005bbd9915c7cea0.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-57708bcc11f45673.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-820f3344240f98b4.js +0 -3
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/new/page-96c63eae7adf29f3.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-96b20973bc54c145.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/quota/page-e88c7eea495f269b.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/skills/page-c4158204df8fc9c8.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/translator/page-a769d03c4f44374e.js +0 -1
- package/app/.next/static/chunks/app/_global-error/page-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/auth/login/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/auth/logout/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/auth/oidc/callback/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/auth/oidc/start/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/auth/oidc/test/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/auth/status/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/all-statuses/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/cline-settings/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/copilot-settings/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/cowork-mcp-registry/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/cowork-mcp-tools/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/cowork-settings/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/deepseek-tui-settings/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/hermes-settings/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/jcode-settings/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/kilo-settings/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/opencode-settings/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/auth/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/credentials/update/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/model/resolve/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/models/alias/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/combos/[id]/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/combos/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/health/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/init/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/keys/[id]/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/keys/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/locale/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/mcp/[plugin]/message/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/mcp/[plugin]/sse/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/media/download/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/deepgram/voices/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/inworld/voices/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/minimax/voices/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/voices/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/models/alias/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/models/availability/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/models/custom/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/models/disabled/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/models/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/models/test/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/codex/import/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/cursor/import/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/gitlab/pat/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/iflow/cookie/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/browser-login/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/import/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/pricing/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/validate/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/models/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/test/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/test-models/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/providers/client/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/providers/export/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/providers/import/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/providers/kilo/free-models/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/providers/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/providers/suggested-models/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/providers/test-batch/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/providers/validate/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/test/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/vercel-deploy/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/settings/database/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/settings/proxy-test/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/settings/require-login/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/settings/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/shutdown/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/tags/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/translator/console-logs/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/translator/console-logs/stream/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/translator/load/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/translator/save/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/translator/send/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/translator/translate/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/update/check/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/usage/[connectionId]/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/usage/chart/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/usage/history/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/usage/providers/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/usage/request-details/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/usage/request-logs/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/usage/stats/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/usage/stream/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/api/chat/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/audio/speech/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/audio/transcriptions/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/audio/voices/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/chat/completions/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/embeddings/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/images/generations/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/messages/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/models/[kind]/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/models/info/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/models/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/responses/compact/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/responses/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/search/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/video/generations/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/v1/web/fetch/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/api/v1beta/models/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/callback/page-9b5bdc320d59c61a.js +0 -1
- package/app/.next/static/chunks/app/dashboard/settings/pricing/page-8e3fa29a8f753a5e.js +0 -1
- package/app/.next/static/chunks/app/login/page-050a9acacb7d8882.js +0 -1
- package/app/.next/static/chunks/app/manifest.webmanifest/route-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/app/page-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/global-error-3bf57d79ea2a59e9.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/not-found-415e99982d77970b.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-415e99982d77970b.js +0 -1
- package/app/.next/static/css/7c9ebbeddd0a45aa.css +0 -1
- package/app/.next/static/media/material-symbols-outlined.a9f35393.woff2 +0 -0
- package/app/.next-cli-build/static/chunks/1321-653ca08ce4c6e895.js +0 -1
- package/app/.next-cli-build/static/chunks/1a258343-5938f676ed376386.js +0 -1
- package/app/.next-cli-build/static/chunks/698-57b11f0d345c21be.js +0 -64
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/page-780e29c4c311194c.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/combos/page-bcc9a2e4246ddbd8.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/console-log/page-b2d77aea3c0b05d0.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/web/page-005bbd9915c7cea0.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/profile/page-57708bcc11f45673.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-820f3344240f98b4.js +0 -3
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/new/page-96c63eae7adf29f3.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/page-96b20973bc54c145.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/quota/page-e88c7eea495f269b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/skills/page-c4158204df8fc9c8.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/translator/page-a769d03c4f44374e.js +0 -1
- package/app/.next-cli-build/static/chunks/app/_global-error/page-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/auth/login/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/auth/logout/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/auth/oidc/callback/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/auth/oidc/start/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/auth/oidc/test/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/auth/status/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/all-statuses/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/antigravity-mitm/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/claude-settings/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/cline-settings/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/codex-settings/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/copilot-settings/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-mcp-registry/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-mcp-tools/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-settings/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/deepseek-tui-settings/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/droid-settings/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/hermes-settings/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/jcode-settings/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/kilo-settings/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/openclaw-settings/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/opencode-settings/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cloud/auth/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cloud/credentials/update/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cloud/model/resolve/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cloud/models/alias/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/combos/[id]/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/combos/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/health/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/init/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/keys/[id]/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/keys/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/locale/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/mcp/[plugin]/message/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/mcp/[plugin]/sse/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/media/download/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/deepgram/voices/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/inworld/voices/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/minimax/voices/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/voices/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/models/alias/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/models/availability/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/models/custom/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/models/disabled/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/models/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/models/test/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/[provider]/[action]/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/codex/import/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/cursor/auto-import/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/cursor/import/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/gitlab/pat/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/iflow/cookie/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/auto-import/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/browser-login/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/import/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/social-authorize/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/social-exchange/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/pricing/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/provider-nodes/[id]/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/provider-nodes/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/provider-nodes/validate/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/[id]/models/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/[id]/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/[id]/test/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/[id]/test-models/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/client/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/export/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/import/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/kilo/free-models/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/suggested-models/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/test-batch/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/validate/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/[id]/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/[id]/test/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/vercel-deploy/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/settings/database/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/settings/proxy-test/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/settings/require-login/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/settings/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/shutdown/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/tags/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/translator/console-logs/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/translator/console-logs/stream/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/translator/load/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/translator/save/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/translator/send/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/translator/translate/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/update/check/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/usage/[connectionId]/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/usage/chart/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/usage/history/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/usage/providers/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/usage/request-details/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/usage/request-logs/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/usage/stats/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/usage/stream/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/api/chat/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/audio/speech/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/audio/transcriptions/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/audio/voices/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/chat/completions/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/embeddings/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/images/generations/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/messages/count_tokens/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/messages/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/models/[kind]/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/models/info/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/models/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/responses/compact/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/responses/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/search/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/video/generations/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/web/fetch/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1beta/models/[...path]/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1beta/models/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/callback/page-9b5bdc320d59c61a.js +0 -1
- package/app/.next-cli-build/static/chunks/app/dashboard/settings/pricing/page-8e3fa29a8f753a5e.js +0 -1
- package/app/.next-cli-build/static/chunks/app/login/page-050a9acacb7d8882.js +0 -1
- package/app/.next-cli-build/static/chunks/app/manifest.webmanifest/route-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/app/page-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/app-error-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/forbidden-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/global-error-3bf57d79ea2a59e9.js +0 -1
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/not-found-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/unauthorized-415e99982d77970b.js +0 -1
- package/app/.next-cli-build/static/css/7c9ebbeddd0a45aa.css +0 -1
- package/app/.next-cli-build/static/media/material-symbols-outlined.a9f35393.woff2 +0 -0
- package/app/cli/.build-home/AppData/Local/npm-cache/_update-notifier-last-checked +0 -0
- package/app/cli/.build-home/AppData/Roaming/nextjs-nodejs/Config/config.json +0 -7
- /package/app/.next/static/{uSk8fvki1Xuy7nlktCQsE → 0upBBziHoCcHIU60tgxI0}/_ssgManifest.js +0 -0
- /package/app/.next-cli-build/static/{uSk8fvki1Xuy7nlktCQsE → 0upBBziHoCcHIU60tgxI0}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,2282 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// lib/cookie/index.ts
|
|
21
|
+
var index_exports = {};
|
|
22
|
+
__export(index_exports, {
|
|
23
|
+
Cookie: () => Cookie,
|
|
24
|
+
CookieJar: () => CookieJar,
|
|
25
|
+
MemoryCookieStore: () => MemoryCookieStore,
|
|
26
|
+
ParameterError: () => ParameterError,
|
|
27
|
+
PrefixSecurityEnum: () => PrefixSecurityEnum,
|
|
28
|
+
Store: () => Store,
|
|
29
|
+
canonicalDomain: () => canonicalDomain,
|
|
30
|
+
cookieCompare: () => cookieCompare,
|
|
31
|
+
defaultPath: () => defaultPath,
|
|
32
|
+
domainMatch: () => domainMatch,
|
|
33
|
+
formatDate: () => formatDate,
|
|
34
|
+
fromJSON: () => fromJSON2,
|
|
35
|
+
getPublicSuffix: () => getPublicSuffix,
|
|
36
|
+
parse: () => parse2,
|
|
37
|
+
parseDate: () => parseDate,
|
|
38
|
+
pathMatch: () => pathMatch,
|
|
39
|
+
permuteDomain: () => permuteDomain,
|
|
40
|
+
permutePath: () => permutePath,
|
|
41
|
+
version: () => version
|
|
42
|
+
});
|
|
43
|
+
module.exports = __toCommonJS(index_exports);
|
|
44
|
+
|
|
45
|
+
// lib/pathMatch.ts
|
|
46
|
+
function pathMatch(reqPath, cookiePath) {
|
|
47
|
+
if (cookiePath === reqPath) {
|
|
48
|
+
return true;
|
|
49
|
+
}
|
|
50
|
+
const idx = reqPath.indexOf(cookiePath);
|
|
51
|
+
if (idx === 0) {
|
|
52
|
+
if (cookiePath[cookiePath.length - 1] === "/") {
|
|
53
|
+
return true;
|
|
54
|
+
}
|
|
55
|
+
if (reqPath.startsWith(cookiePath) && reqPath[cookiePath.length] === "/") {
|
|
56
|
+
return true;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
return false;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
// lib/getPublicSuffix.ts
|
|
63
|
+
var import_tldts = require("tldts");
|
|
64
|
+
var SPECIAL_USE_DOMAINS = ["local", "example", "invalid", "localhost", "test"];
|
|
65
|
+
var SPECIAL_TREATMENT_DOMAINS = ["localhost", "invalid"];
|
|
66
|
+
var defaultGetPublicSuffixOptions = {
|
|
67
|
+
allowSpecialUseDomain: false,
|
|
68
|
+
ignoreError: false
|
|
69
|
+
};
|
|
70
|
+
function getPublicSuffix(domain, options = {}) {
|
|
71
|
+
options = { ...defaultGetPublicSuffixOptions, ...options };
|
|
72
|
+
const domainParts = domain.split(".");
|
|
73
|
+
const topLevelDomain = domainParts[domainParts.length - 1];
|
|
74
|
+
const allowSpecialUseDomain = !!options.allowSpecialUseDomain;
|
|
75
|
+
const ignoreError = !!options.ignoreError;
|
|
76
|
+
if (allowSpecialUseDomain && topLevelDomain !== void 0 && SPECIAL_USE_DOMAINS.includes(topLevelDomain)) {
|
|
77
|
+
if (domainParts.length > 1) {
|
|
78
|
+
const secondLevelDomain = domainParts[domainParts.length - 2];
|
|
79
|
+
return `${secondLevelDomain}.${topLevelDomain}`;
|
|
80
|
+
} else if (SPECIAL_TREATMENT_DOMAINS.includes(topLevelDomain)) {
|
|
81
|
+
return topLevelDomain;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
if (!ignoreError && topLevelDomain !== void 0 && SPECIAL_USE_DOMAINS.includes(topLevelDomain)) {
|
|
85
|
+
throw new Error(
|
|
86
|
+
`Cookie has domain set to the public suffix "${topLevelDomain}" which is a special use domain. To allow this, configure your CookieJar with {allowSpecialUseDomain: true, rejectPublicSuffixes: false}.`
|
|
87
|
+
);
|
|
88
|
+
}
|
|
89
|
+
const publicSuffix = (0, import_tldts.getDomain)(domain, {
|
|
90
|
+
allowIcannDomains: true,
|
|
91
|
+
allowPrivateDomains: true
|
|
92
|
+
});
|
|
93
|
+
if (publicSuffix) return publicSuffix;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// lib/permuteDomain.ts
|
|
97
|
+
function permuteDomain(domain, allowSpecialUseDomain) {
|
|
98
|
+
const pubSuf = getPublicSuffix(domain, {
|
|
99
|
+
allowSpecialUseDomain
|
|
100
|
+
});
|
|
101
|
+
if (!pubSuf) {
|
|
102
|
+
return void 0;
|
|
103
|
+
}
|
|
104
|
+
if (pubSuf == domain) {
|
|
105
|
+
return [domain];
|
|
106
|
+
}
|
|
107
|
+
if (domain.slice(-1) == ".") {
|
|
108
|
+
domain = domain.slice(0, -1);
|
|
109
|
+
}
|
|
110
|
+
const prefix = domain.slice(0, -(pubSuf.length + 1));
|
|
111
|
+
const parts = prefix.split(".").reverse();
|
|
112
|
+
let cur = pubSuf;
|
|
113
|
+
const permutations = [cur];
|
|
114
|
+
while (parts.length) {
|
|
115
|
+
const part = parts.shift();
|
|
116
|
+
cur = `${part}.${cur}`;
|
|
117
|
+
permutations.push(cur);
|
|
118
|
+
}
|
|
119
|
+
return permutations;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
// lib/store.ts
|
|
123
|
+
var Store = class {
|
|
124
|
+
constructor() {
|
|
125
|
+
this.synchronous = false;
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* @internal No doc because this is an overload that supports the implementation
|
|
129
|
+
*/
|
|
130
|
+
findCookie(_domain, _path, _key, _callback) {
|
|
131
|
+
throw new Error("findCookie is not implemented");
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* @internal No doc because this is an overload that supports the implementation
|
|
135
|
+
*/
|
|
136
|
+
findCookies(_domain, _path, _allowSpecialUseDomain = false, _callback) {
|
|
137
|
+
throw new Error("findCookies is not implemented");
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* @internal No doc because this is an overload that supports the implementation
|
|
141
|
+
*/
|
|
142
|
+
putCookie(_cookie, _callback) {
|
|
143
|
+
throw new Error("putCookie is not implemented");
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* @internal No doc because this is an overload that supports the implementation
|
|
147
|
+
*/
|
|
148
|
+
updateCookie(_oldCookie, _newCookie, _callback) {
|
|
149
|
+
throw new Error("updateCookie is not implemented");
|
|
150
|
+
}
|
|
151
|
+
/**
|
|
152
|
+
* @internal No doc because this is an overload that supports the implementation
|
|
153
|
+
*/
|
|
154
|
+
removeCookie(_domain, _path, _key, _callback) {
|
|
155
|
+
throw new Error("removeCookie is not implemented");
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* @internal No doc because this is an overload that supports the implementation
|
|
159
|
+
*/
|
|
160
|
+
removeCookies(_domain, _path, _callback) {
|
|
161
|
+
throw new Error("removeCookies is not implemented");
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* @internal No doc because this is an overload that supports the implementation
|
|
165
|
+
*/
|
|
166
|
+
removeAllCookies(_callback) {
|
|
167
|
+
throw new Error("removeAllCookies is not implemented");
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* @internal No doc because this is an overload that supports the implementation
|
|
171
|
+
*/
|
|
172
|
+
getAllCookies(_callback) {
|
|
173
|
+
throw new Error(
|
|
174
|
+
"getAllCookies is not implemented (therefore jar cannot be serialized)"
|
|
175
|
+
);
|
|
176
|
+
}
|
|
177
|
+
};
|
|
178
|
+
|
|
179
|
+
// lib/utils.ts
|
|
180
|
+
var objectToString = (obj) => Object.prototype.toString.call(obj);
|
|
181
|
+
var safeArrayToString = (arr, seenArrays) => {
|
|
182
|
+
if (typeof arr.join !== "function") return objectToString(arr);
|
|
183
|
+
seenArrays.add(arr);
|
|
184
|
+
const mapped = arr.map(
|
|
185
|
+
(val) => val === null || val === void 0 || seenArrays.has(val) ? "" : safeToStringImpl(val, seenArrays)
|
|
186
|
+
);
|
|
187
|
+
return mapped.join();
|
|
188
|
+
};
|
|
189
|
+
var safeToStringImpl = (val, seenArrays = /* @__PURE__ */ new WeakSet()) => {
|
|
190
|
+
if (typeof val !== "object" || val === null) {
|
|
191
|
+
return String(val);
|
|
192
|
+
} else if (typeof val.toString === "function") {
|
|
193
|
+
return Array.isArray(val) ? (
|
|
194
|
+
// Arrays have a weird custom toString that we need to replicate
|
|
195
|
+
safeArrayToString(val, seenArrays)
|
|
196
|
+
) : (
|
|
197
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
198
|
+
String(val)
|
|
199
|
+
);
|
|
200
|
+
} else {
|
|
201
|
+
return objectToString(val);
|
|
202
|
+
}
|
|
203
|
+
};
|
|
204
|
+
var safeToString = (val) => safeToStringImpl(val);
|
|
205
|
+
function createPromiseCallback(cb) {
|
|
206
|
+
let callback;
|
|
207
|
+
let resolve;
|
|
208
|
+
let reject;
|
|
209
|
+
const promise = new Promise((_resolve, _reject) => {
|
|
210
|
+
resolve = _resolve;
|
|
211
|
+
reject = _reject;
|
|
212
|
+
});
|
|
213
|
+
if (typeof cb === "function") {
|
|
214
|
+
callback = (err, result) => {
|
|
215
|
+
try {
|
|
216
|
+
if (err) cb(err);
|
|
217
|
+
else cb(null, result);
|
|
218
|
+
} catch (e) {
|
|
219
|
+
reject(e instanceof Error ? e : new Error());
|
|
220
|
+
}
|
|
221
|
+
};
|
|
222
|
+
} else {
|
|
223
|
+
callback = (err, result) => {
|
|
224
|
+
try {
|
|
225
|
+
if (err) reject(err);
|
|
226
|
+
else resolve(result);
|
|
227
|
+
} catch (e) {
|
|
228
|
+
reject(e instanceof Error ? e : new Error());
|
|
229
|
+
}
|
|
230
|
+
};
|
|
231
|
+
}
|
|
232
|
+
return {
|
|
233
|
+
promise,
|
|
234
|
+
callback,
|
|
235
|
+
resolve: (value) => {
|
|
236
|
+
callback(null, value);
|
|
237
|
+
return promise;
|
|
238
|
+
},
|
|
239
|
+
reject: (error) => {
|
|
240
|
+
callback(error);
|
|
241
|
+
return promise;
|
|
242
|
+
}
|
|
243
|
+
};
|
|
244
|
+
}
|
|
245
|
+
function inOperator(k, o) {
|
|
246
|
+
return k in o;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
// lib/memstore.ts
|
|
250
|
+
var MemoryCookieStore = class extends Store {
|
|
251
|
+
/**
|
|
252
|
+
* Create a new {@link MemoryCookieStore}.
|
|
253
|
+
*/
|
|
254
|
+
constructor() {
|
|
255
|
+
super();
|
|
256
|
+
this.synchronous = true;
|
|
257
|
+
this.idx = /* @__PURE__ */ Object.create(null);
|
|
258
|
+
}
|
|
259
|
+
/**
|
|
260
|
+
* @internal No doc because this is an overload that supports the implementation
|
|
261
|
+
*/
|
|
262
|
+
findCookie(domain, path, key, callback) {
|
|
263
|
+
const promiseCallback = createPromiseCallback(callback);
|
|
264
|
+
if (domain == null || path == null || key == null) {
|
|
265
|
+
return promiseCallback.resolve(void 0);
|
|
266
|
+
}
|
|
267
|
+
const result = this.idx[domain]?.[path]?.[key];
|
|
268
|
+
return promiseCallback.resolve(result);
|
|
269
|
+
}
|
|
270
|
+
/**
|
|
271
|
+
* @internal No doc because this is an overload that supports the implementation
|
|
272
|
+
*/
|
|
273
|
+
findCookies(domain, path, allowSpecialUseDomain = false, callback) {
|
|
274
|
+
if (typeof allowSpecialUseDomain === "function") {
|
|
275
|
+
callback = allowSpecialUseDomain;
|
|
276
|
+
allowSpecialUseDomain = true;
|
|
277
|
+
}
|
|
278
|
+
const results = [];
|
|
279
|
+
const promiseCallback = createPromiseCallback(callback);
|
|
280
|
+
if (!domain) {
|
|
281
|
+
return promiseCallback.resolve([]);
|
|
282
|
+
}
|
|
283
|
+
let pathMatcher;
|
|
284
|
+
if (!path) {
|
|
285
|
+
pathMatcher = function matchAll(domainIndex) {
|
|
286
|
+
for (const curPath in domainIndex) {
|
|
287
|
+
const pathIndex = domainIndex[curPath];
|
|
288
|
+
for (const key in pathIndex) {
|
|
289
|
+
const value = pathIndex[key];
|
|
290
|
+
if (value) {
|
|
291
|
+
results.push(value);
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
};
|
|
296
|
+
} else {
|
|
297
|
+
pathMatcher = function matchRFC(domainIndex) {
|
|
298
|
+
for (const cookiePath in domainIndex) {
|
|
299
|
+
if (pathMatch(path, cookiePath)) {
|
|
300
|
+
const pathIndex = domainIndex[cookiePath];
|
|
301
|
+
for (const key in pathIndex) {
|
|
302
|
+
const value = pathIndex[key];
|
|
303
|
+
if (value) {
|
|
304
|
+
results.push(value);
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
};
|
|
310
|
+
}
|
|
311
|
+
const domains = permuteDomain(domain, allowSpecialUseDomain) || [domain];
|
|
312
|
+
const idx = this.idx;
|
|
313
|
+
domains.forEach((curDomain) => {
|
|
314
|
+
const domainIndex = idx[curDomain];
|
|
315
|
+
if (!domainIndex) {
|
|
316
|
+
return;
|
|
317
|
+
}
|
|
318
|
+
pathMatcher(domainIndex);
|
|
319
|
+
});
|
|
320
|
+
return promiseCallback.resolve(results);
|
|
321
|
+
}
|
|
322
|
+
/**
|
|
323
|
+
* @internal No doc because this is an overload that supports the implementation
|
|
324
|
+
*/
|
|
325
|
+
putCookie(cookie, callback) {
|
|
326
|
+
const promiseCallback = createPromiseCallback(callback);
|
|
327
|
+
const { domain, path, key } = cookie;
|
|
328
|
+
if (domain == null || path == null || key == null) {
|
|
329
|
+
return promiseCallback.resolve(void 0);
|
|
330
|
+
}
|
|
331
|
+
const domainEntry = this.idx[domain] ?? /* @__PURE__ */ Object.create(null);
|
|
332
|
+
this.idx[domain] = domainEntry;
|
|
333
|
+
const pathEntry = domainEntry[path] ?? /* @__PURE__ */ Object.create(null);
|
|
334
|
+
domainEntry[path] = pathEntry;
|
|
335
|
+
pathEntry[key] = cookie;
|
|
336
|
+
return promiseCallback.resolve(void 0);
|
|
337
|
+
}
|
|
338
|
+
/**
|
|
339
|
+
* @internal No doc because this is an overload that supports the implementation
|
|
340
|
+
*/
|
|
341
|
+
updateCookie(_oldCookie, newCookie, callback) {
|
|
342
|
+
if (callback) this.putCookie(newCookie, callback);
|
|
343
|
+
else return this.putCookie(newCookie);
|
|
344
|
+
}
|
|
345
|
+
/**
|
|
346
|
+
* @internal No doc because this is an overload that supports the implementation
|
|
347
|
+
*/
|
|
348
|
+
removeCookie(domain, path, key, callback) {
|
|
349
|
+
const promiseCallback = createPromiseCallback(callback);
|
|
350
|
+
delete this.idx[domain]?.[path]?.[key];
|
|
351
|
+
return promiseCallback.resolve(void 0);
|
|
352
|
+
}
|
|
353
|
+
/**
|
|
354
|
+
* @internal No doc because this is an overload that supports the implementation
|
|
355
|
+
*/
|
|
356
|
+
removeCookies(domain, path, callback) {
|
|
357
|
+
const promiseCallback = createPromiseCallback(callback);
|
|
358
|
+
const domainEntry = this.idx[domain];
|
|
359
|
+
if (domainEntry) {
|
|
360
|
+
if (path) {
|
|
361
|
+
delete domainEntry[path];
|
|
362
|
+
} else {
|
|
363
|
+
delete this.idx[domain];
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
return promiseCallback.resolve(void 0);
|
|
367
|
+
}
|
|
368
|
+
/**
|
|
369
|
+
* @internal No doc because this is an overload that supports the implementation
|
|
370
|
+
*/
|
|
371
|
+
removeAllCookies(callback) {
|
|
372
|
+
const promiseCallback = createPromiseCallback(callback);
|
|
373
|
+
this.idx = /* @__PURE__ */ Object.create(null);
|
|
374
|
+
return promiseCallback.resolve(void 0);
|
|
375
|
+
}
|
|
376
|
+
/**
|
|
377
|
+
* @internal No doc because this is an overload that supports the implementation
|
|
378
|
+
*/
|
|
379
|
+
getAllCookies(callback) {
|
|
380
|
+
const promiseCallback = createPromiseCallback(callback);
|
|
381
|
+
const cookies = [];
|
|
382
|
+
const idx = this.idx;
|
|
383
|
+
const domains = Object.keys(idx);
|
|
384
|
+
domains.forEach((domain) => {
|
|
385
|
+
const domainEntry = idx[domain] ?? {};
|
|
386
|
+
const paths = Object.keys(domainEntry);
|
|
387
|
+
paths.forEach((path) => {
|
|
388
|
+
const pathEntry = domainEntry[path] ?? {};
|
|
389
|
+
const keys = Object.keys(pathEntry);
|
|
390
|
+
keys.forEach((key) => {
|
|
391
|
+
const keyEntry = pathEntry[key];
|
|
392
|
+
if (keyEntry != null) {
|
|
393
|
+
cookies.push(keyEntry);
|
|
394
|
+
}
|
|
395
|
+
});
|
|
396
|
+
});
|
|
397
|
+
});
|
|
398
|
+
cookies.sort((a, b) => {
|
|
399
|
+
return (a.creationIndex || 0) - (b.creationIndex || 0);
|
|
400
|
+
});
|
|
401
|
+
return promiseCallback.resolve(cookies);
|
|
402
|
+
}
|
|
403
|
+
};
|
|
404
|
+
|
|
405
|
+
// lib/validators.ts
|
|
406
|
+
function isNonEmptyString(data) {
|
|
407
|
+
return isString(data) && data !== "";
|
|
408
|
+
}
|
|
409
|
+
function isEmptyString(data) {
|
|
410
|
+
return data === "" || data instanceof String && data.toString() === "";
|
|
411
|
+
}
|
|
412
|
+
function isString(data) {
|
|
413
|
+
return typeof data === "string" || data instanceof String;
|
|
414
|
+
}
|
|
415
|
+
function isObject(data) {
|
|
416
|
+
return objectToString(data) === "[object Object]";
|
|
417
|
+
}
|
|
418
|
+
function validate(bool, cbOrMessage, message) {
|
|
419
|
+
if (bool) return;
|
|
420
|
+
const cb = typeof cbOrMessage === "function" ? cbOrMessage : void 0;
|
|
421
|
+
let options = typeof cbOrMessage === "function" ? message : cbOrMessage;
|
|
422
|
+
if (!isObject(options)) options = "[object Object]";
|
|
423
|
+
const err = new ParameterError(safeToString(options));
|
|
424
|
+
if (cb) cb(err);
|
|
425
|
+
else throw err;
|
|
426
|
+
}
|
|
427
|
+
var ParameterError = class extends Error {
|
|
428
|
+
};
|
|
429
|
+
|
|
430
|
+
// lib/version.ts
|
|
431
|
+
var version = "6.0.1";
|
|
432
|
+
|
|
433
|
+
// lib/cookie/constants.ts
|
|
434
|
+
var PrefixSecurityEnum = {
|
|
435
|
+
SILENT: "silent",
|
|
436
|
+
STRICT: "strict",
|
|
437
|
+
DISABLED: "unsafe-disabled"
|
|
438
|
+
};
|
|
439
|
+
Object.freeze(PrefixSecurityEnum);
|
|
440
|
+
var IP_V6_REGEX = `
|
|
441
|
+
\\[?(?:
|
|
442
|
+
(?:[a-fA-F\\d]{1,4}:){7}(?:[a-fA-F\\d]{1,4}|:)|
|
|
443
|
+
(?:[a-fA-F\\d]{1,4}:){6}(?:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|:[a-fA-F\\d]{1,4}|:)|
|
|
444
|
+
(?:[a-fA-F\\d]{1,4}:){5}(?::(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,2}|:)|
|
|
445
|
+
(?:[a-fA-F\\d]{1,4}:){4}(?:(?::[a-fA-F\\d]{1,4}){0,1}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,3}|:)|
|
|
446
|
+
(?:[a-fA-F\\d]{1,4}:){3}(?:(?::[a-fA-F\\d]{1,4}){0,2}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,4}|:)|
|
|
447
|
+
(?:[a-fA-F\\d]{1,4}:){2}(?:(?::[a-fA-F\\d]{1,4}){0,3}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,5}|:)|
|
|
448
|
+
(?:[a-fA-F\\d]{1,4}:){1}(?:(?::[a-fA-F\\d]{1,4}){0,4}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,6}|:)|
|
|
449
|
+
(?::(?:(?::[a-fA-F\\d]{1,4}){0,5}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,7}|:))
|
|
450
|
+
)(?:%[0-9a-zA-Z]{1,})?\\]?
|
|
451
|
+
`.replace(/\s*\/\/.*$/gm, "").replace(/\n/g, "").trim();
|
|
452
|
+
var IP_V6_REGEX_OBJECT = new RegExp(`^${IP_V6_REGEX}$`);
|
|
453
|
+
var IP_V4_REGEX = `(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])`;
|
|
454
|
+
var IP_V4_REGEX_OBJECT = new RegExp(`^${IP_V4_REGEX}$`);
|
|
455
|
+
|
|
456
|
+
// lib/cookie/canonicalDomain.ts
|
|
457
|
+
function domainToASCII(domain) {
|
|
458
|
+
return new URL(`http://${domain}`).hostname;
|
|
459
|
+
}
|
|
460
|
+
function canonicalDomain(domainName) {
|
|
461
|
+
if (domainName == null) {
|
|
462
|
+
return void 0;
|
|
463
|
+
}
|
|
464
|
+
let str = domainName.trim().replace(/^\./, "");
|
|
465
|
+
if (IP_V6_REGEX_OBJECT.test(str)) {
|
|
466
|
+
if (!str.startsWith("[")) {
|
|
467
|
+
str = "[" + str;
|
|
468
|
+
}
|
|
469
|
+
if (!str.endsWith("]")) {
|
|
470
|
+
str = str + "]";
|
|
471
|
+
}
|
|
472
|
+
return domainToASCII(str).slice(1, -1);
|
|
473
|
+
}
|
|
474
|
+
if (/[^\u0001-\u007f]/.test(str)) {
|
|
475
|
+
return domainToASCII(str);
|
|
476
|
+
}
|
|
477
|
+
return str.toLowerCase();
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
// lib/cookie/formatDate.ts
|
|
481
|
+
function formatDate(date) {
|
|
482
|
+
return date.toUTCString();
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
// lib/cookie/parseDate.ts
|
|
486
|
+
function parseDate(cookieDate) {
|
|
487
|
+
if (!cookieDate) {
|
|
488
|
+
return void 0;
|
|
489
|
+
}
|
|
490
|
+
const flags = {
|
|
491
|
+
foundTime: void 0,
|
|
492
|
+
foundDayOfMonth: void 0,
|
|
493
|
+
foundMonth: void 0,
|
|
494
|
+
foundYear: void 0
|
|
495
|
+
};
|
|
496
|
+
const dateTokens = cookieDate.split(DELIMITER).filter((token) => token.length > 0);
|
|
497
|
+
for (const dateToken of dateTokens) {
|
|
498
|
+
if (flags.foundTime === void 0) {
|
|
499
|
+
const [, hours, minutes, seconds] = TIME.exec(dateToken) || [];
|
|
500
|
+
if (hours != void 0 && minutes != void 0 && seconds != void 0) {
|
|
501
|
+
const parsedHours = parseInt(hours, 10);
|
|
502
|
+
const parsedMinutes = parseInt(minutes, 10);
|
|
503
|
+
const parsedSeconds = parseInt(seconds, 10);
|
|
504
|
+
if (!isNaN(parsedHours) && !isNaN(parsedMinutes) && !isNaN(parsedSeconds)) {
|
|
505
|
+
flags.foundTime = {
|
|
506
|
+
hours: parsedHours,
|
|
507
|
+
minutes: parsedMinutes,
|
|
508
|
+
seconds: parsedSeconds
|
|
509
|
+
};
|
|
510
|
+
continue;
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
if (flags.foundDayOfMonth === void 0 && DAY_OF_MONTH.test(dateToken)) {
|
|
515
|
+
const dayOfMonth = parseInt(dateToken, 10);
|
|
516
|
+
if (!isNaN(dayOfMonth)) {
|
|
517
|
+
flags.foundDayOfMonth = dayOfMonth;
|
|
518
|
+
continue;
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
if (flags.foundMonth === void 0 && MONTH.test(dateToken)) {
|
|
522
|
+
const month = months.indexOf(dateToken.substring(0, 3).toLowerCase());
|
|
523
|
+
if (month >= 0 && month <= 11) {
|
|
524
|
+
flags.foundMonth = month;
|
|
525
|
+
continue;
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
if (flags.foundYear === void 0 && YEAR.test(dateToken)) {
|
|
529
|
+
const parsedYear = parseInt(dateToken, 10);
|
|
530
|
+
if (!isNaN(parsedYear)) {
|
|
531
|
+
flags.foundYear = parsedYear;
|
|
532
|
+
continue;
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
if (flags.foundYear !== void 0 && flags.foundYear >= 70 && flags.foundYear <= 99) {
|
|
537
|
+
flags.foundYear += 1900;
|
|
538
|
+
}
|
|
539
|
+
if (flags.foundYear !== void 0 && flags.foundYear >= 0 && flags.foundYear <= 69) {
|
|
540
|
+
flags.foundYear += 2e3;
|
|
541
|
+
}
|
|
542
|
+
if (flags.foundDayOfMonth === void 0 || flags.foundMonth === void 0 || flags.foundYear === void 0 || flags.foundTime === void 0) {
|
|
543
|
+
return void 0;
|
|
544
|
+
}
|
|
545
|
+
if (flags.foundDayOfMonth < 1 || flags.foundDayOfMonth > 31) {
|
|
546
|
+
return void 0;
|
|
547
|
+
}
|
|
548
|
+
if (flags.foundYear < 1601) {
|
|
549
|
+
return void 0;
|
|
550
|
+
}
|
|
551
|
+
if (flags.foundTime.hours > 23) {
|
|
552
|
+
return void 0;
|
|
553
|
+
}
|
|
554
|
+
if (flags.foundTime.minutes > 59) {
|
|
555
|
+
return void 0;
|
|
556
|
+
}
|
|
557
|
+
if (flags.foundTime.seconds > 59) {
|
|
558
|
+
return void 0;
|
|
559
|
+
}
|
|
560
|
+
const date = new Date(
|
|
561
|
+
Date.UTC(
|
|
562
|
+
flags.foundYear,
|
|
563
|
+
flags.foundMonth,
|
|
564
|
+
flags.foundDayOfMonth,
|
|
565
|
+
flags.foundTime.hours,
|
|
566
|
+
flags.foundTime.minutes,
|
|
567
|
+
flags.foundTime.seconds
|
|
568
|
+
)
|
|
569
|
+
);
|
|
570
|
+
if (date.getUTCFullYear() !== flags.foundYear || date.getUTCMonth() !== flags.foundMonth || date.getUTCDate() !== flags.foundDayOfMonth) {
|
|
571
|
+
return void 0;
|
|
572
|
+
}
|
|
573
|
+
return date;
|
|
574
|
+
}
|
|
575
|
+
var months = [
|
|
576
|
+
"jan",
|
|
577
|
+
"feb",
|
|
578
|
+
"mar",
|
|
579
|
+
"apr",
|
|
580
|
+
"may",
|
|
581
|
+
"jun",
|
|
582
|
+
"jul",
|
|
583
|
+
"aug",
|
|
584
|
+
"sep",
|
|
585
|
+
"oct",
|
|
586
|
+
"nov",
|
|
587
|
+
"dec"
|
|
588
|
+
];
|
|
589
|
+
var DELIMITER = /[\x09\x20-\x2F\x3B-\x40\x5B-\x60\x7B-\x7E]/;
|
|
590
|
+
var TIME = /^(\d{1,2}):(\d{1,2}):(\d{1,2})(?:[\x00-\x2F\x3A-\xFF][\x00-\xFF]*)?$/;
|
|
591
|
+
var DAY_OF_MONTH = /^[0-9]{1,2}(?:[\x00-\x2F\x3A-\xFF][\x00-\xFF]*)?$/;
|
|
592
|
+
var MONTH = /^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)[\x00-\xFF]*$/i;
|
|
593
|
+
var YEAR = /^[\x30-\x39]{2,4}(?:[\x00-\x2F\x3A-\xFF][\x00-\xFF]*)?$/;
|
|
594
|
+
|
|
595
|
+
// lib/cookie/cookie.ts
|
|
596
|
+
var COOKIE_OCTETS = /^[\x21\x23-\x2B\x2D-\x3A\x3C-\x5B\x5D-\x7E]+$/;
|
|
597
|
+
var PATH_VALUE = /[\x20-\x3A\x3C-\x7E]+/;
|
|
598
|
+
var CONTROL_CHARS = /[\x00-\x1F]/;
|
|
599
|
+
var TERMINATORS = ["\n", "\r", "\0"];
|
|
600
|
+
function trimTerminator(str) {
|
|
601
|
+
if (isEmptyString(str)) return str;
|
|
602
|
+
for (let t = 0; t < TERMINATORS.length; t++) {
|
|
603
|
+
const terminator = TERMINATORS[t];
|
|
604
|
+
const terminatorIdx = terminator ? str.indexOf(terminator) : -1;
|
|
605
|
+
if (terminatorIdx !== -1) {
|
|
606
|
+
str = str.slice(0, terminatorIdx);
|
|
607
|
+
}
|
|
608
|
+
}
|
|
609
|
+
return str;
|
|
610
|
+
}
|
|
611
|
+
function parseCookiePair(cookiePair, looseMode) {
|
|
612
|
+
cookiePair = trimTerminator(cookiePair);
|
|
613
|
+
let firstEq = cookiePair.indexOf("=");
|
|
614
|
+
if (looseMode) {
|
|
615
|
+
if (firstEq === 0) {
|
|
616
|
+
cookiePair = cookiePair.substring(1);
|
|
617
|
+
firstEq = cookiePair.indexOf("=");
|
|
618
|
+
}
|
|
619
|
+
} else {
|
|
620
|
+
if (firstEq <= 0) {
|
|
621
|
+
return void 0;
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
let cookieName, cookieValue;
|
|
625
|
+
if (firstEq <= 0) {
|
|
626
|
+
cookieName = "";
|
|
627
|
+
cookieValue = cookiePair.trim();
|
|
628
|
+
} else {
|
|
629
|
+
cookieName = cookiePair.slice(0, firstEq).trim();
|
|
630
|
+
cookieValue = cookiePair.slice(firstEq + 1).trim();
|
|
631
|
+
}
|
|
632
|
+
if (CONTROL_CHARS.test(cookieName) || CONTROL_CHARS.test(cookieValue)) {
|
|
633
|
+
return void 0;
|
|
634
|
+
}
|
|
635
|
+
const c = new Cookie();
|
|
636
|
+
c.key = cookieName;
|
|
637
|
+
c.value = cookieValue;
|
|
638
|
+
return c;
|
|
639
|
+
}
|
|
640
|
+
function parse(str, options) {
|
|
641
|
+
if (isEmptyString(str) || !isString(str)) {
|
|
642
|
+
return void 0;
|
|
643
|
+
}
|
|
644
|
+
str = str.trim();
|
|
645
|
+
const firstSemi = str.indexOf(";");
|
|
646
|
+
const cookiePair = firstSemi === -1 ? str : str.slice(0, firstSemi);
|
|
647
|
+
const c = parseCookiePair(cookiePair, options?.loose ?? false);
|
|
648
|
+
if (!c) {
|
|
649
|
+
return void 0;
|
|
650
|
+
}
|
|
651
|
+
if (firstSemi === -1) {
|
|
652
|
+
return c;
|
|
653
|
+
}
|
|
654
|
+
const unparsed = str.slice(firstSemi + 1).trim();
|
|
655
|
+
if (unparsed.length === 0) {
|
|
656
|
+
return c;
|
|
657
|
+
}
|
|
658
|
+
const cookie_avs = unparsed.split(";");
|
|
659
|
+
while (cookie_avs.length) {
|
|
660
|
+
const av = (cookie_avs.shift() ?? "").trim();
|
|
661
|
+
if (av.length === 0) {
|
|
662
|
+
continue;
|
|
663
|
+
}
|
|
664
|
+
const av_sep = av.indexOf("=");
|
|
665
|
+
let av_key, av_value;
|
|
666
|
+
if (av_sep === -1) {
|
|
667
|
+
av_key = av;
|
|
668
|
+
av_value = null;
|
|
669
|
+
} else {
|
|
670
|
+
av_key = av.slice(0, av_sep);
|
|
671
|
+
av_value = av.slice(av_sep + 1);
|
|
672
|
+
}
|
|
673
|
+
av_key = av_key.trim().toLowerCase();
|
|
674
|
+
if (av_value) {
|
|
675
|
+
av_value = av_value.trim();
|
|
676
|
+
}
|
|
677
|
+
switch (av_key) {
|
|
678
|
+
case "expires":
|
|
679
|
+
if (av_value) {
|
|
680
|
+
const exp = parseDate(av_value);
|
|
681
|
+
if (exp) {
|
|
682
|
+
c.expires = exp;
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
break;
|
|
686
|
+
case "max-age":
|
|
687
|
+
if (av_value) {
|
|
688
|
+
if (/^-?[0-9]+$/.test(av_value)) {
|
|
689
|
+
const delta = parseInt(av_value, 10);
|
|
690
|
+
c.setMaxAge(delta);
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
break;
|
|
694
|
+
case "domain":
|
|
695
|
+
if (av_value) {
|
|
696
|
+
const domain = av_value.trim().replace(/^\./, "");
|
|
697
|
+
if (domain) {
|
|
698
|
+
c.domain = domain.toLowerCase();
|
|
699
|
+
}
|
|
700
|
+
}
|
|
701
|
+
break;
|
|
702
|
+
case "path":
|
|
703
|
+
c.path = av_value && av_value[0] === "/" ? av_value : null;
|
|
704
|
+
break;
|
|
705
|
+
case "secure":
|
|
706
|
+
c.secure = true;
|
|
707
|
+
break;
|
|
708
|
+
case "httponly":
|
|
709
|
+
c.httpOnly = true;
|
|
710
|
+
break;
|
|
711
|
+
case "samesite":
|
|
712
|
+
switch (av_value ? av_value.toLowerCase() : "") {
|
|
713
|
+
case "strict":
|
|
714
|
+
c.sameSite = "strict";
|
|
715
|
+
break;
|
|
716
|
+
case "lax":
|
|
717
|
+
c.sameSite = "lax";
|
|
718
|
+
break;
|
|
719
|
+
case "none":
|
|
720
|
+
c.sameSite = "none";
|
|
721
|
+
break;
|
|
722
|
+
default:
|
|
723
|
+
c.sameSite = void 0;
|
|
724
|
+
break;
|
|
725
|
+
}
|
|
726
|
+
break;
|
|
727
|
+
default:
|
|
728
|
+
c.extensions = c.extensions || [];
|
|
729
|
+
c.extensions.push(av);
|
|
730
|
+
break;
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
return c;
|
|
734
|
+
}
|
|
735
|
+
function fromJSON(str) {
|
|
736
|
+
if (!str || isEmptyString(str)) {
|
|
737
|
+
return void 0;
|
|
738
|
+
}
|
|
739
|
+
let obj;
|
|
740
|
+
if (typeof str === "string") {
|
|
741
|
+
try {
|
|
742
|
+
obj = JSON.parse(str);
|
|
743
|
+
} catch {
|
|
744
|
+
return void 0;
|
|
745
|
+
}
|
|
746
|
+
} else {
|
|
747
|
+
obj = str;
|
|
748
|
+
}
|
|
749
|
+
const c = new Cookie();
|
|
750
|
+
Cookie.serializableProperties.forEach((prop) => {
|
|
751
|
+
if (obj && typeof obj === "object" && inOperator(prop, obj)) {
|
|
752
|
+
const val = obj[prop];
|
|
753
|
+
if (val === void 0) {
|
|
754
|
+
return;
|
|
755
|
+
}
|
|
756
|
+
if (inOperator(prop, cookieDefaults) && val === cookieDefaults[prop]) {
|
|
757
|
+
return;
|
|
758
|
+
}
|
|
759
|
+
switch (prop) {
|
|
760
|
+
case "key":
|
|
761
|
+
case "value":
|
|
762
|
+
case "sameSite":
|
|
763
|
+
if (typeof val === "string") {
|
|
764
|
+
c[prop] = val;
|
|
765
|
+
}
|
|
766
|
+
break;
|
|
767
|
+
case "expires":
|
|
768
|
+
case "creation":
|
|
769
|
+
case "lastAccessed":
|
|
770
|
+
if (typeof val === "number" || typeof val === "string" || val instanceof Date) {
|
|
771
|
+
c[prop] = obj[prop] == "Infinity" ? "Infinity" : new Date(val);
|
|
772
|
+
} else if (val === null) {
|
|
773
|
+
c[prop] = null;
|
|
774
|
+
}
|
|
775
|
+
break;
|
|
776
|
+
case "maxAge":
|
|
777
|
+
if (typeof val === "number" || val === "Infinity" || val === "-Infinity") {
|
|
778
|
+
c[prop] = val;
|
|
779
|
+
}
|
|
780
|
+
break;
|
|
781
|
+
case "domain":
|
|
782
|
+
case "path":
|
|
783
|
+
if (typeof val === "string" || val === null) {
|
|
784
|
+
c[prop] = val;
|
|
785
|
+
}
|
|
786
|
+
break;
|
|
787
|
+
case "secure":
|
|
788
|
+
case "httpOnly":
|
|
789
|
+
if (typeof val === "boolean") {
|
|
790
|
+
c[prop] = val;
|
|
791
|
+
}
|
|
792
|
+
break;
|
|
793
|
+
case "extensions":
|
|
794
|
+
if (Array.isArray(val) && val.every((item) => typeof item === "string")) {
|
|
795
|
+
c[prop] = val;
|
|
796
|
+
}
|
|
797
|
+
break;
|
|
798
|
+
case "hostOnly":
|
|
799
|
+
case "pathIsDefault":
|
|
800
|
+
if (typeof val === "boolean" || val === null) {
|
|
801
|
+
c[prop] = val;
|
|
802
|
+
}
|
|
803
|
+
break;
|
|
804
|
+
}
|
|
805
|
+
}
|
|
806
|
+
});
|
|
807
|
+
return c;
|
|
808
|
+
}
|
|
809
|
+
var cookieDefaults = {
|
|
810
|
+
// the order in which the RFC has them:
|
|
811
|
+
key: "",
|
|
812
|
+
value: "",
|
|
813
|
+
expires: "Infinity",
|
|
814
|
+
maxAge: null,
|
|
815
|
+
domain: null,
|
|
816
|
+
path: null,
|
|
817
|
+
secure: false,
|
|
818
|
+
httpOnly: false,
|
|
819
|
+
extensions: null,
|
|
820
|
+
// set by the CookieJar:
|
|
821
|
+
hostOnly: null,
|
|
822
|
+
pathIsDefault: null,
|
|
823
|
+
creation: null,
|
|
824
|
+
lastAccessed: null,
|
|
825
|
+
sameSite: void 0
|
|
826
|
+
};
|
|
827
|
+
var _Cookie = class _Cookie {
|
|
828
|
+
/**
|
|
829
|
+
* Create a new Cookie instance.
|
|
830
|
+
* @public
|
|
831
|
+
* @param options - The attributes to set on the cookie
|
|
832
|
+
*/
|
|
833
|
+
constructor(options = {}) {
|
|
834
|
+
this.key = options.key ?? cookieDefaults.key;
|
|
835
|
+
this.value = options.value ?? cookieDefaults.value;
|
|
836
|
+
this.expires = options.expires ?? cookieDefaults.expires;
|
|
837
|
+
this.maxAge = options.maxAge ?? cookieDefaults.maxAge;
|
|
838
|
+
this.domain = options.domain ?? cookieDefaults.domain;
|
|
839
|
+
this.path = options.path ?? cookieDefaults.path;
|
|
840
|
+
this.secure = options.secure ?? cookieDefaults.secure;
|
|
841
|
+
this.httpOnly = options.httpOnly ?? cookieDefaults.httpOnly;
|
|
842
|
+
this.extensions = options.extensions ?? cookieDefaults.extensions;
|
|
843
|
+
this.creation = options.creation ?? cookieDefaults.creation;
|
|
844
|
+
this.hostOnly = options.hostOnly ?? cookieDefaults.hostOnly;
|
|
845
|
+
this.pathIsDefault = options.pathIsDefault ?? cookieDefaults.pathIsDefault;
|
|
846
|
+
this.lastAccessed = options.lastAccessed ?? cookieDefaults.lastAccessed;
|
|
847
|
+
this.sameSite = options.sameSite ?? cookieDefaults.sameSite;
|
|
848
|
+
this.creation = options.creation ?? /* @__PURE__ */ new Date();
|
|
849
|
+
Object.defineProperty(this, "creationIndex", {
|
|
850
|
+
configurable: false,
|
|
851
|
+
enumerable: false,
|
|
852
|
+
// important for assert.deepEqual checks
|
|
853
|
+
writable: true,
|
|
854
|
+
value: ++_Cookie.cookiesCreated
|
|
855
|
+
});
|
|
856
|
+
this.creationIndex = _Cookie.cookiesCreated;
|
|
857
|
+
}
|
|
858
|
+
[/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")]() {
|
|
859
|
+
const now = Date.now();
|
|
860
|
+
const hostOnly = this.hostOnly != null ? this.hostOnly.toString() : "?";
|
|
861
|
+
const createAge = this.creation && this.creation !== "Infinity" ? `${String(now - this.creation.getTime())}ms` : "?";
|
|
862
|
+
const accessAge = this.lastAccessed && this.lastAccessed !== "Infinity" ? `${String(now - this.lastAccessed.getTime())}ms` : "?";
|
|
863
|
+
return `Cookie="${this.toString()}; hostOnly=${hostOnly}; aAge=${accessAge}; cAge=${createAge}"`;
|
|
864
|
+
}
|
|
865
|
+
/**
|
|
866
|
+
* For convenience in using `JSON.stringify(cookie)`. Returns a plain-old Object that can be JSON-serialized.
|
|
867
|
+
*
|
|
868
|
+
* @remarks
|
|
869
|
+
* - Any `Date` properties (such as {@link Cookie.expires}, {@link Cookie.creation}, and {@link Cookie.lastAccessed}) are exported in ISO format (`Date.toISOString()`).
|
|
870
|
+
*
|
|
871
|
+
* - Custom Cookie properties are discarded. In tough-cookie 1.x, since there was no {@link Cookie.toJSON} method explicitly defined, all enumerable properties were captured.
|
|
872
|
+
* If you want a property to be serialized, add the property name to {@link Cookie.serializableProperties}.
|
|
873
|
+
*/
|
|
874
|
+
toJSON() {
|
|
875
|
+
const obj = {};
|
|
876
|
+
for (const prop of _Cookie.serializableProperties) {
|
|
877
|
+
const val = this[prop];
|
|
878
|
+
if (val === cookieDefaults[prop]) {
|
|
879
|
+
continue;
|
|
880
|
+
}
|
|
881
|
+
switch (prop) {
|
|
882
|
+
case "key":
|
|
883
|
+
case "value":
|
|
884
|
+
case "sameSite":
|
|
885
|
+
if (typeof val === "string") {
|
|
886
|
+
obj[prop] = val;
|
|
887
|
+
}
|
|
888
|
+
break;
|
|
889
|
+
case "expires":
|
|
890
|
+
case "creation":
|
|
891
|
+
case "lastAccessed":
|
|
892
|
+
if (typeof val === "number" || typeof val === "string" || val instanceof Date) {
|
|
893
|
+
obj[prop] = val == "Infinity" ? "Infinity" : new Date(val).toISOString();
|
|
894
|
+
} else if (val === null) {
|
|
895
|
+
obj[prop] = null;
|
|
896
|
+
}
|
|
897
|
+
break;
|
|
898
|
+
case "maxAge":
|
|
899
|
+
if (typeof val === "number" || val === "Infinity" || val === "-Infinity") {
|
|
900
|
+
obj[prop] = val;
|
|
901
|
+
}
|
|
902
|
+
break;
|
|
903
|
+
case "domain":
|
|
904
|
+
case "path":
|
|
905
|
+
if (typeof val === "string" || val === null) {
|
|
906
|
+
obj[prop] = val;
|
|
907
|
+
}
|
|
908
|
+
break;
|
|
909
|
+
case "secure":
|
|
910
|
+
case "httpOnly":
|
|
911
|
+
if (typeof val === "boolean") {
|
|
912
|
+
obj[prop] = val;
|
|
913
|
+
}
|
|
914
|
+
break;
|
|
915
|
+
case "extensions":
|
|
916
|
+
if (Array.isArray(val)) {
|
|
917
|
+
obj[prop] = val;
|
|
918
|
+
}
|
|
919
|
+
break;
|
|
920
|
+
case "hostOnly":
|
|
921
|
+
case "pathIsDefault":
|
|
922
|
+
if (typeof val === "boolean" || val === null) {
|
|
923
|
+
obj[prop] = val;
|
|
924
|
+
}
|
|
925
|
+
break;
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
return obj;
|
|
929
|
+
}
|
|
930
|
+
/**
|
|
931
|
+
* Does a deep clone of this cookie, implemented exactly as `Cookie.fromJSON(cookie.toJSON())`.
|
|
932
|
+
* @public
|
|
933
|
+
*/
|
|
934
|
+
clone() {
|
|
935
|
+
return fromJSON(this.toJSON());
|
|
936
|
+
}
|
|
937
|
+
/**
|
|
938
|
+
* Validates cookie attributes for semantic correctness. Useful for "lint" checking any `Set-Cookie` headers you generate.
|
|
939
|
+
* For now, it returns a boolean, but eventually could return a reason string.
|
|
940
|
+
*
|
|
941
|
+
* @remarks
|
|
942
|
+
* Works for a few things, but is by no means comprehensive.
|
|
943
|
+
*
|
|
944
|
+
* @beta
|
|
945
|
+
*/
|
|
946
|
+
validate() {
|
|
947
|
+
if (!this.value || !COOKIE_OCTETS.test(this.value)) {
|
|
948
|
+
return false;
|
|
949
|
+
}
|
|
950
|
+
if (this.expires != "Infinity" && !(this.expires instanceof Date) && !parseDate(this.expires)) {
|
|
951
|
+
return false;
|
|
952
|
+
}
|
|
953
|
+
if (this.maxAge != null && this.maxAge !== "Infinity" && (this.maxAge === "-Infinity" || this.maxAge <= 0)) {
|
|
954
|
+
return false;
|
|
955
|
+
}
|
|
956
|
+
if (this.path != null && !PATH_VALUE.test(this.path)) {
|
|
957
|
+
return false;
|
|
958
|
+
}
|
|
959
|
+
const cdomain = this.cdomain();
|
|
960
|
+
if (cdomain) {
|
|
961
|
+
if (cdomain.match(/\.$/)) {
|
|
962
|
+
return false;
|
|
963
|
+
}
|
|
964
|
+
const suffix = getPublicSuffix(cdomain);
|
|
965
|
+
if (suffix == null) {
|
|
966
|
+
return false;
|
|
967
|
+
}
|
|
968
|
+
}
|
|
969
|
+
return true;
|
|
970
|
+
}
|
|
971
|
+
/**
|
|
972
|
+
* Sets the 'Expires' attribute on a cookie.
|
|
973
|
+
*
|
|
974
|
+
* @remarks
|
|
975
|
+
* When given a `string` value it will be parsed with {@link parseDate}. If the value can't be parsed as a cookie date
|
|
976
|
+
* then the 'Expires' attribute will be set to `"Infinity"`.
|
|
977
|
+
*
|
|
978
|
+
* @param exp - the new value for the 'Expires' attribute of the cookie.
|
|
979
|
+
*/
|
|
980
|
+
setExpires(exp) {
|
|
981
|
+
if (exp instanceof Date) {
|
|
982
|
+
this.expires = exp;
|
|
983
|
+
} else {
|
|
984
|
+
this.expires = parseDate(exp) || "Infinity";
|
|
985
|
+
}
|
|
986
|
+
}
|
|
987
|
+
/**
|
|
988
|
+
* Sets the 'Max-Age' attribute (in seconds) on a cookie.
|
|
989
|
+
*
|
|
990
|
+
* @remarks
|
|
991
|
+
* Coerces `-Infinity` to `"-Infinity"` and `Infinity` to `"Infinity"` so it can be serialized to JSON.
|
|
992
|
+
*
|
|
993
|
+
* @param age - the new value for the 'Max-Age' attribute (in seconds).
|
|
994
|
+
*/
|
|
995
|
+
setMaxAge(age) {
|
|
996
|
+
if (age === Infinity) {
|
|
997
|
+
this.maxAge = "Infinity";
|
|
998
|
+
} else if (age === -Infinity) {
|
|
999
|
+
this.maxAge = "-Infinity";
|
|
1000
|
+
} else {
|
|
1001
|
+
this.maxAge = age;
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
/**
|
|
1005
|
+
* Encodes to a `Cookie` header value (specifically, the {@link Cookie.key} and {@link Cookie.value} properties joined with "=").
|
|
1006
|
+
* @public
|
|
1007
|
+
*/
|
|
1008
|
+
cookieString() {
|
|
1009
|
+
const val = this.value || "";
|
|
1010
|
+
if (this.key) {
|
|
1011
|
+
return `${this.key}=${val}`;
|
|
1012
|
+
}
|
|
1013
|
+
return val;
|
|
1014
|
+
}
|
|
1015
|
+
/**
|
|
1016
|
+
* Encodes to a `Set-Cookie header` value.
|
|
1017
|
+
* @public
|
|
1018
|
+
*/
|
|
1019
|
+
toString() {
|
|
1020
|
+
let str = this.cookieString();
|
|
1021
|
+
if (this.expires != "Infinity") {
|
|
1022
|
+
if (this.expires instanceof Date) {
|
|
1023
|
+
str += `; Expires=${formatDate(this.expires)}`;
|
|
1024
|
+
}
|
|
1025
|
+
}
|
|
1026
|
+
if (this.maxAge != null && this.maxAge != Infinity) {
|
|
1027
|
+
str += `; Max-Age=${String(this.maxAge)}`;
|
|
1028
|
+
}
|
|
1029
|
+
if (this.domain && !this.hostOnly) {
|
|
1030
|
+
str += `; Domain=${this.domain}`;
|
|
1031
|
+
}
|
|
1032
|
+
if (this.path) {
|
|
1033
|
+
str += `; Path=${this.path}`;
|
|
1034
|
+
}
|
|
1035
|
+
if (this.secure) {
|
|
1036
|
+
str += "; Secure";
|
|
1037
|
+
}
|
|
1038
|
+
if (this.httpOnly) {
|
|
1039
|
+
str += "; HttpOnly";
|
|
1040
|
+
}
|
|
1041
|
+
if (this.sameSite && this.sameSite !== "none") {
|
|
1042
|
+
if (this.sameSite.toLowerCase() === _Cookie.sameSiteCanonical.lax.toLowerCase()) {
|
|
1043
|
+
str += `; SameSite=${_Cookie.sameSiteCanonical.lax}`;
|
|
1044
|
+
} else if (this.sameSite.toLowerCase() === _Cookie.sameSiteCanonical.strict.toLowerCase()) {
|
|
1045
|
+
str += `; SameSite=${_Cookie.sameSiteCanonical.strict}`;
|
|
1046
|
+
} else {
|
|
1047
|
+
str += `; SameSite=${this.sameSite}`;
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
if (this.extensions) {
|
|
1051
|
+
this.extensions.forEach((ext) => {
|
|
1052
|
+
str += `; ${ext}`;
|
|
1053
|
+
});
|
|
1054
|
+
}
|
|
1055
|
+
return str;
|
|
1056
|
+
}
|
|
1057
|
+
/**
|
|
1058
|
+
* Computes the TTL relative to now (milliseconds).
|
|
1059
|
+
*
|
|
1060
|
+
* @remarks
|
|
1061
|
+
* - `Infinity` is returned for cookies without an explicit expiry
|
|
1062
|
+
*
|
|
1063
|
+
* - `0` is returned if the cookie is expired.
|
|
1064
|
+
*
|
|
1065
|
+
* - Otherwise a time-to-live in milliseconds is returned.
|
|
1066
|
+
*
|
|
1067
|
+
* @param now - passing an explicit value is mostly used for testing purposes since this defaults to the `Date.now()`
|
|
1068
|
+
* @public
|
|
1069
|
+
*/
|
|
1070
|
+
TTL(now = Date.now()) {
|
|
1071
|
+
if (this.maxAge != null && typeof this.maxAge === "number") {
|
|
1072
|
+
return this.maxAge <= 0 ? 0 : this.maxAge * 1e3;
|
|
1073
|
+
}
|
|
1074
|
+
const expires = this.expires;
|
|
1075
|
+
if (expires === "Infinity") {
|
|
1076
|
+
return Infinity;
|
|
1077
|
+
}
|
|
1078
|
+
return (expires?.getTime() ?? now) - (now || Date.now());
|
|
1079
|
+
}
|
|
1080
|
+
/**
|
|
1081
|
+
* Computes the absolute unix-epoch milliseconds that this cookie expires.
|
|
1082
|
+
*
|
|
1083
|
+
* The "Max-Age" attribute takes precedence over "Expires" (as per the RFC). The {@link Cookie.lastAccessed} attribute
|
|
1084
|
+
* (or the `now` parameter if given) is used to offset the {@link Cookie.maxAge} attribute.
|
|
1085
|
+
*
|
|
1086
|
+
* If Expires ({@link Cookie.expires}) is set, that's returned.
|
|
1087
|
+
*
|
|
1088
|
+
* @param now - can be used to provide a time offset (instead of {@link Cookie.lastAccessed}) to use when calculating the "Max-Age" value
|
|
1089
|
+
*/
|
|
1090
|
+
expiryTime(now) {
|
|
1091
|
+
if (this.maxAge != null) {
|
|
1092
|
+
const relativeTo = now || this.lastAccessed || /* @__PURE__ */ new Date();
|
|
1093
|
+
const maxAge = typeof this.maxAge === "number" ? this.maxAge : -Infinity;
|
|
1094
|
+
const age = maxAge <= 0 ? -Infinity : maxAge * 1e3;
|
|
1095
|
+
if (relativeTo === "Infinity") {
|
|
1096
|
+
return Infinity;
|
|
1097
|
+
}
|
|
1098
|
+
return relativeTo.getTime() + age;
|
|
1099
|
+
}
|
|
1100
|
+
if (this.expires == "Infinity") {
|
|
1101
|
+
return Infinity;
|
|
1102
|
+
}
|
|
1103
|
+
return this.expires ? this.expires.getTime() : void 0;
|
|
1104
|
+
}
|
|
1105
|
+
/**
|
|
1106
|
+
* Similar to {@link Cookie.expiryTime}, computes the absolute unix-epoch milliseconds that this cookie expires and returns it as a Date.
|
|
1107
|
+
*
|
|
1108
|
+
* The "Max-Age" attribute takes precedence over "Expires" (as per the RFC). The {@link Cookie.lastAccessed} attribute
|
|
1109
|
+
* (or the `now` parameter if given) is used to offset the {@link Cookie.maxAge} attribute.
|
|
1110
|
+
*
|
|
1111
|
+
* If Expires ({@link Cookie.expires}) is set, that's returned.
|
|
1112
|
+
*
|
|
1113
|
+
* @param now - can be used to provide a time offset (instead of {@link Cookie.lastAccessed}) to use when calculating the "Max-Age" value
|
|
1114
|
+
*/
|
|
1115
|
+
expiryDate(now) {
|
|
1116
|
+
const millisec = this.expiryTime(now);
|
|
1117
|
+
if (millisec == Infinity) {
|
|
1118
|
+
return /* @__PURE__ */ new Date(2147483647e3);
|
|
1119
|
+
} else if (millisec == -Infinity) {
|
|
1120
|
+
return /* @__PURE__ */ new Date(0);
|
|
1121
|
+
} else {
|
|
1122
|
+
return millisec == void 0 ? void 0 : new Date(millisec);
|
|
1123
|
+
}
|
|
1124
|
+
}
|
|
1125
|
+
/**
|
|
1126
|
+
* Indicates if the cookie has been persisted to a store or not.
|
|
1127
|
+
* @public
|
|
1128
|
+
*/
|
|
1129
|
+
isPersistent() {
|
|
1130
|
+
return this.maxAge != null || this.expires != "Infinity";
|
|
1131
|
+
}
|
|
1132
|
+
/**
|
|
1133
|
+
* Calls {@link canonicalDomain} with the {@link Cookie.domain} property.
|
|
1134
|
+
* @public
|
|
1135
|
+
*/
|
|
1136
|
+
canonicalizedDomain() {
|
|
1137
|
+
return canonicalDomain(this.domain);
|
|
1138
|
+
}
|
|
1139
|
+
/**
|
|
1140
|
+
* Alias for {@link Cookie.canonicalizedDomain}
|
|
1141
|
+
* @public
|
|
1142
|
+
*/
|
|
1143
|
+
cdomain() {
|
|
1144
|
+
return canonicalDomain(this.domain);
|
|
1145
|
+
}
|
|
1146
|
+
/**
|
|
1147
|
+
* Parses a string into a Cookie object.
|
|
1148
|
+
*
|
|
1149
|
+
* @remarks
|
|
1150
|
+
* Note: when parsing a `Cookie` header it must be split by ';' before each Cookie string can be parsed.
|
|
1151
|
+
*
|
|
1152
|
+
* @example
|
|
1153
|
+
* ```
|
|
1154
|
+
* // parse a `Set-Cookie` header
|
|
1155
|
+
* const setCookieHeader = 'a=bcd; Expires=Tue, 18 Oct 2011 07:05:03 GMT'
|
|
1156
|
+
* const cookie = Cookie.parse(setCookieHeader)
|
|
1157
|
+
* cookie.key === 'a'
|
|
1158
|
+
* cookie.value === 'bcd'
|
|
1159
|
+
* cookie.expires === new Date(Date.parse('Tue, 18 Oct 2011 07:05:03 GMT'))
|
|
1160
|
+
* ```
|
|
1161
|
+
*
|
|
1162
|
+
* @example
|
|
1163
|
+
* ```
|
|
1164
|
+
* // parse a `Cookie` header
|
|
1165
|
+
* const cookieHeader = 'name=value; name2=value2; name3=value3'
|
|
1166
|
+
* const cookies = cookieHeader.split(';').map(Cookie.parse)
|
|
1167
|
+
* cookies[0].name === 'name'
|
|
1168
|
+
* cookies[0].value === 'value'
|
|
1169
|
+
* cookies[1].name === 'name2'
|
|
1170
|
+
* cookies[1].value === 'value2'
|
|
1171
|
+
* cookies[2].name === 'name3'
|
|
1172
|
+
* cookies[2].value === 'value3'
|
|
1173
|
+
* ```
|
|
1174
|
+
*
|
|
1175
|
+
* @param str - The `Set-Cookie` header or a Cookie string to parse.
|
|
1176
|
+
* @param options - Configures `strict` or `loose` mode for cookie parsing
|
|
1177
|
+
*/
|
|
1178
|
+
static parse(str, options) {
|
|
1179
|
+
return parse(str, options);
|
|
1180
|
+
}
|
|
1181
|
+
/**
|
|
1182
|
+
* Does the reverse of {@link Cookie.toJSON}.
|
|
1183
|
+
*
|
|
1184
|
+
* @remarks
|
|
1185
|
+
* Any Date properties (such as .expires, .creation, and .lastAccessed) are parsed via Date.parse, not tough-cookie's parseDate, since ISO timestamps are being handled at this layer.
|
|
1186
|
+
*
|
|
1187
|
+
* @example
|
|
1188
|
+
* ```
|
|
1189
|
+
* const json = JSON.stringify({
|
|
1190
|
+
* key: 'alpha',
|
|
1191
|
+
* value: 'beta',
|
|
1192
|
+
* domain: 'example.com',
|
|
1193
|
+
* path: '/foo',
|
|
1194
|
+
* expires: '2038-01-19T03:14:07.000Z',
|
|
1195
|
+
* })
|
|
1196
|
+
* const cookie = Cookie.fromJSON(json)
|
|
1197
|
+
* cookie.key === 'alpha'
|
|
1198
|
+
* cookie.value === 'beta'
|
|
1199
|
+
* cookie.domain === 'example.com'
|
|
1200
|
+
* cookie.path === '/foo'
|
|
1201
|
+
* cookie.expires === new Date(Date.parse('2038-01-19T03:14:07.000Z'))
|
|
1202
|
+
* ```
|
|
1203
|
+
*
|
|
1204
|
+
* @param str - An unparsed JSON string or a value that has already been parsed as JSON
|
|
1205
|
+
*/
|
|
1206
|
+
static fromJSON(str) {
|
|
1207
|
+
return fromJSON(str);
|
|
1208
|
+
}
|
|
1209
|
+
};
|
|
1210
|
+
_Cookie.cookiesCreated = 0;
|
|
1211
|
+
/**
|
|
1212
|
+
* @internal
|
|
1213
|
+
*/
|
|
1214
|
+
_Cookie.sameSiteLevel = {
|
|
1215
|
+
strict: 3,
|
|
1216
|
+
lax: 2,
|
|
1217
|
+
none: 1
|
|
1218
|
+
};
|
|
1219
|
+
/**
|
|
1220
|
+
* @internal
|
|
1221
|
+
*/
|
|
1222
|
+
_Cookie.sameSiteCanonical = {
|
|
1223
|
+
strict: "Strict",
|
|
1224
|
+
lax: "Lax"
|
|
1225
|
+
};
|
|
1226
|
+
/**
|
|
1227
|
+
* Cookie properties that will be serialized when using {@link Cookie.fromJSON} and {@link Cookie.toJSON}.
|
|
1228
|
+
* @public
|
|
1229
|
+
*/
|
|
1230
|
+
_Cookie.serializableProperties = [
|
|
1231
|
+
"key",
|
|
1232
|
+
"value",
|
|
1233
|
+
"expires",
|
|
1234
|
+
"maxAge",
|
|
1235
|
+
"domain",
|
|
1236
|
+
"path",
|
|
1237
|
+
"secure",
|
|
1238
|
+
"httpOnly",
|
|
1239
|
+
"extensions",
|
|
1240
|
+
"hostOnly",
|
|
1241
|
+
"pathIsDefault",
|
|
1242
|
+
"creation",
|
|
1243
|
+
"lastAccessed",
|
|
1244
|
+
"sameSite"
|
|
1245
|
+
];
|
|
1246
|
+
var Cookie = _Cookie;
|
|
1247
|
+
|
|
1248
|
+
// lib/cookie/cookieCompare.ts
|
|
1249
|
+
var MAX_TIME = 2147483647e3;
|
|
1250
|
+
function cookieCompare(a, b) {
|
|
1251
|
+
let cmp;
|
|
1252
|
+
const aPathLen = a.path ? a.path.length : 0;
|
|
1253
|
+
const bPathLen = b.path ? b.path.length : 0;
|
|
1254
|
+
cmp = bPathLen - aPathLen;
|
|
1255
|
+
if (cmp !== 0) {
|
|
1256
|
+
return cmp;
|
|
1257
|
+
}
|
|
1258
|
+
const aTime = a.creation && a.creation instanceof Date ? a.creation.getTime() : MAX_TIME;
|
|
1259
|
+
const bTime = b.creation && b.creation instanceof Date ? b.creation.getTime() : MAX_TIME;
|
|
1260
|
+
cmp = aTime - bTime;
|
|
1261
|
+
if (cmp !== 0) {
|
|
1262
|
+
return cmp;
|
|
1263
|
+
}
|
|
1264
|
+
cmp = (a.creationIndex || 0) - (b.creationIndex || 0);
|
|
1265
|
+
return cmp;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
// lib/cookie/defaultPath.ts
|
|
1269
|
+
function defaultPath(path) {
|
|
1270
|
+
if (!path || path.slice(0, 1) !== "/") {
|
|
1271
|
+
return "/";
|
|
1272
|
+
}
|
|
1273
|
+
if (path === "/") {
|
|
1274
|
+
return path;
|
|
1275
|
+
}
|
|
1276
|
+
const rightSlash = path.lastIndexOf("/");
|
|
1277
|
+
if (rightSlash === 0) {
|
|
1278
|
+
return "/";
|
|
1279
|
+
}
|
|
1280
|
+
return path.slice(0, rightSlash);
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
// lib/cookie/domainMatch.ts
|
|
1284
|
+
var IP_REGEX_LOWERCASE = /(?:^(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}$)|(?:^(?:(?:[a-f\d]{1,4}:){7}(?:[a-f\d]{1,4}|:)|(?:[a-f\d]{1,4}:){6}(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|:[a-f\d]{1,4}|:)|(?:[a-f\d]{1,4}:){5}(?::(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,2}|:)|(?:[a-f\d]{1,4}:){4}(?:(?::[a-f\d]{1,4}){0,1}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,3}|:)|(?:[a-f\d]{1,4}:){3}(?:(?::[a-f\d]{1,4}){0,2}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,4}|:)|(?:[a-f\d]{1,4}:){2}(?:(?::[a-f\d]{1,4}){0,3}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,5}|:)|(?:[a-f\d]{1,4}:){1}(?:(?::[a-f\d]{1,4}){0,4}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,6}|:)|(?::(?:(?::[a-f\d]{1,4}){0,5}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,7}|:)))$)/;
|
|
1285
|
+
function domainMatch(domain, cookieDomain, canonicalize) {
|
|
1286
|
+
if (domain == null || cookieDomain == null) {
|
|
1287
|
+
return void 0;
|
|
1288
|
+
}
|
|
1289
|
+
let _str;
|
|
1290
|
+
let _domStr;
|
|
1291
|
+
if (canonicalize !== false) {
|
|
1292
|
+
_str = canonicalDomain(domain);
|
|
1293
|
+
_domStr = canonicalDomain(cookieDomain);
|
|
1294
|
+
} else {
|
|
1295
|
+
_str = domain;
|
|
1296
|
+
_domStr = cookieDomain;
|
|
1297
|
+
}
|
|
1298
|
+
if (_str == null || _domStr == null) {
|
|
1299
|
+
return void 0;
|
|
1300
|
+
}
|
|
1301
|
+
if (_str == _domStr) {
|
|
1302
|
+
return true;
|
|
1303
|
+
}
|
|
1304
|
+
const idx = _str.lastIndexOf(_domStr);
|
|
1305
|
+
if (idx <= 0) {
|
|
1306
|
+
return false;
|
|
1307
|
+
}
|
|
1308
|
+
if (_str.length !== _domStr.length + idx) {
|
|
1309
|
+
return false;
|
|
1310
|
+
}
|
|
1311
|
+
if (_str.substring(idx - 1, idx) !== ".") {
|
|
1312
|
+
return false;
|
|
1313
|
+
}
|
|
1314
|
+
return !IP_REGEX_LOWERCASE.test(_str);
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
// lib/cookie/secureContext.ts
|
|
1318
|
+
function isLoopbackV4(address) {
|
|
1319
|
+
const octets = address.split(".");
|
|
1320
|
+
return octets.length === 4 && octets[0] !== void 0 && parseInt(octets[0], 10) === 127;
|
|
1321
|
+
}
|
|
1322
|
+
function isLoopbackV6(address) {
|
|
1323
|
+
return address === "::1";
|
|
1324
|
+
}
|
|
1325
|
+
function isNormalizedLocalhostTLD(lowerHost) {
|
|
1326
|
+
return lowerHost.endsWith(".localhost");
|
|
1327
|
+
}
|
|
1328
|
+
function isLocalHostname(host) {
|
|
1329
|
+
const lowerHost = host.toLowerCase();
|
|
1330
|
+
return lowerHost === "localhost" || isNormalizedLocalhostTLD(lowerHost);
|
|
1331
|
+
}
|
|
1332
|
+
function hostNoBrackets(host) {
|
|
1333
|
+
if (host.length >= 2 && host.startsWith("[") && host.endsWith("]")) {
|
|
1334
|
+
return host.substring(1, host.length - 1);
|
|
1335
|
+
}
|
|
1336
|
+
return host;
|
|
1337
|
+
}
|
|
1338
|
+
function isPotentiallyTrustworthy(inputUrl, allowSecureOnLocal = true) {
|
|
1339
|
+
let url;
|
|
1340
|
+
if (typeof inputUrl === "string") {
|
|
1341
|
+
try {
|
|
1342
|
+
url = new URL(inputUrl);
|
|
1343
|
+
} catch {
|
|
1344
|
+
return false;
|
|
1345
|
+
}
|
|
1346
|
+
} else {
|
|
1347
|
+
url = inputUrl;
|
|
1348
|
+
}
|
|
1349
|
+
const scheme = url.protocol.replace(":", "").toLowerCase();
|
|
1350
|
+
const hostname = hostNoBrackets(url.hostname).replace(/\.+$/, "");
|
|
1351
|
+
if (scheme === "https" || scheme === "wss") {
|
|
1352
|
+
return true;
|
|
1353
|
+
}
|
|
1354
|
+
if (!allowSecureOnLocal) {
|
|
1355
|
+
return false;
|
|
1356
|
+
}
|
|
1357
|
+
if (IP_V4_REGEX_OBJECT.test(hostname)) {
|
|
1358
|
+
return isLoopbackV4(hostname);
|
|
1359
|
+
}
|
|
1360
|
+
if (IP_V6_REGEX_OBJECT.test(hostname)) {
|
|
1361
|
+
return isLoopbackV6(hostname);
|
|
1362
|
+
}
|
|
1363
|
+
return isLocalHostname(hostname);
|
|
1364
|
+
}
|
|
1365
|
+
|
|
1366
|
+
// lib/cookie/cookieJar.ts
|
|
1367
|
+
var defaultSetCookieOptions = {
|
|
1368
|
+
loose: false,
|
|
1369
|
+
sameSiteContext: void 0,
|
|
1370
|
+
ignoreError: false,
|
|
1371
|
+
http: true
|
|
1372
|
+
};
|
|
1373
|
+
var defaultGetCookieOptions = {
|
|
1374
|
+
http: true,
|
|
1375
|
+
expire: true,
|
|
1376
|
+
allPaths: false,
|
|
1377
|
+
sameSiteContext: void 0,
|
|
1378
|
+
sort: void 0
|
|
1379
|
+
};
|
|
1380
|
+
var SAME_SITE_CONTEXT_VAL_ERR = 'Invalid sameSiteContext option for getCookies(); expected one of "strict", "lax", or "none"';
|
|
1381
|
+
function getCookieContext(url) {
|
|
1382
|
+
if (url && typeof url === "object" && "hostname" in url && typeof url.hostname === "string" && "pathname" in url && typeof url.pathname === "string" && "protocol" in url && typeof url.protocol === "string") {
|
|
1383
|
+
return {
|
|
1384
|
+
hostname: url.hostname,
|
|
1385
|
+
pathname: url.pathname,
|
|
1386
|
+
protocol: url.protocol
|
|
1387
|
+
};
|
|
1388
|
+
} else if (typeof url === "string") {
|
|
1389
|
+
try {
|
|
1390
|
+
return new URL(decodeURI(url));
|
|
1391
|
+
} catch {
|
|
1392
|
+
return new URL(url);
|
|
1393
|
+
}
|
|
1394
|
+
} else {
|
|
1395
|
+
throw new ParameterError("`url` argument is not a string or URL.");
|
|
1396
|
+
}
|
|
1397
|
+
}
|
|
1398
|
+
function checkSameSiteContext(value) {
|
|
1399
|
+
const context = String(value).toLowerCase();
|
|
1400
|
+
if (context === "none" || context === "lax" || context === "strict") {
|
|
1401
|
+
return context;
|
|
1402
|
+
} else {
|
|
1403
|
+
return void 0;
|
|
1404
|
+
}
|
|
1405
|
+
}
|
|
1406
|
+
function isSecurePrefixConditionMet(cookie) {
|
|
1407
|
+
const startsWithSecurePrefix = typeof cookie.key === "string" && cookie.key.startsWith("__Secure-");
|
|
1408
|
+
return !startsWithSecurePrefix || cookie.secure;
|
|
1409
|
+
}
|
|
1410
|
+
function isHostPrefixConditionMet(cookie) {
|
|
1411
|
+
const startsWithHostPrefix = typeof cookie.key === "string" && cookie.key.startsWith("__Host-");
|
|
1412
|
+
return !startsWithHostPrefix || Boolean(
|
|
1413
|
+
cookie.secure && cookie.hostOnly && cookie.path != null && cookie.path === "/"
|
|
1414
|
+
);
|
|
1415
|
+
}
|
|
1416
|
+
function getNormalizedPrefixSecurity(prefixSecurity) {
|
|
1417
|
+
const normalizedPrefixSecurity = prefixSecurity.toLowerCase();
|
|
1418
|
+
switch (normalizedPrefixSecurity) {
|
|
1419
|
+
case PrefixSecurityEnum.STRICT:
|
|
1420
|
+
case PrefixSecurityEnum.SILENT:
|
|
1421
|
+
case PrefixSecurityEnum.DISABLED:
|
|
1422
|
+
return normalizedPrefixSecurity;
|
|
1423
|
+
default:
|
|
1424
|
+
return PrefixSecurityEnum.SILENT;
|
|
1425
|
+
}
|
|
1426
|
+
}
|
|
1427
|
+
var CookieJar = class _CookieJar {
|
|
1428
|
+
/**
|
|
1429
|
+
* Creates a new `CookieJar` instance.
|
|
1430
|
+
*
|
|
1431
|
+
* @remarks
|
|
1432
|
+
* - If a custom store is not passed to the constructor, an in-memory store ({@link MemoryCookieStore} will be created and used.
|
|
1433
|
+
* - If a boolean value is passed as the `options` parameter, this is equivalent to passing `{ rejectPublicSuffixes: <value> }`
|
|
1434
|
+
*
|
|
1435
|
+
* @param store - a custom {@link Store} implementation (defaults to {@link MemoryCookieStore})
|
|
1436
|
+
* @param options - configures how cookies are processed by the cookie jar
|
|
1437
|
+
*/
|
|
1438
|
+
constructor(store, options) {
|
|
1439
|
+
if (typeof options === "boolean") {
|
|
1440
|
+
options = { rejectPublicSuffixes: options };
|
|
1441
|
+
}
|
|
1442
|
+
this.rejectPublicSuffixes = options?.rejectPublicSuffixes ?? true;
|
|
1443
|
+
this.enableLooseMode = options?.looseMode ?? false;
|
|
1444
|
+
this.allowSpecialUseDomain = options?.allowSpecialUseDomain ?? true;
|
|
1445
|
+
this.allowSecureOnLocal = options?.allowSecureOnLocal ?? true;
|
|
1446
|
+
this.prefixSecurity = getNormalizedPrefixSecurity(
|
|
1447
|
+
options?.prefixSecurity ?? "silent"
|
|
1448
|
+
);
|
|
1449
|
+
this.store = store ?? new MemoryCookieStore();
|
|
1450
|
+
}
|
|
1451
|
+
callSync(fn) {
|
|
1452
|
+
if (!this.store.synchronous) {
|
|
1453
|
+
throw new Error(
|
|
1454
|
+
"CookieJar store is not synchronous; use async API instead."
|
|
1455
|
+
);
|
|
1456
|
+
}
|
|
1457
|
+
let syncErr = null;
|
|
1458
|
+
let syncResult = void 0;
|
|
1459
|
+
try {
|
|
1460
|
+
fn.call(this, (error, result) => {
|
|
1461
|
+
syncErr = error;
|
|
1462
|
+
syncResult = result;
|
|
1463
|
+
});
|
|
1464
|
+
} catch (err) {
|
|
1465
|
+
syncErr = err;
|
|
1466
|
+
}
|
|
1467
|
+
if (syncErr) throw syncErr;
|
|
1468
|
+
return syncResult;
|
|
1469
|
+
}
|
|
1470
|
+
/**
|
|
1471
|
+
* @internal No doc because this is the overload implementation
|
|
1472
|
+
*/
|
|
1473
|
+
setCookie(cookie, url, options, callback) {
|
|
1474
|
+
if (typeof options === "function") {
|
|
1475
|
+
callback = options;
|
|
1476
|
+
options = void 0;
|
|
1477
|
+
}
|
|
1478
|
+
const promiseCallback = createPromiseCallback(callback);
|
|
1479
|
+
const cb = promiseCallback.callback;
|
|
1480
|
+
let context;
|
|
1481
|
+
try {
|
|
1482
|
+
if (typeof url === "string") {
|
|
1483
|
+
validate(
|
|
1484
|
+
isNonEmptyString(url),
|
|
1485
|
+
callback,
|
|
1486
|
+
safeToString(options)
|
|
1487
|
+
);
|
|
1488
|
+
}
|
|
1489
|
+
context = getCookieContext(url);
|
|
1490
|
+
if (typeof url === "function") {
|
|
1491
|
+
return promiseCallback.reject(new Error("No URL was specified"));
|
|
1492
|
+
}
|
|
1493
|
+
if (typeof options === "function") {
|
|
1494
|
+
options = defaultSetCookieOptions;
|
|
1495
|
+
}
|
|
1496
|
+
validate(typeof cb === "function", cb);
|
|
1497
|
+
if (!isNonEmptyString(cookie) && !isObject(cookie) && cookie instanceof String && cookie.length == 0) {
|
|
1498
|
+
return promiseCallback.resolve(void 0);
|
|
1499
|
+
}
|
|
1500
|
+
} catch (err) {
|
|
1501
|
+
return promiseCallback.reject(err);
|
|
1502
|
+
}
|
|
1503
|
+
const host = canonicalDomain(context.hostname) ?? null;
|
|
1504
|
+
const loose = options?.loose || this.enableLooseMode;
|
|
1505
|
+
let sameSiteContext = null;
|
|
1506
|
+
if (options?.sameSiteContext) {
|
|
1507
|
+
sameSiteContext = checkSameSiteContext(options.sameSiteContext);
|
|
1508
|
+
if (!sameSiteContext) {
|
|
1509
|
+
return promiseCallback.reject(new Error(SAME_SITE_CONTEXT_VAL_ERR));
|
|
1510
|
+
}
|
|
1511
|
+
}
|
|
1512
|
+
if (typeof cookie === "string" || cookie instanceof String) {
|
|
1513
|
+
const parsedCookie = Cookie.parse(cookie.toString(), { loose });
|
|
1514
|
+
if (!parsedCookie) {
|
|
1515
|
+
const err = new Error("Cookie failed to parse");
|
|
1516
|
+
return options?.ignoreError ? promiseCallback.resolve(void 0) : promiseCallback.reject(err);
|
|
1517
|
+
}
|
|
1518
|
+
cookie = parsedCookie;
|
|
1519
|
+
} else if (!(cookie instanceof Cookie)) {
|
|
1520
|
+
const err = new Error(
|
|
1521
|
+
"First argument to setCookie must be a Cookie object or string"
|
|
1522
|
+
);
|
|
1523
|
+
return options?.ignoreError ? promiseCallback.resolve(void 0) : promiseCallback.reject(err);
|
|
1524
|
+
}
|
|
1525
|
+
const now = options?.now || /* @__PURE__ */ new Date();
|
|
1526
|
+
if (this.rejectPublicSuffixes && cookie.domain) {
|
|
1527
|
+
try {
|
|
1528
|
+
const cdomain = cookie.cdomain();
|
|
1529
|
+
const suffix = typeof cdomain === "string" ? getPublicSuffix(cdomain, {
|
|
1530
|
+
allowSpecialUseDomain: this.allowSpecialUseDomain,
|
|
1531
|
+
ignoreError: options?.ignoreError
|
|
1532
|
+
}) : null;
|
|
1533
|
+
if (suffix == null && !IP_V6_REGEX_OBJECT.test(cookie.domain)) {
|
|
1534
|
+
const err = new Error("Cookie has domain set to a public suffix");
|
|
1535
|
+
return options?.ignoreError ? promiseCallback.resolve(void 0) : promiseCallback.reject(err);
|
|
1536
|
+
}
|
|
1537
|
+
} catch (err) {
|
|
1538
|
+
return options?.ignoreError ? promiseCallback.resolve(void 0) : (
|
|
1539
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
|
|
1540
|
+
promiseCallback.reject(err)
|
|
1541
|
+
);
|
|
1542
|
+
}
|
|
1543
|
+
}
|
|
1544
|
+
if (cookie.domain) {
|
|
1545
|
+
if (!domainMatch(host ?? void 0, cookie.cdomain() ?? void 0, false)) {
|
|
1546
|
+
const err = new Error(
|
|
1547
|
+
`Cookie not in this host's domain. Cookie:${cookie.cdomain() ?? "null"} Request:${host ?? "null"}`
|
|
1548
|
+
);
|
|
1549
|
+
return options?.ignoreError ? promiseCallback.resolve(void 0) : promiseCallback.reject(err);
|
|
1550
|
+
}
|
|
1551
|
+
if (cookie.hostOnly == null) {
|
|
1552
|
+
cookie.hostOnly = false;
|
|
1553
|
+
}
|
|
1554
|
+
} else {
|
|
1555
|
+
cookie.hostOnly = true;
|
|
1556
|
+
cookie.domain = host;
|
|
1557
|
+
}
|
|
1558
|
+
if (!cookie.path || cookie.path[0] !== "/") {
|
|
1559
|
+
cookie.path = defaultPath(context.pathname);
|
|
1560
|
+
cookie.pathIsDefault = true;
|
|
1561
|
+
}
|
|
1562
|
+
if (options?.http === false && cookie.httpOnly) {
|
|
1563
|
+
const err = new Error("Cookie is HttpOnly and this isn't an HTTP API");
|
|
1564
|
+
return options.ignoreError ? promiseCallback.resolve(void 0) : promiseCallback.reject(err);
|
|
1565
|
+
}
|
|
1566
|
+
if (cookie.sameSite !== "none" && cookie.sameSite !== void 0 && sameSiteContext) {
|
|
1567
|
+
if (sameSiteContext === "none") {
|
|
1568
|
+
const err = new Error(
|
|
1569
|
+
"Cookie is SameSite but this is a cross-origin request"
|
|
1570
|
+
);
|
|
1571
|
+
return options?.ignoreError ? promiseCallback.resolve(void 0) : promiseCallback.reject(err);
|
|
1572
|
+
}
|
|
1573
|
+
}
|
|
1574
|
+
const ignoreErrorForPrefixSecurity = this.prefixSecurity === PrefixSecurityEnum.SILENT;
|
|
1575
|
+
const prefixSecurityDisabled = this.prefixSecurity === PrefixSecurityEnum.DISABLED;
|
|
1576
|
+
if (!prefixSecurityDisabled) {
|
|
1577
|
+
let errorFound = false;
|
|
1578
|
+
let errorMsg;
|
|
1579
|
+
if (!isSecurePrefixConditionMet(cookie)) {
|
|
1580
|
+
errorFound = true;
|
|
1581
|
+
errorMsg = "Cookie has __Secure prefix but Secure attribute is not set";
|
|
1582
|
+
} else if (!isHostPrefixConditionMet(cookie)) {
|
|
1583
|
+
errorFound = true;
|
|
1584
|
+
errorMsg = "Cookie has __Host prefix but either Secure or HostOnly attribute is not set or Path is not '/'";
|
|
1585
|
+
}
|
|
1586
|
+
if (errorFound) {
|
|
1587
|
+
return options?.ignoreError || ignoreErrorForPrefixSecurity ? promiseCallback.resolve(void 0) : promiseCallback.reject(new Error(errorMsg));
|
|
1588
|
+
}
|
|
1589
|
+
}
|
|
1590
|
+
const store = this.store;
|
|
1591
|
+
if (!store.updateCookie) {
|
|
1592
|
+
store.updateCookie = async function(_oldCookie, newCookie, cb2) {
|
|
1593
|
+
return this.putCookie(newCookie).then(
|
|
1594
|
+
() => cb2?.(null),
|
|
1595
|
+
(error) => cb2?.(error)
|
|
1596
|
+
);
|
|
1597
|
+
};
|
|
1598
|
+
}
|
|
1599
|
+
const withCookie = function withCookie2(err, oldCookie) {
|
|
1600
|
+
if (err) {
|
|
1601
|
+
cb(err);
|
|
1602
|
+
return;
|
|
1603
|
+
}
|
|
1604
|
+
const next = function(err2) {
|
|
1605
|
+
if (err2) {
|
|
1606
|
+
cb(err2);
|
|
1607
|
+
} else if (typeof cookie === "string") {
|
|
1608
|
+
cb(null, void 0);
|
|
1609
|
+
} else {
|
|
1610
|
+
cb(null, cookie);
|
|
1611
|
+
}
|
|
1612
|
+
};
|
|
1613
|
+
if (oldCookie) {
|
|
1614
|
+
if (options && "http" in options && options.http === false && oldCookie.httpOnly) {
|
|
1615
|
+
err = new Error("old Cookie is HttpOnly and this isn't an HTTP API");
|
|
1616
|
+
if (options.ignoreError) cb(null, void 0);
|
|
1617
|
+
else cb(err);
|
|
1618
|
+
return;
|
|
1619
|
+
}
|
|
1620
|
+
if (cookie instanceof Cookie) {
|
|
1621
|
+
cookie.creation = oldCookie.creation;
|
|
1622
|
+
cookie.creationIndex = oldCookie.creationIndex;
|
|
1623
|
+
cookie.lastAccessed = now;
|
|
1624
|
+
store.updateCookie(oldCookie, cookie, next);
|
|
1625
|
+
}
|
|
1626
|
+
} else {
|
|
1627
|
+
if (cookie instanceof Cookie) {
|
|
1628
|
+
cookie.creation = cookie.lastAccessed = now;
|
|
1629
|
+
store.putCookie(cookie, next);
|
|
1630
|
+
}
|
|
1631
|
+
}
|
|
1632
|
+
};
|
|
1633
|
+
store.findCookie(cookie.domain, cookie.path, cookie.key, withCookie);
|
|
1634
|
+
return promiseCallback.promise;
|
|
1635
|
+
}
|
|
1636
|
+
/**
|
|
1637
|
+
* Synchronously attempt to set the {@link Cookie} in the {@link CookieJar}.
|
|
1638
|
+
*
|
|
1639
|
+
* <strong>Note:</strong> Only works if the configured {@link Store} is also synchronous.
|
|
1640
|
+
*
|
|
1641
|
+
* @remarks
|
|
1642
|
+
* - If successfully persisted, the {@link Cookie} will have updated
|
|
1643
|
+
* {@link Cookie.creation}, {@link Cookie.lastAccessed} and {@link Cookie.hostOnly}
|
|
1644
|
+
* properties.
|
|
1645
|
+
*
|
|
1646
|
+
* - As per the RFC, the {@link Cookie.hostOnly} flag is set if there was no `Domain={value}`
|
|
1647
|
+
* attribute on the cookie string. The {@link Cookie.domain} property is set to the
|
|
1648
|
+
* fully-qualified hostname of `currentUrl` in this case. Matching this cookie requires an
|
|
1649
|
+
* exact hostname match (not a {@link domainMatch} as per usual)
|
|
1650
|
+
*
|
|
1651
|
+
* @param cookie - The cookie object or cookie string to store. A string value will be parsed into a cookie using {@link Cookie.parse}.
|
|
1652
|
+
* @param url - The domain to store the cookie with.
|
|
1653
|
+
* @param options - Configuration settings to use when storing the cookie.
|
|
1654
|
+
* @public
|
|
1655
|
+
*/
|
|
1656
|
+
setCookieSync(cookie, url, options) {
|
|
1657
|
+
const setCookieFn = options ? this.setCookie.bind(this, cookie, url, options) : this.setCookie.bind(this, cookie, url);
|
|
1658
|
+
return this.callSync(setCookieFn);
|
|
1659
|
+
}
|
|
1660
|
+
/**
|
|
1661
|
+
* @internal No doc because this is the overload implementation
|
|
1662
|
+
*/
|
|
1663
|
+
getCookies(url, options, callback) {
|
|
1664
|
+
if (typeof options === "function") {
|
|
1665
|
+
callback = options;
|
|
1666
|
+
options = defaultGetCookieOptions;
|
|
1667
|
+
} else if (options === void 0) {
|
|
1668
|
+
options = defaultGetCookieOptions;
|
|
1669
|
+
}
|
|
1670
|
+
const promiseCallback = createPromiseCallback(callback);
|
|
1671
|
+
const cb = promiseCallback.callback;
|
|
1672
|
+
let context;
|
|
1673
|
+
try {
|
|
1674
|
+
if (typeof url === "string") {
|
|
1675
|
+
validate(isNonEmptyString(url), cb, url);
|
|
1676
|
+
}
|
|
1677
|
+
context = getCookieContext(url);
|
|
1678
|
+
validate(
|
|
1679
|
+
isObject(options),
|
|
1680
|
+
cb,
|
|
1681
|
+
safeToString(options)
|
|
1682
|
+
);
|
|
1683
|
+
validate(typeof cb === "function", cb);
|
|
1684
|
+
} catch (parameterError) {
|
|
1685
|
+
return promiseCallback.reject(parameterError);
|
|
1686
|
+
}
|
|
1687
|
+
const host = canonicalDomain(context.hostname);
|
|
1688
|
+
const path = context.pathname || "/";
|
|
1689
|
+
const potentiallyTrustworthy = isPotentiallyTrustworthy(
|
|
1690
|
+
url,
|
|
1691
|
+
this.allowSecureOnLocal
|
|
1692
|
+
);
|
|
1693
|
+
let sameSiteLevel = 0;
|
|
1694
|
+
if (options.sameSiteContext) {
|
|
1695
|
+
const sameSiteContext = checkSameSiteContext(options.sameSiteContext);
|
|
1696
|
+
if (sameSiteContext == null) {
|
|
1697
|
+
return promiseCallback.reject(new Error(SAME_SITE_CONTEXT_VAL_ERR));
|
|
1698
|
+
}
|
|
1699
|
+
sameSiteLevel = Cookie.sameSiteLevel[sameSiteContext];
|
|
1700
|
+
if (!sameSiteLevel) {
|
|
1701
|
+
return promiseCallback.reject(new Error(SAME_SITE_CONTEXT_VAL_ERR));
|
|
1702
|
+
}
|
|
1703
|
+
}
|
|
1704
|
+
const http = options.http ?? true;
|
|
1705
|
+
const now = Date.now();
|
|
1706
|
+
const expireCheck = options.expire ?? true;
|
|
1707
|
+
const allPaths = options.allPaths ?? false;
|
|
1708
|
+
const store = this.store;
|
|
1709
|
+
function matchingCookie(c) {
|
|
1710
|
+
if (c.hostOnly) {
|
|
1711
|
+
if (c.domain != host) {
|
|
1712
|
+
return false;
|
|
1713
|
+
}
|
|
1714
|
+
} else {
|
|
1715
|
+
if (!domainMatch(host ?? void 0, c.domain ?? void 0, false)) {
|
|
1716
|
+
return false;
|
|
1717
|
+
}
|
|
1718
|
+
}
|
|
1719
|
+
if (!allPaths && typeof c.path === "string" && !pathMatch(path, c.path)) {
|
|
1720
|
+
return false;
|
|
1721
|
+
}
|
|
1722
|
+
if (c.secure && !potentiallyTrustworthy) {
|
|
1723
|
+
return false;
|
|
1724
|
+
}
|
|
1725
|
+
if (c.httpOnly && !http) {
|
|
1726
|
+
return false;
|
|
1727
|
+
}
|
|
1728
|
+
if (sameSiteLevel) {
|
|
1729
|
+
let cookieLevel;
|
|
1730
|
+
if (c.sameSite === "lax") {
|
|
1731
|
+
cookieLevel = Cookie.sameSiteLevel.lax;
|
|
1732
|
+
} else if (c.sameSite === "strict") {
|
|
1733
|
+
cookieLevel = Cookie.sameSiteLevel.strict;
|
|
1734
|
+
} else {
|
|
1735
|
+
cookieLevel = Cookie.sameSiteLevel.none;
|
|
1736
|
+
}
|
|
1737
|
+
if (cookieLevel > sameSiteLevel) {
|
|
1738
|
+
return false;
|
|
1739
|
+
}
|
|
1740
|
+
}
|
|
1741
|
+
const expiryTime = c.expiryTime();
|
|
1742
|
+
if (expireCheck && expiryTime != void 0 && expiryTime <= now) {
|
|
1743
|
+
store.removeCookie(c.domain, c.path, c.key, () => {
|
|
1744
|
+
});
|
|
1745
|
+
return false;
|
|
1746
|
+
}
|
|
1747
|
+
return true;
|
|
1748
|
+
}
|
|
1749
|
+
store.findCookies(
|
|
1750
|
+
host,
|
|
1751
|
+
allPaths ? null : path,
|
|
1752
|
+
this.allowSpecialUseDomain,
|
|
1753
|
+
(err, cookies) => {
|
|
1754
|
+
if (err) {
|
|
1755
|
+
cb(err);
|
|
1756
|
+
return;
|
|
1757
|
+
}
|
|
1758
|
+
if (cookies == null) {
|
|
1759
|
+
cb(null, []);
|
|
1760
|
+
return;
|
|
1761
|
+
}
|
|
1762
|
+
cookies = cookies.filter(matchingCookie);
|
|
1763
|
+
if ("sort" in options && options.sort !== false) {
|
|
1764
|
+
cookies = cookies.sort(cookieCompare);
|
|
1765
|
+
}
|
|
1766
|
+
const now2 = /* @__PURE__ */ new Date();
|
|
1767
|
+
for (const cookie of cookies) {
|
|
1768
|
+
cookie.lastAccessed = now2;
|
|
1769
|
+
}
|
|
1770
|
+
cb(null, cookies);
|
|
1771
|
+
}
|
|
1772
|
+
);
|
|
1773
|
+
return promiseCallback.promise;
|
|
1774
|
+
}
|
|
1775
|
+
/**
|
|
1776
|
+
* Synchronously retrieve the list of cookies that can be sent in a Cookie header for the
|
|
1777
|
+
* current URL.
|
|
1778
|
+
*
|
|
1779
|
+
* <strong>Note</strong>: Only works if the configured Store is also synchronous.
|
|
1780
|
+
*
|
|
1781
|
+
* @remarks
|
|
1782
|
+
* - The array of cookies returned will be sorted according to {@link cookieCompare}.
|
|
1783
|
+
*
|
|
1784
|
+
* - The {@link Cookie.lastAccessed} property will be updated on all returned cookies.
|
|
1785
|
+
*
|
|
1786
|
+
* @param url - The domain to store the cookie with.
|
|
1787
|
+
* @param options - Configuration settings to use when retrieving the cookies.
|
|
1788
|
+
*/
|
|
1789
|
+
getCookiesSync(url, options) {
|
|
1790
|
+
return this.callSync(this.getCookies.bind(this, url, options)) ?? [];
|
|
1791
|
+
}
|
|
1792
|
+
/**
|
|
1793
|
+
* @internal No doc because this is the overload implementation
|
|
1794
|
+
*/
|
|
1795
|
+
getCookieString(url, options, callback) {
|
|
1796
|
+
if (typeof options === "function") {
|
|
1797
|
+
callback = options;
|
|
1798
|
+
options = void 0;
|
|
1799
|
+
}
|
|
1800
|
+
const promiseCallback = createPromiseCallback(callback);
|
|
1801
|
+
const next = function(err, cookies) {
|
|
1802
|
+
if (err) {
|
|
1803
|
+
promiseCallback.callback(err);
|
|
1804
|
+
} else {
|
|
1805
|
+
promiseCallback.callback(
|
|
1806
|
+
null,
|
|
1807
|
+
cookies?.sort(cookieCompare).map((c) => c.cookieString()).join("; ")
|
|
1808
|
+
);
|
|
1809
|
+
}
|
|
1810
|
+
};
|
|
1811
|
+
this.getCookies(url, options, next);
|
|
1812
|
+
return promiseCallback.promise;
|
|
1813
|
+
}
|
|
1814
|
+
/**
|
|
1815
|
+
* Synchronous version of `.getCookieString()`. Accepts the same options as `.getCookies()` but returns a string suitable for a
|
|
1816
|
+
* `Cookie` header rather than an Array.
|
|
1817
|
+
*
|
|
1818
|
+
* <strong>Note</strong>: Only works if the configured Store is also synchronous.
|
|
1819
|
+
*
|
|
1820
|
+
* @param url - The domain to store the cookie with.
|
|
1821
|
+
* @param options - Configuration settings to use when retrieving the cookies.
|
|
1822
|
+
*/
|
|
1823
|
+
getCookieStringSync(url, options) {
|
|
1824
|
+
return this.callSync(
|
|
1825
|
+
options ? this.getCookieString.bind(this, url, options) : this.getCookieString.bind(this, url)
|
|
1826
|
+
) ?? "";
|
|
1827
|
+
}
|
|
1828
|
+
/**
|
|
1829
|
+
* @internal No doc because this is the overload implementation
|
|
1830
|
+
*/
|
|
1831
|
+
getSetCookieStrings(url, options, callback) {
|
|
1832
|
+
if (typeof options === "function") {
|
|
1833
|
+
callback = options;
|
|
1834
|
+
options = void 0;
|
|
1835
|
+
}
|
|
1836
|
+
const promiseCallback = createPromiseCallback(
|
|
1837
|
+
callback
|
|
1838
|
+
);
|
|
1839
|
+
const next = function(err, cookies) {
|
|
1840
|
+
if (err) {
|
|
1841
|
+
promiseCallback.callback(err);
|
|
1842
|
+
} else {
|
|
1843
|
+
promiseCallback.callback(
|
|
1844
|
+
null,
|
|
1845
|
+
cookies?.map((c) => {
|
|
1846
|
+
return c.toString();
|
|
1847
|
+
})
|
|
1848
|
+
);
|
|
1849
|
+
}
|
|
1850
|
+
};
|
|
1851
|
+
this.getCookies(url, options, next);
|
|
1852
|
+
return promiseCallback.promise;
|
|
1853
|
+
}
|
|
1854
|
+
/**
|
|
1855
|
+
* Synchronous version of `.getSetCookieStrings()`. Returns an array of strings suitable for `Set-Cookie` headers.
|
|
1856
|
+
* Accepts the same options as `.getCookies()`.
|
|
1857
|
+
*
|
|
1858
|
+
* <strong>Note</strong>: Only works if the configured Store is also synchronous.
|
|
1859
|
+
*
|
|
1860
|
+
* @param url - The domain to store the cookie with.
|
|
1861
|
+
* @param options - Configuration settings to use when retrieving the cookies.
|
|
1862
|
+
*/
|
|
1863
|
+
getSetCookieStringsSync(url, options = {}) {
|
|
1864
|
+
return this.callSync(this.getSetCookieStrings.bind(this, url, options)) ?? [];
|
|
1865
|
+
}
|
|
1866
|
+
/**
|
|
1867
|
+
* @internal No doc because this is the overload implementation
|
|
1868
|
+
*/
|
|
1869
|
+
serialize(callback) {
|
|
1870
|
+
const promiseCallback = createPromiseCallback(callback);
|
|
1871
|
+
let type = this.store.constructor.name;
|
|
1872
|
+
if (isObject(type)) {
|
|
1873
|
+
type = null;
|
|
1874
|
+
}
|
|
1875
|
+
const serialized = {
|
|
1876
|
+
// The version of tough-cookie that serialized this jar. Generally a good
|
|
1877
|
+
// practice since future versions can make data import decisions based on
|
|
1878
|
+
// known past behavior. When/if this matters, use `semver`.
|
|
1879
|
+
version: `tough-cookie@${version}`,
|
|
1880
|
+
// add the store type, to make humans happy:
|
|
1881
|
+
storeType: type,
|
|
1882
|
+
// CookieJar configuration:
|
|
1883
|
+
rejectPublicSuffixes: this.rejectPublicSuffixes,
|
|
1884
|
+
enableLooseMode: this.enableLooseMode,
|
|
1885
|
+
allowSpecialUseDomain: this.allowSpecialUseDomain,
|
|
1886
|
+
prefixSecurity: getNormalizedPrefixSecurity(this.prefixSecurity),
|
|
1887
|
+
// this gets filled from getAllCookies:
|
|
1888
|
+
cookies: []
|
|
1889
|
+
};
|
|
1890
|
+
if (typeof this.store.getAllCookies !== "function") {
|
|
1891
|
+
return promiseCallback.reject(
|
|
1892
|
+
new Error(
|
|
1893
|
+
"store does not support getAllCookies and cannot be serialized"
|
|
1894
|
+
)
|
|
1895
|
+
);
|
|
1896
|
+
}
|
|
1897
|
+
this.store.getAllCookies((err, cookies) => {
|
|
1898
|
+
if (err) {
|
|
1899
|
+
promiseCallback.callback(err);
|
|
1900
|
+
return;
|
|
1901
|
+
}
|
|
1902
|
+
if (cookies == null) {
|
|
1903
|
+
promiseCallback.callback(null, serialized);
|
|
1904
|
+
return;
|
|
1905
|
+
}
|
|
1906
|
+
serialized.cookies = cookies.map((cookie) => {
|
|
1907
|
+
const serializedCookie = cookie.toJSON();
|
|
1908
|
+
delete serializedCookie.creationIndex;
|
|
1909
|
+
return serializedCookie;
|
|
1910
|
+
});
|
|
1911
|
+
promiseCallback.callback(null, serialized);
|
|
1912
|
+
});
|
|
1913
|
+
return promiseCallback.promise;
|
|
1914
|
+
}
|
|
1915
|
+
/**
|
|
1916
|
+
* Serialize the CookieJar if the underlying store supports `.getAllCookies`.
|
|
1917
|
+
*
|
|
1918
|
+
* <strong>Note</strong>: Only works if the configured Store is also synchronous.
|
|
1919
|
+
*/
|
|
1920
|
+
serializeSync() {
|
|
1921
|
+
return this.callSync((callback) => {
|
|
1922
|
+
this.serialize(callback);
|
|
1923
|
+
});
|
|
1924
|
+
}
|
|
1925
|
+
/**
|
|
1926
|
+
* Alias of {@link CookieJar.serializeSync}. Allows the cookie to be serialized
|
|
1927
|
+
* with `JSON.stringify(cookieJar)`.
|
|
1928
|
+
*/
|
|
1929
|
+
toJSON() {
|
|
1930
|
+
return this.serializeSync();
|
|
1931
|
+
}
|
|
1932
|
+
/**
|
|
1933
|
+
* Use the class method CookieJar.deserialize instead of calling this directly
|
|
1934
|
+
* @internal
|
|
1935
|
+
*/
|
|
1936
|
+
_importCookies(serialized, callback) {
|
|
1937
|
+
let cookies = void 0;
|
|
1938
|
+
if (serialized && typeof serialized === "object" && inOperator("cookies", serialized) && Array.isArray(serialized.cookies)) {
|
|
1939
|
+
cookies = serialized.cookies;
|
|
1940
|
+
}
|
|
1941
|
+
if (!cookies) {
|
|
1942
|
+
callback(new Error("serialized jar has no cookies array"), void 0);
|
|
1943
|
+
return;
|
|
1944
|
+
}
|
|
1945
|
+
cookies = cookies.slice();
|
|
1946
|
+
const putNext = (err) => {
|
|
1947
|
+
if (err) {
|
|
1948
|
+
callback(err, void 0);
|
|
1949
|
+
return;
|
|
1950
|
+
}
|
|
1951
|
+
if (Array.isArray(cookies)) {
|
|
1952
|
+
if (!cookies.length) {
|
|
1953
|
+
callback(err, this);
|
|
1954
|
+
return;
|
|
1955
|
+
}
|
|
1956
|
+
let cookie;
|
|
1957
|
+
try {
|
|
1958
|
+
cookie = Cookie.fromJSON(cookies.shift());
|
|
1959
|
+
} catch (e) {
|
|
1960
|
+
callback(e instanceof Error ? e : new Error(), void 0);
|
|
1961
|
+
return;
|
|
1962
|
+
}
|
|
1963
|
+
if (cookie === void 0) {
|
|
1964
|
+
putNext(null);
|
|
1965
|
+
return;
|
|
1966
|
+
}
|
|
1967
|
+
this.store.putCookie(cookie, putNext);
|
|
1968
|
+
}
|
|
1969
|
+
};
|
|
1970
|
+
putNext(null);
|
|
1971
|
+
}
|
|
1972
|
+
/**
|
|
1973
|
+
* @internal
|
|
1974
|
+
*/
|
|
1975
|
+
_importCookiesSync(serialized) {
|
|
1976
|
+
this.callSync(this._importCookies.bind(this, serialized));
|
|
1977
|
+
}
|
|
1978
|
+
/**
|
|
1979
|
+
* @internal No doc because this is the overload implementation
|
|
1980
|
+
*/
|
|
1981
|
+
clone(newStore, callback) {
|
|
1982
|
+
if (typeof newStore === "function") {
|
|
1983
|
+
callback = newStore;
|
|
1984
|
+
newStore = void 0;
|
|
1985
|
+
}
|
|
1986
|
+
const promiseCallback = createPromiseCallback(callback);
|
|
1987
|
+
const cb = promiseCallback.callback;
|
|
1988
|
+
this.serialize((err, serialized) => {
|
|
1989
|
+
if (err) {
|
|
1990
|
+
return promiseCallback.reject(err);
|
|
1991
|
+
}
|
|
1992
|
+
return _CookieJar.deserialize(serialized ?? "", newStore, cb);
|
|
1993
|
+
});
|
|
1994
|
+
return promiseCallback.promise;
|
|
1995
|
+
}
|
|
1996
|
+
/**
|
|
1997
|
+
* @internal
|
|
1998
|
+
*/
|
|
1999
|
+
_cloneSync(newStore) {
|
|
2000
|
+
const cloneFn = newStore && typeof newStore !== "function" ? this.clone.bind(this, newStore) : this.clone.bind(this);
|
|
2001
|
+
return this.callSync((callback) => {
|
|
2002
|
+
cloneFn(callback);
|
|
2003
|
+
});
|
|
2004
|
+
}
|
|
2005
|
+
/**
|
|
2006
|
+
* Produces a deep clone of this CookieJar. Modifications to the original do
|
|
2007
|
+
* not affect the clone, and vice versa.
|
|
2008
|
+
*
|
|
2009
|
+
* <strong>Note</strong>: Only works if both the configured Store and destination
|
|
2010
|
+
* Store are synchronous.
|
|
2011
|
+
*
|
|
2012
|
+
* @remarks
|
|
2013
|
+
* - When no {@link Store} is provided, a new {@link MemoryCookieStore} will be used.
|
|
2014
|
+
*
|
|
2015
|
+
* - Transferring between store types is supported so long as the source
|
|
2016
|
+
* implements `.getAllCookies()` and the destination implements `.putCookie()`.
|
|
2017
|
+
*
|
|
2018
|
+
* @param newStore - The target {@link Store} to clone cookies into.
|
|
2019
|
+
*/
|
|
2020
|
+
cloneSync(newStore) {
|
|
2021
|
+
if (!newStore) {
|
|
2022
|
+
return this._cloneSync();
|
|
2023
|
+
}
|
|
2024
|
+
if (!newStore.synchronous) {
|
|
2025
|
+
throw new Error(
|
|
2026
|
+
"CookieJar clone destination store is not synchronous; use async API instead."
|
|
2027
|
+
);
|
|
2028
|
+
}
|
|
2029
|
+
return this._cloneSync(newStore);
|
|
2030
|
+
}
|
|
2031
|
+
/**
|
|
2032
|
+
* @internal No doc because this is the overload implementation
|
|
2033
|
+
*/
|
|
2034
|
+
removeAllCookies(callback) {
|
|
2035
|
+
const promiseCallback = createPromiseCallback(callback);
|
|
2036
|
+
const cb = promiseCallback.callback;
|
|
2037
|
+
const store = this.store;
|
|
2038
|
+
if (typeof store.removeAllCookies === "function" && store.removeAllCookies !== Store.prototype.removeAllCookies) {
|
|
2039
|
+
store.removeAllCookies(cb);
|
|
2040
|
+
return promiseCallback.promise;
|
|
2041
|
+
}
|
|
2042
|
+
store.getAllCookies((err, cookies) => {
|
|
2043
|
+
if (err) {
|
|
2044
|
+
cb(err);
|
|
2045
|
+
return;
|
|
2046
|
+
}
|
|
2047
|
+
if (!cookies) {
|
|
2048
|
+
cookies = [];
|
|
2049
|
+
}
|
|
2050
|
+
if (cookies.length === 0) {
|
|
2051
|
+
cb(null, void 0);
|
|
2052
|
+
return;
|
|
2053
|
+
}
|
|
2054
|
+
let completedCount = 0;
|
|
2055
|
+
const removeErrors = [];
|
|
2056
|
+
const removeCookieCb = function removeCookieCb2(removeErr) {
|
|
2057
|
+
if (removeErr) {
|
|
2058
|
+
removeErrors.push(removeErr);
|
|
2059
|
+
}
|
|
2060
|
+
completedCount++;
|
|
2061
|
+
if (completedCount === cookies.length) {
|
|
2062
|
+
if (removeErrors[0]) cb(removeErrors[0]);
|
|
2063
|
+
else cb(null, void 0);
|
|
2064
|
+
return;
|
|
2065
|
+
}
|
|
2066
|
+
};
|
|
2067
|
+
cookies.forEach((cookie) => {
|
|
2068
|
+
store.removeCookie(
|
|
2069
|
+
cookie.domain,
|
|
2070
|
+
cookie.path,
|
|
2071
|
+
cookie.key,
|
|
2072
|
+
removeCookieCb
|
|
2073
|
+
);
|
|
2074
|
+
});
|
|
2075
|
+
});
|
|
2076
|
+
return promiseCallback.promise;
|
|
2077
|
+
}
|
|
2078
|
+
/**
|
|
2079
|
+
* Removes all cookies from the CookieJar.
|
|
2080
|
+
*
|
|
2081
|
+
* <strong>Note</strong>: Only works if the configured Store is also synchronous.
|
|
2082
|
+
*
|
|
2083
|
+
* @remarks
|
|
2084
|
+
* - This is a new backwards-compatible feature of tough-cookie version 2.5,
|
|
2085
|
+
* so not all Stores will implement it efficiently. For Stores that do not
|
|
2086
|
+
* implement `removeAllCookies`, the fallback is to call `removeCookie` after
|
|
2087
|
+
* `getAllCookies`.
|
|
2088
|
+
*
|
|
2089
|
+
* - If `getAllCookies` fails or isn't implemented in the Store, an error is returned.
|
|
2090
|
+
*
|
|
2091
|
+
* - If one or more of the `removeCookie` calls fail, only the first error is returned.
|
|
2092
|
+
*/
|
|
2093
|
+
removeAllCookiesSync() {
|
|
2094
|
+
this.callSync((callback) => {
|
|
2095
|
+
this.removeAllCookies(callback);
|
|
2096
|
+
});
|
|
2097
|
+
}
|
|
2098
|
+
/**
|
|
2099
|
+
* @internal No doc because this is the overload implementation
|
|
2100
|
+
*/
|
|
2101
|
+
static deserialize(strOrObj, store, callback) {
|
|
2102
|
+
if (typeof store === "function") {
|
|
2103
|
+
callback = store;
|
|
2104
|
+
store = void 0;
|
|
2105
|
+
}
|
|
2106
|
+
const promiseCallback = createPromiseCallback(callback);
|
|
2107
|
+
let serialized;
|
|
2108
|
+
if (typeof strOrObj === "string") {
|
|
2109
|
+
try {
|
|
2110
|
+
serialized = JSON.parse(strOrObj);
|
|
2111
|
+
} catch (e) {
|
|
2112
|
+
return promiseCallback.reject(e instanceof Error ? e : new Error());
|
|
2113
|
+
}
|
|
2114
|
+
} else {
|
|
2115
|
+
serialized = strOrObj;
|
|
2116
|
+
}
|
|
2117
|
+
const readSerializedProperty = (property) => {
|
|
2118
|
+
return serialized && typeof serialized === "object" && inOperator(property, serialized) ? serialized[property] : void 0;
|
|
2119
|
+
};
|
|
2120
|
+
const readSerializedBoolean = (property) => {
|
|
2121
|
+
const value = readSerializedProperty(property);
|
|
2122
|
+
return typeof value === "boolean" ? value : void 0;
|
|
2123
|
+
};
|
|
2124
|
+
const readSerializedString = (property) => {
|
|
2125
|
+
const value = readSerializedProperty(property);
|
|
2126
|
+
return typeof value === "string" ? value : void 0;
|
|
2127
|
+
};
|
|
2128
|
+
const jar = new _CookieJar(store, {
|
|
2129
|
+
rejectPublicSuffixes: readSerializedBoolean("rejectPublicSuffixes"),
|
|
2130
|
+
looseMode: readSerializedBoolean("enableLooseMode"),
|
|
2131
|
+
allowSpecialUseDomain: readSerializedBoolean("allowSpecialUseDomain"),
|
|
2132
|
+
prefixSecurity: getNormalizedPrefixSecurity(
|
|
2133
|
+
readSerializedString("prefixSecurity") ?? "silent"
|
|
2134
|
+
)
|
|
2135
|
+
});
|
|
2136
|
+
jar._importCookies(serialized, (err) => {
|
|
2137
|
+
if (err) {
|
|
2138
|
+
promiseCallback.callback(err);
|
|
2139
|
+
return;
|
|
2140
|
+
}
|
|
2141
|
+
promiseCallback.callback(null, jar);
|
|
2142
|
+
});
|
|
2143
|
+
return promiseCallback.promise;
|
|
2144
|
+
}
|
|
2145
|
+
/**
|
|
2146
|
+
* A new CookieJar is created and the serialized {@link Cookie} values are added to
|
|
2147
|
+
* the underlying store. Each {@link Cookie} is added via `store.putCookie(...)` in
|
|
2148
|
+
* the order in which they appear in the serialization.
|
|
2149
|
+
*
|
|
2150
|
+
* <strong>Note</strong>: Only works if the configured Store is also synchronous.
|
|
2151
|
+
*
|
|
2152
|
+
* @remarks
|
|
2153
|
+
* - When no {@link Store} is provided, a new {@link MemoryCookieStore} will be used.
|
|
2154
|
+
*
|
|
2155
|
+
* - As a convenience, if `strOrObj` is a string, it is passed through `JSON.parse` first.
|
|
2156
|
+
*
|
|
2157
|
+
* @param strOrObj - A JSON string or object representing the deserialized cookies.
|
|
2158
|
+
* @param store - The underlying store to persist the deserialized cookies into.
|
|
2159
|
+
*/
|
|
2160
|
+
static deserializeSync(strOrObj, store) {
|
|
2161
|
+
const serialized = typeof strOrObj === "string" ? JSON.parse(strOrObj) : strOrObj;
|
|
2162
|
+
const readSerializedProperty = (property) => {
|
|
2163
|
+
return serialized && typeof serialized === "object" && inOperator(property, serialized) ? serialized[property] : void 0;
|
|
2164
|
+
};
|
|
2165
|
+
const readSerializedBoolean = (property) => {
|
|
2166
|
+
const value = readSerializedProperty(property);
|
|
2167
|
+
return typeof value === "boolean" ? value : void 0;
|
|
2168
|
+
};
|
|
2169
|
+
const readSerializedString = (property) => {
|
|
2170
|
+
const value = readSerializedProperty(property);
|
|
2171
|
+
return typeof value === "string" ? value : void 0;
|
|
2172
|
+
};
|
|
2173
|
+
const jar = new _CookieJar(store, {
|
|
2174
|
+
rejectPublicSuffixes: readSerializedBoolean("rejectPublicSuffixes"),
|
|
2175
|
+
looseMode: readSerializedBoolean("enableLooseMode"),
|
|
2176
|
+
allowSpecialUseDomain: readSerializedBoolean("allowSpecialUseDomain"),
|
|
2177
|
+
prefixSecurity: getNormalizedPrefixSecurity(
|
|
2178
|
+
readSerializedString("prefixSecurity") ?? "silent"
|
|
2179
|
+
)
|
|
2180
|
+
});
|
|
2181
|
+
if (!jar.store.synchronous) {
|
|
2182
|
+
throw new Error(
|
|
2183
|
+
"CookieJar store is not synchronous; use async API instead."
|
|
2184
|
+
);
|
|
2185
|
+
}
|
|
2186
|
+
jar._importCookiesSync(serialized);
|
|
2187
|
+
return jar;
|
|
2188
|
+
}
|
|
2189
|
+
/**
|
|
2190
|
+
* Alias of {@link CookieJar.deserializeSync}.
|
|
2191
|
+
*
|
|
2192
|
+
* @remarks
|
|
2193
|
+
* - When no {@link Store} is provided, a new {@link MemoryCookieStore} will be used.
|
|
2194
|
+
*
|
|
2195
|
+
* - As a convenience, if `strOrObj` is a string, it is passed through `JSON.parse` first.
|
|
2196
|
+
*
|
|
2197
|
+
* @param jsonString - A JSON string or object representing the deserialized cookies.
|
|
2198
|
+
* @param store - The underlying store to persist the deserialized cookies into.
|
|
2199
|
+
*/
|
|
2200
|
+
static fromJSON(jsonString, store) {
|
|
2201
|
+
return _CookieJar.deserializeSync(jsonString, store);
|
|
2202
|
+
}
|
|
2203
|
+
};
|
|
2204
|
+
|
|
2205
|
+
// lib/cookie/permutePath.ts
|
|
2206
|
+
function permutePath(path) {
|
|
2207
|
+
if (path === "/") {
|
|
2208
|
+
return ["/"];
|
|
2209
|
+
}
|
|
2210
|
+
const permutations = [path];
|
|
2211
|
+
while (path.length > 1) {
|
|
2212
|
+
const lindex = path.lastIndexOf("/");
|
|
2213
|
+
if (lindex === 0) {
|
|
2214
|
+
break;
|
|
2215
|
+
}
|
|
2216
|
+
path = path.slice(0, lindex);
|
|
2217
|
+
permutations.push(path);
|
|
2218
|
+
}
|
|
2219
|
+
permutations.push("/");
|
|
2220
|
+
return permutations;
|
|
2221
|
+
}
|
|
2222
|
+
|
|
2223
|
+
// lib/cookie/index.ts
|
|
2224
|
+
function parse2(str, options) {
|
|
2225
|
+
return Cookie.parse(str, options);
|
|
2226
|
+
}
|
|
2227
|
+
function fromJSON2(str) {
|
|
2228
|
+
return Cookie.fromJSON(str);
|
|
2229
|
+
}
|
|
2230
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
2231
|
+
0 && (module.exports = {
|
|
2232
|
+
Cookie,
|
|
2233
|
+
CookieJar,
|
|
2234
|
+
MemoryCookieStore,
|
|
2235
|
+
ParameterError,
|
|
2236
|
+
PrefixSecurityEnum,
|
|
2237
|
+
Store,
|
|
2238
|
+
canonicalDomain,
|
|
2239
|
+
cookieCompare,
|
|
2240
|
+
defaultPath,
|
|
2241
|
+
domainMatch,
|
|
2242
|
+
formatDate,
|
|
2243
|
+
fromJSON,
|
|
2244
|
+
getPublicSuffix,
|
|
2245
|
+
parse,
|
|
2246
|
+
parseDate,
|
|
2247
|
+
pathMatch,
|
|
2248
|
+
permuteDomain,
|
|
2249
|
+
permutePath,
|
|
2250
|
+
version
|
|
2251
|
+
});
|
|
2252
|
+
/*!
|
|
2253
|
+
* Copyright (c) 2015-2020, Salesforce.com, Inc.
|
|
2254
|
+
* All rights reserved.
|
|
2255
|
+
*
|
|
2256
|
+
* Redistribution and use in source and binary forms, with or without
|
|
2257
|
+
* modification, are permitted provided that the following conditions are met:
|
|
2258
|
+
*
|
|
2259
|
+
* 1. Redistributions of source code must retain the above copyright notice,
|
|
2260
|
+
* this list of conditions and the following disclaimer.
|
|
2261
|
+
*
|
|
2262
|
+
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
2263
|
+
* this list of conditions and the following disclaimer in the documentation
|
|
2264
|
+
* and/or other materials provided with the distribution.
|
|
2265
|
+
*
|
|
2266
|
+
* 3. Neither the name of Salesforce.com nor the names of its contributors may
|
|
2267
|
+
* be used to endorse or promote products derived from this software without
|
|
2268
|
+
* specific prior written permission.
|
|
2269
|
+
*
|
|
2270
|
+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
2271
|
+
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
2272
|
+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
2273
|
+
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
|
2274
|
+
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
2275
|
+
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
2276
|
+
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
2277
|
+
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
2278
|
+
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
2279
|
+
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
2280
|
+
* POSSIBILITY OF SUCH DAMAGE.
|
|
2281
|
+
*/
|
|
2282
|
+
//# sourceMappingURL=index.cjs.map
|