9router 0.3.74 → 0.3.75

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 (398) hide show
  1. package/app/.next/BUILD_ID +1 -1
  2. package/app/.next/app-path-routes-manifest.json +6 -4
  3. package/app/.next/build-manifest.json +2 -2
  4. package/app/.next/routes-manifest.json +17 -0
  5. package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page.js +2 -2
  6. package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page.js.nft.json +1 -1
  7. package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page_client-reference-manifest.js +1 -1
  8. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js +2 -2
  9. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +1 -1
  10. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
  11. package/app/.next/server/app/(dashboard)/dashboard/combos/page.js +2 -2
  12. package/app/.next/server/app/(dashboard)/dashboard/combos/page.js.nft.json +1 -1
  13. package/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
  14. package/app/.next/server/app/(dashboard)/dashboard/console-log/page.js +2 -2
  15. package/app/.next/server/app/(dashboard)/dashboard/console-log/page.js.nft.json +1 -1
  16. package/app/.next/server/app/(dashboard)/dashboard/console-log/page_client-reference-manifest.js +1 -1
  17. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js +2 -2
  18. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js.nft.json +1 -1
  19. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
  20. package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js +2 -0
  21. package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js.nft.json +1 -0
  22. package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page_client-reference-manifest.js +1 -0
  23. package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js +2 -0
  24. package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js.nft.json +1 -0
  25. package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/page_client-reference-manifest.js +1 -0
  26. package/app/.next/server/app/(dashboard)/dashboard/mitm/page.js +2 -2
  27. package/app/.next/server/app/(dashboard)/dashboard/mitm/page.js.nft.json +1 -1
  28. package/app/.next/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +1 -1
  29. package/app/.next/server/app/(dashboard)/dashboard/page.js +2 -2
  30. package/app/.next/server/app/(dashboard)/dashboard/page.js.nft.json +1 -1
  31. package/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
  32. package/app/.next/server/app/(dashboard)/dashboard/profile/page.js +2 -2
  33. package/app/.next/server/app/(dashboard)/dashboard/profile/page.js.nft.json +1 -1
  34. package/app/.next/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
  35. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js +2 -2
  36. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js.nft.json +1 -1
  37. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
  38. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js +2 -2
  39. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js.nft.json +1 -1
  40. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
  41. package/app/.next/server/app/(dashboard)/dashboard/providers/page.js +2 -2
  42. package/app/.next/server/app/(dashboard)/dashboard/providers/page.js.nft.json +1 -1
  43. package/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
  44. package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page.js +3 -3
  45. package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page.js.nft.json +1 -1
  46. package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page_client-reference-manifest.js +1 -1
  47. package/app/.next/server/app/(dashboard)/dashboard/quota/page.js +2 -2
  48. package/app/.next/server/app/(dashboard)/dashboard/quota/page.js.nft.json +1 -1
  49. package/app/.next/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +1 -1
  50. package/app/.next/server/app/(dashboard)/dashboard/translator/page.js +2 -2
  51. package/app/.next/server/app/(dashboard)/dashboard/translator/page.js.nft.json +1 -1
  52. package/app/.next/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
  53. package/app/.next/server/app/(dashboard)/dashboard/usage/page.js +2 -2
  54. package/app/.next/server/app/(dashboard)/dashboard/usage/page.js.nft.json +1 -1
  55. package/app/.next/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
  56. package/app/.next/server/app/_global-error/page.js +3 -3
  57. package/app/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  58. package/app/.next/server/app/_global-error.html +1 -1
  59. package/app/.next/server/app/_global-error.rsc +1 -1
  60. package/app/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  61. package/app/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  62. package/app/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  63. package/app/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  64. package/app/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  65. package/app/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  66. package/app/.next/server/app/_not-found/page.js +2 -2
  67. package/app/.next/server/app/_not-found/page.js.nft.json +1 -1
  68. package/app/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  69. package/app/.next/server/app/_not-found.html +1 -1
  70. package/app/.next/server/app/_not-found.rsc +4 -4
  71. package/app/.next/server/app/_not-found.segments/_full.segment.rsc +4 -4
  72. package/app/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  73. package/app/.next/server/app/_not-found.segments/_index.segment.rsc +4 -4
  74. package/app/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  75. package/app/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  76. package/app/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  77. package/app/.next/server/app/api/9remote/install/route.js +1 -1
  78. package/app/.next/server/app/api/9remote/start/route.js +1 -1
  79. package/app/.next/server/app/api/9remote/status/route.js +1 -1
  80. package/app/.next/server/app/api/auth/login/route.js +1 -1
  81. package/app/.next/server/app/api/auth/logout/route.js +1 -1
  82. package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js +2 -2
  83. package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js +1 -1
  84. package/app/.next/server/app/api/cli-tools/claude-settings/route.js +2 -2
  85. package/app/.next/server/app/api/cli-tools/codex-settings/route.js +3 -3
  86. package/app/.next/server/app/api/cli-tools/copilot-settings/route.js +2 -2
  87. package/app/.next/server/app/api/cli-tools/droid-settings/route.js +2 -2
  88. package/app/.next/server/app/api/cli-tools/openclaw-settings/route.js +2 -2
  89. package/app/.next/server/app/api/cli-tools/opencode-settings/route.js +1 -1
  90. package/app/.next/server/app/api/cloud/auth/route.js +1 -1
  91. package/app/.next/server/app/api/cloud/credentials/update/route.js +1 -1
  92. package/app/.next/server/app/api/cloud/model/resolve/route.js +1 -1
  93. package/app/.next/server/app/api/cloud/models/alias/route.js +1 -1
  94. package/app/.next/server/app/api/combos/[id]/route.js +1 -1
  95. package/app/.next/server/app/api/combos/route.js +1 -1
  96. package/app/.next/server/app/api/init/route.js +1 -1
  97. package/app/.next/server/app/api/keys/[id]/route.js +1 -1
  98. package/app/.next/server/app/api/keys/route.js +1 -1
  99. package/app/.next/server/app/api/locale/route.js +1 -1
  100. package/app/.next/server/app/api/models/alias/route.js +1 -1
  101. package/app/.next/server/app/api/models/availability/route.js +1 -1
  102. package/app/.next/server/app/api/models/route.js +1 -1
  103. package/app/.next/server/app/api/models/route.js.nft.json +1 -1
  104. package/app/.next/server/app/api/models/test/route.js +1 -1
  105. package/app/.next/server/app/api/oauth/[provider]/[action]/route.js +1 -1
  106. package/app/.next/server/app/api/oauth/cursor/auto-import/route.js +2 -2
  107. package/app/.next/server/app/api/oauth/cursor/import/route.js +1 -1
  108. package/app/.next/server/app/api/oauth/gitlab/pat/route.js +1 -1
  109. package/app/.next/server/app/api/oauth/iflow/cookie/route.js +1 -1
  110. package/app/.next/server/app/api/oauth/kiro/auto-import/route.js +1 -1
  111. package/app/.next/server/app/api/oauth/kiro/import/route.js +1 -1
  112. package/app/.next/server/app/api/oauth/kiro/social-authorize/route.js +1 -1
  113. package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js +1 -1
  114. package/app/.next/server/app/api/pricing/route.js +1 -1
  115. package/app/.next/server/app/api/provider-nodes/[id]/route.js +1 -1
  116. package/app/.next/server/app/api/provider-nodes/route.js +1 -1
  117. package/app/.next/server/app/api/provider-nodes/validate/route.js +1 -1
  118. package/app/.next/server/app/api/providers/[id]/models/route.js +1 -1
  119. package/app/.next/server/app/api/providers/[id]/route.js +1 -1
  120. package/app/.next/server/app/api/providers/[id]/test/route.js +1 -1
  121. package/app/.next/server/app/api/providers/[id]/test-models/route.js +1 -1
  122. package/app/.next/server/app/api/providers/client/route.js +1 -1
  123. package/app/.next/server/app/api/providers/kilo/free-models/route.js +1 -1
  124. package/app/.next/server/app/api/providers/route.js +1 -1
  125. package/app/.next/server/app/api/providers/route.js.nft.json +1 -1
  126. package/app/.next/server/app/api/providers/test-batch/route.js +1 -1
  127. package/app/.next/server/app/api/providers/validate/route.js +1 -1
  128. package/app/.next/server/app/api/proxy-pools/[id]/route.js +1 -1
  129. package/app/.next/server/app/api/proxy-pools/[id]/test/route.js +1 -1
  130. package/app/.next/server/app/api/proxy-pools/route.js +1 -1
  131. package/app/.next/server/app/api/settings/database/route.js +1 -1
  132. package/app/.next/server/app/api/settings/proxy-test/route.js +1 -1
  133. package/app/.next/server/app/api/settings/require-login/route.js +1 -1
  134. package/app/.next/server/app/api/settings/route.js +1 -1
  135. package/app/.next/server/app/api/shutdown/route.js +1 -1
  136. package/app/.next/server/app/api/tags/route.js +1 -1
  137. package/app/.next/server/app/api/translator/console-logs/route.js +1 -1
  138. package/app/.next/server/app/api/translator/console-logs/route.js.nft.json +1 -1
  139. package/app/.next/server/app/api/translator/console-logs/stream/route.js +2 -2
  140. package/app/.next/server/app/api/translator/console-logs/stream/route.js.nft.json +1 -1
  141. package/app/.next/server/app/api/translator/load/route.js +1 -1
  142. package/app/.next/server/app/api/translator/save/route.js +1 -1
  143. package/app/.next/server/app/api/translator/send/route.js +1 -1
  144. package/app/.next/server/app/api/translator/translate/route.js +1 -1
  145. package/app/.next/server/app/api/tunnel/disable/route.js +1 -1
  146. package/app/.next/server/app/api/tunnel/enable/route.js +1 -1
  147. package/app/.next/server/app/api/tunnel/status/route.js +1 -1
  148. package/app/.next/server/app/api/usage/[connectionId]/route.js +1 -1
  149. package/app/.next/server/app/api/usage/chart/route.js +1 -1
  150. package/app/.next/server/app/api/usage/history/route.js +1 -1
  151. package/app/.next/server/app/api/usage/providers/route.js +1 -1
  152. package/app/.next/server/app/api/usage/request-details/route.js +1 -1
  153. package/app/.next/server/app/api/usage/request-logs/route.js +1 -1
  154. package/app/.next/server/app/api/usage/stats/route.js +1 -1
  155. package/app/.next/server/app/api/usage/stream/route.js +2 -2
  156. package/app/.next/server/app/api/v1/api/chat/route.js +1 -1
  157. package/app/.next/server/app/api/v1/chat/completions/route.js +1 -1
  158. package/app/.next/server/app/api/v1/embeddings/route.js +1 -1
  159. package/app/.next/server/app/api/v1/messages/count_tokens/route.js +1 -1
  160. package/app/.next/server/app/api/v1/messages/route.js +1 -1
  161. package/app/.next/server/app/api/v1/models/route.js +1 -1
  162. package/app/.next/server/app/api/v1/responses/route.js +1 -1
  163. package/app/.next/server/app/api/v1/route.js +1 -1
  164. package/app/.next/server/app/api/v1beta/models/[...path]/route.js +1 -1
  165. package/app/.next/server/app/api/v1beta/models/route.js +1 -1
  166. package/app/.next/server/app/api/version/route.js +1 -1
  167. package/app/.next/server/app/callback/page.js +2 -2
  168. package/app/.next/server/app/callback/page.js.nft.json +1 -1
  169. package/app/.next/server/app/callback/page_client-reference-manifest.js +1 -1
  170. package/app/.next/server/app/callback.html +1 -1
  171. package/app/.next/server/app/callback.rsc +5 -5
  172. package/app/.next/server/app/callback.segments/_full.segment.rsc +5 -5
  173. package/app/.next/server/app/callback.segments/_head.segment.rsc +1 -1
  174. package/app/.next/server/app/callback.segments/_index.segment.rsc +4 -4
  175. package/app/.next/server/app/callback.segments/_tree.segment.rsc +2 -2
  176. package/app/.next/server/app/callback.segments/callback/__PAGE__.segment.rsc +2 -2
  177. package/app/.next/server/app/callback.segments/callback.segment.rsc +1 -1
  178. package/app/.next/server/app/dashboard/basic-chat.html +1 -1
  179. package/app/.next/server/app/dashboard/basic-chat.rsc +6 -6
  180. package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat/__PAGE__.segment.rsc +2 -2
  181. package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat.segment.rsc +1 -1
  182. package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  183. package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  184. package/app/.next/server/app/dashboard/basic-chat.segments/_full.segment.rsc +6 -6
  185. package/app/.next/server/app/dashboard/basic-chat.segments/_head.segment.rsc +1 -1
  186. package/app/.next/server/app/dashboard/basic-chat.segments/_index.segment.rsc +4 -4
  187. package/app/.next/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +2 -2
  188. package/app/.next/server/app/dashboard/cli-tools.html +1 -1
  189. package/app/.next/server/app/dashboard/cli-tools.rsc +6 -6
  190. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +2 -2
  191. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +1 -1
  192. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  193. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  194. package/app/.next/server/app/dashboard/cli-tools.segments/_full.segment.rsc +6 -6
  195. package/app/.next/server/app/dashboard/cli-tools.segments/_head.segment.rsc +1 -1
  196. package/app/.next/server/app/dashboard/cli-tools.segments/_index.segment.rsc +4 -4
  197. package/app/.next/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +2 -2
  198. package/app/.next/server/app/dashboard/combos.html +1 -1
  199. package/app/.next/server/app/dashboard/combos.rsc +6 -6
  200. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +2 -2
  201. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +1 -1
  202. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  203. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  204. package/app/.next/server/app/dashboard/combos.segments/_full.segment.rsc +6 -6
  205. package/app/.next/server/app/dashboard/combos.segments/_head.segment.rsc +1 -1
  206. package/app/.next/server/app/dashboard/combos.segments/_index.segment.rsc +4 -4
  207. package/app/.next/server/app/dashboard/combos.segments/_tree.segment.rsc +2 -2
  208. package/app/.next/server/app/dashboard/endpoint.html +1 -1
  209. package/app/.next/server/app/dashboard/endpoint.rsc +6 -6
  210. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +2 -2
  211. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +1 -1
  212. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  213. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  214. package/app/.next/server/app/dashboard/endpoint.segments/_full.segment.rsc +6 -6
  215. package/app/.next/server/app/dashboard/endpoint.segments/_head.segment.rsc +1 -1
  216. package/app/.next/server/app/dashboard/endpoint.segments/_index.segment.rsc +4 -4
  217. package/app/.next/server/app/dashboard/endpoint.segments/_tree.segment.rsc +2 -2
  218. package/app/.next/server/app/dashboard/mitm.html +1 -1
  219. package/app/.next/server/app/dashboard/mitm.rsc +6 -6
  220. package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm/__PAGE__.segment.rsc +2 -2
  221. package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm.segment.rsc +1 -1
  222. package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  223. package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  224. package/app/.next/server/app/dashboard/mitm.segments/_full.segment.rsc +6 -6
  225. package/app/.next/server/app/dashboard/mitm.segments/_head.segment.rsc +1 -1
  226. package/app/.next/server/app/dashboard/mitm.segments/_index.segment.rsc +4 -4
  227. package/app/.next/server/app/dashboard/mitm.segments/_tree.segment.rsc +2 -2
  228. package/app/.next/server/app/dashboard/profile.html +1 -1
  229. package/app/.next/server/app/dashboard/profile.rsc +6 -6
  230. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +2 -2
  231. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +1 -1
  232. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  233. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  234. package/app/.next/server/app/dashboard/profile.segments/_full.segment.rsc +6 -6
  235. package/app/.next/server/app/dashboard/profile.segments/_head.segment.rsc +1 -1
  236. package/app/.next/server/app/dashboard/profile.segments/_index.segment.rsc +4 -4
  237. package/app/.next/server/app/dashboard/profile.segments/_tree.segment.rsc +2 -2
  238. package/app/.next/server/app/dashboard/providers/new.html +1 -1
  239. package/app/.next/server/app/dashboard/providers/new.rsc +6 -6
  240. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +2 -2
  241. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +1 -1
  242. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  243. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  244. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  245. package/app/.next/server/app/dashboard/providers/new.segments/_full.segment.rsc +6 -6
  246. package/app/.next/server/app/dashboard/providers/new.segments/_head.segment.rsc +1 -1
  247. package/app/.next/server/app/dashboard/providers/new.segments/_index.segment.rsc +4 -4
  248. package/app/.next/server/app/dashboard/providers/new.segments/_tree.segment.rsc +2 -2
  249. package/app/.next/server/app/dashboard/providers.html +1 -1
  250. package/app/.next/server/app/dashboard/providers.rsc +6 -6
  251. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +2 -2
  252. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  253. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  254. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  255. package/app/.next/server/app/dashboard/providers.segments/_full.segment.rsc +6 -6
  256. package/app/.next/server/app/dashboard/providers.segments/_head.segment.rsc +1 -1
  257. package/app/.next/server/app/dashboard/providers.segments/_index.segment.rsc +4 -4
  258. package/app/.next/server/app/dashboard/providers.segments/_tree.segment.rsc +2 -2
  259. package/app/.next/server/app/dashboard/proxy-pools.html +1 -1
  260. package/app/.next/server/app/dashboard/proxy-pools.rsc +6 -6
  261. package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools/__PAGE__.segment.rsc +2 -2
  262. package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools.segment.rsc +1 -1
  263. package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  264. package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  265. package/app/.next/server/app/dashboard/proxy-pools.segments/_full.segment.rsc +6 -6
  266. package/app/.next/server/app/dashboard/proxy-pools.segments/_head.segment.rsc +1 -1
  267. package/app/.next/server/app/dashboard/proxy-pools.segments/_index.segment.rsc +4 -4
  268. package/app/.next/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +2 -2
  269. package/app/.next/server/app/dashboard/quota.html +2 -2
  270. package/app/.next/server/app/dashboard/quota.rsc +7 -7
  271. package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota/__PAGE__.segment.rsc +3 -3
  272. package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota.segment.rsc +1 -1
  273. package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  274. package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  275. package/app/.next/server/app/dashboard/quota.segments/_full.segment.rsc +7 -7
  276. package/app/.next/server/app/dashboard/quota.segments/_head.segment.rsc +1 -1
  277. package/app/.next/server/app/dashboard/quota.segments/_index.segment.rsc +4 -4
  278. package/app/.next/server/app/dashboard/quota.segments/_tree.segment.rsc +2 -2
  279. package/app/.next/server/app/dashboard/settings/pricing/page.js +2 -2
  280. package/app/.next/server/app/dashboard/settings/pricing/page.js.nft.json +1 -1
  281. package/app/.next/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
  282. package/app/.next/server/app/dashboard/settings/pricing.html +1 -1
  283. package/app/.next/server/app/dashboard/settings/pricing.rsc +5 -5
  284. package/app/.next/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +5 -5
  285. package/app/.next/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
  286. package/app/.next/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +4 -4
  287. package/app/.next/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +2 -2
  288. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +2 -2
  289. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +1 -1
  290. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +1 -1
  291. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +1 -1
  292. package/app/.next/server/app/dashboard/translator.html +1 -1
  293. package/app/.next/server/app/dashboard/translator.rsc +6 -6
  294. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +2 -2
  295. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +1 -1
  296. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  297. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  298. package/app/.next/server/app/dashboard/translator.segments/_full.segment.rsc +6 -6
  299. package/app/.next/server/app/dashboard/translator.segments/_head.segment.rsc +1 -1
  300. package/app/.next/server/app/dashboard/translator.segments/_index.segment.rsc +4 -4
  301. package/app/.next/server/app/dashboard/translator.segments/_tree.segment.rsc +2 -2
  302. package/app/.next/server/app/dashboard/usage.html +1 -1
  303. package/app/.next/server/app/dashboard/usage.rsc +6 -6
  304. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +2 -2
  305. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +1 -1
  306. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  307. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  308. package/app/.next/server/app/dashboard/usage.segments/_full.segment.rsc +6 -6
  309. package/app/.next/server/app/dashboard/usage.segments/_head.segment.rsc +1 -1
  310. package/app/.next/server/app/dashboard/usage.segments/_index.segment.rsc +4 -4
  311. package/app/.next/server/app/dashboard/usage.segments/_tree.segment.rsc +2 -2
  312. package/app/.next/server/app/dashboard.html +1 -1
  313. package/app/.next/server/app/dashboard.rsc +6 -6
  314. package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +2 -2
  315. package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  316. package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  317. package/app/.next/server/app/dashboard.segments/_full.segment.rsc +6 -6
  318. package/app/.next/server/app/dashboard.segments/_head.segment.rsc +1 -1
  319. package/app/.next/server/app/dashboard.segments/_index.segment.rsc +4 -4
  320. package/app/.next/server/app/dashboard.segments/_tree.segment.rsc +2 -2
  321. package/app/.next/server/app/favicon.ico/route.js +1 -1
  322. package/app/.next/server/app/index.html +1 -1
  323. package/app/.next/server/app/index.rsc +4 -4
  324. package/app/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  325. package/app/.next/server/app/index.segments/_full.segment.rsc +4 -4
  326. package/app/.next/server/app/index.segments/_head.segment.rsc +1 -1
  327. package/app/.next/server/app/index.segments/_index.segment.rsc +4 -4
  328. package/app/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  329. package/app/.next/server/app/landing/page.js +2 -2
  330. package/app/.next/server/app/landing/page.js.nft.json +1 -1
  331. package/app/.next/server/app/landing/page_client-reference-manifest.js +1 -1
  332. package/app/.next/server/app/landing.html +1 -1
  333. package/app/.next/server/app/landing.rsc +5 -5
  334. package/app/.next/server/app/landing.segments/_full.segment.rsc +5 -5
  335. package/app/.next/server/app/landing.segments/_head.segment.rsc +1 -1
  336. package/app/.next/server/app/landing.segments/_index.segment.rsc +4 -4
  337. package/app/.next/server/app/landing.segments/_tree.segment.rsc +2 -2
  338. package/app/.next/server/app/landing.segments/landing/__PAGE__.segment.rsc +2 -2
  339. package/app/.next/server/app/landing.segments/landing.segment.rsc +1 -1
  340. package/app/.next/server/app/login/page.js +2 -2
  341. package/app/.next/server/app/login/page.js.nft.json +1 -1
  342. package/app/.next/server/app/login/page_client-reference-manifest.js +1 -1
  343. package/app/.next/server/app/login.html +1 -1
  344. package/app/.next/server/app/login.rsc +5 -5
  345. package/app/.next/server/app/login.segments/_full.segment.rsc +5 -5
  346. package/app/.next/server/app/login.segments/_head.segment.rsc +1 -1
  347. package/app/.next/server/app/login.segments/_index.segment.rsc +4 -4
  348. package/app/.next/server/app/login.segments/_tree.segment.rsc +2 -2
  349. package/app/.next/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
  350. package/app/.next/server/app/login.segments/login.segment.rsc +1 -1
  351. package/app/.next/server/app/manifest.webmanifest/route.js +2 -2
  352. package/app/.next/server/app/page.js +2 -2
  353. package/app/.next/server/app/page.js.nft.json +1 -1
  354. package/app/.next/server/app/page_client-reference-manifest.js +1 -1
  355. package/app/.next/server/app-paths-manifest.json +6 -4
  356. package/app/.next/server/chunks/1006.js +1 -1
  357. package/app/.next/server/chunks/1249.js +1 -1
  358. package/app/.next/server/chunks/126.js +2 -2
  359. package/app/.next/server/chunks/1574.js +1 -1
  360. package/app/.next/server/chunks/2049.js +1 -1
  361. package/app/.next/server/chunks/2371.js +1 -1
  362. package/app/.next/server/chunks/242.js +1 -1
  363. package/app/.next/server/chunks/3437.js +1 -1
  364. package/app/.next/server/chunks/450.js +1 -1
  365. package/app/.next/server/chunks/4891.js +1 -1
  366. package/app/.next/server/chunks/6379.js +2 -2
  367. package/app/.next/server/chunks/7770.js +1 -1
  368. package/app/.next/server/chunks/8202.js +6 -6
  369. package/app/.next/server/chunks/9489.js +1 -0
  370. package/app/.next/server/middleware-build-manifest.js +1 -1
  371. package/app/.next/server/middleware.js +2 -2
  372. package/app/.next/server/pages/404.html +1 -1
  373. package/app/.next/server/pages/500.html +1 -1
  374. package/app/.next/static/{pbiCGV8ldRGI74k3bSlud → Ww_6kqPqPWlQlt6zRVg8A}/_buildManifest.js +1 -1
  375. package/app/.next/static/chunks/2599-ef3aca3d4fdaa96d.js +1 -0
  376. package/app/.next/static/chunks/{4156-d348dbd915636266.js → 4156-3f71ff6f6ba6ba05.js} +2 -2
  377. package/app/.next/static/chunks/505-89a51ca9c483211d.js +1 -0
  378. package/app/.next/static/chunks/{8035-50a417d15f2c7add.js → 8035-20ab85a50b665aaf.js} +2 -2
  379. package/app/.next/static/chunks/{8038-eb05e7b987bf8682.js → 8038-368cfbdf9080110b.js} +1 -1
  380. package/app/.next/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page-6c1c6a107653ebda.js +1 -0
  381. package/app/.next/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/page-a01336ce4983ff58.js +1 -0
  382. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-9d13181d51f5e656.js +1 -0
  383. package/app/.next/static/chunks/app/(dashboard)/{layout-b914b3f884e765fe.js → layout-28cec0ea8271c92a.js} +1 -1
  384. package/app/.next/static/chunks/app/callback/page-80c520a5e353c3ac.js +1 -0
  385. package/app/.next/static/chunks/app/dashboard/settings/pricing/page-d9a2df5b3f666b3b.js +1 -0
  386. package/app/.next/static/chunks/app/layout-c47481f46f5ae72b.js +1 -0
  387. package/app/.next/static/css/5ed5a95fa0b29325.css +1 -0
  388. package/app/package.json +1 -1
  389. package/app/src/mitm/server.js +1 -1
  390. package/package.json +1 -1
  391. package/app/.next/static/chunks/2599-8f4e92ca3efe2987.js +0 -1
  392. package/app/.next/static/chunks/505-6b466b9e3c279b7e.js +0 -1
  393. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-0a75303f7f4d27f8.js +0 -1
  394. package/app/.next/static/chunks/app/callback/page-0b1aadd71bae5ed3.js +0 -1
  395. package/app/.next/static/chunks/app/dashboard/settings/pricing/page-18b73be8f4ae3bf2.js +0 -1
  396. package/app/.next/static/chunks/app/layout-bab3c419d1b93e26.js +0 -1
  397. package/app/.next/static/css/629df7f00d7dddec.css +0 -1
  398. /package/app/.next/static/{pbiCGV8ldRGI74k3bSlud → Ww_6kqPqPWlQlt6zRVg8A}/_ssgManifest.js +0 -0
