9router 0.2.71 → 0.2.73

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 (455) hide show
  1. package/app/.next/BUILD_ID +1 -1
  2. package/app/.next/app-path-routes-manifest.json +42 -40
  3. package/app/.next/build-manifest.json +2 -2
  4. package/app/.next/prerender-manifest.json +3 -3
  5. package/app/.next/routes-manifest.json +12 -0
  6. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
  7. package/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
  8. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
  9. package/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
  10. package/app/.next/server/app/(dashboard)/dashboard/profile/page.js +1 -1
  11. package/app/.next/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
  12. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js +1 -1
  13. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
  14. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
  15. package/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
  16. package/app/.next/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
  17. package/app/.next/server/app/(dashboard)/dashboard/usage/page.js +2 -2
  18. package/app/.next/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
  19. package/app/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  20. package/app/.next/server/app/_global-error.html +2 -2
  21. package/app/.next/server/app/_global-error.rsc +1 -1
  22. package/app/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  23. package/app/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  24. package/app/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  25. package/app/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  26. package/app/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  27. package/app/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  28. package/app/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  29. package/app/.next/server/app/_not-found.html +1 -1
  30. package/app/.next/server/app/_not-found.rsc +3 -3
  31. package/app/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
  32. package/app/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  33. package/app/.next/server/app/_not-found.segments/_index.segment.rsc +3 -3
  34. package/app/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  35. package/app/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  36. package/app/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  37. package/app/.next/server/app/api/auth/login/route.js +1 -1
  38. package/app/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -1
  39. package/app/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
  40. package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js +2 -2
  41. package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route_client-reference-manifest.js +1 -1
  42. package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js +4 -5
  43. package/app/.next/server/app/api/cli-tools/antigravity-mitm/route_client-reference-manifest.js +1 -1
  44. package/app/.next/server/app/api/cli-tools/claude-settings/route.js +2 -2
  45. package/app/.next/server/app/api/cli-tools/claude-settings/route_client-reference-manifest.js +1 -1
  46. package/app/.next/server/app/api/cli-tools/codex-settings/route.js +1 -1
  47. package/app/.next/server/app/api/cli-tools/codex-settings/route_client-reference-manifest.js +1 -1
  48. package/app/.next/server/app/api/cli-tools/droid-settings/route.js +2 -2
  49. package/app/.next/server/app/api/cli-tools/droid-settings/route_client-reference-manifest.js +1 -1
  50. package/app/.next/server/app/api/cli-tools/openclaw-settings/route.js +2 -2
  51. package/app/.next/server/app/api/cli-tools/openclaw-settings/route_client-reference-manifest.js +1 -1
  52. package/app/.next/server/app/api/cloud/auth/route_client-reference-manifest.js +1 -1
  53. package/app/.next/server/app/api/cloud/credentials/update/route_client-reference-manifest.js +1 -1
  54. package/app/.next/server/app/api/cloud/model/resolve/route_client-reference-manifest.js +1 -1
  55. package/app/.next/server/app/api/cloud/models/alias/route.js +1 -1
  56. package/app/.next/server/app/api/cloud/models/alias/route_client-reference-manifest.js +1 -1
  57. package/app/.next/server/app/api/combos/[id]/route.js +1 -1
  58. package/app/.next/server/app/api/combos/[id]/route_client-reference-manifest.js +1 -1
  59. package/app/.next/server/app/api/combos/route.js +1 -1
  60. package/app/.next/server/app/api/combos/route_client-reference-manifest.js +1 -1
  61. package/app/.next/server/app/api/init/route_client-reference-manifest.js +1 -1
  62. package/app/.next/server/app/api/keys/[id]/route.js +1 -1
  63. package/app/.next/server/app/api/keys/[id]/route_client-reference-manifest.js +1 -1
  64. package/app/.next/server/app/api/keys/route.js +1 -1
  65. package/app/.next/server/app/api/keys/route_client-reference-manifest.js +1 -1
  66. package/app/.next/server/app/api/models/alias/route.js +1 -1
  67. package/app/.next/server/app/api/models/alias/route_client-reference-manifest.js +1 -1
  68. package/app/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
  69. package/app/.next/server/app/api/oauth/[provider]/[action]/route.js +1 -1
  70. package/app/.next/server/app/api/oauth/[provider]/[action]/route_client-reference-manifest.js +1 -1
  71. package/app/.next/server/app/api/oauth/cursor/auto-import/route.js +1 -1
  72. package/app/.next/server/app/api/oauth/cursor/auto-import/route_client-reference-manifest.js +1 -1
  73. package/app/.next/server/app/api/oauth/cursor/import/route.js +1 -1
  74. package/app/.next/server/app/api/oauth/cursor/import/route_client-reference-manifest.js +1 -1
  75. package/app/.next/server/app/api/oauth/kiro/auto-import/route_client-reference-manifest.js +1 -1
  76. package/app/.next/server/app/api/oauth/kiro/import/route.js +1 -1
  77. package/app/.next/server/app/api/oauth/kiro/import/route_client-reference-manifest.js +1 -1
  78. package/app/.next/server/app/api/oauth/kiro/social-authorize/route_client-reference-manifest.js +1 -1
  79. package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js +1 -1
  80. package/app/.next/server/app/api/oauth/kiro/social-exchange/route_client-reference-manifest.js +1 -1
  81. package/app/.next/server/app/api/pricing/route_client-reference-manifest.js +1 -1
  82. package/app/.next/server/app/api/provider-nodes/[id]/route_client-reference-manifest.js +1 -1
  83. package/app/.next/server/app/api/provider-nodes/route.js +1 -1
  84. package/app/.next/server/app/api/provider-nodes/route_client-reference-manifest.js +1 -1
  85. package/app/.next/server/app/api/provider-nodes/validate/route_client-reference-manifest.js +1 -1
  86. package/app/.next/server/app/api/providers/[id]/models/route.js +1 -1
  87. package/app/.next/server/app/api/providers/[id]/models/route_client-reference-manifest.js +1 -1
  88. package/app/.next/server/app/api/providers/[id]/route.js +1 -1
  89. package/app/.next/server/app/api/providers/[id]/route_client-reference-manifest.js +1 -1
  90. package/app/.next/server/app/api/providers/[id]/test/route.js +1 -1
  91. package/app/.next/server/app/api/providers/[id]/test/route_client-reference-manifest.js +1 -1
  92. package/app/.next/server/app/api/providers/client/route_client-reference-manifest.js +1 -1
  93. package/app/.next/server/app/api/providers/route.js +1 -1
  94. package/app/.next/server/app/api/providers/route_client-reference-manifest.js +1 -1
  95. package/app/.next/server/app/api/providers/validate/route.js +1 -1
  96. package/app/.next/server/app/api/providers/validate/route_client-reference-manifest.js +1 -1
  97. package/app/.next/server/app/api/settings/require-login/route.js +1 -1
  98. package/app/.next/server/app/api/settings/require-login/route_client-reference-manifest.js +1 -1
  99. package/app/.next/server/app/api/settings/route.js +1 -1
  100. package/app/.next/server/app/api/settings/route_client-reference-manifest.js +1 -1
  101. package/app/.next/server/app/api/shutdown/route_client-reference-manifest.js +1 -1
  102. package/app/.next/server/app/api/sync/cloud/route.js +1 -1
  103. package/app/.next/server/app/api/sync/cloud/route_client-reference-manifest.js +1 -1
  104. package/app/.next/server/app/api/sync/initialize/route_client-reference-manifest.js +1 -1
  105. package/app/.next/server/app/api/tags/route_client-reference-manifest.js +1 -1
  106. package/app/.next/server/app/api/translator/load/route_client-reference-manifest.js +1 -1
  107. package/app/.next/server/app/api/translator/save/route_client-reference-manifest.js +1 -1
  108. package/app/.next/server/app/api/translator/send/route.js +1 -1
  109. package/app/.next/server/app/api/translator/send/route.js.nft.json +1 -1
  110. package/app/.next/server/app/api/translator/send/route_client-reference-manifest.js +1 -1
  111. package/app/.next/server/app/api/translator/translate/route.js +1 -1
  112. package/app/.next/server/app/api/translator/translate/route.js.nft.json +1 -1
  113. package/app/.next/server/app/api/translator/translate/route_client-reference-manifest.js +1 -1
  114. package/app/.next/server/app/api/usage/[connectionId]/route.js +1 -1
  115. package/app/.next/server/app/api/usage/[connectionId]/route.js.nft.json +1 -1
  116. package/app/.next/server/app/api/usage/[connectionId]/route_client-reference-manifest.js +1 -1
  117. package/app/.next/server/app/api/usage/history/route.js +1 -2
  118. package/app/.next/server/app/api/usage/history/route.js.nft.json +1 -1
  119. package/app/.next/server/app/api/usage/history/route_client-reference-manifest.js +1 -1
  120. package/app/.next/server/app/api/usage/providers/route.js +45 -0
  121. package/app/.next/server/app/api/usage/providers/route.js.nft.json +1 -0
  122. package/app/.next/server/app/api/usage/providers/route_client-reference-manifest.js +1 -0
  123. package/app/.next/server/app/api/usage/request-details/route.js +1 -0
  124. package/app/.next/server/app/api/usage/request-details/route.js.nft.json +1 -0
  125. package/app/.next/server/app/api/usage/request-details/route_client-reference-manifest.js +1 -0
  126. package/app/.next/server/app/api/usage/request-logs/route.js +1 -2
  127. package/app/.next/server/app/api/usage/request-logs/route.js.nft.json +1 -1
  128. package/app/.next/server/app/api/usage/request-logs/route_client-reference-manifest.js +1 -1
  129. package/app/.next/server/app/api/v1/api/chat/route.js +1 -1
  130. package/app/.next/server/app/api/v1/api/chat/route.js.nft.json +1 -1
  131. package/app/.next/server/app/api/v1/api/chat/route_client-reference-manifest.js +1 -1
  132. package/app/.next/server/app/api/v1/chat/completions/route.js +1 -1
  133. package/app/.next/server/app/api/v1/chat/completions/route.js.nft.json +1 -1
  134. package/app/.next/server/app/api/v1/chat/completions/route_client-reference-manifest.js +1 -1
  135. package/app/.next/server/app/api/v1/messages/count_tokens/route_client-reference-manifest.js +1 -1
  136. package/app/.next/server/app/api/v1/messages/route.js +1 -1
  137. package/app/.next/server/app/api/v1/messages/route.js.nft.json +1 -1
  138. package/app/.next/server/app/api/v1/messages/route_client-reference-manifest.js +1 -1
  139. package/app/.next/server/app/api/v1/models/route.js +1 -1
  140. package/app/.next/server/app/api/v1/models/route_client-reference-manifest.js +1 -1
  141. package/app/.next/server/app/api/v1/responses/route.js +1 -1
  142. package/app/.next/server/app/api/v1/responses/route.js.nft.json +1 -1
  143. package/app/.next/server/app/api/v1/responses/route_client-reference-manifest.js +1 -1
  144. package/app/.next/server/app/api/v1/route_client-reference-manifest.js +1 -1
  145. package/app/.next/server/app/api/v1beta/models/[...path]/route.js +1 -1
  146. package/app/.next/server/app/api/v1beta/models/[...path]/route.js.nft.json +1 -1
  147. package/app/.next/server/app/api/v1beta/models/[...path]/route_client-reference-manifest.js +1 -1
  148. package/app/.next/server/app/api/v1beta/models/route.js +1 -1
  149. package/app/.next/server/app/api/v1beta/models/route_client-reference-manifest.js +1 -1
  150. package/app/.next/server/app/callback/page_client-reference-manifest.js +1 -1
  151. package/app/.next/server/app/callback.html +1 -1
  152. package/app/.next/server/app/callback.rsc +3 -3
  153. package/app/.next/server/app/callback.segments/_full.segment.rsc +3 -3
  154. package/app/.next/server/app/callback.segments/_head.segment.rsc +1 -1
  155. package/app/.next/server/app/callback.segments/_index.segment.rsc +3 -3
  156. package/app/.next/server/app/callback.segments/_tree.segment.rsc +2 -2
  157. package/app/.next/server/app/callback.segments/callback/__PAGE__.segment.rsc +1 -1
  158. package/app/.next/server/app/callback.segments/callback.segment.rsc +1 -1
  159. package/app/.next/server/app/dashboard/cli-tools.html +1 -1
  160. package/app/.next/server/app/dashboard/cli-tools.rsc +5 -5
  161. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +2 -2
  162. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +1 -1
  163. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  164. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  165. package/app/.next/server/app/dashboard/cli-tools.segments/_full.segment.rsc +5 -5
  166. package/app/.next/server/app/dashboard/cli-tools.segments/_head.segment.rsc +1 -1
  167. package/app/.next/server/app/dashboard/cli-tools.segments/_index.segment.rsc +3 -3
  168. package/app/.next/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +2 -2
  169. package/app/.next/server/app/dashboard/combos.html +1 -1
  170. package/app/.next/server/app/dashboard/combos.rsc +5 -5
  171. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +2 -2
  172. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +1 -1
  173. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  174. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  175. package/app/.next/server/app/dashboard/combos.segments/_full.segment.rsc +5 -5
  176. package/app/.next/server/app/dashboard/combos.segments/_head.segment.rsc +1 -1
  177. package/app/.next/server/app/dashboard/combos.segments/_index.segment.rsc +3 -3
  178. package/app/.next/server/app/dashboard/combos.segments/_tree.segment.rsc +2 -2
  179. package/app/.next/server/app/dashboard/endpoint.html +1 -1
  180. package/app/.next/server/app/dashboard/endpoint.rsc +5 -5
  181. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +2 -2
  182. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +1 -1
  183. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  184. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  185. package/app/.next/server/app/dashboard/endpoint.segments/_full.segment.rsc +5 -5
  186. package/app/.next/server/app/dashboard/endpoint.segments/_head.segment.rsc +1 -1
  187. package/app/.next/server/app/dashboard/endpoint.segments/_index.segment.rsc +3 -3
  188. package/app/.next/server/app/dashboard/endpoint.segments/_tree.segment.rsc +2 -2
  189. package/app/.next/server/app/dashboard/profile.html +1 -1
  190. package/app/.next/server/app/dashboard/profile.rsc +5 -5
  191. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +2 -2
  192. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +1 -1
  193. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  194. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  195. package/app/.next/server/app/dashboard/profile.segments/_full.segment.rsc +5 -5
  196. package/app/.next/server/app/dashboard/profile.segments/_head.segment.rsc +1 -1
  197. package/app/.next/server/app/dashboard/profile.segments/_index.segment.rsc +3 -3
  198. package/app/.next/server/app/dashboard/profile.segments/_tree.segment.rsc +2 -2
  199. package/app/.next/server/app/dashboard/providers/new.html +1 -1
  200. package/app/.next/server/app/dashboard/providers/new.rsc +5 -5
  201. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +2 -2
  202. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +1 -1
  203. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  204. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  205. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  206. package/app/.next/server/app/dashboard/providers/new.segments/_full.segment.rsc +5 -5
  207. package/app/.next/server/app/dashboard/providers/new.segments/_head.segment.rsc +1 -1
  208. package/app/.next/server/app/dashboard/providers/new.segments/_index.segment.rsc +3 -3
  209. package/app/.next/server/app/dashboard/providers/new.segments/_tree.segment.rsc +2 -2
  210. package/app/.next/server/app/dashboard/providers.html +1 -1
  211. package/app/.next/server/app/dashboard/providers.rsc +5 -5
  212. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +2 -2
  213. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  214. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  215. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  216. package/app/.next/server/app/dashboard/providers.segments/_full.segment.rsc +5 -5
  217. package/app/.next/server/app/dashboard/providers.segments/_head.segment.rsc +1 -1
  218. package/app/.next/server/app/dashboard/providers.segments/_index.segment.rsc +3 -3
  219. package/app/.next/server/app/dashboard/providers.segments/_tree.segment.rsc +2 -2
  220. package/app/.next/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
  221. package/app/.next/server/app/dashboard/settings/pricing.html +1 -1
  222. package/app/.next/server/app/dashboard/settings/pricing.rsc +3 -3
  223. package/app/.next/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +3 -3
  224. package/app/.next/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
  225. package/app/.next/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +3 -3
  226. package/app/.next/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +2 -2
  227. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +1 -1
  228. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +1 -1
  229. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +1 -1
  230. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +1 -1
  231. package/app/.next/server/app/dashboard/translator.html +1 -1
  232. package/app/.next/server/app/dashboard/translator.rsc +5 -5
  233. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +2 -2
  234. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +1 -1
  235. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  236. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  237. package/app/.next/server/app/dashboard/translator.segments/_full.segment.rsc +5 -5
  238. package/app/.next/server/app/dashboard/translator.segments/_head.segment.rsc +1 -1
  239. package/app/.next/server/app/dashboard/translator.segments/_index.segment.rsc +3 -3
  240. package/app/.next/server/app/dashboard/translator.segments/_tree.segment.rsc +2 -2
  241. package/app/.next/server/app/dashboard/usage.html +1 -1
  242. package/app/.next/server/app/dashboard/usage.rsc +5 -5
  243. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +2 -2
  244. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +1 -1
  245. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  246. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  247. package/app/.next/server/app/dashboard/usage.segments/_full.segment.rsc +5 -5
  248. package/app/.next/server/app/dashboard/usage.segments/_head.segment.rsc +1 -1
  249. package/app/.next/server/app/dashboard/usage.segments/_index.segment.rsc +3 -3
  250. package/app/.next/server/app/dashboard/usage.segments/_tree.segment.rsc +2 -2
  251. package/app/.next/server/app/dashboard.html +1 -1
  252. package/app/.next/server/app/dashboard.rsc +5 -5
  253. package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +2 -2
  254. package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  255. package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  256. package/app/.next/server/app/dashboard.segments/_full.segment.rsc +5 -5
  257. package/app/.next/server/app/dashboard.segments/_head.segment.rsc +1 -1
  258. package/app/.next/server/app/dashboard.segments/_index.segment.rsc +3 -3
  259. package/app/.next/server/app/dashboard.segments/_tree.segment.rsc +2 -2
  260. package/app/.next/server/app/index.html +1 -1
  261. package/app/.next/server/app/index.rsc +3 -3
  262. package/app/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  263. package/app/.next/server/app/index.segments/_full.segment.rsc +3 -3
  264. package/app/.next/server/app/index.segments/_head.segment.rsc +1 -1
  265. package/app/.next/server/app/index.segments/_index.segment.rsc +3 -3
  266. package/app/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  267. package/app/.next/server/app/landing/page_client-reference-manifest.js +1 -1
  268. package/app/.next/server/app/landing.html +1 -1
  269. package/app/.next/server/app/landing.rsc +3 -3
  270. package/app/.next/server/app/landing.segments/_full.segment.rsc +3 -3
  271. package/app/.next/server/app/landing.segments/_head.segment.rsc +1 -1
  272. package/app/.next/server/app/landing.segments/_index.segment.rsc +3 -3
  273. package/app/.next/server/app/landing.segments/_tree.segment.rsc +2 -2
  274. package/app/.next/server/app/landing.segments/landing/__PAGE__.segment.rsc +1 -1
  275. package/app/.next/server/app/landing.segments/landing.segment.rsc +1 -1
  276. package/app/.next/server/app/login/page_client-reference-manifest.js +1 -1
  277. package/app/.next/server/app/login.html +1 -1
  278. package/app/.next/server/app/login.rsc +4 -4
  279. package/app/.next/server/app/login.segments/_full.segment.rsc +4 -4
  280. package/app/.next/server/app/login.segments/_head.segment.rsc +1 -1
  281. package/app/.next/server/app/login.segments/_index.segment.rsc +3 -3
  282. package/app/.next/server/app/login.segments/_tree.segment.rsc +2 -2
  283. package/app/.next/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
  284. package/app/.next/server/app/login.segments/login.segment.rsc +1 -1
  285. package/app/.next/server/app/page_client-reference-manifest.js +1 -1
  286. package/app/.next/server/app-paths-manifest.json +42 -40
  287. package/app/.next/server/chunks/3110.js +2 -2
  288. package/app/.next/server/chunks/3990.js +41 -0
  289. package/app/.next/server/chunks/412.js +4 -4
  290. package/app/.next/server/chunks/5330.js +2 -3
  291. package/app/.next/server/chunks/7647.js +1 -0
  292. package/app/.next/server/chunks/8152.js +1 -1
  293. package/app/.next/server/chunks/8954.js +1 -1
  294. package/app/.next/server/chunks/9718.js +1 -1
  295. package/app/.next/server/chunks/9862.js +1 -1
  296. package/app/.next/server/pages/404.html +1 -1
  297. package/app/.next/server/pages/500.html +2 -2
  298. package/app/.next/server/server-reference-manifest.js +1 -1
  299. package/app/.next/server/server-reference-manifest.json +1 -1
  300. package/app/.next/static/chunks/1393-ec22348a03d98802.js +1 -0
  301. package/app/.next/static/chunks/8729-30cb66f318ac2d23.js +1 -0
  302. package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-738071ba2546b274.js +1 -0
  303. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-d48c3e28182c53fd.js +1 -0
  304. package/app/.next/static/chunks/app/(dashboard)/dashboard/usage/page-874d3494c011eaf2.js +1 -0
  305. package/app/.next/static/chunks/app/_global-error/page-1968aadfb379c0a3.js +1 -0
  306. package/app/.next/static/chunks/app/api/auth/login/route-1968aadfb379c0a3.js +1 -0
  307. package/app/.next/static/chunks/app/api/auth/logout/route-1968aadfb379c0a3.js +1 -0
  308. package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-1968aadfb379c0a3.js +1 -0
  309. package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-1968aadfb379c0a3.js +1 -0
  310. package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-1968aadfb379c0a3.js +1 -0
  311. package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-1968aadfb379c0a3.js +1 -0
  312. package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-1968aadfb379c0a3.js +1 -0
  313. package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-1968aadfb379c0a3.js +1 -0
  314. package/app/.next/static/chunks/app/api/cloud/auth/route-1968aadfb379c0a3.js +1 -0
  315. package/app/.next/static/chunks/app/api/cloud/credentials/update/route-1968aadfb379c0a3.js +1 -0
  316. package/app/.next/static/chunks/app/api/cloud/model/resolve/route-1968aadfb379c0a3.js +1 -0
  317. package/app/.next/static/chunks/app/api/cloud/models/alias/route-1968aadfb379c0a3.js +1 -0
  318. package/app/.next/static/chunks/app/api/combos/[id]/route-1968aadfb379c0a3.js +1 -0
  319. package/app/.next/static/chunks/app/api/combos/route-1968aadfb379c0a3.js +1 -0
  320. package/app/.next/static/chunks/app/api/init/route-1968aadfb379c0a3.js +1 -0
  321. package/app/.next/static/chunks/app/api/keys/[id]/route-1968aadfb379c0a3.js +1 -0
  322. package/app/.next/static/chunks/app/api/keys/route-1968aadfb379c0a3.js +1 -0
  323. package/app/.next/static/chunks/app/api/models/alias/route-1968aadfb379c0a3.js +1 -0
  324. package/app/.next/static/chunks/app/api/models/route-1968aadfb379c0a3.js +1 -0
  325. package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-1968aadfb379c0a3.js +1 -0
  326. package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-1968aadfb379c0a3.js +1 -0
  327. package/app/.next/static/chunks/app/api/oauth/cursor/import/route-1968aadfb379c0a3.js +1 -0
  328. package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-1968aadfb379c0a3.js +1 -0
  329. package/app/.next/static/chunks/app/api/oauth/kiro/import/route-1968aadfb379c0a3.js +1 -0
  330. package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-1968aadfb379c0a3.js +1 -0
  331. package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-1968aadfb379c0a3.js +1 -0
  332. package/app/.next/static/chunks/app/api/pricing/route-1968aadfb379c0a3.js +1 -0
  333. package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-1968aadfb379c0a3.js +1 -0
  334. package/app/.next/static/chunks/app/api/provider-nodes/route-1968aadfb379c0a3.js +1 -0
  335. package/app/.next/static/chunks/app/api/provider-nodes/validate/route-1968aadfb379c0a3.js +1 -0
  336. package/app/.next/static/chunks/app/api/providers/[id]/models/route-1968aadfb379c0a3.js +1 -0
  337. package/app/.next/static/chunks/app/api/providers/[id]/route-1968aadfb379c0a3.js +1 -0
  338. package/app/.next/static/chunks/app/api/providers/[id]/test/route-1968aadfb379c0a3.js +1 -0
  339. package/app/.next/static/chunks/app/api/providers/client/route-1968aadfb379c0a3.js +1 -0
  340. package/app/.next/static/chunks/app/api/providers/route-1968aadfb379c0a3.js +1 -0
  341. package/app/.next/static/chunks/app/api/providers/validate/route-1968aadfb379c0a3.js +1 -0
  342. package/app/.next/static/chunks/app/api/settings/require-login/route-1968aadfb379c0a3.js +1 -0
  343. package/app/.next/static/chunks/app/api/settings/route-1968aadfb379c0a3.js +1 -0
  344. package/app/.next/static/chunks/app/api/shutdown/route-1968aadfb379c0a3.js +1 -0
  345. package/app/.next/static/chunks/app/api/sync/cloud/route-1968aadfb379c0a3.js +1 -0
  346. package/app/.next/static/chunks/app/api/sync/initialize/route-1968aadfb379c0a3.js +1 -0
  347. package/app/.next/static/chunks/app/api/tags/route-1968aadfb379c0a3.js +1 -0
  348. package/app/.next/static/chunks/app/api/translator/load/route-1968aadfb379c0a3.js +1 -0
  349. package/app/.next/static/chunks/app/api/translator/save/route-1968aadfb379c0a3.js +1 -0
  350. package/app/.next/static/chunks/app/api/translator/send/route-1968aadfb379c0a3.js +1 -0
  351. package/app/.next/static/chunks/app/api/translator/translate/route-1968aadfb379c0a3.js +1 -0
  352. package/app/.next/static/chunks/app/api/usage/[connectionId]/route-1968aadfb379c0a3.js +1 -0
  353. package/app/.next/static/chunks/app/api/usage/history/route-1968aadfb379c0a3.js +1 -0
  354. package/app/.next/static/chunks/app/api/usage/providers/route-1968aadfb379c0a3.js +1 -0
  355. package/app/.next/static/chunks/app/api/usage/request-details/route-1968aadfb379c0a3.js +1 -0
  356. package/app/.next/static/chunks/app/api/usage/request-logs/route-1968aadfb379c0a3.js +1 -0
  357. package/app/.next/static/chunks/app/api/v1/api/chat/route-1968aadfb379c0a3.js +1 -0
  358. package/app/.next/static/chunks/app/api/v1/chat/completions/route-1968aadfb379c0a3.js +1 -0
  359. package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-1968aadfb379c0a3.js +1 -0
  360. package/app/.next/static/chunks/app/api/v1/messages/route-1968aadfb379c0a3.js +1 -0
  361. package/app/.next/static/chunks/app/api/v1/models/route-1968aadfb379c0a3.js +1 -0
  362. package/app/.next/static/chunks/app/api/v1/responses/route-1968aadfb379c0a3.js +1 -0
  363. package/app/.next/static/chunks/app/api/v1/route-1968aadfb379c0a3.js +1 -0
  364. package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-1968aadfb379c0a3.js +1 -0
  365. package/app/.next/static/chunks/app/api/v1beta/models/route-1968aadfb379c0a3.js +1 -0
  366. package/app/.next/static/chunks/app/page-1968aadfb379c0a3.js +1 -0
  367. package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-1968aadfb379c0a3.js +1 -0
  368. package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-1968aadfb379c0a3.js +1 -0
  369. package/app/.next/static/chunks/next/dist/client/components/builtin/not-found-1968aadfb379c0a3.js +1 -0
  370. package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-1968aadfb379c0a3.js +1 -0
  371. package/app/.next/static/css/e4a2c774b676c378.css +3 -0
  372. package/app/.next/static/jnuJ7xmQaeiHg9oUUDqGs/_buildManifest.js +1 -0
  373. package/app/package.json +1 -1
  374. package/app/public/providers/glm-cn.png +0 -0
  375. package/app/src/mitm/cert/generate.js +44 -0
  376. package/app/src/mitm/cert/install.js +136 -0
  377. package/app/src/mitm/dns/dnsConfig.js +130 -0
  378. package/app/src/mitm/manager.js +227 -0
  379. package/cli.js +110 -144
  380. package/package.json +1 -1
  381. package/src/cli/utils/input.js +7 -1
  382. package/src/cli/utils/menuHelper.js +2 -1
  383. package/app/.next/server/chunks/9707.js +0 -1
  384. package/app/.next/static/FcGNHUA9390qBi1g02a_v/_buildManifest.js +0 -1
  385. package/app/.next/static/chunks/1393-3fdad0258c0b525c.js +0 -1
  386. package/app/.next/static/chunks/8729-9d273189141eb6fb.js +0 -1
  387. package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-b61f704bc7de9783.js +0 -1
  388. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-e8509c35110f8541.js +0 -1
  389. package/app/.next/static/chunks/app/(dashboard)/dashboard/usage/page-15eac98ba6db9df4.js +0 -1
  390. package/app/.next/static/chunks/app/_global-error/page-901ec69b71429e39.js +0 -1
  391. package/app/.next/static/chunks/app/api/auth/login/route-901ec69b71429e39.js +0 -1
  392. package/app/.next/static/chunks/app/api/auth/logout/route-901ec69b71429e39.js +0 -1
  393. package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-901ec69b71429e39.js +0 -1
  394. package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-901ec69b71429e39.js +0 -1
  395. package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-901ec69b71429e39.js +0 -1
  396. package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-901ec69b71429e39.js +0 -1
  397. package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-901ec69b71429e39.js +0 -1
  398. package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-901ec69b71429e39.js +0 -1
  399. package/app/.next/static/chunks/app/api/cloud/auth/route-901ec69b71429e39.js +0 -1
  400. package/app/.next/static/chunks/app/api/cloud/credentials/update/route-901ec69b71429e39.js +0 -1
  401. package/app/.next/static/chunks/app/api/cloud/model/resolve/route-901ec69b71429e39.js +0 -1
  402. package/app/.next/static/chunks/app/api/cloud/models/alias/route-901ec69b71429e39.js +0 -1
  403. package/app/.next/static/chunks/app/api/combos/[id]/route-901ec69b71429e39.js +0 -1
  404. package/app/.next/static/chunks/app/api/combos/route-901ec69b71429e39.js +0 -1
  405. package/app/.next/static/chunks/app/api/init/route-901ec69b71429e39.js +0 -1
  406. package/app/.next/static/chunks/app/api/keys/[id]/route-901ec69b71429e39.js +0 -1
  407. package/app/.next/static/chunks/app/api/keys/route-901ec69b71429e39.js +0 -1
  408. package/app/.next/static/chunks/app/api/models/alias/route-901ec69b71429e39.js +0 -1
  409. package/app/.next/static/chunks/app/api/models/route-901ec69b71429e39.js +0 -1
  410. package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-901ec69b71429e39.js +0 -1
  411. package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-901ec69b71429e39.js +0 -1
  412. package/app/.next/static/chunks/app/api/oauth/cursor/import/route-901ec69b71429e39.js +0 -1
  413. package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-901ec69b71429e39.js +0 -1
  414. package/app/.next/static/chunks/app/api/oauth/kiro/import/route-901ec69b71429e39.js +0 -1
  415. package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-901ec69b71429e39.js +0 -1
  416. package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-901ec69b71429e39.js +0 -1
  417. package/app/.next/static/chunks/app/api/pricing/route-901ec69b71429e39.js +0 -1
  418. package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-901ec69b71429e39.js +0 -1
  419. package/app/.next/static/chunks/app/api/provider-nodes/route-901ec69b71429e39.js +0 -1
  420. package/app/.next/static/chunks/app/api/provider-nodes/validate/route-901ec69b71429e39.js +0 -1
  421. package/app/.next/static/chunks/app/api/providers/[id]/models/route-901ec69b71429e39.js +0 -1
  422. package/app/.next/static/chunks/app/api/providers/[id]/route-901ec69b71429e39.js +0 -1
  423. package/app/.next/static/chunks/app/api/providers/[id]/test/route-901ec69b71429e39.js +0 -1
  424. package/app/.next/static/chunks/app/api/providers/client/route-901ec69b71429e39.js +0 -1
  425. package/app/.next/static/chunks/app/api/providers/route-901ec69b71429e39.js +0 -1
  426. package/app/.next/static/chunks/app/api/providers/validate/route-901ec69b71429e39.js +0 -1
  427. package/app/.next/static/chunks/app/api/settings/require-login/route-901ec69b71429e39.js +0 -1
  428. package/app/.next/static/chunks/app/api/settings/route-901ec69b71429e39.js +0 -1
  429. package/app/.next/static/chunks/app/api/shutdown/route-901ec69b71429e39.js +0 -1
  430. package/app/.next/static/chunks/app/api/sync/cloud/route-901ec69b71429e39.js +0 -1
  431. package/app/.next/static/chunks/app/api/sync/initialize/route-901ec69b71429e39.js +0 -1
  432. package/app/.next/static/chunks/app/api/tags/route-901ec69b71429e39.js +0 -1
  433. package/app/.next/static/chunks/app/api/translator/load/route-901ec69b71429e39.js +0 -1
  434. package/app/.next/static/chunks/app/api/translator/save/route-901ec69b71429e39.js +0 -1
  435. package/app/.next/static/chunks/app/api/translator/send/route-901ec69b71429e39.js +0 -1
  436. package/app/.next/static/chunks/app/api/translator/translate/route-901ec69b71429e39.js +0 -1
  437. package/app/.next/static/chunks/app/api/usage/[connectionId]/route-901ec69b71429e39.js +0 -1
  438. package/app/.next/static/chunks/app/api/usage/history/route-901ec69b71429e39.js +0 -1
  439. package/app/.next/static/chunks/app/api/usage/request-logs/route-901ec69b71429e39.js +0 -1
  440. package/app/.next/static/chunks/app/api/v1/api/chat/route-901ec69b71429e39.js +0 -1
  441. package/app/.next/static/chunks/app/api/v1/chat/completions/route-901ec69b71429e39.js +0 -1
  442. package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-901ec69b71429e39.js +0 -1
  443. package/app/.next/static/chunks/app/api/v1/messages/route-901ec69b71429e39.js +0 -1
  444. package/app/.next/static/chunks/app/api/v1/models/route-901ec69b71429e39.js +0 -1
  445. package/app/.next/static/chunks/app/api/v1/responses/route-901ec69b71429e39.js +0 -1
  446. package/app/.next/static/chunks/app/api/v1/route-901ec69b71429e39.js +0 -1
  447. package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-901ec69b71429e39.js +0 -1
  448. package/app/.next/static/chunks/app/api/v1beta/models/route-901ec69b71429e39.js +0 -1
  449. package/app/.next/static/chunks/app/page-901ec69b71429e39.js +0 -1
  450. package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-901ec69b71429e39.js +0 -1
  451. package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-901ec69b71429e39.js +0 -1
  452. package/app/.next/static/chunks/next/dist/client/components/builtin/not-found-901ec69b71429e39.js +0 -1
  453. package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-901ec69b71429e39.js +0 -1
  454. package/app/.next/static/css/69b23ffd995e0cf4.css +0 -3
  455. /package/app/.next/static/{FcGNHUA9390qBi1g02a_v → jnuJ7xmQaeiHg9oUUDqGs}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- FcGNHUA9390qBi1g02a_v
