9router 0.4.50 → 0.4.55

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.
Files changed (400) hide show
  1. package/app/.next-cli-build/BUILD_ID +1 -1
  2. package/app/.next-cli-build/app-path-routes-manifest.json +3 -3
  3. package/app/.next-cli-build/build-manifest.json +2 -2
  4. package/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page_client-reference-manifest.js +1 -1
  5. package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js.nft.json +1 -1
  6. package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page_client-reference-manifest.js +1 -1
  7. package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +1 -1
  8. package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
  9. package/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
  10. package/app/.next-cli-build/server/app/(dashboard)/dashboard/console-log/page_client-reference-manifest.js +1 -1
  11. package/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page.js.nft.json +1 -1
  12. package/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
  13. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js +6 -6
  14. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page_client-reference-manifest.js +1 -1
  15. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page_client-reference-manifest.js +1 -1
  16. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page_client-reference-manifest.js +1 -1
  17. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page_client-reference-manifest.js +1 -1
  18. package/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +1 -1
  19. package/app/.next-cli-build/server/app/(dashboard)/dashboard/page.js.nft.json +1 -1
  20. package/app/.next-cli-build/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
  21. package/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
  22. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page.js +1 -1
  23. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
  24. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
  25. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
  26. package/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page_client-reference-manifest.js +1 -1
  27. package/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +1 -1
  28. package/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page_client-reference-manifest.js +1 -1
  29. package/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
  30. package/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page.js +1 -1
  31. package/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
  32. package/app/.next-cli-build/server/app/_global-error/page_client-reference-manifest.js +1 -1
  33. package/app/.next-cli-build/server/app/_global-error.html +1 -1
  34. package/app/.next-cli-build/server/app/_global-error.rsc +1 -1
  35. package/app/.next-cli-build/server/app/_global-error.segments/_full.segment.rsc +1 -1
  36. package/app/.next-cli-build/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  37. package/app/.next-cli-build/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  38. package/app/.next-cli-build/server/app/_global-error.segments/_head.segment.rsc +1 -1
  39. package/app/.next-cli-build/server/app/_global-error.segments/_index.segment.rsc +1 -1
  40. package/app/.next-cli-build/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  41. package/app/.next-cli-build/server/app/_not-found/page_client-reference-manifest.js +1 -1
  42. package/app/.next-cli-build/server/app/_not-found.html +1 -1
  43. package/app/.next-cli-build/server/app/_not-found.rsc +4 -4
  44. package/app/.next-cli-build/server/app/_not-found.segments/_full.segment.rsc +4 -4
  45. package/app/.next-cli-build/server/app/_not-found.segments/_head.segment.rsc +1 -1
  46. package/app/.next-cli-build/server/app/_not-found.segments/_index.segment.rsc +4 -4
  47. package/app/.next-cli-build/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  48. package/app/.next-cli-build/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  49. package/app/.next-cli-build/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  50. package/app/.next-cli-build/server/app/api/auth/login/route.js.nft.json +1 -1
  51. package/app/.next-cli-build/server/app/api/auth/logout/route.js.nft.json +1 -1
  52. package/app/.next-cli-build/server/app/api/auth/oidc/callback/route.js.nft.json +1 -1
  53. package/app/.next-cli-build/server/app/api/auth/oidc/start/route.js.nft.json +1 -1
  54. package/app/.next-cli-build/server/app/api/auth/oidc/test/route.js.nft.json +1 -1
  55. package/app/.next-cli-build/server/app/api/auth/status/route.js.nft.json +1 -1
  56. package/app/.next-cli-build/server/app/api/cli-tools/all-statuses/route.js +2 -2
  57. package/app/.next-cli-build/server/app/api/cli-tools/all-statuses/route.js.nft.json +1 -1
  58. package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/alias/route.js.nft.json +1 -1
  59. package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/route.js.nft.json +1 -1
  60. package/app/.next-cli-build/server/app/api/cli-tools/copilot-settings/route.js.nft.json +1 -1
  61. package/app/.next-cli-build/server/app/api/cli-tools/cowork-settings/route.js +1 -1
  62. package/app/.next-cli-build/server/app/api/cli-tools/cowork-settings/route.js.nft.json +1 -1
  63. package/app/.next-cli-build/server/app/api/cli-tools/openclaw-settings/route.js +1 -1
  64. package/app/.next-cli-build/server/app/api/combos/[id]/route.js.nft.json +1 -1
  65. package/app/.next-cli-build/server/app/api/combos/route.js.nft.json +1 -1
  66. package/app/.next-cli-build/server/app/api/keys/[id]/route.js.nft.json +1 -1
  67. package/app/.next-cli-build/server/app/api/keys/route.js +1 -1
  68. package/app/.next-cli-build/server/app/api/keys/route.js.nft.json +1 -1
  69. package/app/.next-cli-build/server/app/api/mcp/[plugin]/message/route.js.nft.json +1 -1
  70. package/app/.next-cli-build/server/app/api/mcp/[plugin]/sse/route.js.nft.json +1 -1
  71. package/app/.next-cli-build/server/app/api/media-providers/tts/deepgram/voices/route.js.nft.json +1 -1
  72. package/app/.next-cli-build/server/app/api/media-providers/tts/elevenlabs/voices/route.js.nft.json +1 -1
  73. package/app/.next-cli-build/server/app/api/media-providers/tts/inworld/voices/route.js.nft.json +1 -1
  74. package/app/.next-cli-build/server/app/api/media-providers/tts/minimax/voices/route.js.nft.json +1 -1
  75. package/app/.next-cli-build/server/app/api/models/alias/route.js.nft.json +1 -1
  76. package/app/.next-cli-build/server/app/api/models/availability/route.js.nft.json +1 -1
  77. package/app/.next-cli-build/server/app/api/models/custom/route.js.nft.json +1 -1
  78. package/app/.next-cli-build/server/app/api/models/disabled/route.js.nft.json +1 -1
  79. package/app/.next-cli-build/server/app/api/models/route.js +1 -1
  80. package/app/.next-cli-build/server/app/api/models/route.js.nft.json +1 -1
  81. package/app/.next-cli-build/server/app/api/models/test/route.js +1 -1
  82. package/app/.next-cli-build/server/app/api/models/test/route.js.nft.json +1 -1
  83. package/app/.next-cli-build/server/app/api/oauth/[provider]/[action]/route.js.nft.json +1 -1
  84. package/app/.next-cli-build/server/app/api/oauth/cursor/import/route.js +1 -1
  85. package/app/.next-cli-build/server/app/api/oauth/cursor/import/route.js.nft.json +1 -1
  86. package/app/.next-cli-build/server/app/api/oauth/gitlab/pat/route.js.nft.json +1 -1
  87. package/app/.next-cli-build/server/app/api/oauth/iflow/cookie/route.js.nft.json +1 -1
  88. package/app/.next-cli-build/server/app/api/oauth/kiro/import/route.js.nft.json +1 -1
  89. package/app/.next-cli-build/server/app/api/oauth/kiro/social-exchange/route.js.nft.json +1 -1
  90. package/app/.next-cli-build/server/app/api/pricing/route.js.nft.json +1 -1
  91. package/app/.next-cli-build/server/app/api/provider-nodes/[id]/route.js.nft.json +1 -1
  92. package/app/.next-cli-build/server/app/api/provider-nodes/route.js.nft.json +1 -1
  93. package/app/.next-cli-build/server/app/api/providers/[id]/models/route.js +1 -1
  94. package/app/.next-cli-build/server/app/api/providers/[id]/models/route.js.nft.json +1 -1
  95. package/app/.next-cli-build/server/app/api/providers/[id]/route.js.nft.json +1 -1
  96. package/app/.next-cli-build/server/app/api/providers/[id]/test/route.js.nft.json +1 -1
  97. package/app/.next-cli-build/server/app/api/providers/[id]/test-models/route.js +1 -1
  98. package/app/.next-cli-build/server/app/api/providers/[id]/test-models/route.js.nft.json +1 -1
  99. package/app/.next-cli-build/server/app/api/providers/client/route.js.nft.json +1 -1
  100. package/app/.next-cli-build/server/app/api/providers/route.js +1 -1
  101. package/app/.next-cli-build/server/app/api/providers/route.js.nft.json +1 -1
  102. package/app/.next-cli-build/server/app/api/providers/test-batch/route.js.nft.json +1 -1
  103. package/app/.next-cli-build/server/app/api/providers/validate/route.js +1 -1
  104. package/app/.next-cli-build/server/app/api/providers/validate/route.js.nft.json +1 -1
  105. package/app/.next-cli-build/server/app/api/proxy-pools/[id]/route.js.nft.json +1 -1
  106. package/app/.next-cli-build/server/app/api/proxy-pools/[id]/test/route.js.nft.json +1 -1
  107. package/app/.next-cli-build/server/app/api/proxy-pools/route.js.nft.json +1 -1
  108. package/app/.next-cli-build/server/app/api/proxy-pools/vercel-deploy/route.js.nft.json +1 -1
  109. package/app/.next-cli-build/server/app/api/settings/database/route.js.nft.json +1 -1
  110. package/app/.next-cli-build/server/app/api/settings/require-login/route.js.nft.json +1 -1
  111. package/app/.next-cli-build/server/app/api/settings/route.js.nft.json +1 -1
  112. package/app/.next-cli-build/server/app/api/translator/console-logs/route.js +1 -1
  113. package/app/.next-cli-build/server/app/api/translator/console-logs/stream/route.js +2 -2
  114. package/app/.next-cli-build/server/app/api/translator/send/route.js.nft.json +1 -1
  115. package/app/.next-cli-build/server/app/api/translator/translate/route.js.nft.json +1 -1
  116. package/app/.next-cli-build/server/app/api/tunnel/disable/route.js.nft.json +1 -1
  117. package/app/.next-cli-build/server/app/api/tunnel/enable/route.js.nft.json +1 -1
  118. package/app/.next-cli-build/server/app/api/tunnel/status/route.js.nft.json +1 -1
  119. package/app/.next-cli-build/server/app/api/tunnel/tailscale-check/route.js.nft.json +1 -1
  120. package/app/.next-cli-build/server/app/api/tunnel/tailscale-disable/route.js.nft.json +1 -1
  121. package/app/.next-cli-build/server/app/api/tunnel/tailscale-enable/route.js.nft.json +1 -1
  122. package/app/.next-cli-build/server/app/api/tunnel/tailscale-install/route.js.nft.json +1 -1
  123. package/app/.next-cli-build/server/app/api/tunnel/tailscale-login/route.js.nft.json +1 -1
  124. package/app/.next-cli-build/server/app/api/tunnel/tailscale-start-daemon/route.js.nft.json +1 -1
  125. package/app/.next-cli-build/server/app/api/usage/[connectionId]/route.js +1 -1
  126. package/app/.next-cli-build/server/app/api/usage/[connectionId]/route.js.nft.json +1 -1
  127. package/app/.next-cli-build/server/app/api/usage/chart/route.js.nft.json +1 -1
  128. package/app/.next-cli-build/server/app/api/usage/history/route.js.nft.json +1 -1
  129. package/app/.next-cli-build/server/app/api/usage/providers/route.js.nft.json +1 -1
  130. package/app/.next-cli-build/server/app/api/usage/request-details/route.js.nft.json +1 -1
  131. package/app/.next-cli-build/server/app/api/usage/request-logs/route.js.nft.json +1 -1
  132. package/app/.next-cli-build/server/app/api/usage/stats/route.js.nft.json +1 -1
  133. package/app/.next-cli-build/server/app/api/usage/stream/route.js.nft.json +1 -1
  134. package/app/.next-cli-build/server/app/api/v1/api/chat/route.js.nft.json +1 -1
  135. package/app/.next-cli-build/server/app/api/v1/audio/speech/route.js +1 -1
  136. package/app/.next-cli-build/server/app/api/v1/audio/speech/route.js.nft.json +1 -1
  137. package/app/.next-cli-build/server/app/api/v1/audio/transcriptions/route.js +1 -1
  138. package/app/.next-cli-build/server/app/api/v1/audio/transcriptions/route.js.nft.json +1 -1
  139. package/app/.next-cli-build/server/app/api/v1/chat/completions/route.js.nft.json +1 -1
  140. package/app/.next-cli-build/server/app/api/v1/embeddings/route.js.nft.json +1 -1
  141. package/app/.next-cli-build/server/app/api/v1/images/generations/route.js.nft.json +1 -1
  142. package/app/.next-cli-build/server/app/api/v1/messages/route.js.nft.json +1 -1
  143. package/app/.next-cli-build/server/app/api/v1/models/[kind]/route.js.nft.json +1 -1
  144. package/app/.next-cli-build/server/app/api/v1/models/route.js.nft.json +1 -1
  145. package/app/.next-cli-build/server/app/api/v1/responses/compact/route.js.nft.json +1 -1
  146. package/app/.next-cli-build/server/app/api/v1/responses/route.js.nft.json +1 -1
  147. package/app/.next-cli-build/server/app/api/v1/route.js.nft.json +1 -1
  148. package/app/.next-cli-build/server/app/api/v1/search/route.js +1 -1
  149. package/app/.next-cli-build/server/app/api/v1/search/route.js.nft.json +1 -1
  150. package/app/.next-cli-build/server/app/api/v1/web/fetch/route.js +1 -1
  151. package/app/.next-cli-build/server/app/api/v1/web/fetch/route.js.nft.json +1 -1
  152. package/app/.next-cli-build/server/app/api/v1beta/models/[...path]/route.js.nft.json +1 -1
  153. package/app/.next-cli-build/server/app/api/version/route.js +1 -1
  154. package/app/.next-cli-build/server/app/api/version/shutdown/route.js +1 -1
  155. package/app/.next-cli-build/server/app/api/version/shutdown/route.js.nft.json +1 -1
  156. package/app/.next-cli-build/server/app/api/version/update/route.js +1 -1
  157. package/app/.next-cli-build/server/app/api/version/update/route.js.nft.json +1 -1
  158. package/app/.next-cli-build/server/app/callback/page_client-reference-manifest.js +1 -1
  159. package/app/.next-cli-build/server/app/callback.html +1 -1
  160. package/app/.next-cli-build/server/app/callback.rsc +4 -4
  161. package/app/.next-cli-build/server/app/callback.segments/_full.segment.rsc +4 -4
  162. package/app/.next-cli-build/server/app/callback.segments/_head.segment.rsc +1 -1
  163. package/app/.next-cli-build/server/app/callback.segments/_index.segment.rsc +4 -4
  164. package/app/.next-cli-build/server/app/callback.segments/_tree.segment.rsc +2 -2
  165. package/app/.next-cli-build/server/app/callback.segments/callback/__PAGE__.segment.rsc +1 -1
  166. package/app/.next-cli-build/server/app/callback.segments/callback.segment.rsc +1 -1
  167. package/app/.next-cli-build/server/app/dashboard/basic-chat.html +1 -1
  168. package/app/.next-cli-build/server/app/dashboard/basic-chat.rsc +6 -6
  169. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat/__PAGE__.segment.rsc +2 -2
  170. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat.segment.rsc +1 -1
  171. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  172. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  173. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_full.segment.rsc +6 -6
  174. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_head.segment.rsc +1 -1
  175. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_index.segment.rsc +4 -4
  176. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +2 -2
  177. package/app/.next-cli-build/server/app/dashboard/cli-tools.html +1 -1
  178. package/app/.next-cli-build/server/app/dashboard/cli-tools.rsc +6 -6
  179. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +2 -2
  180. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +1 -1
  181. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  182. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  183. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_full.segment.rsc +6 -6
  184. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_head.segment.rsc +1 -1
  185. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_index.segment.rsc +4 -4
  186. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +2 -2
  187. package/app/.next-cli-build/server/app/dashboard/combos.html +1 -1
  188. package/app/.next-cli-build/server/app/dashboard/combos.rsc +6 -6
  189. package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +2 -2
  190. package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +1 -1
  191. package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  192. package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  193. package/app/.next-cli-build/server/app/dashboard/combos.segments/_full.segment.rsc +6 -6
  194. package/app/.next-cli-build/server/app/dashboard/combos.segments/_head.segment.rsc +1 -1
  195. package/app/.next-cli-build/server/app/dashboard/combos.segments/_index.segment.rsc +4 -4
  196. package/app/.next-cli-build/server/app/dashboard/combos.segments/_tree.segment.rsc +2 -2
  197. package/app/.next-cli-build/server/app/dashboard/endpoint.html +1 -1
  198. package/app/.next-cli-build/server/app/dashboard/endpoint.rsc +6 -6
  199. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +2 -2
  200. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +1 -1
  201. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  202. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  203. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_full.segment.rsc +6 -6
  204. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_head.segment.rsc +1 -1
  205. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_index.segment.rsc +4 -4
  206. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_tree.segment.rsc +2 -2
  207. package/app/.next-cli-build/server/app/dashboard/media-providers/web.html +1 -1
  208. package/app/.next-cli-build/server/app/dashboard/media-providers/web.rsc +6 -6
  209. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web/__PAGE__.segment.rsc +2 -2
  210. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web.segment.rsc +1 -1
  211. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers.segment.rsc +1 -1
  212. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  213. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  214. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_full.segment.rsc +6 -6
  215. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_head.segment.rsc +1 -1
  216. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_index.segment.rsc +4 -4
  217. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_tree.segment.rsc +2 -2
  218. package/app/.next-cli-build/server/app/dashboard/mitm.html +1 -1
  219. package/app/.next-cli-build/server/app/dashboard/mitm.rsc +6 -6
  220. package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm/__PAGE__.segment.rsc +2 -2
  221. package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm.segment.rsc +1 -1
  222. package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  223. package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  224. package/app/.next-cli-build/server/app/dashboard/mitm.segments/_full.segment.rsc +6 -6
  225. package/app/.next-cli-build/server/app/dashboard/mitm.segments/_head.segment.rsc +1 -1
  226. package/app/.next-cli-build/server/app/dashboard/mitm.segments/_index.segment.rsc +4 -4
  227. package/app/.next-cli-build/server/app/dashboard/mitm.segments/_tree.segment.rsc +2 -2
  228. package/app/.next-cli-build/server/app/dashboard/profile.html +1 -1
  229. package/app/.next-cli-build/server/app/dashboard/profile.rsc +6 -6
  230. package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +2 -2
  231. package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +1 -1
  232. package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  233. package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  234. package/app/.next-cli-build/server/app/dashboard/profile.segments/_full.segment.rsc +6 -6
  235. package/app/.next-cli-build/server/app/dashboard/profile.segments/_head.segment.rsc +1 -1
  236. package/app/.next-cli-build/server/app/dashboard/profile.segments/_index.segment.rsc +4 -4
  237. package/app/.next-cli-build/server/app/dashboard/profile.segments/_tree.segment.rsc +2 -2
  238. package/app/.next-cli-build/server/app/dashboard/providers/new.html +1 -1
  239. package/app/.next-cli-build/server/app/dashboard/providers/new.rsc +6 -6
  240. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +2 -2
  241. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +1 -1
  242. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  243. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  244. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  245. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_full.segment.rsc +6 -6
  246. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_head.segment.rsc +1 -1
  247. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_index.segment.rsc +4 -4
  248. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_tree.segment.rsc +2 -2
  249. package/app/.next-cli-build/server/app/dashboard/providers.html +1 -1
  250. package/app/.next-cli-build/server/app/dashboard/providers.rsc +6 -6
  251. package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +2 -2
  252. package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  253. package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  254. package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  255. package/app/.next-cli-build/server/app/dashboard/providers.segments/_full.segment.rsc +6 -6
  256. package/app/.next-cli-build/server/app/dashboard/providers.segments/_head.segment.rsc +1 -1
  257. package/app/.next-cli-build/server/app/dashboard/providers.segments/_index.segment.rsc +4 -4
  258. package/app/.next-cli-build/server/app/dashboard/providers.segments/_tree.segment.rsc +2 -2
  259. package/app/.next-cli-build/server/app/dashboard/proxy-pools.html +1 -1
  260. package/app/.next-cli-build/server/app/dashboard/proxy-pools.rsc +6 -6
  261. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools/__PAGE__.segment.rsc +2 -2
  262. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools.segment.rsc +1 -1
  263. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  264. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  265. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_full.segment.rsc +6 -6
  266. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_head.segment.rsc +1 -1
  267. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_index.segment.rsc +4 -4
  268. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +2 -2
  269. package/app/.next-cli-build/server/app/dashboard/quota.html +2 -2
  270. package/app/.next-cli-build/server/app/dashboard/quota.rsc +7 -7
  271. package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota/__PAGE__.segment.rsc +3 -3
  272. package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota.segment.rsc +1 -1
  273. package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  274. package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  275. package/app/.next-cli-build/server/app/dashboard/quota.segments/_full.segment.rsc +7 -7
  276. package/app/.next-cli-build/server/app/dashboard/quota.segments/_head.segment.rsc +1 -1
  277. package/app/.next-cli-build/server/app/dashboard/quota.segments/_index.segment.rsc +4 -4
  278. package/app/.next-cli-build/server/app/dashboard/quota.segments/_tree.segment.rsc +2 -2
  279. package/app/.next-cli-build/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
  280. package/app/.next-cli-build/server/app/dashboard/settings/pricing.html +1 -1
  281. package/app/.next-cli-build/server/app/dashboard/settings/pricing.rsc +4 -4
  282. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +4 -4
  283. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
  284. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +4 -4
  285. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +2 -2
  286. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +1 -1
  287. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +1 -1
  288. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +1 -1
  289. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +1 -1
  290. package/app/.next-cli-build/server/app/dashboard/skills.html +1 -1
  291. package/app/.next-cli-build/server/app/dashboard/skills.rsc +6 -6
  292. package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills/__PAGE__.segment.rsc +2 -2
  293. package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills.segment.rsc +1 -1
  294. package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  295. package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  296. package/app/.next-cli-build/server/app/dashboard/skills.segments/_full.segment.rsc +6 -6
  297. package/app/.next-cli-build/server/app/dashboard/skills.segments/_head.segment.rsc +1 -1
  298. package/app/.next-cli-build/server/app/dashboard/skills.segments/_index.segment.rsc +4 -4
  299. package/app/.next-cli-build/server/app/dashboard/skills.segments/_tree.segment.rsc +2 -2
  300. package/app/.next-cli-build/server/app/dashboard/translator.html +1 -1
  301. package/app/.next-cli-build/server/app/dashboard/translator.rsc +6 -6
  302. package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +2 -2
  303. package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +1 -1
  304. package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  305. package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  306. package/app/.next-cli-build/server/app/dashboard/translator.segments/_full.segment.rsc +6 -6
  307. package/app/.next-cli-build/server/app/dashboard/translator.segments/_head.segment.rsc +1 -1
  308. package/app/.next-cli-build/server/app/dashboard/translator.segments/_index.segment.rsc +4 -4
  309. package/app/.next-cli-build/server/app/dashboard/translator.segments/_tree.segment.rsc +2 -2
  310. package/app/.next-cli-build/server/app/dashboard/usage.html +1 -1
  311. package/app/.next-cli-build/server/app/dashboard/usage.rsc +6 -6
  312. package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +2 -2
  313. package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +1 -1
  314. package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  315. package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  316. package/app/.next-cli-build/server/app/dashboard/usage.segments/_full.segment.rsc +6 -6
  317. package/app/.next-cli-build/server/app/dashboard/usage.segments/_head.segment.rsc +1 -1
  318. package/app/.next-cli-build/server/app/dashboard/usage.segments/_index.segment.rsc +4 -4
  319. package/app/.next-cli-build/server/app/dashboard/usage.segments/_tree.segment.rsc +2 -2
  320. package/app/.next-cli-build/server/app/dashboard.html +1 -1
  321. package/app/.next-cli-build/server/app/dashboard.rsc +6 -6
  322. package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +2 -2
  323. package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  324. package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  325. package/app/.next-cli-build/server/app/dashboard.segments/_full.segment.rsc +6 -6
  326. package/app/.next-cli-build/server/app/dashboard.segments/_head.segment.rsc +1 -1
  327. package/app/.next-cli-build/server/app/dashboard.segments/_index.segment.rsc +4 -4
  328. package/app/.next-cli-build/server/app/dashboard.segments/_tree.segment.rsc +2 -2
  329. package/app/.next-cli-build/server/app/index.html +1 -1
  330. package/app/.next-cli-build/server/app/index.rsc +4 -4
  331. package/app/.next-cli-build/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  332. package/app/.next-cli-build/server/app/index.segments/_full.segment.rsc +4 -4
  333. package/app/.next-cli-build/server/app/index.segments/_head.segment.rsc +1 -1
  334. package/app/.next-cli-build/server/app/index.segments/_index.segment.rsc +4 -4
  335. package/app/.next-cli-build/server/app/index.segments/_tree.segment.rsc +2 -2
  336. package/app/.next-cli-build/server/app/landing/page_client-reference-manifest.js +1 -1
  337. package/app/.next-cli-build/server/app/landing.html +1 -1
  338. package/app/.next-cli-build/server/app/landing.rsc +4 -4
  339. package/app/.next-cli-build/server/app/landing.segments/_full.segment.rsc +4 -4
  340. package/app/.next-cli-build/server/app/landing.segments/_head.segment.rsc +1 -1
  341. package/app/.next-cli-build/server/app/landing.segments/_index.segment.rsc +4 -4
  342. package/app/.next-cli-build/server/app/landing.segments/_tree.segment.rsc +2 -2
  343. package/app/.next-cli-build/server/app/landing.segments/landing/__PAGE__.segment.rsc +1 -1
  344. package/app/.next-cli-build/server/app/landing.segments/landing.segment.rsc +1 -1
  345. package/app/.next-cli-build/server/app/login/page_client-reference-manifest.js +1 -1
  346. package/app/.next-cli-build/server/app/login.html +1 -1
  347. package/app/.next-cli-build/server/app/login.rsc +5 -5
  348. package/app/.next-cli-build/server/app/login.segments/_full.segment.rsc +5 -5
  349. package/app/.next-cli-build/server/app/login.segments/_head.segment.rsc +1 -1
  350. package/app/.next-cli-build/server/app/login.segments/_index.segment.rsc +4 -4
  351. package/app/.next-cli-build/server/app/login.segments/_tree.segment.rsc +2 -2
  352. package/app/.next-cli-build/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
  353. package/app/.next-cli-build/server/app/login.segments/login.segment.rsc +1 -1
  354. package/app/.next-cli-build/server/app/page_client-reference-manifest.js +1 -1
  355. package/app/.next-cli-build/server/app-paths-manifest.json +3 -3
  356. package/app/.next-cli-build/server/chunks/1229.js +2 -1
  357. package/app/.next-cli-build/server/chunks/1795.js +1 -1
  358. package/app/.next-cli-build/server/chunks/21.js +1 -1
  359. package/app/.next-cli-build/server/chunks/4185.js +1 -1
  360. package/app/.next-cli-build/server/chunks/450.js +1 -1
  361. package/app/.next-cli-build/server/chunks/514.js +3 -3
  362. package/app/.next-cli-build/server/chunks/5339.js +1 -1
  363. package/app/.next-cli-build/server/chunks/5445.js +1 -1
  364. package/app/.next-cli-build/server/chunks/5662.js +1 -1
  365. package/app/.next-cli-build/server/chunks/6263.js +3 -2
  366. package/app/.next-cli-build/server/chunks/6283.js +1 -1
  367. package/app/.next-cli-build/server/chunks/6379.js +2 -2
  368. package/app/.next-cli-build/server/chunks/6634.js +1 -1
  369. package/app/.next-cli-build/server/chunks/7171.js +1 -1
  370. package/app/.next-cli-build/server/chunks/8012.js +2 -2
  371. package/app/.next-cli-build/server/chunks/8202.js +4 -4
  372. package/app/.next-cli-build/server/chunks/8647.js +1 -1
  373. package/app/.next-cli-build/server/chunks/9060.js +1 -1
  374. package/app/.next-cli-build/server/chunks/9737.js +1 -1
  375. package/app/.next-cli-build/server/middleware-build-manifest.js +1 -1
  376. package/app/.next-cli-build/server/middleware.js +1 -1
  377. package/app/.next-cli-build/server/pages/404.html +1 -1
  378. package/app/.next-cli-build/server/pages/500.html +1 -1
  379. package/app/.next-cli-build/static/chunks/{3771-58963fe5c3d9e450.js → 3771-c6aa0933e598758e.js} +1 -1
  380. package/app/.next-cli-build/static/chunks/{4156-464d430895a9e111.js → 4156-999be510811b9306.js} +2 -2
  381. package/app/.next-cli-build/static/chunks/505-8f9b28080a3c254f.js +1 -0
  382. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/[id]/{page-c8ed0db5955a05a5.js → page-88a892fe85ec49f1.js} +6 -6
  383. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-31b181d9feed8743.js +3 -0
  384. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/usage/page-6cc2d457a7fca89c.js +1 -0
  385. package/app/.next-cli-build/static/css/{cf00d5ad75771e52.css → 90c07fe979303c56.css} +1 -1
  386. package/app/cli/.build-home/.9router/db/backups/{upgrade-0.4.44-to-0.4.45-0.4.45-20260515-124856 → upgrade-0.4.50-to-0.4.52-0.4.52-20260517-162943}/data.sqlite +0 -0
  387. package/app/cli/.build-home/.9router/db/backups/{upgrade-0.4.43-to-0.4.44-0.4.44-20260515-120531 → upgrade-0.4.52-to-0.4.55-0.4.55-20260518-162644}/data.sqlite +0 -0
  388. package/app/cli/.build-home/.9router/db/data.sqlite +0 -0
  389. package/app/cli/.build-home/.9router/machine-id +1 -0
  390. package/app/package.json +1 -1
  391. package/app/src/lib/db/migrate.js +56 -18
  392. package/app/src/mitm/server.js +28 -28
  393. package/cli.js +12 -12
  394. package/package.json +1 -1
  395. package/src/cli/api/client.js +25 -6
  396. package/app/.next-cli-build/static/chunks/505-46eb141bcb8efa6b.js +0 -1
  397. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-7f9c8937e17f949b.js +0 -3
  398. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/usage/page-768dfa550531b27a.js +0 -1
  399. /package/app/.next-cli-build/static/{4hJhKmQNjYDMpsel-dmHu → xF65sBZWGFktafhNyRqms}/_buildManifest.js +0 -0
  400. /package/app/.next-cli-build/static/{4hJhKmQNjYDMpsel-dmHu → xF65sBZWGFktafhNyRqms}/_ssgManifest.js +0 -0