@@ -0,0 +1 @@
1
+ "use strict";exports.id=9489,exports.ids=[9489],exports.modules={24709:(a,b,c)=>{c.d(b,{Xg:()=>d.Xg,eh:()=>e,vq:()=>d.vq});var d=c(87811);Object.entries(c(50021).Q2).filter(([,a])=>a.passthroughModels).map(([a])=>a);let e=Object.entries(d.vq).flatMap(([a,b])=>b.map(b=>({provider:a,model:b.id,name:b.name})))},39006:a=>{a.exports={rE:"0.3.75"}},50021:(a,b,c)=>{c.d(b,{DI:()=>i,IS:()=>d,JH:()=>h,Q2:()=>l,fg:()=>g,gb:()=>k,mq:()=>j,nJ:()=>e,rs:()=>n,wG:()=>o,zN:()=>f,zt:()=>m});let d={kiro:{id:"kiro",alias:"kr",name:"Kiro AI",icon:"psychology_alt",color:"#FF6B35"},qwen:{id:"qwen",alias:"qw",name:"Qwen Code",icon:"psychology",color:"#10B981"},"gemini-cli":{id:"gemini-cli",alias:"gc",name:"Gemini CLI",icon:"terminal",color:"#4285F4",deprecated:!0,deprecationNotice:"Google has tightened Gemini CLI abuse detection and restricted Pro models to paid accounts (Mar 25, 2026). Using this provider may violate ToS and risk account bans."},iflow:{id:"iflow",alias:"if",name:"iFlow AI",icon:"water_drop",color:"#6366F1"}},e={openrouter:{id:"openrouter",alias:"openrouter",name:"OpenRouter",icon:"router",color:"#F97316",textIcon:"OR",passthroughModels:!0,website:"https://openrouter.ai",notice:{text:"Free tier: 27+ free models, no credit card needed, 200 req/day. After $10 credit: 1,000 req/day.",apiKeyUrl:"https://openrouter.ai/settings/keys"},modelsFetcher:{url:"https://openrouter.ai/api/v1/models",type:"openrouter-free"}},nvidia:{id:"nvidia",alias:"nvidia",name:"NVIDIA NIM",icon:"developer_board",color:"#76B900",textIcon:"NV",website:"https://developer.nvidia.com/nim",notice:{text:"Free access for NVIDIA Developer Program members (prototyping & testing).",apiKeyUrl:"https://build.nvidia.com/settings/api-keys"}},ollama:{id:"ollama",alias:"ollama",name:"Ollama Cloud",icon:"cloud",color:"#ffffffff",textIcon:"OL",website:"https://ollama.com",notice:{text:"Free tier: light usage, 1 cloud model at a time (limits reset every 5h & 7d). Pro $20/mo \xb7 Max $100/mo.",apiKeyUrl:"https://ollama.com/settings/keys"}},vertex:{id:"vertex",alias:"vx",name:"Vertex AI",icon:"cloud",color:"#4285F4",textIcon:"VX",website:"https://cloud.google.com/vertex-ai",notice:{text:"New Google Cloud accounts get $300 free credits. Requires GCP project + Service Account with Vertex AI API enabled.",apiKeyUrl:"https://console.cloud.google.com/iam-admin/serviceaccounts"}}},f={claude:{id:"claude",alias:"cc",name:"Claude Code",icon:"smart_toy",color:"#D97757"},antigravity:{id:"antigravity",alias:"ag",name:"Antigravity",icon:"rocket_launch",color:"#F59E0B",deprecated:!0,deprecationNotice:"Antigravity has tightened abuse detection and restricted model access. Using this provider may violate ToS and risk account bans."},codex:{id:"codex",alias:"cx",name:"OpenAI Codex",icon:"code",color:"#3B82F6"},github:{id:"github",alias:"gh",name:"GitHub Copilot",icon:"code",color:"#333333"},cursor:{id:"cursor",alias:"cu",name:"Cursor IDE",icon:"edit_note",color:"#00D4AA"},kilocode:{id:"kilocode",alias:"kc",name:"Kilo Code",icon:"code",color:"#FF6B35",textIcon:"KC"},cline:{id:"cline",alias:"cl",name:"Cline",icon:"smart_toy",color:"#5B9BD5",textIcon:"CL"}},g={glm:{id:"glm",alias:"glm",name:"GLM Coding",icon:"code",color:"#2563EB",textIcon:"GL",website:"https://open.bigmodel.cn"},"glm-cn":{id:"glm-cn",alias:"glm-cn",name:"GLM (China)",icon:"code",color:"#DC2626",textIcon:"GC",website:"https://open.bigmodel.cn"},kimi:{id:"kimi",alias:"kimi",name:"Kimi",icon:"psychology",color:"#1E3A8A",textIcon:"KM",website:"https://kimi.moonshot.cn"},minimax:{id:"minimax",alias:"minimax",name:"Minimax Coding",icon:"memory",color:"#7C3AED",textIcon:"MM",website:"https://www.minimaxi.com"},"minimax-cn":{id:"minimax-cn",alias:"minimax-cn",name:"Minimax (China)",icon:"memory",color:"#DC2626",textIcon:"MC",website:"https://www.minimaxi.com"},alicode:{id:"alicode",alias:"alicode",name:"Alibaba",icon:"cloud",color:"#FF6A00",textIcon:"ALi"},"alicode-intl":{id:"alicode-intl",alias:"alicode-intl",name:"Alibaba Intl",icon:"cloud",color:"#FF6A00",textIcon:"ALi"},openai:{id:"openai",alias:"openai",name:"OpenAI",icon:"auto_awesome",color:"#10A37F",textIcon:"OA",website:"https://platform.openai.com",serviceKinds:["llm","embedding","tts"]},anthropic:{id:"anthropic",alias:"anthropic",name:"Anthropic",icon:"smart_toy",color:"#D97757",textIcon:"AN",website:"https://console.anthropic.com",serviceKinds:["llm"]},gemini:{id:"gemini",alias:"gemini",name:"Gemini",icon:"diamond",color:"#4285F4",textIcon:"GE",website:"https://ai.google.dev",serviceKinds:["llm","embedding"]},deepseek:{id:"deepseek",alias:"ds",name:"DeepSeek",icon:"bolt",color:"#4D6BFE",textIcon:"DS",website:"https://deepseek.com"},groq:{id:"groq",alias:"groq",name:"Groq",icon:"speed",color:"#F55036",textIcon:"GQ",website:"https://groq.com"},xai:{id:"xai",alias:"xai",name:"xAI (Grok)",icon:"auto_awesome",color:"#1DA1F2",textIcon:"XA",website:"https://x.ai"},mistral:{id:"mistral",alias:"mistral",name:"Mistral",icon:"air",color:"#FF7000",textIcon:"MI",website:"https://mistral.ai"},perplexity:{id:"perplexity",alias:"pplx",name:"Perplexity",icon:"search",color:"#20808D",textIcon:"PP",website:"https://www.perplexity.ai"},together:{id:"together",alias:"together",name:"Together AI",icon:"group_work",color:"#0F6FFF",textIcon:"TG",website:"https://www.together.ai"},fireworks:{id:"fireworks",alias:"fireworks",name:"Fireworks AI",icon:"local_fire_department",color:"#7B2EF2",textIcon:"FW",website:"https://fireworks.ai"},cerebras:{id:"cerebras",alias:"cerebras",name:"Cerebras",icon:"memory",color:"#FF4F00",textIcon:"CB",website:"https://www.cerebras.ai"},cohere:{id:"cohere",alias:"cohere",name:"Cohere",icon:"hub",color:"#39594D",textIcon:"CO",website:"https://cohere.com"},nebius:{id:"nebius",alias:"nebius",name:"Nebius AI",icon:"cloud",color:"#6C5CE7",textIcon:"NB",website:"https://nebius.com"},siliconflow:{id:"siliconflow",alias:"siliconflow",name:"SiliconFlow",icon:"cloud_queue",color:"#5B6EF5",textIcon:"SF",website:"https://cloud.siliconflow.com"},hyperbolic:{id:"hyperbolic",alias:"hyp",name:"Hyperbolic",icon:"bolt",color:"#00D4FF",textIcon:"HY",website:"https://hyperbolic.xyz"},deepgram:{id:"deepgram",alias:"dg",name:"Deepgram",icon:"mic",color:"#13EF93",textIcon:"DG",website:"https://deepgram.com",serviceKinds:["stt"]},assemblyai:{id:"assemblyai",alias:"aai",name:"AssemblyAI",icon:"record_voice_over",color:"#0062FF",textIcon:"AA",website:"https://assemblyai.com",serviceKinds:["stt"]},nanobanana:{id:"nanobanana",alias:"nb",name:"NanoBanana",icon:"image",color:"#FFD700",textIcon:"NB",website:"https://nanobananaapi.ai",serviceKinds:["image"]},elevenlabs:{id:"elevenlabs",alias:"el",name:"ElevenLabs",icon:"record_voice_over",color:"#6C47FF",textIcon:"EL",website:"https://elevenlabs.io",serviceKinds:["tts"]},cartesia:{id:"cartesia",alias:"cartesia",name:"Cartesia",icon:"spatial_audio",color:"#FF4F8B",textIcon:"CA",website:"https://cartesia.ai",serviceKinds:["tts"]},playht:{id:"playht",alias:"playht",name:"PlayHT",icon:"play_circle",color:"#00B4D8",textIcon:"PH",website:"https://play.ht",serviceKinds:["tts"]},sdwebui:{id:"sdwebui",alias:"sdwebui",name:"SD WebUI",icon:"brush",color:"#FF7043",textIcon:"SD",website:"https://github.com/AUTOMATIC1111/stable-diffusion-webui",serviceKinds:["image"]},comfyui:{id:"comfyui",alias:"comfyui",name:"ComfyUI",icon:"account_tree",color:"#4CAF50",textIcon:"CF",website:"https://github.com/comfyanonymous/ComfyUI",serviceKinds:["image"]},huggingface:{id:"huggingface",alias:"hf",name:"HuggingFace",icon:"face",color:"#FFD21E",textIcon:"HF",website:"https://huggingface.co",serviceKinds:["embedding","image","tts"]},chutes:{id:"chutes",alias:"ch",name:"Chutes AI",icon:"water_drop",color:"#ffffffff",textIcon:"CH",website:"https://chutes.ai"},"ollama-local":{id:"ollama-local",alias:"ollama-local",name:"Ollama Local",icon:"cloud",color:"#ffffffff",textIcon:"OL",website:"https://ollama.com"},"vertex-partner":{id:"vertex-partner",alias:"vxp",name:"Vertex Partner",icon:"cloud",color:"#34A853",textIcon:"VP",website:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-partner-models"}},h="openai-compatible-",i="anthropic-compatible-";function j(a){return"string"==typeof a&&a.startsWith(h)}function k(a){return"string"==typeof a&&a.startsWith(i)}let l={...d,...e,...f,...g};function m(a){for(let b of Object.values(l))if(b.alias===a||b.id===a)return b;return null}function n(a){let b=m(a);return b?.id||a}function o(a){let b=l[a];return b?.alias||a}Object.values(l).reduce((a,b)=>(a[b.alias]=b.id,a),{}),Object.values(l).reduce((a,b)=>(a[b.id]=b.alias,a),{})},89489:(a,b,c)=>{c.d(b,{UY:()=>g,eh:()=>f.eh,fg:()=>e.fg});var d=c(39006),e=c(50021),f=c(24709);d.rE;let g={maxLines:200,pollIntervalMs:1e3}}};
@@ -1 +1 @@
1
- globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],lowPriorityFiles:["static/pbiCGV8ldRGI74k3bSlud/_buildManifest.js","static/pbiCGV8ldRGI74k3bSlud/_ssgManifest.js"],rootMainFiles:["static/chunks/webpack-86e40ea2022f394c.js","static/chunks/c7879cf7-255d52e3eda24cb7.js","static/chunks/5158-4b48a3595c794bbc.js","static/chunks/main-app-2c8be355ba1c4e93.js"],rootMainFilesTree:{},pages:{"/_app":[]}};
1
+ globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],lowPriorityFiles:["static/Ww_6kqPqPWlQlt6zRVg8A/_buildManifest.js","static/Ww_6kqPqPWlQlt6zRVg8A/_ssgManifest.js"],rootMainFiles:["static/chunks/webpack-86e40ea2022f394c.js","static/chunks/c7879cf7-255d52e3eda24cb7.js","static/chunks/5158-4b48a3595c794bbc.js","static/chunks/main-app-2c8be355ba1c4e93.js"],rootMainFilesTree:{},pages:{"/_app":[]}};