1
+ jnuJ7xmQaeiHg9oUUDqGs
@@ -1,79 +1,81 @@
1
1
  {
2
2
  "/_not-found/page": "/_not-found",
3
3
  "/_global-error/page": "/_global-error",
4
- "/api/cli-tools/antigravity-mitm/alias/route": "/api/cli-tools/antigravity-mitm/alias",
5
- "/api/auth/logout/route": "/api/auth/logout",
6
- "/api/cli-tools/claude-settings/route": "/api/cli-tools/claude-settings",
7
4
  "/api/auth/login/route": "/api/auth/login",
8
- "/api/cli-tools/openclaw-settings/route": "/api/cli-tools/openclaw-settings",
5
+ "/api/cli-tools/claude-settings/route": "/api/cli-tools/claude-settings",
9
6
  "/api/cli-tools/codex-settings/route": "/api/cli-tools/codex-settings",
7
+ "/api/cli-tools/antigravity-mitm/alias/route": "/api/cli-tools/antigravity-mitm/alias",
8
+ "/api/cli-tools/openclaw-settings/route": "/api/cli-tools/openclaw-settings",
10
9
  "/api/cli-tools/droid-settings/route": "/api/cli-tools/droid-settings",
11
- "/api/cloud/auth/route": "/api/cloud/auth",
12
- "/api/combos/[id]/route": "/api/combos/[id]",
13
10
  "/api/cloud/model/resolve/route": "/api/cloud/model/resolve",
14
- "/api/cloud/models/alias/route": "/api/cloud/models/alias",
15
11
  "/api/cloud/credentials/update/route": "/api/cloud/credentials/update",
12
+ "/api/combos/[id]/route": "/api/combos/[id]",
13
+ "/api/cloud/models/alias/route": "/api/cloud/models/alias",
14
+ "/api/cloud/auth/route": "/api/cloud/auth",
15
+ "/api/keys/route": "/api/keys",
16
16
  "/api/init/route": "/api/init",
17
- "/api/models/alias/route": "/api/models/alias",
18
- "/api/combos/route": "/api/combos",
19
17
  "/api/keys/[id]/route": "/api/keys/[id]",
20
- "/api/keys/route": "/api/keys",
21
- "/api/oauth/kiro/auto-import/route": "/api/oauth/kiro/auto-import",
22
- "/api/oauth/cursor/import/route": "/api/oauth/cursor/import",
23
- "/api/oauth/cursor/auto-import/route": "/api/oauth/cursor/auto-import",
24
18
  "/api/models/route": "/api/models",
25
- "/api/oauth/kiro/import/route": "/api/oauth/kiro/import",
26
- "/api/provider-nodes/[id]/route": "/api/provider-nodes/[id]",
27
- "/api/oauth/kiro/social-exchange/route": "/api/oauth/kiro/social-exchange",
28
- "/api/provider-nodes/validate/route": "/api/provider-nodes/validate",
29
19
  "/api/oauth/[provider]/[action]/route": "/api/oauth/[provider]/[action]",
20
+ "/api/models/alias/route": "/api/models/alias",
21
+ "/api/oauth/cursor/auto-import/route": "/api/oauth/cursor/auto-import",
22
+ "/api/oauth/cursor/import/route": "/api/oauth/cursor/import",
30
23
  "/api/oauth/kiro/social-authorize/route": "/api/oauth/kiro/social-authorize",
24
+ "/api/oauth/kiro/import/route": "/api/oauth/kiro/import",
25
+ "/api/oauth/kiro/auto-import/route": "/api/oauth/kiro/auto-import",
26
+ "/api/oauth/kiro/social-exchange/route": "/api/oauth/kiro/social-exchange",
31
27
  "/api/pricing/route": "/api/pricing",
28
+ "/api/provider-nodes/[id]/route": "/api/provider-nodes/[id]",
29
+ "/api/provider-nodes/validate/route": "/api/provider-nodes/validate",
30
+ "/api/providers/[id]/test/route": "/api/providers/[id]/test",
32
31
  "/api/providers/[id]/models/route": "/api/providers/[id]/models",
33
32
  "/api/providers/[id]/route": "/api/providers/[id]",
33
+ "/api/providers/client/route": "/api/providers/client",
34
34
  "/api/settings/require-login/route": "/api/settings/require-login",
35
- "/api/sync/cloud/route": "/api/sync/cloud",
36
- "/api/shutdown/route": "/api/shutdown",
35
+ "/api/providers/route": "/api/providers",
36
+ "/api/settings/route": "/api/settings",
37
37
  "/api/providers/validate/route": "/api/providers/validate",
38
- "/api/providers/[id]/test/route": "/api/providers/[id]/test",
39
38
  "/api/sync/initialize/route": "/api/sync/initialize",
39
+ "/api/shutdown/route": "/api/shutdown",
40
+ "/api/tags/route": "/api/tags",
40
41
  "/api/translator/save/route": "/api/translator/save",
41
- "/api/settings/route": "/api/settings",
42
- "/api/providers/client/route": "/api/providers/client",
43
- "/api/translator/translate/route": "/api/translator/translate",
42
+ "/api/translator/load/route": "/api/translator/load",
43
+ "/api/combos/route": "/api/combos",
44
44
  "/api/usage/history/route": "/api/usage/history",
45
- "/api/usage/[connectionId]/route": "/api/usage/[connectionId]",
45
+ "/api/sync/cloud/route": "/api/sync/cloud",
46
+ "/api/translator/translate/route": "/api/translator/translate",
46
47
  "/api/translator/send/route": "/api/translator/send",
47
- "/api/tags/route": "/api/tags",
48
- "/api/translator/load/route": "/api/translator/load",
49
- "/api/usage/logs/route": "/api/usage/logs",
48
+ "/api/auth/logout/route": "/api/auth/logout",
49
+ "/api/usage/providers/route": "/api/usage/providers",
50
+ "/api/usage/request-details/route": "/api/usage/request-details",
51
+ "/api/v1/api/chat/route": "/api/v1/api/chat",
50
52
  "/api/v1/messages/count_tokens/route": "/api/v1/messages/count_tokens",
51
53
  "/api/v1/messages/route": "/api/v1/messages",
52
54
  "/api/v1/models/route": "/api/v1/models",
53
- "/api/v1/api/chat/route": "/api/v1/api/chat",
54
- "/api/v1/chat/completions/route": "/api/v1/chat/completions",
55
- "/api/usage/request-logs/route": "/api/usage/request-logs",
56
55
  "/api/v1/responses/route": "/api/v1/responses",
57
- "/api/providers/route": "/api/providers",
56
+ "/api/v1/chat/completions/route": "/api/v1/chat/completions",
57
+ "/api/v1beta/models/route": "/api/v1beta/models",
58
+ "/api/v1beta/models/[...path]/route": "/api/v1beta/models/[...path]",
59
+ "/api/usage/logs/route": "/api/usage/logs",
58
60
  "/api/v1/route": "/api/v1",
61
+ "/api/usage/request-logs/route": "/api/usage/request-logs",
59
62
  "/favicon.ico/route": "/favicon.ico",
60
- "/api/v1beta/models/[...path]/route": "/api/v1beta/models/[...path]",
61
- "/api/v1beta/models/route": "/api/v1beta/models",
62
63
  "/api/cli-tools/antigravity-mitm/route": "/api/cli-tools/antigravity-mitm",
63
64
  "/api/provider-nodes/route": "/api/provider-nodes",
64
- "/callback/page": "/callback",
65
+ "/api/usage/[connectionId]/route": "/api/usage/[connectionId]",
65
66
  "/dashboard/settings/pricing/page": "/dashboard/settings/pricing",
67
+ "/callback/page": "/callback",
66
68
  "/landing/page": "/landing",
67
69
  "/login/page": "/login",
68
70
  "/page": "/",
69
- "/(dashboard)/dashboard/cli-tools/page": "/dashboard/cli-tools",
70
- "/(dashboard)/dashboard/providers/[id]/page": "/dashboard/providers/[id]",
71
- "/(dashboard)/dashboard/page": "/dashboard",
72
71
  "/(dashboard)/dashboard/profile/page": "/dashboard/profile",
73
- "/(dashboard)/dashboard/providers/new/page": "/dashboard/providers/new",
72
+ "/(dashboard)/dashboard/providers/[id]/page": "/dashboard/providers/[id]",
74
73
  "/(dashboard)/dashboard/providers/page": "/dashboard/providers",
75
- "/(dashboard)/dashboard/usage/page": "/dashboard/usage",
74
+ "/(dashboard)/dashboard/endpoint/page": "/dashboard/endpoint",
76
75
  "/(dashboard)/dashboard/translator/page": "/dashboard/translator",
76
+ "/(dashboard)/dashboard/usage/page": "/dashboard/usage",
77
77
  "/(dashboard)/dashboard/combos/page": "/dashboard/combos",
78
- "/(dashboard)/dashboard/endpoint/page": "/dashboard/endpoint"
78
+ "/(dashboard)/dashboard/cli-tools/page": "/dashboard/cli-tools",
79
+ "/(dashboard)/dashboard/providers/new/page": "/dashboard/providers/new",
80
+ "/(dashboard)/dashboard/page": "/dashboard"
79
81
  }