@@ -1,10 +1,10 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[98814,["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"ThemeProvider"]
3
- 3:I[70339,["505","static/chunks/505-46eb141bcb8efa6b.js","7177","static/chunks/app/layout-fcda570933db809f.js"],"RuntimeI18nProvider"]
2
+ 2:I[98814,["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"ThemeProvider"]
3
+ 3:I[70339,["505","static/chunks/505-8f9b28080a3c254f.js","7177","static/chunks/app/layout-fcda570933db809f.js"],"RuntimeI18nProvider"]
4
4
  4:I[91133,[],""]
5
5
  5:I[4297,[],""]
6
6
  6:I[1076,[],"ClientPageRoot"]
7
- 7:I[15872,["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","4520","static/chunks/app/login/page-dc885cca61893e2a.js"],"default"]
7
+ 7:I[15872,["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","4520","static/chunks/app/login/page-dc885cca61893e2a.js"],"default"]
8
8
  a:I[31872,[],"OutletBoundary"]
9
9
  b:"$Sreact.suspense"
10
10
  e:I[31872,[],"ViewportBoundary"]
@@ -12,9 +12,9 @@ e:I[31872,[],"ViewportBoundary"]
12
12
  12:I[57567,[],"default",1]
13
13
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
14
14
  :HL["/_next/static/css/2e1b7d528c228ec3.css","style"]
15
- :HL["/_next/static/css/cf00d5ad75771e52.css","style"]
15
+ :HL["/_next/static/css/90c07fe979303c56.css","style"]
16
16
  :HL["/_next/static/css/599369d853c61df7.css","style"]
17
- 0:{"P":null,"c":["","login"],"q":"","i":false,"f":[[["",{"children":["login",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/2e1b7d528c228ec3.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/cf00d5ad75771e52.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"if(document.fonts&&document.fonts.ready){document.fonts.ready.then(function(){document.documentElement.classList.add('fonts-loaded')})}else{document.documentElement.classList.add('fonts-loaded')}"}}]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/599369d853c61df7.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,"$@d"]},null,false,null],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L11"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$12",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"4hJhKmQNjYDMpsel-dmHu"}
17
+ 0:{"P":null,"c":["","login"],"q":"","i":false,"f":[[["",{"children":["login",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/2e1b7d528c228ec3.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/90c07fe979303c56.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"if(document.fonts&&document.fonts.ready){document.fonts.ready.then(function(){document.documentElement.classList.add('fonts-loaded')})}else{document.documentElement.classList.add('fonts-loaded')}"}}]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/599369d853c61df7.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,"$@d"]},null,false,null],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L11"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$12",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"xF65sBZWGFktafhNyRqms"}
18
18
  13:[]
19
19
  d:"$W13"
20
20
  8:{}
@@ -3,4 +3,4 @@
3
3
  3:I[31872,[],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[12569,[],"IconMark"]
6
- 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"9Router - AI Infrastructure Management"}],["$","meta","1",{"name":"description","content":"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?603d046c9a6fdfbb","type":"image/x-icon","sizes":"16x16"}],["$","link","4",{"rel":"icon","href":"/favicon.svg"}],["$","$L5","5",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"4hJhKmQNjYDMpsel-dmHu"}
6
+ 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"9Router - AI Infrastructure Management"}],["$","meta","1",{"name":"description","content":"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?603d046c9a6fdfbb","type":"image/x-icon","sizes":"16x16"}],["$","link","4",{"rel":"icon","href":"/favicon.svg"}],["$","$L5","5",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"xF65sBZWGFktafhNyRqms"}
@@ -1,8 +1,8 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[98814,["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"ThemeProvider"]
3
- 3:I[70339,["505","static/chunks/505-46eb141bcb8efa6b.js","7177","static/chunks/app/layout-fcda570933db809f.js"],"RuntimeI18nProvider"]
2
+ 2:I[98814,["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"ThemeProvider"]
3
+ 3:I[70339,["505","static/chunks/505-8f9b28080a3c254f.js","7177","static/chunks/app/layout-fcda570933db809f.js"],"RuntimeI18nProvider"]
4
4
  4:I[91133,[],""]
5
5
  5:I[4297,[],""]
6
6
  :HL["/_next/static/css/2e1b7d528c228ec3.css","style"]
7
- :HL["/_next/static/css/cf00d5ad75771e52.css","style"]
8
- 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/2e1b7d528c228ec3.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/cf00d5ad75771e52.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"if(document.fonts&&document.fonts.ready){document.fonts.ready.then(function(){document.documentElement.classList.add('fonts-loaded')})}else{document.documentElement.classList.add('fonts-loaded')}"}}]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"4hJhKmQNjYDMpsel-dmHu"}
7
+ :HL["/_next/static/css/90c07fe979303c56.css","style"]
8
+ 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/2e1b7d528c228ec3.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/90c07fe979303c56.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"if(document.fonts&&document.fonts.ready){document.fonts.ready.then(function(){document.documentElement.classList.add('fonts-loaded')})}else{document.documentElement.classList.add('fonts-loaded')}"}}]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"xF65sBZWGFktafhNyRqms"}
@@ -1,5 +1,5 @@
1
1
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
2
2
  :HL["/_next/static/css/2e1b7d528c228ec3.css","style"]
