vansrouter 0.91.7 → 0.91.8

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 (406) hide show
  1. package/app/.next-cli-build/BUILD_ID +1 -1
  2. package/app/.next-cli-build/app-path-routes-manifest.json +12 -12
  3. package/app/.next-cli-build/build-manifest.json +2 -2
  4. package/app/.next-cli-build/prerender-manifest.json +3 -3
  5. package/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page_client-reference-manifest.js +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_client-reference-manifest.js +1 -1
  8. package/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
  9. package/app/.next-cli-build/server/app/(dashboard)/dashboard/console-log/page_client-reference-manifest.js +1 -1
  10. package/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
  11. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js +7 -3
  12. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page_client-reference-manifest.js +1 -1
  13. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page_client-reference-manifest.js +1 -1
  14. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page_client-reference-manifest.js +1 -1
  15. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page_client-reference-manifest.js +1 -1
  16. package/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +1 -1
  17. package/app/.next-cli-build/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
  18. package/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
  19. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
  20. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
  21. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
  22. package/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-fitness/page_client-reference-manifest.js +1 -1
  23. package/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page_client-reference-manifest.js +1 -1
  24. package/app/.next-cli-build/server/app/(dashboard)/dashboard/pxpipe/page_client-reference-manifest.js +1 -1
  25. package/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +1 -1
  26. package/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page_client-reference-manifest.js +1 -1
  27. package/app/.next-cli-build/server/app/(dashboard)/dashboard/token-saver/page_client-reference-manifest.js +1 -1
  28. package/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
  29. package/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
  30. package/app/.next-cli-build/server/app/_global-error/page_client-reference-manifest.js +1 -1
  31. package/app/.next-cli-build/server/app/_global-error.html +1 -1
  32. package/app/.next-cli-build/server/app/_global-error.rsc +2 -2
  33. package/app/.next-cli-build/server/app/_global-error.segments/_full.segment.rsc +2 -2
  34. package/app/.next-cli-build/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  35. package/app/.next-cli-build/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  36. package/app/.next-cli-build/server/app/_global-error.segments/_head.segment.rsc +1 -1
  37. package/app/.next-cli-build/server/app/_global-error.segments/_index.segment.rsc +1 -1
  38. package/app/.next-cli-build/server/app/_global-error.segments/_tree.segment.rsc +2 -2
  39. package/app/.next-cli-build/server/app/_not-found/page_client-reference-manifest.js +1 -1
  40. package/app/.next-cli-build/server/app/_not-found.html +1 -1
  41. package/app/.next-cli-build/server/app/_not-found.rsc +4 -4
  42. package/app/.next-cli-build/server/app/_not-found.segments/_full.segment.rsc +4 -4
  43. package/app/.next-cli-build/server/app/_not-found.segments/_head.segment.rsc +1 -1
  44. package/app/.next-cli-build/server/app/_not-found.segments/_index.segment.rsc +4 -4
  45. package/app/.next-cli-build/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  46. package/app/.next-cli-build/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  47. package/app/.next-cli-build/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  48. package/app/.next-cli-build/server/app/api/auth/check/route.js +1 -1
  49. package/app/.next-cli-build/server/app/api/auth/logout/route.js +1 -1
  50. package/app/.next-cli-build/server/app/api/auth/oidc/callback/route.js +1 -1
  51. package/app/.next-cli-build/server/app/api/auth/oidc/start/route.js +1 -1
  52. package/app/.next-cli-build/server/app/api/auth/oidc/test/route.js +1 -1
  53. package/app/.next-cli-build/server/app/api/auth/reset-password/route.js +1 -1
  54. package/app/.next-cli-build/server/app/api/auth/status/route.js +1 -1
  55. package/app/.next-cli-build/server/app/api/cli-tools/all-statuses/route.js +5 -5
  56. package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/alias/route.js +1 -1
  57. package/app/.next-cli-build/server/app/api/cli-tools/claude-settings/route.js +2 -2
  58. package/app/.next-cli-build/server/app/api/cli-tools/cline-settings/route.js +2 -2
  59. package/app/.next-cli-build/server/app/api/cli-tools/codex-settings/route.js +1 -1
  60. package/app/.next-cli-build/server/app/api/cli-tools/copilot-settings/route.js +2 -2
  61. package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-registry/route.js +1 -1
  62. package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-tools/route.js +2 -2
  63. package/app/.next-cli-build/server/app/api/cli-tools/cowork-settings/route.js +1 -1
  64. package/app/.next-cli-build/server/app/api/cli-tools/deepseek-tui-settings/route.js +2 -2
  65. package/app/.next-cli-build/server/app/api/cli-tools/devin-settings/route.js +1 -1
  66. package/app/.next-cli-build/server/app/api/cli-tools/droid-settings/route.js +1 -1
  67. package/app/.next-cli-build/server/app/api/cli-tools/grok-build-settings/route.js +2 -2
  68. package/app/.next-cli-build/server/app/api/cli-tools/hermes-settings/route.js +3 -3
  69. package/app/.next-cli-build/server/app/api/cli-tools/jcode-settings/route.js +1 -1
  70. package/app/.next-cli-build/server/app/api/cli-tools/kilo-settings/route.js +2 -2
  71. package/app/.next-cli-build/server/app/api/cli-tools/openclaw-settings/route.js +2 -2
  72. package/app/.next-cli-build/server/app/api/cli-tools/opencode-settings/route.js +2 -2
  73. package/app/.next-cli-build/server/app/api/headroom/proxy/[...path]/route.js +1 -1
  74. package/app/.next-cli-build/server/app/api/headroom/restart/route.js +1 -1
  75. package/app/.next-cli-build/server/app/api/headroom/start/route.js +1 -1
  76. package/app/.next-cli-build/server/app/api/headroom/status/route.js +1 -1
  77. package/app/.next-cli-build/server/app/api/keys/[id]/route.js +1 -1
  78. package/app/.next-cli-build/server/app/api/keys/route.js +1 -1
  79. package/app/.next-cli-build/server/app/api/media-providers/tts/deepgram/voices/route.js +1 -1
  80. package/app/.next-cli-build/server/app/api/media-providers/tts/elevenlabs/voices/route.js +1 -1
  81. package/app/.next-cli-build/server/app/api/media-providers/tts/inworld/voices/route.js +1 -1
  82. package/app/.next-cli-build/server/app/api/media-providers/tts/minimax/voices/route.js +1 -1
  83. package/app/.next-cli-build/server/app/api/models/alias/route.js +1 -1
  84. package/app/.next-cli-build/server/app/api/models/availability/route.js +1 -1
  85. package/app/.next-cli-build/server/app/api/models/custom/route.js +1 -1
  86. package/app/.next-cli-build/server/app/api/oauth/[provider]/[action]/route.js +1 -1
  87. package/app/.next-cli-build/server/app/api/oauth/codex/bulk-import/route.js +1 -1
  88. package/app/.next-cli-build/server/app/api/oauth/codex/import-token/route.js +1 -1
  89. package/app/.next-cli-build/server/app/api/oauth/cursor/import/route.js +1 -1
  90. package/app/.next-cli-build/server/app/api/oauth/gitlab/pat/route.js +1 -1
  91. package/app/.next-cli-build/server/app/api/oauth/iflow/cookie/route.js +1 -1
  92. package/app/.next-cli-build/server/app/api/oauth/kiro/api-key/route.js +1 -1
  93. package/app/.next-cli-build/server/app/api/oauth/kiro/import/route.js +1 -1
  94. package/app/.next-cli-build/server/app/api/oauth/kiro/import-cli-proxy/route.js +1 -1
  95. package/app/.next-cli-build/server/app/api/oauth/kiro/social-exchange/route.js +1 -1
  96. package/app/.next-cli-build/server/app/api/pricing/route.js +1 -1
  97. package/app/.next-cli-build/server/app/api/provider-nodes/[id]/route.js +1 -1
  98. package/app/.next-cli-build/server/app/api/provider-nodes/route.js +1 -1
  99. package/app/.next-cli-build/server/app/api/providers/[id]/gcp-projects/route.js +1 -1
  100. package/app/.next-cli-build/server/app/api/providers/[id]/route.js +1 -1
  101. package/app/.next-cli-build/server/app/api/providers/bulk/route.js +1 -1
  102. package/app/.next-cli-build/server/app/api/providers/circuit-breakers/[name]/reset/route.js +1 -1
  103. package/app/.next-cli-build/server/app/api/providers/client/route.js +1 -1
  104. package/app/.next-cli-build/server/app/api/providers/route.js +1 -1
  105. package/app/.next-cli-build/server/app/api/providers/validate/route.js +1 -1
  106. package/app/.next-cli-build/server/app/api/proxy-pools/[id]/fitness/clear/route.js +1 -1
  107. package/app/.next-cli-build/server/app/api/proxy-pools/[id]/route.js +1 -1
  108. package/app/.next-cli-build/server/app/api/proxy-pools/[id]/test/route.js +1 -1
  109. package/app/.next-cli-build/server/app/api/proxy-pools/cloudflare-deploy/route.js +2 -2
  110. package/app/.next-cli-build/server/app/api/proxy-pools/deno-deploy/route.js +1 -1
  111. package/app/.next-cli-build/server/app/api/proxy-pools/fitness/clear-all/route.js +1 -1
  112. package/app/.next-cli-build/server/app/api/proxy-pools/fitness/route.js +1 -1
  113. package/app/.next-cli-build/server/app/api/proxy-pools/route.js +1 -1
  114. package/app/.next-cli-build/server/app/api/proxy-pools/vercel-deploy/route.js +1 -1
  115. package/app/.next-cli-build/server/app/api/pxpipe/start/route.js +1 -1
  116. package/app/.next-cli-build/server/app/api/pxpipe/status/route.js +1 -1
  117. package/app/.next-cli-build/server/app/api/settings/database/route.js +1 -1
  118. package/app/.next-cli-build/server/app/api/settings/require-login/route.js +1 -1
  119. package/app/.next-cli-build/server/app/api/settings/route.js +1 -1
  120. package/app/.next-cli-build/server/app/api/translator/send/route.js +1 -1
  121. package/app/.next-cli-build/server/app/api/translator/translate/route.js +1 -1
  122. package/app/.next-cli-build/server/app/api/tunnel/tailscale-install/route.js +3 -3
  123. package/app/.next-cli-build/server/app/api/usage/providers/route.js +1 -1
  124. package/app/.next-cli-build/server/app/api/v1/search/route.js +1 -1
  125. package/app/.next-cli-build/server/app/api/version/route.js +1 -1
  126. package/app/.next-cli-build/server/app/callback/page_client-reference-manifest.js +1 -1
  127. package/app/.next-cli-build/server/app/callback.html +1 -1
  128. package/app/.next-cli-build/server/app/callback.rsc +4 -4
  129. package/app/.next-cli-build/server/app/callback.segments/_full.segment.rsc +4 -4
  130. package/app/.next-cli-build/server/app/callback.segments/_head.segment.rsc +1 -1
  131. package/app/.next-cli-build/server/app/callback.segments/_index.segment.rsc +4 -4
  132. package/app/.next-cli-build/server/app/callback.segments/_tree.segment.rsc +2 -2
  133. package/app/.next-cli-build/server/app/callback.segments/callback/__PAGE__.segment.rsc +1 -1
  134. package/app/.next-cli-build/server/app/callback.segments/callback.segment.rsc +1 -1
  135. package/app/.next-cli-build/server/app/dashboard/basic-chat.html +1 -1
  136. package/app/.next-cli-build/server/app/dashboard/basic-chat.rsc +6 -6
  137. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat/__PAGE__.segment.rsc +2 -2
  138. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat.segment.rsc +1 -1
  139. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  140. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  141. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_full.segment.rsc +6 -6
  142. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_head.segment.rsc +1 -1
  143. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_index.segment.rsc +4 -4
  144. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +2 -2
  145. package/app/.next-cli-build/server/app/dashboard/cli-tools.html +1 -1
  146. package/app/.next-cli-build/server/app/dashboard/cli-tools.rsc +6 -6
  147. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +2 -2
  148. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +1 -1
  149. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  150. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  151. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_full.segment.rsc +6 -6
  152. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_head.segment.rsc +1 -1
  153. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_index.segment.rsc +4 -4
  154. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +2 -2
  155. package/app/.next-cli-build/server/app/dashboard/combos.html +1 -1
  156. package/app/.next-cli-build/server/app/dashboard/combos.rsc +6 -6
  157. package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +2 -2
  158. package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +1 -1
  159. package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  160. package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  161. package/app/.next-cli-build/server/app/dashboard/combos.segments/_full.segment.rsc +6 -6
  162. package/app/.next-cli-build/server/app/dashboard/combos.segments/_head.segment.rsc +1 -1
  163. package/app/.next-cli-build/server/app/dashboard/combos.segments/_index.segment.rsc +4 -4
  164. package/app/.next-cli-build/server/app/dashboard/combos.segments/_tree.segment.rsc +2 -2
  165. package/app/.next-cli-build/server/app/dashboard/endpoint.html +1 -1
  166. package/app/.next-cli-build/server/app/dashboard/endpoint.rsc +6 -6
  167. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +2 -2
  168. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +1 -1
  169. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  170. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  171. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_full.segment.rsc +6 -6
  172. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_head.segment.rsc +1 -1
  173. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_index.segment.rsc +4 -4
  174. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_tree.segment.rsc +2 -2
  175. package/app/.next-cli-build/server/app/dashboard/media-providers/web.html +1 -1
  176. package/app/.next-cli-build/server/app/dashboard/media-providers/web.rsc +7 -7
  177. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web/__PAGE__.segment.rsc +2 -2
  178. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web.segment.rsc +1 -1
  179. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers.segment.rsc +1 -1
  180. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  181. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  182. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_full.segment.rsc +7 -7
  183. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_head.segment.rsc +1 -1
  184. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_index.segment.rsc +4 -4
  185. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_tree.segment.rsc +2 -2
  186. package/app/.next-cli-build/server/app/dashboard/mitm.html +1 -1
  187. package/app/.next-cli-build/server/app/dashboard/mitm.rsc +6 -6
  188. package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm/__PAGE__.segment.rsc +2 -2
  189. package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm.segment.rsc +1 -1
  190. package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  191. package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  192. package/app/.next-cli-build/server/app/dashboard/mitm.segments/_full.segment.rsc +6 -6
  193. package/app/.next-cli-build/server/app/dashboard/mitm.segments/_head.segment.rsc +1 -1
  194. package/app/.next-cli-build/server/app/dashboard/mitm.segments/_index.segment.rsc +4 -4
  195. package/app/.next-cli-build/server/app/dashboard/mitm.segments/_tree.segment.rsc +2 -2
  196. package/app/.next-cli-build/server/app/dashboard/profile.html +1 -1
  197. package/app/.next-cli-build/server/app/dashboard/profile.rsc +6 -6
  198. package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +2 -2
  199. package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +1 -1
  200. package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  201. package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  202. package/app/.next-cli-build/server/app/dashboard/profile.segments/_full.segment.rsc +6 -6
  203. package/app/.next-cli-build/server/app/dashboard/profile.segments/_head.segment.rsc +1 -1
  204. package/app/.next-cli-build/server/app/dashboard/profile.segments/_index.segment.rsc +4 -4
  205. package/app/.next-cli-build/server/app/dashboard/profile.segments/_tree.segment.rsc +2 -2
  206. package/app/.next-cli-build/server/app/dashboard/providers/new.html +1 -1
  207. package/app/.next-cli-build/server/app/dashboard/providers/new.rsc +7 -7
  208. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +2 -2
  209. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +1 -1
  210. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  211. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  212. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  213. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_full.segment.rsc +7 -7
  214. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_head.segment.rsc +1 -1
  215. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_index.segment.rsc +4 -4
  216. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_tree.segment.rsc +2 -2
  217. package/app/.next-cli-build/server/app/dashboard/providers.html +1 -1
  218. package/app/.next-cli-build/server/app/dashboard/providers.rsc +6 -6
  219. package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +2 -2
  220. package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  221. package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  222. package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  223. package/app/.next-cli-build/server/app/dashboard/providers.segments/_full.segment.rsc +6 -6
  224. package/app/.next-cli-build/server/app/dashboard/providers.segments/_head.segment.rsc +1 -1
  225. package/app/.next-cli-build/server/app/dashboard/providers.segments/_index.segment.rsc +4 -4
  226. package/app/.next-cli-build/server/app/dashboard/providers.segments/_tree.segment.rsc +2 -2
  227. package/app/.next-cli-build/server/app/dashboard/proxy-fitness.html +1 -1
  228. package/app/.next-cli-build/server/app/dashboard/proxy-fitness.rsc +6 -6
  229. package/app/.next-cli-build/server/app/dashboard/proxy-fitness.segments/!KGRhc2hib2FyZCk/dashboard/proxy-fitness/__PAGE__.segment.rsc +2 -2
  230. package/app/.next-cli-build/server/app/dashboard/proxy-fitness.segments/!KGRhc2hib2FyZCk/dashboard/proxy-fitness.segment.rsc +1 -1
  231. package/app/.next-cli-build/server/app/dashboard/proxy-fitness.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  232. package/app/.next-cli-build/server/app/dashboard/proxy-fitness.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  233. package/app/.next-cli-build/server/app/dashboard/proxy-fitness.segments/_full.segment.rsc +6 -6
  234. package/app/.next-cli-build/server/app/dashboard/proxy-fitness.segments/_head.segment.rsc +1 -1
  235. package/app/.next-cli-build/server/app/dashboard/proxy-fitness.segments/_index.segment.rsc +4 -4
  236. package/app/.next-cli-build/server/app/dashboard/proxy-fitness.segments/_tree.segment.rsc +2 -2
  237. package/app/.next-cli-build/server/app/dashboard/proxy-pools.html +1 -1
  238. package/app/.next-cli-build/server/app/dashboard/proxy-pools.rsc +6 -6
  239. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools/__PAGE__.segment.rsc +2 -2
  240. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools.segment.rsc +1 -1
  241. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  242. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  243. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_full.segment.rsc +6 -6
  244. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_head.segment.rsc +1 -1
  245. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_index.segment.rsc +4 -4
  246. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +2 -2
  247. package/app/.next-cli-build/server/app/dashboard/pxpipe.html +1 -1
  248. package/app/.next-cli-build/server/app/dashboard/pxpipe.rsc +6 -6
  249. package/app/.next-cli-build/server/app/dashboard/pxpipe.segments/!KGRhc2hib2FyZCk/dashboard/pxpipe/__PAGE__.segment.rsc +2 -2
  250. package/app/.next-cli-build/server/app/dashboard/pxpipe.segments/!KGRhc2hib2FyZCk/dashboard/pxpipe.segment.rsc +1 -1
  251. package/app/.next-cli-build/server/app/dashboard/pxpipe.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  252. package/app/.next-cli-build/server/app/dashboard/pxpipe.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  253. package/app/.next-cli-build/server/app/dashboard/pxpipe.segments/_full.segment.rsc +6 -6
  254. package/app/.next-cli-build/server/app/dashboard/pxpipe.segments/_head.segment.rsc +1 -1
  255. package/app/.next-cli-build/server/app/dashboard/pxpipe.segments/_index.segment.rsc +4 -4
  256. package/app/.next-cli-build/server/app/dashboard/pxpipe.segments/_tree.segment.rsc +2 -2
  257. package/app/.next-cli-build/server/app/dashboard/quota.html +2 -2
  258. package/app/.next-cli-build/server/app/dashboard/quota.rsc +7 -7
  259. package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota/__PAGE__.segment.rsc +3 -3
  260. package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota.segment.rsc +1 -1
  261. package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  262. package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  263. package/app/.next-cli-build/server/app/dashboard/quota.segments/_full.segment.rsc +7 -7
  264. package/app/.next-cli-build/server/app/dashboard/quota.segments/_head.segment.rsc +1 -1
  265. package/app/.next-cli-build/server/app/dashboard/quota.segments/_index.segment.rsc +4 -4
  266. package/app/.next-cli-build/server/app/dashboard/quota.segments/_tree.segment.rsc +2 -2
  267. package/app/.next-cli-build/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
  268. package/app/.next-cli-build/server/app/dashboard/settings/pricing.html +1 -1
  269. package/app/.next-cli-build/server/app/dashboard/settings/pricing.rsc +4 -4
  270. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +4 -4
  271. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
  272. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +4 -4
  273. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +2 -2
  274. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +1 -1
  275. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +1 -1
  276. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +1 -1
  277. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +1 -1
  278. package/app/.next-cli-build/server/app/dashboard/skills.html +1 -1
  279. package/app/.next-cli-build/server/app/dashboard/skills.rsc +6 -6
  280. package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills/__PAGE__.segment.rsc +2 -2
  281. package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills.segment.rsc +1 -1
  282. package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  283. package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  284. package/app/.next-cli-build/server/app/dashboard/skills.segments/_full.segment.rsc +6 -6
  285. package/app/.next-cli-build/server/app/dashboard/skills.segments/_head.segment.rsc +1 -1
  286. package/app/.next-cli-build/server/app/dashboard/skills.segments/_index.segment.rsc +4 -4
  287. package/app/.next-cli-build/server/app/dashboard/skills.segments/_tree.segment.rsc +2 -2
  288. package/app/.next-cli-build/server/app/dashboard/token-saver.html +1 -1
  289. package/app/.next-cli-build/server/app/dashboard/token-saver.rsc +6 -6
  290. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk/dashboard/token-saver/__PAGE__.segment.rsc +2 -2
  291. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk/dashboard/token-saver.segment.rsc +1 -1
  292. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  293. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  294. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_full.segment.rsc +6 -6
  295. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_head.segment.rsc +1 -1
  296. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_index.segment.rsc +4 -4
  297. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_tree.segment.rsc +2 -2
  298. package/app/.next-cli-build/server/app/dashboard/translator.html +1 -1
  299. package/app/.next-cli-build/server/app/dashboard/translator.rsc +6 -6
  300. package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +2 -2
  301. package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +1 -1
  302. package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  303. package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  304. package/app/.next-cli-build/server/app/dashboard/translator.segments/_full.segment.rsc +6 -6
  305. package/app/.next-cli-build/server/app/dashboard/translator.segments/_head.segment.rsc +1 -1
  306. package/app/.next-cli-build/server/app/dashboard/translator.segments/_index.segment.rsc +4 -4
  307. package/app/.next-cli-build/server/app/dashboard/translator.segments/_tree.segment.rsc +2 -2
  308. package/app/.next-cli-build/server/app/dashboard/usage.html +1 -1
  309. package/app/.next-cli-build/server/app/dashboard/usage.rsc +6 -6
  310. package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +2 -2
  311. package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +1 -1
  312. package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  313. package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  314. package/app/.next-cli-build/server/app/dashboard/usage.segments/_full.segment.rsc +6 -6
  315. package/app/.next-cli-build/server/app/dashboard/usage.segments/_head.segment.rsc +1 -1
  316. package/app/.next-cli-build/server/app/dashboard/usage.segments/_index.segment.rsc +4 -4
  317. package/app/.next-cli-build/server/app/dashboard/usage.segments/_tree.segment.rsc +2 -2
  318. package/app/.next-cli-build/server/app/dashboard.html +1 -1
  319. package/app/.next-cli-build/server/app/dashboard.rsc +6 -6
  320. package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +2 -2
  321. package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  322. package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  323. package/app/.next-cli-build/server/app/dashboard.segments/_full.segment.rsc +6 -6
  324. package/app/.next-cli-build/server/app/dashboard.segments/_head.segment.rsc +1 -1
  325. package/app/.next-cli-build/server/app/dashboard.segments/_index.segment.rsc +4 -4
  326. package/app/.next-cli-build/server/app/dashboard.segments/_tree.segment.rsc +2 -2
  327. package/app/.next-cli-build/server/app/landing/page_client-reference-manifest.js +1 -1
  328. package/app/.next-cli-build/server/app/landing.html +1 -1
  329. package/app/.next-cli-build/server/app/landing.rsc +4 -4
  330. package/app/.next-cli-build/server/app/landing.segments/_full.segment.rsc +4 -4
  331. package/app/.next-cli-build/server/app/landing.segments/_head.segment.rsc +1 -1
  332. package/app/.next-cli-build/server/app/landing.segments/_index.segment.rsc +4 -4
  333. package/app/.next-cli-build/server/app/landing.segments/_tree.segment.rsc +2 -2
  334. package/app/.next-cli-build/server/app/landing.segments/landing/__PAGE__.segment.rsc +1 -1
  335. package/app/.next-cli-build/server/app/landing.segments/landing.segment.rsc +1 -1
  336. package/app/.next-cli-build/server/app/login/page_client-reference-manifest.js +1 -1
  337. package/app/.next-cli-build/server/app/login.html +1 -1
  338. package/app/.next-cli-build/server/app/login.rsc +5 -5
  339. package/app/.next-cli-build/server/app/login.segments/_full.segment.rsc +5 -5
  340. package/app/.next-cli-build/server/app/login.segments/_head.segment.rsc +1 -1
  341. package/app/.next-cli-build/server/app/login.segments/_index.segment.rsc +4 -4
  342. package/app/.next-cli-build/server/app/login.segments/_tree.segment.rsc +2 -2
  343. package/app/.next-cli-build/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
  344. package/app/.next-cli-build/server/app/login.segments/login.segment.rsc +1 -1
  345. package/app/.next-cli-build/server/app/masuk/page_client-reference-manifest.js +1 -1
  346. package/app/.next-cli-build/server/app-paths-manifest.json +12 -12
  347. package/app/.next-cli-build/server/chunks/1632.js +1 -1
  348. package/app/.next-cli-build/server/chunks/1685.js +1 -1
  349. package/app/.next-cli-build/server/chunks/2764.js +1 -1
  350. package/app/.next-cli-build/server/chunks/3539.js +1 -1
  351. package/app/.next-cli-build/server/chunks/3736.js +1 -1
  352. package/app/.next-cli-build/server/chunks/4121.js +1 -1
  353. package/app/.next-cli-build/server/chunks/4502.js +1 -1
  354. package/app/.next-cli-build/server/chunks/5006.js +1 -1
  355. package/app/.next-cli-build/server/chunks/5050.js +1 -1
  356. package/app/.next-cli-build/server/chunks/5302.js +1 -1
  357. package/app/.next-cli-build/server/chunks/5598.js +1 -1
  358. package/app/.next-cli-build/server/chunks/7104.js +1 -1
  359. package/app/.next-cli-build/server/chunks/912.js +1 -1
  360. package/app/.next-cli-build/server/chunks/9984.js +1 -1
  361. package/app/.next-cli-build/server/middleware-build-manifest.js +1 -1
  362. package/app/.next-cli-build/server/pages/404.html +1 -1
  363. package/app/.next-cli-build/server/pages/500.html +1 -1
  364. package/app/.next-cli-build/server/server-reference-manifest.js +1 -1
  365. package/app/.next-cli-build/server/server-reference-manifest.json +1 -1
  366. package/app/.next-cli-build/static/chunks/2940-899464f376c46f16.js +1 -0
  367. package/app/.next-cli-build/static/chunks/4385-cca3f0c19cb3f03c.js +1 -0
  368. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/[id]/{page-775d2e9133c07844.js → page-3123087972ae5478.js} +15 -11
  369. package/app/.next-cli-build/static/css/b7d03ec1b3b11f5b.css +1 -0
  370. package/app/package.json +1 -1
  371. package/app/public/i18n/literals/ar.json +196 -195
  372. package/app/public/i18n/literals/cs.json +196 -195
  373. package/app/public/i18n/literals/da.json +196 -195
  374. package/app/public/i18n/literals/de.json +196 -195
  375. package/app/public/i18n/literals/el.json +196 -195
  376. package/app/public/i18n/literals/es.json +196 -195
  377. package/app/public/i18n/literals/fa.json +2 -1
  378. package/app/public/i18n/literals/fi.json +196 -195
  379. package/app/public/i18n/literals/fr.json +196 -195
  380. package/app/public/i18n/literals/he.json +196 -195
  381. package/app/public/i18n/literals/hi.json +196 -195
  382. package/app/public/i18n/literals/hu.json +196 -195
  383. package/app/public/i18n/literals/id.json +196 -195
  384. package/app/public/i18n/literals/it.json +196 -195
  385. package/app/public/i18n/literals/ja.json +196 -195
  386. package/app/public/i18n/literals/ko.json +196 -195
  387. package/app/public/i18n/literals/nl.json +196 -195
  388. package/app/public/i18n/literals/no.json +196 -195
  389. package/app/public/i18n/literals/pl.json +196 -195
  390. package/app/public/i18n/literals/pt-BR.json +196 -195
  391. package/app/public/i18n/literals/pt-PT.json +196 -195
  392. package/app/public/i18n/literals/ro.json +196 -195
  393. package/app/public/i18n/literals/ru.json +196 -195
  394. package/app/public/i18n/literals/sv.json +196 -195
  395. package/app/public/i18n/literals/th.json +3 -2
  396. package/app/public/i18n/literals/tr.json +196 -195
  397. package/app/public/i18n/literals/uk.json +196 -195
  398. package/app/public/i18n/literals/vi.json +196 -195
  399. package/app/public/i18n/literals/zh-CN.json +2 -1
  400. package/app/public/i18n/literals/zh-TW.json +196 -195
  401. package/package.json +1 -1
  402. package/app/.next-cli-build/static/chunks/2940-f9ef37d2c1ee1858.js +0 -1
  403. package/app/.next-cli-build/static/chunks/4385-eb2201df8b7f00f5.js +0 -1
  404. package/app/.next-cli-build/static/css/f2afce53f9efcbe5.css +0 -1
  405. /package/app/.next-cli-build/static/{4rgIuL9LKHqO5T-ereNHl → t-nJriBcxTmBFbqkpO69V}/_buildManifest.js +0 -0
  406. /package/app/.next-cli-build/static/{4rgIuL9LKHqO5T-ereNHl → t-nJriBcxTmBFbqkpO69V}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- 4rgIuL9LKHqO5T-ereNHl
