9router 0.2.49 → 0.2.50

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 (119) hide show
  1. package/README.md +0 -1
  2. package/app/.next/BUILD_ID +1 -1
  3. package/app/.next/app-build-manifest.json +78 -78
  4. package/app/.next/app-path-routes-manifest.json +18 -18
  5. package/app/.next/build-manifest.json +2 -2
  6. package/app/.next/prerender-manifest.json +36 -36
  7. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
  8. package/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
  9. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
  10. package/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.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_client-reference-manifest.js +1 -1
  13. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
  14. package/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
  15. package/app/.next/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
  16. package/app/.next/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
  17. package/app/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  18. package/app/.next/server/app/_not-found.html +1 -1
  19. package/app/.next/server/app/_not-found.rsc +1 -1
  20. package/app/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -1
  21. package/app/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
  22. package/app/.next/server/app/api/cli-tools/claude-settings/route_client-reference-manifest.js +1 -1
  23. package/app/.next/server/app/api/cli-tools/codex-settings/route_client-reference-manifest.js +1 -1
  24. package/app/.next/server/app/api/cloud/auth/route_client-reference-manifest.js +1 -1
  25. package/app/.next/server/app/api/cloud/credentials/update/route_client-reference-manifest.js +1 -1
  26. package/app/.next/server/app/api/cloud/model/resolve/route_client-reference-manifest.js +1 -1
  27. package/app/.next/server/app/api/cloud/models/alias/route_client-reference-manifest.js +1 -1
  28. package/app/.next/server/app/api/combos/[id]/route_client-reference-manifest.js +1 -1
  29. package/app/.next/server/app/api/combos/route_client-reference-manifest.js +1 -1
  30. package/app/.next/server/app/api/init/route_client-reference-manifest.js +1 -1
  31. package/app/.next/server/app/api/keys/[id]/route_client-reference-manifest.js +1 -1
  32. package/app/.next/server/app/api/keys/route_client-reference-manifest.js +1 -1
  33. package/app/.next/server/app/api/models/alias/route_client-reference-manifest.js +1 -1
  34. package/app/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
  35. package/app/.next/server/app/api/oauth/[provider]/[action]/route_client-reference-manifest.js +1 -1
  36. package/app/.next/server/app/api/oauth/kiro/import/route_client-reference-manifest.js +1 -1
  37. package/app/.next/server/app/api/oauth/kiro/social-authorize/route_client-reference-manifest.js +1 -1
  38. package/app/.next/server/app/api/oauth/kiro/social-exchange/route_client-reference-manifest.js +1 -1
  39. package/app/.next/server/app/api/pricing/route_client-reference-manifest.js +1 -1
  40. package/app/.next/server/app/api/providers/[id]/models/route_client-reference-manifest.js +1 -1
  41. package/app/.next/server/app/api/providers/[id]/route_client-reference-manifest.js +1 -1
  42. package/app/.next/server/app/api/providers/[id]/test/route_client-reference-manifest.js +1 -1
  43. package/app/.next/server/app/api/providers/client/route_client-reference-manifest.js +1 -1
  44. package/app/.next/server/app/api/providers/route_client-reference-manifest.js +1 -1
  45. package/app/.next/server/app/api/providers/validate/route_client-reference-manifest.js +1 -1
  46. package/app/.next/server/app/api/settings/route_client-reference-manifest.js +1 -1
  47. package/app/.next/server/app/api/shutdown/route_client-reference-manifest.js +1 -1
  48. package/app/.next/server/app/api/sync/cloud/route_client-reference-manifest.js +1 -1
  49. package/app/.next/server/app/api/sync/initialize/route_client-reference-manifest.js +1 -1
  50. package/app/.next/server/app/api/tags/route_client-reference-manifest.js +1 -1
  51. package/app/.next/server/app/api/translator/load/route_client-reference-manifest.js +1 -1
  52. package/app/.next/server/app/api/translator/save/route_client-reference-manifest.js +1 -1
  53. package/app/.next/server/app/api/translator/send/route_client-reference-manifest.js +1 -1
  54. package/app/.next/server/app/api/translator/translate/route_client-reference-manifest.js +1 -1
  55. package/app/.next/server/app/api/usage/[connectionId]/route_client-reference-manifest.js +1 -1
  56. package/app/.next/server/app/api/usage/history/route_client-reference-manifest.js +1 -1
  57. package/app/.next/server/app/api/v1/api/chat/route_client-reference-manifest.js +1 -1
  58. package/app/.next/server/app/api/v1/chat/completions/route_client-reference-manifest.js +1 -1
  59. package/app/.next/server/app/api/v1/messages/count_tokens/route_client-reference-manifest.js +1 -1
  60. package/app/.next/server/app/api/v1/messages/route_client-reference-manifest.js +1 -1
  61. package/app/.next/server/app/api/v1/models/route_client-reference-manifest.js +1 -1
  62. package/app/.next/server/app/api/v1/responses/route_client-reference-manifest.js +1 -1
  63. package/app/.next/server/app/api/v1/route_client-reference-manifest.js +1 -1
  64. package/app/.next/server/app/api/v1beta/models/[...path]/route_client-reference-manifest.js +1 -1
  65. package/app/.next/server/app/api/v1beta/models/route_client-reference-manifest.js +1 -1
  66. package/app/.next/server/app/callback/page_client-reference-manifest.js +1 -1
  67. package/app/.next/server/app/callback.html +1 -1
  68. package/app/.next/server/app/callback.rsc +1 -1
  69. package/app/.next/server/app/dashboard/cli-tools.html +1 -1
  70. package/app/.next/server/app/dashboard/cli-tools.rsc +1 -1
  71. package/app/.next/server/app/dashboard/combos.html +1 -1
  72. package/app/.next/server/app/dashboard/combos.rsc +1 -1
  73. package/app/.next/server/app/dashboard/endpoint.html +1 -1
  74. package/app/.next/server/app/dashboard/endpoint.rsc +1 -1
  75. package/app/.next/server/app/dashboard/profile.html +1 -1
  76. package/app/.next/server/app/dashboard/profile.rsc +1 -1
  77. package/app/.next/server/app/dashboard/providers/new.html +1 -1
  78. package/app/.next/server/app/dashboard/providers/new.rsc +1 -1
  79. package/app/.next/server/app/dashboard/providers.html +1 -1
  80. package/app/.next/server/app/dashboard/providers.rsc +1 -1
  81. package/app/.next/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
  82. package/app/.next/server/app/dashboard/settings/pricing.html +1 -1
  83. package/app/.next/server/app/dashboard/settings/pricing.rsc +1 -1
  84. package/app/.next/server/app/dashboard/translator.html +1 -1
  85. package/app/.next/server/app/dashboard/translator.rsc +1 -1
  86. package/app/.next/server/app/dashboard/usage.html +1 -1
  87. package/app/.next/server/app/dashboard/usage.rsc +1 -1
  88. package/app/.next/server/app/dashboard.html +1 -1
  89. package/app/.next/server/app/dashboard.rsc +1 -1
  90. package/app/.next/server/app/index.html +1 -1
  91. package/app/.next/server/app/index.rsc +1 -1
  92. package/app/.next/server/app/landing/page_client-reference-manifest.js +1 -1
  93. package/app/.next/server/app/landing.html +1 -1
  94. package/app/.next/server/app/landing.rsc +1 -1
  95. package/app/.next/server/app/login/page_client-reference-manifest.js +1 -1
  96. package/app/.next/server/app/login.html +1 -1
  97. package/app/.next/server/app/login.rsc +1 -1
  98. package/app/.next/server/app/page_client-reference-manifest.js +1 -1
  99. package/app/.next/server/app-paths-manifest.json +18 -18
  100. package/app/.next/server/middleware-manifest.json +1 -1
  101. package/app/.next/server/pages/404.html +1 -1
  102. package/app/.next/server/pages/500.html +1 -1
  103. package/cli.js +49 -14
  104. package/package.json +2 -1
  105. package/src/cli/api/client.js +375 -0
  106. package/src/cli/menus/apiKeys.js +259 -0
  107. package/src/cli/menus/cliTools.js +221 -0
  108. package/src/cli/menus/combos.js +477 -0
  109. package/src/cli/menus/providers.js +448 -0
  110. package/src/cli/menus/settings.js +86 -0
  111. package/src/cli/terminalUI.js +86 -0
  112. package/src/cli/utils/display.js +156 -0
  113. package/src/cli/utils/format.js +125 -0
  114. package/src/cli/utils/input.js +211 -0
  115. package/src/cli/utils/menuHelper.js +155 -0
  116. package/src/cli/utils/modelSelector.js +133 -0
  117. package/hooks/model-websearch.cjs +0 -319
  118. /package/app/.next/static/{z-NGTtnYbvnsa63SSl6HV → vEruHXnDBNEM-jV9xL72D}/_buildManifest.js +0 -0
  119. /package/app/.next/static/{z-NGTtnYbvnsa63SSl6HV → vEruHXnDBNEM-jV9xL72D}/_ssgManifest.js +0 -0