3
- :HL["/_next/static/css/cf00d5ad75771e52.css","style"]
3
+ :HL["/_next/static/css/90c07fe979303c56.css","style"]
4
4
  :HL["/_next/static/css/599369d853c61df7.css","style"]
5
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"login","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"4hJhKmQNjYDMpsel-dmHu"}
5
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"login","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"xF65sBZWGFktafhNyRqms"}
@@ -1,10 +1,10 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[1076,[],"ClientPageRoot"]
3
- 3:I[15872,["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","4520","static/chunks/app/login/page-dc885cca61893e2a.js"],"default"]
3
+ 3:I[15872,["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","4520","static/chunks/app/login/page-dc885cca61893e2a.js"],"default"]
4
4
  6:I[31872,[],"OutletBoundary"]
5
5
  7:"$Sreact.suspense"
6
6
  :HL["/_next/static/css/599369d853c61df7.css","style"]
7
- 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/599369d853c61df7.css","precedence":"next"}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"4hJhKmQNjYDMpsel-dmHu"}
7
+ 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/599369d853c61df7.css","precedence":"next"}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"xF65sBZWGFktafhNyRqms"}
8
8
  4:{}
9
9
  5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
10
10
  8:null
@@ -2,4 +2,4 @@
2
2
  2:I[91133,[],""]
3
3
  3:I[4297,[],""]
4
4
  4:[]