1
+ t-nJriBcxTmBFbqkpO69V
@@ -107,13 +107,13 @@
107
107
  "/manifest.webmanifest/route": "/manifest.webmanifest",
108
108
  "/api/combos/route": "/api/combos",
109
109
  "/api/headroom/extras/route": "/api/headroom/extras",
110
- "/api/headroom/restart/route": "/api/headroom/restart",
111
110
  "/api/headroom/proxy/[...path]/route": "/api/headroom/proxy/[...path]",
111
+ "/api/headroom/restart/route": "/api/headroom/restart",
112
112
  "/api/headroom/start/route": "/api/headroom/start",
113
- "/api/headroom/stop/route": "/api/headroom/stop",
114
113
  "/api/headroom/status/route": "/api/headroom/status",
115
- "/api/mcp/[plugin]/message/route": "/api/mcp/[plugin]/message",
114
+ "/api/headroom/stop/route": "/api/headroom/stop",
116
115
  "/api/keys/route": "/api/keys",
116
+ "/api/mcp/[plugin]/message/route": "/api/mcp/[plugin]/message",
117
117
  "/api/mcp/[plugin]/sse/route": "/api/mcp/[plugin]/sse",
118
118
  "/api/models/alias/route": "/api/models/alias",
119
119
  "/api/models/custom/route": "/api/models/custom",