@@ -4,8 +4,8 @@
4
4
  ],
5
5
  "devFiles": [],
6
6
  "lowPriorityFiles": [
7
- "static/FcGNHUA9390qBi1g02a_v/_buildManifest.js",
8
- "static/FcGNHUA9390qBi1g02a_v/_ssgManifest.js"
7
+ "static/jnuJ7xmQaeiHg9oUUDqGs/_buildManifest.js",
8
+ "static/jnuJ7xmQaeiHg9oUUDqGs/_ssgManifest.js"
9
9
  ],
10
10
  "rootMainFiles": [
11
11
  "static/chunks/webpack-34add7e75711617f.js",
@@ -419,8 +419,8 @@
419
419
  "dynamicRoutes": {},
420
420
  "notFoundRoutes": [],
421
421
  "preview": {
422
- "previewModeId": "3c876175e94752a9df651bd8196a9d95",
423
- "previewModeSigningKey": "3967b1e2e9ed89258d2d18a08c40ffba6b20ef5a612ec1a7ed8665c67d1d186b",
424
- "previewModeEncryptionKey": "6154189367e7b7ac1a279db68a02f4f160898e0108a4a158a1b8c9bfbed7a536"
422
+ "previewModeId": "a646189b9f4a016c5957a3abe6abc7b3",
423
+ "previewModeSigningKey": "7f021d60d81fdc2ad02356a3b8da5c4d04bdcb67277cd7cde78490856286e275",
424
+ "previewModeEncryptionKey": "63bed8228659fe2b238d2a89fdef12dcd39bb0915268f2dfa9cb8bd0961cb564"
425
425
  }
426
426
  }
