@thangnm.nip/irouter 0.0.16 → 0.0.18

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 (725) hide show
  1. package/app/.next/BUILD_ID +1 -1
  2. package/app/.next/app-path-routes-manifest.json +7 -2
  3. package/app/.next/build-manifest.json +2 -2
  4. package/app/.next/prerender-manifest.json +27 -3
  5. package/app/.next/routes-manifest.json +30 -0
  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 -3
  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 -0
  49. package/app/.next/server/app/(dashboard)/dashboard/quota/page.js.nft.json +1 -0
  50. package/app/.next/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +1 -0
  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 -0
  79. package/app/.next/server/app/api/9remote/install/route.js.nft.json +1 -0
  80. package/app/.next/server/app/api/9remote/install/route_client-reference-manifest.js +1 -0
  81. package/app/.next/server/app/api/9remote/start/route.js +1 -0
  82. package/app/.next/server/app/api/9remote/start/route.js.nft.json +1 -0
  83. package/app/.next/server/app/api/9remote/start/route_client-reference-manifest.js +1 -0
  84. package/app/.next/server/app/api/9remote/status/route.js +1 -0
  85. package/app/.next/server/app/api/9remote/status/route.js.nft.json +1 -0
  86. package/app/.next/server/app/api/9remote/status/route_client-reference-manifest.js +1 -0
  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/logout/route.js +1 -1
  90. package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js +2 -2
  91. package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js.nft.json +1 -1
  92. package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js +2 -2
  93. package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js.nft.json +1 -1
  94. package/app/.next/server/app/api/cli-tools/claude-settings/route.js +2 -2
  95. package/app/.next/server/app/api/cli-tools/codex-settings/route.js +2 -2
  96. package/app/.next/server/app/api/cli-tools/copilot-settings/route.js +2 -2
  97. package/app/.next/server/app/api/cli-tools/droid-settings/route.js +2 -2
  98. package/app/.next/server/app/api/cli-tools/openclaw-settings/route.js +2 -2
  99. package/app/.next/server/app/api/cli-tools/opencode-settings/route.js +1 -1
  100. package/app/.next/server/app/api/cloud/auth/route.js +1 -1
  101. package/app/.next/server/app/api/cloud/auth/route.js.nft.json +1 -1
  102. package/app/.next/server/app/api/cloud/credentials/update/route.js +1 -1
  103. package/app/.next/server/app/api/cloud/credentials/update/route.js.nft.json +1 -1
  104. package/app/.next/server/app/api/cloud/model/resolve/route.js +1 -1
  105. package/app/.next/server/app/api/cloud/model/resolve/route.js.nft.json +1 -1
  106. package/app/.next/server/app/api/cloud/models/alias/route.js +1 -1
  107. package/app/.next/server/app/api/cloud/models/alias/route.js.nft.json +1 -1
  108. package/app/.next/server/app/api/combos/[id]/route.js +1 -1
  109. package/app/.next/server/app/api/combos/[id]/route.js.nft.json +1 -1
  110. package/app/.next/server/app/api/combos/route.js +1 -1
  111. package/app/.next/server/app/api/combos/route.js.nft.json +1 -1
  112. package/app/.next/server/app/api/employees/[keyId]/stats/route.js +3 -3
  113. package/app/.next/server/app/api/employees/[keyId]/stats/route.js.nft.json +1 -1
  114. package/app/.next/server/app/api/employees/stats/route.js +3 -3
  115. package/app/.next/server/app/api/employees/stats/route.js.nft.json +1 -1
  116. package/app/.next/server/app/api/init/route.js +1 -1
  117. package/app/.next/server/app/api/init/route.js.nft.json +1 -1
  118. package/app/.next/server/app/api/keys/[id]/route.js +1 -1
  119. package/app/.next/server/app/api/keys/[id]/route.js.nft.json +1 -1
  120. package/app/.next/server/app/api/keys/route.js +1 -1
  121. package/app/.next/server/app/api/keys/route.js.nft.json +1 -1
  122. package/app/.next/server/app/api/locale/route.js +1 -1
  123. package/app/.next/server/app/api/models/alias/route.js +1 -1
  124. package/app/.next/server/app/api/models/alias/route.js.nft.json +1 -1
  125. package/app/.next/server/app/api/models/availability/route.js +1 -1
  126. package/app/.next/server/app/api/models/availability/route.js.nft.json +1 -1
  127. package/app/.next/server/app/api/models/route.js +1 -1
  128. package/app/.next/server/app/api/models/route.js.nft.json +1 -1
  129. package/app/.next/server/app/api/models/test/route.js +1 -1
  130. package/app/.next/server/app/api/models/test/route.js.nft.json +1 -1
  131. package/app/.next/server/app/api/oauth/[provider]/[action]/route.js +1 -1
  132. package/app/.next/server/app/api/oauth/[provider]/[action]/route.js.nft.json +1 -1
  133. package/app/.next/server/app/api/oauth/cursor/auto-import/route.js +2 -2
  134. package/app/.next/server/app/api/oauth/cursor/auto-import/route.js.nft.json +1 -1
  135. package/app/.next/server/app/api/oauth/cursor/import/route.js +1 -1
  136. package/app/.next/server/app/api/oauth/cursor/import/route.js.nft.json +1 -1
  137. package/app/.next/server/app/api/oauth/iflow/cookie/route.js +1 -1
  138. package/app/.next/server/app/api/oauth/iflow/cookie/route.js.nft.json +1 -1
  139. package/app/.next/server/app/api/oauth/kiro/auto-import/route.js +1 -1
  140. package/app/.next/server/app/api/oauth/kiro/import/route.js +1 -1
  141. package/app/.next/server/app/api/oauth/kiro/import/route.js.nft.json +1 -1
  142. package/app/.next/server/app/api/oauth/kiro/social-authorize/route.js +1 -1
  143. package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js +1 -1
  144. package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js.nft.json +1 -1
  145. package/app/.next/server/app/api/pricing/route.js +1 -1
  146. package/app/.next/server/app/api/pricing/route.js.nft.json +1 -1
  147. package/app/.next/server/app/api/provider-nodes/[id]/route.js +1 -1
  148. package/app/.next/server/app/api/provider-nodes/[id]/route.js.nft.json +1 -1
  149. package/app/.next/server/app/api/provider-nodes/route.js +1 -1
  150. package/app/.next/server/app/api/provider-nodes/route.js.nft.json +1 -1
  151. package/app/.next/server/app/api/provider-nodes/validate/route.js +1 -1
  152. package/app/.next/server/app/api/providers/[id]/models/route.js +1 -1
  153. package/app/.next/server/app/api/providers/[id]/models/route.js.nft.json +1 -1
  154. package/app/.next/server/app/api/providers/[id]/route.js +1 -1
  155. package/app/.next/server/app/api/providers/[id]/route.js.nft.json +1 -1
  156. package/app/.next/server/app/api/providers/[id]/test/route.js +1 -1
  157. package/app/.next/server/app/api/providers/[id]/test/route.js.nft.json +1 -1
  158. package/app/.next/server/app/api/providers/[id]/test-models/route.js +1 -1
  159. package/app/.next/server/app/api/providers/[id]/test-models/route.js.nft.json +1 -1
  160. package/app/.next/server/app/api/providers/client/route.js +1 -1
  161. package/app/.next/server/app/api/providers/client/route.js.nft.json +1 -1
  162. package/app/.next/server/app/api/providers/route.js +1 -1
  163. package/app/.next/server/app/api/providers/route.js.nft.json +1 -1
  164. package/app/.next/server/app/api/providers/test-batch/route.js +1 -1
  165. package/app/.next/server/app/api/providers/test-batch/route.js.nft.json +1 -1
  166. package/app/.next/server/app/api/providers/validate/route.js +1 -1
  167. package/app/.next/server/app/api/providers/validate/route.js.nft.json +1 -1
  168. package/app/.next/server/app/api/proxy-pools/[id]/route.js +1 -1
  169. package/app/.next/server/app/api/proxy-pools/[id]/route.js.nft.json +1 -1
  170. package/app/.next/server/app/api/proxy-pools/[id]/test/route.js +1 -1
  171. package/app/.next/server/app/api/proxy-pools/[id]/test/route.js.nft.json +1 -1
  172. package/app/.next/server/app/api/proxy-pools/route.js +1 -1
  173. package/app/.next/server/app/api/proxy-pools/route.js.nft.json +1 -1
  174. package/app/.next/server/app/api/settings/database/route.js +1 -1
  175. package/app/.next/server/app/api/settings/database/route.js.nft.json +1 -1
  176. package/app/.next/server/app/api/settings/proxy-test/route.js +1 -1
  177. package/app/.next/server/app/api/settings/require-login/route.js +1 -1
  178. package/app/.next/server/app/api/settings/require-login/route.js.nft.json +1 -1
  179. package/app/.next/server/app/api/settings/route.js +1 -1
  180. package/app/.next/server/app/api/settings/route.js.nft.json +1 -1
  181. package/app/.next/server/app/api/shutdown/route.js +1 -1
  182. package/app/.next/server/app/api/tags/route.js +1 -1
  183. package/app/.next/server/app/api/translator/console-logs/route.js +1 -1
  184. package/app/.next/server/app/api/translator/console-logs/stream/route.js +2 -2
  185. package/app/.next/server/app/api/translator/load/route.js +1 -1
  186. package/app/.next/server/app/api/translator/save/route.js +1 -1
  187. package/app/.next/server/app/api/translator/send/route.js +1 -1
  188. package/app/.next/server/app/api/translator/send/route.js.nft.json +1 -1
  189. package/app/.next/server/app/api/translator/translate/route.js +1 -1
  190. package/app/.next/server/app/api/translator/translate/route.js.nft.json +1 -1
  191. package/app/.next/server/app/api/tunnel/disable/route.js +1 -1
  192. package/app/.next/server/app/api/tunnel/disable/route.js.nft.json +1 -1
  193. package/app/.next/server/app/api/tunnel/enable/route.js +1 -1
  194. package/app/.next/server/app/api/tunnel/enable/route.js.nft.json +1 -1
  195. package/app/.next/server/app/api/tunnel/status/route.js +1 -1
  196. package/app/.next/server/app/api/tunnel/status/route.js.nft.json +1 -1
  197. package/app/.next/server/app/api/usage/[connectionId]/route.js +1 -1
  198. package/app/.next/server/app/api/usage/[connectionId]/route.js.nft.json +1 -1
  199. package/app/.next/server/app/api/usage/chart/route.js +3 -3
  200. package/app/.next/server/app/api/usage/chart/route.js.nft.json +1 -1
  201. package/app/.next/server/app/api/usage/history/route.js +3 -3
  202. package/app/.next/server/app/api/usage/history/route.js.nft.json +1 -1
  203. package/app/.next/server/app/api/usage/logs/route.js +3 -3
  204. package/app/.next/server/app/api/usage/logs/route.js.nft.json +1 -1
  205. package/app/.next/server/app/api/usage/providers/route.js +2 -2
  206. package/app/.next/server/app/api/usage/providers/route.js.nft.json +1 -1
  207. package/app/.next/server/app/api/usage/request-details/[id]/download/route.js +2 -2
  208. package/app/.next/server/app/api/usage/request-details/[id]/route.js +1 -1
  209. package/app/.next/server/app/api/usage/request-details/[id]/route.js.nft.json +1 -1
  210. package/app/.next/server/app/api/usage/request-details/aggregate/route.js +66 -0
  211. package/app/.next/server/app/api/usage/request-details/aggregate/route.js.nft.json +1 -0
  212. package/app/.next/server/app/api/usage/request-details/aggregate/route_client-reference-manifest.js +1 -0
  213. package/app/.next/server/app/api/usage/request-details/route.js +3 -3
  214. package/app/.next/server/app/api/usage/request-details/route.js.nft.json +1 -1
  215. package/app/.next/server/app/api/usage/request-logs/route.js +3 -3
  216. package/app/.next/server/app/api/usage/request-logs/route.js.nft.json +1 -1
  217. package/app/.next/server/app/api/usage/stats/route.js +3 -3
  218. package/app/.next/server/app/api/usage/stats/route.js.nft.json +1 -1
  219. package/app/.next/server/app/api/usage/stream/route.js +9 -9
  220. package/app/.next/server/app/api/usage/stream/route.js.nft.json +1 -1
  221. package/app/.next/server/app/api/v1/api/chat/route.js +1 -1
  222. package/app/.next/server/app/api/v1/api/chat/route.js.nft.json +1 -1
  223. package/app/.next/server/app/api/v1/chat/completions/route.js +1 -1
  224. package/app/.next/server/app/api/v1/chat/completions/route.js.nft.json +1 -1
  225. package/app/.next/server/app/api/v1/embeddings/route.js +1 -1
  226. package/app/.next/server/app/api/v1/embeddings/route.js.nft.json +1 -1
  227. package/app/.next/server/app/api/v1/messages/count_tokens/route.js +1 -1
  228. package/app/.next/server/app/api/v1/messages/route.js +1 -1
  229. package/app/.next/server/app/api/v1/messages/route.js.nft.json +1 -1
  230. package/app/.next/server/app/api/v1/models/route.js +1 -1
  231. package/app/.next/server/app/api/v1/models/route.js.nft.json +1 -1
  232. package/app/.next/server/app/api/v1/responses/route.js +1 -1
  233. package/app/.next/server/app/api/v1/responses/route.js.nft.json +1 -1
  234. package/app/.next/server/app/api/v1/route.js +1 -1
  235. package/app/.next/server/app/api/v1beta/models/[...path]/route.js +1 -1
  236. package/app/.next/server/app/api/v1beta/models/[...path]/route.js.nft.json +1 -1
  237. package/app/.next/server/app/api/v1beta/models/route.js +1 -1
  238. package/app/.next/server/app/api/v1internal/route.js +1 -1
  239. package/app/.next/server/app/api/v1internal/route.js.nft.json +1 -1
  240. package/app/.next/server/app/api/version/route.js +1 -1
  241. package/app/.next/server/app/callback/page.js +2 -2
  242. package/app/.next/server/app/callback/page.js.nft.json +1 -1
  243. package/app/.next/server/app/callback/page_client-reference-manifest.js +1 -1
  244. package/app/.next/server/app/callback.html +1 -1
  245. package/app/.next/server/app/callback.rsc +4 -4
  246. package/app/.next/server/app/callback.segments/_full.segment.rsc +4 -4
  247. package/app/.next/server/app/callback.segments/_head.segment.rsc +1 -1
  248. package/app/.next/server/app/callback.segments/_index.segment.rsc +4 -4
  249. package/app/.next/server/app/callback.segments/_tree.segment.rsc +2 -2
  250. package/app/.next/server/app/callback.segments/callback/__PAGE__.segment.rsc +1 -1
  251. package/app/.next/server/app/callback.segments/callback.segment.rsc +1 -1
  252. package/app/.next/server/app/dashboard/basic-chat.html +1 -1
  253. package/app/.next/server/app/dashboard/basic-chat.rsc +6 -6
  254. package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat/__PAGE__.segment.rsc +2 -2
  255. package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat.segment.rsc +1 -1
  256. package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  257. package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  258. package/app/.next/server/app/dashboard/basic-chat.segments/_full.segment.rsc +6 -6
  259. package/app/.next/server/app/dashboard/basic-chat.segments/_head.segment.rsc +1 -1
  260. package/app/.next/server/app/dashboard/basic-chat.segments/_index.segment.rsc +4 -4
  261. package/app/.next/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +2 -2
  262. package/app/.next/server/app/dashboard/cli-tools.html +1 -1
  263. package/app/.next/server/app/dashboard/cli-tools.rsc +6 -6
  264. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +2 -2
  265. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +1 -1
  266. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  267. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  268. package/app/.next/server/app/dashboard/cli-tools.segments/_full.segment.rsc +6 -6
  269. package/app/.next/server/app/dashboard/cli-tools.segments/_head.segment.rsc +1 -1
  270. package/app/.next/server/app/dashboard/cli-tools.segments/_index.segment.rsc +4 -4
  271. package/app/.next/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +2 -2
  272. package/app/.next/server/app/dashboard/combos.html +1 -1
  273. package/app/.next/server/app/dashboard/combos.rsc +6 -6
  274. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +2 -2
  275. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +1 -1
  276. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  277. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  278. package/app/.next/server/app/dashboard/combos.segments/_full.segment.rsc +6 -6
  279. package/app/.next/server/app/dashboard/combos.segments/_head.segment.rsc +1 -1
  280. package/app/.next/server/app/dashboard/combos.segments/_index.segment.rsc +4 -4
  281. package/app/.next/server/app/dashboard/combos.segments/_tree.segment.rsc +2 -2
  282. package/app/.next/server/app/dashboard/employees.html +1 -1
  283. package/app/.next/server/app/dashboard/employees.rsc +6 -6
  284. package/app/.next/server/app/dashboard/employees.segments/!KGRhc2hib2FyZCk/dashboard/employees/__PAGE__.segment.rsc +2 -2
  285. package/app/.next/server/app/dashboard/employees.segments/!KGRhc2hib2FyZCk/dashboard/employees.segment.rsc +1 -1
  286. package/app/.next/server/app/dashboard/employees.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  287. package/app/.next/server/app/dashboard/employees.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  288. package/app/.next/server/app/dashboard/employees.segments/_full.segment.rsc +6 -6
  289. package/app/.next/server/app/dashboard/employees.segments/_head.segment.rsc +1 -1
  290. package/app/.next/server/app/dashboard/employees.segments/_index.segment.rsc +4 -4
  291. package/app/.next/server/app/dashboard/employees.segments/_tree.segment.rsc +2 -2
  292. package/app/.next/server/app/dashboard/endpoint.html +1 -1
  293. package/app/.next/server/app/dashboard/endpoint.rsc +6 -6
  294. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +2 -2
  295. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +1 -1
  296. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  297. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  298. package/app/.next/server/app/dashboard/endpoint.segments/_full.segment.rsc +6 -6
  299. package/app/.next/server/app/dashboard/endpoint.segments/_head.segment.rsc +1 -1
  300. package/app/.next/server/app/dashboard/endpoint.segments/_index.segment.rsc +4 -4
  301. package/app/.next/server/app/dashboard/endpoint.segments/_tree.segment.rsc +2 -2
  302. package/app/.next/server/app/dashboard/mitm.html +1 -1
  303. package/app/.next/server/app/dashboard/mitm.rsc +6 -6
  304. package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm/__PAGE__.segment.rsc +2 -2
  305. package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm.segment.rsc +1 -1
  306. package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  307. package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  308. package/app/.next/server/app/dashboard/mitm.segments/_full.segment.rsc +6 -6
  309. package/app/.next/server/app/dashboard/mitm.segments/_head.segment.rsc +1 -1
  310. package/app/.next/server/app/dashboard/mitm.segments/_index.segment.rsc +4 -4
  311. package/app/.next/server/app/dashboard/mitm.segments/_tree.segment.rsc +2 -2
  312. package/app/.next/server/app/dashboard/profile.html +1 -1
  313. package/app/.next/server/app/dashboard/profile.rsc +6 -6
  314. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +2 -2
  315. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +1 -1
  316. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  317. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  318. package/app/.next/server/app/dashboard/profile.segments/_full.segment.rsc +6 -6
  319. package/app/.next/server/app/dashboard/profile.segments/_head.segment.rsc +1 -1
  320. package/app/.next/server/app/dashboard/profile.segments/_index.segment.rsc +4 -4
  321. package/app/.next/server/app/dashboard/profile.segments/_tree.segment.rsc +2 -2
  322. package/app/.next/server/app/dashboard/providers/new.html +1 -1
  323. package/app/.next/server/app/dashboard/providers/new.rsc +6 -6
  324. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +2 -2
  325. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +1 -1
  326. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  327. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  328. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  329. package/app/.next/server/app/dashboard/providers/new.segments/_full.segment.rsc +6 -6
  330. package/app/.next/server/app/dashboard/providers/new.segments/_head.segment.rsc +1 -1
  331. package/app/.next/server/app/dashboard/providers/new.segments/_index.segment.rsc +4 -4
  332. package/app/.next/server/app/dashboard/providers/new.segments/_tree.segment.rsc +2 -2
  333. package/app/.next/server/app/dashboard/providers.html +1 -1
  334. package/app/.next/server/app/dashboard/providers.rsc +6 -6
  335. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +2 -2
  336. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  337. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  338. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  339. package/app/.next/server/app/dashboard/providers.segments/_full.segment.rsc +6 -6
  340. package/app/.next/server/app/dashboard/providers.segments/_head.segment.rsc +1 -1
  341. package/app/.next/server/app/dashboard/providers.segments/_index.segment.rsc +4 -4
  342. package/app/.next/server/app/dashboard/providers.segments/_tree.segment.rsc +2 -2
  343. package/app/.next/server/app/dashboard/proxy-pools.html +1 -1
  344. package/app/.next/server/app/dashboard/proxy-pools.rsc +6 -6
  345. package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools/__PAGE__.segment.rsc +2 -2
  346. package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools.segment.rsc +1 -1
  347. package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  348. package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  349. package/app/.next/server/app/dashboard/proxy-pools.segments/_full.segment.rsc +6 -6
  350. package/app/.next/server/app/dashboard/proxy-pools.segments/_head.segment.rsc +1 -1
  351. package/app/.next/server/app/dashboard/proxy-pools.segments/_index.segment.rsc +4 -4
  352. package/app/.next/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +2 -2
  353. package/app/.next/server/app/dashboard/quota.html +2 -0
  354. package/app/.next/server/app/dashboard/quota.meta +17 -0
  355. package/app/.next/server/app/dashboard/quota.rsc +25 -0
  356. package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota/__PAGE__.segment.rsc +7 -0
  357. package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota.segment.rsc +5 -0
  358. package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
  359. package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
  360. package/app/.next/server/app/dashboard/quota.segments/_full.segment.rsc +25 -0
  361. package/app/.next/server/app/dashboard/quota.segments/_head.segment.rsc +6 -0
  362. package/app/.next/server/app/dashboard/quota.segments/_index.segment.rsc +9 -0
  363. package/app/.next/server/app/dashboard/quota.segments/_tree.segment.rsc +6 -0
  364. package/app/.next/server/app/dashboard/settings/pricing/page.js +2 -2
  365. package/app/.next/server/app/dashboard/settings/pricing/page.js.nft.json +1 -1
  366. package/app/.next/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
  367. package/app/.next/server/app/dashboard/settings/pricing.html +1 -1
  368. package/app/.next/server/app/dashboard/settings/pricing.rsc +4 -4
  369. package/app/.next/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +4 -4
  370. package/app/.next/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
  371. package/app/.next/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +4 -4
  372. package/app/.next/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +2 -2
  373. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +1 -1
  374. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +1 -1
  375. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +1 -1
  376. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +1 -1
  377. package/app/.next/server/app/dashboard/translator.html +1 -1
  378. package/app/.next/server/app/dashboard/translator.rsc +6 -6
  379. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +2 -2
  380. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +1 -1
  381. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  382. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  383. package/app/.next/server/app/dashboard/translator.segments/_full.segment.rsc +6 -6
  384. package/app/.next/server/app/dashboard/translator.segments/_head.segment.rsc +1 -1
  385. package/app/.next/server/app/dashboard/translator.segments/_index.segment.rsc +4 -4
  386. package/app/.next/server/app/dashboard/translator.segments/_tree.segment.rsc +2 -2
  387. package/app/.next/server/app/dashboard/usage.html +1 -1
  388. package/app/.next/server/app/dashboard/usage.rsc +6 -6
  389. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +2 -2
  390. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +1 -1
  391. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  392. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  393. package/app/.next/server/app/dashboard/usage.segments/_full.segment.rsc +6 -6
  394. package/app/.next/server/app/dashboard/usage.segments/_head.segment.rsc +1 -1
  395. package/app/.next/server/app/dashboard/usage.segments/_index.segment.rsc +4 -4
  396. package/app/.next/server/app/dashboard/usage.segments/_tree.segment.rsc +2 -2
  397. package/app/.next/server/app/dashboard.html +1 -1
  398. package/app/.next/server/app/dashboard.rsc +5 -5
  399. package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +1 -1
  400. package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  401. package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  402. package/app/.next/server/app/dashboard.segments/_full.segment.rsc +5 -5
  403. package/app/.next/server/app/dashboard.segments/_head.segment.rsc +1 -1
  404. package/app/.next/server/app/dashboard.segments/_index.segment.rsc +4 -4
  405. package/app/.next/server/app/dashboard.segments/_tree.segment.rsc +2 -2
  406. package/app/.next/server/app/favicon.ico/route.js +1 -1
  407. package/app/.next/server/app/index.html +1 -1
  408. package/app/.next/server/app/index.rsc +4 -4
  409. package/app/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  410. package/app/.next/server/app/index.segments/_full.segment.rsc +4 -4
  411. package/app/.next/server/app/index.segments/_head.segment.rsc +1 -1
  412. package/app/.next/server/app/index.segments/_index.segment.rsc +4 -4
  413. package/app/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  414. package/app/.next/server/app/landing/page.js +2 -2
  415. package/app/.next/server/app/landing/page.js.nft.json +1 -1
  416. package/app/.next/server/app/landing/page_client-reference-manifest.js +1 -1
  417. package/app/.next/server/app/landing.html +1 -1
  418. package/app/.next/server/app/landing.rsc +4 -4
  419. package/app/.next/server/app/landing.segments/_full.segment.rsc +4 -4
  420. package/app/.next/server/app/landing.segments/_head.segment.rsc +1 -1
  421. package/app/.next/server/app/landing.segments/_index.segment.rsc +4 -4
  422. package/app/.next/server/app/landing.segments/_tree.segment.rsc +2 -2
  423. package/app/.next/server/app/landing.segments/landing/__PAGE__.segment.rsc +1 -1
  424. package/app/.next/server/app/landing.segments/landing.segment.rsc +1 -1
  425. package/app/.next/server/app/login/page.js +2 -2
  426. package/app/.next/server/app/login/page.js.nft.json +1 -1
  427. package/app/.next/server/app/login/page_client-reference-manifest.js +1 -1
  428. package/app/.next/server/app/login.html +1 -1
  429. package/app/.next/server/app/login.rsc +5 -5
  430. package/app/.next/server/app/login.segments/_full.segment.rsc +5 -5
  431. package/app/.next/server/app/login.segments/_head.segment.rsc +1 -1
  432. package/app/.next/server/app/login.segments/_index.segment.rsc +4 -4
  433. package/app/.next/server/app/login.segments/_tree.segment.rsc +2 -2
  434. package/app/.next/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
  435. package/app/.next/server/app/login.segments/login.segment.rsc +1 -1
  436. package/app/.next/server/app/manifest.webmanifest/route.js +2 -2
  437. package/app/.next/server/app/page.js +2 -2
  438. package/app/.next/server/app/page.js.nft.json +1 -1
  439. package/app/.next/server/app/page_client-reference-manifest.js +1 -1
  440. package/app/.next/server/app-paths-manifest.json +7 -2
  441. package/app/.next/server/chunks/2664.js +1 -1
  442. package/app/.next/server/chunks/3093.js +5 -5
  443. package/app/.next/server/chunks/336.js +1 -1
  444. package/app/.next/server/chunks/3832.js +1 -1
  445. package/app/.next/server/chunks/4013.js +1 -0
  446. package/app/.next/server/chunks/412.js +2 -2
  447. package/app/.next/server/chunks/5297.js +1 -1
  448. package/app/.next/server/chunks/6072.js +4 -4
  449. package/app/.next/server/chunks/6557.js +1 -0
  450. package/app/.next/server/chunks/6811.js +1 -0
  451. package/app/.next/server/chunks/6898.js +1 -0
  452. package/app/.next/server/chunks/7568.js +1 -0
  453. package/app/.next/server/chunks/7774.js +4 -4
  454. package/app/.next/server/chunks/7994.js +1 -0
  455. package/app/.next/server/chunks/8895.js +1 -1
  456. package/app/.next/server/chunks/8985.js +1 -0
  457. package/app/.next/server/chunks/9609.js +1 -1
  458. package/app/.next/server/chunks/9718.js +1 -1
  459. package/app/.next/server/functions-config-manifest.json +24 -0
  460. package/app/.next/server/middleware-build-manifest.js +1 -1
  461. package/app/.next/server/middleware.js +3 -3
  462. package/app/.next/server/pages/404.html +1 -1
  463. package/app/.next/server/pages/500.html +1 -1
  464. package/app/.next/server/server-reference-manifest.js +1 -1
  465. package/app/.next/server/server-reference-manifest.json +1 -1
  466. package/app/.next/static/chunks/2652-141c69cce7667f8c.js +1 -0
  467. package/app/.next/static/chunks/3810-dc43d31e61000522.js +1 -0
  468. package/app/.next/static/chunks/548-a88d48687e936c37.js +1 -0
  469. package/app/.next/static/chunks/5497-f66eb2acf4020098.js +7 -0
  470. package/app/.next/static/chunks/8222-1f462fde4e5fc8b8.js +1 -0
  471. package/app/.next/static/chunks/app/(dashboard)/dashboard/basic-chat/{page-e48946710b5781b9.js → page-1a8fb5fbd425d3bb.js} +1 -1
  472. package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/{page-60022ddd7d6d3e88.js → page-78c007c59c2f62a8.js} +1 -1
  473. package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-eaf7ee3bcfa943cf.js +1 -0
  474. package/app/.next/static/chunks/app/(dashboard)/dashboard/console-log/{page-9588cda906b745c2.js → page-ca4f6c8400508127.js} +1 -1
  475. package/app/.next/static/chunks/app/(dashboard)/dashboard/employees/[keyId]/{page-a8dfa0076abced5f.js → page-1c14d6f8a479aca1.js} +1 -1
  476. package/app/.next/static/chunks/app/(dashboard)/dashboard/employees/page-a25175993e8c3dce.js +11 -0
  477. package/app/.next/static/chunks/app/(dashboard)/dashboard/endpoint/{page-6443ec34ca34ab96.js → page-3377f46082bab6fc.js} +1 -1
  478. package/app/.next/static/chunks/app/(dashboard)/dashboard/mitm/{page-693e22a33e693e5e.js → page-84e24e814210e7f3.js} +1 -1
  479. package/app/.next/static/chunks/app/(dashboard)/dashboard/page-12c5a5ad06b69231.js +1 -0
  480. package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/{page-41f227c36a9bda03.js → page-b7c7a2ee454a11f0.js} +1 -1
  481. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-81e062741834b97d.js +1 -0
  482. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/new/{page-9f51d6b750e712f2.js → page-8c18fb25e1a11800.js} +1 -1
  483. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/{page-21555c82aa050168.js → page-264f344daaa29c78.js} +1 -1
  484. package/app/.next/static/chunks/app/(dashboard)/dashboard/proxy-pools/{page-7b5915c4b3dfa07d.js → page-240a8c20bf126cd5.js} +1 -1
  485. package/app/.next/static/chunks/app/(dashboard)/dashboard/quota/page-a69cbbaff82034fc.js +1 -0
  486. package/app/.next/static/chunks/app/(dashboard)/dashboard/translator/{page-e3c730416459e326.js → page-db958d97d862974c.js} +1 -1
  487. package/app/.next/static/chunks/app/(dashboard)/dashboard/usage/{page-3ed1c402dcfff748.js → page-548c2ee0f2a720c7.js} +1 -1
  488. package/app/.next/static/chunks/app/(dashboard)/layout-42cf370ce36268bc.js +1 -0
  489. package/app/.next/static/chunks/app/_global-error/page-12c5a5ad06b69231.js +1 -0
  490. package/app/.next/static/chunks/app/api/9remote/install/route-12c5a5ad06b69231.js +1 -0
  491. package/app/.next/static/chunks/app/api/9remote/start/route-12c5a5ad06b69231.js +1 -0
  492. package/app/.next/static/chunks/app/api/9remote/status/route-12c5a5ad06b69231.js +1 -0
  493. package/app/.next/static/chunks/app/api/auth/login/route-12c5a5ad06b69231.js +1 -0
  494. package/app/.next/static/chunks/app/api/auth/logout/route-12c5a5ad06b69231.js +1 -0
  495. package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-12c5a5ad06b69231.js +1 -0
  496. package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-12c5a5ad06b69231.js +1 -0
  497. package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-12c5a5ad06b69231.js +1 -0
  498. package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-12c5a5ad06b69231.js +1 -0
  499. package/app/.next/static/chunks/app/api/cli-tools/copilot-settings/route-12c5a5ad06b69231.js +1 -0
  500. package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-12c5a5ad06b69231.js +1 -0
  501. package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-12c5a5ad06b69231.js +1 -0
  502. package/app/.next/static/chunks/app/api/cli-tools/opencode-settings/route-12c5a5ad06b69231.js +1 -0
  503. package/app/.next/static/chunks/app/api/cloud/auth/route-12c5a5ad06b69231.js +1 -0
  504. package/app/.next/static/chunks/app/api/cloud/credentials/update/route-12c5a5ad06b69231.js +1 -0
  505. package/app/.next/static/chunks/app/api/cloud/model/resolve/route-12c5a5ad06b69231.js +1 -0
  506. package/app/.next/static/chunks/app/api/cloud/models/alias/route-12c5a5ad06b69231.js +1 -0
  507. package/app/.next/static/chunks/app/api/combos/[id]/route-12c5a5ad06b69231.js +1 -0
  508. package/app/.next/static/chunks/app/api/combos/route-12c5a5ad06b69231.js +1 -0
  509. package/app/.next/static/chunks/app/api/employees/[keyId]/stats/route-12c5a5ad06b69231.js +1 -0
  510. package/app/.next/static/chunks/app/api/employees/stats/route-12c5a5ad06b69231.js +1 -0
  511. package/app/.next/static/chunks/app/api/init/route-12c5a5ad06b69231.js +1 -0
  512. package/app/.next/static/chunks/app/api/keys/[id]/route-12c5a5ad06b69231.js +1 -0
  513. package/app/.next/static/chunks/app/api/keys/route-12c5a5ad06b69231.js +1 -0
  514. package/app/.next/static/chunks/app/api/locale/route-12c5a5ad06b69231.js +1 -0
  515. package/app/.next/static/chunks/app/api/models/alias/route-12c5a5ad06b69231.js +1 -0
  516. package/app/.next/static/chunks/app/api/models/availability/route-12c5a5ad06b69231.js +1 -0
  517. package/app/.next/static/chunks/app/api/models/route-12c5a5ad06b69231.js +1 -0
  518. package/app/.next/static/chunks/app/api/models/test/route-12c5a5ad06b69231.js +1 -0
  519. package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-12c5a5ad06b69231.js +1 -0
  520. package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-12c5a5ad06b69231.js +1 -0
  521. package/app/.next/static/chunks/app/api/oauth/cursor/import/route-12c5a5ad06b69231.js +1 -0
  522. package/app/.next/static/chunks/app/api/oauth/iflow/cookie/route-12c5a5ad06b69231.js +1 -0
  523. package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-12c5a5ad06b69231.js +1 -0
  524. package/app/.next/static/chunks/app/api/oauth/kiro/import/route-12c5a5ad06b69231.js +1 -0
  525. package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-12c5a5ad06b69231.js +1 -0
  526. package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-12c5a5ad06b69231.js +1 -0
  527. package/app/.next/static/chunks/app/api/pricing/route-12c5a5ad06b69231.js +1 -0
  528. package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-12c5a5ad06b69231.js +1 -0
  529. package/app/.next/static/chunks/app/api/provider-nodes/route-12c5a5ad06b69231.js +1 -0
  530. package/app/.next/static/chunks/app/api/provider-nodes/validate/route-12c5a5ad06b69231.js +1 -0
  531. package/app/.next/static/chunks/app/api/providers/[id]/models/route-12c5a5ad06b69231.js +1 -0
  532. package/app/.next/static/chunks/app/api/providers/[id]/route-12c5a5ad06b69231.js +1 -0
  533. package/app/.next/static/chunks/app/api/providers/[id]/test/route-12c5a5ad06b69231.js +1 -0
  534. package/app/.next/static/chunks/app/api/providers/[id]/test-models/route-12c5a5ad06b69231.js +1 -0
  535. package/app/.next/static/chunks/app/api/providers/client/route-12c5a5ad06b69231.js +1 -0
  536. package/app/.next/static/chunks/app/api/providers/route-12c5a5ad06b69231.js +1 -0
  537. package/app/.next/static/chunks/app/api/providers/test-batch/route-12c5a5ad06b69231.js +1 -0
  538. package/app/.next/static/chunks/app/api/providers/validate/route-12c5a5ad06b69231.js +1 -0
  539. package/app/.next/static/chunks/app/api/proxy-pools/[id]/route-12c5a5ad06b69231.js +1 -0
  540. package/app/.next/static/chunks/app/api/proxy-pools/[id]/test/route-12c5a5ad06b69231.js +1 -0
  541. package/app/.next/static/chunks/app/api/proxy-pools/route-12c5a5ad06b69231.js +1 -0
  542. package/app/.next/static/chunks/app/api/settings/database/route-12c5a5ad06b69231.js +1 -0
  543. package/app/.next/static/chunks/app/api/settings/proxy-test/route-12c5a5ad06b69231.js +1 -0
  544. package/app/.next/static/chunks/app/api/settings/require-login/route-12c5a5ad06b69231.js +1 -0
  545. package/app/.next/static/chunks/app/api/settings/route-12c5a5ad06b69231.js +1 -0
  546. package/app/.next/static/chunks/app/api/shutdown/route-12c5a5ad06b69231.js +1 -0
  547. package/app/.next/static/chunks/app/api/tags/route-12c5a5ad06b69231.js +1 -0
  548. package/app/.next/static/chunks/app/api/translator/console-logs/route-12c5a5ad06b69231.js +1 -0
  549. package/app/.next/static/chunks/app/api/translator/console-logs/stream/route-12c5a5ad06b69231.js +1 -0
  550. package/app/.next/static/chunks/app/api/translator/load/route-12c5a5ad06b69231.js +1 -0
  551. package/app/.next/static/chunks/app/api/translator/save/route-12c5a5ad06b69231.js +1 -0
  552. package/app/.next/static/chunks/app/api/translator/send/route-12c5a5ad06b69231.js +1 -0
  553. package/app/.next/static/chunks/app/api/translator/translate/route-12c5a5ad06b69231.js +1 -0
  554. package/app/.next/static/chunks/app/api/tunnel/disable/route-12c5a5ad06b69231.js +1 -0
  555. package/app/.next/static/chunks/app/api/tunnel/enable/route-12c5a5ad06b69231.js +1 -0
  556. package/app/.next/static/chunks/app/api/tunnel/status/route-12c5a5ad06b69231.js +1 -0
  557. package/app/.next/static/chunks/app/api/usage/[connectionId]/route-12c5a5ad06b69231.js +1 -0
  558. package/app/.next/static/chunks/app/api/usage/chart/route-12c5a5ad06b69231.js +1 -0
  559. package/app/.next/static/chunks/app/api/usage/history/route-12c5a5ad06b69231.js +1 -0
  560. package/app/.next/static/chunks/app/api/usage/logs/route-12c5a5ad06b69231.js +1 -0
  561. package/app/.next/static/chunks/app/api/usage/providers/route-12c5a5ad06b69231.js +1 -0
  562. package/app/.next/static/chunks/app/api/usage/request-details/[id]/download/route-12c5a5ad06b69231.js +1 -0
  563. package/app/.next/static/chunks/app/api/usage/request-details/[id]/route-12c5a5ad06b69231.js +1 -0
  564. package/app/.next/static/chunks/app/api/usage/request-details/aggregate/route-12c5a5ad06b69231.js +1 -0
  565. package/app/.next/static/chunks/app/api/usage/request-details/route-12c5a5ad06b69231.js +1 -0
  566. package/app/.next/static/chunks/app/api/usage/request-logs/route-12c5a5ad06b69231.js +1 -0
  567. package/app/.next/static/chunks/app/api/usage/stats/route-12c5a5ad06b69231.js +1 -0
  568. package/app/.next/static/chunks/app/api/usage/stream/route-12c5a5ad06b69231.js +1 -0
  569. package/app/.next/static/chunks/app/api/v1/api/chat/route-12c5a5ad06b69231.js +1 -0
  570. package/app/.next/static/chunks/app/api/v1/chat/completions/route-12c5a5ad06b69231.js +1 -0
  571. package/app/.next/static/chunks/app/api/v1/embeddings/route-12c5a5ad06b69231.js +1 -0
  572. package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-12c5a5ad06b69231.js +1 -0
  573. package/app/.next/static/chunks/app/api/v1/messages/route-12c5a5ad06b69231.js +1 -0
  574. package/app/.next/static/chunks/app/api/v1/models/route-12c5a5ad06b69231.js +1 -0
  575. package/app/.next/static/chunks/app/api/v1/responses/route-12c5a5ad06b69231.js +1 -0
  576. package/app/.next/static/chunks/app/api/v1/route-12c5a5ad06b69231.js +1 -0
  577. package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-12c5a5ad06b69231.js +1 -0
  578. package/app/.next/static/chunks/app/api/v1beta/models/route-12c5a5ad06b69231.js +1 -0
  579. package/app/.next/static/chunks/app/api/v1internal/route-12c5a5ad06b69231.js +1 -0
  580. package/app/.next/static/chunks/app/api/version/route-12c5a5ad06b69231.js +1 -0
  581. package/app/.next/static/chunks/app/layout-224ac805b7ae89a3.js +1 -0
  582. package/app/.next/static/chunks/app/login/{page-ef0b18015f49da00.js → page-ee04b4fa7715f2c7.js} +1 -1
  583. package/app/.next/static/chunks/app/manifest.webmanifest/route-12c5a5ad06b69231.js +1 -0
  584. package/app/.next/static/chunks/app/page-12c5a5ad06b69231.js +1 -0
  585. package/app/.next/static/chunks/{main-57a34ed4945507d8.js → main-e7ca6b252844c612.js} +3 -3
  586. package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-12c5a5ad06b69231.js +1 -0
  587. package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-12c5a5ad06b69231.js +1 -0
  588. package/app/.next/static/chunks/next/dist/client/components/builtin/not-found-12c5a5ad06b69231.js +1 -0
  589. package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-12c5a5ad06b69231.js +1 -0
  590. package/app/.next/static/css/1af9dd740b1b289e.css +1 -0
  591. package/app/.next/static/jRzqJ3I-9P1BJUJputQ6t/_buildManifest.js +1 -0
  592. package/app/open-sse/config/providerModels.js +35 -2
  593. package/app/open-sse/config/providers.js +7 -1
  594. package/app/open-sse/config/runtimeConfig.js +8 -1
  595. package/app/open-sse/executors/base.js +8 -4
  596. package/app/open-sse/executors/kiro.js +33 -16
  597. package/app/open-sse/executors/vertex.js +14 -3
  598. package/app/open-sse/handlers/chatCore/nonStreamingHandler.js +1 -1
  599. package/app/open-sse/services/model.js +1 -0
  600. package/app/open-sse/translator/formats.js +4 -0
  601. package/app/open-sse/translator/helpers/openaiHelper.js +2 -2
  602. package/app/open-sse/translator/helpers/responsesApiHelper.js +9 -1
  603. package/app/open-sse/translator/index.js +1 -0
  604. package/app/open-sse/translator/request/claude-to-openai.js +1 -1
  605. package/app/open-sse/translator/request/openai-responses.js +8 -4
  606. package/app/open-sse/translator/request/openai-to-gemini.js +20 -5
  607. package/app/open-sse/translator/request/openai-to-ollama.js +38 -5
  608. package/app/open-sse/translator/request/openai-to-vertex.js +50 -0
  609. package/app/open-sse/translator/response/gemini-to-openai.js +1 -0
  610. package/app/package.json +5 -3
  611. package/package.json +1 -1
  612. package/app/.next/server/chunks/1130.js +0 -1
  613. package/app/.next/server/chunks/118.js +0 -1
  614. package/app/.next/server/chunks/1424.js +0 -1
  615. package/app/.next/server/chunks/5172.js +0 -1
  616. package/app/.next/server/chunks/5270.js +0 -1
  617. package/app/.next/server/chunks/5296.js +0 -1
  618. package/app/.next/server/chunks/6828.js +0 -1
  619. package/app/.next/static/HtPOBXma99tj1UberZVZB/_buildManifest.js +0 -1
  620. package/app/.next/static/chunks/1321-04cf3cc2d3e05ffd.js +0 -1
  621. package/app/.next/static/chunks/5497-17e64e7b0e39c381.js +0 -7
  622. package/app/.next/static/chunks/6902-135c924f2deafe46.js +0 -1
  623. package/app/.next/static/chunks/7505-7bc93937f92f9117.js +0 -1
  624. package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-bf20f79627d23594.js +0 -1
  625. package/app/.next/static/chunks/app/(dashboard)/dashboard/employees/page-82eb0e27b836ec5d.js +0 -9
  626. package/app/.next/static/chunks/app/(dashboard)/dashboard/page-604b484002105441.js +0 -1
  627. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-6b33d4bc3f549542.js +0 -1
  628. package/app/.next/static/chunks/app/(dashboard)/layout-82da2bc12172481a.js +0 -1
  629. package/app/.next/static/chunks/app/_global-error/page-604b484002105441.js +0 -1
  630. package/app/.next/static/chunks/app/api/auth/login/route-604b484002105441.js +0 -1
  631. package/app/.next/static/chunks/app/api/auth/logout/route-604b484002105441.js +0 -1
  632. package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-604b484002105441.js +0 -1
  633. package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-604b484002105441.js +0 -1
  634. package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-604b484002105441.js +0 -1
  635. package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-604b484002105441.js +0 -1
  636. package/app/.next/static/chunks/app/api/cli-tools/copilot-settings/route-604b484002105441.js +0 -1
  637. package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-604b484002105441.js +0 -1
  638. package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-604b484002105441.js +0 -1
  639. package/app/.next/static/chunks/app/api/cli-tools/opencode-settings/route-604b484002105441.js +0 -1
  640. package/app/.next/static/chunks/app/api/cloud/auth/route-604b484002105441.js +0 -1
  641. package/app/.next/static/chunks/app/api/cloud/credentials/update/route-604b484002105441.js +0 -1
  642. package/app/.next/static/chunks/app/api/cloud/model/resolve/route-604b484002105441.js +0 -1
  643. package/app/.next/static/chunks/app/api/cloud/models/alias/route-604b484002105441.js +0 -1
  644. package/app/.next/static/chunks/app/api/combos/[id]/route-604b484002105441.js +0 -1
  645. package/app/.next/static/chunks/app/api/combos/route-604b484002105441.js +0 -1
  646. package/app/.next/static/chunks/app/api/employees/[keyId]/stats/route-604b484002105441.js +0 -1
  647. package/app/.next/static/chunks/app/api/employees/stats/route-604b484002105441.js +0 -1
  648. package/app/.next/static/chunks/app/api/init/route-604b484002105441.js +0 -1
  649. package/app/.next/static/chunks/app/api/keys/[id]/route-604b484002105441.js +0 -1
  650. package/app/.next/static/chunks/app/api/keys/route-604b484002105441.js +0 -1
  651. package/app/.next/static/chunks/app/api/locale/route-604b484002105441.js +0 -1
  652. package/app/.next/static/chunks/app/api/models/alias/route-604b484002105441.js +0 -1
  653. package/app/.next/static/chunks/app/api/models/availability/route-604b484002105441.js +0 -1
  654. package/app/.next/static/chunks/app/api/models/route-604b484002105441.js +0 -1
  655. package/app/.next/static/chunks/app/api/models/test/route-604b484002105441.js +0 -1
  656. package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-604b484002105441.js +0 -1
  657. package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-604b484002105441.js +0 -1
  658. package/app/.next/static/chunks/app/api/oauth/cursor/import/route-604b484002105441.js +0 -1
  659. package/app/.next/static/chunks/app/api/oauth/iflow/cookie/route-604b484002105441.js +0 -1
  660. package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-604b484002105441.js +0 -1
  661. package/app/.next/static/chunks/app/api/oauth/kiro/import/route-604b484002105441.js +0 -1
  662. package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-604b484002105441.js +0 -1
  663. package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-604b484002105441.js +0 -1
  664. package/app/.next/static/chunks/app/api/pricing/route-604b484002105441.js +0 -1
  665. package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-604b484002105441.js +0 -1
  666. package/app/.next/static/chunks/app/api/provider-nodes/route-604b484002105441.js +0 -1
  667. package/app/.next/static/chunks/app/api/provider-nodes/validate/route-604b484002105441.js +0 -1
  668. package/app/.next/static/chunks/app/api/providers/[id]/models/route-604b484002105441.js +0 -1
  669. package/app/.next/static/chunks/app/api/providers/[id]/route-604b484002105441.js +0 -1
  670. package/app/.next/static/chunks/app/api/providers/[id]/test/route-604b484002105441.js +0 -1
  671. package/app/.next/static/chunks/app/api/providers/[id]/test-models/route-604b484002105441.js +0 -1
  672. package/app/.next/static/chunks/app/api/providers/client/route-604b484002105441.js +0 -1
  673. package/app/.next/static/chunks/app/api/providers/route-604b484002105441.js +0 -1
  674. package/app/.next/static/chunks/app/api/providers/test-batch/route-604b484002105441.js +0 -1
  675. package/app/.next/static/chunks/app/api/providers/validate/route-604b484002105441.js +0 -1
  676. package/app/.next/static/chunks/app/api/proxy-pools/[id]/route-604b484002105441.js +0 -1
  677. package/app/.next/static/chunks/app/api/proxy-pools/[id]/test/route-604b484002105441.js +0 -1
  678. package/app/.next/static/chunks/app/api/proxy-pools/route-604b484002105441.js +0 -1
  679. package/app/.next/static/chunks/app/api/settings/database/route-604b484002105441.js +0 -1
  680. package/app/.next/static/chunks/app/api/settings/proxy-test/route-604b484002105441.js +0 -1
  681. package/app/.next/static/chunks/app/api/settings/require-login/route-604b484002105441.js +0 -1
  682. package/app/.next/static/chunks/app/api/settings/route-604b484002105441.js +0 -1
  683. package/app/.next/static/chunks/app/api/shutdown/route-604b484002105441.js +0 -1
  684. package/app/.next/static/chunks/app/api/tags/route-604b484002105441.js +0 -1
  685. package/app/.next/static/chunks/app/api/translator/console-logs/route-604b484002105441.js +0 -1
  686. package/app/.next/static/chunks/app/api/translator/console-logs/stream/route-604b484002105441.js +0 -1
  687. package/app/.next/static/chunks/app/api/translator/load/route-604b484002105441.js +0 -1
  688. package/app/.next/static/chunks/app/api/translator/save/route-604b484002105441.js +0 -1
  689. package/app/.next/static/chunks/app/api/translator/send/route-604b484002105441.js +0 -1
  690. package/app/.next/static/chunks/app/api/translator/translate/route-604b484002105441.js +0 -1
  691. package/app/.next/static/chunks/app/api/tunnel/disable/route-604b484002105441.js +0 -1
  692. package/app/.next/static/chunks/app/api/tunnel/enable/route-604b484002105441.js +0 -1
  693. package/app/.next/static/chunks/app/api/tunnel/status/route-604b484002105441.js +0 -1
  694. package/app/.next/static/chunks/app/api/usage/[connectionId]/route-604b484002105441.js +0 -1
  695. package/app/.next/static/chunks/app/api/usage/chart/route-604b484002105441.js +0 -1
  696. package/app/.next/static/chunks/app/api/usage/history/route-604b484002105441.js +0 -1
  697. package/app/.next/static/chunks/app/api/usage/logs/route-604b484002105441.js +0 -1
  698. package/app/.next/static/chunks/app/api/usage/providers/route-604b484002105441.js +0 -1
  699. package/app/.next/static/chunks/app/api/usage/request-details/[id]/download/route-604b484002105441.js +0 -1
  700. package/app/.next/static/chunks/app/api/usage/request-details/[id]/route-604b484002105441.js +0 -1
  701. package/app/.next/static/chunks/app/api/usage/request-details/route-604b484002105441.js +0 -1
  702. package/app/.next/static/chunks/app/api/usage/request-logs/route-604b484002105441.js +0 -1
  703. package/app/.next/static/chunks/app/api/usage/stats/route-604b484002105441.js +0 -1
  704. package/app/.next/static/chunks/app/api/usage/stream/route-604b484002105441.js +0 -1
  705. package/app/.next/static/chunks/app/api/v1/api/chat/route-604b484002105441.js +0 -1
  706. package/app/.next/static/chunks/app/api/v1/chat/completions/route-604b484002105441.js +0 -1
  707. package/app/.next/static/chunks/app/api/v1/embeddings/route-604b484002105441.js +0 -1
  708. package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-604b484002105441.js +0 -1
  709. package/app/.next/static/chunks/app/api/v1/messages/route-604b484002105441.js +0 -1
  710. package/app/.next/static/chunks/app/api/v1/models/route-604b484002105441.js +0 -1
  711. package/app/.next/static/chunks/app/api/v1/responses/route-604b484002105441.js +0 -1
  712. package/app/.next/static/chunks/app/api/v1/route-604b484002105441.js +0 -1
  713. package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-604b484002105441.js +0 -1
  714. package/app/.next/static/chunks/app/api/v1beta/models/route-604b484002105441.js +0 -1
  715. package/app/.next/static/chunks/app/api/v1internal/route-604b484002105441.js +0 -1
  716. package/app/.next/static/chunks/app/api/version/route-604b484002105441.js +0 -1
  717. package/app/.next/static/chunks/app/layout-c7a4b30f6157755d.js +0 -1
  718. package/app/.next/static/chunks/app/manifest.webmanifest/route-604b484002105441.js +0 -1
  719. package/app/.next/static/chunks/app/page-604b484002105441.js +0 -1
  720. package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-604b484002105441.js +0 -1
  721. package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-604b484002105441.js +0 -1
  722. package/app/.next/static/chunks/next/dist/client/components/builtin/not-found-604b484002105441.js +0 -1
  723. package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-604b484002105441.js +0 -1
  724. package/app/.next/static/css/61a8dca49b7d0d45.css +0 -1
  725. /package/app/.next/static/{HtPOBXma99tj1UberZVZB → jRzqJ3I-9P1BJUJputQ6t}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/profile/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}},"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}},"38587":{"*":{"id":"53845","name":"*","chunks":[],"async":false}},"41803":{"*":{"id":"88719","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}},"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":["1321","static/chunks/1321-04cf3cc2d3e05ffd.js","7177","static/chunks/app/layout-c7a4b30f6157755d.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/globals.css":{"id":51743,"name":"*","chunks":["1321","static/chunks/1321-04cf3cc2d3e05ffd.js","7177","static/chunks/app/layout-c7a4b30f6157755d.js"],"async":false},"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/i18n/RuntimeI18nProvider.js":{"id":94635,"name":"*","chunks":["1321","static/chunks/1321-04cf3cc2d3e05ffd.js","7177","static/chunks/app/layout-c7a4b30f6157755d.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","9305","static/chunks/app/(dashboard)/layout-82da2bc12172481a.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":41803,"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/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":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","6902","static/chunks/6902-135c924f2deafe46.js","1321","static/chunks/1321-04cf3cc2d3e05ffd.js","5497","static/chunks/5497-17e64e7b0e39c381.js","3471","static/chunks/app/(dashboard)/dashboard/profile/page-41f227c36a9bda03.js"],"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/61a8dca49b7d0d45.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/(dashboard)/dashboard/page":[],"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/profile/page":[{"inlined":false,"path":"static/css/599369d853c61df7.css"}]},"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}},"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}},"38587":{"*":{"id":"40515","name":"*","chunks":[],"async":false}},"41803":{"*":{"id":"86967","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}},"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["/(dashboard)/dashboard/profile/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-224ac805b7ae89a3.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-224ac805b7ae89a3.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-224ac805b7ae89a3.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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-f66eb2acf4020098.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":["3862","static/chunks/1a258343-4af2572c60ed5a11.js","548","static/chunks/548-a88d48687e936c37.js","2652","static/chunks/2652-141c69cce7667f8c.js","5497","static/chunks/5497-f66eb2acf4020098.js","3471","static/chunks/app/(dashboard)/dashboard/profile/page-b7c7a2ee454a11f0.js"],"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/1af9dd740b1b289e.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/(dashboard)/dashboard/page":[],"/Users/nip/Desktop/WORKSPACE/iCheck/iCheck.AI.Workflows/9router/src/app/(dashboard)/dashboard/profile/page":[{"inlined":false,"path":"static/css/599369d853c61df7.css"}]},"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":{}};