@@ -126,39 +126,39 @@
126
126
  "/api/provider-nodes/validate/route": "/api/provider-nodes/validate",
127
127
  "/api/providers/[id]/gcp-projects/route": "/api/providers/[id]/gcp-projects",
128
128
  "/api/providers/[id]/route": "/api/providers/[id]",
129
- "/api/providers/circuit-breakers/[name]/reset/route": "/api/providers/circuit-breakers/[name]/reset",
130
129
  "/api/providers/circuit-breakers/route": "/api/providers/circuit-breakers",
131
- "/api/providers/[id]/models/route": "/api/providers/[id]/models",
130
+ "/api/providers/circuit-breakers/[name]/reset/route": "/api/providers/circuit-breakers/[name]/reset",
132
131
  "/api/providers/client/route": "/api/providers/client",
133
132
  "/api/providers/suggested-models/route": "/api/providers/suggested-models",
134
- "/api/proxy-pools/[id]/fitness/clear/route": "/api/proxy-pools/[id]/fitness/clear",
135
133
  "/api/providers/route": "/api/providers",
134
+ "/api/proxy-pools/[id]/fitness/clear/route": "/api/proxy-pools/[id]/fitness/clear",
135
+ "/api/providers/[id]/models/route": "/api/providers/[id]/models",
136
136
  "/api/proxy-pools/[id]/test/route": "/api/proxy-pools/[id]/test",
137
137
  "/api/proxy-pools/[id]/route": "/api/proxy-pools/[id]",
138
138
  "/api/proxy-pools/fitness/clear-all/route": "/api/proxy-pools/fitness/clear-all",
139
- "/api/proxy-pools/fitness/route": "/api/proxy-pools/fitness",
140
139
  "/api/proxy-pools/cloudflare-deploy/route": "/api/proxy-pools/cloudflare-deploy",
140
+ "/api/proxy-pools/fitness/route": "/api/proxy-pools/fitness",
141
141
  "/api/proxy-pools/deno-deploy/route": "/api/proxy-pools/deno-deploy",
142
142
  "/api/pxpipe/health/route": "/api/pxpipe/health",
143
- "/api/proxy-pools/route": "/api/proxy-pools",
144
143
  "/api/pxpipe/install/route": "/api/pxpipe/install",
144
+ "/api/proxy-pools/route": "/api/proxy-pools",
145
145
  "/api/pxpipe/logs/route": "/api/pxpipe/logs",
146
+ "/api/proxy-pools/vercel-deploy/route": "/api/proxy-pools/vercel-deploy",
146
147
  "/api/pxpipe/restart/route": "/api/pxpipe/restart",
147
- "/api/pxpipe/stats/route": "/api/pxpipe/stats",
148
148
  "/api/pxpipe/start/route": "/api/pxpipe/start",
149
+ "/api/pxpipe/stats/route": "/api/pxpipe/stats",
149
150
  "/api/pxpipe/status/route": "/api/pxpipe/status",
150
151
  "/api/pxpipe/stop/route": "/api/pxpipe/stop",
151
152
  "/api/settings/proxy-test/route": "/api/settings/proxy-test",
152
153
  "/api/settings/database/route": "/api/settings/database",
153
- "/api/proxy-pools/vercel-deploy/route": "/api/proxy-pools/vercel-deploy",
154
154
  "/api/translator/console-logs/stream/route": "/api/translator/console-logs/stream",
155
155
  "/api/settings/route": "/api/settings",
156
156
  "/api/usage/stats/route": "/api/usage/stats",
157
157
  "/api/usage/[connectionId]/route": "/api/usage/[connectionId]",
158
158
  "/api/v1/audio/transcriptions/route": "/api/v1/audio/transcriptions",
159
+ "/api/usage/stream/route": "/api/usage/stream",
159
160
  "/api/usage/[connectionId]/codex-reset-credits/route": "/api/usage/[connectionId]/codex-reset-credits",
160
161
  "/api/version/shutdown/route": "/api/version/shutdown",
161
- "/api/usage/stream/route": "/api/usage/stream",
162
162
  "/api/v1beta/models/[...path]/route": "/api/v1beta/models/[...path]",
163
163
  "/callback/page": "/callback",
164
164
  "/dashboard/settings/pricing/page": "/dashboard/settings/pricing",
@@ -186,7 +186,7 @@
186
186
  "/(dashboard)/dashboard/console-log/page": "/dashboard/console-log",
187
187
  "/(dashboard)/dashboard/proxy-fitness/page": "/dashboard/proxy-fitness",
188
188
  "/(dashboard)/dashboard/providers/page": "/dashboard/providers",
189
- "/(dashboard)/dashboard/profile/page": "/dashboard/profile",
190
189
  "/(dashboard)/dashboard/providers/[id]/page": "/dashboard/providers/[id]",
190
+ "/(dashboard)/dashboard/profile/page": "/dashboard/profile",
191
191
  "/(dashboard)/dashboard/proxy-pools/page": "/dashboard/proxy-pools"
192
192
  }
@@ -4,8 +4,8 @@
4
4
  ],
5
5
  "devFiles": [],
6
6
  "lowPriorityFiles": [
7
- "static/4rgIuL9LKHqO5T-ereNHl/_buildManifest.js",
8
- "static/4rgIuL9LKHqO5T-ereNHl/_ssgManifest.js"
7
+ "static/t-nJriBcxTmBFbqkpO69V/_buildManifest.js",
8
+ "static/t-nJriBcxTmBFbqkpO69V/_ssgManifest.js"
9
9
  ],
