omniroute 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (746) hide show
  1. package/README.md +38 -26
  2. package/app/.next/BUILD_ID +1 -1
  3. package/app/.next/app-path-routes-manifest.json +37 -25
  4. package/app/.next/build-manifest.json +3 -3
  5. package/app/.next/prerender-manifest.json +3 -3
  6. package/app/.next/routes-manifest.json +74 -0
  7. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js +2 -2
  8. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +1 -1
  9. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
  10. package/app/.next/server/app/(dashboard)/dashboard/combos/page.js +2 -2
  11. package/app/.next/server/app/(dashboard)/dashboard/combos/page.js.nft.json +1 -1
  12. package/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
  13. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js +2 -2
  14. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js.nft.json +1 -1
  15. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
  16. package/app/.next/server/app/(dashboard)/dashboard/onboarding/page.js +2 -2
  17. package/app/.next/server/app/(dashboard)/dashboard/onboarding/page.js.nft.json +1 -1
  18. package/app/.next/server/app/(dashboard)/dashboard/onboarding/page_client-reference-manifest.js +1 -1
  19. package/app/.next/server/app/(dashboard)/dashboard/page.js +2 -2
  20. package/app/.next/server/app/(dashboard)/dashboard/page.js.nft.json +1 -1
  21. package/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
  22. package/app/.next/server/app/(dashboard)/dashboard/profile/page.js +2 -2
  23. package/app/.next/server/app/(dashboard)/dashboard/profile/page.js.nft.json +1 -1
  24. package/app/.next/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
  25. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js +2 -2
  26. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js.nft.json +1 -1
  27. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
  28. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js +2 -2
  29. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js.nft.json +1 -1
  30. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
  31. package/app/.next/server/app/(dashboard)/dashboard/providers/page.js +2 -2
  32. package/app/.next/server/app/(dashboard)/dashboard/providers/page.js.nft.json +1 -1
  33. package/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
  34. package/app/.next/server/app/(dashboard)/dashboard/settings/page.js +2 -2
  35. package/app/.next/server/app/(dashboard)/dashboard/settings/page.js.nft.json +1 -1
  36. package/app/.next/server/app/(dashboard)/dashboard/settings/page_client-reference-manifest.js +1 -1
  37. package/app/.next/server/app/(dashboard)/dashboard/settings/pricing/page.js +2 -2
  38. package/app/.next/server/app/(dashboard)/dashboard/settings/pricing/page.js.nft.json +1 -1
  39. package/app/.next/server/app/(dashboard)/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
  40. package/app/.next/server/app/(dashboard)/dashboard/translator/page.js +2 -2
  41. package/app/.next/server/app/(dashboard)/dashboard/translator/page.js.nft.json +1 -1
  42. package/app/.next/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
  43. package/app/.next/server/app/(dashboard)/dashboard/usage/page.js +2 -2
  44. package/app/.next/server/app/(dashboard)/dashboard/usage/page.js.nft.json +1 -1
  45. package/app/.next/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
  46. package/app/.next/server/app/_global-error/page.js +3 -3
  47. package/app/.next/server/app/_global-error/page.js.nft.json +1 -1
  48. package/app/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  49. package/app/.next/server/app/_global-error.html +2 -2
  50. package/app/.next/server/app/_global-error.rsc +10 -9
  51. package/app/.next/server/app/_global-error.segments/_full.segment.rsc +10 -9
  52. package/app/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  53. package/app/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  54. package/app/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  55. package/app/.next/server/app/_global-error.segments/_index.segment.rsc +2 -1
  56. package/app/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  57. package/app/.next/server/app/_not-found/page.js +2 -2
  58. package/app/.next/server/app/_not-found/page.js.nft.json +1 -1
  59. package/app/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  60. package/app/.next/server/app/_not-found.html +1 -1
  61. package/app/.next/server/app/_not-found.rsc +16 -12
  62. package/app/.next/server/app/_not-found.segments/_full.segment.rsc +16 -12
  63. package/app/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  64. package/app/.next/server/app/_not-found.segments/_index.segment.rsc +4 -3
  65. package/app/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +8 -4
  66. package/app/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  67. package/app/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  68. package/app/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -1
  69. package/app/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
  70. package/app/.next/server/app/api/cache/stats/route.js +1 -0
  71. package/app/.next/server/app/api/cache/stats/route.js.nft.json +1 -0
  72. package/app/.next/server/app/api/cache/stats/route_client-reference-manifest.js +1 -0
  73. package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js +2 -2
  74. package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route_client-reference-manifest.js +1 -1
  75. package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js +1 -1
  76. package/app/.next/server/app/api/cli-tools/antigravity-mitm/route_client-reference-manifest.js +1 -1
  77. package/app/.next/server/app/api/cli-tools/backups/route.js +1 -1
  78. package/app/.next/server/app/api/cli-tools/backups/route_client-reference-manifest.js +1 -1
  79. package/app/.next/server/app/api/cli-tools/claude-settings/route.js +2 -2
  80. package/app/.next/server/app/api/cli-tools/claude-settings/route_client-reference-manifest.js +1 -1
  81. package/app/.next/server/app/api/cli-tools/cline-settings/route.js +2 -2
  82. package/app/.next/server/app/api/cli-tools/cline-settings/route_client-reference-manifest.js +1 -1
  83. package/app/.next/server/app/api/cli-tools/codex-profiles/route.js +2 -2
  84. package/app/.next/server/app/api/cli-tools/codex-profiles/route_client-reference-manifest.js +1 -1
  85. package/app/.next/server/app/api/cli-tools/codex-settings/route.js +1 -1
  86. package/app/.next/server/app/api/cli-tools/codex-settings/route_client-reference-manifest.js +1 -1
  87. package/app/.next/server/app/api/cli-tools/droid-settings/route.js +1 -1
  88. package/app/.next/server/app/api/cli-tools/droid-settings/route_client-reference-manifest.js +1 -1
  89. package/app/.next/server/app/api/cli-tools/guide-settings/[toolId]/route_client-reference-manifest.js +1 -1
  90. package/app/.next/server/app/api/cli-tools/kilo-settings/route.js +1 -1
  91. package/app/.next/server/app/api/cli-tools/kilo-settings/route_client-reference-manifest.js +1 -1
  92. package/app/.next/server/app/api/cli-tools/openclaw-settings/route.js +1 -1
  93. package/app/.next/server/app/api/cli-tools/openclaw-settings/route_client-reference-manifest.js +1 -1
  94. package/app/.next/server/app/api/cli-tools/runtime/[toolId]/route.js +2 -2
  95. package/app/.next/server/app/api/cli-tools/runtime/[toolId]/route_client-reference-manifest.js +1 -1
  96. package/app/.next/server/app/api/cloud/auth/route_client-reference-manifest.js +1 -1
  97. package/app/.next/server/app/api/cloud/credentials/update/route_client-reference-manifest.js +1 -1
  98. package/app/.next/server/app/api/cloud/model/resolve/route_client-reference-manifest.js +1 -1
  99. package/app/.next/server/app/api/cloud/models/alias/route_client-reference-manifest.js +1 -1
  100. package/app/.next/server/app/api/combos/[id]/route.js +1 -1
  101. package/app/.next/server/app/api/combos/[id]/route_client-reference-manifest.js +1 -1
  102. package/app/.next/server/app/api/combos/metrics/route_client-reference-manifest.js +1 -1
  103. package/app/.next/server/app/api/combos/route.js +1 -1
  104. package/app/.next/server/app/api/combos/route_client-reference-manifest.js +1 -1
  105. package/app/.next/server/app/api/combos/test/route_client-reference-manifest.js +1 -1
  106. package/app/.next/server/app/api/compliance/audit-log/route.js +156 -0
  107. package/app/.next/server/app/api/compliance/audit-log/route.js.nft.json +1 -0
  108. package/app/.next/server/app/api/compliance/audit-log/route_client-reference-manifest.js +1 -0
  109. package/app/.next/server/app/api/db-backups/route_client-reference-manifest.js +1 -1
  110. package/app/.next/server/app/api/evals/[suiteId]/route.js +1 -0
  111. package/app/.next/server/app/api/evals/[suiteId]/route.js.nft.json +1 -0
  112. package/app/.next/server/app/api/evals/[suiteId]/route_client-reference-manifest.js +1 -0
  113. package/app/.next/server/app/api/evals/route.js +1 -0
  114. package/app/.next/server/app/api/evals/route.js.nft.json +1 -0
  115. package/app/.next/server/app/api/evals/route_client-reference-manifest.js +1 -0
  116. package/app/.next/server/app/api/fallback/chains/route.js +1 -0
  117. package/app/.next/server/app/api/fallback/chains/route.js.nft.json +1 -0
  118. package/app/.next/server/app/api/fallback/chains/route_client-reference-manifest.js +1 -0
  119. package/app/.next/server/app/api/init/route.js +1 -1
  120. package/app/.next/server/app/api/init/route_client-reference-manifest.js +1 -1
  121. package/app/.next/server/app/api/keys/[id]/route_client-reference-manifest.js +1 -1
  122. package/app/.next/server/app/api/keys/route.js +1 -1
  123. package/app/.next/server/app/api/keys/route_client-reference-manifest.js +1 -1
  124. package/app/.next/server/app/api/models/alias/route_client-reference-manifest.js +1 -1
  125. package/app/.next/server/app/api/models/availability/route.js +1 -0
  126. package/app/.next/server/app/api/models/availability/route.js.nft.json +1 -0
  127. package/app/.next/server/app/api/models/availability/route_client-reference-manifest.js +1 -0
  128. package/app/.next/server/app/api/models/catalog/route.js +156 -1
  129. package/app/.next/server/app/api/models/catalog/route.js.nft.json +1 -1
  130. package/app/.next/server/app/api/models/catalog/route_client-reference-manifest.js +1 -1
  131. package/app/.next/server/app/api/models/route.js +1 -1
  132. package/app/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
  133. package/app/.next/server/app/api/oauth/[provider]/[action]/route_client-reference-manifest.js +1 -1
  134. package/app/.next/server/app/api/oauth/cursor/auto-import/route_client-reference-manifest.js +1 -1
  135. package/app/.next/server/app/api/oauth/cursor/import/route_client-reference-manifest.js +1 -1
  136. package/app/.next/server/app/api/oauth/kiro/auto-import/route_client-reference-manifest.js +1 -1
  137. package/app/.next/server/app/api/oauth/kiro/import/route_client-reference-manifest.js +1 -1
  138. package/app/.next/server/app/api/oauth/kiro/social-authorize/route_client-reference-manifest.js +1 -1
  139. package/app/.next/server/app/api/oauth/kiro/social-exchange/route_client-reference-manifest.js +1 -1
  140. package/app/.next/server/app/api/policies/route.js +1 -0
  141. package/app/.next/server/app/api/policies/route.js.nft.json +1 -0
  142. package/app/.next/server/app/api/policies/route_client-reference-manifest.js +1 -0
  143. package/app/.next/server/app/api/pricing/defaults/route_client-reference-manifest.js +1 -1
  144. package/app/.next/server/app/api/pricing/models/route_client-reference-manifest.js +1 -1
  145. package/app/.next/server/app/api/pricing/route_client-reference-manifest.js +1 -1
  146. package/app/.next/server/app/api/provider-models/route_client-reference-manifest.js +1 -1
  147. package/app/.next/server/app/api/provider-nodes/[id]/route_client-reference-manifest.js +1 -1
  148. package/app/.next/server/app/api/provider-nodes/route_client-reference-manifest.js +1 -1
  149. package/app/.next/server/app/api/provider-nodes/validate/route_client-reference-manifest.js +1 -1
  150. package/app/.next/server/app/api/providers/[id]/models/route_client-reference-manifest.js +1 -1
  151. package/app/.next/server/app/api/providers/[id]/route_client-reference-manifest.js +1 -1
  152. package/app/.next/server/app/api/providers/[id]/test/route.js +1 -1
  153. package/app/.next/server/app/api/providers/[id]/test/route_client-reference-manifest.js +1 -1
  154. package/app/.next/server/app/api/providers/client/route_client-reference-manifest.js +1 -1
  155. package/app/.next/server/app/api/providers/route.js +1 -1
  156. package/app/.next/server/app/api/providers/route_client-reference-manifest.js +1 -1
  157. package/app/.next/server/app/api/providers/test-batch/route_client-reference-manifest.js +1 -1
  158. package/app/.next/server/app/api/providers/validate/route_client-reference-manifest.js +1 -1
  159. package/app/.next/server/app/api/rate-limit/route.js +2 -2
  160. package/app/.next/server/app/api/rate-limit/route_client-reference-manifest.js +1 -1
  161. package/app/.next/server/app/api/rate-limits/route.js +1 -1
  162. package/app/.next/server/app/api/rate-limits/route_client-reference-manifest.js +1 -1
  163. package/app/.next/server/app/api/resilience/reset/route.js +1 -0
  164. package/app/.next/server/app/api/resilience/reset/route.js.nft.json +1 -0
  165. package/app/.next/server/app/api/resilience/reset/route_client-reference-manifest.js +1 -0
  166. package/app/.next/server/app/api/resilience/route.js +156 -0
  167. package/app/.next/server/app/api/resilience/route.js.nft.json +1 -0
  168. package/app/.next/server/app/api/resilience/route_client-reference-manifest.js +1 -0
  169. package/app/.next/server/app/api/restart/route_client-reference-manifest.js +1 -1
  170. package/app/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
  171. package/app/.next/server/app/api/settings/combo-defaults/route_client-reference-manifest.js +1 -1
  172. package/app/.next/server/app/api/settings/ip-filter/route_client-reference-manifest.js +1 -1
  173. package/app/.next/server/app/api/settings/proxy/route_client-reference-manifest.js +1 -1
  174. package/app/.next/server/app/api/settings/proxy/test/route_client-reference-manifest.js +1 -1
  175. package/app/.next/server/app/api/settings/require-login/route_client-reference-manifest.js +1 -1
  176. package/app/.next/server/app/api/settings/route_client-reference-manifest.js +1 -1
  177. package/app/.next/server/app/api/settings/system-prompt/route_client-reference-manifest.js +1 -1
  178. package/app/.next/server/app/api/settings/thinking-budget/route_client-reference-manifest.js +1 -1
  179. package/app/.next/server/app/api/shutdown/route_client-reference-manifest.js +1 -1
  180. package/app/.next/server/app/api/storage/health/route_client-reference-manifest.js +1 -1
  181. package/app/.next/server/app/api/sync/cloud/route_client-reference-manifest.js +1 -1
  182. package/app/.next/server/app/api/sync/initialize/route_client-reference-manifest.js +1 -1
  183. package/app/.next/server/app/api/tags/route_client-reference-manifest.js +1 -1
  184. package/app/.next/server/app/api/telemetry/summary/route.js +1 -0
  185. package/app/.next/server/app/api/telemetry/summary/route.js.nft.json +1 -0
  186. package/app/.next/server/app/api/telemetry/summary/route_client-reference-manifest.js +1 -0
  187. package/app/.next/server/app/api/token-health/route.js +156 -0
  188. package/app/.next/server/app/api/token-health/route.js.nft.json +1 -0
  189. package/app/.next/server/app/api/token-health/route_client-reference-manifest.js +1 -0
  190. package/app/.next/server/app/api/translator/detect/route.js +1 -1
  191. package/app/.next/server/app/api/translator/detect/route_client-reference-manifest.js +1 -1
  192. package/app/.next/server/app/api/translator/history/route_client-reference-manifest.js +1 -1
  193. package/app/.next/server/app/api/translator/load/route_client-reference-manifest.js +1 -1
  194. package/app/.next/server/app/api/translator/save/route_client-reference-manifest.js +1 -1
  195. package/app/.next/server/app/api/translator/send/route.js +1 -156
  196. package/app/.next/server/app/api/translator/send/route.js.nft.json +1 -1
  197. package/app/.next/server/app/api/translator/send/route_client-reference-manifest.js +1 -1
  198. package/app/.next/server/app/api/translator/translate/route.js +2 -2
  199. package/app/.next/server/app/api/translator/translate/route_client-reference-manifest.js +1 -1
  200. package/app/.next/server/app/api/usage/[connectionId]/route.js +1 -1
  201. package/app/.next/server/app/api/usage/[connectionId]/route.js.nft.json +1 -1
  202. package/app/.next/server/app/api/usage/[connectionId]/route_client-reference-manifest.js +1 -1
  203. package/app/.next/server/app/api/usage/analytics/route.js +1 -1
  204. package/app/.next/server/app/api/usage/analytics/route.js.nft.json +1 -1
  205. package/app/.next/server/app/api/usage/analytics/route_client-reference-manifest.js +1 -1
  206. package/app/.next/server/app/api/usage/budget/route.js +1 -0
  207. package/app/.next/server/app/api/usage/budget/route.js.nft.json +1 -0
  208. package/app/.next/server/app/api/usage/budget/route_client-reference-manifest.js +1 -0
  209. package/app/.next/server/app/api/usage/call-logs/[id]/route.js +1 -1
  210. package/app/.next/server/app/api/usage/call-logs/[id]/route.js.nft.json +1 -1
  211. package/app/.next/server/app/api/usage/call-logs/[id]/route_client-reference-manifest.js +1 -1
  212. package/app/.next/server/app/api/usage/call-logs/route.js +1 -1
  213. package/app/.next/server/app/api/usage/call-logs/route.js.nft.json +1 -1
  214. package/app/.next/server/app/api/usage/call-logs/route_client-reference-manifest.js +1 -1
  215. package/app/.next/server/app/api/usage/history/route.js +1 -1
  216. package/app/.next/server/app/api/usage/history/route.js.nft.json +1 -1
  217. package/app/.next/server/app/api/usage/history/route_client-reference-manifest.js +1 -1
  218. package/app/.next/server/app/api/usage/logs/route.js +1 -1
  219. package/app/.next/server/app/api/usage/logs/route.js.nft.json +1 -1
  220. package/app/.next/server/app/api/usage/logs/route_client-reference-manifest.js +1 -1
  221. package/app/.next/server/app/api/usage/proxy-logs/route_client-reference-manifest.js +1 -1
  222. package/app/.next/server/app/api/usage/request-logs/route.js +1 -1
  223. package/app/.next/server/app/api/usage/request-logs/route.js.nft.json +1 -1
  224. package/app/.next/server/app/api/usage/request-logs/route_client-reference-manifest.js +1 -1
  225. package/app/.next/server/app/api/v1/api/chat/route.js +1 -1
  226. package/app/.next/server/app/api/v1/api/chat/route.js.nft.json +1 -1
  227. package/app/.next/server/app/api/v1/api/chat/route_client-reference-manifest.js +1 -1
  228. package/app/.next/server/app/api/v1/audio/speech/route.js +1 -156
  229. package/app/.next/server/app/api/v1/audio/speech/route.js.nft.json +1 -1
  230. package/app/.next/server/app/api/v1/audio/speech/route_client-reference-manifest.js +1 -1
  231. package/app/.next/server/app/api/v1/audio/transcriptions/route.js +1 -156
  232. package/app/.next/server/app/api/v1/audio/transcriptions/route.js.nft.json +1 -1
  233. package/app/.next/server/app/api/v1/audio/transcriptions/route_client-reference-manifest.js +1 -1
  234. package/app/.next/server/app/api/v1/chat/completions/route.js +1 -1
  235. package/app/.next/server/app/api/v1/chat/completions/route.js.nft.json +1 -1
  236. package/app/.next/server/app/api/v1/chat/completions/route_client-reference-manifest.js +1 -1
  237. package/app/.next/server/app/api/v1/embeddings/route.js +1 -1
  238. package/app/.next/server/app/api/v1/embeddings/route.js.nft.json +1 -1
  239. package/app/.next/server/app/api/v1/embeddings/route_client-reference-manifest.js +1 -1
  240. package/app/.next/server/app/api/v1/images/generations/route.js +1 -1
  241. package/app/.next/server/app/api/v1/images/generations/route.js.nft.json +1 -1
  242. package/app/.next/server/app/api/v1/images/generations/route_client-reference-manifest.js +1 -1
  243. package/app/.next/server/app/api/v1/messages/count_tokens/route_client-reference-manifest.js +1 -1
  244. package/app/.next/server/app/api/v1/messages/route.js +1 -1
  245. package/app/.next/server/app/api/v1/messages/route.js.nft.json +1 -1
  246. package/app/.next/server/app/api/v1/messages/route_client-reference-manifest.js +1 -1
  247. package/app/.next/server/app/api/v1/models/route.js +1 -1
  248. package/app/.next/server/app/api/v1/models/route.js.nft.json +1 -1
  249. package/app/.next/server/app/api/v1/models/route_client-reference-manifest.js +1 -1
  250. package/app/.next/server/app/api/v1/moderations/route.js +2 -2
  251. package/app/.next/server/app/api/v1/moderations/route.js.nft.json +1 -1
  252. package/app/.next/server/app/api/v1/moderations/route_client-reference-manifest.js +1 -1
  253. package/app/.next/server/app/api/v1/providers/[provider]/chat/completions/route.js +1 -1
  254. package/app/.next/server/app/api/v1/providers/[provider]/chat/completions/route.js.nft.json +1 -1
  255. package/app/.next/server/app/api/v1/providers/[provider]/chat/completions/route_client-reference-manifest.js +1 -1
  256. package/app/.next/server/app/api/v1/providers/[provider]/embeddings/route.js +156 -1
  257. package/app/.next/server/app/api/v1/providers/[provider]/embeddings/route.js.nft.json +1 -1
  258. package/app/.next/server/app/api/v1/providers/[provider]/embeddings/route_client-reference-manifest.js +1 -1
  259. package/app/.next/server/app/api/v1/providers/[provider]/images/generations/route.js +1 -1
  260. package/app/.next/server/app/api/v1/providers/[provider]/images/generations/route.js.nft.json +1 -1
  261. package/app/.next/server/app/api/v1/providers/[provider]/images/generations/route_client-reference-manifest.js +1 -1
  262. package/app/.next/server/app/api/v1/rerank/route.js +2 -2
  263. package/app/.next/server/app/api/v1/rerank/route.js.nft.json +1 -1
  264. package/app/.next/server/app/api/v1/rerank/route_client-reference-manifest.js +1 -1
  265. package/app/.next/server/app/api/v1/responses/route.js +1 -1
  266. package/app/.next/server/app/api/v1/responses/route.js.nft.json +1 -1
  267. package/app/.next/server/app/api/v1/responses/route_client-reference-manifest.js +1 -1
  268. package/app/.next/server/app/api/v1/route_client-reference-manifest.js +1 -1
  269. package/app/.next/server/app/api/v1beta/models/[...path]/route.js +1 -1
  270. package/app/.next/server/app/api/v1beta/models/[...path]/route.js.nft.json +1 -1
  271. package/app/.next/server/app/api/v1beta/models/[...path]/route_client-reference-manifest.js +1 -1
  272. package/app/.next/server/app/api/v1beta/models/route_client-reference-manifest.js +1 -1
  273. package/app/.next/server/app/callback/page.js +2 -2
  274. package/app/.next/server/app/callback/page.js.nft.json +1 -1
  275. package/app/.next/server/app/callback/page_client-reference-manifest.js +1 -1
  276. package/app/.next/server/app/callback.html +1 -1
  277. package/app/.next/server/app/callback.rsc +17 -16
  278. package/app/.next/server/app/callback.segments/_full.segment.rsc +17 -16
  279. package/app/.next/server/app/callback.segments/_head.segment.rsc +1 -1
  280. package/app/.next/server/app/callback.segments/_index.segment.rsc +4 -3
  281. package/app/.next/server/app/callback.segments/_tree.segment.rsc +2 -2
  282. package/app/.next/server/app/callback.segments/callback/__PAGE__.segment.rsc +1 -1
  283. package/app/.next/server/app/callback.segments/callback.segment.rsc +1 -1
  284. package/app/.next/server/app/dashboard/cli-tools.html +1 -1
  285. package/app/.next/server/app/dashboard/cli-tools.rsc +16 -15
  286. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +2 -2
  287. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +1 -1
  288. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  289. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  290. package/app/.next/server/app/dashboard/cli-tools.segments/_full.segment.rsc +16 -15
  291. package/app/.next/server/app/dashboard/cli-tools.segments/_head.segment.rsc +1 -1
  292. package/app/.next/server/app/dashboard/cli-tools.segments/_index.segment.rsc +4 -3
  293. package/app/.next/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +2 -2
  294. package/app/.next/server/app/dashboard/combos.html +1 -1
  295. package/app/.next/server/app/dashboard/combos.rsc +18 -17
  296. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +2 -2
  297. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +1 -1
  298. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  299. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  300. package/app/.next/server/app/dashboard/combos.segments/_full.segment.rsc +18 -17
  301. package/app/.next/server/app/dashboard/combos.segments/_head.segment.rsc +1 -1
  302. package/app/.next/server/app/dashboard/combos.segments/_index.segment.rsc +4 -3
  303. package/app/.next/server/app/dashboard/combos.segments/_tree.segment.rsc +2 -2
  304. package/app/.next/server/app/dashboard/endpoint.html +1 -1
  305. package/app/.next/server/app/dashboard/endpoint.rsc +16 -15
  306. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +2 -2
  307. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +1 -1
  308. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  309. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  310. package/app/.next/server/app/dashboard/endpoint.segments/_full.segment.rsc +16 -15
  311. package/app/.next/server/app/dashboard/endpoint.segments/_head.segment.rsc +1 -1
  312. package/app/.next/server/app/dashboard/endpoint.segments/_index.segment.rsc +4 -3
  313. package/app/.next/server/app/dashboard/endpoint.segments/_tree.segment.rsc +2 -2
  314. package/app/.next/server/app/dashboard/onboarding.html +1 -1
  315. package/app/.next/server/app/dashboard/onboarding.rsc +18 -17
  316. package/app/.next/server/app/dashboard/onboarding.segments/!KGRhc2hib2FyZCk/dashboard/onboarding/__PAGE__.segment.rsc +1 -1
  317. package/app/.next/server/app/dashboard/onboarding.segments/!KGRhc2hib2FyZCk/dashboard/onboarding.segment.rsc +1 -1
  318. package/app/.next/server/app/dashboard/onboarding.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  319. package/app/.next/server/app/dashboard/onboarding.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  320. package/app/.next/server/app/dashboard/onboarding.segments/_full.segment.rsc +18 -17
  321. package/app/.next/server/app/dashboard/onboarding.segments/_head.segment.rsc +1 -1
  322. package/app/.next/server/app/dashboard/onboarding.segments/_index.segment.rsc +4 -3
  323. package/app/.next/server/app/dashboard/onboarding.segments/_tree.segment.rsc +2 -2
  324. package/app/.next/server/app/dashboard/profile.html +1 -1
  325. package/app/.next/server/app/dashboard/profile.rsc +15 -14
  326. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +1 -1
  327. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +1 -1
  328. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  329. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  330. package/app/.next/server/app/dashboard/profile.segments/_full.segment.rsc +15 -14
  331. package/app/.next/server/app/dashboard/profile.segments/_head.segment.rsc +1 -1
  332. package/app/.next/server/app/dashboard/profile.segments/_index.segment.rsc +4 -3
  333. package/app/.next/server/app/dashboard/profile.segments/_tree.segment.rsc +2 -2
  334. package/app/.next/server/app/dashboard/providers/new.html +1 -1
  335. package/app/.next/server/app/dashboard/providers/new.rsc +18 -17
  336. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +2 -2
  337. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +1 -1
  338. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  339. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  340. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  341. package/app/.next/server/app/dashboard/providers/new.segments/_full.segment.rsc +18 -17
  342. package/app/.next/server/app/dashboard/providers/new.segments/_head.segment.rsc +1 -1
  343. package/app/.next/server/app/dashboard/providers/new.segments/_index.segment.rsc +4 -3
  344. package/app/.next/server/app/dashboard/providers/new.segments/_tree.segment.rsc +2 -2
  345. package/app/.next/server/app/dashboard/providers.html +1 -1
  346. package/app/.next/server/app/dashboard/providers.rsc +18 -17
  347. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +2 -2
  348. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  349. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  350. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  351. package/app/.next/server/app/dashboard/providers.segments/_full.segment.rsc +18 -17
  352. package/app/.next/server/app/dashboard/providers.segments/_head.segment.rsc +1 -1
  353. package/app/.next/server/app/dashboard/providers.segments/_index.segment.rsc +4 -3
  354. package/app/.next/server/app/dashboard/providers.segments/_tree.segment.rsc +2 -2
  355. package/app/.next/server/app/dashboard/settings/pricing.html +1 -1
  356. package/app/.next/server/app/dashboard/settings/pricing.rsc +18 -17
  357. package/app/.next/server/app/dashboard/settings/pricing.segments/!KGRhc2hib2FyZCk/dashboard/settings/pricing/__PAGE__.segment.rsc +1 -1
  358. package/app/.next/server/app/dashboard/settings/pricing.segments/!KGRhc2hib2FyZCk/dashboard/settings/pricing.segment.rsc +1 -1
  359. package/app/.next/server/app/dashboard/settings/pricing.segments/!KGRhc2hib2FyZCk/dashboard/settings.segment.rsc +1 -1
  360. package/app/.next/server/app/dashboard/settings/pricing.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  361. package/app/.next/server/app/dashboard/settings/pricing.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  362. package/app/.next/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +18 -17
  363. package/app/.next/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
  364. package/app/.next/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +4 -3
  365. package/app/.next/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +2 -2
  366. package/app/.next/server/app/dashboard/settings.html +1 -1
  367. package/app/.next/server/app/dashboard/settings.rsc +18 -17
  368. package/app/.next/server/app/dashboard/settings.segments/!KGRhc2hib2FyZCk/dashboard/settings/__PAGE__.segment.rsc +2 -2
  369. package/app/.next/server/app/dashboard/settings.segments/!KGRhc2hib2FyZCk/dashboard/settings.segment.rsc +1 -1
  370. package/app/.next/server/app/dashboard/settings.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  371. package/app/.next/server/app/dashboard/settings.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  372. package/app/.next/server/app/dashboard/settings.segments/_full.segment.rsc +18 -17
  373. package/app/.next/server/app/dashboard/settings.segments/_head.segment.rsc +1 -1
  374. package/app/.next/server/app/dashboard/settings.segments/_index.segment.rsc +4 -3
  375. package/app/.next/server/app/dashboard/settings.segments/_tree.segment.rsc +2 -2
  376. package/app/.next/server/app/dashboard/translator.html +2 -2
  377. package/app/.next/server/app/dashboard/translator.rsc +15 -14
  378. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +2 -2
  379. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +1 -1
  380. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  381. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  382. package/app/.next/server/app/dashboard/translator.segments/_full.segment.rsc +15 -14
  383. package/app/.next/server/app/dashboard/translator.segments/_head.segment.rsc +1 -1
  384. package/app/.next/server/app/dashboard/translator.segments/_index.segment.rsc +4 -3
  385. package/app/.next/server/app/dashboard/translator.segments/_tree.segment.rsc +2 -2
  386. package/app/.next/server/app/dashboard/usage.html +2 -1
  387. package/app/.next/server/app/dashboard/usage.rsc +18 -17
  388. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +2 -2
  389. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +1 -1
  390. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  391. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  392. package/app/.next/server/app/dashboard/usage.segments/_full.segment.rsc +18 -17
  393. package/app/.next/server/app/dashboard/usage.segments/_head.segment.rsc +1 -1
  394. package/app/.next/server/app/dashboard/usage.segments/_index.segment.rsc +4 -3
  395. package/app/.next/server/app/dashboard/usage.segments/_tree.segment.rsc +2 -2
  396. package/app/.next/server/app/docs/page.js +2 -2
  397. package/app/.next/server/app/docs/page.js.nft.json +1 -1
  398. package/app/.next/server/app/docs/page_client-reference-manifest.js +1 -1
  399. package/app/.next/server/app/docs.html +1 -1
  400. package/app/.next/server/app/docs.rsc +21 -24
  401. package/app/.next/server/app/docs.segments/_full.segment.rsc +21 -24
  402. package/app/.next/server/app/docs.segments/_head.segment.rsc +1 -1
  403. package/app/.next/server/app/docs.segments/_index.segment.rsc +4 -3
  404. package/app/.next/server/app/docs.segments/_tree.segment.rsc +2 -2
  405. package/app/.next/server/app/docs.segments/docs/__PAGE__.segment.rsc +1 -1
  406. package/app/.next/server/app/docs.segments/docs.segment.rsc +1 -1
  407. package/app/.next/server/app/index.html +1 -1
  408. package/app/.next/server/app/index.rsc +14 -13
  409. package/app/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  410. package/app/.next/server/app/index.segments/_full.segment.rsc +14 -13
  411. package/app/.next/server/app/index.segments/_head.segment.rsc +1 -1
  412. package/app/.next/server/app/index.segments/_index.segment.rsc +4 -3
  413. package/app/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  414. package/app/.next/server/app/landing/page.js +2 -2
  415. package/app/.next/server/app/landing/page.js.nft.json +1 -1
  416. package/app/.next/server/app/landing/page_client-reference-manifest.js +1 -1
  417. package/app/.next/server/app/landing.html +1 -1
  418. package/app/.next/server/app/landing.rsc +17 -16
  419. package/app/.next/server/app/landing.segments/_full.segment.rsc +17 -16
  420. package/app/.next/server/app/landing.segments/_head.segment.rsc +1 -1
  421. package/app/.next/server/app/landing.segments/_index.segment.rsc +4 -3
  422. package/app/.next/server/app/landing.segments/_tree.segment.rsc +2 -2
  423. package/app/.next/server/app/landing.segments/landing/__PAGE__.segment.rsc +1 -1
  424. package/app/.next/server/app/landing.segments/landing.segment.rsc +1 -1
  425. package/app/.next/server/app/login/page.js +2 -2
  426. package/app/.next/server/app/login/page.js.nft.json +1 -1
  427. package/app/.next/server/app/login/page_client-reference-manifest.js +1 -1
  428. package/app/.next/server/app/login.html +1 -1
  429. package/app/.next/server/app/login.rsc +17 -16
  430. package/app/.next/server/app/login.segments/_full.segment.rsc +17 -16
  431. package/app/.next/server/app/login.segments/_head.segment.rsc +1 -1
  432. package/app/.next/server/app/login.segments/_index.segment.rsc +4 -3
  433. package/app/.next/server/app/login.segments/_tree.segment.rsc +2 -2
  434. package/app/.next/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
  435. package/app/.next/server/app/login.segments/login.segment.rsc +1 -1
  436. package/app/.next/server/app/page.js +2 -2
  437. package/app/.next/server/app/page.js.nft.json +1 -1
  438. package/app/.next/server/app/page_client-reference-manifest.js +1 -1
  439. package/app/.next/server/app/privacy/page.js +2 -2
  440. package/app/.next/server/app/privacy/page.js.nft.json +1 -1
  441. package/app/.next/server/app/privacy/page_client-reference-manifest.js +1 -1
  442. package/app/.next/server/app/privacy.html +1 -1
  443. package/app/.next/server/app/privacy.rsc +22 -23
  444. package/app/.next/server/app/privacy.segments/_full.segment.rsc +22 -23
  445. package/app/.next/server/app/privacy.segments/_head.segment.rsc +1 -1
  446. package/app/.next/server/app/privacy.segments/_index.segment.rsc +4 -3
  447. package/app/.next/server/app/privacy.segments/_tree.segment.rsc +2 -2
  448. package/app/.next/server/app/privacy.segments/privacy/__PAGE__.segment.rsc +1 -1
  449. package/app/.next/server/app/privacy.segments/privacy.segment.rsc +1 -1
  450. package/app/.next/server/app/terms/page.js +2 -2
  451. package/app/.next/server/app/terms/page.js.nft.json +1 -1
  452. package/app/.next/server/app/terms/page_client-reference-manifest.js +1 -1
  453. package/app/.next/server/app/terms.html +1 -1
  454. package/app/.next/server/app/terms.rsc +7 -7
  455. package/app/.next/server/app/terms.segments/_full.segment.rsc +7 -7
  456. package/app/.next/server/app/terms.segments/_head.segment.rsc +1 -1
  457. package/app/.next/server/app/terms.segments/_index.segment.rsc +4 -3
  458. package/app/.next/server/app/terms.segments/_tree.segment.rsc +2 -2
  459. package/app/.next/server/app/terms.segments/terms/__PAGE__.segment.rsc +1 -1
  460. package/app/.next/server/app/terms.segments/terms.segment.rsc +1 -1
  461. package/app/.next/server/app-paths-manifest.json +37 -25
  462. package/app/.next/server/chunks/1228.js +1 -0
  463. package/app/.next/server/chunks/1362.js +1 -1
  464. package/app/.next/server/chunks/152.js +1 -0
  465. package/app/.next/server/chunks/{3919.js → 1969.js} +1 -1
  466. package/app/.next/server/chunks/2399.js +1 -1
  467. package/app/.next/server/chunks/3676.js +1 -0
  468. package/app/.next/server/chunks/4004.js +1 -0
  469. package/app/.next/server/chunks/{6937.js → 4412.js} +2 -2
  470. package/app/.next/server/chunks/4755.js +15 -1
  471. package/app/.next/server/chunks/{7132.js → 4832.js} +2 -2
  472. package/app/.next/server/chunks/5040.js +1 -0
  473. package/app/.next/server/chunks/5267.js +1 -0
  474. package/app/.next/server/chunks/5640.js +1 -1
  475. package/app/.next/server/chunks/7271.js +1 -0
  476. package/app/.next/server/chunks/7615.js +1 -1
  477. package/app/.next/server/chunks/7968.js +1 -1
  478. package/app/.next/server/chunks/8020.js +13 -0
  479. package/app/.next/server/chunks/8108.js +1 -1
  480. package/app/.next/server/chunks/8259.js +1 -1
  481. package/app/.next/server/chunks/8400.js +1 -1
  482. package/app/.next/server/chunks/9328.js +156 -0
  483. package/app/.next/server/middleware-build-manifest.js +1 -1
  484. package/app/.next/server/middleware.js +2 -2
  485. package/app/.next/server/pages/404.html +1 -1
  486. package/app/.next/server/pages/500.html +2 -2
  487. package/app/.next/server/server-reference-manifest.js +1 -1
  488. package/app/.next/server/server-reference-manifest.json +1 -1
  489. package/app/.next/static/HcUrNktdfL89Ss5F7FHxP/_buildManifest.js +1 -0
  490. package/app/.next/static/chunks/1525-213a0aff01eb1c70.js +21 -0
  491. package/app/.next/static/chunks/{7896-4e519429f67f381e.js → 7896-5591822b8348e380.js} +1 -1
  492. package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-28e46119138cf102.js +1 -0
  493. package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-329f30be723f33ce.js +1 -0
  494. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-fc3451fe77f856f1.js +1 -0
  495. package/app/.next/static/chunks/app/(dashboard)/dashboard/settings/page-95b884cdbf859e56.js +1 -0
  496. package/app/.next/static/chunks/app/(dashboard)/dashboard/usage/page-7a0943932e7e5e51.js +1 -0
  497. package/app/.next/static/chunks/app/(dashboard)/layout-e84875e22efbf437.js +1 -0
  498. package/app/.next/static/chunks/app/_global-error/page-329f30be723f33ce.js +1 -0
  499. package/app/.next/static/chunks/app/_not-found/page-329f30be723f33ce.js +1 -0
  500. package/app/.next/static/chunks/app/api/auth/login/route-329f30be723f33ce.js +1 -0
  501. package/app/.next/static/chunks/app/api/auth/logout/route-329f30be723f33ce.js +1 -0
  502. package/app/.next/static/chunks/app/api/cache/stats/route-329f30be723f33ce.js +1 -0
  503. package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-329f30be723f33ce.js +1 -0
  504. package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-329f30be723f33ce.js +1 -0
  505. package/app/.next/static/chunks/app/api/cli-tools/backups/route-329f30be723f33ce.js +1 -0
  506. package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-329f30be723f33ce.js +1 -0
  507. package/app/.next/static/chunks/app/api/cli-tools/cline-settings/route-329f30be723f33ce.js +1 -0
  508. package/app/.next/static/chunks/app/api/cli-tools/codex-profiles/route-329f30be723f33ce.js +1 -0
  509. package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-329f30be723f33ce.js +1 -0
  510. package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-329f30be723f33ce.js +1 -0
  511. package/app/.next/static/chunks/app/api/cli-tools/guide-settings/[toolId]/route-329f30be723f33ce.js +1 -0
  512. package/app/.next/static/chunks/app/api/cli-tools/kilo-settings/route-329f30be723f33ce.js +1 -0
  513. package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-329f30be723f33ce.js +1 -0
  514. package/app/.next/static/chunks/app/api/cli-tools/runtime/[toolId]/route-329f30be723f33ce.js +1 -0
  515. package/app/.next/static/chunks/app/api/cloud/auth/route-329f30be723f33ce.js +1 -0
  516. package/app/.next/static/chunks/app/api/cloud/credentials/update/route-329f30be723f33ce.js +1 -0
  517. package/app/.next/static/chunks/app/api/cloud/model/resolve/route-329f30be723f33ce.js +1 -0
  518. package/app/.next/static/chunks/app/api/cloud/models/alias/route-329f30be723f33ce.js +1 -0
  519. package/app/.next/static/chunks/app/api/combos/[id]/route-329f30be723f33ce.js +1 -0
  520. package/app/.next/static/chunks/app/api/combos/metrics/route-329f30be723f33ce.js +1 -0
  521. package/app/.next/static/chunks/app/api/combos/route-329f30be723f33ce.js +1 -0
  522. package/app/.next/static/chunks/app/api/combos/test/route-329f30be723f33ce.js +1 -0
  523. package/app/.next/static/chunks/app/api/compliance/audit-log/route-329f30be723f33ce.js +1 -0
  524. package/app/.next/static/chunks/app/api/db-backups/route-329f30be723f33ce.js +1 -0
  525. package/app/.next/static/chunks/app/api/evals/[suiteId]/route-329f30be723f33ce.js +1 -0
  526. package/app/.next/static/chunks/app/api/evals/route-329f30be723f33ce.js +1 -0
  527. package/app/.next/static/chunks/app/api/fallback/chains/route-329f30be723f33ce.js +1 -0
  528. package/app/.next/static/chunks/app/api/init/route-329f30be723f33ce.js +1 -0
  529. package/app/.next/static/chunks/app/api/keys/[id]/route-329f30be723f33ce.js +1 -0
  530. package/app/.next/static/chunks/app/api/keys/route-329f30be723f33ce.js +1 -0
  531. package/app/.next/static/chunks/app/api/models/alias/route-329f30be723f33ce.js +1 -0
  532. package/app/.next/static/chunks/app/api/models/availability/route-329f30be723f33ce.js +1 -0
  533. package/app/.next/static/chunks/app/api/models/catalog/route-329f30be723f33ce.js +1 -0
  534. package/app/.next/static/chunks/app/api/models/route-329f30be723f33ce.js +1 -0
  535. package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-329f30be723f33ce.js +1 -0
  536. package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-329f30be723f33ce.js +1 -0
  537. package/app/.next/static/chunks/app/api/oauth/cursor/import/route-329f30be723f33ce.js +1 -0
  538. package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-329f30be723f33ce.js +1 -0
  539. package/app/.next/static/chunks/app/api/oauth/kiro/import/route-329f30be723f33ce.js +1 -0
  540. package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-329f30be723f33ce.js +1 -0
  541. package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-329f30be723f33ce.js +1 -0
  542. package/app/.next/static/chunks/app/api/policies/route-329f30be723f33ce.js +1 -0
  543. package/app/.next/static/chunks/app/api/pricing/defaults/route-329f30be723f33ce.js +1 -0
  544. package/app/.next/static/chunks/app/api/pricing/models/route-329f30be723f33ce.js +1 -0
  545. package/app/.next/static/chunks/app/api/pricing/route-329f30be723f33ce.js +1 -0
  546. package/app/.next/static/chunks/app/api/provider-models/route-329f30be723f33ce.js +1 -0
  547. package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-329f30be723f33ce.js +1 -0
  548. package/app/.next/static/chunks/app/api/provider-nodes/route-329f30be723f33ce.js +1 -0
  549. package/app/.next/static/chunks/app/api/provider-nodes/validate/route-329f30be723f33ce.js +1 -0
  550. package/app/.next/static/chunks/app/api/providers/[id]/models/route-329f30be723f33ce.js +1 -0
  551. package/app/.next/static/chunks/app/api/providers/[id]/route-329f30be723f33ce.js +1 -0
  552. package/app/.next/static/chunks/app/api/providers/[id]/test/route-329f30be723f33ce.js +1 -0
  553. package/app/.next/static/chunks/app/api/providers/client/route-329f30be723f33ce.js +1 -0
  554. package/app/.next/static/chunks/app/api/providers/route-329f30be723f33ce.js +1 -0
  555. package/app/.next/static/chunks/app/api/providers/test-batch/route-329f30be723f33ce.js +1 -0
  556. package/app/.next/static/chunks/app/api/providers/validate/route-329f30be723f33ce.js +1 -0
  557. package/app/.next/static/chunks/app/api/rate-limit/route-329f30be723f33ce.js +1 -0
  558. package/app/.next/static/chunks/app/api/rate-limits/route-329f30be723f33ce.js +1 -0
  559. package/app/.next/static/chunks/app/api/resilience/reset/route-329f30be723f33ce.js +1 -0
  560. package/app/.next/static/chunks/app/api/resilience/route-329f30be723f33ce.js +1 -0
  561. package/app/.next/static/chunks/app/api/restart/route-329f30be723f33ce.js +1 -0
  562. package/app/.next/static/chunks/app/api/sessions/route-329f30be723f33ce.js +1 -0
  563. package/app/.next/static/chunks/app/api/settings/combo-defaults/route-329f30be723f33ce.js +1 -0
  564. package/app/.next/static/chunks/app/api/settings/ip-filter/route-329f30be723f33ce.js +1 -0
  565. package/app/.next/static/chunks/app/api/settings/proxy/route-329f30be723f33ce.js +1 -0
  566. package/app/.next/static/chunks/app/api/settings/proxy/test/route-329f30be723f33ce.js +1 -0
  567. package/app/.next/static/chunks/app/api/settings/require-login/route-329f30be723f33ce.js +1 -0
  568. package/app/.next/static/chunks/app/api/settings/route-329f30be723f33ce.js +1 -0
  569. package/app/.next/static/chunks/app/api/settings/system-prompt/route-329f30be723f33ce.js +1 -0
  570. package/app/.next/static/chunks/app/api/settings/thinking-budget/route-329f30be723f33ce.js +1 -0
  571. package/app/.next/static/chunks/app/api/shutdown/route-329f30be723f33ce.js +1 -0
  572. package/app/.next/static/chunks/app/api/storage/health/route-329f30be723f33ce.js +1 -0
  573. package/app/.next/static/chunks/app/api/sync/cloud/route-329f30be723f33ce.js +1 -0
  574. package/app/.next/static/chunks/app/api/sync/initialize/route-329f30be723f33ce.js +1 -0
  575. package/app/.next/static/chunks/app/api/tags/route-329f30be723f33ce.js +1 -0
  576. package/app/.next/static/chunks/app/api/telemetry/summary/route-329f30be723f33ce.js +1 -0
  577. package/app/.next/static/chunks/app/api/token-health/route-329f30be723f33ce.js +1 -0
  578. package/app/.next/static/chunks/app/api/translator/detect/route-329f30be723f33ce.js +1 -0
  579. package/app/.next/static/chunks/app/api/translator/history/route-329f30be723f33ce.js +1 -0
  580. package/app/.next/static/chunks/app/api/translator/load/route-329f30be723f33ce.js +1 -0
  581. package/app/.next/static/chunks/app/api/translator/save/route-329f30be723f33ce.js +1 -0
  582. package/app/.next/static/chunks/app/api/translator/send/route-329f30be723f33ce.js +1 -0
  583. package/app/.next/static/chunks/app/api/translator/translate/route-329f30be723f33ce.js +1 -0
  584. package/app/.next/static/chunks/app/api/usage/[connectionId]/route-329f30be723f33ce.js +1 -0
  585. package/app/.next/static/chunks/app/api/usage/analytics/route-329f30be723f33ce.js +1 -0
  586. package/app/.next/static/chunks/app/api/usage/budget/route-329f30be723f33ce.js +1 -0
  587. package/app/.next/static/chunks/app/api/usage/call-logs/[id]/route-329f30be723f33ce.js +1 -0
  588. package/app/.next/static/chunks/app/api/usage/call-logs/route-329f30be723f33ce.js +1 -0
  589. package/app/.next/static/chunks/app/api/usage/history/route-329f30be723f33ce.js +1 -0
  590. package/app/.next/static/chunks/app/api/usage/logs/route-329f30be723f33ce.js +1 -0
  591. package/app/.next/static/chunks/app/api/usage/proxy-logs/route-329f30be723f33ce.js +1 -0
  592. package/app/.next/static/chunks/app/api/usage/request-logs/route-329f30be723f33ce.js +1 -0
  593. package/app/.next/static/chunks/app/api/v1/api/chat/route-329f30be723f33ce.js +1 -0
  594. package/app/.next/static/chunks/app/api/v1/audio/speech/route-329f30be723f33ce.js +1 -0
  595. package/app/.next/static/chunks/app/api/v1/audio/transcriptions/route-329f30be723f33ce.js +1 -0
  596. package/app/.next/static/chunks/app/api/v1/chat/completions/route-329f30be723f33ce.js +1 -0
  597. package/app/.next/static/chunks/app/api/v1/embeddings/route-329f30be723f33ce.js +1 -0
  598. package/app/.next/static/chunks/app/api/v1/images/generations/route-329f30be723f33ce.js +1 -0
  599. package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-329f30be723f33ce.js +1 -0
  600. package/app/.next/static/chunks/app/api/v1/messages/route-329f30be723f33ce.js +1 -0
  601. package/app/.next/static/chunks/app/api/v1/models/route-329f30be723f33ce.js +1 -0
  602. package/app/.next/static/chunks/app/api/v1/moderations/route-329f30be723f33ce.js +1 -0
  603. package/app/.next/static/chunks/app/api/v1/providers/[provider]/chat/completions/route-329f30be723f33ce.js +1 -0
  604. package/app/.next/static/chunks/app/api/v1/providers/[provider]/embeddings/route-329f30be723f33ce.js +1 -0
  605. package/app/.next/static/chunks/app/api/v1/providers/[provider]/images/generations/route-329f30be723f33ce.js +1 -0
  606. package/app/.next/static/chunks/app/api/v1/rerank/route-329f30be723f33ce.js +1 -0
  607. package/app/.next/static/chunks/app/api/v1/responses/route-329f30be723f33ce.js +1 -0
  608. package/app/.next/static/chunks/app/api/v1/route-329f30be723f33ce.js +1 -0
  609. package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-329f30be723f33ce.js +1 -0
  610. package/app/.next/static/chunks/app/api/v1beta/models/route-329f30be723f33ce.js +1 -0
  611. package/app/.next/static/chunks/app/global-error-bbdc13af28c5aba1.js +1 -0
  612. package/app/.next/static/chunks/app/not-found-2ba4520c9df30430.js +1 -0
  613. package/app/.next/static/chunks/app/page-329f30be723f33ce.js +1 -0
  614. package/app/.next/static/chunks/main-app-c9da11a8061df107.js +1 -0
  615. package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-329f30be723f33ce.js +1 -0
  616. package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-329f30be723f33ce.js +1 -0
  617. package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-329f30be723f33ce.js +1 -0
  618. package/app/.next/static/css/2862d4067eab20b2.css +1 -0
  619. package/app/package.json +9 -5
  620. package/app/src/shared/utils/apiKey.js +5 -1
  621. package/bin/reset-password.mjs +116 -0
  622. package/package.json +9 -5
  623. package/app/.next/server/chunks/1483.js +0 -156
  624. package/app/.next/server/chunks/2116.js +0 -1
  625. package/app/.next/server/chunks/2250.js +0 -1
  626. package/app/.next/server/chunks/6194.js +0 -1
  627. package/app/.next/server/chunks/7471.js +0 -13
  628. package/app/.next/server/chunks/9188.js +0 -1
  629. package/app/.next/static/XnNWFvV2IXZ4xuX0F1Skg/_buildManifest.js +0 -1
  630. package/app/.next/static/chunks/1525-8aaae9ffdaa67144.js +0 -7
  631. package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-49caa7328acff82d.js +0 -1
  632. package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-c452284fb77ecee0.js +0 -1
  633. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-4140db5a52fc7323.js +0 -1
  634. package/app/.next/static/chunks/app/(dashboard)/dashboard/settings/page-70619a1bafdc9c4c.js +0 -1
  635. package/app/.next/static/chunks/app/(dashboard)/dashboard/usage/page-9ee5997edb778414.js +0 -1
  636. package/app/.next/static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js +0 -1
  637. package/app/.next/static/chunks/app/_global-error/page-c452284fb77ecee0.js +0 -1
  638. package/app/.next/static/chunks/app/_not-found/page-a99a85b5268f1c54.js +0 -1
  639. package/app/.next/static/chunks/app/api/auth/login/route-c452284fb77ecee0.js +0 -1
  640. package/app/.next/static/chunks/app/api/auth/logout/route-c452284fb77ecee0.js +0 -1
  641. package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-c452284fb77ecee0.js +0 -1
  642. package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-c452284fb77ecee0.js +0 -1
  643. package/app/.next/static/chunks/app/api/cli-tools/backups/route-c452284fb77ecee0.js +0 -1
  644. package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-c452284fb77ecee0.js +0 -1
  645. package/app/.next/static/chunks/app/api/cli-tools/cline-settings/route-c452284fb77ecee0.js +0 -1
  646. package/app/.next/static/chunks/app/api/cli-tools/codex-profiles/route-c452284fb77ecee0.js +0 -1
  647. package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-c452284fb77ecee0.js +0 -1
  648. package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-c452284fb77ecee0.js +0 -1
  649. package/app/.next/static/chunks/app/api/cli-tools/guide-settings/[toolId]/route-c452284fb77ecee0.js +0 -1
  650. package/app/.next/static/chunks/app/api/cli-tools/kilo-settings/route-c452284fb77ecee0.js +0 -1
  651. package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-c452284fb77ecee0.js +0 -1
  652. package/app/.next/static/chunks/app/api/cli-tools/runtime/[toolId]/route-c452284fb77ecee0.js +0 -1
  653. package/app/.next/static/chunks/app/api/cloud/auth/route-c452284fb77ecee0.js +0 -1
  654. package/app/.next/static/chunks/app/api/cloud/credentials/update/route-c452284fb77ecee0.js +0 -1
  655. package/app/.next/static/chunks/app/api/cloud/model/resolve/route-c452284fb77ecee0.js +0 -1
  656. package/app/.next/static/chunks/app/api/cloud/models/alias/route-c452284fb77ecee0.js +0 -1
  657. package/app/.next/static/chunks/app/api/combos/[id]/route-c452284fb77ecee0.js +0 -1
  658. package/app/.next/static/chunks/app/api/combos/metrics/route-c452284fb77ecee0.js +0 -1
  659. package/app/.next/static/chunks/app/api/combos/route-c452284fb77ecee0.js +0 -1
  660. package/app/.next/static/chunks/app/api/combos/test/route-c452284fb77ecee0.js +0 -1
  661. package/app/.next/static/chunks/app/api/db-backups/route-c452284fb77ecee0.js +0 -1
  662. package/app/.next/static/chunks/app/api/init/route-c452284fb77ecee0.js +0 -1
  663. package/app/.next/static/chunks/app/api/keys/[id]/route-c452284fb77ecee0.js +0 -1
  664. package/app/.next/static/chunks/app/api/keys/route-c452284fb77ecee0.js +0 -1
  665. package/app/.next/static/chunks/app/api/models/alias/route-c452284fb77ecee0.js +0 -1
  666. package/app/.next/static/chunks/app/api/models/catalog/route-c452284fb77ecee0.js +0 -1
  667. package/app/.next/static/chunks/app/api/models/route-c452284fb77ecee0.js +0 -1
  668. package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-c452284fb77ecee0.js +0 -1
  669. package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-c452284fb77ecee0.js +0 -1
  670. package/app/.next/static/chunks/app/api/oauth/cursor/import/route-c452284fb77ecee0.js +0 -1
  671. package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-c452284fb77ecee0.js +0 -1
  672. package/app/.next/static/chunks/app/api/oauth/kiro/import/route-c452284fb77ecee0.js +0 -1
  673. package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-c452284fb77ecee0.js +0 -1
  674. package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-c452284fb77ecee0.js +0 -1
  675. package/app/.next/static/chunks/app/api/pricing/defaults/route-c452284fb77ecee0.js +0 -1
  676. package/app/.next/static/chunks/app/api/pricing/models/route-c452284fb77ecee0.js +0 -1
  677. package/app/.next/static/chunks/app/api/pricing/route-c452284fb77ecee0.js +0 -1
  678. package/app/.next/static/chunks/app/api/provider-models/route-c452284fb77ecee0.js +0 -1
  679. package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-c452284fb77ecee0.js +0 -1
  680. package/app/.next/static/chunks/app/api/provider-nodes/route-c452284fb77ecee0.js +0 -1
  681. package/app/.next/static/chunks/app/api/provider-nodes/validate/route-c452284fb77ecee0.js +0 -1
  682. package/app/.next/static/chunks/app/api/providers/[id]/models/route-c452284fb77ecee0.js +0 -1
  683. package/app/.next/static/chunks/app/api/providers/[id]/route-c452284fb77ecee0.js +0 -1
  684. package/app/.next/static/chunks/app/api/providers/[id]/test/route-c452284fb77ecee0.js +0 -1
  685. package/app/.next/static/chunks/app/api/providers/client/route-c452284fb77ecee0.js +0 -1
  686. package/app/.next/static/chunks/app/api/providers/route-c452284fb77ecee0.js +0 -1
  687. package/app/.next/static/chunks/app/api/providers/test-batch/route-c452284fb77ecee0.js +0 -1
  688. package/app/.next/static/chunks/app/api/providers/validate/route-c452284fb77ecee0.js +0 -1
  689. package/app/.next/static/chunks/app/api/rate-limit/route-c452284fb77ecee0.js +0 -1
  690. package/app/.next/static/chunks/app/api/rate-limits/route-c452284fb77ecee0.js +0 -1
  691. package/app/.next/static/chunks/app/api/restart/route-c452284fb77ecee0.js +0 -1
  692. package/app/.next/static/chunks/app/api/sessions/route-c452284fb77ecee0.js +0 -1
  693. package/app/.next/static/chunks/app/api/settings/combo-defaults/route-c452284fb77ecee0.js +0 -1
  694. package/app/.next/static/chunks/app/api/settings/ip-filter/route-c452284fb77ecee0.js +0 -1
  695. package/app/.next/static/chunks/app/api/settings/proxy/route-c452284fb77ecee0.js +0 -1
  696. package/app/.next/static/chunks/app/api/settings/proxy/test/route-c452284fb77ecee0.js +0 -1
  697. package/app/.next/static/chunks/app/api/settings/require-login/route-c452284fb77ecee0.js +0 -1
  698. package/app/.next/static/chunks/app/api/settings/route-c452284fb77ecee0.js +0 -1
  699. package/app/.next/static/chunks/app/api/settings/system-prompt/route-c452284fb77ecee0.js +0 -1
  700. package/app/.next/static/chunks/app/api/settings/thinking-budget/route-c452284fb77ecee0.js +0 -1
  701. package/app/.next/static/chunks/app/api/shutdown/route-c452284fb77ecee0.js +0 -1
  702. package/app/.next/static/chunks/app/api/storage/health/route-c452284fb77ecee0.js +0 -1
  703. package/app/.next/static/chunks/app/api/sync/cloud/route-c452284fb77ecee0.js +0 -1
  704. package/app/.next/static/chunks/app/api/sync/initialize/route-c452284fb77ecee0.js +0 -1
  705. package/app/.next/static/chunks/app/api/tags/route-c452284fb77ecee0.js +0 -1
  706. package/app/.next/static/chunks/app/api/translator/detect/route-c452284fb77ecee0.js +0 -1
  707. package/app/.next/static/chunks/app/api/translator/history/route-c452284fb77ecee0.js +0 -1
  708. package/app/.next/static/chunks/app/api/translator/load/route-c452284fb77ecee0.js +0 -1
  709. package/app/.next/static/chunks/app/api/translator/save/route-c452284fb77ecee0.js +0 -1
  710. package/app/.next/static/chunks/app/api/translator/send/route-c452284fb77ecee0.js +0 -1
  711. package/app/.next/static/chunks/app/api/translator/translate/route-c452284fb77ecee0.js +0 -1
  712. package/app/.next/static/chunks/app/api/usage/[connectionId]/route-c452284fb77ecee0.js +0 -1
  713. package/app/.next/static/chunks/app/api/usage/analytics/route-c452284fb77ecee0.js +0 -1
  714. package/app/.next/static/chunks/app/api/usage/call-logs/[id]/route-c452284fb77ecee0.js +0 -1
  715. package/app/.next/static/chunks/app/api/usage/call-logs/route-c452284fb77ecee0.js +0 -1
  716. package/app/.next/static/chunks/app/api/usage/history/route-c452284fb77ecee0.js +0 -1
  717. package/app/.next/static/chunks/app/api/usage/logs/route-c452284fb77ecee0.js +0 -1
  718. package/app/.next/static/chunks/app/api/usage/proxy-logs/route-c452284fb77ecee0.js +0 -1
  719. package/app/.next/static/chunks/app/api/usage/request-logs/route-c452284fb77ecee0.js +0 -1
  720. package/app/.next/static/chunks/app/api/v1/api/chat/route-c452284fb77ecee0.js +0 -1
  721. package/app/.next/static/chunks/app/api/v1/audio/speech/route-c452284fb77ecee0.js +0 -1
  722. package/app/.next/static/chunks/app/api/v1/audio/transcriptions/route-c452284fb77ecee0.js +0 -1
  723. package/app/.next/static/chunks/app/api/v1/chat/completions/route-c452284fb77ecee0.js +0 -1
  724. package/app/.next/static/chunks/app/api/v1/embeddings/route-c452284fb77ecee0.js +0 -1
  725. package/app/.next/static/chunks/app/api/v1/images/generations/route-c452284fb77ecee0.js +0 -1
  726. package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-c452284fb77ecee0.js +0 -1
  727. package/app/.next/static/chunks/app/api/v1/messages/route-c452284fb77ecee0.js +0 -1
  728. package/app/.next/static/chunks/app/api/v1/models/route-c452284fb77ecee0.js +0 -1
  729. package/app/.next/static/chunks/app/api/v1/moderations/route-c452284fb77ecee0.js +0 -1
  730. package/app/.next/static/chunks/app/api/v1/providers/[provider]/chat/completions/route-c452284fb77ecee0.js +0 -1
  731. package/app/.next/static/chunks/app/api/v1/providers/[provider]/embeddings/route-c452284fb77ecee0.js +0 -1
  732. package/app/.next/static/chunks/app/api/v1/providers/[provider]/images/generations/route-c452284fb77ecee0.js +0 -1
  733. package/app/.next/static/chunks/app/api/v1/rerank/route-c452284fb77ecee0.js +0 -1
  734. package/app/.next/static/chunks/app/api/v1/responses/route-c452284fb77ecee0.js +0 -1
  735. package/app/.next/static/chunks/app/api/v1/route-c452284fb77ecee0.js +0 -1
  736. package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-c452284fb77ecee0.js +0 -1
  737. package/app/.next/static/chunks/app/api/v1beta/models/route-c452284fb77ecee0.js +0 -1
  738. package/app/.next/static/chunks/app/page-c452284fb77ecee0.js +0 -1
  739. package/app/.next/static/chunks/main-app-fbc16f70c595b197.js +0 -1
  740. package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-c452284fb77ecee0.js +0 -1
  741. package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-c452284fb77ecee0.js +0 -1
  742. package/app/.next/static/chunks/next/dist/client/components/builtin/global-error-d91548a7b6ba5970.js +0 -1
  743. package/app/.next/static/chunks/next/dist/client/components/builtin/not-found-c452284fb77ecee0.js +0 -1
  744. package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-c452284fb77ecee0.js +0 -1
  745. package/app/.next/static/css/5309860f6e486620.css +0 -1
  746. /package/app/.next/static/{XnNWFvV2IXZ4xuX0F1Skg → HcUrNktdfL89Ss5F7FHxP}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../../node_modules/@pinojs/redact/index.js","../../../../../../node_modules/@pinojs/redact/package.json","../../../../../../node_modules/atomic-sleep/index.js","../../../../../../node_modules/atomic-sleep/package.json","../../../../../../node_modules/better-sqlite3/build/Release/better_sqlite3.node","../../../../../../node_modules/better-sqlite3/lib/database.js","../../../../../../node_modules/better-sqlite3/lib/index.js","../../../../../../node_modules/better-sqlite3/lib/methods/aggregate.js","../../../../../../node_modules/better-sqlite3/lib/methods/backup.js","../../../../../../node_modules/better-sqlite3/lib/methods/function.js","../../../../../../node_modules/better-sqlite3/lib/methods/inspect.js","../../../../../../node_modules/better-sqlite3/lib/methods/pragma.js","../../../../../../node_modules/better-sqlite3/lib/methods/serialize.js","../../../../../../node_modules/better-sqlite3/lib/methods/table.js","../../../../../../node_modules/better-sqlite3/lib/methods/transaction.js","../../../../../../node_modules/better-sqlite3/lib/methods/wrappers.js","../../../../../../node_modules/better-sqlite3/lib/sqlite-error.js","../../../../../../node_modules/better-sqlite3/lib/util.js","../../../../../../node_modules/better-sqlite3/package.json","../../../../../../node_modules/bindings/bindings.js","../../../../../../node_modules/bindings/package.json","../../../../../../node_modules/file-uri-to-path/index.js","../../../../../../node_modules/file-uri-to-path/package.json","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../node_modules/on-exit-leak-free/index.js","../../../../../../node_modules/on-exit-leak-free/package.json","../../../../../../node_modules/pino-abstract-transport/index.js","../../../../../../node_modules/pino-abstract-transport/package.json","../../../../../../node_modules/pino-std-serializers/index.js","../../../../../../node_modules/pino-std-serializers/lib/err-helpers.js","../../../../../../node_modules/pino-std-serializers/lib/err-proto.js","../../../../../../node_modules/pino-std-serializers/lib/err-with-cause.js","../../../../../../node_modules/pino-std-serializers/lib/err.js","../../../../../../node_modules/pino-std-serializers/lib/req.js","../../../../../../node_modules/pino-std-serializers/lib/res.js","../../../../../../node_modules/pino-std-serializers/package.json","../../../../../../node_modules/pino/file.js","../../../../../../node_modules/pino/lib/caller.js","../../../../../../node_modules/pino/lib/constants.js","../../../../../../node_modules/pino/lib/levels.js","../../../../../../node_modules/pino/lib/meta.js","../../../../../../node_modules/pino/lib/multistream.js","../../../../../../node_modules/pino/lib/proto.js","../../../../../../node_modules/pino/lib/redaction.js","../../../../../../node_modules/pino/lib/symbols.js","../../../../../../node_modules/pino/lib/time.js","../../../../../../node_modules/pino/lib/tools.js","../../../../../../node_modules/pino/lib/transport-stream.js","../../../../../../node_modules/pino/lib/transport.js","../../../../../../node_modules/pino/lib/worker.js","../../../../../../node_modules/pino/package.json","../../../../../../node_modules/pino/pino.js","../../../../../../node_modules/quick-format-unescaped/index.js","../../../../../../node_modules/quick-format-unescaped/package.json","../../../../../../node_modules/real-require/package.json","../../../../../../node_modules/real-require/src/index.js","../../../../../../node_modules/safe-stable-stringify/index.js","../../../../../../node_modules/safe-stable-stringify/package.json","../../../../../../node_modules/sonic-boom/index.js","../../../../../../node_modules/sonic-boom/package.json","../../../../../../node_modules/split2/index.js","../../../../../../node_modules/split2/package.json","../../../../../../node_modules/thread-stream/index.js","../../../../../../node_modules/thread-stream/lib/indexes.js","../../../../../../node_modules/thread-stream/lib/wait.js","../../../../../../node_modules/thread-stream/lib/worker.js","../../../../../../node_modules/thread-stream/package.json","../../../../../../open-sse/package.json","../../../../../../package.json","../../../../../../src/shared/utils/apiKey.js","../../../../../package.json","../../../../chunks/1362.js","../../../../chunks/21.js","../../../../chunks/2399.js","../../../../chunks/3542.js","../../../../chunks/4741.js","../../../../chunks/5640.js","../../../../chunks/6599.js","../../../../chunks/7132.js","../../../../chunks/7136.js","../../../../chunks/7217.js","../../../../chunks/7615.js","../../../../chunks/7968.js","../../../../chunks/8108.js","../../../../chunks/8400.js","../../../../chunks/9343.js","../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../../../node_modules/@pinojs/redact/index.js","../../../../../../node_modules/@pinojs/redact/package.json","../../../../../../node_modules/atomic-sleep/index.js","../../../../../../node_modules/atomic-sleep/package.json","../../../../../../node_modules/better-sqlite3/build/Release/better_sqlite3.node","../../../../../../node_modules/better-sqlite3/lib/database.js","../../../../../../node_modules/better-sqlite3/lib/index.js","../../../../../../node_modules/better-sqlite3/lib/methods/aggregate.js","../../../../../../node_modules/better-sqlite3/lib/methods/backup.js","../../../../../../node_modules/better-sqlite3/lib/methods/function.js","../../../../../../node_modules/better-sqlite3/lib/methods/inspect.js","../../../../../../node_modules/better-sqlite3/lib/methods/pragma.js","../../../../../../node_modules/better-sqlite3/lib/methods/serialize.js","../../../../../../node_modules/better-sqlite3/lib/methods/table.js","../../../../../../node_modules/better-sqlite3/lib/methods/transaction.js","../../../../../../node_modules/better-sqlite3/lib/methods/wrappers.js","../../../../../../node_modules/better-sqlite3/lib/sqlite-error.js","../../../../../../node_modules/better-sqlite3/lib/util.js","../../../../../../node_modules/better-sqlite3/package.json","../../../../../../node_modules/bindings/bindings.js","../../../../../../node_modules/bindings/package.json","../../../../../../node_modules/file-uri-to-path/index.js","../../../../../../node_modules/file-uri-to-path/package.json","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../node_modules/on-exit-leak-free/index.js","../../../../../../node_modules/on-exit-leak-free/package.json","../../../../../../node_modules/pino-abstract-transport/index.js","../../../../../../node_modules/pino-abstract-transport/package.json","../../../../../../node_modules/pino-std-serializers/index.js","../../../../../../node_modules/pino-std-serializers/lib/err-helpers.js","../../../../../../node_modules/pino-std-serializers/lib/err-proto.js","../../../../../../node_modules/pino-std-serializers/lib/err-with-cause.js","../../../../../../node_modules/pino-std-serializers/lib/err.js","../../../../../../node_modules/pino-std-serializers/lib/req.js","../../../../../../node_modules/pino-std-serializers/lib/res.js","../../../../../../node_modules/pino-std-serializers/package.json","../../../../../../node_modules/pino/file.js","../../../../../../node_modules/pino/lib/caller.js","../../../../../../node_modules/pino/lib/constants.js","../../../../../../node_modules/pino/lib/levels.js","../../../../../../node_modules/pino/lib/meta.js","../../../../../../node_modules/pino/lib/multistream.js","../../../../../../node_modules/pino/lib/proto.js","../../../../../../node_modules/pino/lib/redaction.js","../../../../../../node_modules/pino/lib/symbols.js","../../../../../../node_modules/pino/lib/time.js","../../../../../../node_modules/pino/lib/tools.js","../../../../../../node_modules/pino/lib/transport-stream.js","../../../../../../node_modules/pino/lib/transport.js","../../../../../../node_modules/pino/lib/worker.js","../../../../../../node_modules/pino/package.json","../../../../../../node_modules/pino/pino.js","../../../../../../node_modules/quick-format-unescaped/index.js","../../../../../../node_modules/quick-format-unescaped/package.json","../../../../../../node_modules/real-require/package.json","../../../../../../node_modules/real-require/src/index.js","../../../../../../node_modules/safe-stable-stringify/index.js","../../../../../../node_modules/safe-stable-stringify/package.json","../../../../../../node_modules/sonic-boom/index.js","../../../../../../node_modules/sonic-boom/package.json","../../../../../../node_modules/split2/index.js","../../../../../../node_modules/split2/package.json","../../../../../../node_modules/thread-stream/index.js","../../../../../../node_modules/thread-stream/lib/indexes.js","../../../../../../node_modules/thread-stream/lib/wait.js","../../../../../../node_modules/thread-stream/lib/worker.js","../../../../../../node_modules/thread-stream/package.json","../../../../../../open-sse/package.json","../../../../../../package.json","../../../../../../src/shared/utils/apiKey.js","../../../../../package.json","../../../../chunks/1362.js","../../../../chunks/21.js","../../../../chunks/2399.js","../../../../chunks/3542.js","../../../../chunks/4741.js","../../../../chunks/4832.js","../../../../chunks/5040.js","../../../../chunks/5640.js","../../../../chunks/6599.js","../../../../chunks/7136.js","../../../../chunks/7217.js","../../../../chunks/7615.js","../../../../chunks/7968.js","../../../../chunks/8108.js","../../../../chunks/8400.js","../../../../chunks/9343.js","../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/v1/messages/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"4230":{"*":{"id":"78126","name":"*","chunks":[],"async":false}},"5704":{"*":{"id":"18640","name":"*","chunks":[],"async":false}},"5708":{"*":{"id":"55146","name":"*","chunks":[],"async":false}},"6024":{"*":{"id":"65334","name":"*","chunks":[],"async":false}},"9958":{"*":{"id":"23271","name":"*","chunks":[],"async":false}},"11200":{"*":{"id":"21249","name":"*","chunks":[],"async":false}},"11313":{"*":{"id":"11371","name":"*","chunks":[],"async":false}},"12599":{"*":{"id":"62789","name":"*","chunks":[],"async":false}},"13720":{"*":{"id":"83740","name":"*","chunks":[],"async":false}},"15419":{"*":{"id":"327","name":"*","chunks":[],"async":false}},"16620":{"*":{"id":"3622","name":"*","chunks":[],"async":false}},"17618":{"*":{"id":"43413","name":"*","chunks":[],"async":false}},"18056":{"*":{"id":"18868","name":"*","chunks":[],"async":false}},"22447":{"*":{"id":"84439","name":"*","chunks":[],"async":false}},"23066":{"*":{"id":"54088","name":"*","chunks":[],"async":false}},"23375":{"*":{"id":"70873","name":"*","chunks":[],"async":false}},"24229":{"*":{"id":"10977","name":"*","chunks":[],"async":false}},"25852":{"*":{"id":"32434","name":"*","chunks":[],"async":false}},"25861":{"*":{"id":"77521","name":"*","chunks":[],"async":false}},"26693":{"*":{"id":"87423","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"28033":{"*":{"id":"96769","name":"*","chunks":[],"async":false}},"29556":{"*":{"id":"14202","name":"*","chunks":[],"async":false}},"31117":{"*":{"id":"85902","name":"*","chunks":[],"async":false}},"31449":{"*":{"id":"88239","name":"*","chunks":[],"async":false}},"33205":{"*":{"id":"91833","name":"*","chunks":[],"async":false}},"33467":{"*":{"id":"66033","name":"*","chunks":[],"async":false}},"33730":{"*":{"id":"88624","name":"*","chunks":[],"async":false}},"34405":{"*":{"id":"52259","name":"*","chunks":[],"async":false}},"34713":{"*":{"id":"24541","name":"*","chunks":[],"async":false}},"39680":{"*":{"id":"66148","name":"*","chunks":[],"async":false}},"41566":{"*":{"id":"28922","name":"*","chunks":[],"async":false}},"43144":{"*":{"id":"19200","name":"*","chunks":[],"async":false}},"44817":{"*":{"id":"12475","name":"*","chunks":[],"async":false}},"45448":{"*":{"id":"77708","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"57896":{"*":{"id":"66434","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66137":{"*":{"id":"24951","name":"*","chunks":[],"async":false}},"67578":{"*":{"id":"61198","name":"*","chunks":[],"async":false}},"68661":{"*":{"id":"41143","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78076":{"*":{"id":"81134","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"78966":{"*":{"id":"28532","name":"*","chunks":[],"async":false}},"85764":{"*":{"id":"18480","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"97418":{"*":{"id":"634","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"2116","name":"*","chunks":[],"async":false}},"99283":{"*":{"id":"93125","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":35154,"name":"*","chunks":["7896","static/chunks/7896-4e519429f67f381e.js","7177","static/chunks/app/layout-485b011f69e6ed37.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/globals.css":{"id":51743,"name":"*","chunks":["7896","static/chunks/7896-4e519429f67f381e.js","7177","static/chunks/app/layout-485b011f69e6ed37.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ThemeProvider.js":{"id":57896,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/callback/page.js":{"id":23066,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/landing/page.js":{"id":99283,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/app-dir/link.js":{"id":98500,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/app-dir/link.js":{"id":98500,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/login/page.js":{"id":4230,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Avatar.js":{"id":24229,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Badge.js":{"id":23375,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Button.js":{"id":39680,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Card.js":{"id":67578,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/CursorAuthModal.js":{"id":44817,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Footer.js":{"id":15419,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Header.js":{"id":33205,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Input.js":{"id":5708,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/KiroAuthModal.js":{"id":78966,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/KiroOAuthWrapper.js":{"id":25861,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/KiroSocialOAuthModal.js":{"id":85764,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/layouts/AuthLayout.js":{"id":5704,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/layouts/DashboardLayout.js":{"id":33730,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Loading.js":{"id":78076,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ManualConfigModal.js":{"id":26693,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Modal.js":{"id":34405,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ModelSelectModal.js":{"id":97418,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/OAuthModal.js":{"id":18056,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ProxyConfigModal.js":{"id":22447,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ProxyLogger.js":{"id":6024,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/RequestLoggerV2.js":{"id":68661,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/SegmentedControl.js":{"id":34713,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Select.js":{"id":13720,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Sidebar.js":{"id":16620,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ThemeToggle.js":{"id":66137,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Toggle.js":{"id":43144,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/UsageAnalytics.js":{"id":31117,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/UsageStats.js":{"id":41566,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-4e519429f67f381e.js","1525","static/chunks/1525-8aaae9ffdaa67144.js","9305","static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":9958,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":31449,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":28033,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/settings/page.js":{"id":17618,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/settings/pricing/page.js":{"id":45448,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/onboarding/page.js":{"id":33467,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/translator/TranslatorPageClient.js":{"id":12599,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/usage/page.js":{"id":25852,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/providers/page.js":{"id":11200,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/combos/page.js":{"id":11313,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":29556,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/OmniRoute/OmniRoute/src/":[],"/home/runner/work/OmniRoute/OmniRoute/src/app/layout":[{"inlined":false,"path":"static/css/081a0afca5a9bd20.css"},{"inlined":false,"path":"static/css/5309860f6e486620.css"}],"/home/runner/work/OmniRoute/OmniRoute/src/app/page":[],"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/layout":[],"/home/runner/work/OmniRoute/OmniRoute/src/app/api/v1/route":[],"/home/runner/work/OmniRoute/OmniRoute/src/app/api/v1/messages/route":[]},"rscModuleMapping":{"4230":{"*":{"id":"81252","name":"*","chunks":[],"async":false}},"5704":{"*":{"id":"59742","name":"*","chunks":[],"async":false}},"5708":{"*":{"id":"48936","name":"*","chunks":[],"async":false}},"6024":{"*":{"id":"66184","name":"*","chunks":[],"async":false}},"9958":{"*":{"id":"27708","name":"*","chunks":[],"async":false}},"11200":{"*":{"id":"13760","name":"*","chunks":[],"async":false}},"11313":{"*":{"id":"49285","name":"*","chunks":[],"async":false}},"12599":{"*":{"id":"28751","name":"*","chunks":[],"async":false}},"13720":{"*":{"id":"12706","name":"*","chunks":[],"async":false}},"15419":{"*":{"id":"22757","name":"*","chunks":[],"async":false}},"16620":{"*":{"id":"88588","name":"*","chunks":[],"async":false}},"17618":{"*":{"id":"32215","name":"*","chunks":[],"async":false}},"18056":{"*":{"id":"35154","name":"*","chunks":[],"async":false}},"22447":{"*":{"id":"80205","name":"*","chunks":[],"async":false}},"23066":{"*":{"id":"11070","name":"*","chunks":[],"async":false}},"23375":{"*":{"id":"70995","name":"*","chunks":[],"async":false}},"24229":{"*":{"id":"64191","name":"*","chunks":[],"async":false}},"25852":{"*":{"id":"24827","name":"*","chunks":[],"async":false}},"25861":{"*":{"id":"79547","name":"*","chunks":[],"async":false}},"26693":{"*":{"id":"62357","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"28033":{"*":{"id":"20747","name":"*","chunks":[],"async":false}},"29556":{"*":{"id":"37116","name":"*","chunks":[],"async":false}},"31117":{"*":{"id":"47419","name":"*","chunks":[],"async":false}},"31449":{"*":{"id":"63869","name":"*","chunks":[],"async":false}},"33205":{"*":{"id":"28963","name":"*","chunks":[],"async":false}},"33467":{"*":{"id":"86723","name":"*","chunks":[],"async":false}},"33730":{"*":{"id":"67466","name":"*","chunks":[],"async":false}},"34405":{"*":{"id":"21601","name":"*","chunks":[],"async":false}},"34713":{"*":{"id":"62139","name":"*","chunks":[],"async":false}},"39680":{"*":{"id":"3118","name":"*","chunks":[],"async":false}},"41566":{"*":{"id":"59104","name":"*","chunks":[],"async":false}},"43144":{"*":{"id":"27498","name":"*","chunks":[],"async":false}},"44817":{"*":{"id":"95165","name":"*","chunks":[],"async":false}},"45448":{"*":{"id":"48540","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"57896":{"*":{"id":"68852","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66137":{"*":{"id":"51613","name":"*","chunks":[],"async":false}},"67578":{"*":{"id":"372","name":"*","chunks":[],"async":false}},"68661":{"*":{"id":"67073","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78076":{"*":{"id":"22916","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"78966":{"*":{"id":"3838","name":"*","chunks":[],"async":false}},"85764":{"*":{"id":"36942","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"97418":{"*":{"id":"81824","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"23318","name":"*","chunks":[],"async":false}},"99283":{"*":{"id":"55942","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/v1/messages/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"2674":{"*":{"id":"78686","name":"*","chunks":[],"async":false}},"3116":{"*":{"id":"13588","name":"*","chunks":[],"async":false}},"4230":{"*":{"id":"78126","name":"*","chunks":[],"async":false}},"5704":{"*":{"id":"18640","name":"*","chunks":[],"async":false}},"5708":{"*":{"id":"55146","name":"*","chunks":[],"async":false}},"6024":{"*":{"id":"65334","name":"*","chunks":[],"async":false}},"9958":{"*":{"id":"23271","name":"*","chunks":[],"async":false}},"11313":{"*":{"id":"11371","name":"*","chunks":[],"async":false}},"12599":{"*":{"id":"62789","name":"*","chunks":[],"async":false}},"13720":{"*":{"id":"83740","name":"*","chunks":[],"async":false}},"15419":{"*":{"id":"327","name":"*","chunks":[],"async":false}},"16620":{"*":{"id":"3622","name":"*","chunks":[],"async":false}},"18056":{"*":{"id":"18868","name":"*","chunks":[],"async":false}},"22447":{"*":{"id":"84439","name":"*","chunks":[],"async":false}},"23066":{"*":{"id":"54088","name":"*","chunks":[],"async":false}},"23375":{"*":{"id":"70873","name":"*","chunks":[],"async":false}},"24229":{"*":{"id":"10977","name":"*","chunks":[],"async":false}},"25861":{"*":{"id":"77521","name":"*","chunks":[],"async":false}},"26693":{"*":{"id":"87423","name":"*","chunks":[],"async":false}},"28033":{"*":{"id":"96769","name":"*","chunks":[],"async":false}},"29556":{"*":{"id":"14202","name":"*","chunks":[],"async":false}},"31117":{"*":{"id":"85902","name":"*","chunks":[],"async":false}},"31449":{"*":{"id":"88239","name":"*","chunks":[],"async":false}},"33467":{"*":{"id":"66033","name":"*","chunks":[],"async":false}},"33730":{"*":{"id":"88624","name":"*","chunks":[],"async":false}},"34405":{"*":{"id":"52259","name":"*","chunks":[],"async":false}},"34713":{"*":{"id":"24541","name":"*","chunks":[],"async":false}},"39680":{"*":{"id":"66148","name":"*","chunks":[],"async":false}},"40135":{"*":{"id":"90105","name":"*","chunks":[],"async":false}},"41566":{"*":{"id":"28922","name":"*","chunks":[],"async":false}},"43144":{"*":{"id":"19200","name":"*","chunks":[],"async":false}},"44817":{"*":{"id":"12475","name":"*","chunks":[],"async":false}},"45448":{"*":{"id":"77708","name":"*","chunks":[],"async":false}},"53558":{"*":{"id":"83652","name":"*","chunks":[],"async":false}},"56390":{"*":{"id":"27810","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"57896":{"*":{"id":"66434","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66137":{"*":{"id":"24951","name":"*","chunks":[],"async":false}},"67578":{"*":{"id":"61198","name":"*","chunks":[],"async":false}},"68661":{"*":{"id":"41143","name":"*","chunks":[],"async":false}},"69902":{"*":{"id":"67528","name":"*","chunks":[],"async":false}},"70451":{"*":{"id":"12396","name":"*","chunks":[],"async":false}},"73580":{"*":{"id":"7766","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78076":{"*":{"id":"81134","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"78966":{"*":{"id":"28532","name":"*","chunks":[],"async":false}},"85764":{"*":{"id":"18480","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"89145":{"*":{"id":"42356","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"91369":{"*":{"id":"82191","name":"*","chunks":[],"async":false}},"95720":{"*":{"id":"44483","name":"*","chunks":[],"async":false}},"96243":{"*":{"id":"56143","name":"*","chunks":[],"async":false}},"97418":{"*":{"id":"634","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"2116","name":"*","chunks":[],"async":false}},"99283":{"*":{"id":"93125","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/global-error.js":{"id":96243,"name":"*","chunks":["4219","static/chunks/app/global-error-bbdc13af28c5aba1.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/not-found.js":{"id":91369,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","4345","static/chunks/app/not-found-2ba4520c9df30430.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":35154,"name":"*","chunks":["7896","static/chunks/7896-5591822b8348e380.js","7177","static/chunks/app/layout-485b011f69e6ed37.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/globals.css":{"id":51743,"name":"*","chunks":["7896","static/chunks/7896-5591822b8348e380.js","7177","static/chunks/app/layout-485b011f69e6ed37.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ThemeProvider.js":{"id":57896,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/callback/page.js":{"id":23066,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/client/app-dir/link.js":{"id":98500,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/node_modules/next/dist/esm/client/app-dir/link.js":{"id":98500,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/landing/page.js":{"id":99283,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/login/page.js":{"id":4230,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Avatar.js":{"id":24229,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Badge.js":{"id":23375,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Breadcrumbs.js":{"id":69902,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Button.js":{"id":39680,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Card.js":{"id":67578,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ColumnToggle.js":{"id":56390,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/CursorAuthModal.js":{"id":44817,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/DataTable.js":{"id":73580,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/EmptyState.js":{"id":2674,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/FilterBar.js":{"id":40135,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Footer.js":{"id":15419,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Header.js":{"id":89145,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Input.js":{"id":5708,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/KiroAuthModal.js":{"id":78966,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/KiroOAuthWrapper.js":{"id":25861,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/KiroSocialOAuthModal.js":{"id":85764,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/layouts/AuthLayout.js":{"id":5704,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/layouts/DashboardLayout.js":{"id":33730,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Loading.js":{"id":78076,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ManualConfigModal.js":{"id":26693,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Modal.js":{"id":34405,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ModelSelectModal.js":{"id":97418,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/NotificationToast.js":{"id":53558,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/OAuthModal.js":{"id":18056,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ProxyConfigModal.js":{"id":22447,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ProxyLogger.js":{"id":6024,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/RequestLoggerV2.js":{"id":68661,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/SegmentedControl.js":{"id":34713,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Select.js":{"id":13720,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Sidebar.js":{"id":16620,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ThemeToggle.js":{"id":66137,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/Toggle.js":{"id":43144,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/UsageAnalytics.js":{"id":31117,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/UsageStats.js":{"id":41566,"name":"*","chunks":["8500","static/chunks/8500-98e13bcce54aa7a0.js","600","static/chunks/600-84211b75b24af21c.js","8013","static/chunks/8013-04b90e92e614b5d9.js","7896","static/chunks/7896-5591822b8348e380.js","1525","static/chunks/1525-213a0aff01eb1c70.js","9305","static/chunks/app/(dashboard)/layout-e84875e22efbf437.js"],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":31449,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":9958,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":28033,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/settings/page.js":{"id":3116,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/settings/pricing/page.js":{"id":45448,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/onboarding/page.js":{"id":33467,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/combos/page.js":{"id":11313,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/translator/TranslatorPageClient.js":{"id":12599,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/usage/page.js":{"id":70451,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/providers/page.js":{"id":95720,"name":"*","chunks":[],"async":false},"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":29556,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/OmniRoute/OmniRoute/src/":[],"/home/runner/work/OmniRoute/OmniRoute/src/app/global-error":[],"/home/runner/work/OmniRoute/OmniRoute/src/app/not-found":[],"/home/runner/work/OmniRoute/OmniRoute/src/app/layout":[{"inlined":false,"path":"static/css/081a0afca5a9bd20.css"},{"inlined":false,"path":"static/css/2862d4067eab20b2.css"}],"/home/runner/work/OmniRoute/OmniRoute/src/app/page":[],"/home/runner/work/OmniRoute/OmniRoute/src/app/(dashboard)/layout":[],"/home/runner/work/OmniRoute/OmniRoute/src/app/api/v1/route":[],"/home/runner/work/OmniRoute/OmniRoute/src/app/api/v1/messages/route":[]},"rscModuleMapping":{"2674":{"*":{"id":"81808","name":"*","chunks":[],"async":false}},"3116":{"*":{"id":"32215","name":"*","chunks":[],"async":false}},"4230":{"*":{"id":"81252","name":"*","chunks":[],"async":false}},"5704":{"*":{"id":"59742","name":"*","chunks":[],"async":false}},"5708":{"*":{"id":"48936","name":"*","chunks":[],"async":false}},"6024":{"*":{"id":"66184","name":"*","chunks":[],"async":false}},"9958":{"*":{"id":"27708","name":"*","chunks":[],"async":false}},"11313":{"*":{"id":"49285","name":"*","chunks":[],"async":false}},"12599":{"*":{"id":"28751","name":"*","chunks":[],"async":false}},"13720":{"*":{"id":"12706","name":"*","chunks":[],"async":false}},"15419":{"*":{"id":"22757","name":"*","chunks":[],"async":false}},"16620":{"*":{"id":"88588","name":"*","chunks":[],"async":false}},"18056":{"*":{"id":"35154","name":"*","chunks":[],"async":false}},"22447":{"*":{"id":"80205","name":"*","chunks":[],"async":false}},"23066":{"*":{"id":"11070","name":"*","chunks":[],"async":false}},"23375":{"*":{"id":"70995","name":"*","chunks":[],"async":false}},"24229":{"*":{"id":"64191","name":"*","chunks":[],"async":false}},"25861":{"*":{"id":"79547","name":"*","chunks":[],"async":false}},"26693":{"*":{"id":"62357","name":"*","chunks":[],"async":false}},"28033":{"*":{"id":"20747","name":"*","chunks":[],"async":false}},"29556":{"*":{"id":"37116","name":"*","chunks":[],"async":false}},"31117":{"*":{"id":"47419","name":"*","chunks":[],"async":false}},"31449":{"*":{"id":"63869","name":"*","chunks":[],"async":false}},"33467":{"*":{"id":"86723","name":"*","chunks":[],"async":false}},"33730":{"*":{"id":"67466","name":"*","chunks":[],"async":false}},"34405":{"*":{"id":"21601","name":"*","chunks":[],"async":false}},"34713":{"*":{"id":"62139","name":"*","chunks":[],"async":false}},"39680":{"*":{"id":"3118","name":"*","chunks":[],"async":false}},"40135":{"*":{"id":"70603","name":"*","chunks":[],"async":false}},"41566":{"*":{"id":"59104","name":"*","chunks":[],"async":false}},"43144":{"*":{"id":"27498","name":"*","chunks":[],"async":false}},"44817":{"*":{"id":"95165","name":"*","chunks":[],"async":false}},"45448":{"*":{"id":"48540","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"53558":{"*":{"id":"74070","name":"*","chunks":[],"async":false}},"56390":{"*":{"id":"18432","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"57896":{"*":{"id":"68852","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66137":{"*":{"id":"51613","name":"*","chunks":[],"async":false}},"67578":{"*":{"id":"372","name":"*","chunks":[],"async":false}},"68661":{"*":{"id":"67073","name":"*","chunks":[],"async":false}},"69902":{"*":{"id":"86026","name":"*","chunks":[],"async":false}},"70451":{"*":{"id":"24827","name":"*","chunks":[],"async":false}},"73580":{"*":{"id":"12268","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78076":{"*":{"id":"22916","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"78966":{"*":{"id":"3838","name":"*","chunks":[],"async":false}},"85764":{"*":{"id":"36942","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"89145":{"*":{"id":"28963","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"91369":{"*":{"id":"71569","name":"*","chunks":[],"async":false}},"95720":{"*":{"id":"13760","name":"*","chunks":[],"async":false}},"96243":{"*":{"id":"56037","name":"*","chunks":[],"async":false}},"97418":{"*":{"id":"81824","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"23318","name":"*","chunks":[],"async":false}},"99283":{"*":{"id":"55942","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -1 +1 @@
1
- "use strict";(()=>{var a={};a.id=5466,a.ids=[5466],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},5175:(a,b,c)=>{c.d(b,{DI:()=>h,IS:()=>d,JH:()=>g,Q2:()=>k,fg:()=>f,gb:()=>j,js:()=>l,mq:()=>i,zN:()=>e});let d={iflow:{id:"iflow",alias:"if",name:"iFlow AI",icon:"water_drop",color:"#6366F1"},qwen:{id:"qwen",alias:"qw",name:"Qwen Code",icon:"psychology",color:"#10B981"},"gemini-cli":{id:"gemini-cli",alias:"gc",name:"Gemini CLI",icon:"terminal",color:"#4285F4"},kiro:{id:"kiro",alias:"kr",name:"Kiro AI",icon:"psychology_alt",color:"#FF6B35"}},e={claude:{id:"claude",alias:"cc",name:"Claude Code",icon:"smart_toy",color:"#D97757"},antigravity:{id:"antigravity",alias:"ag",name:"Antigravity",icon:"rocket_launch",color:"#F59E0B"},codex:{id:"codex",alias:"cx",name:"OpenAI Codex",icon:"code",color:"#3B82F6"},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"},"kimi-coding":{id:"kimi-coding",alias:"kmc",name:"Kimi Coding",icon:"psychology",color:"#1E40AF",textIcon:"KC"},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"}},f={openrouter:{id:"openrouter",alias:"openrouter",name:"OpenRouter",icon:"router",color:"#F97316",textIcon:"OR",passthroughModels:!0,website:"https://openrouter.ai"},glm:{id:"glm",alias:"glm",name:"GLM Coding",icon:"code",color:"#2563EB",textIcon:"GL",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"},openai:{id:"openai",alias:"openai",name:"OpenAI",icon:"auto_awesome",color:"#10A37F",textIcon:"OA",website:"https://platform.openai.com"},anthropic:{id:"anthropic",alias:"anthropic",name:"Anthropic",icon:"smart_toy",color:"#D97757",textIcon:"AN",website:"https://console.anthropic.com"},gemini:{id:"gemini",alias:"gemini",name:"Gemini",icon:"diamond",color:"#4285F4",textIcon:"GE",website:"https://ai.google.dev"},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"},nvidia:{id:"nvidia",alias:"nvidia",name:"NVIDIA NIM",icon:"developer_board",color:"#76B900",textIcon:"NV",website:"https://developer.nvidia.com/nim"},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"},assemblyai:{id:"assemblyai",alias:"aai",name:"AssemblyAI",icon:"record_voice_over",color:"#0062FF",textIcon:"AA",website:"https://assemblyai.com"},nanobanana:{id:"nanobanana",alias:"nb",name:"NanoBanana",icon:"image",color:"#FFD700",textIcon:"NB",website:"https://nanobananaapi.ai"}},g="openai-compatible-",h="anthropic-compatible-";function i(a){return"string"==typeof a&&a.startsWith(g)}function j(a){return"string"==typeof a&&a.startsWith(h)}let k={...d,...e,...f},l=Object.values(k).reduce((a,b)=>(a[b.alias]=b.id,a),{});Object.values(k).reduce((a,b)=>(a[b.id]=b.alias,a),{})},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},13931:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>L,patchFetch:()=>K,routeModule:()=>G,serverHooks:()=>J,workAsyncStorage:()=>H,workUnitAsyncStorage:()=>I});var d={};c.r(d),c.d(d,{GET:()=>F,OPTIONS:()=>E});var e=c(19225),f=c(84006),g=c(8317),h=c(99373),i=c(34775),j=c(24235),k=c(261),l=c(54365),m=c(90771),n=c(73461),o=c(67798),p=c(92280),q=c(62018),r=c(45696),s=c(47929),t=c(86439),u=c(37527),v=c(30855),w=c(5175),x=c(60021),y=c(62402),z=c(54250),A=c(25430),B=c(44537),C=c(25413);let D={ag:"antigravity",cc:"claude",cl:"cline",cu:"cursor",cx:"codex",gc:"gemini-cli",gh:"github",if:"iflow",kc:"kilocode",kmc:"kimi-coding",kr:"kiro",qw:"qwen"};async function E(){return new Response(null,{headers:{"Access-Control-Allow-Origin":"*","Access-Control-Allow-Methods":"GET, OPTIONS","Access-Control-Allow-Headers":"*"}})}async function F(){try{let{aliasToProviderId:a,providerIdToAlias:b}=function(){let a={},b={};for(let c of Object.values(w.Q2)){let d=c?.id,e=c?.alias||d;d&&(a[d]=d,a[e]=d,b[d]||(b[d]=e))}for(let[b,c]of Object.entries(v.Xg)){if(v.vq[b]){a[b]=a[b]||c;continue}if(v.vq[c]){a[c]=a[c]||b;continue}a[c]=a[c]||b}for(let b of Object.keys(v.vq))a[b]||(a[b]=b);for(let[c,d]of Object.entries(a))b[d]||(b[d]=c);for(let[c,d]of Object.entries(D))a[c]||(a[c]=d),a[d]||(a[d]=d),b[d]||(b[d]=c);return{aliasToProviderId:a,providerIdToAlias:b}}(),c=[];try{c=(c=await (0,x.getProviderConnections)()).filter(a=>!1!==a.isActive)}catch(a){console.log("Could not fetch providers, returning all models")}let d=[];try{d=await (0,x.Uv)()}catch(a){console.log("Could not fetch combos")}let e=new Set;for(let a of c){let c=b[a.provider]||a.provider;e.add(c),e.add(a.provider)}let f=[],g=Math.floor(Date.now()/1e3);for(let a of d)f.push({id:a.name,object:"model",created:g,owned_by:"combo",permission:[],root:a.name,parent:null});for(let[b,d]of Object.entries(v.vq)){let h=a[b]||b,i=D[b]||h;if(!(c.length>0)||e.has(b)||e.has(i))for(let a of d){let c=`${b}/${a.id}`;f.push({id:c,object:"model",created:g,owned_by:i,permission:[],root:a.id,parent:null}),i!==b&&f.push({id:`${i}/${a.id}`,object:"model",created:g,owned_by:i,permission:[],root:a.id,parent:c})}}for(let a of(0,y.zD)())f.push({id:a.id,object:"model",created:g,owned_by:a.provider,type:"embedding",dimensions:a.dimensions});for(let a of(0,z.lw)())f.push({id:a.id,object:"model",created:g,owned_by:a.provider,type:"image",supported_sizes:a.supportedSizes});for(let a of(0,A.xt)())f.push({id:a.id,object:"model",created:g,owned_by:a.provider,type:"rerank"});for(let a of(0,B.ah)())f.push({id:a.id,object:"model",created:g,owned_by:a.provider,type:"audio",subtype:a.subtype});for(let a of(0,C.iI)())f.push({id:a.id,object:"model",created:g,owned_by:a.provider,type:"moderation"});try{let a=await (0,x.NL)();for(let[d,h]of Object.entries(a)){let a=b[d]||d,i=D[a]||d;if(!(c.length>0)||e.has(a)||e.has(i))for(let b of h){let c=`${a}/${b.id}`;if(!f.some(a=>a.id===c)&&(f.push({id:c,object:"model",created:g,owned_by:i,permission:[],root:b.id,parent:null,custom:!0}),i!==a)){let a=`${i}/${b.id}`;if(f.some(b=>b.id===a))continue;f.push({id:a,object:"model",created:g,owned_by:i,permission:[],root:b.id,parent:c,custom:!0})}}}}catch(a){console.log("Could not fetch custom models")}return Response.json({object:"list",data:f},{headers:{"Access-Control-Allow-Origin":"*"}})}catch(a){return console.log("Error fetching models:",a),Response.json({error:{message:a.message,type:"server_error"}},{status:500})}}let G=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/v1/models/route",pathname:"/api/v1/models",filename:"route",bundlePath:"app/api/v1/models/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/home/runner/work/OmniRoute/OmniRoute/src/app/api/v1/models/route.js",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:H,workUnitAsyncStorage:I,serverHooks:J}=G;function K(){return(0,g.patchFetch)({workAsyncStorage:H,workUnitAsyncStorage:I})}async function L(a,b,c){G.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/v1/models/route";"/index"===d&&(d="/");let e=await G.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!e)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:g,params:v,nextConfig:w,parsedUrl:x,isDraftMode:y,prerenderManifest:z,routerServerContext:A,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,resolvedPathname:D,clientReferenceManifest:E,serverActionsManifest:F}=e,H=(0,k.normalizeAppPath)(d),I=!!(z.dynamicRoutes[H]||z.routes[D]),J=async()=>((null==A?void 0:A.render404)?await A.render404(a,b,x,!1):b.end("This page could not be found"),null);if(I&&!y){let a=!!z.routes[D],b=z.dynamicRoutes[H];if(b&&!1===b.fallback&&!a){if(w.experimental.adapterPath)return await J();throw new t.NoFallbackError}}let K=null;!I||G.isDev||y||(K="/index"===(K=D)?"/":K);let L=!0===G.isDev||!I,M=I&&!L;F&&E&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:E,serverActionsManifest:F});let N=a.method||"GET",O=(0,i.getTracer)(),P=O.getActiveScopeSpan(),Q={params:v,prerenderManifest:z,renderOpts:{experimental:{authInterrupts:!!w.experimental.authInterrupts},cacheComponents:!!w.cacheComponents,supportsDynamicResponse:L,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:w.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>G.onRequestError(a,b,d,e,A)},sharedContext:{buildId:g}},R=new l.NodeNextRequest(a),S=new l.NodeNextResponse(b),T=m.NextRequestAdapter.fromNodeNextRequest(R,(0,m.signalFromNodeResponse)(b));try{let e=async a=>G.handle(T,Q).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=O.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==n.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=c.get("next.route");if(e){let b=`${N} ${e}`;a.setAttributes({"next.route":e,"http.route":e,"next.span_name":b}),a.updateName(b)}else a.updateName(`${N} ${d}`)}),g=!!(0,h.getRequestMeta)(a,"minimalMode"),j=async h=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!g&&B&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await e(h);a.fetchMetrics=Q.renderOpts.fetchMetrics;let i=Q.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=Q.renderOpts.collectedTags;if(!I)return await (0,p.I)(R,S,d,Q.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,q.toNodeOutgoingHttpHeaders)(d.headers);j&&(b[s.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==Q.renderOpts.collectedRevalidate&&!(Q.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&Q.renderOpts.collectedRevalidate,e=void 0===Q.renderOpts.collectedExpire||Q.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:Q.renderOpts.collectedExpire;return{value:{kind:u.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==f?void 0:f.isStale)&&await G.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:M,isOnDemandRevalidate:B})},!1,A),b}},l=await G.handleResponse({req:a,nextConfig:w,cacheKey:K,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:z,isRoutePPREnabled:!1,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil,isMinimalMode:g});if(!I)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==u.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});g||b.setHeader("x-nextjs-cache",B?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),y&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,q.fromNodeOutgoingHttpHeaders)(l.value.headers);return g&&I||m.delete(s.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,r.getCacheControlHeader)(l.cacheControl)),await (0,p.I)(R,S,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};P?await j(P):await O.withPropagatedContext(a.headers,()=>O.trace(n.BaseServerSpan.handleRequest,{spanName:`${N} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":N,"http.target":a.url}},j))}catch(b){if(b instanceof t.NoFallbackError||await G.onRequestError(a,b,{routerKind:"App Router",routePath:H,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:M,isOnDemandRevalidate:B})},!1,A),I)throw b;return await (0,p.I)(R,S,new Response(null,{status:500})),null}}},25413:(a,b,c)=>{c.d(b,{iI:()=>g,mX:()=>e,vb:()=>f});let d={openai:{id:"openai",baseUrl:"https://api.openai.com/v1/moderations",authType:"apikey",authHeader:"bearer",models:[{id:"omni-moderation-latest",name:"Omni Moderation Latest"},{id:"text-moderation-latest",name:"Text Moderation Latest"}]}};function e(a){return d[a]||null}function f(a){if(!a)return{provider:null,model:null};for(let[b,c]of Object.entries(d))if(a.startsWith(b+"/"))return{provider:b,model:a.slice(b.length+1)};for(let[b,c]of Object.entries(d))if(c.models.some(b=>b.id===a))return{provider:b,model:a};return{provider:null,model:a}}function g(){let a=[];for(let[b,c]of Object.entries(d))for(let d of c.models)a.push({id:`${b}/${d.id}`,name:d.name,provider:b});return a}},25430:(a,b,c)=>{c.d(b,{AN:()=>f,Bo:()=>e,xt:()=>g});let d={cohere:{id:"cohere",baseUrl:"https://api.cohere.com/v2/rerank",authType:"apikey",authHeader:"bearer",models:[{id:"rerank-v3.5",name:"Rerank v3.5"},{id:"rerank-english-v3.0",name:"Rerank English v3.0"},{id:"rerank-multilingual-v3.0",name:"Rerank Multilingual v3.0"}]},together:{id:"together",baseUrl:"https://api.together.xyz/v1/rerank",authType:"apikey",authHeader:"bearer",models:[{id:"Salesforce/Llama-Rank-V2",name:"Llama Rank V2"}]},nvidia:{id:"nvidia",baseUrl:"https://integrate.api.nvidia.com/v1/ranking",authType:"apikey",authHeader:"bearer",format:"nvidia",models:[{id:"nvidia/nv-rerankqa-mistral-4b-v3",name:"NV RerankQA Mistral 4B v3"}]},fireworks:{id:"fireworks",baseUrl:"https://api.fireworks.ai/inference/v1/rerank",authType:"apikey",authHeader:"bearer",models:[{id:"accounts/fireworks/models/nomic-rerank-v1",name:"Nomic Rerank v1"}]}};function e(a){return d[a]||null}function f(a){if(!a)return{provider:null,model:null};for(let[b,c]of Object.entries(d))if(a.startsWith(b+"/"))return{provider:b,model:a.slice(b.length+1)};for(let[b,c]of Object.entries(d))if(c.models.some(b=>b.id===a))return{provider:b,model:a};return{provider:null,model:a}}function g(){let a=[];for(let[b,c]of Object.entries(d))for(let d of c.models)a.push({id:`${b}/${d.id}`,name:d.name,provider:b});return a}},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},30855:(a,b,c)=>{c.d(b,{Xg:()=>d.PROVIDER_ID_TO_ALIAS,eh:()=>e,vq:()=>d.vq});var d=c(29485);Object.entries(c(5175).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})))},44537:(a,b,c)=>{c.d(b,{FW:()=>i,Yj:()=>f,ah:()=>k,pD:()=>j,uM:()=>g});let d={openai:{id:"openai",baseUrl:"https://api.openai.com/v1/audio/transcriptions",authType:"apikey",authHeader:"bearer",models:[{id:"whisper-1",name:"Whisper 1"},{id:"gpt-4o-transcription",name:"GPT-4o Transcription"}]},groq:{id:"groq",baseUrl:"https://api.groq.com/openai/v1/audio/transcriptions",authType:"apikey",authHeader:"bearer",models:[{id:"whisper-large-v3",name:"Whisper Large v3"},{id:"whisper-large-v3-turbo",name:"Whisper Large v3 Turbo"},{id:"distil-whisper-large-v3-en",name:"Distil Whisper Large v3 EN"}]},deepgram:{id:"deepgram",baseUrl:"https://api.deepgram.com/v1/listen",authType:"apikey",authHeader:"token",format:"deepgram",models:[{id:"nova-3",name:"Nova 3"},{id:"nova-2",name:"Nova 2"},{id:"whisper-large",name:"Whisper Large"}]},assemblyai:{id:"assemblyai",baseUrl:"https://api.assemblyai.com/v2/transcript",authType:"apikey",authHeader:"bearer",async:!0,format:"assemblyai",models:[{id:"universal-3-pro",name:"Universal 3 Pro"},{id:"universal-2",name:"Universal 2"}]}},e={openai:{id:"openai",baseUrl:"https://api.openai.com/v1/audio/speech",authType:"apikey",authHeader:"bearer",models:[{id:"tts-1",name:"TTS 1"},{id:"tts-1-hd",name:"TTS 1 HD"},{id:"gpt-4o-mini-tts",name:"GPT-4o Mini TTS"}]},hyperbolic:{id:"hyperbolic",baseUrl:"https://api.hyperbolic.xyz/v1/audio/generation",authType:"apikey",authHeader:"bearer",format:"hyperbolic",models:[{id:"melo-tts",name:"Melo TTS"}]},deepgram:{id:"deepgram",baseUrl:"https://api.deepgram.com/v1/speak",authType:"apikey",authHeader:"token",format:"deepgram",models:[{id:"aura-asteria-en",name:"Aura Asteria (EN)"},{id:"aura-luna-en",name:"Aura Luna (EN)"},{id:"aura-stella-en",name:"Aura Stella (EN)"}]}};function f(a){return d[a]||null}function g(a){return e[a]||null}function h(a,b){if(!a)return{provider:null,model:null};for(let[c,d]of Object.entries(b))if(a.startsWith(c+"/"))return{provider:c,model:a.slice(c.length+1)};for(let[c,d]of Object.entries(b))if(d.models.some(b=>b.id===a))return{provider:c,model:a};return{provider:null,model:a}}function i(a){return h(a,d)}function j(a){return h(a,e)}function k(){let a=[];for(let[b,c]of Object.entries(d))for(let d of c.models)a.push({id:`${b}/${d.id}`,name:d.name,provider:b,subtype:"transcription"});for(let[b,c]of Object.entries(e))for(let d of c.models)a.push({id:`${b}/${d.id}`,name:d.name,provider:b,subtype:"speech"});return a}},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},48161:a=>{a.exports=require("node:os")},55511:a=>{a.exports=require("crypto")},62402:(a,b,c)=>{c.d(b,{Lb:()=>e,QG:()=>f,zD:()=>g});let d={nebius:{id:"nebius",baseUrl:"https://api.tokenfactory.nebius.com/v1/embeddings",authType:"apikey",authHeader:"bearer",models:[{id:"Qwen/Qwen3-Embedding-8B",name:"Qwen3 Embedding 8B",dimensions:4096}]},openai:{id:"openai",baseUrl:"https://api.openai.com/v1/embeddings",authType:"apikey",authHeader:"bearer",models:[{id:"text-embedding-3-small",name:"Text Embedding 3 Small",dimensions:1536},{id:"text-embedding-3-large",name:"Text Embedding 3 Large",dimensions:3072},{id:"text-embedding-ada-002",name:"Text Embedding Ada 002",dimensions:1536}]},mistral:{id:"mistral",baseUrl:"https://api.mistral.ai/v1/embeddings",authType:"apikey",authHeader:"bearer",models:[{id:"mistral-embed",name:"Mistral Embed",dimensions:1024}]},together:{id:"together",baseUrl:"https://api.together.xyz/v1/embeddings",authType:"apikey",authHeader:"bearer",models:[{id:"BAAI/bge-large-en-v1.5",name:"BGE Large EN v1.5",dimensions:1024},{id:"togethercomputer/m2-bert-80M-8k-retrieval",name:"M2 BERT 80M 8K",dimensions:768}]},fireworks:{id:"fireworks",baseUrl:"https://api.fireworks.ai/inference/v1/embeddings",authType:"apikey",authHeader:"bearer",models:[{id:"nomic-ai/nomic-embed-text-v1.5",name:"Nomic Embed Text v1.5",dimensions:768}]},nvidia:{id:"nvidia",baseUrl:"https://integrate.api.nvidia.com/v1/embeddings",authType:"apikey",authHeader:"bearer",models:[{id:"nvidia/nv-embedqa-e5-v5",name:"NV EmbedQA E5 v5",dimensions:1024}]}};function e(a){return d[a]||null}function f(a){if(!a)return{provider:null,model:null};let b=a.indexOf("/");if(b>0){for(let[b,c]of Object.entries(d))if(a.startsWith(b+"/"))return{provider:b,model:a.slice(b.length+1)};return{provider:a.slice(0,b),model:a.slice(b+1)}}for(let[b,c]of Object.entries(d))if(c.models.some(b=>b.id===a))return{provider:b,model:a};return{provider:null,model:a}}function g(){let a=[];for(let[b,c]of Object.entries(d))for(let d of c.models)a.push({id:`${b}/${d.id}`,name:d.name,provider:b,dimensions:d.dimensions});return a}},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},73024:a=>{a.exports=require("node:fs")},76760:a=>{a.exports=require("node:path")},77598:a=>{a.exports=require("node:crypto")},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")},87550:a=>{a.exports=require("better-sqlite3")}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,8108,21,6937],()=>b(b.s=13931));module.exports=c})();
1
+ "use strict";(()=>{var a={};a.id=5466,a.ids=[5466],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},5175:(a,b,c)=>{c.d(b,{DI:()=>h,IS:()=>d,JH:()=>g,Q2:()=>k,fg:()=>f,gb:()=>j,js:()=>l,mq:()=>i,zN:()=>e});let d={iflow:{id:"iflow",alias:"if",name:"iFlow AI",icon:"water_drop",color:"#6366F1"},qwen:{id:"qwen",alias:"qw",name:"Qwen Code",icon:"psychology",color:"#10B981"},"gemini-cli":{id:"gemini-cli",alias:"gc",name:"Gemini CLI",icon:"terminal",color:"#4285F4"},kiro:{id:"kiro",alias:"kr",name:"Kiro AI",icon:"psychology_alt",color:"#FF6B35"}},e={claude:{id:"claude",alias:"cc",name:"Claude Code",icon:"smart_toy",color:"#D97757"},antigravity:{id:"antigravity",alias:"ag",name:"Antigravity",icon:"rocket_launch",color:"#F59E0B"},codex:{id:"codex",alias:"cx",name:"OpenAI Codex",icon:"code",color:"#3B82F6"},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"},"kimi-coding":{id:"kimi-coding",alias:"kmc",name:"Kimi Coding",icon:"psychology",color:"#1E40AF",textIcon:"KC"},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"}},f={openrouter:{id:"openrouter",alias:"openrouter",name:"OpenRouter",icon:"router",color:"#F97316",textIcon:"OR",passthroughModels:!0,website:"https://openrouter.ai"},glm:{id:"glm",alias:"glm",name:"GLM Coding",icon:"code",color:"#2563EB",textIcon:"GL",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"},openai:{id:"openai",alias:"openai",name:"OpenAI",icon:"auto_awesome",color:"#10A37F",textIcon:"OA",website:"https://platform.openai.com"},anthropic:{id:"anthropic",alias:"anthropic",name:"Anthropic",icon:"smart_toy",color:"#D97757",textIcon:"AN",website:"https://console.anthropic.com"},gemini:{id:"gemini",alias:"gemini",name:"Gemini",icon:"diamond",color:"#4285F4",textIcon:"GE",website:"https://ai.google.dev"},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"},nvidia:{id:"nvidia",alias:"nvidia",name:"NVIDIA NIM",icon:"developer_board",color:"#76B900",textIcon:"NV",website:"https://developer.nvidia.com/nim"},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"},assemblyai:{id:"assemblyai",alias:"aai",name:"AssemblyAI",icon:"record_voice_over",color:"#0062FF",textIcon:"AA",website:"https://assemblyai.com"},nanobanana:{id:"nanobanana",alias:"nb",name:"NanoBanana",icon:"image",color:"#FFD700",textIcon:"NB",website:"https://nanobananaapi.ai"}},g="openai-compatible-",h="anthropic-compatible-";function i(a){return"string"==typeof a&&a.startsWith(g)}function j(a){return"string"==typeof a&&a.startsWith(h)}let k={...d,...e,...f},l=Object.values(k).reduce((a,b)=>(a[b.alias]=b.id,a),{});Object.values(k).reduce((a,b)=>(a[b.id]=b.alias,a),{})},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},13931:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>L,patchFetch:()=>K,routeModule:()=>G,serverHooks:()=>J,workAsyncStorage:()=>H,workUnitAsyncStorage:()=>I});var d={};c.r(d),c.d(d,{GET:()=>F,OPTIONS:()=>E});var e=c(19225),f=c(84006),g=c(8317),h=c(99373),i=c(34775),j=c(24235),k=c(261),l=c(54365),m=c(90771),n=c(73461),o=c(67798),p=c(92280),q=c(62018),r=c(45696),s=c(47929),t=c(86439),u=c(37527),v=c(30855),w=c(5175),x=c(60021),y=c(62402),z=c(54250),A=c(25430),B=c(44537),C=c(25413);let D={ag:"antigravity",cc:"claude",cl:"cline",cu:"cursor",cx:"codex",gc:"gemini-cli",gh:"github",if:"iflow",kc:"kilocode",kmc:"kimi-coding",kr:"kiro",qw:"qwen"};async function E(){return new Response(null,{headers:{"Access-Control-Allow-Origin":"*","Access-Control-Allow-Methods":"GET, OPTIONS","Access-Control-Allow-Headers":"*"}})}async function F(){try{let{aliasToProviderId:a,providerIdToAlias:b}=function(){let a={},b={};for(let c of Object.values(w.Q2)){let d=c?.id,e=c?.alias||d;d&&(a[d]=d,a[e]=d,b[d]||(b[d]=e))}for(let[b,c]of Object.entries(v.Xg)){if(v.vq[b]){a[b]=a[b]||c;continue}if(v.vq[c]){a[c]=a[c]||b;continue}a[c]=a[c]||b}for(let b of Object.keys(v.vq))a[b]||(a[b]=b);for(let[c,d]of Object.entries(a))b[d]||(b[d]=c);for(let[c,d]of Object.entries(D))a[c]||(a[c]=d),a[d]||(a[d]=d),b[d]||(b[d]=c);return{aliasToProviderId:a,providerIdToAlias:b}}(),c=[];try{c=(c=await (0,x.getProviderConnections)()).filter(a=>!1!==a.isActive)}catch(a){console.log("Could not fetch providers, returning all models")}let d=[];try{d=await (0,x.Uv)()}catch(a){console.log("Could not fetch combos")}let e=new Set;for(let a of c){let c=b[a.provider]||a.provider;e.add(c),e.add(a.provider)}let f=[],g=Math.floor(Date.now()/1e3);for(let a of d)f.push({id:a.name,object:"model",created:g,owned_by:"combo",permission:[],root:a.name,parent:null});for(let[b,d]of Object.entries(v.vq)){let h=a[b]||b,i=D[b]||h;if(!(c.length>0)||e.has(b)||e.has(i))for(let a of d){let c=`${b}/${a.id}`;f.push({id:c,object:"model",created:g,owned_by:i,permission:[],root:a.id,parent:null}),i!==b&&f.push({id:`${i}/${a.id}`,object:"model",created:g,owned_by:i,permission:[],root:a.id,parent:c})}}for(let a of(0,y.zD)())f.push({id:a.id,object:"model",created:g,owned_by:a.provider,type:"embedding",dimensions:a.dimensions});for(let a of(0,z.lw)())f.push({id:a.id,object:"model",created:g,owned_by:a.provider,type:"image",supported_sizes:a.supportedSizes});for(let a of(0,A.xt)())f.push({id:a.id,object:"model",created:g,owned_by:a.provider,type:"rerank"});for(let a of(0,B.ah)())f.push({id:a.id,object:"model",created:g,owned_by:a.provider,type:"audio",subtype:a.subtype});for(let a of(0,C.iI)())f.push({id:a.id,object:"model",created:g,owned_by:a.provider,type:"moderation"});try{let a=await (0,x.NL)();for(let[d,h]of Object.entries(a)){let a=b[d]||d,i=D[a]||d;if(!(c.length>0)||e.has(a)||e.has(i))for(let b of h){let c=`${a}/${b.id}`;if(!f.some(a=>a.id===c)&&(f.push({id:c,object:"model",created:g,owned_by:i,permission:[],root:b.id,parent:null,custom:!0}),i!==a)){let a=`${i}/${b.id}`;if(f.some(b=>b.id===a))continue;f.push({id:a,object:"model",created:g,owned_by:i,permission:[],root:b.id,parent:c,custom:!0})}}}}catch(a){console.log("Could not fetch custom models")}return Response.json({object:"list",data:f},{headers:{"Access-Control-Allow-Origin":"*"}})}catch(a){return console.log("Error fetching models:",a),Response.json({error:{message:a.message,type:"server_error"}},{status:500})}}let G=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/v1/models/route",pathname:"/api/v1/models",filename:"route",bundlePath:"app/api/v1/models/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/home/runner/work/OmniRoute/OmniRoute/src/app/api/v1/models/route.js",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:H,workUnitAsyncStorage:I,serverHooks:J}=G;function K(){return(0,g.patchFetch)({workAsyncStorage:H,workUnitAsyncStorage:I})}async function L(a,b,c){G.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/v1/models/route";"/index"===d&&(d="/");let e=await G.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!e)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:g,params:v,nextConfig:w,parsedUrl:x,isDraftMode:y,prerenderManifest:z,routerServerContext:A,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,resolvedPathname:D,clientReferenceManifest:E,serverActionsManifest:F}=e,H=(0,k.normalizeAppPath)(d),I=!!(z.dynamicRoutes[H]||z.routes[D]),J=async()=>((null==A?void 0:A.render404)?await A.render404(a,b,x,!1):b.end("This page could not be found"),null);if(I&&!y){let a=!!z.routes[D],b=z.dynamicRoutes[H];if(b&&!1===b.fallback&&!a){if(w.experimental.adapterPath)return await J();throw new t.NoFallbackError}}let K=null;!I||G.isDev||y||(K="/index"===(K=D)?"/":K);let L=!0===G.isDev||!I,M=I&&!L;F&&E&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:E,serverActionsManifest:F});let N=a.method||"GET",O=(0,i.getTracer)(),P=O.getActiveScopeSpan(),Q={params:v,prerenderManifest:z,renderOpts:{experimental:{authInterrupts:!!w.experimental.authInterrupts},cacheComponents:!!w.cacheComponents,supportsDynamicResponse:L,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:w.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>G.onRequestError(a,b,d,e,A)},sharedContext:{buildId:g}},R=new l.NodeNextRequest(a),S=new l.NodeNextResponse(b),T=m.NextRequestAdapter.fromNodeNextRequest(R,(0,m.signalFromNodeResponse)(b));try{let e=async a=>G.handle(T,Q).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=O.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==n.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=c.get("next.route");if(e){let b=`${N} ${e}`;a.setAttributes({"next.route":e,"http.route":e,"next.span_name":b}),a.updateName(b)}else a.updateName(`${N} ${d}`)}),g=!!(0,h.getRequestMeta)(a,"minimalMode"),j=async h=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!g&&B&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await e(h);a.fetchMetrics=Q.renderOpts.fetchMetrics;let i=Q.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=Q.renderOpts.collectedTags;if(!I)return await (0,p.I)(R,S,d,Q.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,q.toNodeOutgoingHttpHeaders)(d.headers);j&&(b[s.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==Q.renderOpts.collectedRevalidate&&!(Q.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&Q.renderOpts.collectedRevalidate,e=void 0===Q.renderOpts.collectedExpire||Q.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:Q.renderOpts.collectedExpire;return{value:{kind:u.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==f?void 0:f.isStale)&&await G.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:M,isOnDemandRevalidate:B})},!1,A),b}},l=await G.handleResponse({req:a,nextConfig:w,cacheKey:K,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:z,isRoutePPREnabled:!1,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil,isMinimalMode:g});if(!I)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==u.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});g||b.setHeader("x-nextjs-cache",B?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),y&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,q.fromNodeOutgoingHttpHeaders)(l.value.headers);return g&&I||m.delete(s.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,r.getCacheControlHeader)(l.cacheControl)),await (0,p.I)(R,S,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};P?await j(P):await O.withPropagatedContext(a.headers,()=>O.trace(n.BaseServerSpan.handleRequest,{spanName:`${N} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":N,"http.target":a.url}},j))}catch(b){if(b instanceof t.NoFallbackError||await G.onRequestError(a,b,{routerKind:"App Router",routePath:H,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:M,isOnDemandRevalidate:B})},!1,A),I)throw b;return await (0,p.I)(R,S,new Response(null,{status:500})),null}}},25413:(a,b,c)=>{c.d(b,{iI:()=>g,mX:()=>e,vb:()=>f});let d={openai:{id:"openai",baseUrl:"https://api.openai.com/v1/moderations",authType:"apikey",authHeader:"bearer",models:[{id:"omni-moderation-latest",name:"Omni Moderation Latest"},{id:"text-moderation-latest",name:"Text Moderation Latest"}]}};function e(a){return d[a]||null}function f(a){if(!a)return{provider:null,model:null};for(let[b,c]of Object.entries(d))if(a.startsWith(b+"/"))return{provider:b,model:a.slice(b.length+1)};for(let[b,c]of Object.entries(d))if(c.models.some(b=>b.id===a))return{provider:b,model:a};return{provider:null,model:a}}function g(){let a=[];for(let[b,c]of Object.entries(d))for(let d of c.models)a.push({id:`${b}/${d.id}`,name:d.name,provider:b});return a}},25430:(a,b,c)=>{c.d(b,{AN:()=>f,Bo:()=>e,xt:()=>g});let d={cohere:{id:"cohere",baseUrl:"https://api.cohere.com/v2/rerank",authType:"apikey",authHeader:"bearer",models:[{id:"rerank-v3.5",name:"Rerank v3.5"},{id:"rerank-english-v3.0",name:"Rerank English v3.0"},{id:"rerank-multilingual-v3.0",name:"Rerank Multilingual v3.0"}]},together:{id:"together",baseUrl:"https://api.together.xyz/v1/rerank",authType:"apikey",authHeader:"bearer",models:[{id:"Salesforce/Llama-Rank-V2",name:"Llama Rank V2"}]},nvidia:{id:"nvidia",baseUrl:"https://integrate.api.nvidia.com/v1/ranking",authType:"apikey",authHeader:"bearer",format:"nvidia",models:[{id:"nvidia/nv-rerankqa-mistral-4b-v3",name:"NV RerankQA Mistral 4B v3"}]},fireworks:{id:"fireworks",baseUrl:"https://api.fireworks.ai/inference/v1/rerank",authType:"apikey",authHeader:"bearer",models:[{id:"accounts/fireworks/models/nomic-rerank-v1",name:"Nomic Rerank v1"}]}};function e(a){return d[a]||null}function f(a){if(!a)return{provider:null,model:null};for(let[b,c]of Object.entries(d))if(a.startsWith(b+"/"))return{provider:b,model:a.slice(b.length+1)};for(let[b,c]of Object.entries(d))if(c.models.some(b=>b.id===a))return{provider:b,model:a};return{provider:null,model:a}}function g(){let a=[];for(let[b,c]of Object.entries(d))for(let d of c.models)a.push({id:`${b}/${d.id}`,name:d.name,provider:b});return a}},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},30855:(a,b,c)=>{c.d(b,{Xg:()=>d.PROVIDER_ID_TO_ALIAS,eh:()=>e,vq:()=>d.vq});var d=c(29485);Object.entries(c(5175).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})))},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},48161:a=>{a.exports=require("node:os")},54250:(a,b,c)=>{c.d(b,{Uk:()=>f,bV:()=>e,lw:()=>g});let d={openai:{id:"openai",baseUrl:"https://api.openai.com/v1/images/generations",authType:"apikey",authHeader:"bearer",format:"openai",models:[{id:"gpt-image-1",name:"GPT Image 1"},{id:"dall-e-3",name:"DALL-E 3"},{id:"dall-e-2",name:"DALL-E 2"}],supportedSizes:["1024x1024","1024x1792","1792x1024","256x256","512x512"]},xai:{id:"xai",baseUrl:"https://api.x.ai/v1/images/generations",authType:"apikey",authHeader:"bearer",format:"openai",models:[{id:"grok-2-image-1212",name:"Grok 2 Image"}],supportedSizes:["1024x1024"]},together:{id:"together",baseUrl:"https://api.together.xyz/v1/images/generations",authType:"apikey",authHeader:"bearer",format:"openai",models:[{id:"black-forest-labs/FLUX.1.1-pro",name:"FLUX 1.1 Pro"},{id:"black-forest-labs/FLUX.1-schnell-Free",name:"FLUX 1 Schnell (Free)"},{id:"stabilityai/stable-diffusion-xl-base-1.0",name:"SDXL Base 1.0"}],supportedSizes:["1024x1024","512x512"]},fireworks:{id:"fireworks",baseUrl:"https://api.fireworks.ai/inference/v1/images/generations",authType:"apikey",authHeader:"bearer",format:"openai",models:[{id:"accounts/fireworks/models/flux-1-dev-fp8",name:"FLUX 1 Dev FP8"},{id:"accounts/fireworks/models/stable-diffusion-xl-1024-v1-0",name:"SDXL 1024 v1.0"}],supportedSizes:["1024x1024","512x512"]},antigravity:{id:"antigravity",baseUrl:"https://generativelanguage.googleapis.com/v1beta/models",authType:"oauth",authHeader:"bearer",format:"gemini-image",models:[{id:"gemini-2.5-flash-preview-image-generation",name:"Nano Banana"}],supportedSizes:["1024x1024"]},nebius:{id:"nebius",baseUrl:"https://api.tokenfactory.nebius.com/v1/images/generations",fallbackUrl:"https://api.studio.nebius.com/v1/images/generations",authType:"apikey",authHeader:"bearer",format:"openai",models:[{id:"black-forest-labs/flux-schnell",name:"FLUX.1 Schnell"},{id:"black-forest-labs/flux-dev",name:"FLUX.1 Dev"}],supportedSizes:["1024x1024","512x512"]},hyperbolic:{id:"hyperbolic",baseUrl:"https://api.hyperbolic.xyz/v1/image/generation",authType:"apikey",authHeader:"bearer",format:"hyperbolic",models:[{id:"SDXL1.0-base",name:"SDXL 1.0 Base"},{id:"SD2",name:"Stable Diffusion 2"},{id:"FLUX.1-dev",name:"FLUX.1 Dev"}],supportedSizes:["1024x1024","512x512"]},nanobanana:{id:"nanobanana",baseUrl:"https://api.nanobananaapi.ai/api/v1/nanobanana/generate",proUrl:"https://api.nanobananaapi.ai/api/v1/nanobanana/generate-pro",authType:"apikey",authHeader:"bearer",format:"nanobanana",models:[{id:"nanobanana-flash",name:"NanoBanana Flash (Gemini 2.5 Flash)"},{id:"nanobanana-pro",name:"NanoBanana Pro (Gemini 3 Pro)"}],supportedSizes:["1024x1024"]}};function e(a){return d[a]||null}function f(a){if(!a)return{provider:null,model:null};for(let[b,c]of Object.entries(d))if(a.startsWith(b+"/"))return{provider:b,model:a.slice(b.length+1)};for(let[b,c]of Object.entries(d))if(c.models.some(b=>b.id===a))return{provider:b,model:a};return{provider:null,model:a}}function g(){let a=[];for(let[b,c]of Object.entries(d))for(let d of c.models)a.push({id:`${b}/${d.id}`,name:d.name,provider:b,supportedSizes:c.supportedSizes});return a}},55511:a=>{a.exports=require("crypto")},62402:(a,b,c)=>{c.d(b,{Lb:()=>e,QG:()=>f,zD:()=>g});let d={nebius:{id:"nebius",baseUrl:"https://api.tokenfactory.nebius.com/v1/embeddings",authType:"apikey",authHeader:"bearer",models:[{id:"Qwen/Qwen3-Embedding-8B",name:"Qwen3 Embedding 8B",dimensions:4096}]},openai:{id:"openai",baseUrl:"https://api.openai.com/v1/embeddings",authType:"apikey",authHeader:"bearer",models:[{id:"text-embedding-3-small",name:"Text Embedding 3 Small",dimensions:1536},{id:"text-embedding-3-large",name:"Text Embedding 3 Large",dimensions:3072},{id:"text-embedding-ada-002",name:"Text Embedding Ada 002",dimensions:1536}]},mistral:{id:"mistral",baseUrl:"https://api.mistral.ai/v1/embeddings",authType:"apikey",authHeader:"bearer",models:[{id:"mistral-embed",name:"Mistral Embed",dimensions:1024}]},together:{id:"together",baseUrl:"https://api.together.xyz/v1/embeddings",authType:"apikey",authHeader:"bearer",models:[{id:"BAAI/bge-large-en-v1.5",name:"BGE Large EN v1.5",dimensions:1024},{id:"togethercomputer/m2-bert-80M-8k-retrieval",name:"M2 BERT 80M 8K",dimensions:768}]},fireworks:{id:"fireworks",baseUrl:"https://api.fireworks.ai/inference/v1/embeddings",authType:"apikey",authHeader:"bearer",models:[{id:"nomic-ai/nomic-embed-text-v1.5",name:"Nomic Embed Text v1.5",dimensions:768}]},nvidia:{id:"nvidia",baseUrl:"https://integrate.api.nvidia.com/v1/embeddings",authType:"apikey",authHeader:"bearer",models:[{id:"nvidia/nv-embedqa-e5-v5",name:"NV EmbedQA E5 v5",dimensions:1024}]}};function e(a){return d[a]||null}function f(a){if(!a)return{provider:null,model:null};let b=a.indexOf("/");if(b>0){for(let[b,c]of Object.entries(d))if(a.startsWith(b+"/"))return{provider:b,model:a.slice(b.length+1)};return{provider:a.slice(0,b),model:a.slice(b+1)}}for(let[b,c]of Object.entries(d))if(c.models.some(b=>b.id===a))return{provider:b,model:a};return{provider:null,model:a}}function g(){let a=[];for(let[b,c]of Object.entries(d))for(let d of c.models)a.push({id:`${b}/${d.id}`,name:d.name,provider:b,dimensions:d.dimensions});return a}},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},73024:a=>{a.exports=require("node:fs")},76760:a=>{a.exports=require("node:path")},77598:a=>{a.exports=require("node:crypto")},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")},87550:a=>{a.exports=require("better-sqlite3")}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,8108,21,4412],()=>b(b.s=13931));module.exports=c})();
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../../node_modules/better-sqlite3/build/Release/better_sqlite3.node","../../../../../../node_modules/better-sqlite3/lib/database.js","../../../../../../node_modules/better-sqlite3/lib/index.js","../../../../../../node_modules/better-sqlite3/lib/methods/aggregate.js","../../../../../../node_modules/better-sqlite3/lib/methods/backup.js","../../../../../../node_modules/better-sqlite3/lib/methods/function.js","../../../../../../node_modules/better-sqlite3/lib/methods/inspect.js","../../../../../../node_modules/better-sqlite3/lib/methods/pragma.js","../../../../../../node_modules/better-sqlite3/lib/methods/serialize.js","../../../../../../node_modules/better-sqlite3/lib/methods/table.js","../../../../../../node_modules/better-sqlite3/lib/methods/transaction.js","../../../../../../node_modules/better-sqlite3/lib/methods/wrappers.js","../../../../../../node_modules/better-sqlite3/lib/sqlite-error.js","../../../../../../node_modules/better-sqlite3/lib/util.js","../../../../../../node_modules/better-sqlite3/package.json","../../../../../../node_modules/bindings/bindings.js","../../../../../../node_modules/bindings/package.json","../../../../../../node_modules/file-uri-to-path/index.js","../../../../../../node_modules/file-uri-to-path/package.json","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../open-sse/package.json","../../../../../../package.json","../../../../../../src/shared/utils/apiKey.js","../../../../../package.json","../../../../chunks/1362.js","../../../../chunks/21.js","../../../../chunks/4741.js","../../../../chunks/6599.js","../../../../chunks/6937.js","../../../../chunks/8108.js","../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../../../node_modules/better-sqlite3/build/Release/better_sqlite3.node","../../../../../../node_modules/better-sqlite3/lib/database.js","../../../../../../node_modules/better-sqlite3/lib/index.js","../../../../../../node_modules/better-sqlite3/lib/methods/aggregate.js","../../../../../../node_modules/better-sqlite3/lib/methods/backup.js","../../../../../../node_modules/better-sqlite3/lib/methods/function.js","../../../../../../node_modules/better-sqlite3/lib/methods/inspect.js","../../../../../../node_modules/better-sqlite3/lib/methods/pragma.js","../../../../../../node_modules/better-sqlite3/lib/methods/serialize.js","../../../../../../node_modules/better-sqlite3/lib/methods/table.js","../../../../../../node_modules/better-sqlite3/lib/methods/transaction.js","../../../../../../node_modules/better-sqlite3/lib/methods/wrappers.js","../../../../../../node_modules/better-sqlite3/lib/sqlite-error.js","../../../../../../node_modules/better-sqlite3/lib/util.js","../../../../../../node_modules/better-sqlite3/package.json","../../../../../../node_modules/bindings/bindings.js","../../../../../../node_modules/bindings/package.json","../../../../../../node_modules/file-uri-to-path/index.js","../../../../../../node_modules/file-uri-to-path/package.json","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../open-sse/package.json","../../../../../../package.json","../../../../../../src/shared/utils/apiKey.js","../../../../../package.json","../../../../chunks/1362.js","../../../../chunks/21.js","../../../../chunks/4412.js","../../../../chunks/4741.js","../../../../chunks/6599.js","../../../../chunks/8108.js","../../../../webpack-runtime.js","route_client-reference-manifest.js"]}