@@ -55,7 +55,7 @@
55
55
  "x-next-revalidate-tag-token"
56
56
  ]
57
57
  },
58
- "/": {
58
+ "/login": {
59
59
  "experimentalBypassFor": [
60
60
  {
61
61
  "type": "header",
@@ -68,8 +68,8 @@
68
68
  }
69
69
  ],
70
70
  "initialRevalidateSeconds": false,
71
- "srcRoute": "/",
72
- "dataRoute": "/index.rsc",
71
+ "srcRoute": "/login",
72
+ "dataRoute": "/login.rsc",
73
73
  "allowHeader": [
74
74
  "host",
75
75
  "x-matched-path",
@@ -79,7 +79,7 @@
79
79
  "x-next-revalidate-tag-token"
80
80
  ]
81
81
  },
82
- "/dashboard/combos": {
82
+ "/callback": {
83
83
  "experimentalBypassFor": [
84
84
  {
85
85
  "type": "header",
@@ -92,8 +92,8 @@
92
92
  }
93
93
  ],
94
94
  "initialRevalidateSeconds": false,
95
- "srcRoute": "/dashboard/combos",
96
- "dataRoute": "/dashboard/combos.rsc",
95
+ "srcRoute": "/callback",
96
+ "dataRoute": "/callback.rsc",
97
97
  "allowHeader": [
98
98
  "host",
99
99
  "x-matched-path",
@@ -103,7 +103,7 @@
103
103
  "x-next-revalidate-tag-token"
104
104
  ]
105
105
  },
106
- "/callback": {
106
+ "/dashboard/settings/pricing": {
107
107
  "experimentalBypassFor": [
108
108
  {
109
109
  "type": "header",
@@ -116,8 +116,8 @@
116
116
  }
117
117
  ],
118
118
  "initialRevalidateSeconds": false,
119
- "srcRoute": "/callback",
120
- "dataRoute": "/callback.rsc",
119
+ "srcRoute": "/dashboard/settings/pricing",
120
+ "dataRoute": "/dashboard/settings/pricing.rsc",
121
121
  "allowHeader": [
122
122
  "host",
123
123
  "x-matched-path",
@@ -127,7 +127,7 @@
127
127
  "x-next-revalidate-tag-token"
128
128
  ]
129
129
  },
130
- "/landing": {
130
+ "/dashboard/profile": {
131
131
  "experimentalBypassFor": [
132
132
  {
133
133
  "type": "header",
@@ -140,8 +140,8 @@
140
140
  }
141
141
  ],
142
142
  "initialRevalidateSeconds": false,
143
- "srcRoute": "/landing",
144
- "dataRoute": "/landing.rsc",
143
+ "srcRoute": "/dashboard/profile",
144
+ "dataRoute": "/dashboard/profile.rsc",
145
145
  "allowHeader": [
146
146
  "host",
147
147
  "x-matched-path",
@@ -151,7 +151,7 @@
151
151
  "x-next-revalidate-tag-token"
152
152
  ]
153
153
  },
154
- "/dashboard/settings/pricing": {
154
+ "/landing": {
155
155
  "experimentalBypassFor": [
156
156
  {
157
157
  "type": "header",
@@ -164,8 +164,8 @@
164
164
  }
165
165
  ],
166
166
  "initialRevalidateSeconds": false,
167
- "srcRoute": "/dashboard/settings/pricing",
168
- "dataRoute": "/dashboard/settings/pricing.rsc",
167
+ "srcRoute": "/landing",
168
+ "dataRoute": "/landing.rsc",
169
169
  "allowHeader": [
170
170
  "host",
171
171
  "x-matched-path",
@@ -175,7 +175,7 @@
175
175
  "x-next-revalidate-tag-token"
176
176
  ]
177
177
  },
178
- "/login": {
178
+ "/": {
179
179
  "experimentalBypassFor": [
180
180
  {
181
181
  "type": "header",
@@ -188,8 +188,8 @@
188
188
  }
189
189
  ],
190
190
  "initialRevalidateSeconds": false,
191
- "srcRoute": "/login",
192
- "dataRoute": "/login.rsc",
191
+ "srcRoute": "/",
192
+ "dataRoute": "/index.rsc",
193
193
  "allowHeader": [
194
194
  "host",
195
195
  "x-matched-path",
@@ -199,7 +199,7 @@
199
199
  "x-next-revalidate-tag-token"
200
200
  ]
201
201
  },
202
- "/dashboard/cli-tools": {
202
+ "/dashboard/combos": {
203
203
  "experimentalBypassFor": [
204
204
  {
205
205
  "type": "header",
@@ -212,8 +212,8 @@
212
212
  }
213
213
  ],
214
214
  "initialRevalidateSeconds": false,
215
- "srcRoute": "/dashboard/cli-tools",
216
- "dataRoute": "/dashboard/cli-tools.rsc",
215
+ "srcRoute": "/dashboard/combos",
216
+ "dataRoute": "/dashboard/combos.rsc",
217
217
  "allowHeader": [
218
218
  "host",
219
219
  "x-matched-path",
@@ -223,7 +223,7 @@
223
223
  "x-next-revalidate-tag-token"
224
224
  ]
225
225
  },
226
- "/dashboard": {
226
+ "/dashboard/providers/new": {
227
227
  "experimentalBypassFor": [
228
228
  {
229
229
  "type": "header",
@@ -236,8 +236,8 @@
236
236
  }
237
237
  ],
238
238
  "initialRevalidateSeconds": false,
239
- "srcRoute": "/dashboard",
240
- "dataRoute": "/dashboard.rsc",
239
+ "srcRoute": "/dashboard/providers/new",
240
+ "dataRoute": "/dashboard/providers/new.rsc",
241
241
  "allowHeader": [
242
242
  "host",
243
243
  "x-matched-path",
@@ -247,7 +247,7 @@
247
247
  "x-next-revalidate-tag-token"
248
248
  ]
249
249
  },
250
- "/dashboard/profile": {
250
+ "/dashboard": {
251
251
  "experimentalBypassFor": [
252
252
  {
253
253
  "type": "header",
@@ -260,8 +260,8 @@
260
260
  }
261
261
  ],
262
262
  "initialRevalidateSeconds": false,
263
- "srcRoute": "/dashboard/profile",
264
- "dataRoute": "/dashboard/profile.rsc",
263
+ "srcRoute": "/dashboard",
264
+ "dataRoute": "/dashboard.rsc",
265
265
  "allowHeader": [
266
266
  "host",
267
267
  "x-matched-path",
@@ -271,7 +271,7 @@
271
271
  "x-next-revalidate-tag-token"
272
272
  ]
273
273
  },
274
- "/dashboard/providers/new": {
274
+ "/dashboard/endpoint": {
275
275
  "experimentalBypassFor": [
276
276
  {
277
277
  "type": "header",
@@ -284,8 +284,8 @@
284
284
  }
285
285
  ],
286
286
  "initialRevalidateSeconds": false,
287
- "srcRoute": "/dashboard/providers/new",
288
- "dataRoute": "/dashboard/providers/new.rsc",
287
+ "srcRoute": "/dashboard/endpoint",
288
+ "dataRoute": "/dashboard/endpoint.rsc",
289
289
  "allowHeader": [
290
290
  "host",
291
291
  "x-matched-path",
@@ -319,7 +319,7 @@
319
319
  "x-next-revalidate-tag-token"
320
320
  ]
321
321
  },
322
- "/dashboard/translator": {
322
+ "/dashboard/cli-tools": {
323
323
  "experimentalBypassFor": [
324
324
  {
325
325
  "type": "header",
@@ -332,8 +332,8 @@
332
332
  }
333
333
  ],
334
334
  "initialRevalidateSeconds": false,
335
- "srcRoute": "/dashboard/translator",
336
- "dataRoute": "/dashboard/translator.rsc",
335
+ "srcRoute": "/dashboard/cli-tools",
336
+ "dataRoute": "/dashboard/cli-tools.rsc",
337
337
  "allowHeader": [
338
338
  "host",
339
339
  "x-matched-path",
@@ -367,7 +367,7 @@
367
367
  "x-next-revalidate-tag-token"
368
368
  ]
369
369
  },
370
- "/dashboard/endpoint": {
370
+ "/dashboard/translator": {
371
371
  "experimentalBypassFor": [
372
372
  {
373
373
  "type": "header",
@@ -380,8 +380,8 @@
380
380
  }
381
381
  ],
382
382
  "initialRevalidateSeconds": false,
383
- "srcRoute": "/dashboard/endpoint",
384
- "dataRoute": "/dashboard/endpoint.rsc",
383
+ "srcRoute": "/dashboard/translator",
384
+ "dataRoute": "/dashboard/translator.rsc",
385
385
  "allowHeader": [
386
386
  "host",
387
387
  "x-matched-path",
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/cli-tools/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"196":{"*":{"id":"31464","name":"*","chunks":[],"async":false}},"433":{"*":{"id":"58499","name":"*","chunks":[],"async":false}},"525":{"*":{"id":"84445","name":"*","chunks":[],"async":false}},"542":{"*":{"id":"98324","name":"*","chunks":[],"async":false}},"639":{"*":{"id":"6431","name":"*","chunks":[],"async":false}},"916":{"*":{"id":"20468","name":"*","chunks":[],"async":false}},"1142":{"*":{"id":"37816","name":"*","chunks":[],"async":false}},"2642":{"*":{"id":"34166","name":"*","chunks":[],"async":false}},"2910":{"*":{"id":"66148","name":"*","chunks":[],"async":false}},"3024":{"*":{"id":"21400","name":"*","chunks":[],"async":false}},"3038":{"*":{"id":"83810","name":"*","chunks":[],"async":false}},"3219":{"*":{"id":"54919","name":"*","chunks":[],"async":false}},"3244":{"*":{"id":"99384","name":"*","chunks":[],"async":false}},"3325":{"*":{"id":"81523","name":"*","chunks":[],"async":false}},"3360":{"*":{"id":"82456","name":"*","chunks":[],"async":false}},"3536":{"*":{"id":"82220","name":"*","chunks":[],"async":false}},"4610":{"*":{"id":"26934","name":"*","chunks":[],"async":false}},"4659":{"*":{"id":"71963","name":"*","chunks":[],"async":false}},"4866":{"*":{"id":"91800","name":"*","chunks":[],"async":false}},"5140":{"*":{"id":"49084","name":"*","chunks":[],"async":false}},"5204":{"*":{"id":"20946","name":"*","chunks":[],"async":false}},"5668":{"*":{"id":"30232","name":"*","chunks":[],"async":false}},"5706":{"*":{"id":"30892","name":"*","chunks":[],"async":false}},"5813":{"*":{"id":"47647","name":"*","chunks":[],"async":false}},"5901":{"*":{"id":"98172","name":"*","chunks":[],"async":false}},"6027":{"*":{"id":"70099","name":"*","chunks":[],"async":false}},"6064":{"*":{"id":"92086","name":"*","chunks":[],"async":false}},"6137":{"*":{"id":"40301","name":"*","chunks":[],"async":false}},"6349":{"*":{"id":"86481","name":"*","chunks":[],"async":false}},"6644":{"*":{"id":"47094","name":"*","chunks":[],"async":false}},"6653":{"*":{"id":"82894","name":"*","chunks":[],"async":false}},"7089":{"*":{"id":"90415","name":"*","chunks":[],"async":false}},"7180":{"*":{"id":"38910","name":"*","chunks":[],"async":false}},"7621":{"*":{"id":"20763","name":"*","chunks":[],"async":false}},"7800":{"*":{"id":"13668","name":"*","chunks":[],"async":false}},"7913":{"*":{"id":"70981","name":"*","chunks":[],"async":false}},"7967":{"*":{"id":"40185","name":"*","chunks":[],"async":false}},"8429":{"*":{"id":"21181","name":"*","chunks":[],"async":false}},"8659":{"*":{"id":"92425","name":"*","chunks":[],"async":false}},"8673":{"*":{"id":"27421","name":"*","chunks":[],"async":false}},"9259":{"*":{"id":"83757","name":"*","chunks":[],"async":false}},"9526":{"*":{"id":"11396","name":"*","chunks":[],"async":false}},"9667":{"*":{"id":"39329","name":"*","chunks":[],"async":false}},"9750":{"*":{"id":"98863","name":"*","chunks":[],"async":false}},"9839":{"*":{"id":"73595","name":"*","chunks":[],"async":false}},"9884":{"*":{"id":"68118","name":"*","chunks":[],"async":false}},"9911":{"*":{"id":"19097","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/Working/router4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":3536,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":3536,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/client-page.js":{"id":7089,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/client-page.js":{"id":7089,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/client-segment.js":{"id":6027,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":6027,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":6064,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":6064,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/layout-router.js":{"id":5204,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":5204,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":9884,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":9884,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":2642,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":2642,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":433,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":433,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6644,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6644,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeProvider.js":{"id":9259,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":7929,"name":"*","chunks":["7177","static/chunks/app/layout-351780790295b67b.js"],"async":false},"/Users/Working/router4/app/src/app/globals.css":{"id":5263,"name":"*","chunks":["7177","static/chunks/app/layout-351780790295b67b.js"],"async":false},"/Users/Working/router4/app/src/app/callback/page.js":{"id":7621,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/dashboard/settings/pricing/page.js":{"id":3360,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/landing/page.js":{"id":5901,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/login/page.js":{"id":639,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/shared/components/Avatar.js":{"id":5668,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Badge.js":{"id":7180,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Button.js":{"id":7913,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Card.js":{"id":9839,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Footer.js":{"id":3038,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Header.js":{"id":3244,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Input.js":{"id":8659,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroAuthModal.js":{"id":9750,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroOAuthWrapper.js":{"id":196,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroSocialOAuthModal.js":{"id":6349,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/AuthLayout.js":{"id":525,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/DashboardLayout.js":{"id":3325,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Loading.js":{"id":7967,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ManualConfigModal.js":{"id":1142,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Modal.js":{"id":4866,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ModelSelectModal.js":{"id":4659,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/OAuthModal.js":{"id":6137,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/RequestLogger.js":{"id":2910,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/SegmentedControl.js":{"id":7800,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Select.js":{"id":8673,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Sidebar.js":{"id":9911,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeToggle.js":{"id":542,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Toggle.js":{"id":8429,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/UsageStats.js":{"id":3219,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":9526,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","8035","static/chunks/8035-f4b5f3017591d817.js","6337","static/chunks/app/(dashboard)/dashboard/page-6a426663629979c8.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":5813,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","2326","static/chunks/app/(dashboard)/dashboard/cli-tools/page-6c0157119211438e.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/profile/page.js":{"id":4610,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":5140,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/combos/page.js":{"id":5706,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/page.js":{"id":3024,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":9667,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/translator/page.js":{"id":6653,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/usage/page.js":{"id":916,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/Working/router4/app/src/":[],"/Users/Working/router4/app/src/app/layout":[{"inlined":false,"path":"static/css/9ee3a78005b959d2.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":{"196":{"*":{"id":"68038","name":"*","chunks":[],"async":false}},"433":{"*":{"id":"10553","name":"*","chunks":[],"async":false}},"525":{"*":{"id":"70175","name":"*","chunks":[],"async":false}},"542":{"*":{"id":"62822","name":"*","chunks":[],"async":false}},"639":{"*":{"id":"50089","name":"*","chunks":[],"async":false}},"916":{"*":{"id":"44010","name":"*","chunks":[],"async":false}},"1142":{"*":{"id":"22274","name":"*","chunks":[],"async":false}},"2642":{"*":{"id":"86032","name":"*","chunks":[],"async":false}},"2910":{"*":{"id":"90234","name":"*","chunks":[],"async":false}},"3024":{"*":{"id":"89037","name":"*","chunks":[],"async":false}},"3038":{"*":{"id":"6700","name":"*","chunks":[],"async":false}},"3219":{"*":{"id":"53009","name":"*","chunks":[],"async":false}},"3244":{"*":{"id":"97302","name":"*","chunks":[],"async":false}},"3325":{"*":{"id":"60417","name":"*","chunks":[],"async":false}},"3360":{"*":{"id":"67807","name":"*","chunks":[],"async":false}},"3536":{"*":{"id":"46698","name":"*","chunks":[],"async":false}},"4610":{"*":{"id":"8312","name":"*","chunks":[],"async":false}},"4659":{"*":{"id":"4181","name":"*","chunks":[],"async":false}},"4866":{"*":{"id":"60490","name":"*","chunks":[],"async":false}},"5140":{"*":{"id":"61250","name":"*","chunks":[],"async":false}},"5204":{"*":{"id":"82628","name":"*","chunks":[],"async":false}},"5263":{"*":{"id":"20485","name":"*","chunks":[],"async":false}},"5668":{"*":{"id":"7066","name":"*","chunks":[],"async":false}},"5706":{"*":{"id":"18242","name":"*","chunks":[],"async":false}},"5813":{"*":{"id":"12685","name":"*","chunks":[],"async":false}},"5901":{"*":{"id":"36607","name":"*","chunks":[],"async":false}},"6027":{"*":{"id":"31285","name":"*","chunks":[],"async":false}},"6064":{"*":{"id":"45692","name":"*","chunks":[],"async":false}},"6137":{"*":{"id":"68487","name":"*","chunks":[],"async":false}},"6349":{"*":{"id":"72379","name":"*","chunks":[],"async":false}},"6644":{"*":{"id":"75472","name":"*","chunks":[],"async":false}},"6653":{"*":{"id":"72957","name":"*","chunks":[],"async":false}},"7089":{"*":{"id":"71189","name":"*","chunks":[],"async":false}},"7180":{"*":{"id":"93060","name":"*","chunks":[],"async":false}},"7621":{"*":{"id":"23661","name":"*","chunks":[],"async":false}},"7800":{"*":{"id":"86558","name":"*","chunks":[],"async":false}},"7913":{"*":{"id":"66603","name":"*","chunks":[],"async":false}},"7967":{"*":{"id":"29347","name":"*","chunks":[],"async":false}},"8429":{"*":{"id":"65235","name":"*","chunks":[],"async":false}},"8659":{"*":{"id":"61339","name":"*","chunks":[],"async":false}},"8673":{"*":{"id":"96143","name":"*","chunks":[],"async":false}},"9259":{"*":{"id":"78595","name":"*","chunks":[],"async":false}},"9526":{"*":{"id":"7478","name":"*","chunks":[],"async":false}},"9667":{"*":{"id":"53775","name":"*","chunks":[],"async":false}},"9750":{"*":{"id":"90989","name":"*","chunks":[],"async":false}},"9839":{"*":{"id":"64789","name":"*","chunks":[],"async":false}},"9884":{"*":{"id":"97176","name":"*","chunks":[],"async":false}},"9911":{"*":{"id":"56475","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"433":{"*":{"id":"58499","name":"*","chunks":[],"async":false}},"2642":{"*":{"id":"34166","name":"*","chunks":[],"async":false}},"3536":{"*":{"id":"82220","name":"*","chunks":[],"async":false}},"5204":{"*":{"id":"20946","name":"*","chunks":[],"async":false}},"6027":{"*":{"id":"70099","name":"*","chunks":[],"async":false}},"6064":{"*":{"id":"92086","name":"*","chunks":[],"async":false}},"6644":{"*":{"id":"47094","name":"*","chunks":[],"async":false}},"7089":{"*":{"id":"90415","name":"*","chunks":[],"async":false}},"9884":{"*":{"id":"68118","name":"*","chunks":[],"async":false}}}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/cli-tools/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"196":{"*":{"id":"31464","name":"*","chunks":[],"async":false}},"433":{"*":{"id":"58499","name":"*","chunks":[],"async":false}},"525":{"*":{"id":"84445","name":"*","chunks":[],"async":false}},"542":{"*":{"id":"98324","name":"*","chunks":[],"async":false}},"639":{"*":{"id":"6431","name":"*","chunks":[],"async":false}},"916":{"*":{"id":"20468","name":"*","chunks":[],"async":false}},"1142":{"*":{"id":"37816","name":"*","chunks":[],"async":false}},"2642":{"*":{"id":"34166","name":"*","chunks":[],"async":false}},"2910":{"*":{"id":"66148","name":"*","chunks":[],"async":false}},"3024":{"*":{"id":"21400","name":"*","chunks":[],"async":false}},"3038":{"*":{"id":"83810","name":"*","chunks":[],"async":false}},"3219":{"*":{"id":"54919","name":"*","chunks":[],"async":false}},"3244":{"*":{"id":"99384","name":"*","chunks":[],"async":false}},"3325":{"*":{"id":"81523","name":"*","chunks":[],"async":false}},"3360":{"*":{"id":"82456","name":"*","chunks":[],"async":false}},"3536":{"*":{"id":"82220","name":"*","chunks":[],"async":false}},"4610":{"*":{"id":"26934","name":"*","chunks":[],"async":false}},"4659":{"*":{"id":"71963","name":"*","chunks":[],"async":false}},"4866":{"*":{"id":"91800","name":"*","chunks":[],"async":false}},"5140":{"*":{"id":"49084","name":"*","chunks":[],"async":false}},"5204":{"*":{"id":"20946","name":"*","chunks":[],"async":false}},"5668":{"*":{"id":"30232","name":"*","chunks":[],"async":false}},"5706":{"*":{"id":"30892","name":"*","chunks":[],"async":false}},"5813":{"*":{"id":"47647","name":"*","chunks":[],"async":false}},"5901":{"*":{"id":"98172","name":"*","chunks":[],"async":false}},"6027":{"*":{"id":"70099","name":"*","chunks":[],"async":false}},"6064":{"*":{"id":"92086","name":"*","chunks":[],"async":false}},"6137":{"*":{"id":"40301","name":"*","chunks":[],"async":false}},"6349":{"*":{"id":"86481","name":"*","chunks":[],"async":false}},"6644":{"*":{"id":"47094","name":"*","chunks":[],"async":false}},"6653":{"*":{"id":"82894","name":"*","chunks":[],"async":false}},"7089":{"*":{"id":"90415","name":"*","chunks":[],"async":false}},"7180":{"*":{"id":"38910","name":"*","chunks":[],"async":false}},"7621":{"*":{"id":"20763","name":"*","chunks":[],"async":false}},"7800":{"*":{"id":"13668","name":"*","chunks":[],"async":false}},"7913":{"*":{"id":"70981","name":"*","chunks":[],"async":false}},"7967":{"*":{"id":"40185","name":"*","chunks":[],"async":false}},"8429":{"*":{"id":"21181","name":"*","chunks":[],"async":false}},"8659":{"*":{"id":"92425","name":"*","chunks":[],"async":false}},"8673":{"*":{"id":"27421","name":"*","chunks":[],"async":false}},"9259":{"*":{"id":"83757","name":"*","chunks":[],"async":false}},"9526":{"*":{"id":"11396","name":"*","chunks":[],"async":false}},"9667":{"*":{"id":"39329","name":"*","chunks":[],"async":false}},"9750":{"*":{"id":"98863","name":"*","chunks":[],"async":false}},"9839":{"*":{"id":"73595","name":"*","chunks":[],"async":false}},"9884":{"*":{"id":"68118","name":"*","chunks":[],"async":false}},"9911":{"*":{"id":"19097","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/Working/router4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":3536,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":3536,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/client-page.js":{"id":7089,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/client-page.js":{"id":7089,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/client-segment.js":{"id":6027,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":6027,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":6064,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":6064,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/layout-router.js":{"id":5204,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":5204,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":9884,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":9884,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":2642,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":2642,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":433,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":433,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6644,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6644,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeProvider.js":{"id":9259,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":7929,"name":"*","chunks":["7177","static/chunks/app/layout-351780790295b67b.js"],"async":false},"/Users/Working/router4/app/src/app/globals.css":{"id":5263,"name":"*","chunks":["7177","static/chunks/app/layout-351780790295b67b.js"],"async":false},"/Users/Working/router4/app/src/app/landing/page.js":{"id":5901,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/callback/page.js":{"id":7621,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/dashboard/settings/pricing/page.js":{"id":3360,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/login/page.js":{"id":639,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/shared/components/Avatar.js":{"id":5668,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Badge.js":{"id":7180,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Button.js":{"id":7913,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Card.js":{"id":9839,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Footer.js":{"id":3038,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Header.js":{"id":3244,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Input.js":{"id":8659,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroAuthModal.js":{"id":9750,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroOAuthWrapper.js":{"id":196,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroSocialOAuthModal.js":{"id":6349,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/AuthLayout.js":{"id":525,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/DashboardLayout.js":{"id":3325,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Loading.js":{"id":7967,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ManualConfigModal.js":{"id":1142,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Modal.js":{"id":4866,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ModelSelectModal.js":{"id":4659,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/OAuthModal.js":{"id":6137,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/RequestLogger.js":{"id":2910,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/SegmentedControl.js":{"id":7800,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Select.js":{"id":8673,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Sidebar.js":{"id":9911,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeToggle.js":{"id":542,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Toggle.js":{"id":8429,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/UsageStats.js":{"id":3219,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/combos/page.js":{"id":5706,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":5813,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","2326","static/chunks/app/(dashboard)/dashboard/cli-tools/page-6c0157119211438e.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":9526,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","8035","static/chunks/8035-f4b5f3017591d817.js","6337","static/chunks/app/(dashboard)/dashboard/page-6a426663629979c8.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/profile/page.js":{"id":4610,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":9667,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":5140,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/page.js":{"id":3024,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/translator/page.js":{"id":6653,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/usage/page.js":{"id":916,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/Working/router4/app/src/":[],"/Users/Working/router4/app/src/app/layout":[{"inlined":false,"path":"static/css/9ee3a78005b959d2.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":{"196":{"*":{"id":"68038","name":"*","chunks":[],"async":false}},"433":{"*":{"id":"10553","name":"*","chunks":[],"async":false}},"525":{"*":{"id":"70175","name":"*","chunks":[],"async":false}},"542":{"*":{"id":"62822","name":"*","chunks":[],"async":false}},"639":{"*":{"id":"50089","name":"*","chunks":[],"async":false}},"916":{"*":{"id":"44010","name":"*","chunks":[],"async":false}},"1142":{"*":{"id":"22274","name":"*","chunks":[],"async":false}},"2642":{"*":{"id":"86032","name":"*","chunks":[],"async":false}},"2910":{"*":{"id":"90234","name":"*","chunks":[],"async":false}},"3024":{"*":{"id":"89037","name":"*","chunks":[],"async":false}},"3038":{"*":{"id":"6700","name":"*","chunks":[],"async":false}},"3219":{"*":{"id":"53009","name":"*","chunks":[],"async":false}},"3244":{"*":{"id":"97302","name":"*","chunks":[],"async":false}},"3325":{"*":{"id":"60417","name":"*","chunks":[],"async":false}},"3360":{"*":{"id":"67807","name":"*","chunks":[],"async":false}},"3536":{"*":{"id":"46698","name":"*","chunks":[],"async":false}},"4610":{"*":{"id":"8312","name":"*","chunks":[],"async":false}},"4659":{"*":{"id":"4181","name":"*","chunks":[],"async":false}},"4866":{"*":{"id":"60490","name":"*","chunks":[],"async":false}},"5140":{"*":{"id":"61250","name":"*","chunks":[],"async":false}},"5204":{"*":{"id":"82628","name":"*","chunks":[],"async":false}},"5263":{"*":{"id":"20485","name":"*","chunks":[],"async":false}},"5668":{"*":{"id":"7066","name":"*","chunks":[],"async":false}},"5706":{"*":{"id":"18242","name":"*","chunks":[],"async":false}},"5813":{"*":{"id":"12685","name":"*","chunks":[],"async":false}},"5901":{"*":{"id":"36607","name":"*","chunks":[],"async":false}},"6027":{"*":{"id":"31285","name":"*","chunks":[],"async":false}},"6064":{"*":{"id":"45692","name":"*","chunks":[],"async":false}},"6137":{"*":{"id":"68487","name":"*","chunks":[],"async":false}},"6349":{"*":{"id":"72379","name":"*","chunks":[],"async":false}},"6644":{"*":{"id":"75472","name":"*","chunks":[],"async":false}},"6653":{"*":{"id":"72957","name":"*","chunks":[],"async":false}},"7089":{"*":{"id":"71189","name":"*","chunks":[],"async":false}},"7180":{"*":{"id":"93060","name":"*","chunks":[],"async":false}},"7621":{"*":{"id":"23661","name":"*","chunks":[],"async":false}},"7800":{"*":{"id":"86558","name":"*","chunks":[],"async":false}},"7913":{"*":{"id":"66603","name":"*","chunks":[],"async":false}},"7967":{"*":{"id":"29347","name":"*","chunks":[],"async":false}},"8429":{"*":{"id":"65235","name":"*","chunks":[],"async":false}},"8659":{"*":{"id":"61339","name":"*","chunks":[],"async":false}},"8673":{"*":{"id":"96143","name":"*","chunks":[],"async":false}},"9259":{"*":{"id":"78595","name":"*","chunks":[],"async":false}},"9526":{"*":{"id":"7478","name":"*","chunks":[],"async":false}},"9667":{"*":{"id":"53775","name":"*","chunks":[],"async":false}},"9750":{"*":{"id":"90989","name":"*","chunks":[],"async":false}},"9839":{"*":{"id":"64789","name":"*","chunks":[],"async":false}},"9884":{"*":{"id":"97176","name":"*","chunks":[],"async":false}},"9911":{"*":{"id":"56475","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"433":{"*":{"id":"58499","name":"*","chunks":[],"async":false}},"2642":{"*":{"id":"34166","name":"*","chunks":[],"async":false}},"3536":{"*":{"id":"82220","name":"*","chunks":[],"async":false}},"5204":{"*":{"id":"20946","name":"*","chunks":[],"async":false}},"6027":{"*":{"id":"70099","name":"*","chunks":[],"async":false}},"6064":{"*":{"id":"92086","name":"*","chunks":[],"async":false}},"6644":{"*":{"id":"47094","name":"*","chunks":[],"async":false}},"7089":{"*":{"id":"90415","name":"*","chunks":[],"async":false}},"9884":{"*":{"id":"68118","name":"*","chunks":[],"async":false}}}}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/combos/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"196":{"*":{"id":"31464","name":"*","chunks":[],"async":false}},"433":{"*":{"id":"58499","name":"*","chunks":[],"async":false}},"525":{"*":{"id":"84445","name":"*","chunks":[],"async":false}},"542":{"*":{"id":"98324","name":"*","chunks":[],"async":false}},"639":{"*":{"id":"6431","name":"*","chunks":[],"async":false}},"916":{"*":{"id":"20468","name":"*","chunks":[],"async":false}},"1142":{"*":{"id":"37816","name":"*","chunks":[],"async":false}},"2642":{"*":{"id":"34166","name":"*","chunks":[],"async":false}},"2910":{"*":{"id":"66148","name":"*","chunks":[],"async":false}},"3024":{"*":{"id":"21400","name":"*","chunks":[],"async":false}},"3038":{"*":{"id":"83810","name":"*","chunks":[],"async":false}},"3219":{"*":{"id":"54919","name":"*","chunks":[],"async":false}},"3244":{"*":{"id":"99384","name":"*","chunks":[],"async":false}},"3325":{"*":{"id":"81523","name":"*","chunks":[],"async":false}},"3360":{"*":{"id":"82456","name":"*","chunks":[],"async":false}},"3536":{"*":{"id":"82220","name":"*","chunks":[],"async":false}},"4610":{"*":{"id":"26934","name":"*","chunks":[],"async":false}},"4659":{"*":{"id":"71963","name":"*","chunks":[],"async":false}},"4866":{"*":{"id":"91800","name":"*","chunks":[],"async":false}},"5140":{"*":{"id":"49084","name":"*","chunks":[],"async":false}},"5204":{"*":{"id":"20946","name":"*","chunks":[],"async":false}},"5668":{"*":{"id":"30232","name":"*","chunks":[],"async":false}},"5706":{"*":{"id":"30892","name":"*","chunks":[],"async":false}},"5813":{"*":{"id":"47647","name":"*","chunks":[],"async":false}},"5901":{"*":{"id":"98172","name":"*","chunks":[],"async":false}},"6027":{"*":{"id":"70099","name":"*","chunks":[],"async":false}},"6064":{"*":{"id":"92086","name":"*","chunks":[],"async":false}},"6137":{"*":{"id":"40301","name":"*","chunks":[],"async":false}},"6349":{"*":{"id":"86481","name":"*","chunks":[],"async":false}},"6644":{"*":{"id":"47094","name":"*","chunks":[],"async":false}},"6653":{"*":{"id":"82894","name":"*","chunks":[],"async":false}},"7089":{"*":{"id":"90415","name":"*","chunks":[],"async":false}},"7180":{"*":{"id":"38910","name":"*","chunks":[],"async":false}},"7621":{"*":{"id":"20763","name":"*","chunks":[],"async":false}},"7800":{"*":{"id":"13668","name":"*","chunks":[],"async":false}},"7913":{"*":{"id":"70981","name":"*","chunks":[],"async":false}},"7967":{"*":{"id":"40185","name":"*","chunks":[],"async":false}},"8429":{"*":{"id":"21181","name":"*","chunks":[],"async":false}},"8659":{"*":{"id":"92425","name":"*","chunks":[],"async":false}},"8673":{"*":{"id":"27421","name":"*","chunks":[],"async":false}},"9259":{"*":{"id":"83757","name":"*","chunks":[],"async":false}},"9526":{"*":{"id":"11396","name":"*","chunks":[],"async":false}},"9667":{"*":{"id":"39329","name":"*","chunks":[],"async":false}},"9750":{"*":{"id":"98863","name":"*","chunks":[],"async":false}},"9839":{"*":{"id":"73595","name":"*","chunks":[],"async":false}},"9884":{"*":{"id":"68118","name":"*","chunks":[],"async":false}},"9911":{"*":{"id":"19097","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/Working/router4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":3536,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":3536,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/client-page.js":{"id":7089,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/client-page.js":{"id":7089,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/client-segment.js":{"id":6027,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":6027,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":6064,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":6064,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/layout-router.js":{"id":5204,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":5204,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":9884,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":9884,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":2642,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":2642,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":433,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":433,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6644,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6644,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeProvider.js":{"id":9259,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":7929,"name":"*","chunks":["7177","static/chunks/app/layout-351780790295b67b.js"],"async":false},"/Users/Working/router4/app/src/app/globals.css":{"id":5263,"name":"*","chunks":["7177","static/chunks/app/layout-351780790295b67b.js"],"async":false},"/Users/Working/router4/app/src/app/callback/page.js":{"id":7621,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/dashboard/settings/pricing/page.js":{"id":3360,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/landing/page.js":{"id":5901,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/login/page.js":{"id":639,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/shared/components/Avatar.js":{"id":5668,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Badge.js":{"id":7180,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Button.js":{"id":7913,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Card.js":{"id":9839,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Footer.js":{"id":3038,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Header.js":{"id":3244,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Input.js":{"id":8659,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroAuthModal.js":{"id":9750,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroOAuthWrapper.js":{"id":196,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroSocialOAuthModal.js":{"id":6349,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/AuthLayout.js":{"id":525,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/DashboardLayout.js":{"id":3325,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Loading.js":{"id":7967,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ManualConfigModal.js":{"id":1142,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Modal.js":{"id":4866,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ModelSelectModal.js":{"id":4659,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/OAuthModal.js":{"id":6137,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/RequestLogger.js":{"id":2910,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/SegmentedControl.js":{"id":7800,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Select.js":{"id":8673,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Sidebar.js":{"id":9911,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeToggle.js":{"id":542,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Toggle.js":{"id":8429,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/UsageStats.js":{"id":3219,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":9526,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","8035","static/chunks/8035-f4b5f3017591d817.js","6337","static/chunks/app/(dashboard)/dashboard/page-6a426663629979c8.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":5813,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/profile/page.js":{"id":4610,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":5140,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/combos/page.js":{"id":5706,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","3649","static/chunks/app/(dashboard)/dashboard/combos/page-7b6e27abcaa7cbf7.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/page.js":{"id":3024,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":9667,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/translator/page.js":{"id":6653,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/usage/page.js":{"id":916,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/Working/router4/app/src/":[],"/Users/Working/router4/app/src/app/layout":[{"inlined":false,"path":"static/css/9ee3a78005b959d2.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":{"196":{"*":{"id":"68038","name":"*","chunks":[],"async":false}},"433":{"*":{"id":"10553","name":"*","chunks":[],"async":false}},"525":{"*":{"id":"70175","name":"*","chunks":[],"async":false}},"542":{"*":{"id":"62822","name":"*","chunks":[],"async":false}},"639":{"*":{"id":"50089","name":"*","chunks":[],"async":false}},"916":{"*":{"id":"44010","name":"*","chunks":[],"async":false}},"1142":{"*":{"id":"22274","name":"*","chunks":[],"async":false}},"2642":{"*":{"id":"86032","name":"*","chunks":[],"async":false}},"2910":{"*":{"id":"90234","name":"*","chunks":[],"async":false}},"3024":{"*":{"id":"89037","name":"*","chunks":[],"async":false}},"3038":{"*":{"id":"6700","name":"*","chunks":[],"async":false}},"3219":{"*":{"id":"53009","name":"*","chunks":[],"async":false}},"3244":{"*":{"id":"97302","name":"*","chunks":[],"async":false}},"3325":{"*":{"id":"60417","name":"*","chunks":[],"async":false}},"3360":{"*":{"id":"67807","name":"*","chunks":[],"async":false}},"3536":{"*":{"id":"46698","name":"*","chunks":[],"async":false}},"4610":{"*":{"id":"8312","name":"*","chunks":[],"async":false}},"4659":{"*":{"id":"4181","name":"*","chunks":[],"async":false}},"4866":{"*":{"id":"60490","name":"*","chunks":[],"async":false}},"5140":{"*":{"id":"61250","name":"*","chunks":[],"async":false}},"5204":{"*":{"id":"82628","name":"*","chunks":[],"async":false}},"5263":{"*":{"id":"20485","name":"*","chunks":[],"async":false}},"5668":{"*":{"id":"7066","name":"*","chunks":[],"async":false}},"5706":{"*":{"id":"18242","name":"*","chunks":[],"async":false}},"5813":{"*":{"id":"12685","name":"*","chunks":[],"async":false}},"5901":{"*":{"id":"36607","name":"*","chunks":[],"async":false}},"6027":{"*":{"id":"31285","name":"*","chunks":[],"async":false}},"6064":{"*":{"id":"45692","name":"*","chunks":[],"async":false}},"6137":{"*":{"id":"68487","name":"*","chunks":[],"async":false}},"6349":{"*":{"id":"72379","name":"*","chunks":[],"async":false}},"6644":{"*":{"id":"75472","name":"*","chunks":[],"async":false}},"6653":{"*":{"id":"72957","name":"*","chunks":[],"async":false}},"7089":{"*":{"id":"71189","name":"*","chunks":[],"async":false}},"7180":{"*":{"id":"93060","name":"*","chunks":[],"async":false}},"7621":{"*":{"id":"23661","name":"*","chunks":[],"async":false}},"7800":{"*":{"id":"86558","name":"*","chunks":[],"async":false}},"7913":{"*":{"id":"66603","name":"*","chunks":[],"async":false}},"7967":{"*":{"id":"29347","name":"*","chunks":[],"async":false}},"8429":{"*":{"id":"65235","name":"*","chunks":[],"async":false}},"8659":{"*":{"id":"61339","name":"*","chunks":[],"async":false}},"8673":{"*":{"id":"96143","name":"*","chunks":[],"async":false}},"9259":{"*":{"id":"78595","name":"*","chunks":[],"async":false}},"9526":{"*":{"id":"7478","name":"*","chunks":[],"async":false}},"9667":{"*":{"id":"53775","name":"*","chunks":[],"async":false}},"9750":{"*":{"id":"90989","name":"*","chunks":[],"async":false}},"9839":{"*":{"id":"64789","name":"*","chunks":[],"async":false}},"9884":{"*":{"id":"97176","name":"*","chunks":[],"async":false}},"9911":{"*":{"id":"56475","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"433":{"*":{"id":"58499","name":"*","chunks":[],"async":false}},"2642":{"*":{"id":"34166","name":"*","chunks":[],"async":false}},"3536":{"*":{"id":"82220","name":"*","chunks":[],"async":false}},"5204":{"*":{"id":"20946","name":"*","chunks":[],"async":false}},"6027":{"*":{"id":"70099","name":"*","chunks":[],"async":false}},"6064":{"*":{"id":"92086","name":"*","chunks":[],"async":false}},"6644":{"*":{"id":"47094","name":"*","chunks":[],"async":false}},"7089":{"*":{"id":"90415","name":"*","chunks":[],"async":false}},"9884":{"*":{"id":"68118","name":"*","chunks":[],"async":false}}}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/combos/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"196":{"*":{"id":"31464","name":"*","chunks":[],"async":false}},"433":{"*":{"id":"58499","name":"*","chunks":[],"async":false}},"525":{"*":{"id":"84445","name":"*","chunks":[],"async":false}},"542":{"*":{"id":"98324","name":"*","chunks":[],"async":false}},"639":{"*":{"id":"6431","name":"*","chunks":[],"async":false}},"916":{"*":{"id":"20468","name":"*","chunks":[],"async":false}},"1142":{"*":{"id":"37816","name":"*","chunks":[],"async":false}},"2642":{"*":{"id":"34166","name":"*","chunks":[],"async":false}},"2910":{"*":{"id":"66148","name":"*","chunks":[],"async":false}},"3024":{"*":{"id":"21400","name":"*","chunks":[],"async":false}},"3038":{"*":{"id":"83810","name":"*","chunks":[],"async":false}},"3219":{"*":{"id":"54919","name":"*","chunks":[],"async":false}},"3244":{"*":{"id":"99384","name":"*","chunks":[],"async":false}},"3325":{"*":{"id":"81523","name":"*","chunks":[],"async":false}},"3360":{"*":{"id":"82456","name":"*","chunks":[],"async":false}},"3536":{"*":{"id":"82220","name":"*","chunks":[],"async":false}},"4610":{"*":{"id":"26934","name":"*","chunks":[],"async":false}},"4659":{"*":{"id":"71963","name":"*","chunks":[],"async":false}},"4866":{"*":{"id":"91800","name":"*","chunks":[],"async":false}},"5140":{"*":{"id":"49084","name":"*","chunks":[],"async":false}},"5204":{"*":{"id":"20946","name":"*","chunks":[],"async":false}},"5668":{"*":{"id":"30232","name":"*","chunks":[],"async":false}},"5706":{"*":{"id":"30892","name":"*","chunks":[],"async":false}},"5813":{"*":{"id":"47647","name":"*","chunks":[],"async":false}},"5901":{"*":{"id":"98172","name":"*","chunks":[],"async":false}},"6027":{"*":{"id":"70099","name":"*","chunks":[],"async":false}},"6064":{"*":{"id":"92086","name":"*","chunks":[],"async":false}},"6137":{"*":{"id":"40301","name":"*","chunks":[],"async":false}},"6349":{"*":{"id":"86481","name":"*","chunks":[],"async":false}},"6644":{"*":{"id":"47094","name":"*","chunks":[],"async":false}},"6653":{"*":{"id":"82894","name":"*","chunks":[],"async":false}},"7089":{"*":{"id":"90415","name":"*","chunks":[],"async":false}},"7180":{"*":{"id":"38910","name":"*","chunks":[],"async":false}},"7621":{"*":{"id":"20763","name":"*","chunks":[],"async":false}},"7800":{"*":{"id":"13668","name":"*","chunks":[],"async":false}},"7913":{"*":{"id":"70981","name":"*","chunks":[],"async":false}},"7967":{"*":{"id":"40185","name":"*","chunks":[],"async":false}},"8429":{"*":{"id":"21181","name":"*","chunks":[],"async":false}},"8659":{"*":{"id":"92425","name":"*","chunks":[],"async":false}},"8673":{"*":{"id":"27421","name":"*","chunks":[],"async":false}},"9259":{"*":{"id":"83757","name":"*","chunks":[],"async":false}},"9526":{"*":{"id":"11396","name":"*","chunks":[],"async":false}},"9667":{"*":{"id":"39329","name":"*","chunks":[],"async":false}},"9750":{"*":{"id":"98863","name":"*","chunks":[],"async":false}},"9839":{"*":{"id":"73595","name":"*","chunks":[],"async":false}},"9884":{"*":{"id":"68118","name":"*","chunks":[],"async":false}},"9911":{"*":{"id":"19097","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/Working/router4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":3536,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":3536,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/client-page.js":{"id":7089,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/client-page.js":{"id":7089,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/client-segment.js":{"id":6027,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":6027,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":6064,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":6064,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/layout-router.js":{"id":5204,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":5204,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":9884,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":9884,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":2642,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":2642,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":433,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":433,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6644,"name":"*","chunks":[],"async":false},"/Users/Working/router4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6644,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeProvider.js":{"id":9259,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":7929,"name":"*","chunks":["7177","static/chunks/app/layout-351780790295b67b.js"],"async":false},"/Users/Working/router4/app/src/app/globals.css":{"id":5263,"name":"*","chunks":["7177","static/chunks/app/layout-351780790295b67b.js"],"async":false},"/Users/Working/router4/app/src/app/landing/page.js":{"id":5901,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/callback/page.js":{"id":7621,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/dashboard/settings/pricing/page.js":{"id":3360,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/login/page.js":{"id":639,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/shared/components/Avatar.js":{"id":5668,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Badge.js":{"id":7180,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Button.js":{"id":7913,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Card.js":{"id":9839,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Footer.js":{"id":3038,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Header.js":{"id":3244,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Input.js":{"id":8659,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroAuthModal.js":{"id":9750,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroOAuthWrapper.js":{"id":196,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/KiroSocialOAuthModal.js":{"id":6349,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/AuthLayout.js":{"id":525,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/DashboardLayout.js":{"id":3325,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Loading.js":{"id":7967,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ManualConfigModal.js":{"id":1142,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Modal.js":{"id":4866,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ModelSelectModal.js":{"id":4659,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/OAuthModal.js":{"id":6137,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/RequestLogger.js":{"id":2910,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/SegmentedControl.js":{"id":7800,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Select.js":{"id":8673,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Sidebar.js":{"id":9911,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeToggle.js":{"id":542,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Toggle.js":{"id":8429,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/shared/components/UsageStats.js":{"id":3219,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","9305","static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/combos/page.js":{"id":5706,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","3649","static/chunks/app/(dashboard)/dashboard/combos/page-7b6e27abcaa7cbf7.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":5813,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":9526,"name":"*","chunks":["10","static/chunks/10-53560174b468d50f.js","832","static/chunks/832-15f8ef24c0625839.js","6536","static/chunks/6536-3c574e1c75f84093.js","8035","static/chunks/8035-f4b5f3017591d817.js","6337","static/chunks/app/(dashboard)/dashboard/page-6a426663629979c8.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/profile/page.js":{"id":4610,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":9667,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":5140,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/page.js":{"id":3024,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/translator/page.js":{"id":6653,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/usage/page.js":{"id":916,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/Working/router4/app/src/":[],"/Users/Working/router4/app/src/app/layout":[{"inlined":false,"path":"static/css/9ee3a78005b959d2.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":{"196":{"*":{"id":"68038","name":"*","chunks":[],"async":false}},"433":{"*":{"id":"10553","name":"*","chunks":[],"async":false}},"525":{"*":{"id":"70175","name":"*","chunks":[],"async":false}},"542":{"*":{"id":"62822","name":"*","chunks":[],"async":false}},"639":{"*":{"id":"50089","name":"*","chunks":[],"async":false}},"916":{"*":{"id":"44010","name":"*","chunks":[],"async":false}},"1142":{"*":{"id":"22274","name":"*","chunks":[],"async":false}},"2642":{"*":{"id":"86032","name":"*","chunks":[],"async":false}},"2910":{"*":{"id":"90234","name":"*","chunks":[],"async":false}},"3024":{"*":{"id":"89037","name":"*","chunks":[],"async":false}},"3038":{"*":{"id":"6700","name":"*","chunks":[],"async":false}},"3219":{"*":{"id":"53009","name":"*","chunks":[],"async":false}},"3244":{"*":{"id":"97302","name":"*","chunks":[],"async":false}},"3325":{"*":{"id":"60417","name":"*","chunks":[],"async":false}},"3360":{"*":{"id":"67807","name":"*","chunks":[],"async":false}},"3536":{"*":{"id":"46698","name":"*","chunks":[],"async":false}},"4610":{"*":{"id":"8312","name":"*","chunks":[],"async":false}},"4659":{"*":{"id":"4181","name":"*","chunks":[],"async":false}},"4866":{"*":{"id":"60490","name":"*","chunks":[],"async":false}},"5140":{"*":{"id":"61250","name":"*","chunks":[],"async":false}},"5204":{"*":{"id":"82628","name":"*","chunks":[],"async":false}},"5263":{"*":{"id":"20485","name":"*","chunks":[],"async":false}},"5668":{"*":{"id":"7066","name":"*","chunks":[],"async":false}},"5706":{"*":{"id":"18242","name":"*","chunks":[],"async":false}},"5813":{"*":{"id":"12685","name":"*","chunks":[],"async":false}},"5901":{"*":{"id":"36607","name":"*","chunks":[],"async":false}},"6027":{"*":{"id":"31285","name":"*","chunks":[],"async":false}},"6064":{"*":{"id":"45692","name":"*","chunks":[],"async":false}},"6137":{"*":{"id":"68487","name":"*","chunks":[],"async":false}},"6349":{"*":{"id":"72379","name":"*","chunks":[],"async":false}},"6644":{"*":{"id":"75472","name":"*","chunks":[],"async":false}},"6653":{"*":{"id":"72957","name":"*","chunks":[],"async":false}},"7089":{"*":{"id":"71189","name":"*","chunks":[],"async":false}},"7180":{"*":{"id":"93060","name":"*","chunks":[],"async":false}},"7621":{"*":{"id":"23661","name":"*","chunks":[],"async":false}},"7800":{"*":{"id":"86558","name":"*","chunks":[],"async":false}},"7913":{"*":{"id":"66603","name":"*","chunks":[],"async":false}},"7967":{"*":{"id":"29347","name":"*","chunks":[],"async":false}},"8429":{"*":{"id":"65235","name":"*","chunks":[],"async":false}},"8659":{"*":{"id":"61339","name":"*","chunks":[],"async":false}},"8673":{"*":{"id":"96143","name":"*","chunks":[],"async":false}},"9259":{"*":{"id":"78595","name":"*","chunks":[],"async":false}},"9526":{"*":{"id":"7478","name":"*","chunks":[],"async":false}},"9667":{"*":{"id":"53775","name":"*","chunks":[],"async":false}},"9750":{"*":{"id":"90989","name":"*","chunks":[],"async":false}},"9839":{"*":{"id":"64789","name":"*","chunks":[],"async":false}},"9884":{"*":{"id":"97176","name":"*","chunks":[],"async":false}},"9911":{"*":{"id":"56475","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"433":{"*":{"id":"58499","name":"*","chunks":[],"async":false}},"2642":{"*":{"id":"34166","name":"*","chunks":[],"async":false}},"3536":{"*":{"id":"82220","name":"*","chunks":[],"async":false}},"5204":{"*":{"id":"20946","name":"*","chunks":[],"async":false}},"6027":{"*":{"id":"70099","name":"*","chunks":[],"async":false}},"6064":{"*":{"id":"92086","name":"*","chunks":[],"async":false}},"6644":{"*":{"id":"47094","name":"*","chunks":[],"async":false}},"7089":{"*":{"id":"90415","name":"*","chunks":[],"async":false}},"9884":{"*":{"id":"68118","name":"*","chunks":[],"async":false}}}}