10
10
  "rootMainFiles": [
11
11
  "static/chunks/webpack-6535fa1f2bd12da8.js",
@@ -640,8 +640,8 @@
640
640
  "dynamicRoutes": {},
641
641
  "notFoundRoutes": [],
642
642
  "preview": {
643
- "previewModeId": "31c465d7839ffdfa3c0cf998c04f4838",
644
- "previewModeSigningKey": "eeb46fc009187df9a1268997b857c58aece23ab928912d05e6d3b042f92c34a5",
645
- "previewModeEncryptionKey": "c106aedd8f829bec7fc294760d78e5e21668c6e92fa4de89a93e75e0ecc5f30e"
643
+ "previewModeId": "d1152136cc8854d9d800f7e0fcd84ade",
644
+ "previewModeSigningKey": "3ae8696c1dd916b823d20e07989ac5cd2e08f954e0f258c9f3075331291c46f6",
645
+ "previewModeEncryptionKey": "ac920c10b4e9e085f9824a4517317972857f721d1386da9854c8de762b9e1afa"
646
646
  }
647
647
  }
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/basic-chat/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"6":{"*":{"id":"75018","name":"*","chunks":[],"async":false}},"4101":{"*":{"id":"93493","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"53209","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"7253","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"9413","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"88502","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"41888","name":"*","chunks":[],"async":false}},"8537":{"*":{"id":"1754","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"75748","name":"*","chunks":[],"async":false}},"21422":{"*":{"id":"68862","name":"*","chunks":[],"async":false}},"21609":{"*":{"id":"94077","name":"*","chunks":[],"async":false}},"21700":{"*":{"id":"73062","name":"*","chunks":[],"async":false}},"27068":{"*":{"id":"8828","name":"*","chunks":[],"async":false}},"30819":{"*":{"id":"41117","name":"*","chunks":[],"async":false}},"32158":{"*":{"id":"11494","name":"*","chunks":[],"async":false}},"34356":{"*":{"id":"65854","name":"*","chunks":[],"async":false}},"34373":{"*":{"id":"1539","name":"*","chunks":[],"async":false}},"46378":{"*":{"id":"74391","name":"*","chunks":[],"async":false}},"47056":{"*":{"id":"32698","name":"*","chunks":[],"async":false}},"47560":{"*":{"id":"49865","name":"*","chunks":[],"async":false}},"48504":{"*":{"id":"68077","name":"*","chunks":[],"async":false}},"52473":{"*":{"id":"5347","name":"*","chunks":[],"async":false}},"54556":{"*":{"id":"13572","name":"*","chunks":[],"async":false}},"55337":{"*":{"id":"58325","name":"*","chunks":[],"async":false}},"55971":{"*":{"id":"42295","name":"*","chunks":[],"async":false}},"64274":{"*":{"id":"59698","name":"*","chunks":[],"async":false}},"64347":{"*":{"id":"34469","name":"*","chunks":[],"async":false}},"65592":{"*":{"id":"98240","name":"*","chunks":[],"async":false}},"66447":{"*":{"id":"7011","name":"*","chunks":[],"async":false}},"67217":{"*":{"id":"5997","name":"*","chunks":[],"async":false}},"69947":{"*":{"id":"45961","name":"*","chunks":[],"async":false}},"70355":{"*":{"id":"9823","name":"*","chunks":[],"async":false}},"70665":{"*":{"id":"73962","name":"*","chunks":[],"async":false}},"76595":{"*":{"id":"63478","name":"*","chunks":[],"async":false}},"78199":{"*":{"id":"34259","name":"*","chunks":[],"async":false}},"79153":{"*":{"id":"53185","name":"*","chunks":[],"async":false}},"82514":{"*":{"id":"63780","name":"*","chunks":[],"async":false}},"83035":{"*":{"id":"2881","name":"*","chunks":[],"async":false}},"83390":{"*":{"id":"21428","name":"*","chunks":[],"async":false}},"86329":{"*":{"id":"20321","name":"*","chunks":[],"async":false}},"87250":{"*":{"id":"79854","name":"*","chunks":[],"async":false}},"92940":{"*":{"id":"43736","name":"*","chunks":[],"async":false}},"99590":{"*":{"id":"28222","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":86329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":86329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":65592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":65592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":55337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":55337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":54556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":54556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":47100,"name":"*","chunks":["4385","static/chunks/4385-eb2201df8b7f00f5.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/material-symbols-subset.css":{"id":48173,"name":"*","chunks":["4385","static/chunks/4385-eb2201df8b7f00f5.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/globals.css":{"id":76595,"name":"*","chunks":["4385","static/chunks/4385-eb2201df8b7f00f5.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/i18n/RuntimeI18nProvider.js":{"id":21609,"name":"*","chunks":["4385","static/chunks/4385-eb2201df8b7f00f5.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/ThemeProvider.js":{"id":21700,"name":"*","chunks":["4385","static/chunks/4385-eb2201df8b7f00f5.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/error.js":{"id":47560,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","8039","static/chunks/app/error-448508d1660219d3.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/global-error.js":{"id":66447,"name":"*","chunks":["4219","static/chunks/app/global-error-b21b57ce0646e95b.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/callback/page.js":{"id":83390,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/dashboard/settings/pricing/page.js":{"id":67217,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/landing/page.js":{"id":83035,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/login/page.js":{"id":64274,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/masuk/MasukClient.js":{"id":34373,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/index.js":{"id":92940,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","2318","static/chunks/2318-288d3ff89298deb7.js","4385","static/chunks/4385-eb2201df8b7f00f5.js","2940","static/chunks/2940-f9ef37d2c1ee1858.js","9305","static/chunks/app/(dashboard)/layout-8f58062b0584c945.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error.js":{"id":69947,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","4151","static/chunks/app/(dashboard)/error-7f58373ad4f6ad80.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/basic-chat/BasicChatPageClient.js":{"id":21422,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","2318","static/chunks/2318-288d3ff89298deb7.js","4385","static/chunks/4385-eb2201df8b7f00f5.js","2940","static/chunks/2940-f9ef37d2c1ee1858.js","4465","static/chunks/app/(dashboard)/dashboard/basic-chat/page-8d2cf057877e520c.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/[toolId]/ToolDetailClient.js":{"id":30819,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":99590,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/combos/page.js":{"id":8537,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":46378,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","2318","static/chunks/2318-288d3ff89298deb7.js","4385","static/chunks/4385-eb2201df8b7f00f5.js","2940","static/chunks/2940-f9ef37d2c1ee1858.js","9131","static/chunks/9131-4cf620c77c678902.js","6337","static/chunks/app/(dashboard)/dashboard/page-694ccd630a55547c.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js":{"id":64347,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/MediaKindClient.js":{"id":87250,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js":{"id":6312,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/web/page.js":{"id":32158,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/mitm/MitmPageClient.js":{"id":52473,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":6029,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/pxpipe/PxpipeClient.js":{"id":34356,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/index.js":{"id":70665,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/Loading.js":{"id":47056,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/skills/page.js":{"id":6119,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/token-saver/TokenSaverClient.js":{"id":27068,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/translator/page.js":{"id":82514,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/page.js":{"id":79153,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/console-log/ConsoleLogClient.js":{"id":78199,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/proxy-fitness/page.js":{"id":70355,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/page.js":{"id":48504,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/profile/page.js":{"id":55971,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":6,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/proxy-pools/page.js":{"id":4101,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/VansRouter/VansRouter/src/":[],"/home/runner/work/VansRouter/VansRouter/src/app/layout":[{"inlined":false,"path":"static/css/e8723a4485b3f4ec.css"},{"inlined":false,"path":"static/css/f2afce53f9efcbe5.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/global-error":[{"inlined":false,"path":"static/css/f2afce53f9efcbe5.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/layout":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/page":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/basic-chat/page":[]},"rscModuleMapping":{"6":{"*":{"id":"63240","name":"*","chunks":[],"async":false}},"4101":{"*":{"id":"16776","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"29835","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"22471","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"21798","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"83588","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"2298","name":"*","chunks":[],"async":false}},"8537":{"*":{"id":"18737","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"13598","name":"*","chunks":[],"async":false}},"21422":{"*":{"id":"20904","name":"*","chunks":[],"async":false}},"21609":{"*":{"id":"31159","name":"*","chunks":[],"async":false}},"21700":{"*":{"id":"84112","name":"*","chunks":[],"async":false}},"27068":{"*":{"id":"33731","name":"*","chunks":[],"async":false}},"30819":{"*":{"id":"87607","name":"*","chunks":[],"async":false}},"32158":{"*":{"id":"48904","name":"*","chunks":[],"async":false}},"34356":{"*":{"id":"79432","name":"*","chunks":[],"async":false}},"34373":{"*":{"id":"66325","name":"*","chunks":[],"async":false}},"46378":{"*":{"id":"31441","name":"*","chunks":[],"async":false}},"47056":{"*":{"id":"6952","name":"*","chunks":[],"async":false}},"47560":{"*":{"id":"71503","name":"*","chunks":[],"async":false}},"48173":{"*":{"id":"57932","name":"*","chunks":[],"async":false}},"48504":{"*":{"id":"4348","name":"*","chunks":[],"async":false}},"52473":{"*":{"id":"64897","name":"*","chunks":[],"async":false}},"54556":{"*":{"id":"32766","name":"*","chunks":[],"async":false}},"55337":{"*":{"id":"50875","name":"*","chunks":[],"async":false}},"55971":{"*":{"id":"12373","name":"*","chunks":[],"async":false}},"64274":{"*":{"id":"56176","name":"*","chunks":[],"async":false}},"64347":{"*":{"id":"19366","name":"*","chunks":[],"async":false}},"65592":{"*":{"id":"10590","name":"*","chunks":[],"async":false}},"66447":{"*":{"id":"30145","name":"*","chunks":[],"async":false}},"67217":{"*":{"id":"60884","name":"*","chunks":[],"async":false}},"69947":{"*":{"id":"35411","name":"*","chunks":[],"async":false}},"70355":{"*":{"id":"27737","name":"*","chunks":[],"async":false}},"70665":{"*":{"id":"53929","name":"*","chunks":[],"async":false}},"76595":{"*":{"id":"430","name":"*","chunks":[],"async":false}},"78199":{"*":{"id":"76033","name":"*","chunks":[],"async":false}},"79153":{"*":{"id":"19631","name":"*","chunks":[],"async":false}},"82514":{"*":{"id":"19998","name":"*","chunks":[],"async":false}},"83035":{"*":{"id":"58410","name":"*","chunks":[],"async":false}},"83390":{"*":{"id":"80066","name":"*","chunks":[],"async":false}},"86329":{"*":{"id":"98823","name":"*","chunks":[],"async":false}},"87250":{"*":{"id":"38736","name":"*","chunks":[],"async":false}},"92940":{"*":{"id":"88844","name":"*","chunks":[],"async":false}},"99590":{"*":{"id":"17552","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/basic-chat/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"6":{"*":{"id":"75018","name":"*","chunks":[],"async":false}},"4101":{"*":{"id":"93493","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"53209","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"7253","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"9413","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"88502","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"41888","name":"*","chunks":[],"async":false}},"8537":{"*":{"id":"1754","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"75748","name":"*","chunks":[],"async":false}},"21422":{"*":{"id":"68862","name":"*","chunks":[],"async":false}},"21609":{"*":{"id":"94077","name":"*","chunks":[],"async":false}},"21700":{"*":{"id":"73062","name":"*","chunks":[],"async":false}},"27068":{"*":{"id":"8828","name":"*","chunks":[],"async":false}},"28721":{"*":{"id":"43256","name":"*","chunks":[],"async":false}},"30819":{"*":{"id":"41117","name":"*","chunks":[],"async":false}},"32158":{"*":{"id":"11494","name":"*","chunks":[],"async":false}},"34356":{"*":{"id":"65854","name":"*","chunks":[],"async":false}},"34373":{"*":{"id":"1539","name":"*","chunks":[],"async":false}},"46378":{"*":{"id":"74391","name":"*","chunks":[],"async":false}},"47056":{"*":{"id":"32698","name":"*","chunks":[],"async":false}},"47560":{"*":{"id":"49865","name":"*","chunks":[],"async":false}},"48504":{"*":{"id":"68077","name":"*","chunks":[],"async":false}},"52473":{"*":{"id":"5347","name":"*","chunks":[],"async":false}},"54556":{"*":{"id":"13572","name":"*","chunks":[],"async":false}},"55337":{"*":{"id":"58325","name":"*","chunks":[],"async":false}},"55971":{"*":{"id":"42295","name":"*","chunks":[],"async":false}},"64274":{"*":{"id":"59698","name":"*","chunks":[],"async":false}},"65592":{"*":{"id":"98240","name":"*","chunks":[],"async":false}},"66447":{"*":{"id":"7011","name":"*","chunks":[],"async":false}},"67217":{"*":{"id":"5997","name":"*","chunks":[],"async":false}},"69947":{"*":{"id":"45961","name":"*","chunks":[],"async":false}},"70355":{"*":{"id":"9823","name":"*","chunks":[],"async":false}},"70665":{"*":{"id":"73962","name":"*","chunks":[],"async":false}},"76595":{"*":{"id":"63478","name":"*","chunks":[],"async":false}},"78199":{"*":{"id":"34259","name":"*","chunks":[],"async":false}},"79153":{"*":{"id":"53185","name":"*","chunks":[],"async":false}},"82514":{"*":{"id":"63780","name":"*","chunks":[],"async":false}},"83035":{"*":{"id":"2881","name":"*","chunks":[],"async":false}},"83390":{"*":{"id":"21428","name":"*","chunks":[],"async":false}},"86329":{"*":{"id":"20321","name":"*","chunks":[],"async":false}},"87250":{"*":{"id":"79854","name":"*","chunks":[],"async":false}},"92940":{"*":{"id":"43736","name":"*","chunks":[],"async":false}},"99590":{"*":{"id":"28222","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":86329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":86329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":65592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":65592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":55337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":55337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":54556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":54556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":47100,"name":"*","chunks":["4385","static/chunks/4385-cca3f0c19cb3f03c.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/material-symbols-subset.css":{"id":48173,"name":"*","chunks":["4385","static/chunks/4385-cca3f0c19cb3f03c.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/globals.css":{"id":76595,"name":"*","chunks":["4385","static/chunks/4385-cca3f0c19cb3f03c.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/i18n/RuntimeI18nProvider.js":{"id":21609,"name":"*","chunks":["4385","static/chunks/4385-cca3f0c19cb3f03c.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/ThemeProvider.js":{"id":21700,"name":"*","chunks":["4385","static/chunks/4385-cca3f0c19cb3f03c.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/error.js":{"id":47560,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","8039","static/chunks/app/error-448508d1660219d3.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/global-error.js":{"id":66447,"name":"*","chunks":["4219","static/chunks/app/global-error-b21b57ce0646e95b.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/callback/page.js":{"id":83390,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/dashboard/settings/pricing/page.js":{"id":67217,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/landing/page.js":{"id":83035,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/login/page.js":{"id":64274,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/masuk/MasukClient.js":{"id":34373,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/index.js":{"id":92940,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","2318","static/chunks/2318-288d3ff89298deb7.js","4385","static/chunks/4385-cca3f0c19cb3f03c.js","2940","static/chunks/2940-899464f376c46f16.js","9305","static/chunks/app/(dashboard)/layout-8f58062b0584c945.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error.js":{"id":69947,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","4151","static/chunks/app/(dashboard)/error-7f58373ad4f6ad80.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/basic-chat/BasicChatPageClient.js":{"id":21422,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","2318","static/chunks/2318-288d3ff89298deb7.js","4385","static/chunks/4385-cca3f0c19cb3f03c.js","2940","static/chunks/2940-899464f376c46f16.js","4465","static/chunks/app/(dashboard)/dashboard/basic-chat/page-8d2cf057877e520c.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/[toolId]/ToolDetailClient.js":{"id":30819,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":99590,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/combos/page.js":{"id":8537,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":46378,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","2318","static/chunks/2318-288d3ff89298deb7.js","4385","static/chunks/4385-cca3f0c19cb3f03c.js","2940","static/chunks/2940-899464f376c46f16.js","9131","static/chunks/9131-4cf620c77c678902.js","6337","static/chunks/app/(dashboard)/dashboard/page-694ccd630a55547c.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js":{"id":28721,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/MediaKindClient.js":{"id":87250,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js":{"id":6312,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/web/page.js":{"id":32158,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/mitm/MitmPageClient.js":{"id":52473,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":6029,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/pxpipe/PxpipeClient.js":{"id":34356,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/index.js":{"id":70665,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/Loading.js":{"id":47056,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/skills/page.js":{"id":6119,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/token-saver/TokenSaverClient.js":{"id":27068,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/translator/page.js":{"id":82514,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/page.js":{"id":79153,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/console-log/ConsoleLogClient.js":{"id":78199,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/proxy-fitness/page.js":{"id":70355,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/page.js":{"id":48504,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":6,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/profile/page.js":{"id":55971,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/proxy-pools/page.js":{"id":4101,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/VansRouter/VansRouter/src/":[],"/home/runner/work/VansRouter/VansRouter/src/app/layout":[{"inlined":false,"path":"static/css/e8723a4485b3f4ec.css"},{"inlined":false,"path":"static/css/b7d03ec1b3b11f5b.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/global-error":[{"inlined":false,"path":"static/css/b7d03ec1b3b11f5b.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/layout":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/page":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/basic-chat/page":[]},"rscModuleMapping":{"6":{"*":{"id":"63240","name":"*","chunks":[],"async":false}},"4101":{"*":{"id":"16776","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"29835","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"22471","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"21798","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"83588","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"2298","name":"*","chunks":[],"async":false}},"8537":{"*":{"id":"18737","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"13598","name":"*","chunks":[],"async":false}},"21422":{"*":{"id":"20904","name":"*","chunks":[],"async":false}},"21609":{"*":{"id":"31159","name":"*","chunks":[],"async":false}},"21700":{"*":{"id":"84112","name":"*","chunks":[],"async":false}},"27068":{"*":{"id":"33731","name":"*","chunks":[],"async":false}},"28721":{"*":{"id":"19366","name":"*","chunks":[],"async":false}},"30819":{"*":{"id":"87607","name":"*","chunks":[],"async":false}},"32158":{"*":{"id":"48904","name":"*","chunks":[],"async":false}},"34356":{"*":{"id":"79432","name":"*","chunks":[],"async":false}},"34373":{"*":{"id":"66325","name":"*","chunks":[],"async":false}},"46378":{"*":{"id":"31441","name":"*","chunks":[],"async":false}},"47056":{"*":{"id":"6952","name":"*","chunks":[],"async":false}},"47560":{"*":{"id":"71503","name":"*","chunks":[],"async":false}},"48173":{"*":{"id":"57932","name":"*","chunks":[],"async":false}},"48504":{"*":{"id":"4348","name":"*","chunks":[],"async":false}},"52473":{"*":{"id":"64897","name":"*","chunks":[],"async":false}},"54556":{"*":{"id":"32766","name":"*","chunks":[],"async":false}},"55337":{"*":{"id":"50875","name":"*","chunks":[],"async":false}},"55971":{"*":{"id":"12373","name":"*","chunks":[],"async":false}},"64274":{"*":{"id":"56176","name":"*","chunks":[],"async":false}},"65592":{"*":{"id":"10590","name":"*","chunks":[],"async":false}},"66447":{"*":{"id":"30145","name":"*","chunks":[],"async":false}},"67217":{"*":{"id":"60884","name":"*","chunks":[],"async":false}},"69947":{"*":{"id":"35411","name":"*","chunks":[],"async":false}},"70355":{"*":{"id":"27737","name":"*","chunks":[],"async":false}},"70665":{"*":{"id":"53929","name":"*","chunks":[],"async":false}},"76595":{"*":{"id":"430","name":"*","chunks":[],"async":false}},"78199":{"*":{"id":"76033","name":"*","chunks":[],"async":false}},"79153":{"*":{"id":"19631","name":"*","chunks":[],"async":false}},"82514":{"*":{"id":"19998","name":"*","chunks":[],"async":false}},"83035":{"*":{"id":"58410","name":"*","chunks":[],"async":false}},"83390":{"*":{"id":"80066","name":"*","chunks":[],"async":false}},"86329":{"*":{"id":"98823","name":"*","chunks":[],"async":false}},"87250":{"*":{"id":"38736","name":"*","chunks":[],"async":false}},"92940":{"*":{"id":"88844","name":"*","chunks":[],"async":false}},"99590":{"*":{"id":"17552","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/cli-tools/[toolId]/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"6":{"*":{"id":"75018","name":"*","chunks":[],"async":false}},"4101":{"*":{"id":"93493","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"53209","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"7253","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"9413","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"88502","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"41888","name":"*","chunks":[],"async":false}},"8537":{"*":{"id":"1754","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"75748","name":"*","chunks":[],"async":false}},"21422":{"*":{"id":"68862","name":"*","chunks":[],"async":false}},"21609":{"*":{"id":"94077","name":"*","chunks":[],"async":false}},"21700":{"*":{"id":"73062","name":"*","chunks":[],"async":false}},"27068":{"*":{"id":"8828","name":"*","chunks":[],"async":false}},"30819":{"*":{"id":"41117","name":"*","chunks":[],"async":false}},"32158":{"*":{"id":"11494","name":"*","chunks":[],"async":false}},"34356":{"*":{"id":"65854","name":"*","chunks":[],"async":false}},"34373":{"*":{"id":"1539","name":"*","chunks":[],"async":false}},"46378":{"*":{"id":"74391","name":"*","chunks":[],"async":false}},"47056":{"*":{"id":"32698","name":"*","chunks":[],"async":false}},"47560":{"*":{"id":"49865","name":"*","chunks":[],"async":false}},"48504":{"*":{"id":"68077","name":"*","chunks":[],"async":false}},"52473":{"*":{"id":"5347","name":"*","chunks":[],"async":false}},"54556":{"*":{"id":"13572","name":"*","chunks":[],"async":false}},"55337":{"*":{"id":"58325","name":"*","chunks":[],"async":false}},"55971":{"*":{"id":"42295","name":"*","chunks":[],"async":false}},"64274":{"*":{"id":"59698","name":"*","chunks":[],"async":false}},"64347":{"*":{"id":"34469","name":"*","chunks":[],"async":false}},"65592":{"*":{"id":"98240","name":"*","chunks":[],"async":false}},"66447":{"*":{"id":"7011","name":"*","chunks":[],"async":false}},"67217":{"*":{"id":"5997","name":"*","chunks":[],"async":false}},"69947":{"*":{"id":"45961","name":"*","chunks":[],"async":false}},"70355":{"*":{"id":"9823","name":"*","chunks":[],"async":false}},"70665":{"*":{"id":"73962","name":"*","chunks":[],"async":false}},"76595":{"*":{"id":"63478","name":"*","chunks":[],"async":false}},"78199":{"*":{"id":"34259","name":"*","chunks":[],"async":false}},"79153":{"*":{"id":"53185","name":"*","chunks":[],"async":false}},"82514":{"*":{"id":"63780","name":"*","chunks":[],"async":false}},"83035":{"*":{"id":"2881","name":"*","chunks":[],"async":false}},"83390":{"*":{"id":"21428","name":"*","chunks":[],"async":false}},"86329":{"*":{"id":"20321","name":"*","chunks":[],"async":false}},"87250":{"*":{"id":"79854","name":"*","chunks":[],"async":false}},"92940":{"*":{"id":"43736","name":"*","chunks":[],"async":false}},"99590":{"*":{"id":"28222","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":86329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":86329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":65592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":65592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":55337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":55337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":54556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":54556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":47100,"name":"*","chunks":["4385","static/chunks/4385-eb2201df8b7f00f5.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/material-symbols-subset.css":{"id":48173,"name":"*","chunks":["4385","static/chunks/4385-eb2201df8b7f00f5.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/globals.css":{"id":76595,"name":"*","chunks":["4385","static/chunks/4385-eb2201df8b7f00f5.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/i18n/RuntimeI18nProvider.js":{"id":21609,"name":"*","chunks":["4385","static/chunks/4385-eb2201df8b7f00f5.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/ThemeProvider.js":{"id":21700,"name":"*","chunks":["4385","static/chunks/4385-eb2201df8b7f00f5.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/error.js":{"id":47560,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","8039","static/chunks/app/error-448508d1660219d3.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/global-error.js":{"id":66447,"name":"*","chunks":["4219","static/chunks/app/global-error-b21b57ce0646e95b.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/callback/page.js":{"id":83390,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/dashboard/settings/pricing/page.js":{"id":67217,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/landing/page.js":{"id":83035,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/login/page.js":{"id":64274,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/masuk/MasukClient.js":{"id":34373,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/index.js":{"id":92940,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","2318","static/chunks/2318-288d3ff89298deb7.js","4385","static/chunks/4385-eb2201df8b7f00f5.js","2940","static/chunks/2940-f9ef37d2c1ee1858.js","9305","static/chunks/app/(dashboard)/layout-8f58062b0584c945.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error.js":{"id":69947,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","4151","static/chunks/app/(dashboard)/error-7f58373ad4f6ad80.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/basic-chat/BasicChatPageClient.js":{"id":21422,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/[toolId]/ToolDetailClient.js":{"id":30819,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","2318","static/chunks/2318-288d3ff89298deb7.js","4385","static/chunks/4385-eb2201df8b7f00f5.js","2940","static/chunks/2940-f9ef37d2c1ee1858.js","7236","static/chunks/7236-f1e0a36eb81c5151.js","5479","static/chunks/5479-a561d2bd06a771d3.js","8914","static/chunks/8914-28038867caf43f95.js","1731","static/chunks/1731-da520113514b1a8e.js","3554","static/chunks/app/(dashboard)/dashboard/cli-tools/%5BtoolId%5D/page-80cf14df15cbec42.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":99590,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","2318","static/chunks/2318-288d3ff89298deb7.js","4385","static/chunks/4385-eb2201df8b7f00f5.js","2940","static/chunks/2940-f9ef37d2c1ee1858.js","8914","static/chunks/8914-28038867caf43f95.js","2326","static/chunks/app/(dashboard)/dashboard/cli-tools/page-9854c7db29f0cb69.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/combos/page.js":{"id":8537,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":46378,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","2318","static/chunks/2318-288d3ff89298deb7.js","4385","static/chunks/4385-eb2201df8b7f00f5.js","2940","static/chunks/2940-f9ef37d2c1ee1858.js","9131","static/chunks/9131-4cf620c77c678902.js","6337","static/chunks/app/(dashboard)/dashboard/page-694ccd630a55547c.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js":{"id":64347,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/MediaKindClient.js":{"id":87250,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js":{"id":6312,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/web/page.js":{"id":32158,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/mitm/MitmPageClient.js":{"id":52473,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":6029,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/pxpipe/PxpipeClient.js":{"id":34356,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/index.js":{"id":70665,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/Loading.js":{"id":47056,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/skills/page.js":{"id":6119,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/token-saver/TokenSaverClient.js":{"id":27068,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/translator/page.js":{"id":82514,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/page.js":{"id":79153,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/console-log/ConsoleLogClient.js":{"id":78199,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/proxy-fitness/page.js":{"id":70355,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/page.js":{"id":48504,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/profile/page.js":{"id":55971,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":6,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/proxy-pools/page.js":{"id":4101,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/VansRouter/VansRouter/src/":[],"/home/runner/work/VansRouter/VansRouter/src/app/layout":[{"inlined":false,"path":"static/css/e8723a4485b3f4ec.css"},{"inlined":false,"path":"static/css/f2afce53f9efcbe5.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/global-error":[{"inlined":false,"path":"static/css/f2afce53f9efcbe5.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/layout":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/page":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/page":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/[toolId]/page":[]},"rscModuleMapping":{"6":{"*":{"id":"63240","name":"*","chunks":[],"async":false}},"4101":{"*":{"id":"16776","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"29835","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"22471","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"21798","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"83588","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"2298","name":"*","chunks":[],"async":false}},"8537":{"*":{"id":"18737","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"13598","name":"*","chunks":[],"async":false}},"21422":{"*":{"id":"20904","name":"*","chunks":[],"async":false}},"21609":{"*":{"id":"31159","name":"*","chunks":[],"async":false}},"21700":{"*":{"id":"84112","name":"*","chunks":[],"async":false}},"27068":{"*":{"id":"33731","name":"*","chunks":[],"async":false}},"30819":{"*":{"id":"87607","name":"*","chunks":[],"async":false}},"32158":{"*":{"id":"48904","name":"*","chunks":[],"async":false}},"34356":{"*":{"id":"79432","name":"*","chunks":[],"async":false}},"34373":{"*":{"id":"66325","name":"*","chunks":[],"async":false}},"46378":{"*":{"id":"31441","name":"*","chunks":[],"async":false}},"47056":{"*":{"id":"6952","name":"*","chunks":[],"async":false}},"47560":{"*":{"id":"71503","name":"*","chunks":[],"async":false}},"48173":{"*":{"id":"57932","name":"*","chunks":[],"async":false}},"48504":{"*":{"id":"4348","name":"*","chunks":[],"async":false}},"52473":{"*":{"id":"64897","name":"*","chunks":[],"async":false}},"54556":{"*":{"id":"32766","name":"*","chunks":[],"async":false}},"55337":{"*":{"id":"50875","name":"*","chunks":[],"async":false}},"55971":{"*":{"id":"12373","name":"*","chunks":[],"async":false}},"64274":{"*":{"id":"56176","name":"*","chunks":[],"async":false}},"64347":{"*":{"id":"19366","name":"*","chunks":[],"async":false}},"65592":{"*":{"id":"10590","name":"*","chunks":[],"async":false}},"66447":{"*":{"id":"30145","name":"*","chunks":[],"async":false}},"67217":{"*":{"id":"60884","name":"*","chunks":[],"async":false}},"69947":{"*":{"id":"35411","name":"*","chunks":[],"async":false}},"70355":{"*":{"id":"27737","name":"*","chunks":[],"async":false}},"70665":{"*":{"id":"53929","name":"*","chunks":[],"async":false}},"76595":{"*":{"id":"430","name":"*","chunks":[],"async":false}},"78199":{"*":{"id":"76033","name":"*","chunks":[],"async":false}},"79153":{"*":{"id":"19631","name":"*","chunks":[],"async":false}},"82514":{"*":{"id":"19998","name":"*","chunks":[],"async":false}},"83035":{"*":{"id":"58410","name":"*","chunks":[],"async":false}},"83390":{"*":{"id":"80066","name":"*","chunks":[],"async":false}},"86329":{"*":{"id":"98823","name":"*","chunks":[],"async":false}},"87250":{"*":{"id":"38736","name":"*","chunks":[],"async":false}},"92940":{"*":{"id":"88844","name":"*","chunks":[],"async":false}},"99590":{"*":{"id":"17552","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/cli-tools/[toolId]/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"6":{"*":{"id":"75018","name":"*","chunks":[],"async":false}},"4101":{"*":{"id":"93493","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"53209","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"7253","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"9413","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"88502","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"41888","name":"*","chunks":[],"async":false}},"8537":{"*":{"id":"1754","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"75748","name":"*","chunks":[],"async":false}},"21422":{"*":{"id":"68862","name":"*","chunks":[],"async":false}},"21609":{"*":{"id":"94077","name":"*","chunks":[],"async":false}},"21700":{"*":{"id":"73062","name":"*","chunks":[],"async":false}},"27068":{"*":{"id":"8828","name":"*","chunks":[],"async":false}},"28721":{"*":{"id":"43256","name":"*","chunks":[],"async":false}},"30819":{"*":{"id":"41117","name":"*","chunks":[],"async":false}},"32158":{"*":{"id":"11494","name":"*","chunks":[],"async":false}},"34356":{"*":{"id":"65854","name":"*","chunks":[],"async":false}},"34373":{"*":{"id":"1539","name":"*","chunks":[],"async":false}},"46378":{"*":{"id":"74391","name":"*","chunks":[],"async":false}},"47056":{"*":{"id":"32698","name":"*","chunks":[],"async":false}},"47560":{"*":{"id":"49865","name":"*","chunks":[],"async":false}},"48504":{"*":{"id":"68077","name":"*","chunks":[],"async":false}},"52473":{"*":{"id":"5347","name":"*","chunks":[],"async":false}},"54556":{"*":{"id":"13572","name":"*","chunks":[],"async":false}},"55337":{"*":{"id":"58325","name":"*","chunks":[],"async":false}},"55971":{"*":{"id":"42295","name":"*","chunks":[],"async":false}},"64274":{"*":{"id":"59698","name":"*","chunks":[],"async":false}},"65592":{"*":{"id":"98240","name":"*","chunks":[],"async":false}},"66447":{"*":{"id":"7011","name":"*","chunks":[],"async":false}},"67217":{"*":{"id":"5997","name":"*","chunks":[],"async":false}},"69947":{"*":{"id":"45961","name":"*","chunks":[],"async":false}},"70355":{"*":{"id":"9823","name":"*","chunks":[],"async":false}},"70665":{"*":{"id":"73962","name":"*","chunks":[],"async":false}},"76595":{"*":{"id":"63478","name":"*","chunks":[],"async":false}},"78199":{"*":{"id":"34259","name":"*","chunks":[],"async":false}},"79153":{"*":{"id":"53185","name":"*","chunks":[],"async":false}},"82514":{"*":{"id":"63780","name":"*","chunks":[],"async":false}},"83035":{"*":{"id":"2881","name":"*","chunks":[],"async":false}},"83390":{"*":{"id":"21428","name":"*","chunks":[],"async":false}},"86329":{"*":{"id":"20321","name":"*","chunks":[],"async":false}},"87250":{"*":{"id":"79854","name":"*","chunks":[],"async":false}},"92940":{"*":{"id":"43736","name":"*","chunks":[],"async":false}},"99590":{"*":{"id":"28222","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":86329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":86329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":65592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":65592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":55337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":55337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":54556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":54556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":47100,"name":"*","chunks":["4385","static/chunks/4385-cca3f0c19cb3f03c.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/material-symbols-subset.css":{"id":48173,"name":"*","chunks":["4385","static/chunks/4385-cca3f0c19cb3f03c.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/globals.css":{"id":76595,"name":"*","chunks":["4385","static/chunks/4385-cca3f0c19cb3f03c.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/i18n/RuntimeI18nProvider.js":{"id":21609,"name":"*","chunks":["4385","static/chunks/4385-cca3f0c19cb3f03c.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/ThemeProvider.js":{"id":21700,"name":"*","chunks":["4385","static/chunks/4385-cca3f0c19cb3f03c.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/error.js":{"id":47560,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","8039","static/chunks/app/error-448508d1660219d3.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/global-error.js":{"id":66447,"name":"*","chunks":["4219","static/chunks/app/global-error-b21b57ce0646e95b.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/callback/page.js":{"id":83390,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/dashboard/settings/pricing/page.js":{"id":67217,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/landing/page.js":{"id":83035,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/login/page.js":{"id":64274,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/masuk/MasukClient.js":{"id":34373,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/index.js":{"id":92940,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","2318","static/chunks/2318-288d3ff89298deb7.js","4385","static/chunks/4385-cca3f0c19cb3f03c.js","2940","static/chunks/2940-899464f376c46f16.js","9305","static/chunks/app/(dashboard)/layout-8f58062b0584c945.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error.js":{"id":69947,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","4151","static/chunks/app/(dashboard)/error-7f58373ad4f6ad80.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/basic-chat/BasicChatPageClient.js":{"id":21422,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/[toolId]/ToolDetailClient.js":{"id":30819,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","2318","static/chunks/2318-288d3ff89298deb7.js","4385","static/chunks/4385-cca3f0c19cb3f03c.js","2940","static/chunks/2940-899464f376c46f16.js","7236","static/chunks/7236-f1e0a36eb81c5151.js","5479","static/chunks/5479-a561d2bd06a771d3.js","8914","static/chunks/8914-28038867caf43f95.js","1731","static/chunks/1731-da520113514b1a8e.js","3554","static/chunks/app/(dashboard)/dashboard/cli-tools/%5BtoolId%5D/page-80cf14df15cbec42.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":99590,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","2318","static/chunks/2318-288d3ff89298deb7.js","4385","static/chunks/4385-cca3f0c19cb3f03c.js","2940","static/chunks/2940-899464f376c46f16.js","8914","static/chunks/8914-28038867caf43f95.js","2326","static/chunks/app/(dashboard)/dashboard/cli-tools/page-9854c7db29f0cb69.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/combos/page.js":{"id":8537,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":46378,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","2318","static/chunks/2318-288d3ff89298deb7.js","4385","static/chunks/4385-cca3f0c19cb3f03c.js","2940","static/chunks/2940-899464f376c46f16.js","9131","static/chunks/9131-4cf620c77c678902.js","6337","static/chunks/app/(dashboard)/dashboard/page-694ccd630a55547c.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js":{"id":28721,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/MediaKindClient.js":{"id":87250,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js":{"id":6312,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/web/page.js":{"id":32158,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/mitm/MitmPageClient.js":{"id":52473,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":6029,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/pxpipe/PxpipeClient.js":{"id":34356,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/index.js":{"id":70665,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/Loading.js":{"id":47056,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/skills/page.js":{"id":6119,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/token-saver/TokenSaverClient.js":{"id":27068,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/translator/page.js":{"id":82514,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/page.js":{"id":79153,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/console-log/ConsoleLogClient.js":{"id":78199,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/proxy-fitness/page.js":{"id":70355,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/page.js":{"id":48504,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":6,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/profile/page.js":{"id":55971,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/proxy-pools/page.js":{"id":4101,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/VansRouter/VansRouter/src/":[],"/home/runner/work/VansRouter/VansRouter/src/app/layout":[{"inlined":false,"path":"static/css/e8723a4485b3f4ec.css"},{"inlined":false,"path":"static/css/b7d03ec1b3b11f5b.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/global-error":[{"inlined":false,"path":"static/css/b7d03ec1b3b11f5b.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/layout":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/page":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/page":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/[toolId]/page":[]},"rscModuleMapping":{"6":{"*":{"id":"63240","name":"*","chunks":[],"async":false}},"4101":{"*":{"id":"16776","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"29835","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"22471","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"21798","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"83588","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"2298","name":"*","chunks":[],"async":false}},"8537":{"*":{"id":"18737","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"13598","name":"*","chunks":[],"async":false}},"21422":{"*":{"id":"20904","name":"*","chunks":[],"async":false}},"21609":{"*":{"id":"31159","name":"*","chunks":[],"async":false}},"21700":{"*":{"id":"84112","name":"*","chunks":[],"async":false}},"27068":{"*":{"id":"33731","name":"*","chunks":[],"async":false}},"28721":{"*":{"id":"19366","name":"*","chunks":[],"async":false}},"30819":{"*":{"id":"87607","name":"*","chunks":[],"async":false}},"32158":{"*":{"id":"48904","name":"*","chunks":[],"async":false}},"34356":{"*":{"id":"79432","name":"*","chunks":[],"async":false}},"34373":{"*":{"id":"66325","name":"*","chunks":[],"async":false}},"46378":{"*":{"id":"31441","name":"*","chunks":[],"async":false}},"47056":{"*":{"id":"6952","name":"*","chunks":[],"async":false}},"47560":{"*":{"id":"71503","name":"*","chunks":[],"async":false}},"48173":{"*":{"id":"57932","name":"*","chunks":[],"async":false}},"48504":{"*":{"id":"4348","name":"*","chunks":[],"async":false}},"52473":{"*":{"id":"64897","name":"*","chunks":[],"async":false}},"54556":{"*":{"id":"32766","name":"*","chunks":[],"async":false}},"55337":{"*":{"id":"50875","name":"*","chunks":[],"async":false}},"55971":{"*":{"id":"12373","name":"*","chunks":[],"async":false}},"64274":{"*":{"id":"56176","name":"*","chunks":[],"async":false}},"65592":{"*":{"id":"10590","name":"*","chunks":[],"async":false}},"66447":{"*":{"id":"30145","name":"*","chunks":[],"async":false}},"67217":{"*":{"id":"60884","name":"*","chunks":[],"async":false}},"69947":{"*":{"id":"35411","name":"*","chunks":[],"async":false}},"70355":{"*":{"id":"27737","name":"*","chunks":[],"async":false}},"70665":{"*":{"id":"53929","name":"*","chunks":[],"async":false}},"76595":{"*":{"id":"430","name":"*","chunks":[],"async":false}},"78199":{"*":{"id":"76033","name":"*","chunks":[],"async":false}},"79153":{"*":{"id":"19631","name":"*","chunks":[],"async":false}},"82514":{"*":{"id":"19998","name":"*","chunks":[],"async":false}},"83035":{"*":{"id":"58410","name":"*","chunks":[],"async":false}},"83390":{"*":{"id":"80066","name":"*","chunks":[],"async":false}},"86329":{"*":{"id":"98823","name":"*","chunks":[],"async":false}},"87250":{"*":{"id":"38736","name":"*","chunks":[],"async":false}},"92940":{"*":{"id":"88844","name":"*","chunks":[],"async":false}},"99590":{"*":{"id":"17552","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/cli-tools/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"6":{"*":{"id":"75018","name":"*","chunks":[],"async":false}},"4101":{"*":{"id":"93493","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"53209","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"7253","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"9413","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"88502","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"41888","name":"*","chunks":[],"async":false}},"8537":{"*":{"id":"1754","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"75748","name":"*","chunks":[],"async":false}},"21422":{"*":{"id":"68862","name":"*","chunks":[],"async":false}},"21609":{"*":{"id":"94077","name":"*","chunks":[],"async":false}},"21700":{"*":{"id":"73062","name":"*","chunks":[],"async":false}},"27068":{"*":{"id":"8828","name":"*","chunks":[],"async":false}},"30819":{"*":{"id":"41117","name":"*","chunks":[],"async":false}},"32158":{"*":{"id":"11494","name":"*","chunks":[],"async":false}},"34356":{"*":{"id":"65854","name":"*","chunks":[],"async":false}},"34373":{"*":{"id":"1539","name":"*","chunks":[],"async":false}},"46378":{"*":{"id":"74391","name":"*","chunks":[],"async":false}},"47056":{"*":{"id":"32698","name":"*","chunks":[],"async":false}},"47560":{"*":{"id":"49865","name":"*","chunks":[],"async":false}},"48504":{"*":{"id":"68077","name":"*","chunks":[],"async":false}},"52473":{"*":{"id":"5347","name":"*","chunks":[],"async":false}},"54556":{"*":{"id":"13572","name":"*","chunks":[],"async":false}},"55337":{"*":{"id":"58325","name":"*","chunks":[],"async":false}},"55971":{"*":{"id":"42295","name":"*","chunks":[],"async":false}},"64274":{"*":{"id":"59698","name":"*","chunks":[],"async":false}},"64347":{"*":{"id":"34469","name":"*","chunks":[],"async":false}},"65592":{"*":{"id":"98240","name":"*","chunks":[],"async":false}},"66447":{"*":{"id":"7011","name":"*","chunks":[],"async":false}},"67217":{"*":{"id":"5997","name":"*","chunks":[],"async":false}},"69947":{"*":{"id":"45961","name":"*","chunks":[],"async":false}},"70355":{"*":{"id":"9823","name":"*","chunks":[],"async":false}},"70665":{"*":{"id":"73962","name":"*","chunks":[],"async":false}},"76595":{"*":{"id":"63478","name":"*","chunks":[],"async":false}},"78199":{"*":{"id":"34259","name":"*","chunks":[],"async":false}},"79153":{"*":{"id":"53185","name":"*","chunks":[],"async":false}},"82514":{"*":{"id":"63780","name":"*","chunks":[],"async":false}},"83035":{"*":{"id":"2881","name":"*","chunks":[],"async":false}},"83390":{"*":{"id":"21428","name":"*","chunks":[],"async":false}},"86329":{"*":{"id":"20321","name":"*","chunks":[],"async":false}},"87250":{"*":{"id":"79854","name":"*","chunks":[],"async":false}},"92940":{"*":{"id":"43736","name":"*","chunks":[],"async":false}},"99590":{"*":{"id":"28222","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":86329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":86329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":65592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":65592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":55337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":55337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":54556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":54556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":47100,"name":"*","chunks":["4385","static/chunks/4385-eb2201df8b7f00f5.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/material-symbols-subset.css":{"id":48173,"name":"*","chunks":["4385","static/chunks/4385-eb2201df8b7f00f5.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/globals.css":{"id":76595,"name":"*","chunks":["4385","static/chunks/4385-eb2201df8b7f00f5.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/i18n/RuntimeI18nProvider.js":{"id":21609,"name":"*","chunks":["4385","static/chunks/4385-eb2201df8b7f00f5.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/ThemeProvider.js":{"id":21700,"name":"*","chunks":["4385","static/chunks/4385-eb2201df8b7f00f5.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/error.js":{"id":47560,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","8039","static/chunks/app/error-448508d1660219d3.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/global-error.js":{"id":66447,"name":"*","chunks":["4219","static/chunks/app/global-error-b21b57ce0646e95b.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/callback/page.js":{"id":83390,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/dashboard/settings/pricing/page.js":{"id":67217,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/landing/page.js":{"id":83035,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/login/page.js":{"id":64274,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/masuk/MasukClient.js":{"id":34373,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/index.js":{"id":92940,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","2318","static/chunks/2318-288d3ff89298deb7.js","4385","static/chunks/4385-eb2201df8b7f00f5.js","2940","static/chunks/2940-f9ef37d2c1ee1858.js","9305","static/chunks/app/(dashboard)/layout-8f58062b0584c945.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error.js":{"id":69947,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","4151","static/chunks/app/(dashboard)/error-7f58373ad4f6ad80.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/basic-chat/BasicChatPageClient.js":{"id":21422,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/[toolId]/ToolDetailClient.js":{"id":30819,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":99590,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","2318","static/chunks/2318-288d3ff89298deb7.js","4385","static/chunks/4385-eb2201df8b7f00f5.js","2940","static/chunks/2940-f9ef37d2c1ee1858.js","8914","static/chunks/8914-28038867caf43f95.js","2326","static/chunks/app/(dashboard)/dashboard/cli-tools/page-9854c7db29f0cb69.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/combos/page.js":{"id":8537,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":46378,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","2318","static/chunks/2318-288d3ff89298deb7.js","4385","static/chunks/4385-eb2201df8b7f00f5.js","2940","static/chunks/2940-f9ef37d2c1ee1858.js","9131","static/chunks/9131-4cf620c77c678902.js","6337","static/chunks/app/(dashboard)/dashboard/page-694ccd630a55547c.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js":{"id":64347,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/MediaKindClient.js":{"id":87250,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js":{"id":6312,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/web/page.js":{"id":32158,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/mitm/MitmPageClient.js":{"id":52473,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":6029,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/pxpipe/PxpipeClient.js":{"id":34356,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/index.js":{"id":70665,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/Loading.js":{"id":47056,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/skills/page.js":{"id":6119,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/token-saver/TokenSaverClient.js":{"id":27068,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/translator/page.js":{"id":82514,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/page.js":{"id":79153,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/console-log/ConsoleLogClient.js":{"id":78199,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/proxy-fitness/page.js":{"id":70355,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/page.js":{"id":48504,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/profile/page.js":{"id":55971,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":6,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/proxy-pools/page.js":{"id":4101,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/VansRouter/VansRouter/src/":[],"/home/runner/work/VansRouter/VansRouter/src/app/layout":[{"inlined":false,"path":"static/css/e8723a4485b3f4ec.css"},{"inlined":false,"path":"static/css/f2afce53f9efcbe5.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/global-error":[{"inlined":false,"path":"static/css/f2afce53f9efcbe5.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/layout":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/page":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/page":[]},"rscModuleMapping":{"6":{"*":{"id":"63240","name":"*","chunks":[],"async":false}},"4101":{"*":{"id":"16776","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"29835","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"22471","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"21798","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"83588","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"2298","name":"*","chunks":[],"async":false}},"8537":{"*":{"id":"18737","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"13598","name":"*","chunks":[],"async":false}},"21422":{"*":{"id":"20904","name":"*","chunks":[],"async":false}},"21609":{"*":{"id":"31159","name":"*","chunks":[],"async":false}},"21700":{"*":{"id":"84112","name":"*","chunks":[],"async":false}},"27068":{"*":{"id":"33731","name":"*","chunks":[],"async":false}},"30819":{"*":{"id":"87607","name":"*","chunks":[],"async":false}},"32158":{"*":{"id":"48904","name":"*","chunks":[],"async":false}},"34356":{"*":{"id":"79432","name":"*","chunks":[],"async":false}},"34373":{"*":{"id":"66325","name":"*","chunks":[],"async":false}},"46378":{"*":{"id":"31441","name":"*","chunks":[],"async":false}},"47056":{"*":{"id":"6952","name":"*","chunks":[],"async":false}},"47560":{"*":{"id":"71503","name":"*","chunks":[],"async":false}},"48173":{"*":{"id":"57932","name":"*","chunks":[],"async":false}},"48504":{"*":{"id":"4348","name":"*","chunks":[],"async":false}},"52473":{"*":{"id":"64897","name":"*","chunks":[],"async":false}},"54556":{"*":{"id":"32766","name":"*","chunks":[],"async":false}},"55337":{"*":{"id":"50875","name":"*","chunks":[],"async":false}},"55971":{"*":{"id":"12373","name":"*","chunks":[],"async":false}},"64274":{"*":{"id":"56176","name":"*","chunks":[],"async":false}},"64347":{"*":{"id":"19366","name":"*","chunks":[],"async":false}},"65592":{"*":{"id":"10590","name":"*","chunks":[],"async":false}},"66447":{"*":{"id":"30145","name":"*","chunks":[],"async":false}},"67217":{"*":{"id":"60884","name":"*","chunks":[],"async":false}},"69947":{"*":{"id":"35411","name":"*","chunks":[],"async":false}},"70355":{"*":{"id":"27737","name":"*","chunks":[],"async":false}},"70665":{"*":{"id":"53929","name":"*","chunks":[],"async":false}},"76595":{"*":{"id":"430","name":"*","chunks":[],"async":false}},"78199":{"*":{"id":"76033","name":"*","chunks":[],"async":false}},"79153":{"*":{"id":"19631","name":"*","chunks":[],"async":false}},"82514":{"*":{"id":"19998","name":"*","chunks":[],"async":false}},"83035":{"*":{"id":"58410","name":"*","chunks":[],"async":false}},"83390":{"*":{"id":"80066","name":"*","chunks":[],"async":false}},"86329":{"*":{"id":"98823","name":"*","chunks":[],"async":false}},"87250":{"*":{"id":"38736","name":"*","chunks":[],"async":false}},"92940":{"*":{"id":"88844","name":"*","chunks":[],"async":false}},"99590":{"*":{"id":"17552","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/cli-tools/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"6":{"*":{"id":"75018","name":"*","chunks":[],"async":false}},"4101":{"*":{"id":"93493","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"53209","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"7253","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"9413","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"88502","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"41888","name":"*","chunks":[],"async":false}},"8537":{"*":{"id":"1754","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"75748","name":"*","chunks":[],"async":false}},"21422":{"*":{"id":"68862","name":"*","chunks":[],"async":false}},"21609":{"*":{"id":"94077","name":"*","chunks":[],"async":false}},"21700":{"*":{"id":"73062","name":"*","chunks":[],"async":false}},"27068":{"*":{"id":"8828","name":"*","chunks":[],"async":false}},"28721":{"*":{"id":"43256","name":"*","chunks":[],"async":false}},"30819":{"*":{"id":"41117","name":"*","chunks":[],"async":false}},"32158":{"*":{"id":"11494","name":"*","chunks":[],"async":false}},"34356":{"*":{"id":"65854","name":"*","chunks":[],"async":false}},"34373":{"*":{"id":"1539","name":"*","chunks":[],"async":false}},"46378":{"*":{"id":"74391","name":"*","chunks":[],"async":false}},"47056":{"*":{"id":"32698","name":"*","chunks":[],"async":false}},"47560":{"*":{"id":"49865","name":"*","chunks":[],"async":false}},"48504":{"*":{"id":"68077","name":"*","chunks":[],"async":false}},"52473":{"*":{"id":"5347","name":"*","chunks":[],"async":false}},"54556":{"*":{"id":"13572","name":"*","chunks":[],"async":false}},"55337":{"*":{"id":"58325","name":"*","chunks":[],"async":false}},"55971":{"*":{"id":"42295","name":"*","chunks":[],"async":false}},"64274":{"*":{"id":"59698","name":"*","chunks":[],"async":false}},"65592":{"*":{"id":"98240","name":"*","chunks":[],"async":false}},"66447":{"*":{"id":"7011","name":"*","chunks":[],"async":false}},"67217":{"*":{"id":"5997","name":"*","chunks":[],"async":false}},"69947":{"*":{"id":"45961","name":"*","chunks":[],"async":false}},"70355":{"*":{"id":"9823","name":"*","chunks":[],"async":false}},"70665":{"*":{"id":"73962","name":"*","chunks":[],"async":false}},"76595":{"*":{"id":"63478","name":"*","chunks":[],"async":false}},"78199":{"*":{"id":"34259","name":"*","chunks":[],"async":false}},"79153":{"*":{"id":"53185","name":"*","chunks":[],"async":false}},"82514":{"*":{"id":"63780","name":"*","chunks":[],"async":false}},"83035":{"*":{"id":"2881","name":"*","chunks":[],"async":false}},"83390":{"*":{"id":"21428","name":"*","chunks":[],"async":false}},"86329":{"*":{"id":"20321","name":"*","chunks":[],"async":false}},"87250":{"*":{"id":"79854","name":"*","chunks":[],"async":false}},"92940":{"*":{"id":"43736","name":"*","chunks":[],"async":false}},"99590":{"*":{"id":"28222","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":86329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":86329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":65592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":65592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":55337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":55337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":54556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":54556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":47100,"name":"*","chunks":["4385","static/chunks/4385-cca3f0c19cb3f03c.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/material-symbols-subset.css":{"id":48173,"name":"*","chunks":["4385","static/chunks/4385-cca3f0c19cb3f03c.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/globals.css":{"id":76595,"name":"*","chunks":["4385","static/chunks/4385-cca3f0c19cb3f03c.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/i18n/RuntimeI18nProvider.js":{"id":21609,"name":"*","chunks":["4385","static/chunks/4385-cca3f0c19cb3f03c.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/ThemeProvider.js":{"id":21700,"name":"*","chunks":["4385","static/chunks/4385-cca3f0c19cb3f03c.js","7177","static/chunks/app/layout-4fd9787928e78424.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/error.js":{"id":47560,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","8039","static/chunks/app/error-448508d1660219d3.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/global-error.js":{"id":66447,"name":"*","chunks":["4219","static/chunks/app/global-error-b21b57ce0646e95b.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/callback/page.js":{"id":83390,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/dashboard/settings/pricing/page.js":{"id":67217,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/landing/page.js":{"id":83035,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/login/page.js":{"id":64274,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/masuk/MasukClient.js":{"id":34373,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/index.js":{"id":92940,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","2318","static/chunks/2318-288d3ff89298deb7.js","4385","static/chunks/4385-cca3f0c19cb3f03c.js","2940","static/chunks/2940-899464f376c46f16.js","9305","static/chunks/app/(dashboard)/layout-8f58062b0584c945.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error.js":{"id":69947,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","4151","static/chunks/app/(dashboard)/error-7f58373ad4f6ad80.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/basic-chat/BasicChatPageClient.js":{"id":21422,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/[toolId]/ToolDetailClient.js":{"id":30819,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":99590,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","2318","static/chunks/2318-288d3ff89298deb7.js","4385","static/chunks/4385-cca3f0c19cb3f03c.js","2940","static/chunks/2940-899464f376c46f16.js","8914","static/chunks/8914-28038867caf43f95.js","2326","static/chunks/app/(dashboard)/dashboard/cli-tools/page-9854c7db29f0cb69.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/combos/page.js":{"id":8537,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":46378,"name":"*","chunks":["3885","static/chunks/3885-48c87c990520d85e.js","2318","static/chunks/2318-288d3ff89298deb7.js","4385","static/chunks/4385-cca3f0c19cb3f03c.js","2940","static/chunks/2940-899464f376c46f16.js","9131","static/chunks/9131-4cf620c77c678902.js","6337","static/chunks/app/(dashboard)/dashboard/page-694ccd630a55547c.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js":{"id":28721,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/MediaKindClient.js":{"id":87250,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js":{"id":6312,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/web/page.js":{"id":32158,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/mitm/MitmPageClient.js":{"id":52473,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":6029,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/pxpipe/PxpipeClient.js":{"id":34356,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/index.js":{"id":70665,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/Loading.js":{"id":47056,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/skills/page.js":{"id":6119,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/token-saver/TokenSaverClient.js":{"id":27068,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/translator/page.js":{"id":82514,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/page.js":{"id":79153,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/console-log/ConsoleLogClient.js":{"id":78199,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/proxy-fitness/page.js":{"id":70355,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/page.js":{"id":48504,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":6,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/profile/page.js":{"id":55971,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/proxy-pools/page.js":{"id":4101,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/VansRouter/VansRouter/src/":[],"/home/runner/work/VansRouter/VansRouter/src/app/layout":[{"inlined":false,"path":"static/css/e8723a4485b3f4ec.css"},{"inlined":false,"path":"static/css/b7d03ec1b3b11f5b.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/global-error":[{"inlined":false,"path":"static/css/b7d03ec1b3b11f5b.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/layout":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/page":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/page":[]},"rscModuleMapping":{"6":{"*":{"id":"63240","name":"*","chunks":[],"async":false}},"4101":{"*":{"id":"16776","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"29835","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"22471","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"21798","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"83588","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"2298","name":"*","chunks":[],"async":false}},"8537":{"*":{"id":"18737","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"13598","name":"*","chunks":[],"async":false}},"21422":{"*":{"id":"20904","name":"*","chunks":[],"async":false}},"21609":{"*":{"id":"31159","name":"*","chunks":[],"async":false}},"21700":{"*":{"id":"84112","name":"*","chunks":[],"async":false}},"27068":{"*":{"id":"33731","name":"*","chunks":[],"async":false}},"28721":{"*":{"id":"19366","name":"*","chunks":[],"async":false}},"30819":{"*":{"id":"87607","name":"*","chunks":[],"async":false}},"32158":{"*":{"id":"48904","name":"*","chunks":[],"async":false}},"34356":{"*":{"id":"79432","name":"*","chunks":[],"async":false}},"34373":{"*":{"id":"66325","name":"*","chunks":[],"async":false}},"46378":{"*":{"id":"31441","name":"*","chunks":[],"async":false}},"47056":{"*":{"id":"6952","name":"*","chunks":[],"async":false}},"47560":{"*":{"id":"71503","name":"*","chunks":[],"async":false}},"48173":{"*":{"id":"57932","name":"*","chunks":[],"async":false}},"48504":{"*":{"id":"4348","name":"*","chunks":[],"async":false}},"52473":{"*":{"id":"64897","name":"*","chunks":[],"async":false}},"54556":{"*":{"id":"32766","name":"*","chunks":[],"async":false}},"55337":{"*":{"id":"50875","name":"*","chunks":[],"async":false}},"55971":{"*":{"id":"12373","name":"*","chunks":[],"async":false}},"64274":{"*":{"id":"56176","name":"*","chunks":[],"async":false}},"65592":{"*":{"id":"10590","name":"*","chunks":[],"async":false}},"66447":{"*":{"id":"30145","name":"*","chunks":[],"async":false}},"67217":{"*":{"id":"60884","name":"*","chunks":[],"async":false}},"69947":{"*":{"id":"35411","name":"*","chunks":[],"async":false}},"70355":{"*":{"id":"27737","name":"*","chunks":[],"async":false}},"70665":{"*":{"id":"53929","name":"*","chunks":[],"async":false}},"76595":{"*":{"id":"430","name":"*","chunks":[],"async":false}},"78199":{"*":{"id":"76033","name":"*","chunks":[],"async":false}},"79153":{"*":{"id":"19631","name":"*","chunks":[],"async":false}},"82514":{"*":{"id":"19998","name":"*","chunks":[],"async":false}},"83035":{"*":{"id":"58410","name":"*","chunks":[],"async":false}},"83390":{"*":{"id":"80066","name":"*","chunks":[],"async":false}},"86329":{"*":{"id":"98823","name":"*","chunks":[],"async":false}},"87250":{"*":{"id":"38736","name":"*","chunks":[],"async":false}},"92940":{"*":{"id":"88844","name":"*","chunks":[],"async":false}},"99590":{"*":{"id":"17552","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};