@thangnm.nip/irouter 0.0.20 → 0.0.23

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 (615) hide show
  1. package/README.md +1 -76
  2. package/app/.next/BUILD_ID +1 -1
  3. package/app/.next/app-path-routes-manifest.json +3 -3
  4. package/app/.next/build-manifest.json +3 -3
  5. package/app/.next/required-server-files.json +4 -4
  6. package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page.js +2 -2
  7. package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page.js.nft.json +1 -1
  8. package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page_client-reference-manifest.js +1 -1
  9. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js +2 -2
  10. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +1 -1
  11. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
  12. package/app/.next/server/app/(dashboard)/dashboard/combos/page.js +2 -2
  13. package/app/.next/server/app/(dashboard)/dashboard/combos/page.js.nft.json +1 -1
  14. package/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
  15. package/app/.next/server/app/(dashboard)/dashboard/console-log/page.js +2 -2
  16. package/app/.next/server/app/(dashboard)/dashboard/console-log/page.js.nft.json +1 -1
  17. package/app/.next/server/app/(dashboard)/dashboard/console-log/page_client-reference-manifest.js +1 -1
  18. package/app/.next/server/app/(dashboard)/dashboard/employees/[keyId]/page.js +2 -2
  19. package/app/.next/server/app/(dashboard)/dashboard/employees/[keyId]/page.js.nft.json +1 -1
  20. package/app/.next/server/app/(dashboard)/dashboard/employees/[keyId]/page_client-reference-manifest.js +1 -1
  21. package/app/.next/server/app/(dashboard)/dashboard/employees/page.js +5 -5
  22. package/app/.next/server/app/(dashboard)/dashboard/employees/page.js.nft.json +1 -1
  23. package/app/.next/server/app/(dashboard)/dashboard/employees/page_client-reference-manifest.js +1 -1
  24. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js +3 -3
  25. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js.nft.json +1 -1
  26. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
  27. package/app/.next/server/app/(dashboard)/dashboard/mitm/page.js +2 -2
  28. package/app/.next/server/app/(dashboard)/dashboard/mitm/page.js.nft.json +1 -1
  29. package/app/.next/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +1 -1
  30. package/app/.next/server/app/(dashboard)/dashboard/page.js +2 -2
  31. package/app/.next/server/app/(dashboard)/dashboard/page.js.nft.json +1 -1
  32. package/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
  33. package/app/.next/server/app/(dashboard)/dashboard/profile/page.js +2 -2
  34. package/app/.next/server/app/(dashboard)/dashboard/profile/page.js.nft.json +1 -1
  35. package/app/.next/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
  36. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js +2 -2
  37. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js.nft.json +1 -1
  38. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
  39. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js +2 -2
  40. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js.nft.json +1 -1
  41. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
  42. package/app/.next/server/app/(dashboard)/dashboard/providers/page.js +2 -2
  43. package/app/.next/server/app/(dashboard)/dashboard/providers/page.js.nft.json +1 -1
  44. package/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
  45. package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page.js +3 -3
  46. package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page.js.nft.json +1 -1
  47. package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page_client-reference-manifest.js +1 -1
  48. package/app/.next/server/app/(dashboard)/dashboard/quota/page.js +2 -2
  49. package/app/.next/server/app/(dashboard)/dashboard/quota/page.js.nft.json +1 -1
  50. package/app/.next/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +1 -1
  51. package/app/.next/server/app/(dashboard)/dashboard/translator/page.js +2 -2
  52. package/app/.next/server/app/(dashboard)/dashboard/translator/page.js.nft.json +1 -1
  53. package/app/.next/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
  54. package/app/.next/server/app/(dashboard)/dashboard/usage/page.js +2 -2
  55. package/app/.next/server/app/(dashboard)/dashboard/usage/page.js.nft.json +1 -1
  56. package/app/.next/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
  57. package/app/.next/server/app/_global-error/page.js +3 -3
  58. package/app/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  59. package/app/.next/server/app/_global-error.html +1 -1
  60. package/app/.next/server/app/_global-error.rsc +1 -1
  61. package/app/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  62. package/app/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  63. package/app/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  64. package/app/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  65. package/app/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  66. package/app/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  67. package/app/.next/server/app/_not-found/page.js +2 -2
  68. package/app/.next/server/app/_not-found/page.js.nft.json +1 -1
  69. package/app/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  70. package/app/.next/server/app/_not-found.html +1 -1
  71. package/app/.next/server/app/_not-found.rsc +4 -4
  72. package/app/.next/server/app/_not-found.segments/_full.segment.rsc +4 -4
  73. package/app/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  74. package/app/.next/server/app/_not-found.segments/_index.segment.rsc +4 -4
  75. package/app/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  76. package/app/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  77. package/app/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  78. package/app/.next/server/app/api/9remote/install/route.js +1 -1
  79. package/app/.next/server/app/api/9remote/install/route.js.nft.json +1 -1
  80. package/app/.next/server/app/api/9remote/install/route_client-reference-manifest.js +1 -1
  81. package/app/.next/server/app/api/9remote/start/route.js +1 -1
  82. package/app/.next/server/app/api/9remote/start/route.js.nft.json +1 -1
  83. package/app/.next/server/app/api/9remote/start/route_client-reference-manifest.js +1 -1
  84. package/app/.next/server/app/api/9remote/status/route.js +1 -1
  85. package/app/.next/server/app/api/9remote/status/route.js.nft.json +1 -1
  86. package/app/.next/server/app/api/9remote/status/route_client-reference-manifest.js +1 -1
  87. package/app/.next/server/app/api/auth/login/route.js +1 -1
  88. package/app/.next/server/app/api/auth/login/route.js.nft.json +1 -1
  89. package/app/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -1
  90. package/app/.next/server/app/api/auth/logout/route.js +1 -1
  91. package/app/.next/server/app/api/auth/logout/route.js.nft.json +1 -1
  92. package/app/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
  93. package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js +2 -2
  94. package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js.nft.json +1 -1
  95. package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route_client-reference-manifest.js +1 -1
  96. package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js +2 -2
  97. package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js.nft.json +1 -1
  98. package/app/.next/server/app/api/cli-tools/antigravity-mitm/route_client-reference-manifest.js +1 -1
  99. package/app/.next/server/app/api/cli-tools/claude-settings/route.js +2 -2
  100. package/app/.next/server/app/api/cli-tools/claude-settings/route.js.nft.json +1 -1
  101. package/app/.next/server/app/api/cli-tools/claude-settings/route_client-reference-manifest.js +1 -1
  102. package/app/.next/server/app/api/cli-tools/codex-settings/route.js +3 -3
  103. package/app/.next/server/app/api/cli-tools/codex-settings/route.js.nft.json +1 -1
  104. package/app/.next/server/app/api/cli-tools/codex-settings/route_client-reference-manifest.js +1 -1
  105. package/app/.next/server/app/api/cli-tools/copilot-settings/route.js +2 -2
  106. package/app/.next/server/app/api/cli-tools/copilot-settings/route.js.nft.json +1 -1
  107. package/app/.next/server/app/api/cli-tools/copilot-settings/route_client-reference-manifest.js +1 -1
  108. package/app/.next/server/app/api/cli-tools/droid-settings/route.js +2 -2
  109. package/app/.next/server/app/api/cli-tools/droid-settings/route.js.nft.json +1 -1
  110. package/app/.next/server/app/api/cli-tools/droid-settings/route_client-reference-manifest.js +1 -1
  111. package/app/.next/server/app/api/cli-tools/openclaw-settings/route.js +2 -2
  112. package/app/.next/server/app/api/cli-tools/openclaw-settings/route.js.nft.json +1 -1
  113. package/app/.next/server/app/api/cli-tools/openclaw-settings/route_client-reference-manifest.js +1 -1
  114. package/app/.next/server/app/api/cli-tools/opencode-settings/route.js +2 -2
  115. package/app/.next/server/app/api/cli-tools/opencode-settings/route.js.nft.json +1 -1
  116. package/app/.next/server/app/api/cli-tools/opencode-settings/route_client-reference-manifest.js +1 -1
  117. package/app/.next/server/app/api/cloud/auth/route.js +1 -1
  118. package/app/.next/server/app/api/cloud/auth/route.js.nft.json +1 -1
  119. package/app/.next/server/app/api/cloud/auth/route_client-reference-manifest.js +1 -1
  120. package/app/.next/server/app/api/cloud/credentials/update/route.js +1 -1
  121. package/app/.next/server/app/api/cloud/credentials/update/route.js.nft.json +1 -1
  122. package/app/.next/server/app/api/cloud/credentials/update/route_client-reference-manifest.js +1 -1
  123. package/app/.next/server/app/api/cloud/model/resolve/route.js +1 -1
  124. package/app/.next/server/app/api/cloud/model/resolve/route.js.nft.json +1 -1
  125. package/app/.next/server/app/api/cloud/model/resolve/route_client-reference-manifest.js +1 -1
  126. package/app/.next/server/app/api/cloud/models/alias/route.js +1 -1
  127. package/app/.next/server/app/api/cloud/models/alias/route.js.nft.json +1 -1
  128. package/app/.next/server/app/api/cloud/models/alias/route_client-reference-manifest.js +1 -1
  129. package/app/.next/server/app/api/combos/[id]/route.js +1 -1
  130. package/app/.next/server/app/api/combos/[id]/route.js.nft.json +1 -1
  131. package/app/.next/server/app/api/combos/[id]/route_client-reference-manifest.js +1 -1
  132. package/app/.next/server/app/api/combos/route.js +1 -1
  133. package/app/.next/server/app/api/combos/route.js.nft.json +1 -1
  134. package/app/.next/server/app/api/combos/route_client-reference-manifest.js +1 -1
  135. package/app/.next/server/app/api/employees/[keyId]/stats/route.js +2 -2
  136. package/app/.next/server/app/api/employees/[keyId]/stats/route.js.nft.json +1 -1
  137. package/app/.next/server/app/api/employees/[keyId]/stats/route_client-reference-manifest.js +1 -1
  138. package/app/.next/server/app/api/employees/stats/route.js +3 -3
  139. package/app/.next/server/app/api/employees/stats/route.js.nft.json +1 -1
  140. package/app/.next/server/app/api/employees/stats/route_client-reference-manifest.js +1 -1
  141. package/app/.next/server/app/api/init/route.js +1 -1
  142. package/app/.next/server/app/api/init/route.js.nft.json +1 -1
  143. package/app/.next/server/app/api/init/route_client-reference-manifest.js +1 -1
  144. package/app/.next/server/app/api/keys/[id]/route.js +1 -1
  145. package/app/.next/server/app/api/keys/[id]/route.js.nft.json +1 -1
  146. package/app/.next/server/app/api/keys/[id]/route_client-reference-manifest.js +1 -1
  147. package/app/.next/server/app/api/keys/route.js +1 -1
  148. package/app/.next/server/app/api/keys/route.js.nft.json +1 -1
  149. package/app/.next/server/app/api/keys/route_client-reference-manifest.js +1 -1
  150. package/app/.next/server/app/api/locale/route.js +1 -1
  151. package/app/.next/server/app/api/locale/route.js.nft.json +1 -1
  152. package/app/.next/server/app/api/locale/route_client-reference-manifest.js +1 -1
  153. package/app/.next/server/app/api/models/alias/route.js +1 -1
  154. package/app/.next/server/app/api/models/alias/route.js.nft.json +1 -1
  155. package/app/.next/server/app/api/models/alias/route_client-reference-manifest.js +1 -1
  156. package/app/.next/server/app/api/models/availability/route.js +1 -1
  157. package/app/.next/server/app/api/models/availability/route.js.nft.json +1 -1
  158. package/app/.next/server/app/api/models/availability/route_client-reference-manifest.js +1 -1
  159. package/app/.next/server/app/api/models/route.js +1 -1
  160. package/app/.next/server/app/api/models/route.js.nft.json +1 -1
  161. package/app/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
  162. package/app/.next/server/app/api/models/test/route.js +1 -1
  163. package/app/.next/server/app/api/models/test/route.js.nft.json +1 -1
  164. package/app/.next/server/app/api/models/test/route_client-reference-manifest.js +1 -1
  165. package/app/.next/server/app/api/oauth/[provider]/[action]/route.js +1 -1
  166. package/app/.next/server/app/api/oauth/[provider]/[action]/route.js.nft.json +1 -1
  167. package/app/.next/server/app/api/oauth/[provider]/[action]/route_client-reference-manifest.js +1 -1
  168. package/app/.next/server/app/api/oauth/cursor/auto-import/route.js +2 -2
  169. package/app/.next/server/app/api/oauth/cursor/auto-import/route.js.nft.json +1 -1
  170. package/app/.next/server/app/api/oauth/cursor/auto-import/route_client-reference-manifest.js +1 -1
  171. package/app/.next/server/app/api/oauth/cursor/import/route.js +1 -1
  172. package/app/.next/server/app/api/oauth/cursor/import/route.js.nft.json +1 -1
  173. package/app/.next/server/app/api/oauth/cursor/import/route_client-reference-manifest.js +1 -1
  174. package/app/.next/server/app/api/oauth/iflow/cookie/route.js +1 -1
  175. package/app/.next/server/app/api/oauth/iflow/cookie/route.js.nft.json +1 -1
  176. package/app/.next/server/app/api/oauth/iflow/cookie/route_client-reference-manifest.js +1 -1
  177. package/app/.next/server/app/api/oauth/kiro/auto-import/route.js +1 -1
  178. package/app/.next/server/app/api/oauth/kiro/auto-import/route.js.nft.json +1 -1
  179. package/app/.next/server/app/api/oauth/kiro/auto-import/route_client-reference-manifest.js +1 -1
  180. package/app/.next/server/app/api/oauth/kiro/import/route.js +1 -1
  181. package/app/.next/server/app/api/oauth/kiro/import/route.js.nft.json +1 -1
  182. package/app/.next/server/app/api/oauth/kiro/import/route_client-reference-manifest.js +1 -1
  183. package/app/.next/server/app/api/oauth/kiro/social-authorize/route.js +1 -1
  184. package/app/.next/server/app/api/oauth/kiro/social-authorize/route.js.nft.json +1 -1
  185. package/app/.next/server/app/api/oauth/kiro/social-authorize/route_client-reference-manifest.js +1 -1
  186. package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js +1 -1
  187. package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js.nft.json +1 -1
  188. package/app/.next/server/app/api/oauth/kiro/social-exchange/route_client-reference-manifest.js +1 -1
  189. package/app/.next/server/app/api/pricing/route.js +1 -1
  190. package/app/.next/server/app/api/pricing/route.js.nft.json +1 -1
  191. package/app/.next/server/app/api/pricing/route_client-reference-manifest.js +1 -1
  192. package/app/.next/server/app/api/provider-nodes/[id]/route.js +1 -1
  193. package/app/.next/server/app/api/provider-nodes/[id]/route.js.nft.json +1 -1
  194. package/app/.next/server/app/api/provider-nodes/[id]/route_client-reference-manifest.js +1 -1
  195. package/app/.next/server/app/api/provider-nodes/route.js +1 -1
  196. package/app/.next/server/app/api/provider-nodes/route.js.nft.json +1 -1
  197. package/app/.next/server/app/api/provider-nodes/route_client-reference-manifest.js +1 -1
  198. package/app/.next/server/app/api/provider-nodes/validate/route.js +1 -1
  199. package/app/.next/server/app/api/provider-nodes/validate/route.js.nft.json +1 -1
  200. package/app/.next/server/app/api/provider-nodes/validate/route_client-reference-manifest.js +1 -1
  201. package/app/.next/server/app/api/providers/[id]/access-policy/route.js +1 -1
  202. package/app/.next/server/app/api/providers/[id]/access-policy/route.js.nft.json +1 -1
  203. package/app/.next/server/app/api/providers/[id]/access-policy/route_client-reference-manifest.js +1 -1
  204. package/app/.next/server/app/api/providers/[id]/models/route.js +1 -1
  205. package/app/.next/server/app/api/providers/[id]/models/route.js.nft.json +1 -1
  206. package/app/.next/server/app/api/providers/[id]/models/route_client-reference-manifest.js +1 -1
  207. package/app/.next/server/app/api/providers/[id]/route.js +1 -1
  208. package/app/.next/server/app/api/providers/[id]/route.js.nft.json +1 -1
  209. package/app/.next/server/app/api/providers/[id]/route_client-reference-manifest.js +1 -1
  210. package/app/.next/server/app/api/providers/[id]/test/route.js +1 -1
  211. package/app/.next/server/app/api/providers/[id]/test/route.js.nft.json +1 -1
  212. package/app/.next/server/app/api/providers/[id]/test/route_client-reference-manifest.js +1 -1
  213. package/app/.next/server/app/api/providers/[id]/test-models/route.js +1 -1
  214. package/app/.next/server/app/api/providers/[id]/test-models/route.js.nft.json +1 -1
  215. package/app/.next/server/app/api/providers/[id]/test-models/route_client-reference-manifest.js +1 -1
  216. package/app/.next/server/app/api/providers/client/route.js +1 -1
  217. package/app/.next/server/app/api/providers/client/route.js.nft.json +1 -1
  218. package/app/.next/server/app/api/providers/client/route_client-reference-manifest.js +1 -1
  219. package/app/.next/server/app/api/providers/route.js +1 -1
  220. package/app/.next/server/app/api/providers/route.js.nft.json +1 -1
  221. package/app/.next/server/app/api/providers/route_client-reference-manifest.js +1 -1
  222. package/app/.next/server/app/api/providers/test-batch/route.js +1 -1
  223. package/app/.next/server/app/api/providers/test-batch/route.js.nft.json +1 -1
  224. package/app/.next/server/app/api/providers/test-batch/route_client-reference-manifest.js +1 -1
  225. package/app/.next/server/app/api/providers/validate/route.js +1 -1
  226. package/app/.next/server/app/api/providers/validate/route.js.nft.json +1 -1
  227. package/app/.next/server/app/api/providers/validate/route_client-reference-manifest.js +1 -1
  228. package/app/.next/server/app/api/proxy-pools/[id]/route.js +1 -1
  229. package/app/.next/server/app/api/proxy-pools/[id]/route.js.nft.json +1 -1
  230. package/app/.next/server/app/api/proxy-pools/[id]/route_client-reference-manifest.js +1 -1
  231. package/app/.next/server/app/api/proxy-pools/[id]/test/route.js +1 -1
  232. package/app/.next/server/app/api/proxy-pools/[id]/test/route.js.nft.json +1 -1
  233. package/app/.next/server/app/api/proxy-pools/[id]/test/route_client-reference-manifest.js +1 -1
  234. package/app/.next/server/app/api/proxy-pools/route.js +1 -1
  235. package/app/.next/server/app/api/proxy-pools/route.js.nft.json +1 -1
  236. package/app/.next/server/app/api/proxy-pools/route_client-reference-manifest.js +1 -1
  237. package/app/.next/server/app/api/settings/database/route.js +1 -1
  238. package/app/.next/server/app/api/settings/database/route.js.nft.json +1 -1
  239. package/app/.next/server/app/api/settings/database/route_client-reference-manifest.js +1 -1
  240. package/app/.next/server/app/api/settings/proxy-test/route.js +1 -1
  241. package/app/.next/server/app/api/settings/proxy-test/route.js.nft.json +1 -1
  242. package/app/.next/server/app/api/settings/proxy-test/route_client-reference-manifest.js +1 -1
  243. package/app/.next/server/app/api/settings/require-login/route.js +1 -1
  244. package/app/.next/server/app/api/settings/require-login/route.js.nft.json +1 -1
  245. package/app/.next/server/app/api/settings/require-login/route_client-reference-manifest.js +1 -1
  246. package/app/.next/server/app/api/settings/route.js +1 -1
  247. package/app/.next/server/app/api/settings/route.js.nft.json +1 -1
  248. package/app/.next/server/app/api/settings/route_client-reference-manifest.js +1 -1
  249. package/app/.next/server/app/api/shutdown/route.js +1 -1
  250. package/app/.next/server/app/api/shutdown/route.js.nft.json +1 -1
  251. package/app/.next/server/app/api/shutdown/route_client-reference-manifest.js +1 -1
  252. package/app/.next/server/app/api/tags/route.js +1 -1
  253. package/app/.next/server/app/api/tags/route_client-reference-manifest.js +1 -1
  254. package/app/.next/server/app/api/translator/console-logs/route.js +1 -1
  255. package/app/.next/server/app/api/translator/console-logs/route.js.nft.json +1 -1
  256. package/app/.next/server/app/api/translator/console-logs/route_client-reference-manifest.js +1 -1
  257. package/app/.next/server/app/api/translator/console-logs/stream/route.js +2 -2
  258. package/app/.next/server/app/api/translator/console-logs/stream/route_client-reference-manifest.js +1 -1
  259. package/app/.next/server/app/api/translator/load/route.js +1 -1
  260. package/app/.next/server/app/api/translator/load/route.js.nft.json +1 -1
  261. package/app/.next/server/app/api/translator/load/route_client-reference-manifest.js +1 -1
  262. package/app/.next/server/app/api/translator/save/route.js +1 -1
  263. package/app/.next/server/app/api/translator/save/route.js.nft.json +1 -1
  264. package/app/.next/server/app/api/translator/save/route_client-reference-manifest.js +1 -1
  265. package/app/.next/server/app/api/translator/send/route.js +1 -1
  266. package/app/.next/server/app/api/translator/send/route.js.nft.json +1 -1
  267. package/app/.next/server/app/api/translator/send/route_client-reference-manifest.js +1 -1
  268. package/app/.next/server/app/api/translator/translate/route.js +1 -1
  269. package/app/.next/server/app/api/translator/translate/route.js.nft.json +1 -1
  270. package/app/.next/server/app/api/translator/translate/route_client-reference-manifest.js +1 -1
  271. package/app/.next/server/app/api/tunnel/disable/route.js +1 -1
  272. package/app/.next/server/app/api/tunnel/disable/route.js.nft.json +1 -1
  273. package/app/.next/server/app/api/tunnel/disable/route_client-reference-manifest.js +1 -1
  274. package/app/.next/server/app/api/tunnel/enable/route.js +1 -1
  275. package/app/.next/server/app/api/tunnel/enable/route.js.nft.json +1 -1
  276. package/app/.next/server/app/api/tunnel/enable/route_client-reference-manifest.js +1 -1
  277. package/app/.next/server/app/api/tunnel/status/route.js +1 -1
  278. package/app/.next/server/app/api/tunnel/status/route.js.nft.json +1 -1
  279. package/app/.next/server/app/api/tunnel/status/route_client-reference-manifest.js +1 -1
  280. package/app/.next/server/app/api/usage/[connectionId]/route.js +1 -1
  281. package/app/.next/server/app/api/usage/[connectionId]/route.js.nft.json +1 -1
  282. package/app/.next/server/app/api/usage/[connectionId]/route_client-reference-manifest.js +1 -1
  283. package/app/.next/server/app/api/usage/chart/route.js +2 -2
  284. package/app/.next/server/app/api/usage/chart/route.js.nft.json +1 -1
  285. package/app/.next/server/app/api/usage/chart/route_client-reference-manifest.js +1 -1
  286. package/app/.next/server/app/api/usage/history/route.js +2 -2
  287. package/app/.next/server/app/api/usage/history/route.js.nft.json +1 -1
  288. package/app/.next/server/app/api/usage/history/route_client-reference-manifest.js +1 -1
  289. package/app/.next/server/app/api/usage/logs/route.js +2 -2
  290. package/app/.next/server/app/api/usage/logs/route.js.nft.json +1 -1
  291. package/app/.next/server/app/api/usage/logs/route_client-reference-manifest.js +1 -1
  292. package/app/.next/server/app/api/usage/providers/route.js +2 -2
  293. package/app/.next/server/app/api/usage/providers/route.js.nft.json +1 -1
  294. package/app/.next/server/app/api/usage/providers/route_client-reference-manifest.js +1 -1
  295. package/app/.next/server/app/api/usage/request-details/[id]/download/route.js +2 -2
  296. package/app/.next/server/app/api/usage/request-details/[id]/download/route.js.nft.json +1 -1
  297. package/app/.next/server/app/api/usage/request-details/[id]/download/route_client-reference-manifest.js +1 -1
  298. package/app/.next/server/app/api/usage/request-details/[id]/route.js +1 -1
  299. package/app/.next/server/app/api/usage/request-details/[id]/route.js.nft.json +1 -1
  300. package/app/.next/server/app/api/usage/request-details/[id]/route_client-reference-manifest.js +1 -1
  301. package/app/.next/server/app/api/usage/request-details/aggregate/route.js +4 -4
  302. package/app/.next/server/app/api/usage/request-details/aggregate/route.js.nft.json +1 -1
  303. package/app/.next/server/app/api/usage/request-details/aggregate/route_client-reference-manifest.js +1 -1
  304. package/app/.next/server/app/api/usage/request-details/route.js +2 -2
  305. package/app/.next/server/app/api/usage/request-details/route.js.nft.json +1 -1
  306. package/app/.next/server/app/api/usage/request-details/route_client-reference-manifest.js +1 -1
  307. package/app/.next/server/app/api/usage/request-logs/route.js +2 -2
  308. package/app/.next/server/app/api/usage/request-logs/route.js.nft.json +1 -1
  309. package/app/.next/server/app/api/usage/request-logs/route_client-reference-manifest.js +1 -1
  310. package/app/.next/server/app/api/usage/stats/route.js +2 -2
  311. package/app/.next/server/app/api/usage/stats/route.js.nft.json +1 -1
  312. package/app/.next/server/app/api/usage/stats/route_client-reference-manifest.js +1 -1
  313. package/app/.next/server/app/api/usage/stream/route.js +3 -3
  314. package/app/.next/server/app/api/usage/stream/route.js.nft.json +1 -1
  315. package/app/.next/server/app/api/usage/stream/route_client-reference-manifest.js +1 -1
  316. package/app/.next/server/app/api/v1/api/chat/route.js +1 -1
  317. package/app/.next/server/app/api/v1/api/chat/route.js.nft.json +1 -1
  318. package/app/.next/server/app/api/v1/api/chat/route_client-reference-manifest.js +1 -1
  319. package/app/.next/server/app/api/v1/chat/completions/route.js +1 -1
  320. package/app/.next/server/app/api/v1/chat/completions/route.js.nft.json +1 -1
  321. package/app/.next/server/app/api/v1/chat/completions/route_client-reference-manifest.js +1 -1
  322. package/app/.next/server/app/api/v1/embeddings/route.js +1 -1
  323. package/app/.next/server/app/api/v1/embeddings/route.js.nft.json +1 -1
  324. package/app/.next/server/app/api/v1/embeddings/route_client-reference-manifest.js +1 -1
  325. package/app/.next/server/app/api/v1/messages/count_tokens/route.js +1 -1
  326. package/app/.next/server/app/api/v1/messages/count_tokens/route_client-reference-manifest.js +1 -1
  327. package/app/.next/server/app/api/v1/messages/route.js +1 -1
  328. package/app/.next/server/app/api/v1/messages/route.js.nft.json +1 -1
  329. package/app/.next/server/app/api/v1/messages/route_client-reference-manifest.js +1 -1
  330. package/app/.next/server/app/api/v1/models/route.js +1 -1
  331. package/app/.next/server/app/api/v1/models/route.js.nft.json +1 -1
  332. package/app/.next/server/app/api/v1/models/route_client-reference-manifest.js +1 -1
  333. package/app/.next/server/app/api/v1/responses/route.js +1 -1
  334. package/app/.next/server/app/api/v1/responses/route.js.nft.json +1 -1
  335. package/app/.next/server/app/api/v1/responses/route_client-reference-manifest.js +1 -1
  336. package/app/.next/server/app/api/v1/route.js +1 -1
  337. package/app/.next/server/app/api/v1/route_client-reference-manifest.js +1 -1
  338. package/app/.next/server/app/api/v1beta/models/[...path]/route.js +1 -1
  339. package/app/.next/server/app/api/v1beta/models/[...path]/route.js.nft.json +1 -1
  340. package/app/.next/server/app/api/v1beta/models/[...path]/route_client-reference-manifest.js +1 -1
  341. package/app/.next/server/app/api/v1beta/models/route.js +1 -1
  342. package/app/.next/server/app/api/v1beta/models/route_client-reference-manifest.js +1 -1
  343. package/app/.next/server/app/api/v1internal/route.js +1 -1
  344. package/app/.next/server/app/api/v1internal/route.js.nft.json +1 -1
  345. package/app/.next/server/app/api/v1internal/route_client-reference-manifest.js +1 -1
  346. package/app/.next/server/app/api/version/route.js +1 -1
  347. package/app/.next/server/app/api/version/route_client-reference-manifest.js +1 -1
  348. package/app/.next/server/app/callback/page.js +2 -2
  349. package/app/.next/server/app/callback/page.js.nft.json +1 -1
  350. package/app/.next/server/app/callback/page_client-reference-manifest.js +1 -1
  351. package/app/.next/server/app/callback.html +1 -1
  352. package/app/.next/server/app/callback.rsc +5 -5
  353. package/app/.next/server/app/callback.segments/_full.segment.rsc +5 -5
  354. package/app/.next/server/app/callback.segments/_head.segment.rsc +1 -1
  355. package/app/.next/server/app/callback.segments/_index.segment.rsc +4 -4
  356. package/app/.next/server/app/callback.segments/_tree.segment.rsc +2 -2
  357. package/app/.next/server/app/callback.segments/callback/__PAGE__.segment.rsc +2 -2
  358. package/app/.next/server/app/callback.segments/callback.segment.rsc +1 -1
  359. package/app/.next/server/app/dashboard/basic-chat.html +1 -1
  360. package/app/.next/server/app/dashboard/basic-chat.rsc +6 -6
  361. package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat/__PAGE__.segment.rsc +2 -2
  362. package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat.segment.rsc +1 -1
  363. package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  364. package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  365. package/app/.next/server/app/dashboard/basic-chat.segments/_full.segment.rsc +6 -6
  366. package/app/.next/server/app/dashboard/basic-chat.segments/_head.segment.rsc +1 -1
  367. package/app/.next/server/app/dashboard/basic-chat.segments/_index.segment.rsc +4 -4
  368. package/app/.next/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +2 -2
  369. package/app/.next/server/app/dashboard/cli-tools.html +1 -1
  370. package/app/.next/server/app/dashboard/cli-tools.rsc +6 -6
  371. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +2 -2
  372. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +1 -1
  373. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  374. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  375. package/app/.next/server/app/dashboard/cli-tools.segments/_full.segment.rsc +6 -6
  376. package/app/.next/server/app/dashboard/cli-tools.segments/_head.segment.rsc +1 -1
  377. package/app/.next/server/app/dashboard/cli-tools.segments/_index.segment.rsc +4 -4
  378. package/app/.next/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +2 -2
  379. package/app/.next/server/app/dashboard/combos.html +1 -1
  380. package/app/.next/server/app/dashboard/combos.rsc +6 -6
  381. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +2 -2
  382. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +1 -1
  383. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  384. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  385. package/app/.next/server/app/dashboard/combos.segments/_full.segment.rsc +6 -6
  386. package/app/.next/server/app/dashboard/combos.segments/_head.segment.rsc +1 -1
  387. package/app/.next/server/app/dashboard/combos.segments/_index.segment.rsc +4 -4
  388. package/app/.next/server/app/dashboard/combos.segments/_tree.segment.rsc +2 -2
  389. package/app/.next/server/app/dashboard/employees.html +1 -1
  390. package/app/.next/server/app/dashboard/employees.rsc +6 -6
  391. package/app/.next/server/app/dashboard/employees.segments/!KGRhc2hib2FyZCk/dashboard/employees/__PAGE__.segment.rsc +2 -2
  392. package/app/.next/server/app/dashboard/employees.segments/!KGRhc2hib2FyZCk/dashboard/employees.segment.rsc +1 -1
  393. package/app/.next/server/app/dashboard/employees.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  394. package/app/.next/server/app/dashboard/employees.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  395. package/app/.next/server/app/dashboard/employees.segments/_full.segment.rsc +6 -6
  396. package/app/.next/server/app/dashboard/employees.segments/_head.segment.rsc +1 -1
  397. package/app/.next/server/app/dashboard/employees.segments/_index.segment.rsc +4 -4
  398. package/app/.next/server/app/dashboard/employees.segments/_tree.segment.rsc +2 -2
  399. package/app/.next/server/app/dashboard/endpoint.html +1 -1
  400. package/app/.next/server/app/dashboard/endpoint.rsc +6 -6
  401. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +2 -2
  402. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +1 -1
  403. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  404. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  405. package/app/.next/server/app/dashboard/endpoint.segments/_full.segment.rsc +6 -6
  406. package/app/.next/server/app/dashboard/endpoint.segments/_head.segment.rsc +1 -1
  407. package/app/.next/server/app/dashboard/endpoint.segments/_index.segment.rsc +4 -4
  408. package/app/.next/server/app/dashboard/endpoint.segments/_tree.segment.rsc +2 -2
  409. package/app/.next/server/app/dashboard/mitm.html +1 -1
  410. package/app/.next/server/app/dashboard/mitm.rsc +6 -6
  411. package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm/__PAGE__.segment.rsc +2 -2
  412. package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm.segment.rsc +1 -1
  413. package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  414. package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  415. package/app/.next/server/app/dashboard/mitm.segments/_full.segment.rsc +6 -6
  416. package/app/.next/server/app/dashboard/mitm.segments/_head.segment.rsc +1 -1
  417. package/app/.next/server/app/dashboard/mitm.segments/_index.segment.rsc +4 -4
  418. package/app/.next/server/app/dashboard/mitm.segments/_tree.segment.rsc +2 -2
  419. package/app/.next/server/app/dashboard/profile.html +1 -1
  420. package/app/.next/server/app/dashboard/profile.rsc +6 -6
  421. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +2 -2
  422. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +1 -1
  423. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  424. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  425. package/app/.next/server/app/dashboard/profile.segments/_full.segment.rsc +6 -6
  426. package/app/.next/server/app/dashboard/profile.segments/_head.segment.rsc +1 -1
  427. package/app/.next/server/app/dashboard/profile.segments/_index.segment.rsc +4 -4
  428. package/app/.next/server/app/dashboard/profile.segments/_tree.segment.rsc +2 -2
  429. package/app/.next/server/app/dashboard/providers/new.html +1 -1
  430. package/app/.next/server/app/dashboard/providers/new.rsc +6 -6
  431. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +2 -2
  432. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +1 -1
  433. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  434. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  435. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  436. package/app/.next/server/app/dashboard/providers/new.segments/_full.segment.rsc +6 -6
  437. package/app/.next/server/app/dashboard/providers/new.segments/_head.segment.rsc +1 -1
  438. package/app/.next/server/app/dashboard/providers/new.segments/_index.segment.rsc +4 -4
  439. package/app/.next/server/app/dashboard/providers/new.segments/_tree.segment.rsc +2 -2
  440. package/app/.next/server/app/dashboard/providers.html +1 -1
  441. package/app/.next/server/app/dashboard/providers.rsc +6 -6
  442. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +2 -2
  443. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  444. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  445. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  446. package/app/.next/server/app/dashboard/providers.segments/_full.segment.rsc +6 -6
  447. package/app/.next/server/app/dashboard/providers.segments/_head.segment.rsc +1 -1
  448. package/app/.next/server/app/dashboard/providers.segments/_index.segment.rsc +4 -4
  449. package/app/.next/server/app/dashboard/providers.segments/_tree.segment.rsc +2 -2
  450. package/app/.next/server/app/dashboard/proxy-pools.html +1 -1
  451. package/app/.next/server/app/dashboard/proxy-pools.rsc +6 -6
  452. package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools/__PAGE__.segment.rsc +2 -2
  453. package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools.segment.rsc +1 -1
  454. package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  455. package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  456. package/app/.next/server/app/dashboard/proxy-pools.segments/_full.segment.rsc +6 -6
  457. package/app/.next/server/app/dashboard/proxy-pools.segments/_head.segment.rsc +1 -1
  458. package/app/.next/server/app/dashboard/proxy-pools.segments/_index.segment.rsc +4 -4
  459. package/app/.next/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +2 -2
  460. package/app/.next/server/app/dashboard/quota.html +2 -2
  461. package/app/.next/server/app/dashboard/quota.rsc +7 -7
  462. package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota/__PAGE__.segment.rsc +3 -3
  463. package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota.segment.rsc +1 -1
  464. package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  465. package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  466. package/app/.next/server/app/dashboard/quota.segments/_full.segment.rsc +7 -7
  467. package/app/.next/server/app/dashboard/quota.segments/_head.segment.rsc +1 -1
  468. package/app/.next/server/app/dashboard/quota.segments/_index.segment.rsc +4 -4
  469. package/app/.next/server/app/dashboard/quota.segments/_tree.segment.rsc +2 -2
  470. package/app/.next/server/app/dashboard/settings/pricing/page.js +2 -2
  471. package/app/.next/server/app/dashboard/settings/pricing/page.js.nft.json +1 -1
  472. package/app/.next/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
  473. package/app/.next/server/app/dashboard/settings/pricing.html +1 -1
  474. package/app/.next/server/app/dashboard/settings/pricing.rsc +5 -5
  475. package/app/.next/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +5 -5
  476. package/app/.next/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
  477. package/app/.next/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +4 -4
  478. package/app/.next/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +2 -2
  479. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +2 -2
  480. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +1 -1
  481. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +1 -1
  482. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +1 -1
  483. package/app/.next/server/app/dashboard/translator.html +1 -1
  484. package/app/.next/server/app/dashboard/translator.rsc +6 -6
  485. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +2 -2
  486. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +1 -1
  487. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  488. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  489. package/app/.next/server/app/dashboard/translator.segments/_full.segment.rsc +6 -6
  490. package/app/.next/server/app/dashboard/translator.segments/_head.segment.rsc +1 -1
  491. package/app/.next/server/app/dashboard/translator.segments/_index.segment.rsc +4 -4
  492. package/app/.next/server/app/dashboard/translator.segments/_tree.segment.rsc +2 -2
  493. package/app/.next/server/app/dashboard/usage.html +1 -1
  494. package/app/.next/server/app/dashboard/usage.rsc +6 -6
  495. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +2 -2
  496. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +1 -1
  497. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  498. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  499. package/app/.next/server/app/dashboard/usage.segments/_full.segment.rsc +6 -6
  500. package/app/.next/server/app/dashboard/usage.segments/_head.segment.rsc +1 -1
  501. package/app/.next/server/app/dashboard/usage.segments/_index.segment.rsc +4 -4
  502. package/app/.next/server/app/dashboard/usage.segments/_tree.segment.rsc +2 -2
  503. package/app/.next/server/app/dashboard.html +1 -1
  504. package/app/.next/server/app/dashboard.rsc +5 -5
  505. package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +1 -1
  506. package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  507. package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  508. package/app/.next/server/app/dashboard.segments/_full.segment.rsc +5 -5
  509. package/app/.next/server/app/dashboard.segments/_head.segment.rsc +1 -1
  510. package/app/.next/server/app/dashboard.segments/_index.segment.rsc +4 -4
  511. package/app/.next/server/app/dashboard.segments/_tree.segment.rsc +2 -2
  512. package/app/.next/server/app/favicon.ico/route.js +1 -1
  513. package/app/.next/server/app/favicon.ico/route.js.nft.json +1 -1
  514. package/app/.next/server/app/index.html +1 -1
  515. package/app/.next/server/app/index.rsc +4 -4
  516. package/app/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  517. package/app/.next/server/app/index.segments/_full.segment.rsc +4 -4
  518. package/app/.next/server/app/index.segments/_head.segment.rsc +1 -1
  519. package/app/.next/server/app/index.segments/_index.segment.rsc +4 -4
  520. package/app/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  521. package/app/.next/server/app/landing/page.js +2 -2
  522. package/app/.next/server/app/landing/page.js.nft.json +1 -1
  523. package/app/.next/server/app/landing/page_client-reference-manifest.js +1 -1
  524. package/app/.next/server/app/landing.html +1 -1
  525. package/app/.next/server/app/landing.rsc +5 -5
  526. package/app/.next/server/app/landing.segments/_full.segment.rsc +5 -5
  527. package/app/.next/server/app/landing.segments/_head.segment.rsc +1 -1
  528. package/app/.next/server/app/landing.segments/_index.segment.rsc +4 -4
  529. package/app/.next/server/app/landing.segments/_tree.segment.rsc +2 -2
  530. package/app/.next/server/app/landing.segments/landing/__PAGE__.segment.rsc +2 -2
  531. package/app/.next/server/app/landing.segments/landing.segment.rsc +1 -1
  532. package/app/.next/server/app/login/page.js +2 -2
  533. package/app/.next/server/app/login/page.js.nft.json +1 -1
  534. package/app/.next/server/app/login/page_client-reference-manifest.js +1 -1
  535. package/app/.next/server/app/login.html +1 -1
  536. package/app/.next/server/app/login.rsc +5 -5
  537. package/app/.next/server/app/login.segments/_full.segment.rsc +5 -5
  538. package/app/.next/server/app/login.segments/_head.segment.rsc +1 -1
  539. package/app/.next/server/app/login.segments/_index.segment.rsc +4 -4
  540. package/app/.next/server/app/login.segments/_tree.segment.rsc +2 -2
  541. package/app/.next/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
  542. package/app/.next/server/app/login.segments/login.segment.rsc +1 -1
  543. package/app/.next/server/app/manifest.webmanifest/route.js +2 -2
  544. package/app/.next/server/app/manifest.webmanifest/route.js.nft.json +1 -1
  545. package/app/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
  546. package/app/.next/server/app/page.js +2 -2
  547. package/app/.next/server/app/page.js.nft.json +1 -1
  548. package/app/.next/server/app/page_client-reference-manifest.js +1 -1
  549. package/app/.next/server/app-paths-manifest.json +3 -3
  550. package/app/.next/server/chunks/3093.js +1 -1
  551. package/app/.next/server/chunks/3726.js +1 -0
  552. package/app/.next/server/chunks/412.js +2 -2
  553. package/app/.next/server/chunks/5297.js +1 -1
  554. package/app/.next/server/chunks/6072.js +8 -8
  555. package/app/.next/server/chunks/63.js +3 -3
  556. package/app/.next/server/chunks/6811.js +1 -1
  557. package/app/.next/server/chunks/6898.js +1 -1
  558. package/app/.next/server/chunks/7662.js +1 -0
  559. package/app/.next/server/chunks/9201.js +1 -1
  560. package/app/.next/server/middleware-build-manifest.js +1 -1
  561. package/app/.next/server/middleware.js +3 -3
  562. package/app/.next/server/next-font-manifest.js +1 -1
  563. package/app/.next/server/next-font-manifest.json +1 -1
  564. package/app/.next/server/pages/404.html +1 -1
  565. package/app/.next/server/pages/500.html +1 -1
  566. package/app/.next/server/server-reference-manifest.js +1 -1
  567. package/app/.next/server/server-reference-manifest.json +1 -1
  568. package/app/.next/static/chunks/5497-0b5e38eb6f545c98.js +7 -0
  569. package/app/.next/static/chunks/app/(dashboard)/dashboard/basic-chat/page-f6c6707449533793.js +1 -0
  570. package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-e3a9a0c41486d025.js +1 -0
  571. package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/{page-eaf7ee3bcfa943cf.js → page-0b4722e1343a8dc8.js} +1 -1
  572. package/app/.next/static/chunks/app/(dashboard)/dashboard/console-log/{page-ca4f6c8400508127.js → page-7331172bcd36aceb.js} +1 -1
  573. package/app/.next/static/chunks/app/(dashboard)/dashboard/employees/[keyId]/page-b9277030c5883e7b.js +1 -0
  574. package/app/.next/static/chunks/app/(dashboard)/dashboard/employees/page-6033c610a36d1103.js +11 -0
  575. package/app/.next/static/chunks/app/(dashboard)/dashboard/endpoint/page-b044cbc00d519961.js +3 -0
  576. package/app/.next/static/chunks/app/(dashboard)/dashboard/mitm/{page-84e24e814210e7f3.js → page-d701bcbd09ed4801.js} +1 -1
  577. package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-e418f4cf1f605f08.js +1 -0
  578. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/{page-592b4c4f5e745ebe.js → page-10213aebcce91b69.js} +1 -1
  579. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/new/{page-8c18fb25e1a11800.js → page-ee03f89a19bab6e4.js} +1 -1
  580. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/{page-264f344daaa29c78.js → page-ff6280d043d29068.js} +1 -1
  581. package/app/.next/static/chunks/app/(dashboard)/dashboard/proxy-pools/{page-240a8c20bf126cd5.js → page-0572a46c6c2b4fba.js} +1 -1
  582. package/app/.next/static/chunks/app/(dashboard)/dashboard/quota/{page-a69cbbaff82034fc.js → page-89f9dfbe4740304e.js} +1 -1
  583. package/app/.next/static/chunks/app/(dashboard)/dashboard/translator/page-72de511fdb3d9c11.js +1 -0
  584. package/app/.next/static/chunks/app/(dashboard)/dashboard/usage/page-113ff4f067d5b51b.js +1 -0
  585. package/app/.next/static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js +1 -0
  586. package/app/.next/static/chunks/app/_not-found/page-bebedc4d9ebd31f9.js +1 -0
  587. package/app/.next/static/chunks/app/callback/{page-a288ef2f47fd5eb3.js → page-38fe12ddf4bab692.js} +1 -1
  588. package/app/.next/static/chunks/app/dashboard/settings/pricing/{page-f94017840394ebe8.js → page-ad148943de4af9d8.js} +1 -1
  589. package/app/.next/static/chunks/app/landing/page-ec0058249afb8ad1.js +1 -0
  590. package/app/.next/static/chunks/app/{layout-dcc32c615c88bd9b.js → layout-a673739b08889e07.js} +1 -1
  591. package/app/.next/static/chunks/app/login/page-e5f8ef5024b51362.js +1 -0
  592. package/app/.next/static/chunks/{main-app-825c409f56c59467.js → main-app-0592919ee2b7c55e.js} +1 -1
  593. package/app/.next/static/chunks/next/dist/client/components/builtin/global-error-3a20b5823139b85c.js +1 -0
  594. package/app/.next/static/css/{bcba695583d9b815.css → 5c8a75e7beea01bc.css} +1 -1
  595. package/app/package.json +1 -1
  596. package/app/server.js +1 -1
  597. package/package.json +1 -1
  598. package/app/.next/server/chunks/2664.js +0 -1
  599. package/app/.next/server/chunks/7994.js +0 -1
  600. package/app/.next/static/chunks/5497-189ace2180e8dc37.js +0 -7
  601. package/app/.next/static/chunks/app/(dashboard)/dashboard/basic-chat/page-1a8fb5fbd425d3bb.js +0 -1
  602. package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-78c007c59c2f62a8.js +0 -1
  603. package/app/.next/static/chunks/app/(dashboard)/dashboard/employees/[keyId]/page-1c14d6f8a479aca1.js +0 -1
  604. package/app/.next/static/chunks/app/(dashboard)/dashboard/employees/page-a25175993e8c3dce.js +0 -11
  605. package/app/.next/static/chunks/app/(dashboard)/dashboard/endpoint/page-3377f46082bab6fc.js +0 -3
  606. package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-b7c7a2ee454a11f0.js +0 -1
  607. package/app/.next/static/chunks/app/(dashboard)/dashboard/translator/page-db958d97d862974c.js +0 -1
  608. package/app/.next/static/chunks/app/(dashboard)/dashboard/usage/page-548c2ee0f2a720c7.js +0 -1
  609. package/app/.next/static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js +0 -1
  610. package/app/.next/static/chunks/app/_not-found/page-277ff0ac5be7dff3.js +0 -1
  611. package/app/.next/static/chunks/app/landing/page-1d109564bc0bc007.js +0 -1
  612. package/app/.next/static/chunks/app/login/page-ee04b4fa7715f2c7.js +0 -1
  613. package/app/.next/static/chunks/next/dist/client/components/builtin/global-error-45c792615bbed600.js +0 -1
  614. /package/app/.next/static/{B2_zlWbWojumLEuXv1Xhe → -bo6JJh4yY5OEyg__JmLS}/_buildManifest.js +0 -0
  615. /package/app/.next/static/{B2_zlWbWojumLEuXv1Xhe → -bo6JJh4yY5OEyg__JmLS}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../node_modules/@swc/helpers/_/_interop_require_default/package.json","../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../node_modules/@swc/helpers/package.json","../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../node_modules/next/dist/client/lib/console.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/bytes/index.js","../../../../node_modules/next/dist/compiled/bytes/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/source-map/package.json","../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../node_modules/next/dist/compiled/ws/index.js","../../../../node_modules/next/dist/compiled/ws/package.json","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/picocolors.js","../../../../node_modules/next/dist/lib/scheduler.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/dynamic-rendering.js","../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.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/staged-rendering.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/dev/browser-logs/file-logger.js","../../../../node_modules/next/dist/server/dynamic-rendering-utils.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/parse-stack.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/source-maps.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-baseline.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../node_modules/next/dist/server/node-environment.js","../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../node_modules/next/dist/server/require-hook.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/lazy-dynamic/bailout-to-csr.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/promise-with-resolvers.js","../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../node_modules/next/dist/shared/lib/router/utils/get-segment-param.js","../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../node_modules/next/dist/shared/lib/router/utils/interception-routes.js","../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../node_modules/next/dist/shared/lib/segment.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/dist/shared/lib/size-limit.js","../../../../node_modules/next/package.json","../../../../node_modules/react/cjs/react.development.js","../../../../node_modules/react/cjs/react.production.js","../../../../node_modules/react/index.js","../../../../node_modules/react/package.json","../../../package.json","../../chunks/2664.js","../../chunks/3832.js","../../chunks/4741.js","../../chunks/6182.js","../../chunks/63.js","../../chunks/6557.js","../../chunks/6844.js","../../chunks/7341.js","../../chunks/7568.js","../../chunks/7861.js","../../chunks/9201.js","../../chunks/9718.js","../../webpack-runtime.js","page_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../node_modules/@swc/helpers/_/_interop_require_default/package.json","../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../node_modules/@swc/helpers/package.json","../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../node_modules/next/dist/client/lib/console.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/bytes/index.js","../../../../node_modules/next/dist/compiled/bytes/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/source-map/package.json","../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../node_modules/next/dist/compiled/ws/index.js","../../../../node_modules/next/dist/compiled/ws/package.json","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/picocolors.js","../../../../node_modules/next/dist/lib/scheduler.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/dynamic-rendering.js","../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.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/staged-rendering.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/dev/browser-logs/file-logger.js","../../../../node_modules/next/dist/server/dynamic-rendering-utils.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/parse-stack.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/source-maps.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-baseline.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../node_modules/next/dist/server/node-environment.js","../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../node_modules/next/dist/server/require-hook.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/lazy-dynamic/bailout-to-csr.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/promise-with-resolvers.js","../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../node_modules/next/dist/shared/lib/router/utils/get-segment-param.js","../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../node_modules/next/dist/shared/lib/router/utils/interception-routes.js","../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../node_modules/next/dist/shared/lib/segment.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/dist/shared/lib/size-limit.js","../../../../node_modules/next/package.json","../../../../node_modules/react/cjs/react.development.js","../../../../node_modules/react/cjs/react.production.js","../../../../node_modules/react/index.js","../../../../node_modules/react/package.json","../../../package.json","../../chunks/3726.js","../../chunks/3832.js","../../chunks/4741.js","../../chunks/6182.js","../../chunks/63.js","../../chunks/6557.js","../../chunks/6844.js","../../chunks/7341.js","../../chunks/7568.js","../../chunks/7861.js","../../chunks/9201.js","../../chunks/9718.js","../../webpack-runtime.js","page_client-reference-manifest.js"]}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"98":{"*":{"id":"4770","name":"*","chunks":[],"async":false}},"7648":{"*":{"id":"85306","name":"*","chunks":[],"async":false}},"11910":{"*":{"id":"83552","name":"*","chunks":[],"async":false}},"15615":{"*":{"id":"14731","name":"*","chunks":[],"async":false}},"19337":{"*":{"id":"25175","name":"*","chunks":[],"async":false}},"21110":{"*":{"id":"19308","name":"*","chunks":[],"async":false}},"21931":{"*":{"id":"267","name":"*","chunks":[],"async":false}},"23615":{"*":{"id":"91809","name":"*","chunks":[],"async":false}},"23879":{"*":{"id":"34965","name":"*","chunks":[],"async":false}},"23936":{"*":{"id":"79488","name":"*","chunks":[],"async":false}},"25086":{"*":{"id":"74812","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"28067":{"*":{"id":"91099","name":"*","chunks":[],"async":false}},"28815":{"*":{"id":"39645","name":"*","chunks":[],"async":false}},"30815":{"*":{"id":"51109","name":"*","chunks":[],"async":false}},"33041":{"*":{"id":"22781","name":"*","chunks":[],"async":false}},"36548":{"*":{"id":"23048","name":"*","chunks":[],"async":false}},"38587":{"*":{"id":"53845","name":"*","chunks":[],"async":false}},"43810":{"*":{"id":"58985","name":"*","chunks":[],"async":false}},"44493":{"*":{"id":"81157","name":"*","chunks":[],"async":false}},"47295":{"*":{"id":"76653","name":"*","chunks":[],"async":false}},"52154":{"*":{"id":"61742","name":"*","chunks":[],"async":false}},"53891":{"*":{"id":"41836","name":"*","chunks":[],"async":false}},"56061":{"*":{"id":"75171","name":"*","chunks":[],"async":false}},"56319":{"*":{"id":"25919","name":"*","chunks":[],"async":false}},"57076":{"*":{"id":"19388","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"59884":{"*":{"id":"19598","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"61500":{"*":{"id":"86209","name":"*","chunks":[],"async":false}},"62899":{"*":{"id":"5291","name":"*","chunks":[],"async":false}},"64561":{"*":{"id":"61377","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66989":{"*":{"id":"80157","name":"*","chunks":[],"async":false}},"69472":{"*":{"id":"55236","name":"*","chunks":[],"async":false}},"71086":{"*":{"id":"54445","name":"*","chunks":[],"async":false}},"72908":{"*":{"id":"83352","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"74891":{"*":{"id":"86739","name":"*","chunks":[],"async":false}},"75228":{"*":{"id":"50692","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"81127":{"*":{"id":"95145","name":"*","chunks":[],"async":false}},"83016":{"*":{"id":"14412","name":"*","chunks":[],"async":false}},"84588":{"*":{"id":"17660","name":"*","chunks":[],"async":false}},"85941":{"*":{"id":"18968","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"87304":{"*":{"id":"14144","name":"*","chunks":[],"async":false}},"88512":{"*":{"id":"73180","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"90882":{"*":{"id":"79346","name":"*","chunks":[],"async":false}},"91450":{"*":{"id":"53838","name":"*","chunks":[],"async":false}},"92173":{"*":{"id":"48781","name":"*","chunks":[],"async":false}},"92542":{"*":{"id":"99070","name":"*","chunks":[],"async":false}},"92622":{"*":{"id":"42196","name":"*","chunks":[],"async":false}},"93927":{"*":{"id":"42507","name":"*","chunks":[],"async":false}},"94230":{"*":{"id":"56110","name":"*","chunks":[],"async":false}},"94635":{"*":{"id":"5211","name":"*","chunks":[],"async":false}},"95907":{"*":{"id":"43173","name":"*","chunks":[],"async":false}},"97162":{"*":{"id":"83380","name":"*","chunks":[],"async":false}},"97677":{"*":{"id":"32971","name":"*","chunks":[],"async":false}},"98542":{"*":{"id":"95514","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/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":["2652","static/chunks/2652-141c69cce7667f8c.js","7177","static/chunks/app/layout-dcc32c615c88bd9b.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/globals.css":{"id":51743,"name":"*","chunks":["2652","static/chunks/2652-141c69cce7667f8c.js","7177","static/chunks/app/layout-dcc32c615c88bd9b.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/i18n/RuntimeI18nProvider.js":{"id":94635,"name":"*","chunks":["2652","static/chunks/2652-141c69cce7667f8c.js","7177","static/chunks/app/layout-dcc32c615c88bd9b.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/ThemeProvider.js":{"id":21110,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/callback/page.js":{"id":59884,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/dashboard/settings/pricing/page.js":{"id":87304,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/landing/page.js":{"id":85941,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/login/page.js":{"id":83016,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Avatar.js":{"id":56319,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Badge.js":{"id":56061,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Button.js":{"id":92542,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Card.js":{"id":84588,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/CursorAuthModal.js":{"id":30815,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/DateRangePicker.js":{"id":33041,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Footer.js":{"id":92173,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Header.js":{"id":74891,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/IFlowCookieModal.js":{"id":23936,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Input.js":{"id":11910,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/KiroAuthModal.js":{"id":61500,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/KiroOAuthWrapper.js":{"id":62899,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/KiroSocialOAuthModal.js":{"id":94230,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/LanguageSwitcher.js":{"id":21931,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/layouts/AuthLayout.js":{"id":91450,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/layouts/DashboardLayout.js":{"id":7648,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Loading.js":{"id":25086,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/ManualConfigModal.js":{"id":28815,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Modal.js":{"id":81127,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/ModelSelectModal.js":{"id":72908,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/NineRemoteButton.js":{"id":36548,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/NineRemoteModal.js":{"id":19337,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/OAuthModal.js":{"id":90882,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/RequestLogger.js":{"id":23615,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/SegmentedControl.js":{"id":28067,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Select.js":{"id":98,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Sidebar.js":{"id":92622,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/ThemeToggle.js":{"id":38587,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Toggle.js":{"id":98542,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Tooltip.js":{"id":97677,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/UsageStats.js":{"id":93927,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/basic-chat/BasicChatPageClient.js":{"id":88512,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":75228,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/combos/page.js":{"id":47295,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/employees/[keyId]/page.js":{"id":71086,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/employees/page.js":{"id":53891,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":95907,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/mitm/MitmPageClient.js":{"id":23879,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":15615,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/index.js":{"id":43810,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/translator/page.js":{"id":69472,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/usage/page.js":{"id":66989,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/console-log/ConsoleLogClient.js":{"id":44493,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/profile/page.js":{"id":64561,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/proxy-pools/page.js":{"id":57076,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/providers/page.js":{"id":52154,"name":"*","chunks":[],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":97162,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/":[],"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/layout":[{"inlined":false,"path":"static/css/081a0afca5a9bd20.css"},{"inlined":false,"path":"static/css/bcba695583d9b815.css"}],"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/page":[],"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/layout":[{"inlined":false,"path":"static/css/599369d853c61df7.css"}],"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/_not-found/page":[]},"rscModuleMapping":{"98":{"*":{"id":"83784","name":"*","chunks":[],"async":false}},"7648":{"*":{"id":"61780","name":"*","chunks":[],"async":false}},"11910":{"*":{"id":"71230","name":"*","chunks":[],"async":false}},"15615":{"*":{"id":"24885","name":"*","chunks":[],"async":false}},"19337":{"*":{"id":"75933","name":"*","chunks":[],"async":false}},"21110":{"*":{"id":"89886","name":"*","chunks":[],"async":false}},"21931":{"*":{"id":"45205","name":"*","chunks":[],"async":false}},"23615":{"*":{"id":"19083","name":"*","chunks":[],"async":false}},"23879":{"*":{"id":"8523","name":"*","chunks":[],"async":false}},"23936":{"*":{"id":"80342","name":"*","chunks":[],"async":false}},"25086":{"*":{"id":"92082","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"28067":{"*":{"id":"54065","name":"*","chunks":[],"async":false}},"28815":{"*":{"id":"70603","name":"*","chunks":[],"async":false}},"30815":{"*":{"id":"40167","name":"*","chunks":[],"async":false}},"33041":{"*":{"id":"14969","name":"*","chunks":[],"async":false}},"36548":{"*":{"id":"29674","name":"*","chunks":[],"async":false}},"38587":{"*":{"id":"40515","name":"*","chunks":[],"async":false}},"43810":{"*":{"id":"57471","name":"*","chunks":[],"async":false}},"44493":{"*":{"id":"99259","name":"*","chunks":[],"async":false}},"47295":{"*":{"id":"35447","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"52154":{"*":{"id":"44030","name":"*","chunks":[],"async":false}},"53891":{"*":{"id":"86967","name":"*","chunks":[],"async":false}},"56061":{"*":{"id":"33893","name":"*","chunks":[],"async":false}},"56319":{"*":{"id":"70061","name":"*","chunks":[],"async":false}},"57076":{"*":{"id":"23450","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"59884":{"*":{"id":"3604","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"61500":{"*":{"id":"82448","name":"*","chunks":[],"async":false}},"62899":{"*":{"id":"14285","name":"*","chunks":[],"async":false}},"64561":{"*":{"id":"50047","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66989":{"*":{"id":"87149","name":"*","chunks":[],"async":false}},"69472":{"*":{"id":"38308","name":"*","chunks":[],"async":false}},"71086":{"*":{"id":"68638","name":"*","chunks":[],"async":false}},"72908":{"*":{"id":"94582","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"74891":{"*":{"id":"92669","name":"*","chunks":[],"async":false}},"75228":{"*":{"id":"79518","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"81127":{"*":{"id":"10079","name":"*","chunks":[],"async":false}},"83016":{"*":{"id":"65674","name":"*","chunks":[],"async":false}},"84588":{"*":{"id":"7290","name":"*","chunks":[],"async":false}},"85941":{"*":{"id":"852","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"87304":{"*":{"id":"93870","name":"*","chunks":[],"async":false}},"88512":{"*":{"id":"79286","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"90882":{"*":{"id":"3080","name":"*","chunks":[],"async":false}},"91450":{"*":{"id":"64420","name":"*","chunks":[],"async":false}},"92173":{"*":{"id":"49123","name":"*","chunks":[],"async":false}},"92542":{"*":{"id":"45512","name":"*","chunks":[],"async":false}},"92622":{"*":{"id":"26866","name":"*","chunks":[],"async":false}},"93927":{"*":{"id":"2422","name":"*","chunks":[],"async":false}},"94230":{"*":{"id":"87228","name":"*","chunks":[],"async":false}},"94635":{"*":{"id":"85117","name":"*","chunks":[],"async":false}},"95907":{"*":{"id":"51747","name":"*","chunks":[],"async":false}},"97162":{"*":{"id":"93110","name":"*","chunks":[],"async":false}},"97677":{"*":{"id":"18421","name":"*","chunks":[],"async":false}},"98542":{"*":{"id":"70092","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"98":{"*":{"id":"4770","name":"*","chunks":[],"async":false}},"7648":{"*":{"id":"85306","name":"*","chunks":[],"async":false}},"11910":{"*":{"id":"83552","name":"*","chunks":[],"async":false}},"15615":{"*":{"id":"14731","name":"*","chunks":[],"async":false}},"19337":{"*":{"id":"25175","name":"*","chunks":[],"async":false}},"21110":{"*":{"id":"19308","name":"*","chunks":[],"async":false}},"21931":{"*":{"id":"267","name":"*","chunks":[],"async":false}},"23615":{"*":{"id":"91809","name":"*","chunks":[],"async":false}},"23879":{"*":{"id":"34965","name":"*","chunks":[],"async":false}},"23936":{"*":{"id":"79488","name":"*","chunks":[],"async":false}},"25086":{"*":{"id":"74812","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"28067":{"*":{"id":"91099","name":"*","chunks":[],"async":false}},"28815":{"*":{"id":"39645","name":"*","chunks":[],"async":false}},"30815":{"*":{"id":"51109","name":"*","chunks":[],"async":false}},"33041":{"*":{"id":"22781","name":"*","chunks":[],"async":false}},"36548":{"*":{"id":"23048","name":"*","chunks":[],"async":false}},"38587":{"*":{"id":"53845","name":"*","chunks":[],"async":false}},"43810":{"*":{"id":"58985","name":"*","chunks":[],"async":false}},"44493":{"*":{"id":"81157","name":"*","chunks":[],"async":false}},"47295":{"*":{"id":"76653","name":"*","chunks":[],"async":false}},"52154":{"*":{"id":"61742","name":"*","chunks":[],"async":false}},"53891":{"*":{"id":"41836","name":"*","chunks":[],"async":false}},"56061":{"*":{"id":"75171","name":"*","chunks":[],"async":false}},"56319":{"*":{"id":"25919","name":"*","chunks":[],"async":false}},"57076":{"*":{"id":"19388","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"59884":{"*":{"id":"19598","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"61500":{"*":{"id":"86209","name":"*","chunks":[],"async":false}},"62899":{"*":{"id":"5291","name":"*","chunks":[],"async":false}},"64561":{"*":{"id":"61377","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66989":{"*":{"id":"80157","name":"*","chunks":[],"async":false}},"69472":{"*":{"id":"55236","name":"*","chunks":[],"async":false}},"71086":{"*":{"id":"54445","name":"*","chunks":[],"async":false}},"72908":{"*":{"id":"83352","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"74891":{"*":{"id":"86739","name":"*","chunks":[],"async":false}},"75228":{"*":{"id":"50692","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"81127":{"*":{"id":"95145","name":"*","chunks":[],"async":false}},"83016":{"*":{"id":"14412","name":"*","chunks":[],"async":false}},"84588":{"*":{"id":"17660","name":"*","chunks":[],"async":false}},"85941":{"*":{"id":"18968","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"87304":{"*":{"id":"14144","name":"*","chunks":[],"async":false}},"88512":{"*":{"id":"73180","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"90882":{"*":{"id":"79346","name":"*","chunks":[],"async":false}},"91450":{"*":{"id":"53838","name":"*","chunks":[],"async":false}},"92173":{"*":{"id":"48781","name":"*","chunks":[],"async":false}},"92542":{"*":{"id":"99070","name":"*","chunks":[],"async":false}},"92622":{"*":{"id":"42196","name":"*","chunks":[],"async":false}},"93927":{"*":{"id":"42507","name":"*","chunks":[],"async":false}},"94230":{"*":{"id":"56110","name":"*","chunks":[],"async":false}},"94635":{"*":{"id":"5211","name":"*","chunks":[],"async":false}},"95907":{"*":{"id":"43173","name":"*","chunks":[],"async":false}},"97162":{"*":{"id":"83380","name":"*","chunks":[],"async":false}},"97677":{"*":{"id":"32971","name":"*","chunks":[],"async":false}},"98542":{"*":{"id":"95514","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/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":["2652","static/chunks/2652-141c69cce7667f8c.js","7177","static/chunks/app/layout-a673739b08889e07.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/globals.css":{"id":51743,"name":"*","chunks":["2652","static/chunks/2652-141c69cce7667f8c.js","7177","static/chunks/app/layout-a673739b08889e07.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/i18n/RuntimeI18nProvider.js":{"id":94635,"name":"*","chunks":["2652","static/chunks/2652-141c69cce7667f8c.js","7177","static/chunks/app/layout-a673739b08889e07.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/ThemeProvider.js":{"id":21110,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/callback/page.js":{"id":59884,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/dashboard/settings/pricing/page.js":{"id":87304,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/landing/page.js":{"id":85941,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/login/page.js":{"id":83016,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Avatar.js":{"id":56319,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Badge.js":{"id":56061,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Button.js":{"id":92542,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Card.js":{"id":84588,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/CursorAuthModal.js":{"id":30815,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/DateRangePicker.js":{"id":33041,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Footer.js":{"id":92173,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Header.js":{"id":74891,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/IFlowCookieModal.js":{"id":23936,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Input.js":{"id":11910,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/KiroAuthModal.js":{"id":61500,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/KiroOAuthWrapper.js":{"id":62899,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/KiroSocialOAuthModal.js":{"id":94230,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/LanguageSwitcher.js":{"id":21931,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/layouts/AuthLayout.js":{"id":91450,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/layouts/DashboardLayout.js":{"id":7648,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Loading.js":{"id":25086,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/ManualConfigModal.js":{"id":28815,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Modal.js":{"id":81127,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/ModelSelectModal.js":{"id":72908,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/NineRemoteButton.js":{"id":36548,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/NineRemoteModal.js":{"id":19337,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/OAuthModal.js":{"id":90882,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/RequestLogger.js":{"id":23615,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/SegmentedControl.js":{"id":28067,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Select.js":{"id":98,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Sidebar.js":{"id":92622,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/ThemeToggle.js":{"id":38587,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Toggle.js":{"id":98542,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/Tooltip.js":{"id":97677,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/shared/components/UsageStats.js":{"id":93927,"name":"*","chunks":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/basic-chat/BasicChatPageClient.js":{"id":88512,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":75228,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/combos/page.js":{"id":47295,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/employees/[keyId]/page.js":{"id":71086,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/employees/page.js":{"id":53891,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":95907,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/mitm/MitmPageClient.js":{"id":23879,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":15615,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/index.js":{"id":43810,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/translator/page.js":{"id":69472,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/usage/page.js":{"id":66989,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/console-log/ConsoleLogClient.js":{"id":44493,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/profile/page.js":{"id":64561,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/proxy-pools/page.js":{"id":57076,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/providers/page.js":{"id":52154,"name":"*","chunks":[],"async":false},"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":97162,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/":[],"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/layout":[{"inlined":false,"path":"static/css/081a0afca5a9bd20.css"},{"inlined":false,"path":"static/css/5c8a75e7beea01bc.css"}],"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/page":[],"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/layout":[{"inlined":false,"path":"static/css/599369d853c61df7.css"}],"/Volumes/CJAY-SSD01/MacMiniM4/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/_not-found/page":[]},"rscModuleMapping":{"98":{"*":{"id":"83784","name":"*","chunks":[],"async":false}},"7648":{"*":{"id":"61780","name":"*","chunks":[],"async":false}},"11910":{"*":{"id":"71230","name":"*","chunks":[],"async":false}},"15615":{"*":{"id":"24885","name":"*","chunks":[],"async":false}},"19337":{"*":{"id":"75933","name":"*","chunks":[],"async":false}},"21110":{"*":{"id":"89886","name":"*","chunks":[],"async":false}},"21931":{"*":{"id":"45205","name":"*","chunks":[],"async":false}},"23615":{"*":{"id":"19083","name":"*","chunks":[],"async":false}},"23879":{"*":{"id":"8523","name":"*","chunks":[],"async":false}},"23936":{"*":{"id":"80342","name":"*","chunks":[],"async":false}},"25086":{"*":{"id":"92082","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"28067":{"*":{"id":"54065","name":"*","chunks":[],"async":false}},"28815":{"*":{"id":"70603","name":"*","chunks":[],"async":false}},"30815":{"*":{"id":"40167","name":"*","chunks":[],"async":false}},"33041":{"*":{"id":"14969","name":"*","chunks":[],"async":false}},"36548":{"*":{"id":"29674","name":"*","chunks":[],"async":false}},"38587":{"*":{"id":"40515","name":"*","chunks":[],"async":false}},"43810":{"*":{"id":"57471","name":"*","chunks":[],"async":false}},"44493":{"*":{"id":"99259","name":"*","chunks":[],"async":false}},"47295":{"*":{"id":"35447","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"52154":{"*":{"id":"44030","name":"*","chunks":[],"async":false}},"53891":{"*":{"id":"86967","name":"*","chunks":[],"async":false}},"56061":{"*":{"id":"33893","name":"*","chunks":[],"async":false}},"56319":{"*":{"id":"70061","name":"*","chunks":[],"async":false}},"57076":{"*":{"id":"23450","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"59884":{"*":{"id":"3604","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"61500":{"*":{"id":"82448","name":"*","chunks":[],"async":false}},"62899":{"*":{"id":"14285","name":"*","chunks":[],"async":false}},"64561":{"*":{"id":"50047","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66989":{"*":{"id":"87149","name":"*","chunks":[],"async":false}},"69472":{"*":{"id":"38308","name":"*","chunks":[],"async":false}},"71086":{"*":{"id":"68638","name":"*","chunks":[],"async":false}},"72908":{"*":{"id":"94582","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"74891":{"*":{"id":"92669","name":"*","chunks":[],"async":false}},"75228":{"*":{"id":"79518","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"81127":{"*":{"id":"10079","name":"*","chunks":[],"async":false}},"83016":{"*":{"id":"65674","name":"*","chunks":[],"async":false}},"84588":{"*":{"id":"7290","name":"*","chunks":[],"async":false}},"85941":{"*":{"id":"852","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"87304":{"*":{"id":"93870","name":"*","chunks":[],"async":false}},"88512":{"*":{"id":"79286","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"90882":{"*":{"id":"3080","name":"*","chunks":[],"async":false}},"91450":{"*":{"id":"64420","name":"*","chunks":[],"async":false}},"92173":{"*":{"id":"49123","name":"*","chunks":[],"async":false}},"92542":{"*":{"id":"45512","name":"*","chunks":[],"async":false}},"92622":{"*":{"id":"26866","name":"*","chunks":[],"async":false}},"93927":{"*":{"id":"2422","name":"*","chunks":[],"async":false}},"94230":{"*":{"id":"87228","name":"*","chunks":[],"async":false}},"94635":{"*":{"id":"85117","name":"*","chunks":[],"async":false}},"95907":{"*":{"id":"51747","name":"*","chunks":[],"async":false}},"97162":{"*":{"id":"93110","name":"*","chunks":[],"async":false}},"97677":{"*":{"id":"18421","name":"*","chunks":[],"async":false}},"98542":{"*":{"id":"70092","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/081a0afca5a9bd20.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/bcba695583d9b815.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-a2cf08368369c277.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-bd789ebba15af837.js" async=""></script><script src="/_next/static/chunks/main-app-825c409f56c59467.js" async=""></script><script src="/_next/static/chunks/1a258343-4af2572c60ed5a11.js" async=""></script><script src="/_next/static/chunks/548-a88d48687e936c37.js" async=""></script><script src="/_next/static/chunks/2652-141c69cce7667f8c.js" async=""></script><script src="/_next/static/chunks/5497-189ace2180e8dc37.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js" async=""></script><script src="/_next/static/chunks/app/layout-dcc32c615c88bd9b.js" async=""></script><link rel="preload" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&amp;display=swap" as="style"/><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"/><title>404: This page could not be found.</title><meta name="theme-color" content="#0a0a0a"/><title>iRouter - Enterprise AI Infrastructure Management</title><meta name="description" content="One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."/><link rel="manifest" href="/manifest.webmanifest"/><link rel="icon" href="/favicon.ico?603d046c9a6fdfbb" type="image/x-icon" sizes="16x16"/><link rel="icon" href="/favicon.svg"/><link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&amp;display=swap" rel="stylesheet"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-a2cf08368369c277.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[21110,[\"3862\",\"static/chunks/1a258343-4af2572c60ed5a11.js\",\"548\",\"static/chunks/548-a88d48687e936c37.js\",\"2652\",\"static/chunks/2652-141c69cce7667f8c.js\",\"5497\",\"static/chunks/5497-189ace2180e8dc37.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js\"],\"ThemeProvider\"]\n3:I[94635,[\"2652\",\"static/chunks/2652-141c69cce7667f8c.js\",\"7177\",\"static/chunks/app/layout-dcc32c615c88bd9b.js\"],\"RuntimeI18nProvider\"]\n4:I[57121,[],\"\"]\n5:I[74581,[],\"\"]\n6:I[90484,[],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\na:I[90484,[],\"ViewportBoundary\"]\nc:I[90484,[],\"MetadataBoundary\"]\ne:I[27123,[],\"default\",1]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/081a0afca5a9bd20.css\",\"style\"]\n:HL[\"/_next/static/css/bcba695583d9b815.css\",\"style\"]\n:HL[\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200\u0026display=swap\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/081a0afca5a9bd20.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/bcba695583d9b815.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.googleapis.com\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.gstatic.com\",\"crossOrigin\":\"anonymous\"}],[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200\u0026display=swap\",\"rel\":\"stylesheet\"}]]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,null]},null,false,\"$@9\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"B2_zlWbWojumLEuXv1Xhe\"}\n"])</script><script>self.__next_f.push([1,"f:[]\n9:\"$Wf\"\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#0a0a0a\"}]]\n"])</script><script>self.__next_f.push([1,"10:I[86869,[],\"IconMark\"]\n8:null\nd:[[\"$\",\"title\",\"0\",{\"children\":\"iRouter - Enterprise AI Infrastructure Management\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?603d046c9a6fdfbb\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"link\",\"4\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\"}],[\"$\",\"$L10\",\"5\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/081a0afca5a9bd20.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/5c8a75e7beea01bc.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-a2cf08368369c277.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-bd789ebba15af837.js" async=""></script><script src="/_next/static/chunks/main-app-0592919ee2b7c55e.js" async=""></script><script src="/_next/static/chunks/1a258343-4af2572c60ed5a11.js" async=""></script><script src="/_next/static/chunks/548-a88d48687e936c37.js" async=""></script><script src="/_next/static/chunks/2652-141c69cce7667f8c.js" async=""></script><script src="/_next/static/chunks/5497-0b5e38eb6f545c98.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js" async=""></script><script src="/_next/static/chunks/app/layout-a673739b08889e07.js" async=""></script><link rel="preload" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&amp;display=swap" as="style"/><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"/><title>404: This page could not be found.</title><meta name="theme-color" content="#0a0a0a"/><title>iRouter - Enterprise AI Infrastructure Management</title><meta name="description" content="One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."/><link rel="manifest" href="/manifest.webmanifest"/><link rel="icon" href="/favicon.ico?603d046c9a6fdfbb" type="image/x-icon" sizes="16x16"/><link rel="icon" href="/favicon.svg"/><link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&amp;display=swap" rel="stylesheet"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-a2cf08368369c277.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[21110,[\"3862\",\"static/chunks/1a258343-4af2572c60ed5a11.js\",\"548\",\"static/chunks/548-a88d48687e936c37.js\",\"2652\",\"static/chunks/2652-141c69cce7667f8c.js\",\"5497\",\"static/chunks/5497-0b5e38eb6f545c98.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js\"],\"ThemeProvider\"]\n3:I[94635,[\"2652\",\"static/chunks/2652-141c69cce7667f8c.js\",\"7177\",\"static/chunks/app/layout-a673739b08889e07.js\"],\"RuntimeI18nProvider\"]\n4:I[57121,[],\"\"]\n5:I[74581,[],\"\"]\n6:I[90484,[],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\na:I[90484,[],\"ViewportBoundary\"]\nc:I[90484,[],\"MetadataBoundary\"]\ne:I[27123,[],\"default\",1]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/081a0afca5a9bd20.css\",\"style\"]\n:HL[\"/_next/static/css/5c8a75e7beea01bc.css\",\"style\"]\n:HL[\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200\u0026display=swap\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/081a0afca5a9bd20.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/5c8a75e7beea01bc.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.googleapis.com\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.gstatic.com\",\"crossOrigin\":\"anonymous\"}],[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200\u0026display=swap\",\"rel\":\"stylesheet\"}]]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,null]},null,false,\"$@9\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"-bo6JJh4yY5OEyg__JmLS\"}\n"])</script><script>self.__next_f.push([1,"f:[]\n9:\"$Wf\"\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#0a0a0a\"}]]\n"])</script><script>self.__next_f.push([1,"10:I[86869,[],\"IconMark\"]\n8:null\nd:[[\"$\",\"title\",\"0\",{\"children\":\"iRouter - Enterprise AI Infrastructure Management\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?603d046c9a6fdfbb\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"link\",\"4\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\"}],[\"$\",\"$L10\",\"5\",{}]]\n"])</script></body></html>
@@ -1,6 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[21110,["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"ThemeProvider"]
3
- 3:I[94635,["2652","static/chunks/2652-141c69cce7667f8c.js","7177","static/chunks/app/layout-dcc32c615c88bd9b.js"],"RuntimeI18nProvider"]
2
+ 2:I[21110,["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"ThemeProvider"]
3
+ 3:I[94635,["2652","static/chunks/2652-141c69cce7667f8c.js","7177","static/chunks/app/layout-a673739b08889e07.js"],"RuntimeI18nProvider"]
4
4
  4:I[57121,[],""]
5
5
  5:I[74581,[],""]
6
6
  6:I[90484,[],"OutletBoundary"]
@@ -10,9 +10,9 @@ c:I[90484,[],"MetadataBoundary"]
10
10
  e:I[27123,[],"default",1]
11
11
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
12
12
  :HL["/_next/static/css/081a0afca5a9bd20.css","style"]
13
- :HL["/_next/static/css/bcba695583d9b815.css","style"]
13
+ :HL["/_next/static/css/5c8a75e7beea01bc.css","style"]
14
14
  :HL["https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap","style"]
15
- 0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/081a0afca5a9bd20.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/bcba695583d9b815.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"preconnect","href":"https://fonts.googleapis.com"}],["$","link",null,{"rel":"preconnect","href":"https://fonts.gstatic.com","crossOrigin":"anonymous"}],["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap","rel":"stylesheet"}]]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,null]},null,false,"$@9"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"B2_zlWbWojumLEuXv1Xhe"}
15
+ 0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/081a0afca5a9bd20.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/5c8a75e7beea01bc.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"preconnect","href":"https://fonts.googleapis.com"}],["$","link",null,{"rel":"preconnect","href":"https://fonts.gstatic.com","crossOrigin":"anonymous"}],["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap","rel":"stylesheet"}]]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,null]},null,false,"$@9"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"-bo6JJh4yY5OEyg__JmLS"}
16
16
  f:[]
17
17
  9:"$Wf"
18
18
  b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]
@@ -1,6 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[21110,["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"ThemeProvider"]
3
- 3:I[94635,["2652","static/chunks/2652-141c69cce7667f8c.js","7177","static/chunks/app/layout-dcc32c615c88bd9b.js"],"RuntimeI18nProvider"]
2
+ 2:I[21110,["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"ThemeProvider"]
3
+ 3:I[94635,["2652","static/chunks/2652-141c69cce7667f8c.js","7177","static/chunks/app/layout-a673739b08889e07.js"],"RuntimeI18nProvider"]
4
4
  4:I[57121,[],""]
5
5
  5:I[74581,[],""]
6
6
  6:I[90484,[],"OutletBoundary"]
@@ -10,9 +10,9 @@ c:I[90484,[],"MetadataBoundary"]
10
10
  e:I[27123,[],"default",1]
11
11
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
12
12
  :HL["/_next/static/css/081a0afca5a9bd20.css","style"]
13
- :HL["/_next/static/css/bcba695583d9b815.css","style"]
13
+ :HL["/_next/static/css/5c8a75e7beea01bc.css","style"]
14
14
  :HL["https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap","style"]
15
- 0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/081a0afca5a9bd20.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/bcba695583d9b815.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"preconnect","href":"https://fonts.googleapis.com"}],["$","link",null,{"rel":"preconnect","href":"https://fonts.gstatic.com","crossOrigin":"anonymous"}],["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap","rel":"stylesheet"}]]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,null]},null,false,"$@9"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"B2_zlWbWojumLEuXv1Xhe"}
15
+ 0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/081a0afca5a9bd20.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/5c8a75e7beea01bc.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"preconnect","href":"https://fonts.googleapis.com"}],["$","link",null,{"rel":"preconnect","href":"https://fonts.gstatic.com","crossOrigin":"anonymous"}],["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap","rel":"stylesheet"}]]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,null]},null,false,"$@9"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"-bo6JJh4yY5OEyg__JmLS"}
16
16
  f:[]
17
17
  9:"$Wf"
18
18
  b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]
@@ -3,4 +3,4 @@
3
3
  3:I[90484,[],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[86869,[],"IconMark"]
6
- 0:{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"iRouter - Enterprise AI Infrastructure Management"}],["$","meta","1",{"name":"description","content":"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?603d046c9a6fdfbb","type":"image/x-icon","sizes":"16x16"}],["$","link","4",{"rel":"icon","href":"/favicon.svg"}],["$","$L5","5",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"B2_zlWbWojumLEuXv1Xhe"}
6
+ 0:{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"iRouter - Enterprise AI Infrastructure Management"}],["$","meta","1",{"name":"description","content":"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?603d046c9a6fdfbb","type":"image/x-icon","sizes":"16x16"}],["$","link","4",{"rel":"icon","href":"/favicon.svg"}],["$","$L5","5",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"-bo6JJh4yY5OEyg__JmLS"}
@@ -1,9 +1,9 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[21110,["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-189ace2180e8dc37.js","9305","static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js"],"ThemeProvider"]
3
- 3:I[94635,["2652","static/chunks/2652-141c69cce7667f8c.js","7177","static/chunks/app/layout-dcc32c615c88bd9b.js"],"RuntimeI18nProvider"]
2
+ 2:I[21110,["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-0b5e38eb6f545c98.js","9305","static/chunks/app/(dashboard)/layout-b267245b4143fe7c.js"],"ThemeProvider"]
3
+ 3:I[94635,["2652","static/chunks/2652-141c69cce7667f8c.js","7177","static/chunks/app/layout-a673739b08889e07.js"],"RuntimeI18nProvider"]
4
4
  4:I[57121,[],""]
5
5
  5:I[74581,[],""]
6
6
  :HL["/_next/static/css/081a0afca5a9bd20.css","style"]
7
- :HL["/_next/static/css/bcba695583d9b815.css","style"]
7
+ :HL["/_next/static/css/5c8a75e7beea01bc.css","style"]
8
8
  :HL["https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap","style"]
9
- 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/081a0afca5a9bd20.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/bcba695583d9b815.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"preconnect","href":"https://fonts.googleapis.com"}],["$","link",null,{"rel":"preconnect","href":"https://fonts.gstatic.com","crossOrigin":"anonymous"}],["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap","rel":"stylesheet"}]]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}]}]}]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"B2_zlWbWojumLEuXv1Xhe"}
9
+ 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/081a0afca5a9bd20.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/5c8a75e7beea01bc.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"preconnect","href":"https://fonts.googleapis.com"}],["$","link",null,{"rel":"preconnect","href":"https://fonts.gstatic.com","crossOrigin":"anonymous"}],["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap","rel":"stylesheet"}]]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}]}]}]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"-bo6JJh4yY5OEyg__JmLS"}
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[90484,[],"OutletBoundary"]
3
3
  3:"$Sreact.suspense"
4
- 0:{"rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"B2_zlWbWojumLEuXv1Xhe"}
4
+ 0:{"rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"-bo6JJh4yY5OEyg__JmLS"}
5
5
  4:null
@@ -2,4 +2,4 @@
2
2
  2:I[57121,[],""]
3
3
  3:I[74581,[],""]
4
4
  4:[]
5
- 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"B2_zlWbWojumLEuXv1Xhe"}
5
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"-bo6JJh4yY5OEyg__JmLS"}
@@ -1,5 +1,5 @@
1
1
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
2
2
  :HL["/_next/static/css/081a0afca5a9bd20.css","style"]
3
- :HL["/_next/static/css/bcba695583d9b815.css","style"]
3
+ :HL["/_next/static/css/5c8a75e7beea01bc.css","style"]
4
4
  :HL["https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap","style"]
5
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"_not-found","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"B2_zlWbWojumLEuXv1Xhe"}
5
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"_not-found","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"-bo6JJh4yY5OEyg__JmLS"}