5
- 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"4hJhKmQNjYDMpsel-dmHu"}
5
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"xF65sBZWGFktafhNyRqms"}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"292":{"*":{"id":"75012","name":"*","chunks":[],"async":false}},"1076":{"*":{"id":"88182","name":"*","chunks":[],"async":false}},"1755":{"*":{"id":"39907","name":"*","chunks":[],"async":false}},"3242":{"*":{"id":"7274","name":"*","chunks":[],"async":false}},"3412":{"*":{"id":"33265","name":"*","chunks":[],"async":false}},"4297":{"*":{"id":"92249","name":"*","chunks":[],"async":false}},"5671":{"*":{"id":"44037","name":"*","chunks":[],"async":false}},"8569":{"*":{"id":"37545","name":"*","chunks":[],"async":false}},"12003":{"*":{"id":"60115","name":"*","chunks":[],"async":false}},"12569":{"*":{"id":"35879","name":"*","chunks":[],"async":false}},"12820":{"*":{"id":"66610","name":"*","chunks":[],"async":false}},"13048":{"*":{"id":"77410","name":"*","chunks":[],"async":false}},"13333":{"*":{"id":"11747","name":"*","chunks":[],"async":false}},"14406":{"*":{"id":"37922","name":"*","chunks":[],"async":false}},"15872":{"*":{"id":"95892","name":"*","chunks":[],"async":false}},"16435":{"*":{"id":"65227","name":"*","chunks":[],"async":false}},"19067":{"*":{"id":"40122","name":"*","chunks":[],"async":false}},"21580":{"*":{"id":"20232","name":"*","chunks":[],"async":false}},"24372":{"*":{"id":"9904","name":"*","chunks":[],"async":false}},"25733":{"*":{"id":"81005","name":"*","chunks":[],"async":false}},"26066":{"*":{"id":"5948","name":"*","chunks":[],"async":false}},"26125":{"*":{"id":"52149","name":"*","chunks":[],"async":false}},"29650":{"*":{"id":"38298","name":"*","chunks":[],"async":false}},"30948":{"*":{"id":"66646","name":"*","chunks":[],"async":false}},"31872":{"*":{"id":"40622","name":"*","chunks":[],"async":false}},"32135":{"*":{"id":"15769","name":"*","chunks":[],"async":false}},"32530":{"*":{"id":"26741","name":"*","chunks":[],"async":false}},"32913":{"*":{"id":"43622","name":"*","chunks":[],"async":false}},"35045":{"*":{"id":"92251","name":"*","chunks":[],"async":false}},"37066":{"*":{"id":"62490","name":"*","chunks":[],"async":false}},"37175":{"*":{"id":"34272","name":"*","chunks":[],"async":false}},"37694":{"*":{"id":"33160","name":"*","chunks":[],"async":false}},"38230":{"*":{"id":"55590","name":"*","chunks":[],"async":false}},"38596":{"*":{"id":"14638","name":"*","chunks":[],"async":false}},"47245":{"*":{"id":"94647","name":"*","chunks":[],"async":false}},"47432":{"*":{"id":"67394","name":"*","chunks":[],"async":false}},"50136":{"*":{"id":"61094","name":"*","chunks":[],"async":false}},"51454":{"*":{"id":"33446","name":"*","chunks":[],"async":false}},"52327":{"*":{"id":"49871","name":"*","chunks":[],"async":false}},"53038":{"*":{"id":"31288","name":"*","chunks":[],"async":false}},"54053":{"*":{"id":"46041","name":"*","chunks":[],"async":false}},"54546":{"*":{"id":"53142","name":"*","chunks":[],"async":false}},"56550":{"*":{"id":"71708","name":"*","chunks":[],"async":false}},"57047":{"*":{"id":"44403","name":"*","chunks":[],"async":false}},"57567":{"*":{"id":"11319","name":"*","chunks":[],"async":false}},"59295":{"*":{"id":"57783","name":"*","chunks":[],"async":false}},"60717":{"*":{"id":"27848","name":"*","chunks":[],"async":false}},"63380":{"*":{"id":"82774","name":"*","chunks":[],"async":false}},"64501":{"*":{"id":"97507","name":"*","chunks":[],"async":false}},"64795":{"*":{"id":"27386","name":"*","chunks":[],"async":false}},"65177":{"*":{"id":"22649","name":"*","chunks":[],"async":false}},"66911":{"*":{"id":"33809","name":"*","chunks":[],"async":false}},"67692":{"*":{"id":"85600","name":"*","chunks":[],"async":false}},"68600":{"*":{"id":"14504","name":"*","chunks":[],"async":false}},"69640":{"*":{"id":"100","name":"*","chunks":[],"async":false}},"69692":{"*":{"id":"41225","name":"*","chunks":[],"async":false}},"70339":{"*":{"id":"81059","name":"*","chunks":[],"async":false}},"70391":{"*":{"id":"37421","name":"*","chunks":[],"async":false}},"70789":{"*":{"id":"4565","name":"*","chunks":[],"async":false}},"71103":{"*":{"id":"89437","name":"*","chunks":[],"async":false}},"72600":{"*":{"id":"6564","name":"*","chunks":[],"async":false}},"73531":{"*":{"id":"60835","name":"*","chunks":[],"async":false}},"80600":{"*":{"id":"27452","name":"*","chunks":[],"async":false}},"82455":{"*":{"id":"93447","name":"*","chunks":[],"async":false}},"83101":{"*":{"id":"68657","name":"*","chunks":[],"async":false}},"84675":{"*":{"id":"81101","name":"*","chunks":[],"async":false}},"85148":{"*":{"id":"74004","name":"*","chunks":[],"async":false}},"90163":{"*":{"id":"18649","name":"*","chunks":[],"async":false}},"91133":{"*":{"id":"90511","name":"*","chunks":[],"async":false}},"91494":{"*":{"id":"11892","name":"*","chunks":[],"async":false}},"98814":{"*":{"id":"7268","name":"*","chunks":[],"async":false}},"99775":{"*":{"id":"16081","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/Working/router4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57567,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57567,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/client-page.js":{"id":1076,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/client-page.js":{"id":1076,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/client-segment.js":{"id":21580,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":21580,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":47245,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":47245,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/layout-router.js":{"id":91133,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":91133,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4297,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4297,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":31872,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":31872,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":12569,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":12569,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/i18n/RuntimeI18nProvider.js":{"id":70339,"name":"*","chunks":["505","static/chunks/505-46eb141bcb8efa6b.js","7177","static/chunks/app/layout-fcda570933db809f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeProvider.js":{"id":98814,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":88276,"name":"*","chunks":["505","static/chunks/505-46eb141bcb8efa6b.js","7177","static/chunks/app/layout-fcda570933db809f.js"],"async":false},"/Users/Working/router4/node_modules/material-symbols/outlined.css":{"id":43073,"name":"*","chunks":["505","static/chunks/505-46eb141bcb8efa6b.js","7177","static/chunks/app/layout-fcda570933db809f.js"],"async":false},"/Users/Working/router4/app/src/app/globals.css":{"id":43333,"name":"*","chunks":["505","static/chunks/505-46eb141bcb8efa6b.js","7177","static/chunks/app/layout-fcda570933db809f.js"],"async":false},"/Users/Working/router4/app/src/app/callback/page.js":{"id":30948,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/dashboard/settings/pricing/page.js":{"id":32530,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/landing/page.js":{"id":16435,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/login/page.js":{"id":15872,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/shared/components/AddCustomEmbeddingModal.js":{"id":12820,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Avatar.js":{"id":82455,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Badge.js":{"id":35045,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Button.js":{"id":38230,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Card.js":{"id":292,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ChangelogModal.js":{"id":26125,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ComboFormModal.js":{"id":52327,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/CursorAuthModal.js":{"id":70391,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/EditConnectionModal.js":{"id":90163,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Footer.js":{"id":70789,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/GitLabAuthModal.js":{"id":50136,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Header.js":{"id":19067,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/HeaderMenu.js":{"id":80600,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/IFlowCookieModal.js":{"id":68600,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Input.js":{"id":53038,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroAuthModal.js":{"id":63380,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroOAuthWrapper.js":{"id":73531,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroSocialOAuthModal.js":{"id":51454,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/LanguageSwitcher.js":{"id":12003,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/AuthLayout.js":{"id":54546,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/DashboardLayout.js":{"id":13048,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Loading.js":{"id":91494,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ManualConfigModal.js":{"id":5671,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/McpMarketplaceModal.js":{"id":26066,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Modal.js":{"id":66911,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ModelSelectModal.js":{"id":24372,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/NineRemoteButton.js":{"id":67692,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/NoAuthProxyCard.js":{"id":99775,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/OAuthModal.js":{"id":3242,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ProviderInfoCard.js":{"id":8569,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/RequestLogger.js":{"id":32135,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/SegmentedControl.js":{"id":1755,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Select.js":{"id":37066,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Sidebar.js":{"id":56550,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeToggle.js":{"id":84675,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Toggle.js":{"id":14406,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Tooltip.js":{"id":13333,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/UsageStats.js":{"id":3412,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-46eb141bcb8efa6b.js","4156","static/chunks/4156-464d430895a9e111.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/basic-chat/BasicChatPageClient.js":{"id":72600,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/cli-tools/[toolId]/ToolDetailClient.js":{"id":64501,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":32913,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/combos/page.js":{"id":37175,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":64795,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js":{"id":38596,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/[kind]/page.js":{"id":47432,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js":{"id":37694,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/web/page.js":{"id":69640,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/mitm/MitmPageClient.js":{"id":71103,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":57047,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/index.js":{"id":59295,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/skills/page.js":{"id":29650,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/translator/page.js":{"id":54053,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/usage/page.js":{"id":83101,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/console-log/ConsoleLogClient.js":{"id":25733,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/profile/page.js":{"id":65177,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/proxy-pools/page.js":{"id":85148,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":60717,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/page.js":{"id":69692,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/Working/router4/app/src/":[],"/Users/Working/router4/app/src/app/layout":[{"inlined":false,"path":"static/css/2e1b7d528c228ec3.css"},{"inlined":false,"path":"static/css/cf00d5ad75771e52.css"}],"/Users/Working/router4/app/src/app/page":[],"/Users/Working/router4/app/src/app/(dashboard)/layout":[{"inlined":false,"path":"static/css/599369d853c61df7.css"}]},"rscModuleMapping":{"292":{"*":{"id":"82934","name":"*","chunks":[],"async":false}},"1076":{"*":{"id":"4396","name":"*","chunks":[],"async":false}},"1755":{"*":{"id":"61357","name":"*","chunks":[],"async":false}},"3242":{"*":{"id":"15044","name":"*","chunks":[],"async":false}},"3412":{"*":{"id":"85634","name":"*","chunks":[],"async":false}},"4297":{"*":{"id":"51739","name":"*","chunks":[],"async":false}},"5671":{"*":{"id":"33335","name":"*","chunks":[],"async":false}},"8569":{"*":{"id":"95031","name":"*","chunks":[],"async":false}},"12003":{"*":{"id":"86241","name":"*","chunks":[],"async":false}},"12569":{"*":{"id":"14801","name":"*","chunks":[],"async":false}},"12820":{"*":{"id":"89468","name":"*","chunks":[],"async":false}},"13048":{"*":{"id":"60864","name":"*","chunks":[],"async":false}},"13333":{"*":{"id":"78249","name":"*","chunks":[],"async":false}},"14406":{"*":{"id":"86672","name":"*","chunks":[],"async":false}},"15872":{"*":{"id":"5142","name":"*","chunks":[],"async":false}},"16435":{"*":{"id":"3256","name":"*","chunks":[],"async":false}},"19067":{"*":{"id":"90537","name":"*","chunks":[],"async":false}},"21580":{"*":{"id":"94746","name":"*","chunks":[],"async":false}},"24372":{"*":{"id":"37218","name":"*","chunks":[],"async":false}},"25733":{"*":{"id":"74159","name":"*","chunks":[],"async":false}},"26066":{"*":{"id":"96142","name":"*","chunks":[],"async":false}},"26125":{"*":{"id":"20535","name":"*","chunks":[],"async":false}},"29650":{"*":{"id":"1304","name":"*","chunks":[],"async":false}},"30948":{"*":{"id":"37400","name":"*","chunks":[],"async":false}},"31872":{"*":{"id":"91996","name":"*","chunks":[],"async":false}},"32135":{"*":{"id":"81567","name":"*","chunks":[],"async":false}},"32530":{"*":{"id":"25682","name":"*","chunks":[],"async":false}},"32913":{"*":{"id":"8834","name":"*","chunks":[],"async":false}},"35045":{"*":{"id":"69385","name":"*","chunks":[],"async":false}},"37066":{"*":{"id":"22252","name":"*","chunks":[],"async":false}},"37175":{"*":{"id":"98723","name":"*","chunks":[],"async":false}},"37694":{"*":{"id":"17626","name":"*","chunks":[],"async":false}},"38230":{"*":{"id":"38868","name":"*","chunks":[],"async":false}},"38596":{"*":{"id":"23476","name":"*","chunks":[],"async":false}},"43073":{"*":{"id":"1561","name":"*","chunks":[],"async":false}},"43333":{"*":{"id":"20485","name":"*","chunks":[],"async":false}},"47245":{"*":{"id":"44469","name":"*","chunks":[],"async":false}},"47432":{"*":{"id":"53192","name":"*","chunks":[],"async":false}},"50136":{"*":{"id":"78472","name":"*","chunks":[],"async":false}},"51454":{"*":{"id":"65024","name":"*","chunks":[],"async":false}},"52327":{"*":{"id":"91329","name":"*","chunks":[],"async":false}},"53038":{"*":{"id":"8114","name":"*","chunks":[],"async":false}},"54053":{"*":{"id":"38768","name":"*","chunks":[],"async":false}},"54546":{"*":{"id":"68480","name":"*","chunks":[],"async":false}},"56550":{"*":{"id":"44846","name":"*","chunks":[],"async":false}},"57047":{"*":{"id":"78353","name":"*","chunks":[],"async":false}},"57567":{"*":{"id":"75765","name":"*","chunks":[],"async":false}},"59295":{"*":{"id":"67235","name":"*","chunks":[],"async":false}},"60717":{"*":{"id":"43394","name":"*","chunks":[],"async":false}},"63380":{"*":{"id":"932","name":"*","chunks":[],"async":false}},"64501":{"*":{"id":"65497","name":"*","chunks":[],"async":false}},"64795":{"*":{"id":"14567","name":"*","chunks":[],"async":false}},"65177":{"*":{"id":"50747","name":"*","chunks":[],"async":false}},"66911":{"*":{"id":"73723","name":"*","chunks":[],"async":false}},"67692":{"*":{"id":"69270","name":"*","chunks":[],"async":false}},"68600":{"*":{"id":"50258","name":"*","chunks":[],"async":false}},"69640":{"*":{"id":"58770","name":"*","chunks":[],"async":false}},"69692":{"*":{"id":"34202","name":"*","chunks":[],"async":false}},"70339":{"*":{"id":"25385","name":"*","chunks":[],"async":false}},"70391":{"*":{"id":"51283","name":"*","chunks":[],"async":false}},"70789":{"*":{"id":"80959","name":"*","chunks":[],"async":false}},"71103":{"*":{"id":"98831","name":"*","chunks":[],"async":false}},"72600":{"*":{"id":"31178","name":"*","chunks":[],"async":false}},"73531":{"*":{"id":"13377","name":"*","chunks":[],"async":false}},"80600":{"*":{"id":"87030","name":"*","chunks":[],"async":false}},"82455":{"*":{"id":"97617","name":"*","chunks":[],"async":false}},"83101":{"*":{"id":"16865","name":"*","chunks":[],"async":false}},"84675":{"*":{"id":"46127","name":"*","chunks":[],"async":false}},"85148":{"*":{"id":"28606","name":"*","chunks":[],"async":false}},"90163":{"*":{"id":"39623","name":"*","chunks":[],"async":false}},"91133":{"*":{"id":"80913","name":"*","chunks":[],"async":false}},"91494":{"*":{"id":"59062","name":"*","chunks":[],"async":false}},"98814":{"*":{"id":"87050","name":"*","chunks":[],"async":false}},"99775":{"*":{"id":"89439","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"1076":{"*":{"id":"88182","name":"*","chunks":[],"async":false}},"4297":{"*":{"id":"92249","name":"*","chunks":[],"async":false}},"12569":{"*":{"id":"35879","name":"*","chunks":[],"async":false}},"21580":{"*":{"id":"20232","name":"*","chunks":[],"async":false}},"31872":{"*":{"id":"40622","name":"*","chunks":[],"async":false}},"47245":{"*":{"id":"94647","name":"*","chunks":[],"async":false}},"57567":{"*":{"id":"11319","name":"*","chunks":[],"async":false}},"91133":{"*":{"id":"90511","name":"*","chunks":[],"async":false}}}};
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"292":{"*":{"id":"75012","name":"*","chunks":[],"async":false}},"1076":{"*":{"id":"88182","name":"*","chunks":[],"async":false}},"1755":{"*":{"id":"39907","name":"*","chunks":[],"async":false}},"3242":{"*":{"id":"7274","name":"*","chunks":[],"async":false}},"3412":{"*":{"id":"33265","name":"*","chunks":[],"async":false}},"4297":{"*":{"id":"92249","name":"*","chunks":[],"async":false}},"5671":{"*":{"id":"44037","name":"*","chunks":[],"async":false}},"8569":{"*":{"id":"37545","name":"*","chunks":[],"async":false}},"12003":{"*":{"id":"60115","name":"*","chunks":[],"async":false}},"12569":{"*":{"id":"35879","name":"*","chunks":[],"async":false}},"12820":{"*":{"id":"66610","name":"*","chunks":[],"async":false}},"13048":{"*":{"id":"77410","name":"*","chunks":[],"async":false}},"13333":{"*":{"id":"11747","name":"*","chunks":[],"async":false}},"14406":{"*":{"id":"37922","name":"*","chunks":[],"async":false}},"15872":{"*":{"id":"95892","name":"*","chunks":[],"async":false}},"16435":{"*":{"id":"65227","name":"*","chunks":[],"async":false}},"19067":{"*":{"id":"40122","name":"*","chunks":[],"async":false}},"21580":{"*":{"id":"20232","name":"*","chunks":[],"async":false}},"24372":{"*":{"id":"9904","name":"*","chunks":[],"async":false}},"25733":{"*":{"id":"81005","name":"*","chunks":[],"async":false}},"26066":{"*":{"id":"5948","name":"*","chunks":[],"async":false}},"26125":{"*":{"id":"52149","name":"*","chunks":[],"async":false}},"29650":{"*":{"id":"38298","name":"*","chunks":[],"async":false}},"30948":{"*":{"id":"66646","name":"*","chunks":[],"async":false}},"31872":{"*":{"id":"40622","name":"*","chunks":[],"async":false}},"32135":{"*":{"id":"15769","name":"*","chunks":[],"async":false}},"32530":{"*":{"id":"26741","name":"*","chunks":[],"async":false}},"32913":{"*":{"id":"43622","name":"*","chunks":[],"async":false}},"35045":{"*":{"id":"92251","name":"*","chunks":[],"async":false}},"37066":{"*":{"id":"62490","name":"*","chunks":[],"async":false}},"37175":{"*":{"id":"34272","name":"*","chunks":[],"async":false}},"37694":{"*":{"id":"33160","name":"*","chunks":[],"async":false}},"38230":{"*":{"id":"55590","name":"*","chunks":[],"async":false}},"38596":{"*":{"id":"14638","name":"*","chunks":[],"async":false}},"47245":{"*":{"id":"94647","name":"*","chunks":[],"async":false}},"47432":{"*":{"id":"67394","name":"*","chunks":[],"async":false}},"50136":{"*":{"id":"61094","name":"*","chunks":[],"async":false}},"51454":{"*":{"id":"33446","name":"*","chunks":[],"async":false}},"52327":{"*":{"id":"49871","name":"*","chunks":[],"async":false}},"53038":{"*":{"id":"31288","name":"*","chunks":[],"async":false}},"54053":{"*":{"id":"46041","name":"*","chunks":[],"async":false}},"54546":{"*":{"id":"53142","name":"*","chunks":[],"async":false}},"56550":{"*":{"id":"71708","name":"*","chunks":[],"async":false}},"57047":{"*":{"id":"44403","name":"*","chunks":[],"async":false}},"57567":{"*":{"id":"11319","name":"*","chunks":[],"async":false}},"59295":{"*":{"id":"57783","name":"*","chunks":[],"async":false}},"60717":{"*":{"id":"27848","name":"*","chunks":[],"async":false}},"63380":{"*":{"id":"82774","name":"*","chunks":[],"async":false}},"64501":{"*":{"id":"97507","name":"*","chunks":[],"async":false}},"64795":{"*":{"id":"27386","name":"*","chunks":[],"async":false}},"65177":{"*":{"id":"22649","name":"*","chunks":[],"async":false}},"66911":{"*":{"id":"33809","name":"*","chunks":[],"async":false}},"67692":{"*":{"id":"85600","name":"*","chunks":[],"async":false}},"68600":{"*":{"id":"14504","name":"*","chunks":[],"async":false}},"69640":{"*":{"id":"100","name":"*","chunks":[],"async":false}},"69692":{"*":{"id":"41225","name":"*","chunks":[],"async":false}},"70339":{"*":{"id":"81059","name":"*","chunks":[],"async":false}},"70391":{"*":{"id":"37421","name":"*","chunks":[],"async":false}},"70789":{"*":{"id":"4565","name":"*","chunks":[],"async":false}},"71103":{"*":{"id":"89437","name":"*","chunks":[],"async":false}},"72600":{"*":{"id":"6564","name":"*","chunks":[],"async":false}},"73531":{"*":{"id":"60835","name":"*","chunks":[],"async":false}},"80600":{"*":{"id":"27452","name":"*","chunks":[],"async":false}},"82455":{"*":{"id":"93447","name":"*","chunks":[],"async":false}},"83101":{"*":{"id":"68657","name":"*","chunks":[],"async":false}},"84675":{"*":{"id":"81101","name":"*","chunks":[],"async":false}},"85148":{"*":{"id":"74004","name":"*","chunks":[],"async":false}},"90163":{"*":{"id":"18649","name":"*","chunks":[],"async":false}},"91133":{"*":{"id":"90511","name":"*","chunks":[],"async":false}},"91494":{"*":{"id":"11892","name":"*","chunks":[],"async":false}},"98814":{"*":{"id":"7268","name":"*","chunks":[],"async":false}},"99775":{"*":{"id":"16081","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/Working/router4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57567,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57567,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/client-page.js":{"id":1076,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/client-page.js":{"id":1076,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/client-segment.js":{"id":21580,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":21580,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":47245,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":47245,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/layout-router.js":{"id":91133,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":91133,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4297,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4297,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":31872,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":31872,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":12569,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":12569,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/i18n/RuntimeI18nProvider.js":{"id":70339,"name":"*","chunks":["505","static/chunks/505-8f9b28080a3c254f.js","7177","static/chunks/app/layout-fcda570933db809f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeProvider.js":{"id":98814,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":88276,"name":"*","chunks":["505","static/chunks/505-8f9b28080a3c254f.js","7177","static/chunks/app/layout-fcda570933db809f.js"],"async":false},"/Users/Working/router4/node_modules/material-symbols/outlined.css":{"id":43073,"name":"*","chunks":["505","static/chunks/505-8f9b28080a3c254f.js","7177","static/chunks/app/layout-fcda570933db809f.js"],"async":false},"/Users/Working/router4/app/src/app/globals.css":{"id":43333,"name":"*","chunks":["505","static/chunks/505-8f9b28080a3c254f.js","7177","static/chunks/app/layout-fcda570933db809f.js"],"async":false},"/Users/Working/router4/app/src/app/callback/page.js":{"id":30948,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/dashboard/settings/pricing/page.js":{"id":32530,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/landing/page.js":{"id":16435,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/login/page.js":{"id":15872,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/shared/components/AddCustomEmbeddingModal.js":{"id":12820,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Avatar.js":{"id":82455,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Badge.js":{"id":35045,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Button.js":{"id":38230,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Card.js":{"id":292,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ChangelogModal.js":{"id":26125,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ComboFormModal.js":{"id":52327,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/CursorAuthModal.js":{"id":70391,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/EditConnectionModal.js":{"id":90163,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Footer.js":{"id":70789,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/GitLabAuthModal.js":{"id":50136,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Header.js":{"id":19067,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/HeaderMenu.js":{"id":80600,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/IFlowCookieModal.js":{"id":68600,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Input.js":{"id":53038,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroAuthModal.js":{"id":63380,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroOAuthWrapper.js":{"id":73531,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroSocialOAuthModal.js":{"id":51454,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/LanguageSwitcher.js":{"id":12003,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/AuthLayout.js":{"id":54546,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/DashboardLayout.js":{"id":13048,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Loading.js":{"id":91494,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ManualConfigModal.js":{"id":5671,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/McpMarketplaceModal.js":{"id":26066,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Modal.js":{"id":66911,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ModelSelectModal.js":{"id":24372,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/NineRemoteButton.js":{"id":67692,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/NoAuthProxyCard.js":{"id":99775,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/OAuthModal.js":{"id":3242,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ProviderInfoCard.js":{"id":8569,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/RequestLogger.js":{"id":32135,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/SegmentedControl.js":{"id":1755,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Select.js":{"id":37066,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Sidebar.js":{"id":56550,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeToggle.js":{"id":84675,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Toggle.js":{"id":14406,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Tooltip.js":{"id":13333,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/shared/components/UsageStats.js":{"id":3412,"name":"*","chunks":["4335","static/chunks/c6123951-b42288d628b452ba.js","6795","static/chunks/6795-3ddcc1d55c65c001.js","505","static/chunks/505-8f9b28080a3c254f.js","4156","static/chunks/4156-999be510811b9306.js","9305","static/chunks/app/(dashboard)/layout-b824357884ed2892.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/basic-chat/BasicChatPageClient.js":{"id":72600,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/cli-tools/[toolId]/ToolDetailClient.js":{"id":64501,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":32913,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/combos/page.js":{"id":37175,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":64795,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js":{"id":38596,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/[kind]/page.js":{"id":47432,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js":{"id":37694,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/media-providers/web/page.js":{"id":69640,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/mitm/MitmPageClient.js":{"id":71103,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":57047,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/index.js":{"id":59295,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/skills/page.js":{"id":29650,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/translator/page.js":{"id":54053,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/usage/page.js":{"id":83101,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/console-log/ConsoleLogClient.js":{"id":25733,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/profile/page.js":{"id":65177,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/proxy-pools/page.js":{"id":85148,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":60717,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/page.js":{"id":69692,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/Working/router4/app/src/":[],"/Users/Working/router4/app/src/app/layout":[{"inlined":false,"path":"static/css/2e1b7d528c228ec3.css"},{"inlined":false,"path":"static/css/90c07fe979303c56.css"}],"/Users/Working/router4/app/src/app/page":[],"/Users/Working/router4/app/src/app/(dashboard)/layout":[{"inlined":false,"path":"static/css/599369d853c61df7.css"}]},"rscModuleMapping":{"292":{"*":{"id":"82934","name":"*","chunks":[],"async":false}},"1076":{"*":{"id":"4396","name":"*","chunks":[],"async":false}},"1755":{"*":{"id":"61357","name":"*","chunks":[],"async":false}},"3242":{"*":{"id":"15044","name":"*","chunks":[],"async":false}},"3412":{"*":{"id":"85634","name":"*","chunks":[],"async":false}},"4297":{"*":{"id":"51739","name":"*","chunks":[],"async":false}},"5671":{"*":{"id":"33335","name":"*","chunks":[],"async":false}},"8569":{"*":{"id":"95031","name":"*","chunks":[],"async":false}},"12003":{"*":{"id":"86241","name":"*","chunks":[],"async":false}},"12569":{"*":{"id":"14801","name":"*","chunks":[],"async":false}},"12820":{"*":{"id":"89468","name":"*","chunks":[],"async":false}},"13048":{"*":{"id":"60864","name":"*","chunks":[],"async":false}},"13333":{"*":{"id":"78249","name":"*","chunks":[],"async":false}},"14406":{"*":{"id":"86672","name":"*","chunks":[],"async":false}},"15872":{"*":{"id":"5142","name":"*","chunks":[],"async":false}},"16435":{"*":{"id":"3256","name":"*","chunks":[],"async":false}},"19067":{"*":{"id":"90537","name":"*","chunks":[],"async":false}},"21580":{"*":{"id":"94746","name":"*","chunks":[],"async":false}},"24372":{"*":{"id":"37218","name":"*","chunks":[],"async":false}},"25733":{"*":{"id":"74159","name":"*","chunks":[],"async":false}},"26066":{"*":{"id":"96142","name":"*","chunks":[],"async":false}},"26125":{"*":{"id":"20535","name":"*","chunks":[],"async":false}},"29650":{"*":{"id":"1304","name":"*","chunks":[],"async":false}},"30948":{"*":{"id":"37400","name":"*","chunks":[],"async":false}},"31872":{"*":{"id":"91996","name":"*","chunks":[],"async":false}},"32135":{"*":{"id":"81567","name":"*","chunks":[],"async":false}},"32530":{"*":{"id":"25682","name":"*","chunks":[],"async":false}},"32913":{"*":{"id":"8834","name":"*","chunks":[],"async":false}},"35045":{"*":{"id":"69385","name":"*","chunks":[],"async":false}},"37066":{"*":{"id":"22252","name":"*","chunks":[],"async":false}},"37175":{"*":{"id":"98723","name":"*","chunks":[],"async":false}},"37694":{"*":{"id":"17626","name":"*","chunks":[],"async":false}},"38230":{"*":{"id":"38868","name":"*","chunks":[],"async":false}},"38596":{"*":{"id":"23476","name":"*","chunks":[],"async":false}},"43073":{"*":{"id":"1561","name":"*","chunks":[],"async":false}},"43333":{"*":{"id":"20485","name":"*","chunks":[],"async":false}},"47245":{"*":{"id":"44469","name":"*","chunks":[],"async":false}},"47432":{"*":{"id":"53192","name":"*","chunks":[],"async":false}},"50136":{"*":{"id":"78472","name":"*","chunks":[],"async":false}},"51454":{"*":{"id":"65024","name":"*","chunks":[],"async":false}},"52327":{"*":{"id":"91329","name":"*","chunks":[],"async":false}},"53038":{"*":{"id":"8114","name":"*","chunks":[],"async":false}},"54053":{"*":{"id":"38768","name":"*","chunks":[],"async":false}},"54546":{"*":{"id":"68480","name":"*","chunks":[],"async":false}},"56550":{"*":{"id":"44846","name":"*","chunks":[],"async":false}},"57047":{"*":{"id":"78353","name":"*","chunks":[],"async":false}},"57567":{"*":{"id":"75765","name":"*","chunks":[],"async":false}},"59295":{"*":{"id":"67235","name":"*","chunks":[],"async":false}},"60717":{"*":{"id":"43394","name":"*","chunks":[],"async":false}},"63380":{"*":{"id":"932","name":"*","chunks":[],"async":false}},"64501":{"*":{"id":"65497","name":"*","chunks":[],"async":false}},"64795":{"*":{"id":"14567","name":"*","chunks":[],"async":false}},"65177":{"*":{"id":"50747","name":"*","chunks":[],"async":false}},"66911":{"*":{"id":"73723","name":"*","chunks":[],"async":false}},"67692":{"*":{"id":"69270","name":"*","chunks":[],"async":false}},"68600":{"*":{"id":"50258","name":"*","chunks":[],"async":false}},"69640":{"*":{"id":"58770","name":"*","chunks":[],"async":false}},"69692":{"*":{"id":"34202","name":"*","chunks":[],"async":false}},"70339":{"*":{"id":"25385","name":"*","chunks":[],"async":false}},"70391":{"*":{"id":"51283","name":"*","chunks":[],"async":false}},"70789":{"*":{"id":"80959","name":"*","chunks":[],"async":false}},"71103":{"*":{"id":"98831","name":"*","chunks":[],"async":false}},"72600":{"*":{"id":"31178","name":"*","chunks":[],"async":false}},"73531":{"*":{"id":"13377","name":"*","chunks":[],"async":false}},"80600":{"*":{"id":"87030","name":"*","chunks":[],"async":false}},"82455":{"*":{"id":"97617","name":"*","chunks":[],"async":false}},"83101":{"*":{"id":"16865","name":"*","chunks":[],"async":false}},"84675":{"*":{"id":"46127","name":"*","chunks":[],"async":false}},"85148":{"*":{"id":"28606","name":"*","chunks":[],"async":false}},"90163":{"*":{"id":"39623","name":"*","chunks":[],"async":false}},"91133":{"*":{"id":"80913","name":"*","chunks":[],"async":false}},"91494":{"*":{"id":"59062","name":"*","chunks":[],"async":false}},"98814":{"*":{"id":"87050","name":"*","chunks":[],"async":false}},"99775":{"*":{"id":"89439","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"1076":{"*":{"id":"88182","name":"*","chunks":[],"async":false}},"4297":{"*":{"id":"92249","name":"*","chunks":[],"async":false}},"12569":{"*":{"id":"35879","name":"*","chunks":[],"async":false}},"21580":{"*":{"id":"20232","name":"*","chunks":[],"async":false}},"31872":{"*":{"id":"40622","name":"*","chunks":[],"async":false}},"47245":{"*":{"id":"94647","name":"*","chunks":[],"async":false}},"57567":{"*":{"id":"11319","name":"*","chunks":[],"async":false}},"91133":{"*":{"id":"90511","name":"*","chunks":[],"async":false}}}};
@@ -101,22 +101,22 @@
101
101
  "/favicon.ico/route": "app/favicon.ico/route.js",
102
102
  "/manifest.webmanifest/route": "app/manifest.webmanifest/route.js",
103
103
  "/api/combos/route": "app/api/combos/route.js",
104
- "/api/keys/route": "app/api/keys/route.js",
105
104
  "/api/mcp/[plugin]/message/route": "app/api/mcp/[plugin]/message/route.js",
105
+ "/api/keys/route": "app/api/keys/route.js",
106
106
  "/api/mcp/[plugin]/sse/route": "app/api/mcp/[plugin]/sse/route.js",
107
107
  "/api/models/alias/route": "app/api/models/alias/route.js",
108
108
  "/api/models/custom/route": "app/api/models/custom/route.js",
109
109
  "/api/models/disabled/route": "app/api/models/disabled/route.js",
110
110
  "/api/oauth/[provider]/[action]/route": "app/api/oauth/[provider]/[action]/route.js",
111
111
  "/api/provider-nodes/route": "app/api/provider-nodes/route.js",
112
- "/api/providers/client/route": "app/api/providers/client/route.js",
113
112
  "/api/providers/[id]/route": "app/api/providers/[id]/route.js",
113
+ "/api/providers/client/route": "app/api/providers/client/route.js",
114
114
  "/api/providers/suggested-models/route": "app/api/providers/suggested-models/route.js",
115
115
  "/api/providers/route": "app/api/providers/route.js",
116
116
  "/api/proxy-pools/[id]/route": "app/api/proxy-pools/[id]/route.js",
117
117
  "/api/proxy-pools/[id]/test/route": "app/api/proxy-pools/[id]/test/route.js",
118
- "/api/proxy-pools/vercel-deploy/route": "app/api/proxy-pools/vercel-deploy/route.js",
119
118
  "/api/settings/database/route": "app/api/settings/database/route.js",
119
+ "/api/proxy-pools/vercel-deploy/route": "app/api/proxy-pools/vercel-deploy/route.js",
120
120
  "/api/settings/proxy-test/route": "app/api/settings/proxy-test/route.js",
121
121
  "/api/settings/route": "app/api/settings/route.js",
122
122
  "/api/proxy-pools/route": "app/api/proxy-pools/route.js",
@@ -1 +1,2 @@
1
- "use strict";exports.id=1229,exports.ids=[1229],exports.modules={7468:(a,b,c)=>{c.d(b,{k:()=>e});let d=[];for(let a=0;a<256;++a)d.push((a+256).toString(16).slice(1));function e(a,b=0){return(d[a[b+0]]+d[a[b+1]]+d[a[b+2]]+d[a[b+3]]+"-"+d[a[b+4]]+d[a[b+5]]+"-"+d[a[b+6]]+d[a[b+7]]+"-"+d[a[b+8]]+d[a[b+9]]+"-"+d[a[b+10]]+d[a[b+11]]+d[a[b+12]]+d[a[b+13]]+d[a[b+14]]+d[a[b+15]]).toLowerCase()}},20933:(a,b,c)=>{c.d(b,{rH:()=>C,Rg:()=>z,mh:()=>B,cb:()=>y,H4:()=>D,Jv:()=>A});var d=c(55511),e=c.n(d),f=c(19931),g=c(54495),h=c(13774),i=c(37770),j=c(50514);c(91645);var k=c(14985),l=c.n(k);let m=new(l()).promises.Resolver;async function n(a,b){let c=a=>Promise.race([a(),new Promise((a,c)=>setTimeout(()=>c(Error("dns timeout")),b))]).then(()=>!0).catch(()=>!1);return!!await c(()=>m.resolve4(a))||c(()=>l().promises.resolve4(a))}async function o(a){let b;if(!a)return!1;try{b=new URL(a).hostname}catch{return!1}if(!await n(b,2e3))return!1;try{return(await fetch(`${a}/api/health`,{signal:AbortSignal.timeout(5e3)})).ok}catch{return!1}}async function p(a,b={cancelled:!1}){let c=Date.now();for(;Date.now()-c<18e4;){if(b.cancelled)throw Error("cancelled");if(await o(a))return!0;await new Promise(a=>setTimeout(a,2e3))}throw Error("Health check timeout after 180000ms")}m.setServers(["1.1.1.1","1.0.0.1","8.8.8.8"]),(0,j.initDbHooks)(i.mt,i.Xx);let q=process.env.TUNNEL_WORKER_URL||"https://abc-tunnel.us",r={cancelToken:{cancelled:!1},spawnInProgress:!1,activeLocalPort:null},s={cancelToken:{cancelled:!1},spawnInProgress:!1,activeLocalPort:null},t={value:!1,url:null,fetchedAt:0,refreshing:!1},u={value:!1,url:null,fetchedAt:0,refreshing:!1};function v(a,b){return a.url!==b&&(a.value=!1,a.fetchedAt=0),Date.now()-a.fetchedAt>3e4&&function(a,b){if(!a.refreshing){if(!b){a.value=!1,a.url=null,a.fetchedAt=Date.now();return}a.refreshing=!0,o(b).then(b=>{a.value=b}).catch(()=>{a.value=!1}).finally(()=>{a.url=b,a.fetchedAt=Date.now(),a.refreshing=!1})}}(a,b),a.value}async function w(a,b){await fetch(`${q}/api/tunnel/register`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({shortId:a,tunnelUrl:b})})}function x(a,b){if(a.cancelled)throw Error(`${b} cancelled`)}async function y(a=20128){console.log(`[Tunnel] enable start (port=${a})`),r.cancelToken={cancelled:!1},r.activeLocalPort=a,r.spawnInProgress=!0;let b=r.cancelToken;try{if((0,g.nN)()){let a=(0,f.C7)();if(a?.tunnelUrl&&await o(a.tunnelUrl)){let b=`https://r${a.shortId}.abc-tunnel.us`;return console.log(`[Tunnel] already running, reuse: ${a.tunnelUrl}`),{success:!0,tunnelUrl:a.tunnelUrl,shortId:a.shortId,publicUrl:b,alreadyRunning:!0}}}(0,g.ss)(a),console.log("[Tunnel] killed existing cloudflared"),x(b,"tunnel");let d=function(){try{let{machineIdSync:a}=c(20243),b=a();return e().createHash("sha256").update(b+"9router-tunnel-salt").digest("hex").substring(0,16)}catch(a){return e().randomUUID().replace(/-/g,"").substring(0,16)}}(),h=(0,f.C7)(),j=h?.shortId||(0,f.jd)(),k=async a=>{b.cancelled||(console.log(`[Tunnel] url updated: ${a}`),await w(j,a),(0,f.LZ)({shortId:j,machineId:d,tunnelUrl:a}),await (0,i.Xx)({tunnelEnabled:!0,tunnelUrl:a}))},{tunnelUrl:l}=await (0,g.fn)(a,k);console.log(`[Tunnel] spawned: ${l}`),x(b,"tunnel");let m=`https://r${j}.abc-tunnel.us`;return await w(j,l),(0,f.LZ)({shortId:j,machineId:d,tunnelUrl:l}),await (0,i.Xx)({tunnelEnabled:!0,tunnelUrl:l}),console.log(`[Tunnel] registered shortId=${j} publicUrl=${m}`),await p(l,b),console.log("[Tunnel] direct URL healthy"),await p(m,b),console.log("[Tunnel] public URL healthy"),t.value=!0,t.url=l,t.fetchedAt=Date.now(),console.log("[Tunnel] enable success"),{success:!0,tunnelUrl:l,shortId:j,publicUrl:m}}catch(a){throw console.error(`[Tunnel] enable error: ${a.message}`),a}finally{r.spawnInProgress=!1}}async function z(){console.log("[Tunnel] disable"),r.cancelToken.cancelled=!0,(0,g.es)(null),(0,g.ss)(r.activeLocalPort);let a=(0,f.C7)();return a&&(0,f.LZ)({shortId:a.shortId,machineId:a.machineId,tunnelUrl:null}),await (0,i.Xx)({tunnelEnabled:!1,tunnelUrl:""}),t.value=!1,t.url=null,t.fetchedAt=Date.now(),{success:!0}}async function A(){let a=!0===(await (0,i.mt)()).tunnelEnabled,b=(0,f.C7)(),c=b?.shortId||"",d=c?`https://r${c}.abc-tunnel.us`:"",e=b?.tunnelUrl||"",h=!!a&&(0,g.nN)(),j=!!a&&!!h&&v(t,e);return{enabled:a&&h,settingsEnabled:a,tunnelUrl:e,shortId:c,publicUrl:d,running:h,reachable:j}}async function B(a=20128){console.log(`[Tailscale] enable start (port=${a})`),s.cancelToken={cancelled:!1},s.activeLocalPort=a,s.spawnInProgress=!0;let b=s.cancelToken;try{let c,d=(0,j.getCachedPassword)()||await (0,j.loadEncryptedPassword)()||"";await (0,h.OZ)(d),console.log("[Tailscale] daemon ready"),x(b,"tailscale");let e=(0,f.C7)(),g=e?.shortId||(0,f.jd)(),k=(0,h.a$)();if(console.log(`[Tailscale] loggedIn=${k}`),!k){let a=await (0,h.c$)(g);if(a.authUrl)return console.log(`[Tailscale] needs login, authUrl=${a.authUrl}`),{success:!1,needsLogin:!0,authUrl:a.authUrl};console.log("[Tailscale] login resolved alreadyLoggedIn")}x(b,"tailscale"),(0,h.PZ)();try{console.log("[Tailscale] starting funnel"),c=await (0,h.LC)(a)}catch(a){if(console.error(`[Tailscale] funnel error: ${a.message}`),/NoState|unexpected state|not logged in|Logged ?out|NeedsLogin/i.test(a.message||"")){console.log("[Tailscale] retry via startLogin");let a=await (0,h.c$)(g);if(a.authUrl)return{success:!1,needsLogin:!0,authUrl:a.authUrl}}throw a}if(x(b,"tailscale"),c.funnelNotEnabled)return console.log(`[Tailscale] funnel not enabled, enableUrl=${c.enableUrl}`),{success:!1,funnelNotEnabled:!0,enableUrl:c.enableUrl};if(!(0,h.a$)()||!(0,h.hp)())return console.error("[Tailscale] strict probe failed (device removed?)"),(0,h.PZ)(),{success:!1,error:"Tailscale not connected. Device may have been removed. Please re-login."};await (0,i.Xx)({tailscaleEnabled:!0,tailscaleUrl:c.tunnelUrl}),console.log(`[Tailscale] funnel up: ${c.tunnelUrl}`);let l=new URL(c.tunnelUrl).hostname;await (0,h.S3)(l);let m=!1;try{await p(c.tunnelUrl,b),m=!0}catch(a){if(!a.message.startsWith("Health check timeout"))throw a;console.warn("[Tailscale] health check timed out, will retry via watchdog")}return m&&(u.value=!0,u.url=c.tunnelUrl,u.fetchedAt=Date.now()),console.log(`[Tailscale] enable success (reachable=${m})`),{success:!0,tunnelUrl:c.tunnelUrl}}catch(a){throw console.error(`[Tailscale] enable error: ${a.message}`),a}finally{s.spawnInProgress=!1}}async function C(){return console.log("[Tailscale] disable"),s.cancelToken.cancelled=!0,(0,h.PZ)(),await (0,i.Xx)({tailscaleEnabled:!1,tailscaleUrl:""}),u.value=!1,u.url=null,u.fetchedAt=Date.now(),{success:!0}}async function D(){let a=await (0,i.mt)(),b=!0===a.tailscaleEnabled,c=a.tailscaleUrl||"",d=!!b&&(0,h.a$)(),e=!!d&&(0,h.Kp)(),f=!!b&&!!e&&v(u,c);return{enabled:b&&e,settingsEnabled:b,tunnelUrl:c,running:e,loggedIn:d,reachable:f}}},37770:(a,b,c)=>{c.d(b,{CG:()=>d.CG,Dj:()=>d.Dj,Fh:()=>d.Fh,Iq:()=>d.Iq,K1:()=>d.K1,KJ:()=>d.KJ,L:()=>d.L,L9:()=>d.L9,Lh:()=>d.Lh,Mc:()=>d.Mc,OM:()=>d.OM,PX:()=>d.PX,Pc:()=>d.Pc,Q_:()=>d.Q_,Qu:()=>d.Qu,S8:()=>d.S8,Uv:()=>d.Uv,VT:()=>d.VT,XW:()=>d.XW,Xx:()=>d.Xx,Yd:()=>d.Yd,ZO:()=>d.ZO,c:()=>d.c,ek:()=>d.ek,fK:()=>d.fK,fv:()=>d.fv,getProviderConnections:()=>d.P,ho:()=>d.ho,hr:()=>d.hr,i0:()=>d.i0,iE:()=>d.iE,jd:()=>d.jd,mt:()=>d.mt,o5:()=>d.o5,oG:()=>d.oG,op:()=>d.op,r4:()=>d.r4,uL:()=>d.uL,ui:()=>d.ui,updateProviderConnection:()=>d.rj,uv:()=>d.uv,yF:()=>d.yF,yg:()=>d.yg,zP:()=>d.zP});var d=c(19886)},37873:(a,b,c)=>{c.d(b,{A:()=>i});var d=c(77598);let e={randomUUID:d.randomUUID},f=new Uint8Array(256),g=f.length;var h=c(7468);let i=function(a,b,c){if(e.randomUUID&&!b&&!a)return e.randomUUID();var i=a,j=c;let k=(i=i||{}).random??i.rng?.()??(g>f.length-16&&((0,d.randomFillSync)(f),g=0),f.slice(g,g+=16));if(k.length<16)throw Error("Random bytes length must be >= 16");if(k[6]=15&k[6]|64,k[8]=63&k[8]|128,b){if((j=j||0)<0||j+16>b.length)throw RangeError(`UUID byte range ${j}:${j+15} is out of buffer bounds`);for(let a=0;a<16;++a)b[j+a]=k[a];return b}return(0,h.k)(k)}},54495:(a,b,c)=>{c.d(b,{Dd:()=>y,es:()=>E,fn:()=>F,nN:()=>H,ss:()=>G});var d=c(29021),e=c.n(d),f=c(33873),g=c.n(f),h=c(55591),i=c.n(h),j=c(21820),k=c.n(j),l=c(79646),m=c(19931),n=c(81372);let o=g().join(n.DATA_DIR,"bin"),p="cloudflared",q="win32"===k().platform(),r=q?`${p}.exe`:p,s=g().join(o,r),t="http2",u=new Set(["http2","quic","auto"]),v={darwin:{x64:"cloudflared-darwin-amd64.tgz",arm64:"cloudflared-darwin-arm64.tgz"},win32:{x64:"cloudflared-windows-amd64.exe",ia32:"cloudflared-windows-386.exe",arm64:"cloudflared-windows-386.exe"},linux:{x64:"cloudflared-linux-amd64",arm64:"cloudflared-linux-arm64"}},w={darwin:"cloudflared-darwin-amd64.tgz",win32:"cloudflared-windows-386.exe",linux:"cloudflared-linux-amd64"},x={downloading:!1,progress:0};function y(){return{downloading:x.downloading,progress:x.progress}}let z=null;async function A(){return z||(z=B().finally(()=>{z=null}))}async function B(){e().existsSync(o)||e().mkdirSync(o,{recursive:!0});let a=`${s}.tmp`;if(e().existsSync(a))try{e().unlinkSync(a)}catch{}if(e().existsSync(s))if(function(a){try{if(e().statSync(a).size<1048576)return!1;let b=e().openSync(a,"r"),c=Buffer.alloc(4);e().readSync(b,c,0,4,0),e().closeSync(b);let d=c.toString("hex");if(q)return d.startsWith("4d5a");if("darwin"===k().platform())return d.startsWith("cffaedfe")||d.startsWith("cefaedfe");return d.startsWith("7f454c46")}catch{return!1}}(s))return q||e().chmodSync(s,"755"),s;else console.log("[cloudflared] Invalid binary detected, re-downloading..."),e().unlinkSync(s);let b=function(){let a=k().platform(),b=k().arch(),c=v[a];if(!c)throw Error(`Unsupported platform: ${a}`);let d=c[b]||w[a];return`https://github.com/cloudflare/cloudflared/releases/latest/download/${d}`}(),c=b.endsWith(".tgz"),d=c?g().join(o,"cloudflared.tgz.tmp"):a;return await function a(b,c){return new Promise((d,f)=>{let g=e().createWriteStream(c);i().get(b,b=>{if([301,302,303,307,308].includes(b.statusCode)){g.close(),e().unlinkSync(c),a(b.headers.location,c).then(d).catch(f);return}if(200!==b.statusCode){g.close(),e().unlinkSync(c),f(Error(`Download failed with status ${b.statusCode}`));return}let h=parseInt(b.headers["content-length"],10)||0,i=0;x.downloading=!0,x.progress=0,b.on("data",a=>{i+=a.length,h>0&&(x.progress=Math.round(i/h*100))}),b.pipe(g),g.on("finish",()=>{x.downloading=!1,x.progress=100,g.close(()=>d(c))}),g.on("error",a=>{x.downloading=!1,x.progress=0,g.close(),e().unlinkSync(c),f(a)})}).on("error",a=>{x.downloading=!1,x.progress=0,g.close(),e().existsSync(c)&&e().unlinkSync(c),f(a)})})}(b,d),c?((0,l.execSync)(`tar -xzf "${d}" -C "${o}"`,{stdio:"pipe",windowsHide:!0}),e().unlinkSync(d)):e().renameSync(d,s),q||e().chmodSync(s,"755"),s}let C=null,D=null;function E(a){D=a}async function F(a,b){let c=await A(),d=e().mkdtempSync(g().join(k().tmpdir(),"cloudflared-quick-")),f=g().join(d,"config.yml");e().writeFileSync(f,"# quick-tunnel config placeholder\n","utf8");let h=!1,i=()=>{if(!h){h=!0;try{e().rmSync(d,{recursive:!0,force:!0})}catch(a){}}},j=String(process.env.TUNNEL_TRANSPORT_PROTOCOL||process.env.CLOUDFLARED_PROTOCOL||t).trim().toLowerCase(),n=u.has(j)?j:t,o=(0,l.spawn)(c,["tunnel","--url",`http://127.0.0.1:${a}`,"--config",f,"--no-autoupdate"],{detached:!1,windowsHide:!0,cwd:k().tmpdir(),env:{...process.env,TUNNEL_TRANSPORT_PROTOCOL:n},stdio:["ignore","pipe","pipe"]});return C=o,(0,m.xS)(o.pid),new Promise((a,c)=>{let d=!1,e=setTimeout(()=>{d||(d=!0,i(),c(Error("Quick tunnel timed out")))},9e4),f=null,g=c=>{let g=function(a){let b=[];for(let c of a.matchAll(/https:\/\/([a-z0-9-]+)\.trycloudflare\.com/gi)){let a=c[1];"api"!==a&&b.push(`https://${a}.trycloudflare.com`)}return b.length?b[b.length-1]:null}(c.toString());if(g){if(!d){d=!0,f=g,clearTimeout(e),i(),console.log(`[Tunnel] cloudflared URL: ${g}`),a({child:o,tunnelUrl:g});return}g!==f&&(console.log(`[Tunnel] cloudflared URL changed: ${g}`),f=g,b&&b(g))}};o.stdout.on("data",g),o.stderr.on("data",g),o.on("error",a=>{d||(d=!0,clearTimeout(e),i(),c(a))}),o.on("exit",(a,b)=>{if(C=null,(0,m.r4)(),console.log(`[Tunnel] cloudflared exit code=${a} signal=${b}`),!d){d=!0,clearTimeout(e),i(),1===a?c(Error(`cloudflared exited with code ${a}. This often means: (1) the tunnel token is invalid or expired, (2) network connectivity issues, or (3) cloudflared cannot reach the local server.`)):2===a?c(Error(`cloudflared exited with code ${a}. Check that arguments are correct.`)):c(Error(`cloudflared exited with code ${a}`));return}D&&D(),i()})})}function G(a){if(C){try{C.kill()}catch(a){}C=null}let b=(0,m.Cr)();if(b){try{process.kill(b)}catch(a){}(0,m.r4)()}if(a)try{if(q){let b=`Get-CimInstance Win32_Process -Filter \\"Name='cloudflared.exe'\\" | Where-Object { $_.CommandLine -match ':${a}(\\D|$)' } | ForEach-Object { Stop-Process -Id $_.ProcessId -Force }`;(0,l.execSync)(`powershell -NoProfile -NonInteractive -WindowStyle Hidden -Command "${b}"`,{stdio:"ignore",windowsHide:!0})}else(0,l.execSync)(`pkill -f "cloudflared.*:${a}([^0-9]|$)" 2>/dev/null || true`,{stdio:"ignore",windowsHide:!0})}catch(a){}}function H(){let a=(0,m.Cr)();if(!a)return!1;try{return process.kill(a,0),!0}catch(a){return!1}}}};
1
+ "use strict";exports.id=1229,exports.ids=[1229],exports.modules={7468:(a,b,c)=>{c.d(b,{k:()=>e});let d=[];for(let a=0;a<256;++a)d.push((a+256).toString(16).slice(1));function e(a,b=0){return(d[a[b+0]]+d[a[b+1]]+d[a[b+2]]+d[a[b+3]]+"-"+d[a[b+4]]+d[a[b+5]]+"-"+d[a[b+6]]+d[a[b+7]]+"-"+d[a[b+8]]+d[a[b+9]]+"-"+d[a[b+10]]+d[a[b+11]]+d[a[b+12]]+d[a[b+13]]+d[a[b+14]]+d[a[b+15]]).toLowerCase()}},20933:(a,b,c)=>{c.d(b,{rH:()=>C,Rg:()=>z,mh:()=>B,cb:()=>y,H4:()=>D,Jv:()=>A});var d=c(55511),e=c.n(d),f=c(19931),g=c(54495),h=c(13774),i=c(37770),j=c(50514);c(91645);var k=c(14985),l=c.n(k);let m=new(l()).promises.Resolver;async function n(a,b){let c=a=>Promise.race([a(),new Promise((a,c)=>setTimeout(()=>c(Error("dns timeout")),b))]).then(()=>!0).catch(()=>!1);return!!await c(()=>m.resolve4(a))||c(()=>l().promises.resolve4(a))}async function o(a){let b;if(!a)return!1;try{b=new URL(a).hostname}catch{return!1}if(!await n(b,2e3))return!1;try{return(await fetch(`${a}/api/health`,{signal:AbortSignal.timeout(5e3)})).ok}catch{return!1}}async function p(a,b={cancelled:!1}){let c=Date.now();for(;Date.now()-c<18e4;){if(b.cancelled)throw Error("cancelled");if(await o(a))return!0;await new Promise(a=>setTimeout(a,2e3))}throw Error("Health check timeout after 180000ms")}m.setServers(["1.1.1.1","1.0.0.1","8.8.8.8"]),(0,j.initDbHooks)(i.mt,i.Xx);let q=process.env.TUNNEL_WORKER_URL||"https://abc-tunnel.us",r={cancelToken:{cancelled:!1},spawnInProgress:!1,activeLocalPort:null},s={cancelToken:{cancelled:!1},spawnInProgress:!1,activeLocalPort:null},t={value:!1,url:null,fetchedAt:0,refreshing:!1},u={value:!1,url:null,fetchedAt:0,refreshing:!1};function v(a,b){return a.url!==b&&(a.value=!1,a.fetchedAt=0),Date.now()-a.fetchedAt>3e4&&function(a,b){if(!a.refreshing){if(!b){a.value=!1,a.url=null,a.fetchedAt=Date.now();return}a.refreshing=!0,o(b).then(b=>{a.value=b}).catch(()=>{a.value=!1}).finally(()=>{a.url=b,a.fetchedAt=Date.now(),a.refreshing=!1})}}(a,b),a.value}async function w(a,b){await fetch(`${q}/api/tunnel/register`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({shortId:a,tunnelUrl:b})})}function x(a,b){if(a.cancelled)throw Error(`${b} cancelled`)}async function y(a=20128){console.log(`[Tunnel] enable start (port=${a})`),r.cancelToken={cancelled:!1},r.activeLocalPort=a,r.spawnInProgress=!0;let b=r.cancelToken;try{if((0,g.nN)()){let a=(0,f.C7)();if(a?.tunnelUrl&&await o(a.tunnelUrl)){let b=`https://r${a.shortId}.abc-tunnel.us`;return console.log(`[Tunnel] already running, reuse: ${a.tunnelUrl}`),{success:!0,tunnelUrl:a.tunnelUrl,shortId:a.shortId,publicUrl:b,alreadyRunning:!0}}}(0,g.ss)(a),console.log("[Tunnel] killed existing cloudflared"),x(b,"tunnel");let d=function(){try{let{machineIdSync:a}=c(20243),b=a();return e().createHash("sha256").update(b+"9router-tunnel-salt").digest("hex").substring(0,16)}catch(a){return e().randomUUID().replace(/-/g,"").substring(0,16)}}(),h=(0,f.C7)(),j=h?.shortId||(0,f.jd)(),k=async a=>{b.cancelled||(console.log(`[Tunnel] url updated: ${a}`),await w(j,a),(0,f.LZ)({shortId:j,machineId:d,tunnelUrl:a}),await (0,i.Xx)({tunnelEnabled:!0,tunnelUrl:a}))},{tunnelUrl:l}=await (0,g.fn)(a,k);console.log(`[Tunnel] spawned: ${l}`),x(b,"tunnel");let m=`https://r${j}.abc-tunnel.us`;return await w(j,l),(0,f.LZ)({shortId:j,machineId:d,tunnelUrl:l}),await (0,i.Xx)({tunnelEnabled:!0,tunnelUrl:l}),console.log(`[Tunnel] registered shortId=${j} publicUrl=${m}`),await p(m,b),console.log("[Tunnel] public URL healthy"),await o(l)?console.log("[Tunnel] direct URL healthy"):console.warn("[Tunnel] direct URL not reachable yet, continuing via publicUrl"),t.value=!0,t.url=l,t.fetchedAt=Date.now(),console.log("[Tunnel] enable success"),{success:!0,tunnelUrl:l,shortId:j,publicUrl:m}}catch(a){throw console.error(`[Tunnel] enable error: ${a.message}`),a}finally{r.spawnInProgress=!1}}async function z(){console.log("[Tunnel] disable"),r.cancelToken.cancelled=!0,(0,g.es)(null);try{(0,g.ss)(r.activeLocalPort)}catch(a){console.warn(`[Tunnel] kill warn: ${a.message}`)}(0,f.r4)();let a=(0,f.C7)();return a&&(0,f.LZ)({shortId:a.shortId,machineId:a.machineId,tunnelUrl:null}),await (0,i.Xx)({tunnelEnabled:!1,tunnelUrl:""}),t.value=!1,t.url=null,t.fetchedAt=Date.now(),r.spawnInProgress=!1,r.activeLocalPort=null,{success:!0}}async function A(){let a=!0===(await (0,i.mt)()).tunnelEnabled,b=(0,f.C7)(),c=b?.shortId||"",d=c?`https://r${c}.abc-tunnel.us`:"",e=b?.tunnelUrl||"",h=!!a&&(0,g.nN)(),j=!!a&&!!h&&v(t,e);return{enabled:a&&h,settingsEnabled:a,tunnelUrl:e,shortId:c,publicUrl:d,running:h,reachable:j}}async function B(a=20128){console.log(`[Tailscale] enable start (port=${a})`),s.cancelToken={cancelled:!1},s.activeLocalPort=a,s.spawnInProgress=!0;let b=s.cancelToken;try{let c,d=(0,j.getCachedPassword)()||await (0,j.loadEncryptedPassword)()||"";await (0,h.OZ)(d),console.log("[Tailscale] daemon ready"),x(b,"tailscale");let e=(0,f.C7)(),g=e?.shortId||(0,f.jd)(),k=(0,h.a$)();if(console.log(`[Tailscale] loggedIn=${k}`),!k){let a=await (0,h.c$)(g);if(a.authUrl)return console.log(`[Tailscale] needs login, authUrl=${a.authUrl}`),{success:!1,needsLogin:!0,authUrl:a.authUrl};console.log("[Tailscale] login resolved alreadyLoggedIn")}x(b,"tailscale"),(0,h.PZ)();try{console.log("[Tailscale] starting funnel"),c=await (0,h.LC)(a)}catch(a){if(console.error(`[Tailscale] funnel error: ${a.message}`),/NoState|unexpected state|not logged in|Logged ?out|NeedsLogin/i.test(a.message||"")){console.log("[Tailscale] retry via startLogin");let a=await (0,h.c$)(g);if(a.authUrl)return{success:!1,needsLogin:!0,authUrl:a.authUrl}}throw a}if(x(b,"tailscale"),c.funnelNotEnabled)return console.log(`[Tailscale] funnel not enabled, enableUrl=${c.enableUrl}`),{success:!1,funnelNotEnabled:!0,enableUrl:c.enableUrl};if(!(0,h.a$)()||!(0,h.hp)())return console.error("[Tailscale] strict probe failed (device removed?)"),(0,h.PZ)(),{success:!1,error:"Tailscale not connected. Device may have been removed. Please re-login."};await (0,i.Xx)({tailscaleEnabled:!0,tailscaleUrl:c.tunnelUrl}),console.log(`[Tailscale] funnel up: ${c.tunnelUrl}`);let l=new URL(c.tunnelUrl).hostname;await (0,h.S3)(l);let m=!1;try{await p(c.tunnelUrl,b),m=!0}catch(a){if(!a.message.startsWith("Health check timeout"))throw a;console.warn("[Tailscale] health check timed out, will retry via watchdog")}return m&&(u.value=!0,u.url=c.tunnelUrl,u.fetchedAt=Date.now()),console.log(`[Tailscale] enable success (reachable=${m})`),{success:!0,tunnelUrl:c.tunnelUrl}}catch(a){throw console.error(`[Tailscale] enable error: ${a.message}`),a}finally{s.spawnInProgress=!1}}async function C(){return console.log("[Tailscale] disable"),s.cancelToken.cancelled=!0,(0,h.PZ)(),await (0,i.Xx)({tailscaleEnabled:!1,tailscaleUrl:""}),u.value=!1,u.url=null,u.fetchedAt=Date.now(),{success:!0}}async function D(){let a=await (0,i.mt)(),b=!0===a.tailscaleEnabled,c=a.tailscaleUrl||"",d=!!b&&(0,h.a$)(),e=!!d&&(0,h.Kp)(),f=!!b&&!!e&&v(u,c);return{enabled:b&&e,settingsEnabled:b,tunnelUrl:c,running:e,loggedIn:d,reachable:f}}},37770:(a,b,c)=>{c.d(b,{CG:()=>d.CG,Dj:()=>d.Dj,Fh:()=>d.Fh,Iq:()=>d.Iq,K1:()=>d.K1,KJ:()=>d.KJ,L:()=>d.L,L9:()=>d.L9,Lh:()=>d.Lh,Mc:()=>d.Mc,OM:()=>d.OM,PX:()=>d.PX,Pc:()=>d.Pc,Q_:()=>d.Q_,Qu:()=>d.Qu,S8:()=>d.S8,Uv:()=>d.Uv,VT:()=>d.VT,XW:()=>d.XW,Xx:()=>d.Xx,Yd:()=>d.Yd,ZO:()=>d.ZO,c:()=>d.c,ek:()=>d.ek,fK:()=>d.fK,fv:()=>d.fv,getProviderConnections:()=>d.P,ho:()=>d.ho,hr:()=>d.hr,i0:()=>d.i0,iE:()=>d.iE,jd:()=>d.jd,mt:()=>d.mt,o5:()=>d.o5,oG:()=>d.oG,op:()=>d.op,r4:()=>d.r4,uL:()=>d.uL,ui:()=>d.ui,updateProviderConnection:()=>d.rj,uv:()=>d.uv,yF:()=>d.yF,yg:()=>d.yg,zP:()=>d.zP});var d=c(19886)},37873:(a,b,c)=>{c.d(b,{A:()=>i});var d=c(77598);let e={randomUUID:d.randomUUID},f=new Uint8Array(256),g=f.length;var h=c(7468);let i=function(a,b,c){if(e.randomUUID&&!b&&!a)return e.randomUUID();var i=a,j=c;let k=(i=i||{}).random??i.rng?.()??(g>f.length-16&&((0,d.randomFillSync)(f),g=0),f.slice(g,g+=16));if(k.length<16)throw Error("Random bytes length must be >= 16");if(k[6]=15&k[6]|64,k[8]=63&k[8]|128,b){if((j=j||0)<0||j+16>b.length)throw RangeError(`UUID byte range ${j}:${j+15} is out of buffer bounds`);for(let a=0;a<16;++a)b[j+a]=k[a];return b}return(0,h.k)(k)}},54495:(a,b,c)=>{c.d(b,{Dd:()=>y,es:()=>E,fn:()=>F,nN:()=>H,ss:()=>G});var d=c(29021),e=c.n(d),f=c(33873),g=c.n(f),h=c(55591),i=c.n(h),j=c(21820),k=c.n(j),l=c(79646),m=c(19931),n=c(81372);let o=g().join(n.DATA_DIR,"bin"),p="cloudflared",q="win32"===k().platform(),r=q?`${p}.exe`:p,s=g().join(o,r),t="http2",u=new Set(["http2","quic","auto"]),v={darwin:{x64:"cloudflared-darwin-amd64.tgz",arm64:"cloudflared-darwin-arm64.tgz"},win32:{x64:"cloudflared-windows-amd64.exe",ia32:"cloudflared-windows-386.exe",arm64:"cloudflared-windows-386.exe"},linux:{x64:"cloudflared-linux-amd64",arm64:"cloudflared-linux-arm64"}},w={darwin:"cloudflared-darwin-amd64.tgz",win32:"cloudflared-windows-386.exe",linux:"cloudflared-linux-amd64"},x={downloading:!1,progress:0};function y(){return{downloading:x.downloading,progress:x.progress}}let z=null;async function A(){return z||(z=B().finally(()=>{z=null}))}async function B(){e().existsSync(o)||e().mkdirSync(o,{recursive:!0});let a=`${s}.tmp`;if(e().existsSync(a))try{e().unlinkSync(a)}catch{}if(e().existsSync(s))if(function(a){try{if(e().statSync(a).size<1048576)return!1;let b=e().openSync(a,"r"),c=Buffer.alloc(4);e().readSync(b,c,0,4,0),e().closeSync(b);let d=c.toString("hex");if(q)return d.startsWith("4d5a");if("darwin"===k().platform())return d.startsWith("cffaedfe")||d.startsWith("cefaedfe");return d.startsWith("7f454c46")}catch{return!1}}(s))return q||e().chmodSync(s,"755"),s;else console.log("[cloudflared] Invalid binary detected, re-downloading..."),e().unlinkSync(s);let b=function(){let a=k().platform(),b=k().arch(),c=v[a];if(!c)throw Error(`Unsupported platform: ${a}`);let d=c[b]||w[a];return`https://github.com/cloudflare/cloudflared/releases/latest/download/${d}`}(),c=b.endsWith(".tgz"),d=c?g().join(o,"cloudflared.tgz.tmp"):a;return await function a(b,c){return new Promise((d,f)=>{let g=e().createWriteStream(c);i().get(b,b=>{if([301,302,303,307,308].includes(b.statusCode)){g.close(),e().unlinkSync(c),a(b.headers.location,c).then(d).catch(f);return}if(200!==b.statusCode){g.close(),e().unlinkSync(c),f(Error(`Download failed with status ${b.statusCode}`));return}let h=parseInt(b.headers["content-length"],10)||0,i=0;x.downloading=!0,x.progress=0,b.on("data",a=>{i+=a.length,h>0&&(x.progress=Math.round(i/h*100))}),b.pipe(g),g.on("finish",()=>{x.downloading=!1,x.progress=100,g.close(()=>d(c))}),g.on("error",a=>{x.downloading=!1,x.progress=0,g.close(),e().unlinkSync(c),f(a)})}).on("error",a=>{x.downloading=!1,x.progress=0,g.close(),e().existsSync(c)&&e().unlinkSync(c),f(a)})})}(b,d),c?((0,l.execSync)(`tar -xzf "${d}" -C "${o}"`,{stdio:"pipe",windowsHide:!0}),e().unlinkSync(d)):e().renameSync(d,s),q||e().chmodSync(s,"755"),s}let C=null,D=null;function E(a){D=a}async function F(a,b){let c=await A(),d=e().mkdtempSync(g().join(k().tmpdir(),"cloudflared-quick-")),f=g().join(d,"config.yml");e().writeFileSync(f,"# quick-tunnel config placeholder\n","utf8");let h=!1,i=()=>{if(!h){h=!0;try{e().rmSync(d,{recursive:!0,force:!0})}catch(a){}}},j=String(process.env.TUNNEL_TRANSPORT_PROTOCOL||process.env.CLOUDFLARED_PROTOCOL||t).trim().toLowerCase(),n=u.has(j)?j:t,o=(0,l.spawn)(c,["tunnel","--url",`http://127.0.0.1:${a}`,"--config",f,"--no-autoupdate"],{detached:!1,windowsHide:!0,cwd:k().tmpdir(),env:{...process.env,TUNNEL_TRANSPORT_PROTOCOL:n},stdio:["ignore","pipe","pipe"]});return C=o,(0,m.xS)(o.pid),new Promise((c,d)=>{let e=!1,f="",g=setTimeout(()=>{e||(e=!0,i(),d(Error(`Quick tunnel timed out. Last log: ${f.slice(-800)||"(empty)"}`)))},9e4),h=null,j=a=>{let d=a.toString();f=(f+d).slice(-4e3);let j=function(a){let b=[];for(let c of a.matchAll(/https:\/\/([a-z0-9-]+)\.trycloudflare\.com/gi)){let a=c[1];"api"!==a&&b.push(`https://${a}.trycloudflare.com`)}return b.length?b[b.length-1]:null}(d);if(j){if(!e){e=!0,h=j,clearTimeout(g),i(),console.log(`[Tunnel] cloudflared URL: ${j}`),c({child:o,tunnelUrl:j});return}j!==h&&(console.log(`[Tunnel] cloudflared URL changed: ${j}`),h=j,b&&b(j))}};o.stdout.on("data",j),o.stderr.on("data",j),o.on("error",a=>{e||(e=!0,clearTimeout(g),i(),d(a))}),o.on("exit",(b,c)=>{if(C=null,(0,m.r4)(),console.log(`[Tunnel] cloudflared exit code=${b} signal=${c}`),f&&console.log(`[Tunnel] cloudflared log tail:
2
+ ${f.slice(-1500)}`),!e){e=!0,clearTimeout(g),i();let c=f.slice(-600).trim()||"(empty)";1===b?d(Error(`cloudflared quick tunnel exited (code 1). Common causes: (1) outbound port 7844 (TCP/UDP) blocked, (2) TryCloudflare service issue, (3) cannot reach 127.0.0.1:${a}, (4) protocol (http2/quic) blocked by network. Last log: ${c}`)):2===b?d(Error(`cloudflared exited (code 2). Bad arguments. Last log: ${c}`)):d(Error(`cloudflared exited (code ${b}). Last log: ${c}`));return}D&&D(),i()})})}function G(a){if(C){try{C.kill()}catch(a){}C=null}let b=(0,m.Cr)();if(b){try{process.kill(b)}catch(a){}(0,m.r4)()}if(a)try{if(q){let b=`Get-CimInstance Win32_Process -Filter \\"Name='cloudflared.exe'\\" | Where-Object { $_.CommandLine -match ':${a}(\\D|$)' } | ForEach-Object { Stop-Process -Id $_.ProcessId -Force }`;(0,l.execSync)(`powershell -NoProfile -NonInteractive -WindowStyle Hidden -Command "${b}"`,{stdio:"ignore",windowsHide:!0})}else(0,l.execSync)(`pkill -f "cloudflared.*:${a}([^0-9]|$)" 2>/dev/null || true`,{stdio:"ignore",windowsHide:!0})}catch(a){}}function H(){let a=(0,m.Cr)();if(!a)return!1;try{return process.kill(a,0),!0}catch(a){return!1}}}};