@@ -394,6 +394,18 @@
394
394
  "routeKeys": {},
395
395
  "namedRegex": "^/api/usage/logs(?:/)?$"
396
396
  },
397
+ {
398
+ "page": "/api/usage/providers",
399
+ "regex": "^/api/usage/providers(?:/)?$",
400
+ "routeKeys": {},
401
+ "namedRegex": "^/api/usage/providers(?:/)?$"
402
+ },
403
+ {
404
+ "page": "/api/usage/request-details",
405
+ "regex": "^/api/usage/request\\-details(?:/)?$",
406
+ "routeKeys": {},
407
+ "namedRegex": "^/api/usage/request\\-details(?:/)?$"
408
+ },
397
409
  {
398
410
  "page": "/api/usage/request-logs",
399
411
  "regex": "^/api/usage/request\\-logs(?:/)?$",
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/cli-tools/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"98":{"*":{"id":"4770","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"815":{"*":{"id":"51109","name":"*","chunks":[],"async":false}},"882":{"*":{"id":"79346","name":"*","chunks":[],"async":false}},"1110":{"*":{"id":"19308","name":"*","chunks":[],"async":false}},"1127":{"*":{"id":"95145","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"1450":{"*":{"id":"53838","name":"*","chunks":[],"async":false}},"1500":{"*":{"id":"86209","name":"*","chunks":[],"async":false}},"1910":{"*":{"id":"83552","name":"*","chunks":[],"async":false}},"2173":{"*":{"id":"48781","name":"*","chunks":[],"async":false}},"2542":{"*":{"id":"99070","name":"*","chunks":[],"async":false}},"2622":{"*":{"id":"42196","name":"*","chunks":[],"async":false}},"2899":{"*":{"id":"5291","name":"*","chunks":[],"async":false}},"2908":{"*":{"id":"83352","name":"*","chunks":[],"async":false}},"3016":{"*":{"id":"14412","name":"*","chunks":[],"async":false}},"3615":{"*":{"id":"91809","name":"*","chunks":[],"async":false}},"4230":{"*":{"id":"56110","name":"*","chunks":[],"async":false}},"4561":{"*":{"id":"61377","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"4588":{"*":{"id":"17660","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"4891":{"*":{"id":"86739","name":"*","chunks":[],"async":false}},"4923":{"*":{"id":"14144","name":"*","chunks":[],"async":false}},"5086":{"*":{"id":"74812","name":"*","chunks":[],"async":false}},"5615":{"*":{"id":"14731","name":"*","chunks":[],"async":false}},"5907":{"*":{"id":"43173","name":"*","chunks":[],"async":false}},"5941":{"*":{"id":"18968","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"75171","name":"*","chunks":[],"async":false}},"6319":{"*":{"id":"25919","name":"*","chunks":[],"async":false}},"6696":{"*":{"id":"78027","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"7162":{"*":{"id":"83380","name":"*","chunks":[],"async":false}},"7234":{"*":{"id":"78923","name":"*","chunks":[],"async":false}},"7295":{"*":{"id":"76653","name":"*","chunks":[],"async":false}},"7648":{"*":{"id":"85306","name":"*","chunks":[],"async":false}},"7827":{"*":{"id":"38504","name":"*","chunks":[],"async":false}},"8067":{"*":{"id":"91099","name":"*","chunks":[],"async":false}},"8542":{"*":{"id":"95514","name":"*","chunks":[],"async":false}},"8587":{"*":{"id":"53845","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"8815":{"*":{"id":"39645","name":"*","chunks":[],"async":false}},"9378":{"*":{"id":"89890","name":"*","chunks":[],"async":false}},"9472":{"*":{"id":"55236","name":"*","chunks":[],"async":false}},"9884":{"*":{"id":"19598","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/Working/router4/app/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":5154,"name":"*","chunks":["8729","static/chunks/8729-9d273189141eb6fb.js","7177","static/chunks/app/layout-b4f212dd6665a31c.js"],"async":false},"/Users/Working/router4/app/src/app/globals.css":{"id":1743,"name":"*","chunks":["8729","static/chunks/8729-9d273189141eb6fb.js","7177","static/chunks/app/layout-b4f212dd6665a31c.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeProvider.js":{"id":1110,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/app/callback/page.js":{"id":9884,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/dashboard/settings/pricing/page.js":{"id":4923,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/landing/page.js":{"id":5941,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/login/page.js":{"id":3016,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/shared/components/Avatar.js":{"id":6319,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Badge.js":{"id":6061,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Button.js":{"id":2542,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Card.js":{"id":4588,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/CursorAuthModal.js":{"id":815,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Footer.js":{"id":2173,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Header.js":{"id":4891,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Input.js":{"id":1910,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroAuthModal.js":{"id":1500,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroOAuthWrapper.js":{"id":2899,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroSocialOAuthModal.js":{"id":4230,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/AuthLayout.js":{"id":1450,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/DashboardLayout.js":{"id":7648,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Loading.js":{"id":5086,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ManualConfigModal.js":{"id":8815,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Modal.js":{"id":1127,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ModelSelectModal.js":{"id":2908,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/OAuthModal.js":{"id":882,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/RequestLogger.js":{"id":3615,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/SegmentedControl.js":{"id":8067,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Select.js":{"id":98,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Sidebar.js":{"id":2622,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeToggle.js":{"id":8587,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Toggle.js":{"id":8542,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/UsageStats.js":{"id":7827,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":9378,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","2326","static/chunks/app/(dashboard)/dashboard/cli-tools/page-90f6753022b6031c.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":7162,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":5907,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","1393","static/chunks/1393-3fdad0258c0b525c.js","6337","static/chunks/app/(dashboard)/dashboard/page-acb031d56db92fdf.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/profile/page.js":{"id":4561,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":5615,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/page.js":{"id":6696,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/usage/page.js":{"id":7234,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/translator/page.js":{"id":9472,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/combos/page.js":{"id":7295,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/Working/router4/app/src/":[],"/Users/Working/router4/app/src/app/layout":[{"inlined":false,"path":"static/css/69b23ffd995e0cf4.css"}],"/Users/Working/router4/app/src/app/page":[],"/Users/Working/router4/app/src/app/(dashboard)/layout":[],"/Users/Working/router4/app/src/app/(dashboard)/dashboard/page":[],"/Users/Working/router4/app/src/app/(dashboard)/dashboard/cli-tools/page":[]},"rscModuleMapping":{"98":{"*":{"id":"83784","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"815":{"*":{"id":"40167","name":"*","chunks":[],"async":false}},"882":{"*":{"id":"3080","name":"*","chunks":[],"async":false}},"1110":{"*":{"id":"89886","name":"*","chunks":[],"async":false}},"1127":{"*":{"id":"10079","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"1450":{"*":{"id":"64420","name":"*","chunks":[],"async":false}},"1500":{"*":{"id":"82448","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"1910":{"*":{"id":"71230","name":"*","chunks":[],"async":false}},"2173":{"*":{"id":"49123","name":"*","chunks":[],"async":false}},"2542":{"*":{"id":"45512","name":"*","chunks":[],"async":false}},"2622":{"*":{"id":"26866","name":"*","chunks":[],"async":false}},"2899":{"*":{"id":"14285","name":"*","chunks":[],"async":false}},"2908":{"*":{"id":"94582","name":"*","chunks":[],"async":false}},"3016":{"*":{"id":"65674","name":"*","chunks":[],"async":false}},"3615":{"*":{"id":"19083","name":"*","chunks":[],"async":false}},"4230":{"*":{"id":"87228","name":"*","chunks":[],"async":false}},"4561":{"*":{"id":"50047","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"4588":{"*":{"id":"7290","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"4891":{"*":{"id":"92669","name":"*","chunks":[],"async":false}},"4923":{"*":{"id":"93870","name":"*","chunks":[],"async":false}},"5086":{"*":{"id":"92082","name":"*","chunks":[],"async":false}},"5615":{"*":{"id":"24885","name":"*","chunks":[],"async":false}},"5907":{"*":{"id":"51747","name":"*","chunks":[],"async":false}},"5941":{"*":{"id":"852","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"33893","name":"*","chunks":[],"async":false}},"6319":{"*":{"id":"70061","name":"*","chunks":[],"async":false}},"6696":{"*":{"id":"44030","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"7162":{"*":{"id":"93110","name":"*","chunks":[],"async":false}},"7234":{"*":{"id":"87149","name":"*","chunks":[],"async":false}},"7295":{"*":{"id":"35447","name":"*","chunks":[],"async":false}},"7648":{"*":{"id":"61780","name":"*","chunks":[],"async":false}},"7827":{"*":{"id":"2422","name":"*","chunks":[],"async":false}},"8067":{"*":{"id":"54065","name":"*","chunks":[],"async":false}},"8542":{"*":{"id":"70092","name":"*","chunks":[],"async":false}},"8587":{"*":{"id":"40515","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"8815":{"*":{"id":"70603","name":"*","chunks":[],"async":false}},"9378":{"*":{"id":"79518","name":"*","chunks":[],"async":false}},"9472":{"*":{"id":"38308","name":"*","chunks":[],"async":false}},"9884":{"*":{"id":"3604","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/cli-tools/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"98":{"*":{"id":"4770","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"815":{"*":{"id":"51109","name":"*","chunks":[],"async":false}},"882":{"*":{"id":"79346","name":"*","chunks":[],"async":false}},"1110":{"*":{"id":"19308","name":"*","chunks":[],"async":false}},"1127":{"*":{"id":"95145","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"1450":{"*":{"id":"53838","name":"*","chunks":[],"async":false}},"1500":{"*":{"id":"86209","name":"*","chunks":[],"async":false}},"1910":{"*":{"id":"83552","name":"*","chunks":[],"async":false}},"2173":{"*":{"id":"48781","name":"*","chunks":[],"async":false}},"2542":{"*":{"id":"99070","name":"*","chunks":[],"async":false}},"2622":{"*":{"id":"42196","name":"*","chunks":[],"async":false}},"2899":{"*":{"id":"5291","name":"*","chunks":[],"async":false}},"2908":{"*":{"id":"83352","name":"*","chunks":[],"async":false}},"3016":{"*":{"id":"14412","name":"*","chunks":[],"async":false}},"3615":{"*":{"id":"91809","name":"*","chunks":[],"async":false}},"4230":{"*":{"id":"56110","name":"*","chunks":[],"async":false}},"4561":{"*":{"id":"61377","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"4588":{"*":{"id":"17660","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"4891":{"*":{"id":"86739","name":"*","chunks":[],"async":false}},"4923":{"*":{"id":"14144","name":"*","chunks":[],"async":false}},"5086":{"*":{"id":"74812","name":"*","chunks":[],"async":false}},"5615":{"*":{"id":"14731","name":"*","chunks":[],"async":false}},"5907":{"*":{"id":"43173","name":"*","chunks":[],"async":false}},"5941":{"*":{"id":"18968","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"75171","name":"*","chunks":[],"async":false}},"6319":{"*":{"id":"25919","name":"*","chunks":[],"async":false}},"6696":{"*":{"id":"78027","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"7162":{"*":{"id":"83380","name":"*","chunks":[],"async":false}},"7295":{"*":{"id":"76653","name":"*","chunks":[],"async":false}},"7648":{"*":{"id":"85306","name":"*","chunks":[],"async":false}},"7827":{"*":{"id":"38504","name":"*","chunks":[],"async":false}},"8067":{"*":{"id":"91099","name":"*","chunks":[],"async":false}},"8542":{"*":{"id":"95514","name":"*","chunks":[],"async":false}},"8587":{"*":{"id":"53845","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"8815":{"*":{"id":"39645","name":"*","chunks":[],"async":false}},"8982":{"*":{"id":"31941","name":"*","chunks":[],"async":false}},"9378":{"*":{"id":"89890","name":"*","chunks":[],"async":false}},"9472":{"*":{"id":"55236","name":"*","chunks":[],"async":false}},"9884":{"*":{"id":"19598","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/Working/router4/app/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":5154,"name":"*","chunks":["8729","static/chunks/8729-30cb66f318ac2d23.js","7177","static/chunks/app/layout-b4f212dd6665a31c.js"],"async":false},"/Users/Working/router4/app/src/app/globals.css":{"id":1743,"name":"*","chunks":["8729","static/chunks/8729-30cb66f318ac2d23.js","7177","static/chunks/app/layout-b4f212dd6665a31c.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeProvider.js":{"id":1110,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/app/dashboard/settings/pricing/page.js":{"id":4923,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/callback/page.js":{"id":9884,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/landing/page.js":{"id":5941,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/login/page.js":{"id":3016,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/shared/components/Avatar.js":{"id":6319,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Badge.js":{"id":6061,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Button.js":{"id":2542,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Card.js":{"id":4588,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/CursorAuthModal.js":{"id":815,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Footer.js":{"id":2173,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Header.js":{"id":4891,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Input.js":{"id":1910,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroAuthModal.js":{"id":1500,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroOAuthWrapper.js":{"id":2899,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroSocialOAuthModal.js":{"id":4230,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/AuthLayout.js":{"id":1450,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/DashboardLayout.js":{"id":7648,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Loading.js":{"id":5086,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ManualConfigModal.js":{"id":8815,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Modal.js":{"id":1127,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ModelSelectModal.js":{"id":2908,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/OAuthModal.js":{"id":882,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/RequestLogger.js":{"id":3615,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/SegmentedControl.js":{"id":8067,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Select.js":{"id":98,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Sidebar.js":{"id":2622,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeToggle.js":{"id":8587,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Toggle.js":{"id":8542,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/UsageStats.js":{"id":7827,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/profile/page.js":{"id":4561,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":7162,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/page.js":{"id":6696,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":5907,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","1393","static/chunks/1393-ec22348a03d98802.js","6337","static/chunks/app/(dashboard)/dashboard/page-acb031d56db92fdf.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/translator/page.js":{"id":9472,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/usage/page.js":{"id":8982,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/combos/page.js":{"id":7295,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":9378,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","2326","static/chunks/app/(dashboard)/dashboard/cli-tools/page-90f6753022b6031c.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":5615,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/Working/router4/app/src/":[],"/Users/Working/router4/app/src/app/layout":[{"inlined":false,"path":"static/css/e4a2c774b676c378.css"}],"/Users/Working/router4/app/src/app/page":[],"/Users/Working/router4/app/src/app/(dashboard)/layout":[],"/Users/Working/router4/app/src/app/(dashboard)/dashboard/page":[],"/Users/Working/router4/app/src/app/(dashboard)/dashboard/cli-tools/page":[]},"rscModuleMapping":{"98":{"*":{"id":"83784","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"815":{"*":{"id":"40167","name":"*","chunks":[],"async":false}},"882":{"*":{"id":"3080","name":"*","chunks":[],"async":false}},"1110":{"*":{"id":"89886","name":"*","chunks":[],"async":false}},"1127":{"*":{"id":"10079","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"1450":{"*":{"id":"64420","name":"*","chunks":[],"async":false}},"1500":{"*":{"id":"82448","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"1910":{"*":{"id":"71230","name":"*","chunks":[],"async":false}},"2173":{"*":{"id":"49123","name":"*","chunks":[],"async":false}},"2542":{"*":{"id":"45512","name":"*","chunks":[],"async":false}},"2622":{"*":{"id":"26866","name":"*","chunks":[],"async":false}},"2899":{"*":{"id":"14285","name":"*","chunks":[],"async":false}},"2908":{"*":{"id":"94582","name":"*","chunks":[],"async":false}},"3016":{"*":{"id":"65674","name":"*","chunks":[],"async":false}},"3615":{"*":{"id":"19083","name":"*","chunks":[],"async":false}},"4230":{"*":{"id":"87228","name":"*","chunks":[],"async":false}},"4561":{"*":{"id":"50047","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"4588":{"*":{"id":"7290","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"4891":{"*":{"id":"92669","name":"*","chunks":[],"async":false}},"4923":{"*":{"id":"93870","name":"*","chunks":[],"async":false}},"5086":{"*":{"id":"92082","name":"*","chunks":[],"async":false}},"5615":{"*":{"id":"24885","name":"*","chunks":[],"async":false}},"5907":{"*":{"id":"51747","name":"*","chunks":[],"async":false}},"5941":{"*":{"id":"852","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"33893","name":"*","chunks":[],"async":false}},"6319":{"*":{"id":"70061","name":"*","chunks":[],"async":false}},"6696":{"*":{"id":"44030","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"7162":{"*":{"id":"93110","name":"*","chunks":[],"async":false}},"7295":{"*":{"id":"35447","name":"*","chunks":[],"async":false}},"7648":{"*":{"id":"61780","name":"*","chunks":[],"async":false}},"7827":{"*":{"id":"2422","name":"*","chunks":[],"async":false}},"8067":{"*":{"id":"54065","name":"*","chunks":[],"async":false}},"8542":{"*":{"id":"70092","name":"*","chunks":[],"async":false}},"8587":{"*":{"id":"40515","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"8815":{"*":{"id":"70603","name":"*","chunks":[],"async":false}},"8982":{"*":{"id":"87149","name":"*","chunks":[],"async":false}},"9378":{"*":{"id":"79518","name":"*","chunks":[],"async":false}},"9472":{"*":{"id":"38308","name":"*","chunks":[],"async":false}},"9884":{"*":{"id":"3604","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/combos/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"98":{"*":{"id":"4770","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"815":{"*":{"id":"51109","name":"*","chunks":[],"async":false}},"882":{"*":{"id":"79346","name":"*","chunks":[],"async":false}},"1110":{"*":{"id":"19308","name":"*","chunks":[],"async":false}},"1127":{"*":{"id":"95145","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"1450":{"*":{"id":"53838","name":"*","chunks":[],"async":false}},"1500":{"*":{"id":"86209","name":"*","chunks":[],"async":false}},"1910":{"*":{"id":"83552","name":"*","chunks":[],"async":false}},"2173":{"*":{"id":"48781","name":"*","chunks":[],"async":false}},"2542":{"*":{"id":"99070","name":"*","chunks":[],"async":false}},"2622":{"*":{"id":"42196","name":"*","chunks":[],"async":false}},"2899":{"*":{"id":"5291","name":"*","chunks":[],"async":false}},"2908":{"*":{"id":"83352","name":"*","chunks":[],"async":false}},"3016":{"*":{"id":"14412","name":"*","chunks":[],"async":false}},"3615":{"*":{"id":"91809","name":"*","chunks":[],"async":false}},"4230":{"*":{"id":"56110","name":"*","chunks":[],"async":false}},"4561":{"*":{"id":"61377","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"4588":{"*":{"id":"17660","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"4891":{"*":{"id":"86739","name":"*","chunks":[],"async":false}},"4923":{"*":{"id":"14144","name":"*","chunks":[],"async":false}},"5086":{"*":{"id":"74812","name":"*","chunks":[],"async":false}},"5615":{"*":{"id":"14731","name":"*","chunks":[],"async":false}},"5907":{"*":{"id":"43173","name":"*","chunks":[],"async":false}},"5941":{"*":{"id":"18968","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"75171","name":"*","chunks":[],"async":false}},"6319":{"*":{"id":"25919","name":"*","chunks":[],"async":false}},"6696":{"*":{"id":"78027","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"7162":{"*":{"id":"83380","name":"*","chunks":[],"async":false}},"7234":{"*":{"id":"78923","name":"*","chunks":[],"async":false}},"7295":{"*":{"id":"76653","name":"*","chunks":[],"async":false}},"7648":{"*":{"id":"85306","name":"*","chunks":[],"async":false}},"7827":{"*":{"id":"38504","name":"*","chunks":[],"async":false}},"8067":{"*":{"id":"91099","name":"*","chunks":[],"async":false}},"8542":{"*":{"id":"95514","name":"*","chunks":[],"async":false}},"8587":{"*":{"id":"53845","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"8815":{"*":{"id":"39645","name":"*","chunks":[],"async":false}},"9378":{"*":{"id":"89890","name":"*","chunks":[],"async":false}},"9472":{"*":{"id":"55236","name":"*","chunks":[],"async":false}},"9884":{"*":{"id":"19598","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/Working/router4/app/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":5154,"name":"*","chunks":["8729","static/chunks/8729-9d273189141eb6fb.js","7177","static/chunks/app/layout-b4f212dd6665a31c.js"],"async":false},"/Users/Working/router4/app/src/app/globals.css":{"id":1743,"name":"*","chunks":["8729","static/chunks/8729-9d273189141eb6fb.js","7177","static/chunks/app/layout-b4f212dd6665a31c.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeProvider.js":{"id":1110,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/app/callback/page.js":{"id":9884,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/dashboard/settings/pricing/page.js":{"id":4923,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/landing/page.js":{"id":5941,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/login/page.js":{"id":3016,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/shared/components/Avatar.js":{"id":6319,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Badge.js":{"id":6061,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Button.js":{"id":2542,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Card.js":{"id":4588,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/CursorAuthModal.js":{"id":815,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Footer.js":{"id":2173,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Header.js":{"id":4891,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Input.js":{"id":1910,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroAuthModal.js":{"id":1500,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroOAuthWrapper.js":{"id":2899,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroSocialOAuthModal.js":{"id":4230,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/AuthLayout.js":{"id":1450,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/DashboardLayout.js":{"id":7648,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Loading.js":{"id":5086,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ManualConfigModal.js":{"id":8815,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Modal.js":{"id":1127,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ModelSelectModal.js":{"id":2908,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/OAuthModal.js":{"id":882,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/RequestLogger.js":{"id":3615,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/SegmentedControl.js":{"id":8067,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Select.js":{"id":98,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Sidebar.js":{"id":2622,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeToggle.js":{"id":8587,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Toggle.js":{"id":8542,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/UsageStats.js":{"id":7827,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":9378,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":7162,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":5907,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","1393","static/chunks/1393-3fdad0258c0b525c.js","6337","static/chunks/app/(dashboard)/dashboard/page-acb031d56db92fdf.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/profile/page.js":{"id":4561,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":5615,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/page.js":{"id":6696,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/usage/page.js":{"id":7234,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/translator/page.js":{"id":9472,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/combos/page.js":{"id":7295,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-9d273189141eb6fb.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","3649","static/chunks/app/(dashboard)/dashboard/combos/page-b4abe8655df8ae72.js"],"async":false}},"entryCSSFiles":{"/Users/Working/router4/app/src/":[],"/Users/Working/router4/app/src/app/layout":[{"inlined":false,"path":"static/css/69b23ffd995e0cf4.css"}],"/Users/Working/router4/app/src/app/page":[],"/Users/Working/router4/app/src/app/(dashboard)/layout":[],"/Users/Working/router4/app/src/app/(dashboard)/dashboard/page":[],"/Users/Working/router4/app/src/app/(dashboard)/dashboard/combos/page":[]},"rscModuleMapping":{"98":{"*":{"id":"83784","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"815":{"*":{"id":"40167","name":"*","chunks":[],"async":false}},"882":{"*":{"id":"3080","name":"*","chunks":[],"async":false}},"1110":{"*":{"id":"89886","name":"*","chunks":[],"async":false}},"1127":{"*":{"id":"10079","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"1450":{"*":{"id":"64420","name":"*","chunks":[],"async":false}},"1500":{"*":{"id":"82448","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"1910":{"*":{"id":"71230","name":"*","chunks":[],"async":false}},"2173":{"*":{"id":"49123","name":"*","chunks":[],"async":false}},"2542":{"*":{"id":"45512","name":"*","chunks":[],"async":false}},"2622":{"*":{"id":"26866","name":"*","chunks":[],"async":false}},"2899":{"*":{"id":"14285","name":"*","chunks":[],"async":false}},"2908":{"*":{"id":"94582","name":"*","chunks":[],"async":false}},"3016":{"*":{"id":"65674","name":"*","chunks":[],"async":false}},"3615":{"*":{"id":"19083","name":"*","chunks":[],"async":false}},"4230":{"*":{"id":"87228","name":"*","chunks":[],"async":false}},"4561":{"*":{"id":"50047","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"4588":{"*":{"id":"7290","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"4891":{"*":{"id":"92669","name":"*","chunks":[],"async":false}},"4923":{"*":{"id":"93870","name":"*","chunks":[],"async":false}},"5086":{"*":{"id":"92082","name":"*","chunks":[],"async":false}},"5615":{"*":{"id":"24885","name":"*","chunks":[],"async":false}},"5907":{"*":{"id":"51747","name":"*","chunks":[],"async":false}},"5941":{"*":{"id":"852","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"33893","name":"*","chunks":[],"async":false}},"6319":{"*":{"id":"70061","name":"*","chunks":[],"async":false}},"6696":{"*":{"id":"44030","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"7162":{"*":{"id":"93110","name":"*","chunks":[],"async":false}},"7234":{"*":{"id":"87149","name":"*","chunks":[],"async":false}},"7295":{"*":{"id":"35447","name":"*","chunks":[],"async":false}},"7648":{"*":{"id":"61780","name":"*","chunks":[],"async":false}},"7827":{"*":{"id":"2422","name":"*","chunks":[],"async":false}},"8067":{"*":{"id":"54065","name":"*","chunks":[],"async":false}},"8542":{"*":{"id":"70092","name":"*","chunks":[],"async":false}},"8587":{"*":{"id":"40515","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"8815":{"*":{"id":"70603","name":"*","chunks":[],"async":false}},"9378":{"*":{"id":"79518","name":"*","chunks":[],"async":false}},"9472":{"*":{"id":"38308","name":"*","chunks":[],"async":false}},"9884":{"*":{"id":"3604","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/combos/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"98":{"*":{"id":"4770","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"815":{"*":{"id":"51109","name":"*","chunks":[],"async":false}},"882":{"*":{"id":"79346","name":"*","chunks":[],"async":false}},"1110":{"*":{"id":"19308","name":"*","chunks":[],"async":false}},"1127":{"*":{"id":"95145","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"1450":{"*":{"id":"53838","name":"*","chunks":[],"async":false}},"1500":{"*":{"id":"86209","name":"*","chunks":[],"async":false}},"1910":{"*":{"id":"83552","name":"*","chunks":[],"async":false}},"2173":{"*":{"id":"48781","name":"*","chunks":[],"async":false}},"2542":{"*":{"id":"99070","name":"*","chunks":[],"async":false}},"2622":{"*":{"id":"42196","name":"*","chunks":[],"async":false}},"2899":{"*":{"id":"5291","name":"*","chunks":[],"async":false}},"2908":{"*":{"id":"83352","name":"*","chunks":[],"async":false}},"3016":{"*":{"id":"14412","name":"*","chunks":[],"async":false}},"3615":{"*":{"id":"91809","name":"*","chunks":[],"async":false}},"4230":{"*":{"id":"56110","name":"*","chunks":[],"async":false}},"4561":{"*":{"id":"61377","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"4588":{"*":{"id":"17660","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"4891":{"*":{"id":"86739","name":"*","chunks":[],"async":false}},"4923":{"*":{"id":"14144","name":"*","chunks":[],"async":false}},"5086":{"*":{"id":"74812","name":"*","chunks":[],"async":false}},"5615":{"*":{"id":"14731","name":"*","chunks":[],"async":false}},"5907":{"*":{"id":"43173","name":"*","chunks":[],"async":false}},"5941":{"*":{"id":"18968","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"75171","name":"*","chunks":[],"async":false}},"6319":{"*":{"id":"25919","name":"*","chunks":[],"async":false}},"6696":{"*":{"id":"78027","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"7162":{"*":{"id":"83380","name":"*","chunks":[],"async":false}},"7295":{"*":{"id":"76653","name":"*","chunks":[],"async":false}},"7648":{"*":{"id":"85306","name":"*","chunks":[],"async":false}},"7827":{"*":{"id":"38504","name":"*","chunks":[],"async":false}},"8067":{"*":{"id":"91099","name":"*","chunks":[],"async":false}},"8542":{"*":{"id":"95514","name":"*","chunks":[],"async":false}},"8587":{"*":{"id":"53845","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"8815":{"*":{"id":"39645","name":"*","chunks":[],"async":false}},"8982":{"*":{"id":"31941","name":"*","chunks":[],"async":false}},"9378":{"*":{"id":"89890","name":"*","chunks":[],"async":false}},"9472":{"*":{"id":"55236","name":"*","chunks":[],"async":false}},"9884":{"*":{"id":"19598","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/Working/router4/app/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":5154,"name":"*","chunks":["8729","static/chunks/8729-30cb66f318ac2d23.js","7177","static/chunks/app/layout-b4f212dd6665a31c.js"],"async":false},"/Users/Working/router4/app/src/app/globals.css":{"id":1743,"name":"*","chunks":["8729","static/chunks/8729-30cb66f318ac2d23.js","7177","static/chunks/app/layout-b4f212dd6665a31c.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeProvider.js":{"id":1110,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/app/dashboard/settings/pricing/page.js":{"id":4923,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/callback/page.js":{"id":9884,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/landing/page.js":{"id":5941,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/login/page.js":{"id":3016,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/shared/components/Avatar.js":{"id":6319,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Badge.js":{"id":6061,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Button.js":{"id":2542,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Card.js":{"id":4588,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/CursorAuthModal.js":{"id":815,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Footer.js":{"id":2173,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Header.js":{"id":4891,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Input.js":{"id":1910,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroAuthModal.js":{"id":1500,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroOAuthWrapper.js":{"id":2899,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroSocialOAuthModal.js":{"id":4230,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/AuthLayout.js":{"id":1450,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/DashboardLayout.js":{"id":7648,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Loading.js":{"id":5086,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ManualConfigModal.js":{"id":8815,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Modal.js":{"id":1127,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ModelSelectModal.js":{"id":2908,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/OAuthModal.js":{"id":882,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/RequestLogger.js":{"id":3615,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/SegmentedControl.js":{"id":8067,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Select.js":{"id":98,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Sidebar.js":{"id":2622,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeToggle.js":{"id":8587,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Toggle.js":{"id":8542,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/shared/components/UsageStats.js":{"id":7827,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","9305","static/chunks/app/(dashboard)/layout-2951a18467171aa4.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/profile/page.js":{"id":4561,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":7162,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/page.js":{"id":6696,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":5907,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","1393","static/chunks/1393-ec22348a03d98802.js","6337","static/chunks/app/(dashboard)/dashboard/page-acb031d56db92fdf.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/translator/page.js":{"id":9472,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/usage/page.js":{"id":8982,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/combos/page.js":{"id":7295,"name":"*","chunks":["600","static/chunks/600-698f3e9fe5d9a2a4.js","3624","static/chunks/3624-b4d607564b40b24d.js","8729","static/chunks/8729-30cb66f318ac2d23.js","5497","static/chunks/5497-ad7fb90ac4a481cb.js","3649","static/chunks/app/(dashboard)/dashboard/combos/page-b4abe8655df8ae72.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":9378,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":5615,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/Working/router4/app/src/":[],"/Users/Working/router4/app/src/app/layout":[{"inlined":false,"path":"static/css/e4a2c774b676c378.css"}],"/Users/Working/router4/app/src/app/page":[],"/Users/Working/router4/app/src/app/(dashboard)/layout":[],"/Users/Working/router4/app/src/app/(dashboard)/dashboard/page":[],"/Users/Working/router4/app/src/app/(dashboard)/dashboard/combos/page":[]},"rscModuleMapping":{"98":{"*":{"id":"83784","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"815":{"*":{"id":"40167","name":"*","chunks":[],"async":false}},"882":{"*":{"id":"3080","name":"*","chunks":[],"async":false}},"1110":{"*":{"id":"89886","name":"*","chunks":[],"async":false}},"1127":{"*":{"id":"10079","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"1450":{"*":{"id":"64420","name":"*","chunks":[],"async":false}},"1500":{"*":{"id":"82448","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"1910":{"*":{"id":"71230","name":"*","chunks":[],"async":false}},"2173":{"*":{"id":"49123","name":"*","chunks":[],"async":false}},"2542":{"*":{"id":"45512","name":"*","chunks":[],"async":false}},"2622":{"*":{"id":"26866","name":"*","chunks":[],"async":false}},"2899":{"*":{"id":"14285","name":"*","chunks":[],"async":false}},"2908":{"*":{"id":"94582","name":"*","chunks":[],"async":false}},"3016":{"*":{"id":"65674","name":"*","chunks":[],"async":false}},"3615":{"*":{"id":"19083","name":"*","chunks":[],"async":false}},"4230":{"*":{"id":"87228","name":"*","chunks":[],"async":false}},"4561":{"*":{"id":"50047","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"4588":{"*":{"id":"7290","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"4891":{"*":{"id":"92669","name":"*","chunks":[],"async":false}},"4923":{"*":{"id":"93870","name":"*","chunks":[],"async":false}},"5086":{"*":{"id":"92082","name":"*","chunks":[],"async":false}},"5615":{"*":{"id":"24885","name":"*","chunks":[],"async":false}},"5907":{"*":{"id":"51747","name":"*","chunks":[],"async":false}},"5941":{"*":{"id":"852","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"33893","name":"*","chunks":[],"async":false}},"6319":{"*":{"id":"70061","name":"*","chunks":[],"async":false}},"6696":{"*":{"id":"44030","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"7162":{"*":{"id":"93110","name":"*","chunks":[],"async":false}},"7295":{"*":{"id":"35447","name":"*","chunks":[],"async":false}},"7648":{"*":{"id":"61780","name":"*","chunks":[],"async":false}},"7827":{"*":{"id":"2422","name":"*","chunks":[],"async":false}},"8067":{"*":{"id":"54065","name":"*","chunks":[],"async":false}},"8542":{"*":{"id":"70092","name":"*","chunks":[],"async":false}},"8587":{"*":{"id":"40515","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"8815":{"*":{"id":"70603","name":"*","chunks":[],"async":false}},"8982":{"*":{"id":"87149","name":"*","chunks":[],"async":false}},"9378":{"*":{"id":"79518","name":"*","chunks":[],"async":false}},"9472":{"*":{"id":"38308","name":"*","chunks":[],"async":false}},"9884":{"*":{"id":"3604","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}